@charset "utf-8";

/* Back to top button
*****************************************************/
#return-to-top {
    margin-bottom: 20px;
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 30px;
    height: 30px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}
#return-to-top:hover {
    opacity: 0.7;
}

/* コンテンツ
*****************************************************/
.wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 980px;
    width: 100%;
}

.koseikai > section {
    color: #333;
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

section {
    clear: both;
    display: block;
    overflow: hidden;
}
section .inner {
    margin: 0 auto;
    max-width: 980px;
    padding: 50px 0;
    width: 100%;
    overflow: visible;
}
section .inner.inner-wide {
    max-width: 980px;
}
section .inner > p {
    padding-bottom: 30px;
    text-align: justify;
}
section .inner p.no {
    padding-bottom: 0;
}

.wrapper *,
.wrapper *:before,
.wrapper *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

address,
caption,
cite,
code,
dfn,
var,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    margin-top: 0;
}
ul,
ol {
    margin: 0;
    margin-left: 0;
    padding: 0;
}
li {
    margin-bottom: 0;
}
p {
    margin: 0;
}
table {
    border: none;
    margin: 0;
}
th,
td {
    border: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.wrapper a {
    text-decoration: none;
}
.wrapper a:hover {
    opacity: 0.7;
}

.cfix,
.page-container,
.logo-wrapper a,
nav ul.menu,
.dropdown-nav,
.dropdown-nav .category-menu,
.dropdown-nav ul.submenu,
figure,
.link-button-sp ul.link-button-wrap,
.head-tabs ul.tab-menu,
.head-tabs .tab-box ul,
.news ul.news-list,
ul.footer-links,
ul.footer-links > li.wider ul.wider-inner,
ul.footer-links .menu-box {
    clear: both;
    overflow: hidden;
    display: block;
}

img {
    height: auto;
    max-width: 100%;
}
.clearfix {
    clear: both;
    display: block;
    overflow: hidden;
}
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.tbl {
    display: table;
    width: 100%;
    height: 100%;
}
.tbl-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.spDisp_lp {
    display: none;
}
.img-center {
    margin: 0 auto;
    text-align: center;
}
.txt-center {
    text-align: center;
}
.red {
    color: #ed1c24;
    font-weight: 700;
}
.yellow {
    color: #ffff00;
    font-weight: 700;
}
.padbot40 {
    padding-bottom: 40px;
}
.sp-only {
    display: none;
}
.cfix {
    clear: both;
    display: block;
    overflow: visible;
}

/* Header Area
*****************************************************/
/* Header Config*/
header.page-header {
    overflow: initial;
    overflow: visible;
}
header.page-header .container {
    min-height: 110px;
    position: relative;
    overflow: inherit;
}
.toplinks {
    background-color: #00cceb;
    background-image: linear-gradient(90deg, #00cceb, #006fb1);
    display: block;
    min-height: 20px;
    width: auto;
}
.container {
    margin: 0 auto;
    width: 1140px;
}

/*Header Logo*/
.logo-wrapper {
    display: block;
    float: left;
    padding: 15px 0;
}
.logo-wrapper.sp-only {
    display: none;
}
.logo-wrapper a {
    position: relative;
}
.logo-wrapper a img {
    height: 75px;
}
.logo-wrapper a span {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
    font-size: 13px;
    color: #37396c;
    border: 1px solid #37396c;
    padding: 2px 3px 2px;
    line-height: 1;
    font-weight: 300;
}

.head-tabs {
    max-width: 100%;
    padding-top: 30px;
    width: 620px;
}
.head-tabs ul li {
    display: block;
    float: left;
    margin-right: 20px;
}
.head-tabs ul li:first-child img {
    max-height: 60px;
}
.head-tabs ul li:last-child {
    margin-right: 0;
}
.head-tabs ul li:last-child img {
    float: right;
}

/*Top Navigation*/
.bg-nav-sp {
    display: none;
}

nav {
    width: auto;
    display: block;
    float: right;
}

/* Menu Toggle Navigation */
.menu-toggle {
    background-color: #00cceb;
    background: linear-gradient(45deg, #00cceb, #0070b2);
    width: 70px;
    height: 70px;
    display: none;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-top: 30px;
    clear: both;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
.menu-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 26px;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
    left: 17px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.menu-toggle span:nth-child(1) {
    top: 14px;
}
.menu-toggle span:nth-child(2) {
    top: 21px;
}
.menu-toggle span:nth-child(3) {
    top: 28px;
}

.menu-toggle.navSpClose span:nth-child(1) {
    top: 21px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.menu-toggle.navSpClose span:nth-child(2) {
    opacity: 0;
    left: auto;
    right: auto;
    left: -60px;
}
.menu-toggle.navSpClose span:nth-child(3) {
    top: 21px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.navSpOpen.active {
    opacity: 0;
}
.navSpClose {
    display: none;
}
.btn-tel {
    right: 0;
    padding: 0;
    z-index: 2;
}
.btn-tel a {
    background-color: #00cceb;
    background-image: linear-gradient(to top, #bb3f41, #de475b, #de5d47);
    color: #fff;
    display: block;
    font-weight: 700;
    padding-top: 36px;
    position: relative;
    text-decoration: none;
}
.btn-tel a img {
    line-height: 0;
    position: absolute;
    top: 12px;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.btn-mail {
    right: 70px;
    padding: 0;
    z-index: 2;
}
.btn-mail a {
    background-color: #fbc561;
    background-image: linear-gradient(to top, #dc7f05, #ff8500, #ffae00);
    color: #fff;
    display: block;
    font-weight: 700;
    height: 70px;
    padding-top: 40px;
    position: relative;
    text-decoration: none;
}
.btn-mail a img {
    line-height: 0;
    position: absolute;
    top: 12px;
    left: 0;
    margin: 0 auto;
    right: 0;
}
/* end of Navigation bar icon */

/* Section Area */
.section {
}
.section h3 {
    color: #006fb1;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
.section h3:after {
    background: url('../images/icon-dot.png') repeat-x center center;
    background-size: auto;
    background-size: auto 100%;
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 488px;
}
.zoom-banner {
    max-width: 900px;
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
}
.bannerspnone {
    display: inline;
}
.bannerpcnone {
    display: none;
}

@media only screen and (max-width: 736px) {
    .zoom-banner {
        width: 95%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .bannerspnone {
        display: none;
    }
    .bannerpcnone {
        display: inline;
    }
}

/* Section 01 */
.sec01 {
    margin: 0 auto;
    text-align: center;
}
.sec01 img {
    width: auto;
}

/* Section 02 */
.sec02 {
    background-color: #f9fcfe;
}
.sec02-thumb {
    padding: 10px 0 0;
}
.sec02-bg {
    background-image: url('../images/bg-sec02.png');
    height: auto;
    padding: 60px 20px;
}
.sec02-bg.bg-img {
    background-position: center top;
    background-size: 100% 100%;
    background-repeat: repeat-x;
    background-attachment: scroll;
}
.sec02-bg .tbl-cell {
    color: #fff;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

/* Section 03 */
.sec03 {
    background-image: url('../images/bg-sec03.jpg');
}
.list-a {
    padding: 10px 0 50px;
}
.list-a li {
    display: block;
    float: left;
    margin-right: 2%;
    width: 23.5%;
}
.list-a li:nth-child(4n),
.list-a li:last-child {
    margin-right: 0;
}
.list-a li .img {
    position: relative;
}
.list-a li .img:after {
    content: url('../images/icon-arrow.png');
    position: absolute;
    right: -40px;
    top: 30%;
    z-index: 2;
}
.list-a li:last-child .img:after {
    content: '';
}
.list-a li h4 {
    color: #fff;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    padding: 5px 10px;
    text-align: center;
}
.list-a li:first-child h4 {
    background-color: #006fb9;
}
.list-a li:nth-child(2) h4 {
    background-color: #4c819e;
}
.list-a li:nth-child(3) h4 {
    background-color: #26668a;
}
.list-a li:last-child h4 {
    background-color: #004b75;
}
.list-a-bg {
    background-color: #8cc63f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    margin-top: 10px;
    min-height: 167px;
    padding: 12px;
    position: relative;
}
.list-a-bg:before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid#8CC63F;
    top: -25px;
    clear: both;
    content: '';
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}
.box-a {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 50px;
    padding: 30px;
    position: relative;
    text-align: center;
}
.box-a:before {
    background: url('../images/bg-sprite.png') repeat-x left top;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.box-a:after {
    background: url('../images/bg-sprite.png') repeat-x left top;
    bottom: 0;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}
.box-a .box-a-txt {
    color: #006fb9;
}
.box-a .box-a-txtbg {
    color: #006fb9;
    font-size: 48px;
    background: rgb(255, 255, 0);
    background: linear-gradient(0deg, rgba(255, 255, 0, 1) 0%, rgba(255, 255, 0, 1) 50%, rgba(255, 255, 0, 0) 50%, rgba(255, 255, 0, 0) 100%);
}

/* Section 04 */
.sec04 {
    background-image: url('../images/bg-sec04.jpg');
}
.list-b {
    overflow: visible;
}
.list-b li {
    display: block;
    float: left;
    margin-right: 3%;
    width: 48.5%;
}
.list-b li:nth-child(2n),
.list-b li:last-child {
    margin-right: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.list-b li h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    padding: 5px 10px;
    text-align: center;
}
.list-b li:first-child h4 {
    background-color: #999;
}
.list-b li:nth-child(2n) h4 {
    background-color: #00cceb;
    background-image: linear-gradient(90deg, #00cceb, #006fb1);
}

/* Section 05 */
.sec05 {
    background-image: url('../images/bg-sec05.jpg');
    border-bottom: 2px solid #36a9e1;
}
.sec05.bg-img {
    background-position: center top;
    background-size: auto 100%;
    background-attachment: scroll;
}
.sec05-float {
    margin-left: 280px;
    width: 700px;
}
.sec05 h3 {
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
    margin-bottom: 30px;
    text-align: left;
}
.sec05 h3:after {
    background: none;
}
.sec05 h3 span {
    position: relative;
}
.sec05 h3 span:after {
    content: url('../images/icon-dots.png');
    position: absolute;
    right: 16px;
    bottom: 30px;
}
.list-c li {
    border-bottom: 1px dotted #333;
    clear: both;
    display: block;
    float: left;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    max-width: 550px;
    overflow: hidden;
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative;
    width: 100%;
}
.list-c li:before {
    content: url('../images/icon-check.png');
    left: 0;
    position: absolute;
    top: 2px;
}
.list-c li:first-child {
    margin-left: 30px;
}
.list-c li:nth-child(2) {
    margin-left: 60px;
}
.list-c li:nth-child(3) {
    margin-left: 90px;
}
.list-c li:nth-child(4) {
    margin-left: 120px;
}
.list-c li:last-child {
    margin-left: 150px;
}

/* Section Contact */
.contact.contact-bd {
    border-top: 2px solid #36a9e1;
}
.contact-row {
    margin: 0 auto;
    width: 100%;
}
.contact-row img {
    margin: 0 auto;
    text-align: center;
}

.contact-row > .pcDisp_lp {
    max-width: 980px;
    background: url('../images/bnr-inquiry.png') no-repeat top;
    background-size: 100%;
    height: 339px;
    position: relative;
}
.contact-row .pcDisp_lp .parts {
    position: absolute;
}
.contact-row .pcDisp_lp .parts.icon {
    top: 176px;
    left: 47px;
}
.contact-row .pcDisp_lp .parts.btn {
    top: 225px;
    left: 40px;
}
.contact-row .pcDisp_lp .parts.btn a {
    margin: 0 10px;
    display: inline-block;
}
.contact-row > .spDisp_lp {
    width: 100%;
    background: url('../images/bnr-inquiry-sp.png') no-repeat top;
    background-size: 100%;
    height: auto;
    position: relative;
}
.contact-row .spDisp_lp .parts.btn {
    padding: 67% 18px 11%;
    text-align: center;
}
.contact-row .spDisp_lp .parts.btn a {
    display: inline-block;
}
.contact-row .spDisp_lp .parts.btn a:first-child {
    margin-bottom: 20px;
}
.contact-row > .spDisp_lp .txt-tel {
    left: 0;
    position: absolute;
    top: 0;
}
.contact-row > .spDisp_lp .txt-tel img {
    max-width: 100%;
}

/* Section 06 */
.sec06 {
    background-image: url('../images/bg-sec06.jpg');
}
.sec06 h3,
.sec09 h3 {
    color: #fff;
}
.sec06 h3:after,
.sec09 h3:after {
    background-image: url('../images/icon-dot-yellow.png');
}
.sec06 .txt-wrap {
    color: #fff;
    font-weight: 700;
    margin: 0 auto 42px;
    padding: 0 74px;
    text-align: justify;
}
.block-a .block-a-bg {
    background: url('../images/bg-square.jpg') repeat left top;
    display: block;
    float: left;
    min-height: 406px;
    padding: 20px 50px 0;
}
.block-a .block-a-bg:first-child {
    margin-right: 1%;
    width: 53%;
}
.block-a .block-a-bg:nth-child(2) {
    width: 46%;
}
.block-a-bg h4,
.box-white h4 {
    color: #006fb9;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
.block-a-bg h4:after {
    bottom: 0;
    content: url('../images/bg-line.png');
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
}
.list-d {
    padding-top: 10px;
}
.list-d li {
    display: block;
    padding: 0 0 20px 30px;
    position: relative;
    width: 100%;
}
.list-d li span {
    color: #006fb9;
    display: block;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}
.list-d li strong {
    background-color: #323232;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 22px;
    left: 0;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: -1px;
    width: 22px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/* Section 07 */
.sec07 {
    background-color: #d7eef9;
}
.block-b {
    background: url('../images/bg-square.jpg') repeat left top;
}
.block-b.block-b-space {
    margin-bottom: 30px;
}
.block-b h4 {
    background-color: #006fb9;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 2;
    padding: 15px;
    text-align: center;
}
.block-b-box {
    display: block;
    float: left;
    margin-right: 3%;
    width: 48.5%;
}
.block-b-box.txt p {
    line-height: 1.5;
}
.block-b-bg .block-b-box:first-child {
    float: right;
    margin-right: 0;
}
.block-b-bg .block-b-box:last-child {
    float: left;
}
.block-b-box li {
    display: block;
    float: left;
    margin-right: 4%;
    text-align: center;
    width: 48%;
}
.block-b-box li:nth-child(2n),
.block-b-box li:last-child {
    margin-right: 0;
}
.block-b-box li .img {
    margin-bottom: 10px;
}
.block-b-box li small {
    clear: both;
    display: block;
    font-size: 10px;
    line-height: 1.4;
}
.block-b-box .ttl {
    background: url('../images/block-ttl-sec07.png') repeat-y center top;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    margin: 0 auto 20px;
    padding: 0 10px;
    text-align: center;
}
.block-b-bg {
    padding: 24px 30px 30px;
}
.block-b-bg p {
    padding-bottom: 20px;
}
.block-b-bg .btn-default {
    margin: 0 auto;
    text-align: center;
}
.block-b-bg .btn-default a {
    background-color: #f2f2f2;
    border: 1px solid #006fb9;
    color: #006fb9;
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    min-width: 500px;
    padding: 10px;
}
.block-b-bg .btn-default a small {
    clear: both;
    display: block;
    font-size: 12px;
    line-height: 2;
}
.block-b-bg .btn-default a span {
    position: relative;
}
.block-b-bg .btn-default a span:before {
    content: url('../images/icon-circle.png');
    left: -30px;
    position: absolute;
    top: 2px;
}
.img-PC {
    margin-right: -29px;
    margin-bottom: 20px;
}
.spDisp_image {
    display: none;
}
.sec07-content {
    background: url('../images/sec07-background01.png');
    padding: 30px 30px 0 30px;
    margin-bottom: 40px;
    position: relative;
}
.sec07-content:after {
    content: '';
    overflow: hidden;
    clear: both;
    width: 100%;
    display: block;
}
.sec07-content p {
    text-align: center;
    padding: 10px 0;
}
.sec07-content span {
    font-size: 24px;
}
.sec07 .img {
    display: inline-block;
    width: 32.61%;
}
.sec07-table h4 {
    border-bottom: 2px solid #006fb9;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    padding: 2px 10px;
    font-size: 18px;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'Noto Serif JP', serif;
}
.sec07-table h4::before {
    content: '';
    background: #006fb9;
    width: 40%;
    padding-bottom: 20%;
    position: absolute;
    transform: rotate(26deg);
    left: -3%;
    top: 0;
    z-index: -1;
}
.sec07-table {
    float: right;
    width: 63.2%;
}
.sec07-table table {
    width: 100%;
    margin: 20px;
}
.sec07-content .sec07-img01 {
    position: absolute;
    right: -30px;
    bottom: -30px;
    z-index: 1;
}

/* Section 08 */
.sec08 {
    background-image: url('../images/bg-sec08.jpg');
    border-bottom: 2px solid #36a9e1;
}
.list-e {
    padding-top: 30px;
}
.list-e li {
    border-bottom: 2px dotted #333;
    display: block;
    margin-bottom: 28px;
    padding: 0 0 25px 90px;
    position: relative;
    width: 100%;
}
.list-e li:last-child {
    margin-bottom: 0;
}
.list-e li span {
    color: #006fb9;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}
.list-e li .img {
    left: 0;
    position: absolute;
    top: -10px;
}

/* Section 09 */
.sec09 {
    background-image: url('../images/bg-sec09.jpg');
}
.block-c {
    color: #fff;
    min-height: 258px;
    padding-right: 408px;
    position: relative;
}
.block-c img {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.block-c h4 {
    background: url('../images/block-ttl-sec09.png') repeat-y center top;
    color: #006fb9;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 20px;
    padding: 5px 10px;
    text-align: center;
}
.block-c p {
    padding-bottom: 20px;
}
.tbl-a {
    margin-top: 30px;
    width: 100%;
}
.tbl-a tr,
.tbl-a th,
.tbl-a td {
    vertical-align: middle;
}
.tbl-a tr:nth-child(2n) td {
    background-color: transparent;
    border: none;
    height: 5px;
    padding: 0;
}
.tbl-a td.space {
    background-color: transparent;
    border: none;
    padding: 0;
    width: 5px;
}
.tbl-a th {
    background-color: #e5f1f8;
    color: #006fb9;
    font-weight: 700;
    text-align: center;
    width: 250px;
}
.tbl-a td {
    background-color: #fff;
    padding: 20px;
}
sup {
    font-size: 0.75em;
    vertical-align: super;
    color: #333;
    line-height: 0;
    position: relative;
    top: 0;
}
.note {
    color: #fff;
    text-align: right !important;
    margin-top: 2px;
}
/* .tbl-a td:last-child { width: 388px !important; } */
.tbl-a td small {
    clear: both;
    display: block;
    font-size: 12px;
}
.tbl-a .ttl {
    font-size: 18px;
    font-weight: 700;
    border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -moz-border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
}
.tbl-a .subttl {
    margin: 0 auto;
    text-align: justify;
    width: 100px;
}
.tbl-a .bg-yellow {
    background-color: #ffff00;
    color: #000;
    width: 445px;
}
.tbl-a .bg-green {
    background-color: #8cc63f;
    color: #fff;
    width: 459px;
}
.tbl-a li {
    display: block;
    padding-left: 15px;
    position: relative;
}
.tbl-a li:before {
    content: '\2022';
    color: #333;
    left: 0;
    position: absolute;
    top: 0;
}

/* Section 10 */
.sec10 {
    background-image: url('../images/bg-sec10.jpg');
}
.slider {
    padding-bottom: 14px;
}
.slider .box-slide:first-child {
    padding-left: 14px;
    padding-right: 14px;
}
.box-white {
    background-color: #fff;
    min-height: 240px;
    padding: 20px;
}
.box-white h4:after {
    bottom: 0;
    content: url('../images/bd-line.png');
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
}
.box-white h4 small {
    font-size: 16px;
    font-weight: normal;
}
.slick-slide {
    margin: 0 auto;
    width: 336px;
}
.slick-dots li button {
    color: #c9c9c9;
}
.slick-dots li button:before {
    color: #c9c9c9;
    font-size: 12px;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: #006fb9;
}
.slick-dots li.slick-active button:before {
    color: #006fb9;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
}
.slick-prev:before {
    content: url('../images/icon-prev.png');
}
.slick-next:before {
    content: url('../images/icon-next.png');
}
.slick-prev,
.slick-next {
    height: 49px;
    width: 50px;
    opacity: 1;
    z-index: 9;
}
.slick-prev:before,
.slick-next:before {
    opacity: 1;
}
.slick-prev:hover,
.slick-next:hover {
    opacity: 0.7;
}
.slick-prev {
    left: -65px;
}
.slick-next {
    right: -65px;
}

/* Section 11 */
.sec11 {
}
.block-d h4 {
    background-color: #00cceb;
    background-image: linear-gradient(90deg, #00cceb, #006fb1);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 10px;
    text-align: center;
}
.block-d .box {
    border: 1px solid #c9c9c9;
    border-top: none;
    font-size: 21px;
    padding: 40px 20px;
    text-align: center;
}
.block-d .box span {
    color: #006fb9;
    font-size: 48px;
    font-weight: 700;
    padding-left: 25px;
}
.block-d .box small {
    clear: both;
    display: block;
    overflow: hidden;
}
.price-table {
    width: 100%;
    border: 1px solid #ccc;
}
.price-table td {
    padding: 5px 0;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 22px;
    vertical-align: middle;
}
.price-table tr:first-of-type td:nth-child(1) {
    width: 60%;
}
.price-table tr:first-of-type td:nth-child(2) {
    width: 40%;
}
.price-table td em {
    font-size: 34px;
    font-style: normal;
}
.price-txt {
    margin: 15px 0 0;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
}

/* Section 12 */
.sec12 {
    background-color: #f0f2f3;
    border-bottom: 2px solid #36a9e1;
}
.dl-qa {
    margin: 0 auto 10px;
    width: 830px;
}
.dl-qa dt {
    background: url('../images/bg-qa-ttl.jpg') repeat-x;
    border: #d6d6d6 1px solid;
    line-height: 40px;
    margin-top: 10px;
    padding: 8px 20px;
}
.dl-qa dt div {
    background: url('../images/icon-q.jpg') no-repeat;
    font-weight: 700;
    min-height: 40px;
    padding-left: 60px;
}
.dl-qa dd {
    background: url('../images/icon-a.jpg') no-repeat #fff;
    background-position: 20px 8px;
    border: #d6d6d6 1px solid;
    border-top: none;
    padding: 18px 20px 18px 80px;
}
.accT {
    position: relative;
    cursor: pointer;
}
.accT:after {
    content: url('../images/icon-open.png');
    height: 20px;
    position: absolute;
    right: 25px;
    top: 10px;
    width: 20px;
}
.accT.open:after {
    content: url('../images/icon-close.png');
}

/* Section 13 */
.sec13 {
    border-top: 5px solid #36a9e1;
}
.block-e {
    min-height: 326px;
    padding-left: 355px;
    position: relative;
}
.block-e img {
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
}
.block-e p {
    padding-bottom: 20px;
}

/* Section About */
.secabout {
    background-color: #d7eef9;
}
.block-b-bg.block-about {
    padding: 30px;
}
.block-b-bg.block-about .block-b-box.block-about-box:first-child {
    float: left;
    margin-right: 0;
}
.block-b-bg.block-about h4 {
    background: transparent;
    color: #006fb9;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0;
    padding-bottom: 20px;
    position: relative;
}
.block-b-bg.block-about h4:after {
    bottom: 0;
    content: url('../images/bd-about.png');
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
}
.block-b-bg.block-about p.no {
    padding-bottom: 0;
}
.addmap span {
    padding-left: 25px;
    position: relative;
}
.addmap span:before {
    content: url('../images/icon-map.png');
    left: 0;
    position: absolute;
}

.block-b-box.block-about-box {
    margin-right: 0;
    width: 50%;
    text-align: center;
}
.block-b-box.block-about-box:first-child,
.block-b-box.block-about-box:last-child {
    float: left;
    margin-right: 0;
}
.block-about-img {
    margin-bottom: 20px;
    position: relative;
}
.block-about-img a.pop {
    bottom: 10px;
    position: absolute;
    right: 40px;
}
.block-about-img .img {
    border: 1px solid #ccc;
    margin: 0 auto;
}
.block-b-box.block-about-box a.btn {
    background-color: #00cceb;
    background-image: linear-gradient(90deg, #00cceb, #006fb1);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 auto;
    max-width: 280px;
}
.block-b-box.block-about-box a.btn span {
    padding-left: 30px;
    position: relative;
}
.block-b-box.block-about-box a.btn span:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    margin-top: -5px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -ms-transform: rotate(45deg) skew(0deg);
    -webkit-transform: rotate(45deg) skew(0deg);
    -moz-transform: rotate(45deg) skew(0deg);
    -o-transform: rotate(45deg) skew(0deg);
    transform: rotate(45deg) skew(0deg);
}

.tbl-b {
    margin-bottom: 10px;
    width: 100%;
}
.tbl-b tr,
.tbl-b th,
.tbl-b td {
    vertical-align: middle;
}
.tbl-b th {
    background-color: #006fb1;
    border: 2px solid #ccc;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    text-align: center;
}
.tbl-b th:nth-child(n + 2) {
    width: 95px;
}
.tbl-b th:nth-child(7) {
    width: 120px;
}
.tbl-b td {
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 10px;
    text-align: center;
}

/* LIGHTBOX STYLE */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.lightbox .lightbox-video {
    width: 100%;
    padding-bottom: 56%;
}
.lightbox iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
}
.lightbox img {
    display: block;
    margin: 0 auto;
}
.lightbox .lightbox-close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 26px;
    height: 50px;
    width: 50px;
    background: rgba(255, 255, 255, 0.3);
    border: 3px solid #ffffff;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}
.lightbox .lightbox-close:hover {
    text-decoration: none;
}
.lightbox .lightbox-container {
    /* max-width: 1024px; */
    max-width: 100%;
    margin: 100px auto 25px;
}

/* Footer area */
footer.footer {
    background-color: #00cceb;
    background-image: linear-gradient(90deg, #00cceb, #006fb1);
    color: #fff;
    font-size: 12px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
footer.footer .inner {
    margin: 0 auto;
    max-width: 980px;
    padding: 30px 0;
    width: 100%;
}
footer .foot_btn {
    border-top: 2px solid #00a2d7;
    margin: 0 auto;
    right: 0;
    text-align: center;
}

@keyframes reflect {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@-webkit-keyframes reflect {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

/* タブレットサイズ
*****************************************************/
@media only screen and (max-width: 744px) {
    .pcDisp_lp {
        display: none;
    }
    .spDisp_lp {
        display: block;
    }
    .pcDisp_image {
        display: none;
    }
    .spDisp_image {
        display: block;
    }
    .img-SP {
        margin-right: -12px;
        margin-bottom: 20px;
    }

    .wrapper {
        min-width: 100%;
        width: 100%;
    }
    .koseikai > section {
        line-height: 1.5;
    }

    section .inner,
    footer.footer .inner {
        padding: 30px 10px;
    }
    .section h3 {
        font-size: 21px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .section h3:after {
        width: 100%;
    }

    #adlink_01:target,
    #adlink_02:target,
    #adlink_03:target,
    #adlink_04:target {
        clear: both;
        display: block;
        overflow: hidden;
        padding-top: 100px;
    }

    /* Section 02 */
    .sec02-thumb {
        padding: 10px 0;
    }
    .sec02-thumb img {
        margin: 0 auto;
        text-align: center;
    }
    .sec02-bg {
        background-image: url('../images/bg-sec02-sp.png');
        background-position: center top;
        padding: 40px 20px;
    }
    .sec02-bg.bg-img {
        background-size: cover;
        background-repeat: no-repeat;
    }
    .sec02-bg .tbl-cell {
        font-size: 21px;
        line-height: 1.3;
    }

    /* Section 03 */
    .sec03 {
        background-image: url('../images/bg-sec03-sp.jpg');
    }
    .sec03.bg-img {
        background-position: center top;
    }
    .list-a {
        padding: 0 20px 30px;
    }
    .list-a li {
        float: none;
        margin-bottom: 12px;
        margin-right: 0;
        padding-bottom: 48px;
        position: relative;
        width: 100%;
    }
    .list-a li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .list-a li:after {
        bottom: 0;
        content: url('../images/icon-arrow-down-sp.png');
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
    }
    .list-a li:last-child:after {
        content: '';
    }
    .list-a li .img img {
        width: 100%;
    }
    .list-a li .img:after {
        content: '';
    }
    .list-a li h4 {
        font-size: 18px;
        line-height: 2;
    }
    .list-a-bg {
        min-height: 1px;
    }
    .box-a {
        font-size: 16px;
        margin-bottom: 20px;
        padding: 30px 0;
    }
    .box-a:before,
    .box-a:after {
        background-image: url('../images/bg-sprite-sp.png');
        height: 21px;
    }
    .box-a .box-a-txtbg {
        background: rgb(255, 255, 0);
        font-size: 24px;
    }
    .sec03 .img-center img {
        margin: 0 auto;
        text-align: center;
    }

    /* Section 04 */
    .sec04 {
        background-image: url('../images/bg-sec04-sp.jpg');
    }
    .sec04.bg-img {
        background-position: center top;
    }
    .list-b li {
        float: none;
        margin-bottom: 30px;
        margin-right: 0;
        width: 100%;
    }
    .list-b li:last-child {
        margin-bottom: 10px;
    }
    .list-b li h4 {
        font-size: 18px;
        line-height: 2;
    }
    .list-b li .img img {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    /* Section 05 */
    .sec05 {
        background-image: none;
    }
    .sec05-ttl h3 {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .sec05-float {
        margin-left: 0;
        width: 100%;
    }
    .list-c li {
        font-size: 16px;
        max-width: 100%;
        overflow: visible;
        padding-left: 45px;
        z-index: 1;
    }
    .list-c li:before {
        content: url('../images/icon-check-sp.png');
        left: 10px;
        top: -3px;
        z-index: 2;
    }
    .list-c li:first-child {
        margin-top: 10px;
    }
    .list-c li:first-child,
    .list-c li:nth-child(2),
    .list-c li:nth-child(3),
    .list-c li:nth-child(4),
    .list-c li:last-child {
        margin-left: 0;
    }

    /* Section Contact */
    .contact-row {
        max-width: 100%;
    }

    /* Section 06 */
    .sec06 {
        background-image: url('../images/bg-sec06-sp.jpg');
    }
    .sec06.bg-img {
        background-position: center top;
    }
    .sec06 .txt-wrap {
        font-weight: normal;
        margin: 0 auto 20px;
        padding: 0;
    }
    .block-a .block-a-bg {
        min-height: 10px;
        padding: 20px 20px 0;
    }
    .block-a .block-a-bg:first-child {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%;
    }
    .block-a .block-a-bg:nth-child(2) {
        width: 100%;
    }
    .block-a .block-a-bg .img img {
        margin: 0 auto;
        text-align: center;
    }
    .block-a-bg h4,
    .box-white h4 {
        font-size: 21px;
        line-height: 2;
    }
    .block-a-bg h4:after {
        content: url('../images/bg-line-sp.png');
    }
    .list-d {
        padding-bottom: 10px;
    }
    .list-d li span {
        font-size: 18px;
        line-height: 1.3;
    }
    .list-d li strong {
        top: 0;
    }

    /* Section 07 */
    .block-b h4 {
        font-size: 17px;
        line-height: 1.6;
    }
    .block-b h4,
    .block-b-bg {
        padding: 20px;
    }
    .block-b-bg p {
        padding-bottom: 20px;
    }
    .block-b-bg .btn-default a {
        font-size: 16px;
        min-width: 100%;
    }
    .block-b-bg .btn-default a span {
        padding-left: 30px;
    }
    .block-b-bg .btn-default a span:before {
        left: 0;
    }
    .block-b.block-b-space {
        margin-bottom: 20px;
    }
    .block-b-box {
        clear: both;
        display: block;
        float: none;
        margin-right: 0;
        overflow: hidden;
        width: 100%;
    }
    .block-b-bg .block-b-box:first-child {
        padding-bottom: 20px;
    }
    .block-b-box .ttl {
        font-size: 18px;
        line-height: 2.3;
    }
    .sec07-table {
        float: none;
        width: 100%;
    }
    .sec07 .img {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .sec07-content p {
        display: inline-block;
        vertical-align: middle;
    }
    .sec07-content .spDisp_lp {
        display: inline-block;
        vertical-align: middle;
    }
    .sec07-table h4 {
        padding: 5px;
    }
    .sec07-table td:first-child {
        width: 95px;
    }
    .sec07-table table {
        margin: 10px 3px;
    }

    /* Section 08 */
    .sec08 {
        background-image: url('../images/bg-sec08-sp.jpg');
    }
    .sec08.bg-img {
        background-position: center top;
    }
    .list-e {
        padding-top: 0;
    }
    .list-e li {
        margin-bottom: 20px;
        padding: 0 0 20px 40px;
    }
    .list-e li span {
        font-size: 18px;
        line-height: 1.3;
    }
    .list-e li .img {
        top: -7px;
    }

    /* Section 09 */
    .sec09 {
        background-image: url('../images/bg-sec09-sp.jpg');
    }
    .sec09.bg-img {
        background-position: center top;
    }
    .block-c {
        min-height: 10px;
        padding-right: 0;
    }
    .block-c img {
        position: relative;
    }
    .block-c .img {
        float: right;
        margin-left: 10px;
    }
    .tbl-a td {
        padding: 10px;
        text-align: left;
        vertical-align: top;
    }
    .tbl-a td:last-child {
        width: 50% !important;
    }
    .tbl-a .ttl {
        font-size: 16px;
    }
    .tbl-a .subttl {
        width: 100%;
    }
    .tbl-a .bg-yellow,
    .tbl-a .bg-green {
        text-align: center;
        vertical-align: middle;
        width: auto;
    }
    .tbl-a .spDisp_lp.row {
        display: table-row;
    }
    .tbl-a .spDisp_lp.row th {
        padding: 10px;
        text-align: center;
    }
    .note {
        font-size: 13px;
        margin-top: 4px;
    }

    /* Section 10 */
    .sec10 {
        background-image: url('../images/bg-sec10-sp.jpg');
    }
    .sec10.bg-img {
        background-position: center top;
    }
    .box-white h4 small {
        font-size: 14px;
    }
    .slick-prev {
        left: -10px;
    }
    .slick-next {
        right: -10px;
    }
    /* .slider:before {
            background: linear-gradient(to left, rgba(255,255,255,0), #D7EDF8);
            content: ""; display: inline-block; height: 100%; position: absolute; left: 0; top: 0; width: 50px; z-index: 1;
        }
        .slider:after {
            background: linear-gradient(to right, rgba(255,255,255,0), #D7EDF8);
            content: ""; display: inline-block; height: 100%; position: absolute; right: 0; top: 0; width: 50px; z-index: 1;
        } */

    /* Section 11 */
    .block-d h4 {
        font-size: 18px;
        padding: 10px;
    }
    .block-d .box {
        font-size: 14px;
        padding: 20px;
    }
    .block-d .box span {
        font-size: 24px;
        padding-left: 5px;
    }

    /* Section 12 */
    .dl-qa {
        width: 100%;
    }
    .dl-qa dt {
        background: url('../images/bg-qa-ttl-sp.jpg') repeat-x top left;
        line-height: 1.5;
        padding: 10px 35px 10px 10px;
        background-color: #fafafa;
    }
    .dl-qa dt div {
        background-image: url('../images/icon-q-sp.jpg');
        background-position: 0 3px;
        min-height: 0;
        padding-left: 30px;
    }
    .dl-qa dd {
        background-image: url('../images/icon-a-sp.jpg');
        background-position: 10px 13px;
        padding: 10px 10px 10px 40px;
    }
    .accT:after {
        right: 10px;
        top: 13px;
    }

    /* Section 13 */
    .block-e {
        min-height: 0;
        padding-left: 0;
    }
    .block-e img {
        position: relative;
    }
    .block-e .img {
        float: left;
        margin-right: 10px;
    }

    .showhide-sp {
        display: none;
    }

    /* Section About */
    .block-b-box.block-about-box {
        width: 100%;
    }
    .block-b-bg.block-about .txt-center {
        text-align: left;
    }
    .block-b-box.block-about-box a.btn {
        max-width: 100%;
    }
    .block-b-box.block-about-box a.btn.space {
        margin-bottom: 20px;
    }
    .addmap {
        padding-left: 20px;
    }
    .addmap span {
        padding-left: 0;
    }
    .addmap span:before {
        left: -20px;
    }
    .tbl-b {
        font-size: 12px;
    }
    .tbl-b th,
    .tbl-b td {
        padding: 5px;
    }
    .tbl-b th:nth-child(n + 2) {
        width: auto;
    }
    .tbl-b th:nth-child(7) {
        width: auto;
    }

    .lightbox .lightbox-close {
        top: 90px;
    }
    .lightbox-column {
        padding: 40px 20px 20px;
    }
    .lightbox .lightbox-close {
        border: 2px solid #fff;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
}

/* Smartphones
*****************************************************/
@media only screen and (max-width: 736px) {
    .site-header-in {
        padding-bottom: 0;
    }
    .price-table td {
        font-size: 16px;
        width: auto;
    }
    .price-table tr:first-of-type td:nth-child(1) {
        width: 70%;
    }
    .price-table tr:first-of-type td:nth-child(2) {
        width: 30%;
    }
    .price-table td em {
        font-size: 20px;
    }

    .sec07-content {
        padding: 10px;
    }
    .sec07-content .img {
        padding-bottom: 20px;
    }
    .sec07-content p {
        width: 50%;
        vertical-align: middle;
        text-align: left;
        padding: 0 10px;
    }
    .sec07-content img {
        width: 48%;
        max-width: 150px;
        vertical-align: middle;
    }
    .sec07-table h4::before {
        padding-bottom: 50%;
        width: 100%;
        left: auto;
        right: 40%;
        top: -50%;
    }
    .sec07-content .sec07-img01 {
        right: -20px;
        bottom: -25px;
    }
}

@media screen and (max-width: 559px) {
    .section h3 {
        font-size: 18px;
    }
    .block-b h4 {
        font-size: 13px;
        padding: 20px 10px;
    }
    .slick-prev,
    .slick-next {
        height: 25px;
        width: 25px;
    }
    .slick-prev:before {
        content: url('../images/icon-prev-sp.png');
    }
    .slick-next:before {
        content: url('../images/icon-next-sp.png');
    }
}

@media only screen and (max-width: 500px) {
    .contact-info .contact-bd {
        max-width: 100%;
    }
    .contact-info .contact-bd small {
        display: inline-block;
        text-align: center;
        width: 60px;
    }

    .block-b-bg.block-about h4:after {
        content: url('../images/bd-line.png');
    }
}

@media only screen and (max-width: 415px) {
    .contact-info .contact-bd span {
        clear: both;
        display: block;
        overflow: hidden;
        padding-right: 0;
    }
    .contact-info .contact-bd .open span {
        padding-bottom: 8px;
    }
    .contact-info .contact-bd .closed span {
        padding-bottom: 8px;
    }
    .contact-info .contact-bd .contact-appointment {
        width: 100%;
    }

    .slick-slide {
        width: 260px;
    }
    .slider .box-slide:first-child {
        padding-left: 5px;
        padding-right: 5px;
    }
    .box-white {
        min-height: 230px;
        padding: 10px;
    }
    .box-white h4:after {
        content: url('../images/bd-line-sp.png');
    }
}
table.price-table p {
    font-size: 14px;
}

.price-section h2 {
    margin: 0px 0 30px;
    padding: 10px 18px;
    background: #2e70a7;
    color: #fff;
    font-size: 1.75em;
}

.price-txt {
    margin: 20px 0 30px 0;
}

.sec-newcost-box {
    width: 100%;
    font-size: 20px;
    text-align: center;
    background: #fff;
}
@media screen and (max-width: 736px) {
    .sec-newcost-box {
        font-size: 13px;
    }
}

table.newcost-table th {
    background-color: #92b1c1;
    color: #ffffff;
    text-align: center;
}

table.newcost-table th,
td {
    padding: 20px 20px;
}
@media screen and (max-width: 736px) {
    table.newcost-table th,
    td {
        padding: 10px 10px;
    }
}

table {
    margin: 0 !important;
    border-top: none !important;
    margin-top: 0px !important;
}

.table-mgn {
    margin-bottom: 30px !important;
    margin-top: 0px !important;
}
@media screen and (max-width: 736px) {
    .table-mgn {
        margin-bottom: 20px !important;
    }
}

.newcost-table tbody tr {
    border: 1px solid #d2d2d2;
}

.newcost-table tr td {
    text-align: left;
}

.newcost-table tr td:last-child {
    text-align: right;
}

.border-left {
    border-left: 1px solid #d2d2d2;
}

.border-top {
    border-top: 1px solid #d2d2d2;
}

.text-bui {
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width: 736px) {
    .text-bui {
        font-size: 12px;
        text-align: center;
        line-height: 15px;
        margin-bottom: 6px;
    }
}
@media screen and (max-width: 355px) {
    .text-bui {
        font-size: 11px;
    }
}

.text-price {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 736px) {
    .text-price {
        font-size: 18px;
    }
}
@media screen and (max-width: 355px) {
    .text-price {
        font-size: 14px;
    }
}

.text-yen {
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width: 736px) {
    .text-yen {
        font-size: 12px;
        font-weight: bold;
    }
}

small {
    font-size: 12px;
}
@media screen and (max-width: 736px) {
    small {
        font-size: 12px;
        display: inline-block;
    }
}
.text-price-taxin {
    font-size: 13px;
}
@media screen and (max-width: 736px) {
    .text-price-taxin {
        font-size: 12px;
    }
}
@media screen and (max-width: 355px) {
    .text-price-taxin {
        font-size: 9px;
    }
}

.table-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
@media screen and (max-width: 736px) {
    .table-flex {
        flex-direction: column;
    }
}

.main-price {
    /* line-height: 16px; */
}
@media screen and (max-width: 736px) {
    .main-price {
        text-align: center;
    }
}

.tax-price {
    line-height: 16px;
    text-align: center;
}

td.table_grey {
    background: #f6f6f6 !important;
}

.newcost-table tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.price-notice {
    font-size: 12px;
    font-weight: normal;
}

.free-text {
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 736px) {
    .free-text {
        font-size: 16px;
    }
}

.last-text {
    text-align: right;
    font-size: 16px;
}
@media screen and (max-width: 736px) {
    .last-text {
        font-size: 13px;
    }
}

.text-right {
    border-left: 1px solid #d2d2d2;
}

.p-content-subttl {
    border-top: 3px solid #0085ce;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    margin-bottom: 9px;
    position: relative;
    text-align: center;
}
.p-content-subttl::before {
    background-color: #0085ce;
    content: '';
    height: 3px;
    left: 0;
    margin: 0 auto;
    right: 0;
    position: absolute;
    top: -3px;
    width: 100%;
}

.p-content-ttl {
    margin: 0;
}

.p-content-subttl span {
    background-color: #0085ce;
    color: #fff;
    padding: 5px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.c-ttl {
    color: #1a1a1a;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    border-bottom: 1px solid #0085ce;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
@media screen and (max-width: 736px) {
    .c-ttl {
        font-size: 21px;
    }
}

.c-ttlh4 {
    color: #1a1a1a;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
@media screen and (max-width: 736px) {
    .c-ttlh4 {
        font-size: 21px;
    }
}

.sec-newcost-box h4 {
    background-color: #0085ce;
    color: #ffffff;
    font-weight: 700;
    padding: 14px 0 !important;
    margin: 0 !important;
}

.newcost-table tbody tr:first-child {
    border-top: none;
}

.p-content-subttl .item-title {
    background-color: #0085ce;
    font-size: 16px;
    color: #fff;
    padding: 5px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
@media screen and (max-width: 736px) {
    .p-content-subttl .item-title {
        font-size: 13px;
    }
}

.made-text {
    font-size: 13px;
}
@media screen and (max-width: 736px) {
    .made-text {
        font-size: 11px;
    }
}

.spCenter {
    text-align: left;
}
@media screen and (max-width: 736px) {
    .spCenter {
        text-align: center !important;
    }
}

.table-white {
    background-color: #ffffff;
}

.course-box {
    display: flex;
    align-items: center;
    flex-direction: row;
}
@media screen and (max-width: 736px) {
    .course-box {
        flex-direction: column;
    }
}

.course-text {
    font-size: 13px;
}
@media screen and (max-width: 736px) {
    .course-text {
        font-size: 11px;
    }
}

.price-images {
    width: 80px;
    margin-right: 5px;
}
@media screen and (max-width: 736px) {
    .price-images {
        margin-right: 0;
    }
}

.price-images img {
    width: rem(80);
    height: rem(80);
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.price-images-tablebox ul {
    gap: rem(5);
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: rem(20);
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 736px) {
    .price-images-tablebox ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

.price-img-text {
    border: solid 1px #0085ce;
    border-radius: 64px;
    text-align: center;
    color: #0085ce;
    font-weight: bold;
    padding: 4px 0;
    font-size: 16px;
}
@media screen and (max-width: 736px) {
    .price-img-text {
        font-size: 15px;
        padding: 2px 0;
    }
}

.price-images-tablebox {
    margin-bottom: 30px;
}

.prp-detail {
    margin: 0px auto;
}

.price-section {
    margin-bottom: 30px !important;
}
@media screen and (max-width: 736px) {
    .price-section {
        box-shadow: none;
        margin: 0 10px 30px;
    }
}

.tax-small {
    font-size: 0.8em;
    display: block;
} /*# sourceMappingURL=style.css.map */

table.newcost-table {
    width: 100%;
}
table.newcost-table {
    width: 100%;
}
.newcost-table tr td {
    text-align: left;
    vertical-align: middle;
}
