@charset "utf-8";

/******************************************************************** index
*/

.index .unit .logo{display: block;}
.index .nav-wrap{
	-webkit-transition: all .3s;
	transition: all .3s;
}
.index .nav-wrap.fixed{width:100%;}

.mv .unit{
	width: 40.75%;
	padding: 72px 0 158px;
}
.mv .unit h2{
	line-height: 0;
	margin-bottom: 48px;
}
.mv .unit h2 img{width: 100%;}
.mv .unit .txt{
	font-size: 2rem;
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.mv figure{
	position: absolute;
	bottom: 0;
	right: -16.85%;
	width: 72%;
	line-height: 0;
}
.mv figure img{width: 100%;}


.main > section.company-contents{
	height: 72vh;
	padding: 8vh 0;
}

 
/******************************************************************** about
*/
.about-contents{
	background: #E3F7EB;
}
.about-contents .wrapper{
	display: flex;
	justify-content: space-between;
}
.about-contents .wrapper figure{
	width: 40.75%;
	margin-top: -160px;
}
.about-contents .wrapper figure img{width: 100%;}
.about-contents .wrapper figure figcaption{
	text-align: center;
	color: #04914C;
	font-weight: bold;
}

.about-contents .wrapper .inner{
	width: 55.55%;
	position: relative;
}
.about-contents .wrapper .inner:before{
	display: inline-block;
	content: "";
	background: url("../img/bg_tooth.svg") no-repeat center bottom;
	background-size: 100% auto;
	width: 80%;
	height: 100%;
	position: absolute;
	right: 2%;
	bottom: -80px;
	z-index: 0;
	opacity: 0.6;
}
.about-contents .wrapper .inner:after{
	display: inline-block;
	content: "";
	background: url("../img/p_about.png") no-repeat center bottom;
	background-size: 100% auto;
	width: 37.2%;
	height: 100%;
	position: absolute;
	right: 2%;
	bottom: 0;
}
#container .about-contents .wrapper .inner h2{
	text-align: left;
	color: #04914C;
	position: relative;
	z-index: 1;
}
#container .about-contents .wrapper .inner .txt{
	margin-bottom: 40px;
	width: 60%;
	position: relative;
	z-index: 1;
}
#container .about-contents .wrapper .inner .btn{margin: 0;}

.loopslider {
	margin: 0 auto 0;
	width: 100%;
	height: 267px;
	text-align: left;
	position: relative;
	z-index:0;
	overflow: hidden;
}

.loopslider ul {
	/*height: 267px;*/
	float: left;
	display: inline;
	overflow: hidden;
}
.loopslider ul li {
	/*width: 2000px;
	height: 429px;*/
	float: left;
	display: inline;
	overflow: hidden;
}


/******************************************************************** problem
*/
.problem-contents ul{
	display: flex;
	justify-content: space-between;
	padding: 44px 0;
}
.problem-contents ul li{
	width: 22.22%;
	position: relative;
	text-align: center;
}
.problem-contents ul li:after{
	display: inline-block;
	content: "";
	background: #E3F7EB;
	padding: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -50%;
	z-index: 0;
}
.problem-contents ul li figure{
	width: 84px;
	height: 84px;
	position: relative;
	z-index: 1;
	margin: 0 auto 8px;
}
.problem-contents ul li figure img{width: 100%;}
.problem-contents ul li p{
	position: relative;
	z-index: 1;
	font-weight: bold;
}


/******************************************************************** merit
*/
.merit-contents{background: #E3F7EB;}
.merit-contents .wrapper > ul > li{
	margin-bottom: 80px;
	counter-increment: section;
}
.merit-contents .wrapper > ul > li:last-child{
	margin-bottom: 0;
}
.merit-contents .wrapper > ul > li .module{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
}
.merit-contents .wrapper > ul > li:nth-child(2n) .module{
	flex-direction: row-reverse;
}
.merit-contents .wrapper > ul > li .module figure{
	width: 44.46%;
	position: relative;
}
.merit-contents .wrapper > ul > li.merit01 .module figure:after{
	display: block;
	content: "";
	background: url("../img/bg_merit01.png") no-repeat center bottom;
	width: 145px;
	height: 331px;
	position: absolute;
	right: -22px;
	bottom: -37px;
}
.merit-contents .wrapper > ul > li.merit02 .module figure:before{
	display: block;
	content: "";
	background: url("../img/bg_merit02_01.png") no-repeat center bottom;
	width: 147px;
	height: 331px;
	position: absolute;
	left: -29px;
	bottom: -34px;
}
.merit-contents .wrapper > ul > li.merit02 .module figure:after{
	display: block;
	content: "";
	background: url("../img/bg_merit02_02.png") no-repeat center bottom;
	width: 124px;
	height: 321px;
	position: absolute;
	right: -27px;
	bottom: -34px;
}
.merit-contents .wrapper > ul > li .module figure img{
	width: 100%;
	border-radius: 16px;
}
.merit-contents .wrapper > ul > li .module .inner{
	width: 51.85%;
}
.merit-contents .wrapper > ul > li .module .inner .ttl{
	padding-left: 3em;
	position: relative;
	margin-bottom: 32px;
}
.merit-contents .wrapper > ul > li .module .inner .ttl:before{
	content: counter(section) ".";
	font-family: 'Oswald', sans-serif;
	color:#04914C;
	font-size: 8rem;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.merit-contents .wrapper > ul > li .module .inner .ttl p{font-size: calc(0.24rem + 1.6vmin);}
.merit-contents .wrapper > ul > li .module .inner .ttl  h3{
	font-size: 3.6rem;
	font-size: calc(1.6rem + 1.6vmin);
	font-weight: bold;
}

.merit-contents .wrapper > ul > li.merit01 .add {
	display: flex;
	justify-content: space-between;
}
.merit-contents .wrapper > ul > li .add .col{
	background: #04914C;
	border-radius: 16px;
	padding: 2.9629%;
	text-align: center;
	position: relative;
}
.merit-contents .wrapper > ul > li.merit01 .add .col{
	box-sizing: border-box;
	width: 20.74%;
}
.merit-contents .wrapper > ul > li.merit01 .add .ct,
.merit-contents .wrapper > ul > li.merit01 .add .medicine{background: #B7EACC;}
.merit-contents .wrapper > ul > li.merit01 .add .implant{
	width: 52.6%;
}
.merit-contents .wrapper > ul > li .add .implant ul{
	display: flex;
	justify-content: space-between;
}
.merit-contents .wrapper > ul > li .add .implant ul li{
	position: relative;
	width: 27%;
}
.merit-contents .wrapper > ul > li .add .implant ul li:after{
	display: block;
	content: "";
	background: url("../img/ico_plus.png") no-repeat center bottom;
	background-size: 100% auto;
	width: 18%;
	height: 18%;
	position: absolute;
	top: 25%;
	right: -26%;
}
.merit-contents .wrapper > ul > li .add .implant ul li:last-child:after{display: none;}
.merit-contents .wrapper > ul > li .add .implant ul li img{width: 100%;}
.merit-contents .wrapper > ul > li .add .col h3{
	background: #FFF;
	padding: 0.4em;
	font-size: 2.4rem;
	font-weight: bold;
	border-radius: 16px;
	width: 80%;
	position: absolute;
	top: -48px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.merit-contents .wrapper > ul > li .add .col h3:before{
	background: #FFF;
	content: "";
	width: 14px;
	height: 14px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 50%;
	bottom: -6px;
	margin-left: -10px;
}
.merit-contents .wrapper > ul > li .add .col .photo img{width: 100%;}
.merit-contents .wrapper > ul > li .add .col .txt{
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
}
.merit-contents .wrapper > ul > li .add .ct .txt,
.merit-contents .wrapper > ul > li .add .medicine .txt{color: #04914C;}

.merit-contents .wrapper > ul > li .gallery {
	display: flex;
	justify-content: space-between;
}
.merit-contents .wrapper > ul > li .gallery li{width: 31.85%;}
.merit-contents .wrapper > ul > li .gallery li img{
	width: 100%;
	border-radius: 16px;
}

.merit-contents .wrapper > ul > li.merit03 .add .col:before{
	display: inline-block;
	content: "";
	background: url("../img/bg_tooth.svg") no-repeat center bottom;
	background-size: auto 100%;
	width: 80%;
	height: 80%;
	position: absolute;
	left: 10%;
	bottom: 10%;
	z-index: 0;
	opacity: 0.2;
}
.merit-contents .wrapper > ul > li.merit03 .add .contents{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}
.merit-contents .wrapper > ul > li.merit03 .add .contents figure{
	line-height: 0;
	width: 26.185%;
}
.merit-contents .wrapper > ul > li.merit03 .add .contents figure img{width: 100%;}
.merit-contents .wrapper > ul > li.merit03 .add .contents .detail{
	width: 70.865%;
	text-align: left;
	position: relative;
	z-index: 1;
}
.merit-contents .wrapper > ul > li.merit03 .add .contents .detail h4{
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 8px;
	color: #FFF;
}
.merit-contents .wrapper > ul > li.merit03 .add .contents .detail .txt{
	font-size: 1.6rem;
	font-weight: normal;
}

/******************************************************************** flow
*/
.flow-contents .chart{
	position: relative;
}
.flow-contents .chart:before{
	display: block;
	content: "";
	background:#04914E;
	width: 6px;
	height: 96%;
	position: absolute;
	left: 50%;
	top: 2%;
	z-index: 0;
	margin-left: -3px;
}
.flow-contents .chart:after{
	display: inline-block;
	content: "";
	background: url("../img/bg_flow.png") no-repeat center bottom;
	background-size: contain;
	width: 23.8%;
	height: 37%;
	position: absolute;
	right: 0;
	top: -10%;
	z-index: 0;
	}

.flow-contents .chart ul{position: relative;}
.flow-contents .chart ul:before{
	display: inline-block;
	content: "";
	background: url("../img/bg_tooth_green.svg") no-repeat center bottom;
	background-size: 100% auto;
	width: 30%;
	height: 80%;
	position: absolute;
	left: 10%;
	bottom: 0;
	z-index: 0;
	opacity: 0.5;
	}
.flow-contents .chart ul li{
	width: 50%;
	padding-right: 9.2%;
	float: left;
	box-sizing: border-box;
	margin-top: 11%;
	position: relative;
	z-index: 2;
}
.flow-contents .chart ul li:first-child{margin-top: 32px;}
.flow-contents .chart ul li:nth-child(2n+1){clear: left;}
.flow-contents .chart ul li:nth-child(2n){
	float: right;
	padding:0 0 0 9.2%;
	clear: right;
}
.flow-contents .chart ul li:nth-child(2){margin-top: 18%;}
.flow-contents .chart ul li:nth-child(4){margin-top: 5%;}
.flow-contents .chart ul li:after{
	display: inline-block;
	content: "";
	background: #B7EACC;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	top: 2.6rem;
	z-index: 0;
}
.flow-contents .chart ul li:nth-child(4):before{
	display: inline-block;
	content: "";
	background: #FFF;
	width: 8px;
	height: 100%;
	position: absolute;
	left: -4px;
	top: 0;
	z-index: 1;
}
.flow-contents .chart ul li:nth-child(2n):after{
	width: 20%;
}
.flow-contents .chart ul li figure{
	position: absolute;
	top: -32px;
	right: -60px;
	z-index: 3;
}
.flow-contents .chart ul li:nth-child(2n) figure{
	left: -60px;
	right: auto;
}
.flow-contents .chart ul li h3{
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 8px;
	display: inline-block;
	background: #FFF;
	position: relative;
	z-index: 3;
	padding-right: 0.4em;
}
.flow-contents .chart ul li h3 span{
	background:#04914E;
	line-height: 3.6rem;
	margin-right: 0.6em;
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	font-weight: normal;
	color: #FFF;
	padding: 0 0.5em;
	border-radius: 1.8em;
	display: inline-block;
	vertical-align: 0.2em;
}
.flow-contents .chart ul li figure{
	line-height: 0;
}
.flow-contents .tip{
	box-sizing: border-box;
	padding: 40px;
	margin-top: 40px;
	background: #E3F7EB;
	border-radius: 16px;
}
.flow-contents .tip dt{
	background: #04914E;
	color: #FFF;
	font-size: 2.4rem;
	text-align: center;
	line-height: 4.8rem;
	border-radius: 2.4rem;
	margin-bottom: 0.5em;
}


/******************************************************************** comparison
*/
.comparison-contents{background: #B7EACC;}


.comparison-contents .inner{position: relative;}
.comparison-contents .inner:before{
	display: inline-block;
	content: "";
	background: url("../img/bg_comparison01.png") no-repeat center bottom;
	background-size: contain;
	width: 11.75%;
	height: 17%;
	position: absolute;
	left: 8%;
	top: -17%;
	z-index: 0;
}
.comparison-contents .inner:after{
	display: inline-block;
	content: "";
	background: url("../img/bg_comparison02.png") no-repeat center bottom;
	background-size: contain;
	width: 11.668%;
	height: 17%;
	position: absolute;
	right: 8%;
	top: -17%;
	z-index: 0;
}
.comparison-contents table{text-align: center;}
.comparison-contents table tr th{
	background: transparent;
	text-align: center;
	color: #04914C;
	font-weight: bold;
}
table tr:nth-child(2n+1) th{background: #FEFCE9;}
.comparison-contents table tr.head th{
	background: #04914C;
	font-size: 2.4rem;
	border-top: #04914C 4px solid;
	border-right: #04AC58 2px solid;
	color: #FFF;
}
.comparison-contents table tr.head th:nth-child(2),
.comparison-contents table tr td:nth-child(2){
	border-left: #FF9326 4px solid;
	border-right: #FF9326 4px solid;
}
.comparison-contents table tr.head th:nth-child(2){border-top: #FF9326 4px solid;}
/*.comparison-contents table tr:last-child td{border-bottom: #FEFCE9 4px solid;}*/
.comparison-contents table tr:last-child td:nth-child(2){border-bottom: #FF9326 4px solid;}
.comparison-contents table tr:nth-child(3) td,
.comparison-contents table tr:last-child td{text-align: left; vertical-align: top;}
.comparison-contents table tr.head th:first-child{width: 5em;}
.comparison-contents table tr td.mark{
	font-size: 3rem;
	font-weight: bold;
}
.comparison-contents table tr td.point{color: #FF9326;}
.comparison-contents table tr td ul li{
	list-style: disc;
	margin: 0 0 0.5em 1em;
	font-size: 1.8rem;
}
.comparison-contents table tr td ul li:last-child{margin: 0 0 0 1em;}


/******************************************************************** faq
*/
.faq-contents .wrapper {max-width: 880px;}
.faq-contents .wrapper > ul > li{
	box-sizing: border-box;
	padding: 40px;
	margin-bottom: 40px;
	background: #E3F7EB;
	border-radius: 16px;
}
.faq-contents .wrapper > ul > li:last-child{margin-bottom: 0;}
.faq-contents .wrapper > ul > li h3{
	font-size: 3.2rem;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.3em;
}
.faq-contents .wrapper > ul > li h3:before{
	content: "Q";
	display: inline-block;
	font-size: 2rem;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	background: #04914C;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	width: 40px;
	border-radius: 8px;
	margin:0.2em 0.5em 0 0;
	flex-shrink: 0;
}
.faq-contents .wrapper > ul > li > div{
	display: flex;
	align-items: flex-start;
}
.faq-contents .wrapper > ul > li >  div:before{
	content: "A";
	display: inline-block;
	font-size: 2rem;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	background: #FF9326;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	width: 40px;
	border-radius: 8px;
	margin-right: 0.5em;
	flex-shrink: 0;
}
.faq-contents .wrapper > ul > li >  div ol li{
	list-style: disc;
	margin-left: 1em;
}


/******************************************************************** clinic
*/
.clinic-contents{background: #E3F7EB;}

.clinic-contents .doctor{
	background: #FFF;
	position: relative;
	border-radius: 16px;
	padding: 7.4%;
  box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
}
.clinic-contents .doctor:before{
	background: url("../img/bg_doctor.png") repeat-y center top;
	display: inline-block;
	content: "";
	width: 7.4%;
	height: 90%;
	position: absolute;
	left: 0;
	top: 5%;
}
.clinic-contents .doctor .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.clinic-contents .doctor .inner .photo{width: 30.5%; line-height: 0;}
.clinic-contents .doctor .inner .photo img{width: 100%; border-radius: 16px;}
.clinic-contents .doctor .inner .detail{width: 65.217%;}
.clinic-contents .doctor .inner .detail h3{
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 16px;
}
.clinic-contents .doctor .inner .detail h3 .position{
	font-size: 2.2rem;
	color: #04914C;
	margin-right: 0.5em;
}
.clinic-contents .doctor .inner .detail h3 .ruby{
	font-size: 1.8rem;
	font-weight: normal;
	color: #444;
	margin-left: 0.5em;
}
.clinic-contents .doctor .inner .detail table{font-size: 1.8rem;}
.clinic-contents .doctor .inner .detail table tr th{
	border-right: none;
	background: #FEFCE9;
	border-bottom: #E2E2E2 1px solid;
	padding: 0.5em;
	color: #04914E;
	width: 6em;
	text-align: center;
}
.clinic-contents .doctor .inner .detail table tr td{
	border-bottom: #E2E2E2 1px solid;
	padding: 0.5em;
}
.clinic-contents .doctor .inner .detail table tr:nth-child(2n+1) td{background: transparent;}
.clinic-contents .doctor .inner .detail table tr:last-child th,
.clinic-contents .doctor .inner .detail table tr:last-child td{border-bottom: none;}
.clinic-contents .access{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.clinic-contents .access .photo{width: 59%; line-height: 0;}
.clinic-contents .access .photo img{width: 100%; border-radius: 16px;}
.clinic-contents .access .inner{width: 37%;}
.clinic-contents .access .inner h3{
	max-width: 302px;
	margin-bottom: 24px;
}
.clinic-contents .access .inner .address{
	font-size: 1.8rem;
	margin-bottom: 16px;
}
.clinic-contents .access .inner .tel{
	font-size: 3.4rem;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 1.4;
}
.clinic-contents .access .inner .tel .small{font-size: 2.2rem;}

.clinic-contents .access .inner .carport{
	font-size: 2.2rem;
	font-weight: bold;
	color: #04914C;
}
.clinic-contents .access .inner .carport:before{
	background: url("../img/ico_car.png") no-repeat center top;
	display: inline-block;
	content: "";
	width: 56px;
	height: 40px;
	margin-right: 0.5em;
	vertical-align: -0.5em;
}

.clinic-contents .photo-box{
	display: flex;
	line-height: 0;
	justify-content: space-between;
	margin-top: 2.225%;
}
.clinic-contents .photo-box li{width: 31.85%;}
.clinic-contents .photo-box li img{width: 100%; border-radius: 16px;}

.hours{
	max-width: 800px;
	margin: 40px auto 0;
}
.hours h4{
	background: #04914C;
	text-align: center;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: bold;
	border-radius: 16px 16px 0 0;
	padding: 0.3em 0;
}
.hours table{
	border-collapse: separate;
	font-size: 2.4rem;
	border-left: #04914C 4px solid;
	border-right: #04914C 4px solid;
	border-bottom: #04914C 4px solid;
	border-radius: 0 0 16px 16px;
	overflow: hidden;
}
.hours table tr th{
	border-right: #B7EACC 1px solid;
	padding: 0.2em;
	text-align: center;
	font-weight: bold;
}
.hours table tr td{
	border-top: #B7EACC 1px solid;
	border-right: #B7EACC 1px solid;
	padding: 0.2em;
	text-align: center;
	font-weight: bold;
	color: #04914C;
}
.hours table tr th:last-child,
.hours table tr td:last-child{border-right: none;}
.hours table tr:nth-child(2n+1) th,
.hours table tr:nth-child(2n+1) td{background: #FFF;}
.hours .add{
	margin-top: 16px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #04914C;
}
.hours table tr td.time{
	color: inherit;
	text-align: right;
	width: 8em;
	padding: 0.2em 1em;
}
.hours table tr td.none{color: #999;}

/******************************************************************** cta
*/
.main > section.cta-contents{
	background: #FEEFCD;
	position: relative;
	padding: 0;
}
.cta-contents:before{
	display: block;
	content: "";
	background: #FDD575;
	width: 100%;
	height: 128px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.cta-contents:after{
	display: block;
	content: "";
	background: #FFF;
	width: 48px;
	height: 48px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 50%;
	top: -34px;
	margin-left: -24px;
	z-index: 0;
}
.merit-contents + .cta-contents:after{background: #E3F7EB;}
.comparison-contents + .cta-contents:after{background: #B7EACC;}
.cta-contents .wrapper{
	text-align: center;
	padding: 80px 11%;
	box-sizing: border-box;
}
.cta-contents .wrapper:before{
	display: inline-block;
	content: "";
	background: url("../img/bg_contact01.png") no-repeat center bottom;
	background-size: 100% auto;
	width: 16%;
	height: 110%;
	position: absolute;
	left: -2%;
	bottom: 0;
}
.cta-contents .wrapper:after{
	display: inline-block;
	content: "";
	background: url("../img/bg_contact02.png") no-repeat center bottom;
	background-size: 100% auto;
	width: 15.5%;
	height: 110%;
	position: absolute;
	right: -2%;
	bottom: 0;
}
#container .cta-contents .wrapper h2{
	background: url("../img/ico_logo_tooth.svg") no-repeat left center;
	background-size: auto 100%;
	display: inline-block;
	text-align: left;
	padding-left: 3.5em;
	font-size: calc(1.6rem + 2vmin);
}
#container .cta-contents .wrapper h2 span{color: #EB9930;}
#container .cta-contents .wrapper p{font-size: 1.8rem;}

#container .cta-contents ul{
	margin-top: 40px;
	display: flex;
	/*justify-content: space-between;*/
	justify-content: center;
}
#container .cta-contents ul li{
	width: 80%;
	/*width: 48%;*/
}

#container .cta-contents .tel,
#container .cta-contents .mail{position:relative; line-height: 1; max-width: 640px;}
#container .cta-contents .tel a{
	display:inline-block;
	line-height:76px;
	text-align:center;
	position: relative;
	z-index: 2;
	width:100%;
	background: #FEEFCD;
	border-radius: 8px;
	border: solid 4px #FF9326;
	border-bottom: solid 8px #FF9326;
	box-sizing:border-box;
	font-size:3.2rem;
	font-weight: bold;
}
#container .cta-contents .tel a:before{
  display: inline-block;
  content: " ";
	width:30px;
	height:3.6rem;
	background:url("../img/ico_tel.svg") no-repeat center center;
	background-size:100% auto;
	box-sizing:border-box;
	vertical-align: -0.2em;
	margin-right: 0.2em;
}
#container .cta-contents .mail a{
	display:inline-block;
	line-height:80px;
	text-align:center;
	position: relative;
	z-index: 2;
	width:100%;
	background: #FF9326;
	border-radius: 8px;
	border-bottom: solid 8px #CC6600;
	box-sizing:border-box;
	font-size:2.2rem;
	font-weight: bold;
}
#container .cta-contents .mail a:before{
  display: inline-block;
  content: " ";
	width:30px;
	height:2.6rem;
	background:url("../img/ico_mail.svg") no-repeat center center;
	background-size:100% auto;
	box-sizing:border-box;
	vertical-align: -0.2em;
	margin-right: 0.5em;
}
#container .cta-contents .mail,
#container .cta-contents .mail a:before,
#container .cta-contents .mail a:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#container .cta-contents .tel a:link,
#container .cta-contents .tel a:visited{text-decoration:none; color: #FF9326;}
#container .cta-contents .mail a:link,
#container .cta-contents .mail a:visited{text-decoration:none; color: #FFF;}
#container .cta-contents .mail a:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  border-bottom: none;
}


/******************************************************************** contact
*/
.contact .mv{background: url("../img/contact/catch.jpg") no-repeat center center; background-size: cover;}

.form-contents .wrapper{max-width:800px;}
.form-contents .ttl-area{text-align: center;}
.form-contents .txt{
	text-align: center;
	/*margin-bottom: 4em;*/
}
.form-contents .big{margin-bottom: 2em;}
.form-contents dl{font-size: 2.6rem; margin-bottom: 80px;}
.form-contents dl dt{
	padding:0.5em 0;
	font-weight: bold;
}
.form-contents dl dd{margin-bottom: 40px;}
.form-contents dl dd:last-child{margin-bottom: 0;}
.form-contents .required p:before{
	display:inline-block;
	content:"必須";
	background:#C00;
	color:#FFF;
	font-size:2rem;
	padding:0.1em 1em;
	border-radius:2rem;
	margin-right:0.5em;
	vertical-align: 0.1em;
}
.form-contents .option p:before{
	display:inline-block;
	content:"任意";
	background:#CCC;
	font-size:2rem;
	padding:0.1em 1em;
	border-radius:2rem;
	margin-right:0.5em;
	vertical-align: 0.1em;
}
.form-contents .btn{width: 60%; margin: 0 auto;}
.form-contents .tel{
	text-align: center;
	font-size: 6rem;
	font-weight: bold;
	line-height: 1.4;
}
.form-contents .tel .small {font-size: 4rem;}

.thanks-contents .txt{text-align: center;}
.thanks-contents .btn{margin: 80px auto 0;}

/*************************************************************************************************************************

■ タブレット(960px以下)向けスタイル

*************************************************************************************************************************/

@media screen and (max-width:960px) {
/******************************************************************** index
*/
.mv .unit{
	width: 48%;
	padding: 8vmin 0 12vmin;
}
.mv .unit h2{margin-bottom: 4vmin;}
.mv figure{width: 76%;}


/******************************************************************** about
*/
.about-contents .wrapper{display: block;}
.about-contents .wrapper figure{
	width: 40%;
	margin-top: -24vmin;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.about-contents .wrapper figure img{width: 100%;}
.about-contents .wrapper .inner{width: 100%;}
#container .about-contents .wrapper .inner h2{
	padding-right: 44%;
	font-size: 3.7rem;
}
#container .about-contents .wrapper .inner h2 br{display: none;}
#container .about-contents .wrapper .inner .txt{margin-bottom: 4vmin;}
.about-contents .wrapper .inner:after {width: 20%;}
.about-contents .wrapper .inner:before{width: 56%;}


/******************************************************************** problem
*/
.problem-contents ul{
	flex-wrap: wrap;
	padding: 0;
}
.problem-contents ul li{
	width: 48%;
	background: #E3F7EB;
	border-radius: 16px;
	margin-bottom: 4%;
	padding: 4vmin 0;
}
.problem-contents ul li:nth-last-child(2),
.problem-contents ul li:last-child{margin-bottom: 0;}
.problem-contents ul li:after{display: none;}


/******************************************************************** merit
*/
.merit-contents .wrapper > ul > li{
	border-bottom: #CCC 1px solid;
	padding-bottom: 8vmin;
	margin-bottom: 8vmin;
}
.merit-contents .wrapper > ul > li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.merit-contents .wrapper > ul > li .module{
	display: block;
	margin-bottom: 8vmin;
}
.merit-contents .wrapper > ul > li .module figure{
	width: 80%;
	margin: 0 auto 4vmin;
}
.merit-contents .wrapper > ul > li .module .inner{width: 92%; margin: 0 auto;}
.merit-contents .wrapper > ul > li .module .inner .ttl{
	border-bottom: #04914C 1px solid;
	margin-bottom: 3.2vmin;
	padding-bottom: 1.6vmin;
}
.merit-contents .wrapper > ul > li .module .inner .ttl:before{top: calc(50% - 1.6vmin);}
.merit-contents .wrapper > ul > li .module .inner .ttl p{font-size: calc(0.24rem + 2.4vmin);}
.merit-contents .wrapper > ul > li .module .inner .ttl h3{font-size: calc(1.6rem + 2.4vmin);}
.merit-contents .wrapper > ul > li .module .inner .txt br{display: none;}

.merit-contents .wrapper > ul > li.merit01 .add{
	display: block;
}
.merit-contents .wrapper > ul > li.merit01 .add .col{width: 92%; margin:0 auto 8vmin;}
.merit-contents .wrapper > ul > li.merit01 .add .medicine{margin:0 auto;}
.merit-contents .wrapper > ul > li .add .col .photo {width: 27%; margin: 0 auto;}
.merit-contents .wrapper > ul > li .add .implant ul li .photo {width: 100%;}
.merit-contents .wrapper > ul > li .gallery{line-height: 0;}
.merit-contents .wrapper > ul > li.merit03 .add .col h3{
	width: 88%;
}


/******************************************************************** flow
*/
.flow-contents .chart:after{
	width: 26%;
	height: 28%;
	right: 6%;
}
.flow-contents .chart ul li:first-child{margin-top: 3.2vmin;}
.flow-contents .chart ul li:nth-child(2){margin-top: 29%;}
.flow-contents .chart ul li:after{top: 1.8rem;}
.flow-contents .chart ul li figure{top: -42px;}
.flow-contents .chart ul li h3{
	display: block;
	font-size: calc(1.2rem + 2.4vmin);
	padding-right: 0;
	background: transparent;
}
.flow-contents .chart ul li h3 span{
	display: block;
	margin-right: 0;
	vertical-align: 0;
}
.flow-contents .tip{
	padding: 4vmin;
	margin-top: 4vmin;
}
.flow-contents .tip dt{
	background: #04914E;
	color: #FFF;
	font-size: 2.4rem;
	text-align: center;
	line-height: 4.8rem;
	border-radius: 2.4rem;
	margin-bottom: 0.5em;
}


/******************************************************************** comparison
*/

.comparison > li{
	background: #FFF;
	position: relative;
	border-radius: 16px;
	padding: 4vmin;
  box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
	margin-bottom: 4vmin;
	z-index: 1;
}
.comparison > li:last-child{margin-bottom: 0;}
.comparison > li h3{
	background: #04914C;
	font-size: calc(1.2rem + 2.4vmin);
	font-weight: bold;
	color: #FFF;
	padding: 0.4em 0;
	text-align: center;
	border-radius: 1.4em;
}
.comparison > li .unit {
	display: flex;
	align-items: center;
	margin: 1.6vmin 0;
}
.comparison > li .photo{
	line-height: 0;
	flex-shrink: 0;
	width: 32%;
	margin-right: 4%;
}
.comparison > li .photo img{width: 100%;}
.comparison-contents .comparison table tr th{width: 70%;}
.comparison-contents .comparison table tr th,
.comparison-contents .comparison table tr td{padding: 0.5em;}
.comparison-contents .comparison table tr td:nth-child(2){border: none;}
.comparison-contents .comparison table tr:nth-child(3) td,
.comparison-contents  .comparisontable tr:last-child td{text-align: center;}
.comparison > li h4{
	color: #04914C;
	font-size: calc(0.8rem + 2.4vmin);
	border-bottom: #04914C 1px solid;
	padding-bottom: 0.2em;
	margin:4vmin 0 0.2em;
}
.comparison > li ol li{
	list-style: disc;
	margin-left: 1.5em;
}


/******************************************************************** faq
*/
.faq-contents .wrapper > ul > li{
	padding: 4vmin;
	margin-bottom: 4vmin;
}


/******************************************************************** clinic
*/
.clinic-contents .doctor .inner{margin-bottom: 4vmin;}
.clinic-contents .doctor .inner .detail h3{font-size: calc(1.2rem + 2.4vmin);}

.clinic-contents .access{
	margin-top: 8vmin;
	display: block;
}
.clinic-contents .access .photo{
	width: 100%;
	height: 40vmin;
}
.clinic-contents .access .photo img{
	height: 100%;
	object-fit: cover;
}
.clinic-contents .access .inner{
	margin-top: 4vmin;
	width: 100%;
	text-align: center;
}
.clinic-contents .access .inner h3{margin: 0 auto 2.4vmin;}
.clinic-contents .access .inner .address{margin-bottom: 1.6vmin;}
.clinic-contents .photo-box{margin-top: 4vmin;}

.hours{
	margin-top: 4vmin;
	width: 92%;
}

.gmap iframe{height: 48vmin;}


/******************************************************************** cta
*/
.cta-contents .wrapper{padding: 8vmin;}
#container .cta-contents .wrapper p{padding: 0 2vmin;}
#container .cta-contents ul{
	display: block;
	margin-top: 4vmin;
}
#container .cta-contents ul li{width: 100%;}
#container .cta-contents .tel{margin: 0 auto 4vmin;}
#container .cta-contents .mail{margin: 0 auto;}
#container .cta-contents .tel, #container .cta-contents .mail{max-width: 80%;}

.cta-contents .wrapper:before{
	width: 20%;
	left: -8%;
}
.cta-contents .wrapper:after{
	width: 19%;
	right: -8%;
}

/******************************************************************** contact
*/
.contact-us .main section{padding: 8% 0;}
.contact .sub-content{padding:4%;}
.form-contents dl{margin-bottom: 8vmin;}
.form-contents dl dd{margin-bottom: 4vmin;}
.thanks-contents .btn{margin: 8vmin auto 0;}

.form-contents .btn{
	width: 80%;
	margin: 4vmin auto 0;
}
.form-contents .btn a{
	color: #FFF;
	background: #FF9326;
	border-bottom: solid 8px #CC6600;
	font-size: 3.2rem;
}
.btn a::before {
	width: 30px;
	height: 2.6rem;
	background: url("../img/ico_tel.png") no-repeat center center;
	background-size: 100% auto;
	vertical-align: 0;
	margin-right: 0.2em;
}


}


/*************************************************************************************************************************

■ スマホ(600px以下)向けスタイル

*************************************************************************************************************************/

@media screen and (max-width:600px) {
/******************************************************************** index
*/

.mv .unit{
	width: 100%;
	padding: 8vmin 0 16vmin;
}
.mv .unit h2{
	width: 80%;
	margin: 0 auto 6.4vmin;
}
.mv .unit .txt{
	width: 48%;
	font-size: 4.2vmin;
}

/******************************************************************** about
*/
.about-contents .wrapper figure{
	position: relative;
	margin: -24vmin auto 4vmin;
	width: 100%;
	text-align: center;
}
.about-contents .wrapper figure img{width: 40%; margin: 0 auto;}
.about-contents .wrapper figure figcaption{font-size: 4vw;}
#container .about-contents .wrapper .inner h2{
	padding-right: 0;
	font-size: calc(2.4rem + 1.2vmin);
	text-align: center;
	margin-bottom: 4vmin;
}
#container .about-contents .wrapper .inner .txt{
	width: 100%;
	margin-bottom: 8vmin;
}
#container .about-contents .wrapper .inner .btn{width: 100%;}
.about-contents .wrapper .inner:before {width: 80%;}
.about-contents .wrapper .inner:after {
	background: url(../img/p_about.png) no-repeat center top;
	background-size: 100% auto;
	width: 20%;
	height: 100%;
	position: absolute;
	right: -2%;
	top: -44%;
	bottom: auto;
}


/******************************************************************** problem
*/
.problem-contents ul li p{font-size: 4vw;}
.problem-contents ul li figure{
	width: 64px;
	height: 64px;
	position: relative;
	z-index: 1;
	margin: 0 auto 2vmin;
}

/******************************************************************** merit
*/
.merit-contents .wrapper > ul > li .module figure{width: 100%;}
.merit-contents .wrapper > ul > li.merit01 .module figure:after{
	background: url(../img/bg_merit01.png) no-repeat center bottom;
	background-size: contain;
	width: 32%;
	height: 100%;
	bottom: -4%;
}
.merit-contents .wrapper > ul > li.merit02 .module figure:before {
	background: url(../img/bg_merit02_01.png) no-repeat center bottom;
	background-size: contain;
	width: 32%;
	height: 100%;
	bottom: -4%;
}
.merit-contents .wrapper > ul > li.merit02 .module figure:after {
	background: url(../img/bg_merit02_02.png) no-repeat center bottom;
	background-size: contain;
	width: 32%;
	height: 100%;
	bottom: -4%;
}
.merit-contents .wrapper > ul > li .module .inner .ttl p{font-size: calc(0.8rem + 1.2vmin);}
.merit-contents .wrapper > ul > li .module .inner .ttl h3{font-size: calc(1.7rem + 1.2vmin);}
.merit-contents .wrapper > ul > li .add .col h3{
	font-size: calc(1.4rem + 1.2vmin);
	top: -6vmin;
}
.merit-contents .wrapper > ul > li .add .col{padding: 10vmin 4vmin 4vmin;}
.merit-contents .wrapper > ul > li.merit03 .add .col{padding: 16vmin 4vmin 4vmin;}
.merit-contents .wrapper > ul > li.merit03 .add .col:before{
	background: url(../img/bg_tooth.svg) no-repeat center bottom;
	background-size: contain;
}
.merit-contents .wrapper > ul > li.merit03 .add .contents{display: block;}
.merit-contents .wrapper > ul > li.merit03 .add .contents figure{
	width: 48%;
	margin: 0 auto 4vmin;
}
.merit-contents .wrapper > ul > li.merit03 .add .contents .detail{width: 100%;}
.merit-contents .wrapper > ul > li.merit03 .add .contents .detail h4{text-align: center;}
.merit-contents .wrapper > ul > li.merit03 .add .contents .detail .txt{font-size: calc(1rem + 1.2vmin);}


/******************************************************************** flow
*/
.flow-contents .chart:before {
	width: 6px;
	height: 96%;
	position: absolute;
	left: 37px;
	margin-left: 0;
}
.flow-contents .chart:after,
.flow-contents .chart ul:before{display: none;}
.flow-contents .chart ul li {
	width: 100%;
	float: none;
	padding: 0 0 0 90px;
	margin-top: 8vmin;
}
.flow-contents .chart ul li:first-child{margin-top: 0;}
.flow-contents .chart ul li:nth-child(2n){
	float: none;
	margin-top: 8vmin;
	padding: 0 0 0 90px;
}
.flow-contents .chart ul li:nth-child(4):before{left: 36px;}
.flow-contents .chart ul li figure {
	width: 80px;
	right: auto;
	left: 0;
	top: -20px;
}
.flow-contents .chart ul li:nth-child(2n) figure{left: 0;}
.flow-contents .chart ul li:nth-child(2n):after{width: 100%;}
.flow-contents .chart ul li figure img{width: 100%;}

.flow-contents .tip dt{
	font-size: calc(1.6rem + 1.2vmin);
	line-height: 4rem;
}
.flow-contents .tip dd{font-size: calc(1.2rem + 1.2vmin);}

/******************************************************************** comparison
*/
.comparison-contents .inner:before,
.comparison-contents .inner:after{display: none;}
.comparison > li h3{font-size: calc(1.6rem + 1.2vmin);}
.comparison > li h4{font-size: calc(1.2rem + 1.2vmin);}
.comparison-contents .comparison table tr th, .comparison-contents .comparison table tr td {font-size: calc(1.2rem + 1.2vmin);}
.comparison > li ol li{font-size:calc(1.2rem + 1.2vmin);}


/******************************************************************** faq
*/
.faq-contents .wrapper > ul > li h3{
	font-size: calc(1.6rem + 1.2vmin);
	padding-top: 0.3em;
}
.faq-contents .wrapper > ul > li h3:before{
	margin: -0.3em 0.5em 0 0;
	vertical-align: middle;
}

/******************************************************************** clinic
*/
.clinic-contents .doctor{padding: 8vmin;}
.clinic-contents .doctor:before {
	background: url(../img/bg_doctor.png) repeat-y center top;
	background-size: 100% auto;
	display: inline-block;
	content: "";
	width: 4vmin;
	height: 96%;
	position: absolute;
	left: 2vmin;
	top: 2%;
}
.clinic-contents .doctor .inner{display: block;}
.clinic-contents .doctor .inner .photo{
	width: 48%;
	height: 40vmin;
	margin: 0 auto 4vmin;
}
.clinic-contents .doctor .inner .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0;
}
.clinic-contents .doctor .inner .detail{width: 100%;}
.clinic-contents .doctor .inner .detail h3 {
	font-size: calc(1.6rem + 1.2vmin);
	text-align: center;
}
.clinic-contents .doctor .inner .detail h3 .position{font-size: calc(1.4rem + 1.2vmin);}
.clinic-contents .doctor .inner .detail h3 .ruby{font-size: calc(0.8rem + 1.2vmin);}
.clinic-contents .doctor .inner .detail table,
.clinic-contents .doctor .txt{font-size:calc(1rem + 1.2vmin);}

.clinic-contents .access .inner h3{width: 64%;}
.clinic-contents .access .photo{height:56vmin;}
.hours{width: 100%;}
.hours h4{font-size: calc(1.4rem + 1.2vmin)}
.hours table{font-size: calc(1rem + 1.2vmin)}
.hours .add{font-size: calc(1rem + 1.2vmin)}

/******************************************************************** cta
*/
.cta-contents .wrapper {
	padding: 12vmin 0 8vmin;
}
#container .cta-contents .wrapper h2{
	background: url(../img/ico_logo_tooth.svg) no-repeat center top;
	background-size: 16% auto;
	padding:18% 18% 0;
	font-size: 6vw;
	text-align: center;
}
#container .cta-contents .wrapper h2 br{display: none;}
#container .cta-contents .wrapper p{
	padding: 0;
	font-size: calc(1.2rem + 1.2vmin);
}
#container .cta-contents .tel, #container .cta-contents .mail {
	max-width: 92%;
}
.cta-contents .wrapper:before {
	background: url(../img/bg_contact01.png) no-repeat center top;
	background-size: 100% auto;
	height: 100%;
	left: -2%;
	top: 4%;
	bottom: auto;
}
.cta-contents .wrapper:after{
	background: url(../img/bg_contact02.png) no-repeat center top;
	background-size: 100% auto;
	height: 100%;
	right: -2%;
	top: 4%;
	bottom: auto;
}

/******************************************************************** contact
*/
.form-contents .txt{margin-bottom: 4vmin;}
.form-contents dl{font-size: 5vw;}
.form-contents .required p:before,
.form-contents .option p:before{font-size: 4vw;}
.form-contents .tel{font-size: 9vw;}
.form-contents .tel .small {font-size: 6vw;}
.thanks-contents .btn{width: 100%;}

.form-contents .btn{width: 92%;}
.form-contents .btn a{line-height: 76px;}


/******************************************************************** privacy
*/
.privacy .mv h1{font-size: calc(2.4rem + 0.4vmin);}
.privacy-contents dt{font-size: calc(1.6rem + 0.4vmin);}

}