@charset "utf-8";
/*
Theme Name: こまごめクリニック
Theme URI: https://komagome-clinic.com/
Description: Versions 2.0.x
Version: 2.0
Author: Dental Promotion.INC
*/
@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}


html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body {line-height:1;}article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}ul,ol{list-style:none;}blockquote, q {quotes:none;}blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}a {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}ins {background-color:#ff9;color:#000;text-decoration:none;}mark {background-color:#ff9;color:#000;font-style:italic;font-weight:600;}del {text-decoration: line-through;}abbr[title], dfn[title] {border-bottom:1px dotted #000;cursor:help;}table {border-collapse:collapse;border-spacing:0;}hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}input, select {vertical-align:middle;}

html{
    max-width: 100%;
    scroll-behavior: smooth;
    overflow-y: auto;
}
@media screen and (max-width: 768px) {
html{
    width: 100%;
    max-width: 100%;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}
}
body{
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
/*    background: #fff;*/
    background: linear-gradient(180deg,#fff 0%, #fff 300px, #ecf4f9 300px, #ecf4f9 100%);
    color: #09294f;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;

    font-size: 16px;
/*    font-size: clamp(0.75rem, 2vw + 1rem, 1rem);*/
	word-wrap : break-word;
	overflow-wrap : break-word;
    line-height: 1.8em;
    letter-spacing: 1.2pt;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
body#price{
    background: linear-gradient(180deg,#fff 0%, #fff 300px, #fce4e9 300px, #fce4e9 100%);
    color: #09294f;
}
@media (min-width: 541px) {
  body{
/*    font-size: calc(1rem + ((1vw - 5.41px) * 0.4042));*/
    min-height: 0vw;
  }
}
@media (min-width: 2520px) {
  body {
    font-size: 24px;
  }
}

@media screen and (max-width: 540px) {
body{
    min-width: 100%;
    background: linear-gradient(180deg,#fff 0%, #fff 80px, #ecf4f9 80px, #ecf4f9 100%);
}
body#price{
    min-width: 100%;
    background: linear-gradient(180deg,#fff 0%, #fff 80px, #fce4e9 80px, #fce4e9 100%);
}
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    font-weight: 100;
}
*, *:before, *:after{
    box-sizing: border-box;
}
a{
    text-decoration:none;
    outline:none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    transition:all .3s linear;
}
a:link, a:visited{
   color: #5c5737;
}
a:active, a:hover{
    color: #413c1e;
    text-decoration: none;
}
a:link img, a:visited img{
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}
a:hover img{
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    display: inline-block;
    backface-visibility: hidden;
}
p{margin:0;}
table{
    border-collapse:collapse;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: none;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
    shape-margin: .75rem;
}
img.alpha50{
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}

.cf{zoom:100%;}
.cf:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
.oz{
    overflow: hidden;
    _zoom: 1;
}
.al{text-align:left;}
.ac{text-align:center;}
.ar{text-align:right;}

.imgL, .s_imgL, .txtL{float:left;}
.imgR, .s_imgR, .txtR{float:right;}
.co{clear:both;}
.fwn{font-weight:100;}
.fwb{font-weight:600;}
.fs12{font-size:12px;}
.fs13{font-size:13px;}
.fs14{font-size:14px;}
.fs15{font-size:15px;}
.fs16{font-size:16px;}
.fs17{font-size:17px;}
.fs18{font-size:18px;}
.fs19{font-size:19px;}
.fs20{font-size:20px;}
.fs21{font-size:21px;}
.fs22{font-size:22px;}
.fs23{font-size:23px;}
.fs24{font-size:24px;}

.su{
    opacity:0;
    transform: translateY(10px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
.fiu{
    transition: all .5s ease-in-out;
    transform: translateY(0);
    opacity: 1 !important;
    -ms-filter: blur(0);
    filter: blur(0);
}

.mt8{margin-top:8px;}
.mt16{margin-top:16px;}
.mt24{margin-top:24px;}
.mt32{margin-top:32px;}
.mt40{margin-top:40px;}

.mb0{margin-bottom:0;}
.mb4{margin-bottom:4px;}
.mb8{margin-bottom:8px;}
.mb16{margin-bottom:16px;}
.mb24{margin-bottom:24px;}
.mb32{margin-bottom:32px;}
.mb40{margin-bottom:40px;}
.mb56{margin-bottom:56px;}
.mb64{margin-bottom:64px;}
.mb80{margin-bottom:80px;}
.mb120{margin-bottom:120px;}
.mb160{margin-bottom:160px;}
@media screen and (max-width: 540px) {
.sp_mb24{margin-bottom:24px;}
}


.pt16{padding-top:16px;}
.pt24{padding-top:24px;}
.pt32{padding-top:32px;}
.pt40{padding-top:40px;}
.pb40{padding-bottom:40px;}
.pb80{padding-bottom:80px;}

.fc_gold{color: #b28b56;}
.fc_blk{color: #000;}
.fc_red{color: #e6462e;}

.ff_mincho{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

strong{
	background: linear-gradient(transparent 60%, #97c3de 60%);
}
b{
	color: #e6462e;
}


.blocklink{
    position: relative;
}
.blocklink a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.blocklink a:hover{
    background: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}
.more a{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    background: #ecf4f9 url("../../../img/asset/common/svg/arrow.svg") no-repeat 5% center;
    background-size: 16px auto;
    color: #09294f;
    border: 1px solid;
    text-align: center;
    line-height: 1.3;
    border-radius: 32px;
    letter-spacing: 0;
}
.more a:hover{
    background: #ddd url("../../../img/asset/common/svg/arrow.svg") no-repeat 7% center;
    background-size: 16px auto;
}
a.more-link{
    display: block;
    width: 280px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 1em .5em;
    background: #f2d43d url("../img/asset/common/svg/arrow.svg") no-repeat 97% center;
    background-size: 10px auto;
    color: #675b1f;
    border: 2px solid #fff;
    text-align: center;
    line-height: 1;
    border-radius: 8px;
}
a.more-link:hover{
    background: #cda053 url("../img/asset/common/svg/arrow.svg") no-repeat 99% center;
    color: #675b1f;
    background-size: 10px auto;
    border: 2px solid #fff;
}

.w20{width: 20%;margin-left: auto;margin-right: auto;}
.w30{width: 30%;margin-left: auto;margin-right: auto;}
.w40{width: 40%;margin-left: auto;margin-right: auto;}
.w50{width: 50%;margin-left: auto;margin-right: auto;}
.w60{width: 60%;margin-left: auto;margin-right: auto;}
.w70{width: 70%;margin-left: auto;margin-right: auto;}
.w80{width: 80%;margin-left: auto;margin-right: auto;}
.w90{width: 90%;margin-left: auto;margin-right: auto;}
@media screen and (max-width: 767px) {
.w20,.w30,.w40,.w50,.w60,.w70,.w80,.w90{width: 100%;}
}

figure{
    text-align: center;
}
figcaption{
    padding-top: 8px;
}
.fade{
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s, transform .5s;
}
.fade.active{
	opacity: 1;
	transform: translateY(0px);
}


.pc_ac{
    text-align: center;
}
.spc{
    display: none;
}
.dn{
    display: block;
}
@media screen and (max-width: 820px) {
.pc_ac{
    text-align: left;
}
.dn{
    display: none;
}
.spc{
    display: inherit;
}
}


header{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    z-index: 1000;
    width: 100%;
    height: 160px;
    margin: auto;
    text-align: left;
    background: rgba(255,255,255,1);
}
#upper{
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: auto;
}
header .inner{
    position: relative;
    height: 100%;
    margin: auto;
    transition: all .5s ease-in;
}
header .logo{
    position: absolute;
    width: 300px;
    height: 39px;
    margin: 0;
    top: 8px;
    left: 0;
    text-align: center;
}
header .cfp{
    position: absolute;
    width: 640px;
    height: 72px;
    margin: 0;
    top: 24px;
    right: 0;
    text-align: center;
    color: #09294f;
    font-family: "Zen Maru Gothic", serif;
}
header .cfp dt,
header .cfp dd{
    width: 60%;
    padding-right: 16px;
    text-align: left;
}
header .cfp dd{
    width: 40%;
}
@media screen and (max-width: 1024px) {
header{
	position: inherit;
}
#upper{
    max-width: 960px;
    height: 80px;
}
header .inner{
    width: 100%;
    height: 100%;
}
header .inner ul{
    position: fixed;
    max-width: 100%;
    height: 92px;
    margin: 0;
    background: rgba(255,255,255,.7);
    top: inherit;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 1023px) {
header{
    height: 90px;
}
header .cfp{
    display: none;
}
@media screen and (max-width: 820px) {
#upper{
    width: 100%;
    max-width: 820px;
    height: 100%;
}
@media screen and (max-width: 540px) {
header{
    height: 64px;
}
#upper{
    width: 100%;
    height: 64px;
}
header .logo{
    width: 250px;
    height: 35px;
    margin: 0;
    top: 10px;
    left: 10px;
    right: inherit;
}
header .inner ul li:last-child{
    display: none;
}
header .inner li{
    width: 100%;
    text-align: center;
}
}
}
}
}




#gnav{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1;
}
#gnav ul{
    width: 100%;
    height: 64px;
    margin: auto;
}
#gnav ul li{
    position: relative;
    width: calc(100% / 6);
    margin: auto;
    text-align: center;
    transition: all .3s linear;
}
#gnav ul li a{
    position: relative;
    display: inline-block;
}
#gnav ul li a::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #97c3de;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
#gnav ul li a:hover::after{
    transform-origin: left top;
    transform: scale(1, 1);
}
#gnav ul::after{
    display: block;
    clear: both;
    content: '';
}
#gnav ul li:not(:first-child){
    border-left: none;
}
#gnav ul li a{
    width: 100%;
    display: block;
    padding: 8px 0 16px;
    text-align: center;
}
#gnav ul li a:hover,
#gnav ul li a.ov{
    text-decoration: none;
}
#gnav ul li li a{
    padding: 16px 8px;
    background: #fff;
    color: #333;
    font-weight: 300;
    text-decoration: none;
    text-align: left;
}
#gnav ul ul{
    position: absolute;
    top: 100%;
    height: inherit;
    left: -1px;
    border-left: 0;
}
#gnav ul ul li{
    display: block;
    width: 240px;
    border: 0;
}
#gnav ul ul li a{
    display: block;
    border: 0;
}
#gnav ul ul li:not(:first-child) {
    border-top: none;
}
#gnav ul ul ul{
    position: absolute;
    top: -2px;
    left: 100%;
}
#gnav ul ul{
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
    transform: translateY(-10px);
    z-index: 50;
}
#gnav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 1023px) {
#gnav{
    display: none;
}
}


#upper_toggle{
    display: none;
}
.modal_wrap{
    position: relative;
    display: none;
}
.close_button{
    position: fixed;
    top: 20px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
}
@media screen and (max-width: 1024px) {
#upper_toggle{
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    z-index: 8000;
    cursor: pointer;
}
#upper_toggle span{
    display: block;
    position: absolute;
    height: 2px;
    width: 60%;
    margin: auto;
    background: #000;
    left: 0;
    right: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.modal_wrap{
    display: block;
}
.modal_wrap input{
    display: none;
}
.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: opacity .5s, transform 0s .5s;
    transform: scale(0);
}
.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal_content{
    position: relative;
    width: 100%;
    height: 94%;
    overflow-y: auto;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transform: translateY(-30%);
    transition: .3s;
}
.modal_logo{
    width: 92%;
    margin: 0 auto 24px;
    text-align: left;
}
.tab{
    width: 92%;
    margin: 0 auto;
}
.tab li{
    width: calc(50% - 2px);
    color: #66583d;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.tab li:nth-child(1){
    background: #e8e8e8;
}
.tab li:nth-child(2){
    background: #f6e7de;
}
.tab_sub{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    list-style: none;
}
.tab_sub li{
    width: calc( 20% - 4px );
    margin-bottom: 8px;
}
.tab_sub li.active{
} 
.list{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.sp_guide_nav{
    padding: 16px 8px;
    background: #f6e7de;
}

.list .hd{
    margin-bottom: 16px;
    padding-top: 8px;
    text-align: center;
}
.list .inner,
.list .inner,
.list .thirdtree,
.list .inner table{
    display:none;
}
.list .inner.active{
    display:block;
}
.list .inner .thirdtree.active,
.list .inner table.active{
    display: table;
}
.childnav{
    margin-bottom: 24px;
    padding: 8px 8px 0;
}
.childnav_box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.childnav_box .grid{
    width: calc(33% - 4px);
    margin-bottom: 8px;
}
.childnav_box::after{
    content: "";
    display: block;
    width: calc( 33% - 4px );
}


.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity .3s;
}
.modal_wrap input:checked ~ .modal_overlay .modal_content{
    transform: scale(1);
}
.modal_nav label{
    position: relative;
    display: block;
    margin: 0 0 5px;
    padding: 1em;
    color: #000;
    border-bottom: 1px solid #46517b;
    border-radius: 1px;
    cursor :pointer;
    transition: all .5s ease;
    letter-spacing: 0;
    text-align: left;
}
.modal_nav label a{
    display: block;
    color :#000;
}
.modal_nav label span{
    font-size: 12px;
}
@media screen and (max-width: 540px) {
#upper_toggle{
    width: 40px;
    height: 40px;
    top: 16px;
    right: 10px;
}
.tab_sub li{
    width: calc( 33% - 4px );
    margin-bottom: 8px;
}
@media screen and (max-width: 360px) {
#upper_toggle{
    width: 32px;
    height: 32px;
}
}
}
}
.sp_nav_logo{
    width: 92%;
    margin: 0 auto 24px;
    text-align: left;
}



#mv{
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}
#mv .inner img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 540px) {
#mv{
    width: 100%;
    margin: 0 0 0;
    padding-bottom: 40px;
    text-align: center;
}
}



#submv{
    padding: 80px 0;
    background: #ecf4f9;
    text-align: left;
}
#submv__price{
    padding: 80px 0;
    background: #fce4e9;
    text-align: left;
}
#submv h1,
#submv__price h1{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: bold;
}
@media screen and (max-width: 540px) {
#submv,
#submv__price{
    margin-bottom: 0;
    padding: 40px 0;
}
#submv h1,
#submv__price h1{
    width: 92%;
}
}



.all__twobanners{
    width: 100%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 1119px) {
.all__twobanners{
    width: 92%;
}
}


.index__greeting{
    padding: 40px 0;
}
.index__greeting h1{
    margin: 0 0 24px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.index__greeting .inner{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.index__greeting h2{
    margin-bottom: 24px;
    padding: 40px 0 0;
    font-size: 23px;
    font-weight: 600;
    background: url("../../../img/asset/common/svg/logomark.svg") no-repeat center 0;
    background-size: 42px auto;
    text-align: center;
}
.index__greeting h3{
    margin-bottom: 24px;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
}
.index__greeting .fx_r{
    margin-bottom: 40px;
    align-items: center;
}
.index__greeting .fx .grid{
    width: calc(50% - 20px);
    margin-bottom: 40px;
    padding: 40px;
    background: #fff;
}
.index__greeting .box:nth-child(odd){
    width: 60%;
    padding-right: 16px;
}
.index__greeting .box:nth-child(even){
    width: 40%;
    text-align: center;
}
.index__greeting .more_btn{
    font-size: 18px;
    text-align: right;
    font-weight: bold;
}
.index__greeting .more_btn img{
    padding-right: 16px;
}
.index__greeting .more a{
    width: 40%;
}
@media screen and (max-width: 1080px) {
.index__greeting .inner{
    width: 92%;
}
@media screen and (max-width: 820px) {
.index__greeting .fx .grid{
    width: calc(50% - 4px);
    margin-bottom: 8px;
    padding: 16px;
}
@media screen and (max-width: 720px) {
.index__greeting .fx .grid{
    width: 100%;
    margin-bottom: 24px;
}
}
}
}








.index__tokuchou{
    padding: 0 0 40px;
}
.index__tokuchou .inner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.index__tokuchou .grid:nth-child(odd){
    width: 45%;
}
.index__tokuchou .grid:nth-child(even){
    width: 50%;
}
.index__tokuchou h2{
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 600;
}
.index__tokuchou h2 span{
    font-size: 56px;
    font-weight: 100;
    font-family: Verdana, Geneva, "sans-serif";
    line-height: 1.2;
    letter-spacing: -1px;
}
.index__tokuchou h3{
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
}
@media screen and (max-width: 1080px) {
.index__tokuchou .inner{
    width: 92%;
}
@media screen and (max-width: 540px) {
.index__tokuchou .grid:nth-child(odd){
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
}
.index__tokuchou .grid:nth-child(even){
    width: 100%;
    padding: 0;
    text-align: left;
}
.index__tokuchou h2{
    background: url("../../../img/asset/h2_tokuchou.svg") no-repeat 0 0;
    background-size: 90% auto;
}
}
}



.index__symptoms{
    padding: 80px 0;
    background: #f6e7de;
}
.index__symptoms .inner{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.index__symptoms h2{
    margin-bottom: 24px;
    padding: 48px 0 0;
    font-size: 22px;
    font-weight: 600;
    background: url("../../../img/asset/h2_symptoms.svg") no-repeat 0 0;
    background-size: 140px auto;
}
.index__symptoms .three_blocks .box{
    width: calc(33% - 8px);
}
.index__symptoms .three_blocks h3{
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.index__symptoms ul li{
    width: calc(20% - 8px);
    margin-bottom: 8px;
}
.index__symptoms .blocklink a:hover{
    background: #f6e7de;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}
@media screen and (max-width: 1080px) {
.index__symptoms{
    padding: 80px 0 40px;
}
.index__symptoms .inner{
    width: 92%;
}
@media screen and (max-width: 540px) {
.index__symptoms .inner{
    width: 92%;
}
.index__symptoms .three_blocks .box{
    width: 100%;
}
.index__symptoms ul li{
    width: calc(50% - 4px);
    margin-bottom: 8px;
}
}
}





.index__ourclinic{
    padding: 80px 0;
    background: linear-gradient(180deg,#faf5f7 0%, #faf5f7 320px, #fff 320px, #fff 100%);
}
.index__ourclinic .inner{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.index__ourclinic h2{
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 600;
}
.index__ourclinic .box{
    width: calc(50% - 24px);
}
.index__ourclinic .more a{
    width: 60%;
}
@media screen and (max-width: 1080px) {
.index__ourclinic{
    padding: 80px 0;
    background: linear-gradient(180deg,#faf5f7 0%, #faf5f7 240px, #fff 240px, #fff 100%);
}
.index__ourclinic .inner{
    width: 92%;
}
.index__ourclinic .box{
    width: calc(50% - 8px);
}
.index__ourclinic .more a{
    width: 80%;
}
@media screen and (max-width: 540px) {
.index__ourclinic{
    padding: 80px 0 40px;
}
.index__ourclinic .box{
    width: 100%;
}
.index__ourclinic .more a{
    width: 100%;
}
}
}








.banners__area{
    padding: 80px 0;
    background: #fff;
}
.banners__area .inner{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.banners__area .hd{
    margin-bottom: 24px;
    padding: 48px 0 0;
    font-size: 22px;
    font-weight: 600;
    background: url("../../../img/asset/h2_pickup.svg") no-repeat 0 0;
    background-size: 188px auto;
    text-align: left;
    line-height: 1;
}
.banners__area li{
    width: calc(50% - 8px);
    margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
.banners__area .inner{
    width: 92%;
}
@media screen and (max-width: 540px) {
.banners__area li{
    width: 100%;
}
}
}





.soudan__area{
    padding: 400px 0 40px;
    background: #faf5f7 url("../../../img/asset/common/soudanbg_pc.jpg") no-repeat center 0;
    background-size: 1080px auto;
}
.soudan__area .inner{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.soudan__area .more a{
    width: 40%;
}
@media screen and (max-width: 1080px) {
.soudan__area .inner{
    width: 92%;
}
@media screen and (max-width: 540px) {
.soudan__area{
    background: #faf5f7 url("../../../img/asset/common/soudanbg.jpg") no-repeat center 0;
    background-size: 100% auto;
}
.soudan__area .more a{
    width: 80%;
}
}
}





.news_column{
    padding: 80px 0;
}
.news_column .inner{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.news_column .grid{
    width: calc(50% - 24px);
    text-align: left;
}
.news_column .hd{
    margin: 0 0 24px;
    text-align: left;
}
.news_column .more a{
    width: 60%;
}
.news_column .hd_news{
    margin: 0 0 24px;
    padding-top: 48px;
    background: url("../../../img/asset/h2_news.svg") no-repeat 0 0;
    background-size: 143px auto;
    font-size: 22px;
    font-weight: bold;
}
.news_column .hd_column{
    margin: 0 0 24px;
    padding-top: 48px;
    background: url("../../../img/asset/h2_column.svg") no-repeat 0 0;
    background-size: 211px auto;
    font-size: 22px;
    font-weight: bold;
}
.news__area{
    padding: 32px;
    background: #fff;
}
.faq__news .block{
    margin-bottom: 24px;
    padding: 0 8px 8px;
    border-bottom: 1px solid #b3b3b3;
}
.news__area{
    background: #ecf4f9;
}
.news__area .blocklink a:hover{
    background: #ecf4f9;
}
.news_column .grid .block:last-child{
    margin-bottom: 0;
}
.column__area{
    padding: 32px;
    background: #fff;
}
.column__area .block{
    margin-bottom: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid #b3b3b3;
}
.news_column dt{
    width: 20%;
    padding-right: 16px;
}
.news_column dd{
    width: 80%;
}
@media screen and (max-width: 1080px) {
.news_column .inner{
    width: 92%;
}
.news_column .grid{
    width: calc(50% - 8px);
}
.news_column dt{
    width: 30%;
    padding-right: 16px;
}
.news_column dd{
    width: 70%;
}
@media screen and (max-width: 540px) {
.news_column .inner{
    width: 92%;
}
.news_column .grid{
    width: 100%;
    margin-bottom: 40px;
}
.news__area{
    padding: 16px 16px 24px;
}
.column__area{
    padding: 16px 16px 24px;
}
.news_column .more a{
    width: 90%;
}
}
}






footer{
    padding: 30% 0 0;
    background: #fff url("../../../img/asset/footbg_pc.jpg") no-repeat center 0;
    background-size: contain;
}
footer .inner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 40px 0;
    text-align: left;
    background: #fff;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
}
footer .inner .hd{
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 600;
}
footer .inner .hd span{
    font-size: 56px;
    font-weight: 100;
    font-family: Verdana, Geneva, "sans-serif";
    line-height: 1.2;
    letter-spacing: -1px;
}
footer .two_columns .more a{
    width: 50%;
    margin: 0;
}
footer .inner .two_columns .box{
    width: 50%;
}
footer .inner .two_columns .box:nth-child(2){
    width: 50%;
    padding-left: 40px;
}
.gmap{
    width: 100%;
    height: 480px;
    margin-left: auto;
    margin-right: auto;
}
.faq__news .grid{
    width: calc(50% - 20px);
}
.faq__news .grid dl{
    margin-bottom: 16px;
    padding: 32px 32px 16px;
    background: #ecf4f9;
}
.faq__news .grid dt{
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px dashed;
}
.faq__news .grid .more a{
    width: 60%;
}
@media screen and (max-width: 1080px) {
footer .inner{
    width: 92%;
    padding: 40px 24px 0;
}
.faq__news .grid{
    width: calc(50% - 8px);
}
@media screen and (max-width: 540px) {
footer .inner{
    padding: 40px 0 0;
}
.faq__news .grid{
    width: 100%;
    margin-bottom: 40px;
}
footer .inner .two_columns .box{
    width: 100%;
}
footer .inner .two_columns .box:nth-child(2){
    width: 100%;
    padding-left: 0;
}
footer .foot_cfp li{
    width: 100%;
    padding-right: 0;
}
footer .foot_cfp li:nth-child(2),
footer .foot_cfp li:nth-child(3){
    width: 50%;
}
}
}



.sitelinks{
    padding: 40px 0;
    letter-spacing: 0;
    font-size: 13px;
}
.sitelinks .fx{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.sitelinks .fx .box{
    width: calc(33% - 8px);
    padding: 8px 0;
}
.sitelinks ol.fx .grid{
    width: calc(50% - 4px);
}
.sitelinks li a::before{
    content: "- ";
}
.sitelinks li a{
    position: relative;
    display: inline-block;
    padding: 4px 0;
    color: #333;
    text-decoration: none;
    letter-spacing: 0;
}
.sitelinks li a::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #42b0a9;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
.sitelinks li a:hover::after{
    transform-origin: left top;
    transform: scale(1, 1);
}
.sitelinks li img{
    vertical-align: baseline;
}
@media screen and (max-width: 1280px) {
.sitelinks .fx{
    width: 92%;
}
@media screen and (max-width: 540px) {
.gmap{
    height: 400px;
}
.sitelinks{
    font-size: 15px;
}
.sitelinks .fx .box{
    width: 100%;
    padding: 0;
    border-right: 0;
}
.sitelinks .fx .box:nth-child(1){
    width: 100%;
}
.sitelinks .fx .box:nth-child(2){
    width: 100%;
}
.sitelinks ol.fx .grid{
    width: 100%;
}
}
}


.sitelinks dl{
    padding: 0 0 8px;
    border-bottom: 1px dashed #333;
}
.sitelinks div a,
.sitelinks p a{
    position: relative;
    display: inline-block;
    display: block;
    margin-bottom: 16px;
    padding: 0 0 8px;
    color: #333;
    border-bottom: 1px dashed #251e1c;
    text-align: left;
}
.sitelinks div a::after,
.sitelinks p a::after{
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #97c3de;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

/*
.sitelinks .fx .box:last-child div:last-child a{
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0;
}
.sitelinks .fx .box:last-child div:last-child a::after{
    height: 0;
}
*/
.sitelinks div a:hover::after,
.sitelinks p a:hover::after{
    bottom: -1px;
    transform-origin: left top;
    transform: scale(1, 1);
}
.sitelinks li a{
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.ft_nav{
    margin-bottom: 16px;
    padding: 0 0 8px;
    color: #000;
    text-align: left;
}
.ft_hd{
	position: relative;
	padding: 0;
    color: #333;
    text-align: left;
}
.ft_btn{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	display: block;
	width: 32px;
	height: 32px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
    transition:all .3s linear;
}
.ft_nav dd{
    padding: 0 16px 8px;
}
.ft_nav dd li li{
    padding-left: 16px;
}
@media screen and (max-width: 540px) {
.sitelinks div a,
.sitelinks dl,
.sitelinks p a{
    padding: 0 0 4px;
    border-bottom: 1px solid #5f5f5e;
}
.sitelinks li a{
    padding: 4px 0 0;
}
.sitelinks ul,
.sitelinks ol{
    padding-top: 8px;
}
.sitelinks ol ol{
    padding-top: 0;
}
.ft_nav{
    border-bottom: 1px solid #f1f1f1;
}
.ft_btn:before, .ft_btn:after{
	display: block;
	content: '';
	background: #5f5f5e;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ft_hd{
	cursor: pointer;
}
.ft_btn:before{
	width: 2px;
	height: 10px;
}
.ft_hd.selected .ft_btn:before {
	content: normal;
}
.ft_nav dd{
	display: none;
}
}


#copyright{
    padding: 16px;
    background: #ecf4f9;
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
}
#copyright a{
}
@media screen and (max-width: 820px) {
#copyright{
    padding: 16px 0;
/*    padding: 16px 0 80px;*/
}
}



.bottomnav{
    position: fixed;
    display: none;
    width: 100%;
    max-width: 540px;
    height: 68px;
    margin: auto;
    background: rgba(236,244,249,.7);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.bottomnav ul{
    padding: 8px 0 0;
}
.bottomnav li{
    width: calc(50% - 4px);
}
@media screen and (max-width: 820px) {
.bottomnav{
    display: block;
    padding: 0 8px;
}
@media screen and (max-width: 390px) {
.bottomnav{
    height: 64px;
}
@media screen and (max-width: 360px) {
}
}
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼ 共通項目 ▼▼▼▼▼▼▼▼▼▼▼▼ */
.breadcrumbs{
    width: 100%;
    margin: auto;
    padding: 24px 0;
    background: rgba(255,255,255,0);
    text-align: left;
}
.breadcrumbs div{
    max-width: 1120px;
    margin: auto;
}
#wrap{
    padding-bottom: 80px;
    text-align: left;
}
#wrap section,
#wrap .section,
#wrap .mw_section{
    width: 100%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
    background: #fff;
}
#wrap article h2{
    margin-bottom: 24px;
    padding: 1.2em;
    color: #314a9c;
    border-left: 6px solid;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
#wrap article h2.hd__price{
    color: #f5889f;
}
#wrap article#doctor h2 span{
    font-size: 16px;
    letter-spacing: 0;
}
#wrap article h3{
    margin-bottom: 16px;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    background: #ecf4f9;
}
#wrap article h4{
    position: relative;
    margin-bottom: 24px;
    padding: 0 8px 8px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 3px solid #ebebeb;
}
#wrap article h4:before{
    position: absolute;
    content: " ";
    display: block;
    width: 15%;
    bottom: -3px;
    left: 0;
    border-bottom: 3px solid #036eb8;
}
#wrap article h5{
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
}
.fx{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fx_c{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fx_r{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fx_e{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.two_columns,
.two_block,
.three_columns,
.four_columns,
.five_columns
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.three_columns::after{
    content: "";
    display: block;
	width: calc( 33% - 4px);
}
.two_block .box{
	width: calc( 50% - 4px);
}
.two_columns .box{
	width: calc( 50% - 16px);
}
.three_columns .box{
	width: calc( 33% - 4px);
}
.four_columns .box,
.four_columns::after
{
	width: calc( 25% - 4px);
}
.four_columns::after{
    content: "";
    display: block;
}
.five_columns .box{
	width: calc( 20% - 4px);
}
.oz .imgL,
.oz .s_imgL{
    max-width: 48%;
    margin-right: 24px;
}
.oz .imgR,
.oz .s_imgR{
    max-width: 48%;
    margin-left: 24px;
}
.exclamation{
    padding-left: 32px;
    background: url("../../../img/asset/common/svg/exclamation.svg") no-repeat 0 0;
    background-size: 22px auto;
}
.notes{
    padding: 24px;
}
.notes_pink{
    background: #fff2f0;
}
.notes_pink span{
    color: #e6462e;
}
.notes_pink b{
    color: #e6462e;
}
.notes li{
    margin: 0 0 8px;
}
.notes li:last-of-type{
    margin-bottom: 0;
}
.md__area .hd{
    margin-bottom: 16px;
    text-align: center;
}
.meritbox{
    padding: 40px 24px;
    background: #fff0eb;
}
.meritbox li div:first-child{
    margin-bottom: 8px;
    padding: 0 0 8px 32px;
    background: url("../../../img/asset/common/svg/o.svg") no-repeat 0 6px;
    background-size: 18px auto;
    border-bottom: 1px solid;
}
.meritbox dt{
    margin-bottom: 8px;
    padding: 0 0 8px 32px;
    background: url("../../../img/asset/common/svg/o.svg") no-repeat 0 10px;
    background-size: 18px auto;
    border-bottom: 1px solid;
}
.meritbox dd{
    margin-bottom: 24px;
}
.meritbox dd:last-child{
    margin-bottom: 0;
}
.demeritbox{
    padding: 40px 24px;
    background: #e6e6e6;
}
.demeritbox li div:first-child{
    margin-bottom: 8px;
    padding: 0 0 8px 24px;
    background: url("../../../img/asset/common/svg/x.svg") no-repeat 0 6px;
    background-size: 16px auto;
    border-bottom: 1px solid;
}
.demeritbox dt{
    margin-bottom: 8px;
    padding: 0 0 0 16px;
    background: url("../../../img/asset/common/svg/arrow_gray.svg") no-repeat 0 center;
    background-size: 6px auto;
    color: #5c5737;
}
.demeritbox dd{
    margin-bottom: 24px;
    padding: 0 16px 16px;
    border-bottom: 1px solid #5c5737;
}
.demeritbox dd:last-child{
    margin-bottom: 0;
}
.meritbox li div:last-child,
.demeritbox li div:last-child{
    margin-bottom: 16px;
}
.meritbox li:last-child div,
.demeritbox li:last-child div
{
    margin-bottom: 0;
}


.faq__area dl{
}
.faq__area dt{
    min-height: 50px;
    margin-bottom: 24px;
    padding: 8px 0 8px 64px;
    background: url("../../../img/asset/common/svg/faq_q.svg") no-repeat 0 center;
    background-size: 50px auto;
    color: #2e9960;
    font-weight: 600;
}
.faq__area dd{
    margin: 0 0 48px 6%;
    padding: 24px;
    background: #fff2f0;
}
.faq__area dd div:first-of-type{
    min-height: 50px;
    margin-bottom: 16px;
    padding: 8px 0 8px 64px;
    background: url("../../../img/asset/common/svg/faq_a.svg") no-repeat 0 center;
    background-size: 50px auto;
    font-weight: 600;
}
@media screen and (max-width: 540px) {
.faq__area dt{
    margin-bottom: 8px;
}
.faq__area dd{
    margin: 0 0 40px;
    padding: 16px;
}
}


.checklists li{
    padding: 16px 16px 16px 24px;
    background: url("../../../img/asset/common/svg/checkbox.svg") no-repeat 0 7px;
    background-size: 16px auto;
}
.dot_list li,
.dot_list_g li{
    margin-left: 0;
}
.dot_list li::before{
    content: "・ ";
/*
    padding-left: 16px;
    background: url("../../../img/asset/common/svg/dots.svg") no-repeat 0 12px;
    background-size: 6px auto;
*/
}
.external{
    background: url("img/external.svg") no-repeat right center;
    background-size: 10px auto;
}
.external_b{
    background: url("img/external_blue.svg") no-repeat right center;
    background-size: 10px auto;
}
@media screen and (max-width: 1080px) {
#wrap{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1023px) {
#wrap article{
    padding: 40px 0 80px;
}
#wrap section,
#wrap .section{
    width: 92%;
}
#wrap section .inner,
#wrap .section .inner{
    padding: 0;
}
section .block {
    padding: 16px;
}
.four_columns .box{
	width: 100%;
}
.three_columns .box,
ol.three_columns li,
.three_columns_li li{
	width: calc( 33% - 4px);
}
.sbi_photo_wrap{
    width: 100%;
    height: 100%;
}
.sbi_photo:hover{
    transform: scale(1.1);
}

@media screen and (max-width: 540px) {
.breadcrumbs{
    padding: 16px 0;
}
.breadcrumbs div{
    max-width: 92%;
}
#wrap section,
#wrap .section,
#wrap .mw_section{
    padding: 32px 16px;
}
.oz .imgL{
    float: none;
    max-width: 100%;
    margin-right: 0;
    text-align: center;
}
.oz .imgR{
    float: none;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
}
.oz .s_imgR{
    margin-bottom: 4px;
}
.two_columns .box,
.two_columns_li li,
.two_columns li{
    width: 100%;
}
.three_columns .box,
.three_columns_li li,
ol.three_columns li{
    width: 100%;
}
#wrap .section_inner{
    padding: 0 16px 24px;
}
.sub_fv .grid{
    width: 100%;
}
.sub_fv .grid:nth-child(2){
    width: 100%;
    padding-top: 0;
}
.meritbox,
.demeritbox{
    padding: 16px;
}
.meritbox dt{
    background: url("../../../img/asset/common/svg/arrow_orange.svg") no-repeat 0 14px;
    background-size: 6px auto;
}
.meritbox dd{
    padding: 0 8px 16px;
}
.demeritbox dt{
    background: url("../../../img/asset/common/svg/arrow_gray.svg") no-repeat 0 14px;
    background-size: 6px auto;
}
.demeritbox dd{
    padding: 0 8px 16px;
}
.faq_area dl{
    padding: 16px;
}
.dot_list li{
    background: url("../../../img/asset/common/svg/dots.svg") no-repeat 0 12px;
    background-size: 6px auto;
}
}
}
}


#wrap .scroll table{
    width: 100%;
}
@media screen and (max-width: 1023px) {
#wrap .scroll{
    padding-bottom: 2%;
    overflow: auto;
}
#wrap .scroll::-webkit-scrollbar{
    height: 10px;
}
#wrap .scroll::-webkit-scrollbar-track{
    background: #eee;
}
#wrap .scroll::-webkit-scrollbar-thumb {
    background: #bbb;
}
#wrap .scroll table{
    width: 180%;
}
@media screen and (max-width: 800px) {
#wrap .scroll table{
    width: 120%;
}
@media screen and (max-width: 540px) {
#wrap .scroll table{
    width: 200%;
}
@media screen and (max-width: 360px) {
#wrap .scroll table{
    width: 240%;
}
}
}
}
}



#calendar,
#i,
#i-2,
#i-3,
#i-4,
#i-5,
#i-6,
#i-7,
#i-8,
#i-9,
#i-10,
#i-11,
#i-12
{
    margin-top: -160px;
    padding-top: 160px;
}
@media screen and (max-width: 800px) {
#i,
#i-2,
#i-3,
#i-4,
#i-5,
#i-6,
#i-7,
#i-8,
#i-9,
#i-10,
#i-11,
#i-12
{
    margin-top: 0;
    padding-top: 0;
}
}
@media screen and (max-width: 540px) {
span.wpcf7-list-item{
	display: block !important;
}
}
.wpcf7-validates-as-date{
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	font-size: 17px;
	padding: 0.5em;
	border-radius:8px;
	box-shadow:2px 2px 4px rgba(0,0,0,.1) inset;
}
input{
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea
{
	width: 80%;
    margin: auto;
	padding: .5em;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.1) inset;
	font-size: 18px;
}
input[type="radio"],
input[type="checkbox"]
{
	width: 28px;
	vertical-align: middle;
}
select{
	background: #fff;
	border: 1px solid #ddd;
	font-size: 18px;
	padding: .5em;
	border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.1) inset;
	line-height: 2;
}
input[type="submit"] ,
input[type="reset"] {
    width: 100%;
	margin: 0;
	padding: 16px 0;
    background: #5c5737;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]:hover{
    background: #4c4638;
}
@media screen and (max-width: 540px) {
input[type="submit"] ,
input[type="reset"] {
    width: 100%;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
	width: 90%;
    margin: auto;
}
select,
textarea
{
	width: 100%;
    margin: auto;
}
}

.datepicker{
    width: 40%;
    max-width: 200px;
}
#zip{
    width: 50%;
    max-width: 200px;
}
#age{
    width: 25%;
    max-width: 80px;
}
@media screen and (max-width: 767px) {
#zip,
#age{
    width: 50%;
    max-width: 100%;
}
}




span.wpcf7-not-valid-tip {
	font-size: 80%;
}
#sitemap_list li{
    font-size: 18px !important;
}
#sitemap_list li li{
    font-size: 16px !important;
}
/* ▲▲▲▲▲▲▲▲▲▲ 共通項目 ▲▲▲▲▲▲▲▲▲▲ */


.first_area .inner{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0 80px;
}
.first_area .grid:nth-child(odd){
    width: 40%;
}
.first_area .grid:nth-child(even){
    width: 60%;
    padding-left: 24px;
}
.first_area .lead{
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
}
.first_area .catch{
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.first_area .catch span{
    color: #e6462e;
}
@media screen and (max-width: 1080px) {
.first_area .inner{
    width: 92%;
}
@media screen and (max-width: 540px) {
.first_area .inner{
    margin-bottom: 0;
}
.first_area .grid:nth-child(odd){
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
}
.first_area .grid:nth-child(even){
    width: 100%;
    padding-left: 0;
}
}
}

.tc4060 .grid:nth-child(odd){
    width: 40%;
}
.tc4060 .grid:nth-child(even){
    width: 60%;
    padding-left: 24px;
}
.tc6040 .grid:nth-child(odd){
    width: 60%;
    padding-right: 24px;
}
.tc6040 .grid:nth-child(even){
    width: 40%;
}
.fx_r.tc4060 .grid:nth-child(1){
    width: 40%;
    padding-left: 24px;
}
.fx_r.tc4060 .grid:nth-child(2){
    width: 60%;
    padding-left: 0;
}
@media screen and (max-width: 540px) {
.tc4060 .grid:nth-child(odd),
.tc6040 .grid:nth-child(odd){
    width: 100%;
    padding-right: 0;
}
.tc4060 .grid:nth-child(even),
.tc6040 .grid:nth-child(even){
    width: 100%;
    padding-left: 0;
}
.fx_r.tc4060 .grid:nth-child(1){
    width: 100%;
    padding-left: 0;
    margin-bottom: 24px;
}
.fx_r.tc4060 .grid:nth-child(2){
    width: 100%;
}
}




.required{
    font-size: 13px;
    color: red;
}
.form table{
    width: 100%;
    margin: 0 0 40px;
}
.form td{
    padding: 16px;
    vertical-align: middle;
    border-bottom: 1px solid #f1f1f1;
}
.form td:nth-child(odd){
    width: 32%;
    font-weight: 100;
}
.form td:nth-child(even){
    width: 68%;
}
.form td p{
    margin-bottom: 0;
}
@media screen and (max-width: 540px) {
.form td{
    padding: 16px 8px;
    vertical-align: top;
    border-bottom: 1px solid #f1f1f1;
}
.form td:nth-of-type(odd){
    display: block;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px dashed #f1f1f1;
}
.form td:nth-of-type(even){
    display: block;
    width: 100%;
}
}



.entry p{
    margin-bottom: 32px;
}
.entry img{
    width: 100%;
    max-width: 100%;
    height: auto;
}







iframe.youtube_16_9{
    width: 100%;
    max-height: 100%;
    aspect-ratio: >16 / 9;
    max-width: 600px;
    display: block;
    margin: auto;
}
.youtube_mov{
    height: 400px;
}




#access__gmap iframe{
    height: 480px;
}
#access__gmap dt{
    margin-bottom: 16px;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    background: #ecf4f9;
}
#access__gmap dd{
    margin-bottom: 32px;
}



.hematology__lists li{
    width: calc(50% - 4px);
    margin-bottom: 8px;
    padding: 16px 16px 16px 40px;
    background: #f7f7f7 url("../../../img/asset/common/svg/checkbox.svg") no-repeat 10px center;
    background-size: 16px auto;
    color: #377cb3;
    border: 1px solid;
    border-radius: 4px;
}
@media screen and (max-width: 540px) {
.hematology__lists li{
    width: 100%;
    padding: 8px 16px 8px 40px;
    line-height: 1.2;
}
}



.gastroenterology__lists li{
    width: calc(33% - 4px);
    margin-bottom: 8px;
    padding: 16px 16px 16px 40px;
    background: #f7f7f7 url("../../../img/asset/common/svg/checkbox.svg") no-repeat 10px center;
    background-size: 16px auto;
    color: #377cb3;
    border: 1px solid;
    border-radius: 4px;
}
ul.gastroenterology__lists::after{
    display: block;
    content: "";
    width: calc(33% - 8px);
}
.gastroenterology__lists br{
    display: none;
}
.gastroenterology__lists span{
    font-size: 80%;
}
@media screen and (max-width: 1080px) {
.gastroenterology__lists li{
    width: calc(50% - 2px);
}
@media screen and (max-width: 540px) {
.gastroenterology__lists li{
    width: 100%;
    padding: 8px 16px 8px 40px;
    line-height: 1.2;
}
.gastroenterology__lists br{
    display: block;
}
}
}



#price__lists table{
    border-collapse: separate;
    border: 1px solid #ef7e96;
    border-radius: 1em;
    overflow: hidden;
}
#price__lists td{
    padding: 24px;
    color: #68635d;
    border: 1px solid #ef7e96;
    vertical-align: middle;
}
#price__lists .type__b td{
    vertical-align: top;
}
#price__lists .hd{
    padding-left: 60px;
    background: #ef7e96 url("../../../img/asset/price/kirakira.svg") no-repeat 16px center;
    background-size: 32px auto;
    color: #fff;
    font-size: 120%;
}
#price__lists .hd span{
    font-size: 70%;
}
#price__lists .p__tag{
    width: 35%;
    color: #ef7e96;
}
#price__lists .p__tag span{
    font-size: 20px;
    font-weight: bold;
}
#price__lists .p__tag .f_line{
    font-size: 20px;
    font-weight: bold;
    color: #3f3326;
}
#price__lists .p__tag .f_line::before{
    content: "● ";
    color: #ef7e96;
    font-size: 13px;
}
@media screen and (max-width: 960px) {
#price__lists .p__tag{
    width: 45%;
}
@media screen and (max-width: 880px) {
#price__lists .p__tag{
    width: 50%;
}
@media screen and (max-width: 810px) {
#price__lists td{
    display: block;
    border: 0;
    width: 100%;
}
#price__lists .p__tag{
    width: 100%;
    border-top: 1px dashed #ef7e96;
}
@media screen and (max-width: 540px) {
#price__lists td{
    padding: 16px;
}
}
}
}
}










