@charset "utf-8";

/* ----------------------------------------------
 ! Sub Mainview
 ---------------------------------------------- */

#sub-mainview { margin:0 0 7.69vw; position:relative; z-index:998; }
#sub-mainview dt {}
#sub-mainview dt img { width:100%; height:auto; }
#sub-mainview dd { position:absolute; top:0; left:0; width:100%; height:61.53vw; display:flex; justify-content:center; align-items:center; }
#mainview-h1 { line-height:1.25; background:rgba(243,239,233,0.95); box-shadow:0 0 3px 3px #8f786929; border-radius:1.54vw; text-align:center; margin:0 auto; padding:4.62vw 6.15vw; font-size:6.15vw; color:#4A403E; font-weight:600; letter-spacing:0.14vw; }

@media screen and (min-width:769px){
#sub-mainview { margin:0 auto 2.17vw; }
#sub-mainview dt {}
#sub-mainview dt img {}
#sub-mainview dd { height:25.36vw; }
#mainview-h1 { position:absolute; bottom:4.35vw; left:50%; border-radius:0.43vw; text-align:left; margin:0 0 0 -43.47vw; padding:1.45vw 2.17vw; font-size:2.53vw; letter-spacing:0.21vw; }
}
@media screen and (min-width:1381px){
#sub-mainview { width:1380px; margin:0 auto 30px; }
#sub-mainview dt {}
#sub-mainview dt img {}
#sub-mainview dd { height:350px; }
#mainview-h1 { bottom:60px; border-radius:6px; margin:0 0 0 -600px; padding:20px 30px; font-size:35px; letter-spacing:3px; }
}




/* ----------------------------------------------
 ! Breadcrumb
 ---------------------------------------------- */

#nav-breadcrumb { padding:0 4.1vw 6.15vw; }
#nav-breadcrumb ul { display:flex; flex-flow:row wrap; }
#nav-breadcrumb li { font-size:3.33vw; color:#a7a7a7; list-style:none; }
#nav-breadcrumb li a { font-size:3.33vw; color:#0F0F0F; text-decoration:none; position:relative; }
#nav-breadcrumb li a:after { content:">"; display:inline-block; vertical-align:top; margin:0 1.79vw; font-size:3.33vw; color:#1F518E; }
#nav-breadcrumb li a:hover { color:#8F7869; }
@media screen and (min-width:769px){
#nav-breadcrumb { width:86.95vw; margin:0 auto; padding:0 0 5.07vw; }
#nav-breadcrumb ul {}
#nav-breadcrumb li { font-size:1.09vw; }
#nav-breadcrumb li a { font-size:1.09vw; }
#nav-breadcrumb li a:after { margin:0 0.65vw; font-size:1.09vw; }
#nav-breadcrumb li a:hover {}
}
@media screen and (min-width:1381px){
#nav-breadcrumb { width:1200px; margin:0 auto; padding:0 0 70px; }
#nav-breadcrumb ul {}
#nav-breadcrumb li { font-size:15px; }
#nav-breadcrumb li a { font-size:15px; }
#nav-breadcrumb li a:after { margin:0 9px; font-size:15px; }
#nav-breadcrumb li a:hover {}
}




/* ----------------------------------------------
 ! Sub Layout
 ---------------------------------------------- */

#main-wrap {}
#main-box {}
#aside-sidebar {}
main { padding:0 0 12.3vw; }
#aside-main-nav {}

@media screen and (min-width:769px){
#main-wrap { display:flex; flex-flow:row-reverse nowrap; justify-content:space-between; width:87vw; margin:0 auto; position:relative; }
#main-box { width:57.97vw; min-height:72.46vw; text-align:left; }
#aside-sidebar { display:block; width:21.73vw; padding:0 0 2.9vw; }
main { padding:0 0 8.7vw; }
#aside-main-nav {}
}
@media screen and (min-width:1381px){
#main-wrap { display:flex; flex-flow:row-reverse; width:1200px; margin:0 auto; }
#main-box { width:800px; min-height:1000px; text-align:left; }
#aside-sidebar { display:block; width:300px; padding:0 0 40px; }
main { padding:0 0 120px; }
#aside-main-nav {}
}





/* ----------------------------------------------
 ! Sidebar
 ---------------------------------------------- */

.aside-nav { padding:0 5.13vw; }
.aside-nav dl { margin:0 0 5.13vw; }
.aside-nav dt { display:flex; align-items:center; height:12.82vw; line-height:1.83vw; border-radius:1.54vw 1.54vw 0 0; padding:0 15.38vw; font-size:4.62vw; color:#fff; }
#side-dl-info dt { background:#8F7869 url(../img/common/ico_side_info.svg) 5.13vw center/7.69vw auto no-repeat; }
#side-dl-menu dt { background:#8F7869 url(../img/common/ico_side_menu.svg) 5.13vw center/7.69vw auto no-repeat; }
.aside-nav dd {}
.aside-nav dd ul { background:#F3EFE9; border-radius:0 0 1.54vw 1.54vw; }
.aside-nav dd li { list-style:none; }
.aside-nav dd li:not(:last-of-type) { border-bottom:1px #C1B197 solid; }
.aside-nav dd li a { display:flex; align-items:center; height:14.1vw; line-height:1.5; background:url(../img/common/ico_arrow_right.svg) right 5.13vw top 50%/5.13vw auto no-repeat; padding:0 15.38vw 0 5.13vw; font-size:4.1vw; color:#4A403E; text-decoration:none; }

@media screen and (min-width:769px){
.aside-nav { padding:0; }
.aside-nav dl { margin:0 0 2.17vw; }
.aside-nav dt { height:3.62vw; border-radius:0.43vw 0.43vw 0 0; padding:0 4.35vw; font-size:1.16vw; }
#side-dl-info dt { background:#8F7869 url(../img/common/ico_side_info.svg) 1.45vw center/2.17vw auto no-repeat; }
#side-dl-menu dt { background:#8F7869 url(../img/common/ico_side_menu.svg) 1.45vw center/2.17vw auto no-repeat; }
.aside-nav dd {}
.aside-nav dd ul { border-radius:0 0 0.43vw 0.43vw; padding:0 1.45vw; }
.aside-nav dd li {}
.aside-nav dd li:not(:last-of-type) {}
.aside-nav dd li a { height:3.62vw; background:url(../img/common/ico_arrow_right.svg) right 0 top 50%/1.16vw auto no-repeat; padding:0 2.17vw 0 0; font-size:1.09vw; }
}
@media screen and (min-width:1381px){
.aside-nav { padding:0; }
.aside-nav dl { margin:0 0 30px; }
.aside-nav dt { height:50px; border-radius:6px 6px 0 0; padding:0 60px; font-size:16px; }
#side-dl-info dt { background:#8F7869 url(../img/common/ico_side_info.svg) 20px center/30px auto no-repeat; }
#side-dl-menu dt { background:#8F7869 url(../img/common/ico_side_menu.svg) 20px center/30px auto no-repeat; }
.aside-nav dd {}
.aside-nav dd ul { border-radius:0 0 6px 6px; padding:0 20px; }
.aside-nav dd li {}
.aside-nav dd li:not(:last-of-type) {}
.aside-nav dd li a { height:50px; background:url(../img/common/ico_arrow_right.svg) right 0 top 50%/16px auto no-repeat; padding:0 30px 0 0; font-size:15px; }
}




/* ----------------------------------------------
 ! main-nav-box
 ---------------------------------------------- */

#main-nav-box { height:68.46vw; overflow:hidden; margin:0 4.1vw 10.25vw; padding:5.13vw 0 0; position:relative; z-index:2; }
#main-nav-tit { position:absolute; top:2.05vw; left:0; background:#fff; font-size:4.62vw; padding:0 4.1vw 0 0; color:#8F7869; z-index:2; }
#main-nav-box ul { border-top:1px #4A403E solid; padding:4.1vw 0 0; }
#main-nav-box li { border-bottom:1px #C1B197 solid; list-style:none; }
#main-nav-box li a { display:flex; flex-flow:column nowrap; justify-content:center; align-items:start; min-height:16.66vw; line-height:1.5; background:url(../img/common/ico_arrow_down.svg) right 0 top 50%/5.13vw auto no-repeat; padding:2.56vw 12.82vw 2.56vw 0; font-size:3.59vw; color:#4A403E; font-weight:400; text-decoration:none; position:relative; }
#main-nav-box li a:hover {}
#btn-main-nav { position:absolute; bottom:0; left:0; display:flex; justify-content:center; align-items:flex-end; width:100%; height:20vw; background:linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); }
#btn-main-nav p { font-size:3.08vw; color:#4A403E; font-weight:600; }
#btn-main-nav-open { font-size:3.8vw !important; color:#8F7869 !important; font-weight:400 !important; }
#btn-main-nav-close { display:none; }
.height16 { height:16vw !important; }
.btn-main-nav-on { height:auto !important; overflow:visible !important; padding-bottom:16vw !important; }

@media screen and (min-width:769px){
#main-nav-box { height:auto; overflow:visible; margin:0; padding:0 0 6.52vw; }
.don { position:absolute !important; transition:1s ease; }
#main-nav-tit { top:2.17vw; padding:0 1.16vw 0 0; font-size:1.3vw; }
#main-nav-box ul { display:flex; flex-flow:row wrap; justify-content:space-between; }
#main-nav-box li { width:27.53vw; }
#main-nav-box li a { min-height:5.07vw; background:url(../img/common/ico_arrow_down.svg) right 0.87vw top 50%/1.16vw auto no-repeat; padding:0 4.35vw 0 0; font-size:1.09vw; }
#main-nav-box li a:hover { opacity:0.7; text-decoration:underline; transition:1s ease; }
#btn-main-nav { display:none; }
#btn-main-nav-open { font-size:1vw !important; }
}
@media screen and (min-width:1381px){
#main-nav-box { padding:40px 0 90px; }
#main-nav-tit { top:30px; padding:0 16px 0 0; font-size:18px; }
#main-nav-box ul { padding:20px 0 0; }
#main-nav-box li { width:380px; }
#main-nav-box li a { min-height:70px; background:url(../img/common/ico_arrow_down.svg) right 12px top 50%/16px auto no-repeat; padding:0 60px 0 0; font-size:15px; }
#btn-main-nav {}
#btn-main-nav-open { font-size:14px !important; }
}




/* ----------------------------------------------
 ! article & section common
 ---------------------------------------------- */

.sub-art { padding:10.25vw 4.1vw 12.82vw; }
.sub-sec {}
.sub-box {}
.box-inner { margin-left:4.1vw !important; margin-right:4.1vw !important; }
.num-art { position:relative; }
.num-art:after { content:""; position:absolute; bottom:0; left:50%; width:0; height:0; border-style:solid; border-color:#d4f3f6 transparent transparent transparent; border-width:4.62vw 4.35vw 0 4.35vw; margin:0 0 0 -4.35vw; }
.bg-box { background:#F3EFE9; padding:5.13vw; }

@media screen and (min-width:769px){
.sub-art { padding:0 0 5.8vw; }
.sub-sec {}
.sub-box {}
.box-inner { margin-left:0 !important; margin-right:0 !important; }
.num-art {}
.num-art:after { border-width:1.74vw 4.71vw 0 4.71vw; margin:0 0 0 -4.71vw; }
.bg-box { padding:1.45vw; }
}
@media screen and (min-width:1381px){
.sub-art { padding:0 0 80px; }
.sub-sec {}
.sub-box {}
.num-art {}
.num-art:after { border-width:24px 65px 0 65px; margin:0 0 0 -65px; }
.bg-box { padding:20px; }
}




.sub-sec mark, .txt-basic mark
 { display:inline; background:linear-gradient(transparent 90%, #E0E9F6 0%); font-weight:400; position:relative; }
.mark-blue { background:linear-gradient(transparent 90%, #4896CA 0%) !important; }




.heading-h2 { line-height:1.5; border-bottom:0.51vw #4A403E solid; margin:0 0 8.97vw; padding:0 0 3.08vw; font-size:5.13vw; font-weight:600; position:relative; }
.tit-num { line-height:1.5; background:url(../img/common/bg_tit-num.webp) 35.64vw top/17.18vw auto no-repeat; text-align:center; padding:20.51vw 0 8.71vw; font-size:5.89vw; font-weight:600; position:relative; }
.tit-num span { position:absolute; top:4.1vw; left:50%; display:block; width:20vw; text-align:center; margin:0 0 0 -10vw; font-size:7.18vw; color:#95B4DF; font-family:"EB Garamond", serif; font-weight:600; font-style:normal; letter-spacing:1.44vw; }
.heading-h2 small { font-size:70%; }
.heading-h3 { line-height:1.5; border-left:1.54vw #C1B197 solid; margin:0 0 7.69vw; padding:1.03vw 0 1.03vw 4.1vw; font-size:4.62vw; font-weight:600; position:relative; }
.heading-h4 { line-height:1.5; background:#8F7869; border-radius:1.54vw; margin:0 0 7.69vw; padding:4.1vw 5.13vw; font-size:4.1vw; color:#fff; font-weight:500; }
.heading-h5 { line-height:1.5; padding:0 0 4.1vw; font-size:4.1vw; font-weight:600; }
.lay-img50 dd .heading-h3 { padding-top:12.82vw; }

@media screen and (min-width:769px){
.heading-h2 { border-bottom:0.14vw #4A403E solid; margin:0 0 2.9vw; padding:0 0 1.16vw; font-size:1.88vw; }
.tit-num { background:url(../img/common/bg_tit-num.webp) 0 top/9.13vw auto no-repeat; text-align:left; margin:0 0 0 -2.9vw; padding:3.62vw 2.9vw 2.17vw 8.69vw; font-size:2.39vw; }
.tit-num span { top:2.6vw; left:2.9vw; width:5.8vw; text-align:left; margin:0; font-size:3.62vw; font-weight:400; letter-spacing:0.58vw; }
.heading-h3 { border-left:0.43vw #C1B197 solid; margin:0 0 1.74vw; padding:0.21vw 0 0.21vw 1.16vw; font-size:1.59vw; }
.heading-h4 { border-radius:0.43vw; margin:0 0 2.17vw; padding:1.16vw 1.45vw; font-size:1.3vw; }
.heading-h5 { padding:0 0 1.16vw; font-size:1.16vw; }
.lay-img50 dd .heading-h3 { padding-top:2.9vw; }
}
@media screen and (min-width:1381px){
.heading-h2 { border-bottom:2px #4A403E solid; margin:0 0 40px; padding:0 0 16px; font-size:26px; }
.tit-num { background:url(../img/common/bg_tit-num.webp) 0 top/126px auto no-repeat; margin:0 0 0 -40px; padding:50px 40px 30px 120px; font-size:33px; }
.tit-num span { top:36px; left:40px; width:80px; font-size:50px; letter-spacing:8px; }
.heading-h3 { border-left:6px #C1B197 solid; margin:0 0 24px; padding:3px 0 3px 16px; font-size:22px; }
.heading-h4 { border-radius:6px; margin:0 0 30px; padding:16px 20px; font-size:18px; }
.heading-h5 { padding:0 0 16px; font-size:16px; }
.lay-img50 dd .heading-h3 { padding-top:40px; }
}



.basic-img { margin:0 auto; padding:0 0 7.69vw; }
.basic-img img { width:100%; height:auto; }
.img50 { width:50%; }
.img55 { width:55%; }
.img60 { width:60%; }
.img65 { width:65%; }
.img70 { width:70%; }
.img75 { width:75%; }
.img80 { width:80%; }
.img85 { width:85%; }
.img90 { width:90%; }
.img95 { width:95%; }
.img100 { width:100%; }

@media screen and (min-width:769px){
.basic-img { padding:0 0 2.17vw; }
}
@media screen and (min-width:1381px){
.basic-img { padding:0 0 30px; }
}




.lay-img50 {}
.lay-img50 dt { padding:0 0 7.69vw; }
.lay-img50 dt img { width:100%; height:auto; }
.lay-img50 dd {}
.lay-img50 dd p { line-height:1.5; margin:0 0 3.85vw; font-size:3.85vw; }
.lay-img50 dd .btn-more { margin-left:auto; margin-right:auto; }

@media screen and (min-width:769px){
.lay-img50 { display:flex; flex-flow:row nowrap; justify-content:space-between; align-items:start; width:57.97vw; margin:0 auto; }
.lay-img50 dt { width:26.37vw; padding:0; }
.lay-img50 dt img {}
.lay-img50 dd { width:27.82vw; padding:0; }
.lay-img50 dd p { margin:0 0 1.45vw; font-size:1.16vw; }
.reverse { flex-flow:row-reverse nowrap; }
}
@media screen and (min-width:1381px){
.lay-img50 { width:800px; }
.lay-img50 dt { width:364px; }
.lay-img50 dt img {}
.lay-img50 dd { width:384px; }
.lay-img50 dd p { margin:0 0 20px; font-size:16px; }
}




.sub-check-ul { border:1px #C1B197 solid; border-radius:1.54vw; padding:0 5.13vw; }
.sub-check-ul li { line-height:1.46; background:url(../img/common/ico_check_box.svg) left 5.13vw/5.64vw auto no-repeat; padding:5.13vw 0 5.13vw 8.2vw; font-size:3.85vw; list-style:none; }
.sub-check-ul li:not(:last-child) { border-bottom:1px #C1B197 solid; }

@media screen and (min-width:769px){
.sub-check-ul { display:flex; flex-flow:row wrap; justify-content:space-between; border-radius:0.43vw; padding:0.72vw 2.17vw; }
.sub-check-ul li { width:25.36vw; background:url(../img/common/ico_check_box.svg) left 1.45vw/1.59vw auto no-repeat; padding:1.45vw 0 1.45vw 2.02vw; font-size:1.09vw; }
.sub-check-ul li:last-child,
.sub-check-ul li:nth-last-child(2):nth-child(odd) { border-bottom:none; }
.lay-img50 dd .sub-check-ul li:nth-last-child(2):nth-child(odd) { border-bottom:1px #C1B197 solid; }
.w100 li { width:100% !important; }
}
@media screen and (min-width:1381px){
.sub-check-ul { border-radius:6px; padding:10px 30px; }
.sub-check-ul li { width:350px; background:url(../img/common/ico_check_box.svg) left 20px/22px auto no-repeat; padding:20px 0 20px 28px; font-size:15px; }
}




/* ----------------------------------------------
 ! merit & demerit
 ---------------------------------------------- */

.merit-ul { background:#F3EFE9; padding:2.56vw 5.13vw; }
.merit-ul li { line-height:1.5; background:url(../img/common/ico_check_b.svg) left 5.13vw/5.13vw auto no-repeat; padding:5.13vw 0 5.13vw 7.69vw; font-size:3.85vw; list-style:none; }
.merit-ul li:not(:last-child) { border-bottom:1px #4A403E solid; }

@media screen and (min-width:769px){
.merit-ul { padding:0.72vw 1.45vw; }
.merit-ul li { background:url(../img/common/ico_check_b.svg) left 1.45vw/1.45vw auto no-repeat; padding:1.45vw 0 1.45vw 2.17vw; font-size:1.16vw; }
.merit-ul li:not(:last-child) {}
}
@media screen and (min-width:1381px){
.merit-ul { padding:10px 20px; }
.merit-ul li { background:url(../img/common/ico_check_b.svg) left 20px/20px auto no-repeat; padding:20px 0 20px 30px; font-size:16px; }
.merit-ul li:not(:last-child) {}
}




.demerit-ul { background:#E5E5E5; padding:2.56vw 5.13vw; }
.demerit-ul li { line-height:1.5; background:url(../img/common/ico_check_g.svg) left 5.13vw/5.13vw auto no-repeat; padding:5.13vw 0 5.13vw 7.69vw; font-size:3.85vw; list-style:none; }
.demerit-ul li:not(:last-child) { border-bottom:1px #4A403E solid; }

@media screen and (min-width:769px){
.demerit-ul { padding:0.72vw 1.45vw; }
.demerit-ul li { background:url(../img/common/ico_check_g.svg) left 1.45vw/1.45vw auto no-repeat; padding:1.45vw 0 1.45vw 2.17vw; font-size:1.16vw; }
.demerit-ul li:not(:last-child) {}
}
@media screen and (min-width:1381px){
.demerit-ul { padding:10px 20px; }
.demerit-ul li { background:url(../img/common/ico_check_g.svg) left 20px/20px auto no-repeat; padding:20px 0 20px 30px; font-size:16px; }
.demerit-ul li:not(:last-child) {}
}




/* ----------------------------------------------
 ! table
 ---------------------------------------------- */

.table-basic { width:100%; border:1px #C1B197 solid; }
.table-basic thead th { line-height:1.5; background:#C1B197; border-bottom:1px #fff solid; border-right:1px #fff solid; text-align:center; padding:5.13vw 2.56vw; font-size:3.59vw; color:#fff; font-weight:500; }
.table-basic tbody th { line-height:1.5; background:#C1B197; border-bottom:1px #fff solid; border-right:1px #fff solid; padding:5.13vw 2.56vw; font-size:3.59vw; color:#fff; font-weight:500; }
.table-basic td { line-height:1.5; border-bottom:1px #C1B197 solid; border-right:1px #C1B197 solid; padding:5.13vw 2.56vw; font-size:3.59vw; }
.table-img td { line-height:2; text-align:center; }
.table-img td img { width:100%; height:auto; }
.table25 tbody th { width:25%; }
.table30 tbody th { width:30%; }
.table35 tbody th { width:35%; }
.table40 tbody th { width:40%; }
.table45 tbody th { width:45%; }
.table50 tbody th { width:50%; }
.table-3pane th { width:20%; text-align:left; vertical-align:middle; }
.table-3pane td:nth-of-type(1) img { width:100%; height:auto; margin:2.67vw 0 0; }
.table-3pane td:nth-of-type(1) { width:48%; vertical-align:middle; }
.table-3pane td:nth-of-type(2) { width:32%; vertical-align:middle; }
.table-note01 {}
.table-note01 li { line-height:1.5; padding:0 0 1.05vw 6.45vw; font-size:3.33vw; list-style:none; text-indent:-6.45vw; }


@media screen and (min-width:769px){
.table-basic {}
.table-basic thead th { padding:1.45vw; font-size:1.09vw; }
.table-basic tbody th { padding:1.45vw; font-size:1.09vw; }
.table-basic td { padding:1.45vw; font-size:1.09vw; }
.table-img td {}
.table-img td img { width:21.73vw; }
.table-3pane th { width:30%; }
.table-3pane td:nth-of-type(1) img { margin:0.87vw 0 0; }
.table-3pane td:nth-of-type(1) { width:30%; }
.table-3pane td:nth-of-type(2) { width:40%; }
.table-note01 { padding:0 1.45vw; }
.table-note01 li { padding:0 0 0.43vw 1.74vw; font-size:0.87vw; text-indent:-1.74vw; }
}
@media screen and (min-width:1381px){
.table-basic {}
.table-basic thead th { padding:20px; font-size:15px; }
.table-basic tbody th { padding:20px; font-size:15px; }
.table-basic td { padding:20px; font-size:15px; }
.table-img td {}
.table-img td img { width:300px; }
.table-3pane th {}
.table-3pane td:nth-of-type(1) img { margin:12px 0 0; }
.table-3pane td:nth-of-type(1) {}
.table-3pane td:nth-of-type(2) {}
.table-note01 { padding:0 20px; }
.table-note01 li { padding:0 0 6px 24px; font-size:12px; text-indent:-24px; }
}




/* ----------------------------------------------
 ! Q and A
 ---------------------------------------------- */

.faq-basic {}
.faq-basic details { border:1px #C1B197 solid; border-radius:1.54vw; margin:0 0 2.56vw; }
.faq-basic summary { display:flex; align-items:center; min-height:10vw; background:#F3EFE9; border-radius:1.54vw 1.54vw 0 0; position:relative; }
.faq-basic summary:before { content:"Q."; position:absolute; top:5.62vw; left:3.59vw; font-size:3.85vw; color:#4A403E; }
.faq-basic summary::marker { content:""; }
.faq-basic summary h3 { display:flex; align-items:center; width:100%; height:100%; line-height:1.5; padding:5.13vw 10.2vw 5.13vw 9.23vw; font-size:3.85vw; color:#4A403E; position:relative; }
.faq-basic summary h3:before { content:""; position:absolute; top:8.33vw; right:3.33vw; width:3.33vw; height:1px; background:#4A403E; }
.faq-basic summary h3:after { content:""; position:absolute; top:8.33vw; right:3.33vw; width:3.33vw; height:1px; background:#4A403E; transform:rotate(90deg); }
details[open] summary h3:after { transform:rotate(0); }
.faq-basic-box { padding:5.13vw 4.1vw 5.13vw 9.74vw; position:relative; }
.faq-basic-box:before { content:"A."; position:absolute; top:5.62vw; left:4.1vw; font-size:3.59vw; }
.faq-basic-box p { line-height:1.5; font-size:3.59vw; }
.faq-basic-box p:not(:last-child) { padding:0 0 5.13vw; }

@media screen and (min-width:769px){
.faq-basic {}
.faq-basic details { margin:0 0 0.72vw; border-radius:0.43vw; }
.faq-basic summary { min-height:4.63vw; border-radius:0.43vw 0.43vw 0 0; padding:1.16vw 0; cursor:pointer; }
.faq-basic summary:before { top:1.59vw; left:2.17vw; font-size:1.16vw; }
.faq-basic summary::marker {}
.faq-basic summary:hover { opacity:0.7; transition:1s ease; }
.faq-basic summary h3 { padding:0 4.35vw 0 5.07vw; font-size:1.16vw; }
.faq-basic summary h3:before { top:1.01vw; right:2.17vw; width:0.87vw; }
.faq-basic summary h3:after { top:1.01vw; right:2.17vw; width:0.87vw; }
details[open] summary h3:after {}
.faq-basic-box { padding:1.45vw 2.9vw 1.45vw 5.07vw; }
.faq-basic-box:before { top:1.59vw; left:2.17vw; font-size:1.16vw; }
.faq-basic-box p { font-size:1.16vw; }
.faq-basic-box p:not(:last-child) { padding:0 0 1.45vw; }
}
@media screen and (min-width:1381px){
.faq-basic {}
.faq-basic details { margin:0 0 10px; border-radius:6px; }
.faq-basic summary { min-height:64px; border-radius:6px 6px 0 0; padding:16px 0; }
.faq-basic summary:before { top:22px; left:30px; font-size:16px; }
.faq-basic summary::marker {}
.faq-basic summary h3 { padding:0 60px 0 70px; font-size:16px; }
.faq-basic summary h3:before { top:14px; right:30px; width:12px; }
.faq-basic summary h3:after { top:14px; right:30px; width:12px; }
details[open] summary h3:after {}
.faq-basic-box { padding:20px 40px 20px 70px; }
.faq-basic-box:before { top:22px; left:30px; font-size:16px; }
.faq-basic-box p { font-size:16px; }
.faq-basic-box p:not(:last-child) { padding:0 0 20px; }
}




/* ----------------------------------------------
 ! aside-note
 ---------------------------------------------- */

.aside-note { height:52.56vw; overflow:hidden; background:#F3EFE9; margin:0 5.13vw; padding:5.13vw; position:relative; }
.aside-note-wt { height:52.56vw; overflow:hidden; background:#fff; padding:5.13vw 0; position:relative; }

.aside-note-open { height:auto !important; }
.aside-note-tit { line-height:1.5; text-align:center; padding:0 0 5.13vw; font-size:3.85vw; font-weight:600; }
.aside-note-txt { line-height:1.5; font-size:3.59vw; }
.btn-aside-note { position:absolute; bottom:0; left:0; display:flex; justify-content:center; align-items:flex-end; width:100%; height:15.38vw; background:linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 42%,rgba(255,255,255,1) 100%); font-size:3.85vw; color:#8F7869; cursor:pointer; }

@media screen and (min-width:769px){
.aside-note { height:13.33vw; margin:0; padding:2.17vw; }
.aside-note-wt { height:13.33vw; margin:0; padding:2.17vw 0; }

.aside-note-open {}
.aside-note-tit { padding:0 0 1.45vw; font-size:1.3vw; }
.aside-note-txt { font-size:1.16vw; }
.btn-aside-note { height:5.07vw; font-size:1.09vw; }
}
@media screen and (min-width:1381px){
.aside-note { height:184px; padding:30px; }
.aside-note-wt { height:184px; padding:30px 0; }

.aside-note-open {}
.aside-note-tit { padding:0 0 20px; font-size:18px; }
.aside-note-txt { font-size:16px; }
.btn-aside-note { height:70px; font-size:15px; }
}




/* ----------------------------------------------
 ! clinic-img
 ---------------------------------------------- */

#sub-clinic-img { padding:0 0 12.82vw; }
#sub-clinic-img dt { padding:0 0 5.13vw;}
#sub-clinic-img dt img { width:100%; height:auto; }
#sub-clinic-img dd { text-align:center; }
#sub-clinic-img dd p { line-height:2; font-size:3.85vw; font-weight:500; }
#sub-clinic-img dd span { display:block; }
#sub-clinic-img dd small { display:block; font-size:3.59vw; }
#sub-clinic-img dd strong { font-size:4.62vw; font-weight:600; }

@media screen and (min-width:769px){
#sub-clinic-img { padding:0 0 7.21vw; }
#sub-clinic-img dt { width:27.53vw; margin:0 auto; padding:0 0 1.45vw;}
#sub-clinic-img dt img {}
#sub-clinic-img dd {}
#sub-clinic-img dd p { font-size:1.09vw; }
#sub-clinic-img dd span {}
#sub-clinic-img dd small { font-size:1.01vw; }
#sub-clinic-img dd strong { font-size:1.45vw; }
}
@media screen and (min-width:1381px){
#sub-clinic-img { padding:0 0 100px; }
#sub-clinic-img dt { width:380px; padding:0 0 20px;}
#sub-clinic-img dt img {}
#sub-clinic-img dd {}
#sub-clinic-img dd p { font-size:15px; }
#sub-clinic-img dd span {}
#sub-clinic-img dd small { font-size:14px; }
#sub-clinic-img dd strong { font-size:20px; }
}




#sub-clinic-dl { line-height:1.8; font-size:3.85vw; }
#sub-clinic-dl dt {}
#sub-clinic-dl dd { padding:0 0 2.66vw; }
.sub-clinic-ul {}
.sub-clinic-ul li { line-height:1.8; font-size:3.85vw; list-style:none; }

@media screen and (min-width:769px){
#sub-clinic-dl { display:flex; flex-flow:row wrap; font-size:1.09vw; }
#sub-clinic-dl dt { width:15%; }
#sub-clinic-dl dd { width:85%; padding:0 0 0.72vw; }
.sub-clinic-ul {}
.sub-clinic-ul li { font-size:1.09vw; }
}
@media screen and (min-width:1381px){
#sub-clinic-dl { font-size:15px; }
#sub-clinic-dl dt {}
#sub-clinic-dl dd { padding:0 0 10px; }
.sub-clinic-ul {}
.sub-clinic-ul li { font-size:15px; }
}




/* ----------------------------------------------
 ! link button
 ---------------------------------------------- */

.sub-link-text { color: #8f7869; text-decoration: underline; }
.sub-link-text:hover { text-decoration: none; }

.sub-clinic-button { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.88vw; width: 100%; margin: 11.54vw auto 0;}
.sub-clinic-button li { width:100%; list-style:none; }
.sub-clinic-button li:first-child { border-right:1px #fff solid; }
.sub-clinic-button li a { display:flex; flex-flow:column nowrap; justify-content:center; align-items:center; height: 14.35vw; border-radius: 14.35vw; padding:0 0 0 6.15vw; font-size:3.85vw; color:#fff; text-decoration:none; }
.sub-clinic-button li:first-child a { background:#C1B197 url(../img/common/ico_tel_w.svg) 4.66vw center/6.15vw auto no-repeat; font-family:"Lora", sans-serif; font-weight:300; font-style:normal; }
.sub-clinic-button li:last-child a { background:#4A403E url(../img/common/ico_mail_w.svg) 4.85vw center/6.15vw auto no-repeat; }

@media screen and (min-width:769px){
.sub-clinic-button { width: 100%; width:auto; margin: 2.17vw auto 0; gap: 1.16vw;}
.sub-clinic-button li:first-child { border-right:none; }
.sub-clinic-button li a { height:3.76vw; border-radius:3.76vw; padding:0 0 0 2.03vw; font-size:1.09vw; }
.sub-clinic-button li a:hover { opacity:0.7; transition:1s ease; }
.sub-clinic-button li:first-child a { pointer-events:none; background:#C1B197 url(../img/common/ico_tel_w.svg) 1.3vw center/1.74vw auto no-repeat; }
.sub-clinic-button li:last-child a { background:#4A403E url(../img/common/ico_mail_w.svg) 1.3vw center/1.74vw auto no-repeat; }
}
@media screen and (min-width:1381px){
.sub-clinic-button { width: 100%; gap: 16px; margin:40px auto 0; }
.sub-clinic-button li a { height:52px; border-radius:52px; padding:0 0 0 28px; font-size:15px; }
.sub-clinic-button li:first-child a { background:#C1B197 url(../img/common/ico_tel_w.svg) 18px center/24px auto no-repeat; }
.sub-clinic-button li:last-child a { background:#4A403E url(../img/common/ico_mail_w.svg) 18px center/24px auto no-repeat; }
}



