.mv{ height: 350px; background-repeat: no-repeat; background-size: cover; background-position: center; display: flex; justify-content: center; align-items: center; position: relative; }
.mv.sample{ background-image: url(../images/dummy/mv01.jpg); }
.mv.sample_01{ background-image: url("../images/sub/about/mv-policy.jpg"); }
.mv.sample_02{ background-image: url("../images/sub/first/mv-first.jpg"); }
.mv.sample_03{ background-image: url("../images/sub/clinic/mv-clinic.jpg"); }
.mv.sample_04{ background-image: url("../images/staff/mv-staff.jpg"); }
.mv.sample_05{ background-image: url("../images/sub/treatment/mv-treatment.jpg"); }
.mv.sample_06{ background-image: url("../images/sub/price/mv-price.jpg"); }
.mv.sample_07{ background-image: url("../images/sub/access/mv-access.jpg"); }
.mv.sample_08{ background-image: url("../images/sub/recruit/mv-recruit.jpg"); }
.mv h1{ font-size: 50px; font-family: "游明朝", YuMincho, yu-mincho-pr6, sans-serif; font-weight: 600; color: #fff; line-height: 1.4; padding-top: 34px; background: url(../images/common/item-ttl01.png) no-repeat top center/30px; }

.pankuzu{ width: 900px; margin: 10px auto 0; padding: 0 20px;}
.pankuzu li{ font-size: 12px; display: inline-block; }
.pankuzu li:not(:last-of-type):after{ content: '-'; }

main{ display: block; width: 800px; margin: 110px auto 150px; }

.container > *:first-child,
.container .side-img .content > *:first-child{ margin-top: 0 !important; }
.container > *:last-child,
.container .side-img .content > *:last-child{ margin-bottom: 0 !important; }

.container img{ display: block; }

.container h2{ font-size: 24px; line-height: 1.6; text-align: center; font-family: "游明朝", YuMincho, yu-mincho-pr6, sans-serif; font-weight: 600; background: #f7f7f7; padding: .6em 1em; position: relative; margin: 120px 0 40px; }
.container h2:before{ content: ''; width: 2px; height: 100%; position: absolute; top: 0; left: 0;
	background: rgb(10,10,10); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(10,10,10,1) 0%, rgba(10,10,10,1) 40%, rgba(170,150,57,1) 40%, rgba(170,150,57,1) 40%, rgba(170,150,57,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(10,10,10,1) 0%,rgba(10,10,10,1) 40%,rgba(170,150,57,1) 40%,rgba(170,150,57,1) 40%,rgba(170,150,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(10,10,10,1) 0%,rgba(10,10,10,1) 40%,rgba(170,150,57,1) 40%,rgba(170,150,57,1) 40%,rgba(170,150,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a0a', endColorstr='#aa9639',GradientType=0 ); /* IE6-9 */ }
.container h3{ font-size: 20px; font-weight: 700; color: #aa9639; border-bottom: dotted 2px; line-height: 1.6; padding-bottom: .4em; margin: 90px 0 30px; }
.container h4{ font-size: 16px; font-weight: 700; color: #fff; background: #ccc088; padding: .3em 1em; margin: 50px 0 16px; }
.container h2 + *,
.container h3 + *,
.container h4 + *{ margin-top: 0 !important; }
.container p{ margin-bottom: 1em; line-height: 2; }
.container small{font-size: .8em;}
.container .side-img{ display: flex; justify-content: space-between; margin: 40px 0;flex-wrap: wrap;}
.container .side-img .content{ width: 400px; }
.container .side-img .img{ width: 350px; }
.container .side-img .img img{ width: 100%; }
.container .side-img .half{width: calc(50% - 10px);margin-bottom: 20px;}
.container .side-img .half > p{text-align: center;}

.container ol{ counter-reset: number; margin: 50px 0; }
.container ol li{ font-size: 18px; min-height: 50px; display: flex; align-items: center; position: relative; padding-left: 70px; line-height: 1.6; }
.container ol li:before{ counter-increment: number; content: counter(number); font-family: "游明朝", YuMincho, yu-mincho-pr6, sans-serif; font-weight: 600; width: 50px; height: 50px; font-size: 30px; line-height: 1; letter-spacing: 0; background: url(../images/common/bg-ol01.png) #aa9639 no-repeat center/cover; color: #fff; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; }
.container ol li + li{ margin-top: 25px; }

.container table:not([class]){ width: 100%; margin: 40px 0; border: solid 1px #aa9639; }
.container table:not([class]) tr:nth-of-type(odd){ background: #fff; }
.container table:not([class]) tr:nth-of-type(even){ background: #f6f4eb; }
.container table:not([class]) th{ font-weight: 700; color: #aa9639; padding: 1em 2em; vertical-align: middle; white-space: nowrap; width: 1px; border-right: solid 1px #aa9639; line-height: 1.6;/*width: 50%;*/}
.container table:not([class]) td{ padding: 1em 2em; vertical-align: middle; line-height: 1.6;}
.container .price table th,.container .price table td{font-size: 13px;}
.container table tr.course th,.container table tr.course td{ text-align: center; }
.container table tr.course th{ width: 20%; }
.container table tr.course td:not(:last-of-type){ border-right: solid 1px #aa9639;}
/*.container .price table th{width: 50%;}*/


.container table.case_table{ width: 100%; margin: 40px 0; border: solid 1px #aa9639; }
.container table.case_table tr:nth-of-type(odd){ background: #fff; }
.container table.case_table tr:nth-of-type(even){ background: #f6f4eb; }
.container table.case_table th{ font-weight: 700; color: #aa9639; padding: 1em 2em; vertical-align: middle; white-space: nowrap; width: 1px; border-right: solid 1px #aa9639; line-height: 1.6;/*width: 50%;*/}
.container table.case_table td{ padding: 1em 2em; vertical-align: middle; line-height: 1.6;}
.container .price table.case_table th,
.container .price table.case_table td{font-size: 13px;}
.container table.case_table tr.course th,
.container table.case_table tr.course td{ text-align: center; }
.container table.case_table tr.course th{ width: 20%; }
.container table.case_table tr.course td{ border-right: solid 1px #aa9639;}

/*** staff ***/

.container .side-img.staff{ align-items: flex-end; margin-bottom: 30px; }
.container .side-img.staff dt{ border-bottom: dotted 2px #aa9639; padding-bottom: 1em; margin-bottom: 1.6em; }
.container .side-img.staff dt strong{ font-size: 44px; display: block; line-height: 1.2; }
.container .side-img.staff dt small{ font-size: 20px; color: #aa9639; }
.container .side-img.staff dd{ font-size: 28px; font-weight: 700; color: #aa9639; line-height: 1.6; }
.container .pr-row{ margin: 40px 0 50px; }
.container .pr-row dl dt{ font-size: 16px; background: #aa9639; color: #fff; font-weight: 700; text-align: center; padding: .6em 1em; margin-bottom: 25px; }
.container .pr-row .staff-history{ width: 500px; }
.container .staff-history .pr-table{ width: 100%; }
.container .staff-history .pr-table th{ width: 1px; white-space: nowrap; padding-right: 1em; font-size: 14px; color: #aa9639; padding-bottom: .2em; }
.container .staff-history .pr-table td{ font-size: 14px; padding-bottom: .2em; }
.container .qualification{ width: 250px; }
.container .qualification dd{ font-size: 14px; }

.treatment{ padding: 1px 0 125px; background: url(../images/index/webp/bg-treatment01.webp); }
.treatment a.btn{margin: 65px auto 0;}




.counseling-list{ display: flex; justify-content: space-between;margin-bottom: 20px;width: 100%;}
.counseling-list li{ width: 380px; position: relative; z-index: 0; overflow: hidden; padding: 50px 0 113px; border: solid 1px #aa9639;}
/*.counseling-list li:nth-of-type(1){ border-radius: 0 37px 37px 0; }
.counseling-list li:nth-of-type(2){ border-radius: 37px; }
.counseling-list li:nth-of-type(3){ border-radius: 37px 0 0 37px; }
.counseling-list li:before{ content: ''; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; position: absolute; top: 0; left: 0; z-index: -1; filter: blur(15px); transition: .4s; }
.counseling-list li:nth-of-type(1):before{ background-image: url(../images/index/bg-counseling-list01.jpg); }
.counseling-list li:nth-of-type(2):before{ background-image: url(../images/index/bg-counseling-list02.jpg); }
.counseling-list li:nth-of-type(3):before{ background-image: url(../images/index/bg-counseling-list03.jpg); }
.counseling-list li:hover:before{ filter: blur(0); }*/
.counseling-list li .inner{ width: 350px; margin: 0 auto; }
.counseling-list li h3{ font-size: 19px; text-align: center; margin-bottom: .5em; margin-top: 0;}
.counseling-list li h3 span{ font-size: 14px; display: block; text-align: center; color: #c8bb9b; }
.counseling-list li p{ font-size: 13px; line-height: 2.4; }
.counseling-list li .more{ font-size: 18px; position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); padding-bottom: 16px; color: #c8bb9b; }
.counseling-list li .more:after{ content: ''; width: 0; height: 0; border-style: solid; border-width: 8px 8px 0 8px; border-color: #c8bb9b transparent transparent transparent; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }

.container ol li + p{
margin: 15px 0 20px;
}

.container section  h4 + ol{
margin-top: 	30px!important;
}


.flex-btn{display: flex;flex-wrap: wrap;justify-content: space-around;margin: 30px 0px;}

.center{margin: 40px auto;}

.container h5{ margin:30px 0 10px; font-weight:bold; font-size:16px; padding-left:20px;}
.container h5:before{content:"・"; padding-right:2px;}


.container .flow-list{ display: flex; justify-content: space-between; margin: 40px 0; flex-wrap: wrap; width: 100%; counter-reset: flow; }
.container .flow-list dl{ width: 380px; }
.container .flow-list dl:nth-of-type(n+3){ margin-top: 30px; }
.container .flow-list dl dt{ font-size: 16px; font-weight: 700; color: #fff; background: #232323; padding: .6em 1em .6em 55px; position: relative; margin-bottom: 14px; }
.container .flow-list dl dt:before{ counter-increment: flow; content: counter(flow,decimal-leading-zero); font-size: 28px; color: #fff; font-family: "游明朝", YuMincho, yu-mincho-pr6, sans-serif; font-weight: 600; position: absolute; top: 50%; left: 10px; transform: translateY(-50%); line-height: 1; letter-spacing: 0; }
.container .flow-list dl dd{ display: flex; justify-content: space-around; }
.container .flow-list dl dd .content{ width: 190px; }
.container .flow-list dl dd .content001{ width: 100%; }
.container .flow-list dl dd .img{ width: 170px; }
.container .flow-list dl dd .img img{ display: block; width: 100%; }
.container .flow-list.no-img dd{ display: block; }

.under{margin-bottom: 30px;}


main.container > img {display: block;margin: 2rem auto;}
.wide-img {display: block;margin: 2rem auto;width: 700px;}


.container .normal-list{ margin: 70px 0; }
.container .normal-list dl + dl{ margin-top: 26px; }
.container .normal-list dl dt{ font-size: 1rem; position: relative; display: flex; align-items: center; margin-bottom: 10px; padding-left: 70px; }
.container .normal-list dl dt:before{ content: ''; width: 15px; height: 15px; border-radius: 10px; background: #aa9639; position: absolute; left: 30px; }
.container .normal-list dl dd{ padding-left: 90px; }


/* -------------- 追加 */
main.container:first-of-type{margin: 110px auto 110px;}
.container h2 span{ font-size: .8em; }
.container .catch{ font-size: 18px; font-weight: 600; margin-bottom: 2em; text-align:center;}

.container .topic{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.container .topic li{ width: calc(100%/2 - 20px); background: #fff; position: relative; display: flex; align-items: center; transition: .3s; }
.container .topic li:hover{ opacity: .7; }
.container .topic li:nth-of-type(n+3){ margin-top: 55px; }
.container .topic li:after{ content: ''; width: 0; height: 0; border-style: solid; border-width: 0 16px 16px 0; border-color: transparent #aa8c32 transparent transparent; position: absolute; top: 5px; right: 5px; }
.container .topic li .thumb{ width: 130px; min-height: 150px; background-repeat: no-repeat; background-size: cover; background-position: center; }
.container .topic li .thumb_new{ width: 130px; min-height: 150px; background-repeat: no-repeat; background-size: cover; background-position: center; }
.container .topic li .content{ width: calc(100% - 130px); }
.container .topic li .content p{ font-size: 16px; color: #aa8c32; text-align: center; line-height: 1.6; margin-bottom: 0;}
.container .topic li .content p span{ display: block; font-size: 14px; color: #333; text-align: center; line-height: 2.2; }

.container .li-icon{ display: flex; flex-wrap: wrap; justify-content: space-between ;}
.container .li-icon li{ flex-basis:calc(100%/5 - 20px); text-align: center;}
.container .li-icon li .circle{
	position: relative;
	padding: 50%;
	border-radius: 50%;
	background: rgba(0,0,0,.3);
	margin-bottom: 10px;
}
.container .li-icon li .circle img{
	width: 140px;
	position: absolute;
	top: 22px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* -------------- 横並び6こ用 */
.container .li-icon-new{ display: flex; flex-wrap: wrap; justify-content: space-between ;}
.container .li-icon-new li{ flex-basis:calc(100%/6 - 10px); text-align: center;}
.container .li-icon-new li .circle{position: relative;padding: 50%;border-radius: 50%;background: rgba(0,0,0,.3);margin-bottom: 10px;}
.container .li-icon-new li .circle img{width: 140px;position: absolute;top: 22px;left: 0;right: 0;margin: 0 auto;}

/* -------------- about */
main.container.about{ background-image: url("../images/sub/about/about-bg.jpg"); background-repeat: no-repeat; background-size: cover; margin: 0; padding: 110px 0; width: 100%; }/* bg画像は#eeeの透過50% */
main.container.about .wrap{ display: block; margin: 0 auto; }
.container.about .topic li:nth-of-type(1) .thumb{ background-image: url("../images/sub/about/about-li01.jpg"); }
.container.about .topic li:nth-of-type(2) .thumb{ background-image: url("../images/sub/about/about-li02.jpg"); }


.container.about .topic li:nth-of-type(1) .thumb_new{ background-image: url("../images/sub/clinic/34.jpg"); }
.container.about .topic li:nth-of-type(2) .thumb_new{ background-image: url("../images/sub/clinic/35.jpg"); }
.container.about .topic li:nth-of-type(3) .thumb_new{ background-image: url("../images/sub/clinic/36.jpg"); }
.container.about .topic li:nth-of-type(4) .thumb_new{ background-image: url("../images/sub/clinic/37.jpg"); }
.container.about .topic li:nth-of-type(5) .thumb_new{ background-image: url("../images/sub/clinic/38.jpg"); }
.container.about .topic li:nth-of-type(6) .thumb_new{ background-image: url("../images/sub/clinic/39.jpg"); }


/* -------------- チェックリスト */
ul.checklist {font-size: 13px;line-height: 1.8;list-style-type: none;border-top: solid 2px black;border-bottom: solid 2px black;}
ul.checklist li+li {margin-top: 5px}
ul.checklist li {position: relative;padding-left: 50px;border-bottom: dashed 1px silver;font-size: 18px;padding-top: 10px;padding-bottom: 10px;}
ul.checklist li:before {content: "";position: absolute;width: 8px;height: 13px;top: 0.8em;left: 9px;-webkit-transform: rotate(50deg);-ms-transform: rotate(50deg);transform: rotate(50deg);border-right: 2px solid #aa9639;border-bottom: 2px solid #aa9639;}
ul.checklist li:after {content: "";position: absolute;top: 0.5em;left: 0;width: 30px;height: 30px;border: 1px solid #aa9639;border-radius: 2px;}



/* -------------- 初診の流れ */
main.container .flow_flow{ counter-reset: flow; margin: 4rem 0;}
main.container .flow_flow dl{ display: flex; justify-content: space-between; }
main.container .flow_flow dl + dl{ margin-top: 2rem; }
main.container .flow_flow dl dt{ width: 20rem; background: #232323; font-size: 1.5rem; font-family: "æ¸¸æ˜Žæœ", YuMincho, yu-mincho-pr6n, sans-serif; font-weight: 500; line-height: 1.6; color: #aa9639; display: flex; justify-content: center; align-items: center; border-radius: 0 3rem 0 3rem; padding: 2rem 1em; position: relative; }
main.container .flow_flow.w-100 dl dt{ width: 100%; background: #232323; font-size: 1.5rem; font-family: "æ¸¸æ˜Žæœ", YuMincho, yu-mincho-pr6n, sans-serif; font-weight: 500; line-height: 1.6; color: #aa9639; display: flex; justify-content: center; align-items: center; border-radius: 0 3rem 0 3rem; padding: 2rem 1em; position: relative; }
main.container .flow_flow dl:not(:last-of-type) dt:after{ content: ''; width: 1px; height: 2rem; background: #232323; position: absolute; bottom: -2rem; left: 50%; }
main.container .flow_flow dl dt span{ display: block; text-align: center; }
main.container .flow_flow dl dt span:before{ counter-increment: flow; content: counter(flow,decimal-leading-zero); font-size: 2.4rem; color: #fff; display: block; text-align: center; line-height: 1.4; }
main.container .flow_flow dl dd{ width: 30.3rem; padding: 2rem 0; }


/* -------------- テキストリスト */
main.container .list999{ display: flex; flex-wrap: wrap; counter-reset: list01; margin: 4rem 0; }
main.container .list999 dl{ width: 25rem; background: #232323; color: #fff; border-radius: 0 3rem 0 3rem; margin-right: calc((100% - 50rem) / 2); padding: 2.6rem 1.7rem 2.4rem; }
main.container .list999 dl:nth-of-type(n+3){ margin-top: 2rem; }
main.container .list999 dl dt{ font-size: 1.3rem; font-family: "æ¸¸æ˜Žæœ", YuMincho, yu-mincho-pr6n, sans-serif; font-weight: 500; line-height: 1.6; color: #aa9639; text-align: center; padding-bottom: 2rem; border-bottom: solid 1px rgba(255,255,255,.3); }
main.container .list999 dl dt:before{ counter-increment: list01; content: counter(list01,decimal-leading-zero); font-size: 2.4rem; color: #fff; display: block; text-align: center; line-height: 1.4; }
main.container .list999 dl dd{ margin-top: 1rem;color: #fff;}



/* -------------- リスト */
.container .list01{ margin: 40px auto 20px; width: 700px; }
.container .list01 dl{ padding-bottom: 25px; border-bottom: solid 1px #E6E6E6; }
.container .list01 dl + dl{ margin-top: 25px; }
.container .list01 dl dt{ font-size: 20px; font-weight: 500; padding-left: 50px; position: relative;}
.container .list01 dl dt:before{ content: ''; width: 31px; height: 31px; background: url("../images/common/icon-check01.png") no-repeat; background-size: contain; position: absolute; left: 0; top: 3px; }
.container .list01 dl dd{ line-height: 2; margin-top: 1em; }
.container .list01 dl dt.tit{font-size: 16px;}
.container .list01 dl dt.tit:before{ width: 25px; height: 25px; }
/* -------------- ボックス */
.container .pickupbox{
    padding: 4em 1em;
    margin: 2rem auto;
    color: #5D627B;
    background: rgba(255,255,255,0.22);
    border-top: solid 5px rgb(10,10,10);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	width: 700px;
}
.container .pickupbox p {
    margin: 0;
    padding: 0;
}

.price .right{text-align: right;}


.qa h2{text-align: center;font-size: 1.5em; font-weight: normal;margin-bottom: 100px;}
.qa h2 span{display: block; font-size: 1.75em;font-weight: 600;letter-spacing: 0.05em;margin-bottom: 10px;}
.qa h2:before{content: "";display: block;
	width: 150px;height: 40px;margin: 0 auto 25px;
	background: url("../img/index/ico-tit.png")no-repeat;background-size: 100%;}

.qa ul{border-top: 1px solid #dfdfdf;margin-bottom: 100px;}
.qa ul li{border-bottom: 1px solid #dfdfdf;padding: 25px 25px 10px;background-color: #fff;}
.sub .qa ul li p{padding-left: 80px;position: relative; margin-bottom: 0px;}
.qa ul li input{display: none;}

.qa ul li p.q{font-weight: bold;font-size: 1.25em;letter-spacing: 0.05em;margin-bottom: 0;}
.qa ul li p.q:before{content: "Q";width: 51.5px;height: 38.5px;
	position: absolute;top: -5px;left: 0;}
.qa ul li p.q label:after{content: "＞";display: inline-block;margin-left: 20px;}
.qa ul li p.a{text-align: justify;line-height: 1.8;max-height: 0;overflow: hidden;transition-duration: .2s;}
/*.qa ul li p.a:before{content: "A";width: 49.5px;height: 37px;position: absolute;top: 50%;left: 0;}*/
.qa ul li input:checked ~ p.a{max-height: 700px;overflow: visible;padding-top: 25px;}
.qa label{font-size: 16px;color: #aa9639;font-weight: bold;}

.center-btn{margin: 0px auto;}

.scroll-table{overflow: auto;white-space: nowrap;}

.container a.tel{ display: block; margin-bottom: 40px; }
.container a.tel small{ display: block; font-size: 12px; }
.container a.tel span{ display: block; font-size: 34px; line-height: 1.2; padding-left: 24px; background: url(../images/common/icon-tel02.png) no-repeat left center/15px; }

.container .side-img .content .course{ display: flex; justify-content: space-between; }
.container .side-img .content .course span{ flex-basis: calc(100%/4 - 5px); display: block; text-align: center; color: #fff;}
.container .side-img .content .course .full{ background: #ffbe00; }
.container .side-img .content .course .light{ background: #ff6600; }
.container .side-img .content .course .over{ background: #4c6cb3; }
.container .side-img .content .course .kids{ background: #00a497; }
.container .side-img .content .course .none{ background: #adadad; }


/*1215症例追加時のマージン間隔を調整*/

.container h4.shorei{ font-size: 16px; font-weight: 700; color: #fff; background: #ccc088; padding: .3em 1em; margin: 0px 0 16px; }

.container .side-img .half_new{width: calc(50% - 10px);margin-bottom: 0px;}
.container .side-img .half_new > p{text-align: center;}

.container .side-img .half_new_case{width: calc(50% - 10px);margin-bottom: 0px;}
.container .side-img .half_new_case > p{text-align: center;}


.container div.half_new_case img{margin-bottom:18px}


/*
.container .case-half {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    flex-wrap: wrap;
}

.container .case-half .case_img {
    width: 367px;
    margin-bottom: 0px;
    background-image: url(../images/treatment/implant/121401.jpg);
	background-size: 367px 300px;
    height: 300px;
	background-repeat: no-repeat;
	opacity: 0.6;
}
*/


/*
.container .case-half .case_img ::before {

}
*/

/*
.container .case-half .case_img p {
    text-align: center;
	padding: 60px 20px 20px 20px;
	font-size: 20px;
	font-family: "游明朝", YuMincho, yu-mincho-pr6, sans-serif;
}

.container .case-half .category {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}



.container .case-half .category p {
    border: 1px solid #120000;
	padding: 4px;
    margin: 10px;
}


.container .case-half a {
    margin: auto;
}*/



.container .treatment-list2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.container .treatment-list2 ul li {
    display: inline-block;
    width: 44%;
	margin-bottom: 80px;


}



.container .treatment-list2 li dl dt .bg-wrap .inner {
    font-size: 23px;
    padding: 40px 20px;
    text-align: center;
	color: #000;
	text-shadow: #FFFFF0 1px 1px 0, #ffffff -1px -1px 0/*右下、左上*/, #ffffff -1px 1px 0, #ffffff 1px -1px 0/*右上、左下*/, #ffffff 0px 1px 0, #ffffff 0-1px 0/*右、左*/, #ffffff -1px 0 0, #ffffff 1px 0 0/*上、下*/
}

.container .treatment-list2 li dl dt .bg-wrap{
	display:table-cell;
	vertical-align:middle;
}

.container .treatment-list2 li:nth-of-type(1) dl dt .bg-wrap {
    background: url("../images/implant_case/case002/case2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;

}


.container .treatment-list2 li:nth-of-type(2) dl dt .bg-wrap {
    background: url("../images/implant_case/case001.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}


.container .treatment-list2 li:nth-of-type(3) dl dt .bg-wrap {
    background: url("../images/implant_case/case003/case3.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}


.container .treatment-list2 li:nth-of-type(4) dl dt .bg-wrap {
    background: url("../images/implant_case/case004/case4.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 li:nth-of-type(5) dl dt .bg-wrap {
    background: url("../images/implant_case/case008/case8.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 li:nth-of-type(6) dl dt .bg-wrap {
    background: url("../images/treatment/implant/case_005.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 li:nth-of-type(7) dl dt .bg-wrap {
    background: url("../images/implant_case/case010/case10.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 li:nth-of-type(8) dl dt .bg-wrap {
    background: url("../images/implant_case/case011/case11.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 li:nth-of-type(9) dl dt .bg-wrap {
    background: url("../images/implant_case/case012/case12.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 li:nth-of-type(10) dl dt .bg-wrap {
    background: url("../images/implant_case/case_caries/case001.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}


.container .treatment-list2 ul.ceramic li:nth-of-type(1) dl dt .bg-wrap {
    background: url("../images/treatment/implant/ceramic_001.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}


.container .treatment-list2 ul.ceramic li:nth-of-type(2) dl dt .bg-wrap {
    background: url("../images/implant_case/case_cera002/case13.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 ul.ceramic li:nth-of-type(3) dl dt .bg-wrap {
    background: url("../images/implant_case/case_cera003/case_cera003.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 ul.ceramic li:nth-of-type(4) dl dt .bg-wrap {
    background: url("../images/implant_case/case_cera004/case_cera004.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 ul.ceramic li:nth-of-type(5) dl dt .bg-wrap {
    background: url("../images/implant_case/case_cera005/case_cera005.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 ul.ceramic li:nth-of-type(6) dl dt .bg-wrap {
    background: url("../images/implant_case/case_cera006/case_cera006.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 ul.ceramic li:nth-of-type(7) dl dt .bg-wrap {
    background: url("../images/implant_case/case_caries/case002.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 ul.mouthpiece li:nth-of-type(1) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth001.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}


.container .treatment-list2 ul.mouthpiece li:nth-of-type(2) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth002.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 ul.mouthpiece li:nth-of-type(3) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth003.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 ul.mouthpiece li:nth-of-type(4) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth004.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 ul.mouthpiece li:nth-of-type(5) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth005.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 ul.mouthpiece li:nth-of-type(6) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth006.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}


.container .treatment-list2 ul.mouthpiece li:nth-of-type(7) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth007.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}
.container .treatment-list2 ul.mouthpiece li:nth-of-type(8) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth008.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}
.container .treatment-list2 ul.mouthpiece li:nth-of-type(9) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth009.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}
.container .treatment-list2 ul.mouthpiece li:nth-of-type(10) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth010.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}
.container .treatment-list2 ul.mouthpiece li:nth-of-type(11) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth011.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}
.container .treatment-list2 ul.mouthpiece li:nth-of-type(12) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth012.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 ul.mouthpiece li:nth-of-type(13) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth013.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}
.container .treatment-list2 ul.mouthpiece li:nth-of-type(14) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth014.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}
.container .treatment-list2 ul.mouthpiece li:nth-of-type(15) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth015.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}
.container .treatment-list2 ul.mouthpiece li:nth-of-type(16) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth016.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}
.container .treatment-list2 ul.mouthpiece li:nth-of-type(17) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth017.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}
.container .treatment-list2 ul.mouthpiece li:nth-of-type(18) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth018.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}
.container .treatment-list2 ul.mouthpiece li:nth-of-type(19) dl dt .bg-wrap {
    background: url("../images/mouthpiece_case/case_mouth019.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}



.container .treatment-list2 ul.kyosei li:nth-of-type(1) dl dt .bg-wrap {
    background: url("../images/implant_case/case_kyosei01/case001.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 ul.kyosei li:nth-of-type(2) dl dt .bg-wrap {
    background: url("../images/implant_case/case_kyosei01/case002.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 ul.seimitu li:nth-of-type(1) dl dt .bg-wrap {
    background: url("../images/implant_case/case_root/case001.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 ul.seimitu li:nth-of-type(2) dl dt .bg-wrap {
    background: url("../images/implant_case/case_root/case002.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}

.container .treatment-list2 ul.perio li:nth-of-type(1) dl dt .bg-wrap {
    background: url("../images/implant_case/case_perio/case001.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}
.container .treatment-list2 ul.perio li:nth-of-type(2) dl dt .bg-wrap {
    background: url("../images/implant_case/case_perio/case002.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}
.container .treatment-list2 ul.perio li:nth-of-type(3) dl dt .bg-wrap {
    background: url("../images/implant_case/case_perio/case003.jpg") no-repeat;
    background-size: cover;
    background-position: center;
	height: 355px;
	opacity: 0.7;
	width: 500px;
}



.container .treatment-list2 li dl dd p {
    border: 1px solid #120000;
	padding: 4px;
    margin: 10px;

}


.container .treatment-list2 li dl dd  .flex {
    display: flex;
	justify-content: center;
	margin: 10px 0 10px 0;

}


.container .treatment-list2 li dl dd a {
    margin: auto;

}


.container .contents-list dt {
    font-size: 20px;
    color: #736357;
    font-weight: 500;
    text-align: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding: 0.5em;
    margin-bottom: 30px;
}

.container .contents-list dd {
    display: flex;
    counter-reset: mkj;
}

.container .contents-list dd ul {
    width: 50%;
}

.container .contents-list dd ul li {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 60px;
    padding-right: 1em;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
	margin-bottom: 15px;
}

.container .contents-list dd ul li:before {
    counter-increment: mkj;
    content: counter(mkj, decimal-leading-zero);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-family: linotype-didot, serif;
    font-weight: 400;
    background: #736357;
    line-height: 1;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.container .contents-list dd ul li:after {
    content: "→";
    position: absolute;
    right: 20px;
}

.container h3.fee {
    font-size: 20px;
    font-weight: 700;
    color: #aa9639;
    border-bottom: dotted 2px;
    line-height: 1.6;
    padding-bottom: 0.4em;
    margin: 30px 0 30px;
}

.container p.text_l {
    font-size: 18px;
    font-weight: bold;
    color: #aa9639;
}
/*
.container .treatment-list2 li dl dt .bg-wrap:before {
    	opacity: 0.6;

}*/

/*2022_0228*/
.video-wrap {
    margin-top: 50px;
}
.video-wrap video {
    width: 100%;
}

/*2022_0727*/
.youtube{ width: 100%; aspect-ratio: 16 / 9; }
.youtube iframe { width: 100%; height: 100%; }

.covid-banner{ width: 700px; height: 100px; border-radius: 50px; margin: 0 auto 100px; display: flex; align-items: center; background: #28aab4; padding-left: 40px; position: relative; }
.covid-banner:before{ content: ''; width: calc(100% - 10px); height: calc(100% - 10px); border-radius: 50px; border: solid 1px #68c3ca; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.covid-banner:hover{ opacity: 1; background: #2d8787; }
.covid-banner span{ font-size: 26px; color: #fff; display: block; line-height: 1.4; }
.covid-banner small{ font-size: 14px; color: #fff; display: block; background: url(../images/index/webp/arrow01.webp) no-repeat right center/140px; letter-spacing: .03em; }
.no-webp .covid-banner small{ background-image: url(../images/index/arrow01.png); }
.covid-banner img{ width: 80px; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); }
