@charset "utf-8";


.csnumber{padding-top: 55px; padding-bottom: 30px; display: inline-flex; gap: 10px; font-weight: 600; align-items: center;}
.csnumber dt{padding: 8px 14px; background: var(--color1); color: #fff; font-size: 28px; border-radius: 5px;}
.csnumber dd{color: var(--color1); font-size: 36px;}



#internal1-diagram { width: 90%; max-width: 1280px; margin: 0 auto; margin-top: 40px; display:flex; flex-wrap:wrap; justify-content:space-between; align-items: center; min-height:374px;
						background:url('/images/sub/center01_bg1.webp') no-repeat center center}
#internal1-diagram > div { width:50%; text-align:center}
#internal1-diagram > div dl {width:50%; padding:3% 0}
#internal1-diagram > div:nth-child(even) dl {margin-left:auto} 

#internal1-diagram > div dl dt {font-size:22px; font-weight:700; background:#1a4e49 ; color:#FFF; padding:0.8em}
#internal1-diagram > div dl dt.bg2 { background:#3b8260}
#internal1-diagram > div dl dd {background:#FFF; word-break: keep-all; font-size:18px; padding:1em; box-shadow:0 5px 10px rgba(85,85,85,0.1)}


@media all and (max-width:1024px) {
	#internal1-diagram {background-size:40% auto}
	#internal1-diagram > div dl {width:55%; }
}
@media all and (max-width:976px) {
	#internal1-diagram {background-size:auto 30%; background-position:center top; margin-top: 0; align-items: flex-start;}
	#internal1-diagram > div {padding-top:30vw; }
	#internal1-diagram > div dl {width:97%; }
}
@media all and (max-width:620px) {
	#internal1-diagram {padding-top:40vw; background-size:60% auto; }
	#internal1-diagram > div {width:100%; }
	#internal1-diagram > div dl {width:100%; ; padding:5px 0 }
    #internal1-diagram > div:nth-child(2){padding-top: 0;}
}


.dot > li{position: relative; padding-left: 16px; font-size: 18px;}
.dot.mt > li + li{margin-top: 0.5em;}
.dot > li:before{content: ''; position: absolute; left: 0; top: 6px; width: 8px; height: 8px; border-radius: 50%; background-color: var(--color1);}
@media all and (max-width:1024px) {
    .dot > li{font-size: 17px;}
}
@media all and (max-width:768px) {
    .dot > li{font-size: 16px;}
}
@media all and (max-width:568px) {
    .dot > li{font-size: 15px; padding-left: 14px;}
    .dot > li:before{top: 7px; width: 6px; height: 6px;}
}
.gumsa.first{border-top: 1px solid #000;}
.gumsa{display: flex; border-bottom: 1px solid #000;}
.gumsa dt{display: flex;; justify-content: center; align-items: center; width: 250px; flex:0 0 auto; font-size: 26px; color: #000; font-weight: 700; background-color: #ebf4f1;}
.gumsa dd{padding: 40px 60px; width: calc(100% - 250px);}
.gumsa dd .dot{display: flex; flex-wrap: wrap; gap: 16px;}
.gumsa dd .dot li{width: calc(50% - 8px)}
.gumsa dd .dash-line{margin: 20px 0; border-top: 1px dashed #ceddd7;}
@media all and (max-width:1280px) {
    .gumsa dt{width: 200px; font-size: 22px;}
    .gumsa dd{width: calc(100% - 200px); padding: 30px 50px;}
}
@media all and (max-width:1024px) {
   .gumsa dd{padding: 25px 30px;}
}
@media all and (max-width:768px) {
    .gumsa{display: block;}
    .gumsa dt{width: 100%; padding: 0.4em;}
    .gumsa dd{width: 100%;}
}
@media all and (max-width:568px) {
    .gumsa dd{padding: 16px;}
    .gumsa dd .dot{gap: 8px;}
    .gumsa dd .dash-line{margin: 15px 0;}
}

.packages{margin-top: 40px; display: grid; gap: 30px; grid-template-columns: repeat(3, 1fr);}
.packages .box{padding: 55px 35px; border:1px solid #000; ;}
.packages .box .tit{margin-bottom: 20px; color: var(--color2); font-size: 31px; font-weight: 700;}
.packages .box .tit span{color: var(--color1);}
.packages .box .cont{display: flex; gap: 10px; width: 100%}
.packages .box .cont dl{width: 100%}
.packages .box .cont dl dt{ padding: 5px; background-color: var(--color1); color: #fff; text-align: center; font-weight: 600; font-size: 20px;}
.packages .box .cont dl dd{padding: 14px 10px;}
.packages .box .cont dl dd ul li + li{margin-top: 0.4em;}
.packages .box .plus{text-align: center; position: relative;}
.packages .box .plus:before{content: ''; position: absolute; left: 0; top: 50%; z-index: -1; transform: translateY(-50%); width: 100%; height: 1px; background-color: var(--color1);}
.packages .box .plus span{display: inline-block; vertical-align: middle; width: 60px; height: 60px; line-height: 56px; background-color: #fff; border-radius: 50%; font-size: 33px; color: var(--color1); font-weight: 800;}
@media all and (max-width:1280px) {
    .packages {gap: 20px;}
    .packages .box {padding: 40px 25px;}
    .packages .box .tit{font-size: 28px;}
}
@media all and (max-width:1024px) {
    .packages{ grid-template-columns: repeat(1, 1fr);}
}
@media all and (max-width:768px) {
    .packages .box .plus span{width: 40px; height: 40px; line-height: 36px;}
}
@media all and (max-width:568px) {
    .packages .box .cont dl dd ul li{font-size: 15px;}
}
.check_list > li{position: relative; padding-left: 24px;}
.check_list > li .red{color:#db6e3c;}
.check_list > li + li{margin-top: 0.4em;}
.check_list > li:before{content: ''; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; background: url('/images/sub/ico_check.png')no-repeat left center/contain;}
@media all and (max-width:568px) {
    .check_list > li{font-size: 15px; padding-left: 20px;}
    .check_list > li:before{width: 16px; height: 16px;}
}


.addtest{margin-top: 50px; display: flex; flex-wrap: wrap; gap: 30px;}
.addtest .box{width: calc((100% - 30px*2)/3); padding:40px; background-color: #f8f8f8; border-radius: 20px; text-align: center;}
.addtest.w25 .box{width: calc((100% - 30px*3)/4)}
.addtest .box .img{margin-bottom: 15px;}
.addtest .box .img img{width: 100%; border-radius: 10px;}
.addtest .box .icon{ background-color: var(--color1);border-radius: 5px;display: inline-flex;justify-content: center;align-items: center;width: 86px;height: 86px;margin-bottom: 30px;}
.addtest .box dl{text-align: left;}
.addtest .box dl dt{color: var(--color2);font-size: 26px;margin-bottom: 15px; font-weight: 700; text-align: center;}
.addtest .box dl dd .dot > li{padding-bottom: 0.5em; margin-bottom: 0.5em; border-bottom: 1px dashed #3b826050;;}
.addtest .box dl dd .dot.w50{padding-top: 10px; display: flex; flex-wrap: wrap;}
.addtest .box dl dd .dot.w50 > li{width: 50%; padding-right: 10px;}
.addtest .box dl dd > p{font-weight: 500; color: #db6e3c;}
@media all and (max-width:1280px) {
.addtest.w25 .box{width: calc((100% - 30px*1)/2)}
}
@media all and (max-width:1024px) {
    .addtest .box{width: calc((100% - 30px)/2);}
}
@media all and (max-width:768px) {
    .addtest {gap: 20px;}
    .addtest .box{padding: 30px;}
    .addtest .box dl dd .dot.w50 > li{width: 100%;}
}
@media all and (max-width:568px) {
     .addtest .box{padding:20px 15px;}
    .addtest .box .icon{width: 70px; height: 70px;}
    .addtest .box dl dt{font-size: 22px;}
    .addtest .box dl dd > p{font-size: 14px;}
}

.nationtest{margin-top: 50px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px;}
.nationtest .box{padding: 40px; background-color: #f8f8f8; border-radius: 20px;}
.nationtest .box .num{margin-bottom: 10px; color: var(--color1); opacity: .2; font-size: 60px; font-weight: 700;}
.nationtest .box dl dt{font-size: 28px; font-weight: 700; color: var(--color2);}
.nationtest .box dl dt p{display: inline-block; font-size: 20px; font-weight: 500;}
.nationtest .box dl dd{margin-top: 15px;}
.nationtest .box dl dd > p{font-size: 18px; line-height: 1.4em;}
@media all and (max-width:1024px) {
    .nationtest{gap: 20px;}
}
@media all and (max-width:768px) {
    .nationtest .box .num{font-size: 40px;}
    .nationtest .box{padding: 30px;}
    .nationtest .box dl dt{font-size: 22px;}
    .nationtest .box dl dt p{font-size: 16px;}
}
@media all and (max-width:568px) {
     .nationtest {grid-template-columns: repeat(1, 1fr);}
    .nationtest .box .num{font-size: 34px;}
    .nationtest .box{padding:25px 20px;}
}

.fem{display: inline-flex; vertical-align: middle; justify-content: center; align-items: center; background-color:var(--color1); color: #fff; width: 24px; height: 24px; border-radius: 50%; font-size: 13px;}
@media all and (max-width:768px) {
    .fem{width: 20px; height: 20px; font-size: 12px;;}
}
.dash > li{display: flex; gap: 8px;}
.dash > li .og{color: #db6e3c;}
.dash > li + li{margin-top: 5px;}
.dash > li:before{content: '-';}
@media all and (max-width:768px) {
    .dash > li{font-size: 15px;}
}

.sym_list{display: flex; margin-top: 50px; gap: 40px; }
.sym_list:has(.img ul){padding-bottom: 90px;}
.sym_list .img{position: relative; width: 45%;}
.sym_list .img > img{border-radius: 20px; object-fit: cover; height: 100%; width: 100%;}
.sym_list .img ul{position: absolute; width: 90%; display: flex; gap: 10px; left: 50%; top: 100%; transform: translate(-50%, -50%);}
.sym_list .img ul li{padding: 30px 40px; width: 100%; background-color: var(--color1) ; color: #fff; font-weight: 500; font-size: 18px; text-align: center; border-radius: 10px;}
.sym_list .img ul li img{max-width: 100%;}
.sym_list .list{width: 55%;}
.sym_list .list > li{margin-bottom: 20px; display: flex; gap: 15px; align-items: center; padding:20px 40px ; border:1px solid #eee;  border-radius: 10px;}
.sym_list .list > li:last-child{margin-bottom: 0;}
.sym_list .list > li > span{display: inline-block; font-weight: 700; font-size: 18px; background-color: #f2f2f2; color: rgb(0, 0, 0, 0.5); width: 50px; height: 50px; text-align: center; line-height: 50px; border-radius: 50%;}
.sym_list .list > li > p{font-size: 18px;}
@media all and (max-width:1280px) {
    .sym_list .img ul li{padding: 20px; font-size: 17px;}
}
@media all and (max-width:1024px) {
     .sym_list {gap: 30px;}
    .sym_list .img ul li{padding:15px 10px; font-size: 16px;}
}
@media all and (max-width:768px) {
    .sym_list{display: block;}
    .sym_list:has(.img ul){padding-bottom: 0px;}
    .sym_list .img{width: 100%;}
    .sym_list .img img{max-height: 50vw;}
    .sym_list .img ul{position: static; margin-top: 10px; transform: none; width: 100%;}
    .sym_list .list{width: 100%; margin-top: 20px;}
    .sym_list .list > li > p{font-size: 17px;}
}
@media all and (max-width:568px) {
     .sym_list .list > li{margin-bottom: 10px; padding: 10px 20px;}
}
.clinic01 > .inner > .c_txt:first-child{margin-bottom: 90px;}
.center02 > .inner > .c_txt:first-child{margin-bottom: 90px;}
.center03 > .inner > .c_txt:first-child{margin-bottom: 90px;}
.center03 .c_txt h4{margin-bottom: 1em; font-size: 21px; color:var(--color1);}



.zzcont .cont{display: flex;}
.zzcont .cont:nth-child(odd){flex-direction: row-reverse;}
.zzcont .cont > div{width: 50%;}
.zzcont .cont .img img{width: 100%; height: 100%; object-fit: cover;}
.zzcont .cont .txt{text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.zzcont .cont .txt > p{display: inline-block; margin-bottom: 20px; padding:5px 10px; background-color:var(--color1); color: #fff; font-size: 18px; font-weight: 500;}
.zzcont .cont .txt dl dt{font-size: 36px; color: var(--color2); font-weight: 700; line-height: 1.4em;}
.zzcont .cont .txt dl dt span{color: var(--color1);}
.zzcont .cont .txt dl dd{margin-top: 1em; font-size: 18px; line-height: 1.8em;}
@media all and (max-width:1024px) {
    .zzcont .cont{display: block;}
    .zzcont .cont > div{width: 100%;}
    .zzcont .cont .txt{padding: 40px;}
}
@media all and (max-width:568px) {
    .zzcont .cont .txt > p{font-size: 16px; margin-bottom: 10px;}
    .zzcont .cont .txt dl dt{font-size: 28px;}
    .zzcont .cont .txt dl dd{font-size: 16px;}
}


.implant{display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;}
.implant .box{padding:60px 10px 30px; border-radius: 20px; background-color: #f2f2f2; text-align: center;}
.implant .box dl{margin-bottom: 30px;}
.implant .box dl dt{font-size: 30px; font-weight: 700; color: var(--color1); text-transform: uppercase;}
.implant .box dl dd{padding-top: 1em; font-weight: 300; opacity: .7;}
.implant .box img{max-width: 100%;}
@media all and (max-width:768px) {
    .implant{grid-template-columns: repeat(2, 1fr);}
}
@media all and (max-width:568px) {
    .implant{grid-template-columns: repeat(1, 1fr);}
}

.graph{margin-top: 50px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px;}
@media all and (max-width:1400px) {
    .graph img{max-width: 100%;}
}
@media all and (max-width:768px) {
    .graph{grid-template-columns: repeat(1, 1fr);}
}





.terms { padding: 0 5%; }
.terms h4 { color:#212121; font-size: 18px; margin-bottom: 0.7em; }
.terms p { font-size: 15px; line-height: 2em; margin-bottom: 2em; }



.tb-style2 { width: 100%;  border-top: 2px solid #025324; line-height: 1.3em; text-align: center; border-right: 1px solid #e5e5e5; min-width: 1240px;}
.tb-style2 thead tr th { background: rgba(18, 104, 51, 0.1); color:#212121; padding: 14px 0;border-bottom: 1px solid #d5dfe7; border-left:1px solid #d5dfe7;  font-size: 1em; line-height: 1.7em;}
.tb-style2 tbody td { padding: 13px 15px; border-left: 1px solid #e8ede9; border-bottom: 1px solid #e8ede9; font-size: 1em;  word-break: keep-all; line-height: 1.3;}

@media all and (max-width:1239px){
    .tb-scroll{width: 100%; overflow-x: scroll; }
}
@media screen and (max-width:767px) {
   .tb-style2 thead th { padding: 1em; }
   .tb-style2 tbody td { padding: 0.8em; }
}




.intro02 .box2 .itemWrap{}
.intro02 .box2 .itemWrap .img{margin-bottom: 30px;; display: flex; align-items: center; gap: 30px;}
.intro02 .box2 .itemWrap .img h4{background-color: var(--color1); display: inline-block; padding: 8px 15px; color: #fff; border-radius: 40px;}
.intro02 .box2 .itemWrap .img h3{color: var(--color2); font-size: 36px; margin: 13px 0;}
.intro02 .box2 .itemWrap .img h3 span{font-size: 0.5em;}
.intro02 .box2 .itemWrap .txt .dl_box{display: flex; flex-wrap: wrap; background-color: #f6f6f6; padding: 30px 40px; border-radius: 30px;}
.intro02 .box2 .itemWrap .txt dl{width: 50%; padding-right: 20px;}
.intro02 .box2 .itemWrap .txt dl dd{position: relative; padding-left: 24px; font-size: 17px; color: #555; font-weight: 400;}
.intro02 .box2 .itemWrap .txt dl dd + dd{margin-top: 15px;}
.intro02 .box2 .itemWrap .txt dl dd:before{content: ''; position: absolute; top: 2px; left: 0; width: 18px; aspect-ratio: 1/1; height: auto; background: url('/images/sub/ico_check.png')no-repeat center center/contain;}
@media screen and (max-width:767px) {
    .intro02 .box2 .itemWrap .img .imgCont img{max-width: 100%; width: 120px;}
    .intro02 .box2 .itemWrap .txt .dl_box{gap: 30px;}
    .intro02 .box2 .itemWrap .txt dl{width: 100%;}
}


.btn-privacy{margin-bottom: 40px;}
.btn-privacy a{display: inline-block; padding: 0.6em 1.2em 0.4em; background-color: var(--color1); color: #fff; font-size: 20px; font-weight: 700;;}
.btn-privacy a img{display: inline-block; vertical-align: middle;}





/* qna */
.qna{margin-top: 50px;}
.qna li{border: 1px solid var(--color2); border-left: 0; border-right: 0; padding: 40px 60px; display: flex; position: relative;}
.qna li.on{background-color: #f5f9f6;}
.qna li + li{margin-top: 50px;}
.qna li .num{width: 180px; color: var(--color2); font-size: 48px; font-weight: 700; opacity: 0.1; line-height: 1em;}
.qna li .txt{width: calc(100% - 180px);}
.qna li .txt h3{color: var(--color2); font-size: 24px; margin-bottom: 20px;}
.qna li.on .txt h3{color: var(--color1);}
.qna li .txt p{font-size: 16px; font-weight: 300; color: var(--color2); opacity: 0.8;}
@media all and (max-width:768px){
    .qna li .num{width: 90px;}
    .qna li .txt{width: calc(100% - 90px);}
}
@media all and (max-width:568px){
    .qna li{padding: 30px;}
    .qna li .txt h3{font-size: 22px;}
    .qna li .num{width: 70px;}
    .qna li .txt{width: calc(100% - 70px);}
}


.bg1-wrap{padding: 90px 0 100px; background: url('/images/sub/bg1-wrap.webp');}
@media all and (max-width:568px){
    .bg1-wrap{padding: 50px 0;}
}

.radi_sec{overflow: hidden;}
.radi_list{width: 120%;}
.radi_list li{margin-right: 45px; background-color: #fff;}
.radi_list li dl {position: relative; padding: 30px;}
.radi_list li dl dt{font-size: 24px; color: #000; font-weight: 600;}
.radi_list li dl dd{margin:0.3em 0 1em; font-size: 18px;}
.radi_list li dl .tag{}
.radi_list li dl .tag span{display: inline-block; margin-bottom: 3px; padding: 0.4em 1em; background-color: var(--color1); color: #fff; font-weight: 600; font-size: 16px; border-radius: 60px;}
.radi_list li dl .num{position: absolute; right:30px; bottom: -0.7em; z-index: 9;; text-align: right; color: var(--color2); font-family: serif; font-weight: 700 ; font-size: 34px; }
@media all and (max-width:1024px){
    .radi_list li{width: 400px; margin-right: 30px;}
    .radi_list li dl dt{font-size: 20px;}
    .radi_list li dl dd{font-size: 16px;}
    .radi_list li img{width: 100%;;}
}
@media all and (max-width:568px){
    .radi_list li{width: 70vw;}
    .radi_list li dl{padding: 25px;}
    .radi_list li dl .tag span{font-size: 14px;}
}
@media all and (max-width:380px){
    .radi_list li{width: 85vw; margin-right: 20px;}
    .radi_list li dl{padding: 20px;}
}

.c_txt .tbox{display: inline-block; margin-left: 30px; padding: 0 0.8em; font-size: 0.7em; background-color: var(--color1); color: #fff; font-weight: 500;}
@media all and (max-width:580px){
    .c_txt .tbox{margin-left: 0;}
}






.boxList {margin-top: 40px; border: 15px solid rgba(186, 207, 191, 0.15); padding: 2% 4%;  }
.boxList dl { font-size:0; padding: 3% 0; }
.boxList dl dt, .boxList dl dd { display: inline-block; vertical-align: top; }
.boxList dl dt { width: 200px; line-height: 50px; font-size: 24px; font-weight: 800; color:#fff; background:var(--color1);
											text-align: center; }
.boxList dl dd { width: calc(100% - 200px); padding: 0 0 0 5%; font-size: 18px; line-height: 2em; }
.boxList dl + dl { border-top: 1px solid rgba(181, 190, 181, 0.3); }
.boxList dl:nth-child(even) dt { background: var(--color2); }

.boxList.vmid dl dt, .boxList.vmid dl dd { vertical-align: middle; }
.boxList dl.vmid dt, .boxList dl.vmid dd { vertical-align: middle; }

.boxList.titWide dl dt { width: 300px; line-height: 55px; font-size: 22px; font-weight: 700;   }
.boxList.titWide dl dd { width: calc(100% - 300px); }

.boxList.titSmall dl { padding: 2% 0; }
.boxList.titSmall dl dt { width: 160px; font-size: 20px; }
.boxList.titSmall dl dd { width: calc(100% - 160px); }

@media all and (max-width:1280px){
	.boxList dl dt { width: 180px; font-size: 22px; }
	.boxList dl dd { width: calc(100% - 180px); }
	.boxList dl dd br { display: none; }
}

@media all and (max-width:976px){
	.boxList { padding: 4%; }
	.boxList dl dt { width: 160px; font-size: 20px; line-height: 2.5em; }
	.boxList dl dd { width: calc(100% - 160px); }

	.boxList.titWide dl dt { width: 240px; line-height: 50px; font-size: 20px;  }
	.boxList.titWide dl dd { width: calc(100% - 240px); }
}

@media all and (max-width:860px){
	.boxList { padding: 2% 6%; }
	.boxList dl { padding: 35px 0; }
	.boxList dl dt { width: auto; padding: 0 1em; margin-bottom: 1em;  }
	.boxList dl dd { display: block; width: 100%; padding: 0; }

	.boxList.titWide dl dt { width: auto; line-height: 2.5em;  }
	.boxList.titWide dl dd { width: 100%; }

	.boxList.titSmall dl { padding: 25px 0; }
	.boxList.titSmall dl dt { margin-bottom:0;  }
	.boxList.titSmall dl dd { display: inline-block; padding-left: 2em; line-height: 1.5em; }
}

@media all and (max-width:568px){
	.boxList { border-width: 12px; }

	.boxList.titSmall dl dt { width: 120px; }
	.boxList.titSmall dl dd { width: calc(100% - 120px); padding-left: 1em; }
}

@media all and (max-width:400px){
	.boxList.titSmall dl dt { font-size: 18px; width: 100px;  }
	.boxList.titSmall dl dd { width: calc(100% - 100px); }
	.boxList.titSmall dl.mo100 dt { margin-bottom: 1em; max-width: 50%; }
	.boxList.titSmall dl.mo100 dd { display: block; width: 100%; padding: 0; }
}



.clinic01 #sTop{background-image: url('/images/sub/stop_clinic01.webp');}
#sTop.clinic02 {background-image: url('/images/sub/stop_clinic02.webp');}
#sTop.clinic03 {background-image: url('/images/sub/stop_clinic03.webp');}
#sTop.clinic04 {background-image: url('/images/sub/stop_clinic04.webp');}
#sTop.clinic05 {background-image: url('/images/sub/stop_clinic05.webp');}
#sTop.care03 {background-image: url('/images/sub/stop_care03.webp');}
#sTop{background-size: cover; background-position: center center; border-radius: 30px;}
#sTop .c_txt{padding: 10% 4%; }
#sTop .c_txt .eng{margin-bottom: 6%; font-family: 'Marcellus'; color: #06aa79; letter-spacing: 0;}
#sTop .c_txt h3{margin-bottom: 0; color: #fff;}
#sTop .c_txt h3 span{color: #06aa79;}
#sTop .tag{margin: 6% 0 0; display: flex; justify-content: center; align-items: center;}
#sTop .tag > li{width: 300px; margin:0 -10px;padding: 1em 1em; border-radius: 60px; text-align: center; color: #fff; font-size: 20px;}
#sTop .tag > li:nth-child(1){background-color: rgb(6, 170, 121, 0.9);}
#sTop .tag > li:nth-child(2){background-color: rgb(0, 116, 81, 0.9); z-index: 3;}
#sTop .tag > li:nth-child(3){background-color: rgb(109, 172, 6, 0.9);}
@media all and (max-width:1024px){
    #sTop{border-radius: 20px;}
}
@media all and (max-width:568px){
    #sTop .c_txt{padding: 50px 4%;}
    #sTop .tag > li{font-size: 15px;}
}
@media all and (max-width:380px){
    #sTop .tag > li{font-size: 13px;}

}


#Body1, #Body2 {scroll-margin-top: 80px;}

.clinic_tab{padding: 60px 0 0; display: flex; gap: 40px;}
.clinic_tab + .clinic_tab{padding: 30px 0 90px;}
.clinic_tab .img{flex:0 0 auto; width: 300px;}
.clinic_tab .img img{border-radius: 30px; width: 100%;}
.clinic_tab .tab_box{padding: 4% 4%; display: flex; justify-content: space-between; width: calc(100% - 300px - 40px); border-radius: 30px; background-color: #f6f6f6;}
.clinic_tab .tab_box dl{width: 30%;}
.clinic_tab .tab_box dl dt{font-size: 30px; color: var(--color1); font-weight: 700;}
.clinic_tab .tab_box dl dd{font-size: 20px; margin-top: 1em; color: var(--color2); font-weight: 600;}
.clinic_tab .tab_box ul {width: 70%; display: flex; flex-wrap: wrap; gap: 0.6em;}
.clinic_tab .tab_box ul li{ width: calc((100% - 0.6em)/2); border:1px solid #e1e1e1; background-color: #fff;}
.clinic_tab .tab_box ul li.w100{width: 100%;}
.clinic_tab .tab_box ul li a{display: flex; align-items: center; padding: 0.8em; font-weight: 700; font-size: 20px;}
.clinic_tab .tab_box ul li.on a{background-color: var(--color1); color: #fff;}
.clinic_tab .tab_box ul li.on a:before{content: '→'; display: inline-block;padding-right: 0.5em; animation: tab_box_arrow 0.5s alternate infinite;}
.clinic_tab .tab_box ul li:hover a:before{content: '→'; display: inline-block;padding-right: 0.5em;}

@keyframes tab_box_arrow {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(4px);
    }
}


@media all and (max-width:1280px){
    .clinic_tab .tab_box ul li a{font-size: 18px;}

}
@media all and (max-width:1024px){
    .clinic_tab{gap: 20px;}
    .clinic_tab .img{width: 240px;}
    .clinic_tab .tab_box{display: block; width: calc(100% - 240px - 20px);}
    .clinic_tab .tab_box dl{width: 100%; margin-bottom: 1em;}
    .clinic_tab .tab_box ul{width: 100%;}
    .clinic_tab .tab_box ul li a{font-size: 17px;}
}
@media all and (max-width:768px){
    .clinic_tab{padding: 45px 0 0;}
    .clinic_tab .img{width: 150px;}
    .clinic_tab .tab_box{width: calc(100% - 150px - 20px);}
}
@media all and (max-width:568px){
    .clinic_tab{display: block;}
    .clinic_tab .img{text-align: center; width: 100%; margin-bottom: 15px;}
    .clinic_tab .img img{max-width: 200px;}
    .clinic_tab .tab_box{width: 100%;}
    .clinic_tab .tab_box dl{text-align: center;}
    .clinic_tab .tab_box dl dt{font-size: 24px;}
    .clinic_tab .tab_box dl dd{font-size: 18px;}
    .clinic_tab .tab_box ul{gap: 10px;}
    .clinic_tab .tab_box ul li{width: 100%;}
    .clinic_tab .tab_box ul li a{font-size: 15px;}
}


.mapsite{display: flex; flex-wrap: wrap; gap: 30px; width: 100%;}
.mapsite .box{width: calc((100% - 30px*3)/4);}
.mapsite .box h3{padding: 20px; margin-bottom: 1em; font-size: 20px; background-color: #f6f6f6; color: var(--color2);}
.mapsite .box > ul{padding: 20px; border:1px solid #e1e1e1;}
.mapsite .box a:hover{font-weight: 700; color: var(--color1);}
.mapsite .box > ul > li{}
.mapsite .box > ul > li > a{display: block; padding: 0.5em 0; font-weight: 600; font-size: 17px;}
.mapsite .box ul > li > ul{padding-left: 15px;}
.mapsite .box ul > li > ul > li {}
.mapsite .box ul > li > ul > li > a{display: flex; gap:4px; padding: 0.2em 0; font-size: 15px;}
.mapsite .box ul > li > ul > li > a:before{content: '-';}
@media all and (max-width:1400px){
    .mapsite .box{width: calc((100% - 30px*2)/3);}
}
@media all and (max-width:1280px){
    .mapsite .box{width: calc((100% - 30px*1)/2);}
}
@media all and (max-width:1024px){
}
@media all and (max-width:768px){
    .mapsite{gap: 15px;}
    .mapsite .box{width: calc((100% - 15px*1)/2);}
    .mapsite .box h3{font-size: 19px;}
}
@media all and (max-width:480px){
    .mapsite .box h3{margin-bottom: 15px;}

}