@charset "utf-8";
/*
Theme Name: アネラデンタルクリニック
Theme URI: http://anela-dental.com/
Description: Versions 1.0.x
Version: 1.0
Author: Dental Promotion
Tags: mantle color, variable width, two columns, widgets

This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/



@keyframes fadeIn {
    0% {opacity: 0}s
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

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



html{
/*	overflow: auto;*/
}
@media screen and (max-width: 768px) {
html{
	font-size:62.5%;
	-webkit-text-size-adjust: 100%;
}
}


body{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	background: #fff;
	color: #000;
	font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka,  "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 1.6pt;
/*	overflow: hidden;*/

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@media screen and (max-width: 768px) {
body {
	min-width: 100%;
	font-size: 1.6rem;
	position: relative;
}
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: 100;
}

*, *:before, *:after{
	box-sizing: border-box;
}

::selection {
	background: #3c95a3;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}
::-moz-selection {
	background: #3c95a3;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}

a{
	text-decoration:none;
	outline:none;

	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;

	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
a:link, a:visited{
	color: #3c95a3;
}
a:active, a:hover{
	color: #007cbb;
	text-decoration: underline;
}

a:link img, a:visited img{
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

a:hover img{
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	display: inline-block;
	backface-visibility: hidden;
}

p{margin:0;}
table{border-collapse:collapse;}
td{vertical-align:middle;}
i,em{font-style:normal;}
img{
    max-width: 100%;
    height: auto;
    border:none;
    vertical-align:middle;
}

ul, ol, li{
	margin:0;
	padding:0;
	list-style:none;
}

.cf{zoom:100%;}
.cf:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}

.udl{
	text-decoration:underline;
}
.oz{
	overflow: hidden;
	_zoom: 1;
}

.al{text-align:left;}
.ac{text-align:center;}
.ar{text-align:right;}

.imgL, .s_imgL, .txtL{float:left;}
.imgR, .s_imgR, .txtR{float:right;}
.co{clear:both;}





.w20{width: 20%;margin-left: auto;margin-right: auto;}
.w30{width: 30%;margin-left: auto;margin-right: auto;}
.w40{width: 40%;margin-left: auto;margin-right: auto;}
.w50{width: 50%;margin-left: auto;margin-right: auto;}
.w60{width: 60%;margin-left: auto;margin-right: auto;}
.w70{width: 70%;margin-left: auto;margin-right: auto;}
.w80{width: 80%;margin-left: auto;margin-right: auto;}
.w90{width: 90%;margin-left: auto;margin-right: auto;}

@media screen and (max-width: 768px) {
.w20,.w30,.w40,.w50,.w60,.w70,.w80,.w90{width: 100%;}
}



.pt8{padding-top:8px;}
.pt16{padding-top:16px;}
.pt24{padding-top:24px;}
.pt32{padding-top:32px;}
.pt40{padding-top:40px;}

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

.mb0{margin-bottom:0!important;}
.mb4{margin-bottom:4px;}
.mb8{margin-bottom:8px;}
.mb16{margin-bottom:16px;}
.mb24{margin-bottom:24px;}
.mb32{margin-bottom:32px;}
.mb40{margin-bottom:40px;}
.mb48{margin-bottom:48px;}
.mb56{margin-bottom:56px;}
.mb64{margin-bottom:64px;}
.mb72{margin-bottom:72px;}
.mb80{margin-bottom:80px;}
.mb88{margin-bottom:88px;}
.mb96{margin-bottom:96px;}
.mb120{margin-bottom:120px;}
.mb136{margin-bottom:136px;}
.mb144{margin-bottom:144px;}
.mb160{margin-bottom:160px;}
.mb200{margin-bottom:200px;}
@media screen and (max-width: 767px) {
}


.fwb{font-weight: 700;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}
.fs21{font-size: 21px;}
.fs22{font-size: 22px;}
.fs23{font-size: 23px;}
.fs24{font-size: 24px;}

.su{
    opacity: 0;
    transform: translateY(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
.fiu{
    transition: all .1s ease-in;
    transform: translateY(0);
    opacity: 1 !important;
    -ms-filter: blur(0);
    filter: blur(0);
}
.blocklink{
    position: relative;
}
.blocklink a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.blocklink a:hover{
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}




.fb-like-box,.fb-like-box span, .fb-like-box iframe {
 width: 100% !important;
}

.ic_mc{color: #249dab;}
.fc_brown{color: #494332;}
.ic_pink{color: #c1617d;}



.more a{
	display: block;
    margin: auto;
    padding: 1.4em .5em;
    background: #fff url("../../../img/sd/common/svg/yajirushi.svg") no-repeat 98% center;
    background-size: 20px auto;
    color: #4ab7d6;
    border: 1px solid #4ab7d6;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.2;
    border-radius: 6px;
}
.more a:hover{
    background: #eee url("../../../img/sd/common/svg/yajirushi.svg") no-repeat 99% center;
    background-size: 20px auto;
    color: #4ab7d6;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
.more a{
    width: 100%;
}
}


a.icon_pdf{
    padding-right: 24px;
	background: url(img/sd/common/svg/pdf.svg) no-repeat right;
    background-size: 16px auto;
}




.spc{
	display: none;
}
@media screen and (max-width: 768px) {
.dn{
	display: none;
}
.spc{
	display: inherit;
}
}






.booking{
    position: fixed;
    display: none;
    width: 36px;
    height: 36px;
    background: #cfe9f2;
    top: 1.4%;
    right: 80px;
    z-index: 1001;
}
.phone_icon{
    position: fixed;
    display: none;
    width: 28px;
    height: 28px;
/*    background: #fff;*/
    top: 1.4%;
    right: 44px;
    z-index: 1001;
}
@media screen and (max-width: 768px) {
.booking,
.phone_icon
{
    display: inherit;
}
}


header{
/*
	width: 100%;
	margin: 0 auto;
	text-align: left;
    background: #fff;
*/
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    z-index: 1000;
    width: 100%;
    margin: auto;
    text-align: left;
    background: rgba(255,255,255,1);
}
/*
header.fixed{
    position: fixed;
    background: #fff;
    transition: top .5s ease-in;
    -webkit-transition: top 0.5s ease-in;
    -moz-transition: top 0.5s ease-in;
    z-index: 1000;
}
*/
#upper{
    position: relative;
    max-width: 1280px;
    width: 100%;
    height: 136px;
    margin: auto;
    background: #fff;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
/*
header.fixed #upper{
    position: relative;
    width: 100%;
    height: 112px;
    margin: auto;
    background: #fff;
}
*/
#logo{
    position: absolute;
    width: 320px;
    height: 75px;
    margin: 0;
    top: .2em;
    left: 0;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
header.fixed #logo{
    width: 240px;
    height: 56px;
}
header .upper_phone{
    position: absolute;
    width: 560px;
    height: 61px;
    top: .3em;
    right: 0;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
header.fixed .upper_phone{
    width: 414px;
    height: 45px;
}
header .upper_phone div{
    float: left;
    width: 50%;
}
@media screen and (max-width: 1024px) {
#upper{
    max-width: 1024px;
}
#logo{
    width: 280px;
    height: 56px;
}
header.fixed #logo{
    width: 280px;
    height: 56px;
}
@media screen and (max-width: 820px) {
#upper{
    height: 96px;
}
header.fixed #upper{
    height: 80px;
}
#logo{
    width: 240px;
    height: 56px;
    top: .2em;
    left: 1em;
}
header.fixed #logo{
    width: 200px;
    height: 47px;
}
header .upper_phone{
    width: 400px;
    height: 43px;
    right: 50px;
    top: .2em;
}
header.fixed .upper_phone{
    width: 368px;
    height: 35px;
    top: .2em;
}
@media screen and (max-width: 540px) {
#upper{
    height: 128px;
}
header.fixed #upper{
    height: 120px;
}
#logo{
    left: 0;
    right: 0;
    margin: auto;
}
header.fixed #logo{
    left: 0;
    right: 0;
    margin: auto;
}
header .upper_phone{
    position: fixed;
    width: 100%;
    height: 59px;
    margin: 0 auto;
    top: inherit;
    bottom: 0;
    left: 0;
    right: 0;
}
header.fixed .upper_phone{
    width: 100%;
    height: 59px;
    top: 56px;
}
header .upper_phone img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 414px) {
#upper{
    height: 64px;
}
/*
header.fixed #upper{
    height: 100px;
}
*/
header .upper_phone{
    height: 40px;
}
header.fixed .upper_phone{
    height: 41px;
}
@media screen and (max-width: 375px) {
#upper{
    height: 64px;
}
/*
header.fixed #upper{
    height: 96px;
}
*/
@media screen and (max-width: 360px) {
#upper{
    height: 108px;
}
/*
header.fixed #upper{
    height: 94px;
}
*/
@media screen and (max-width: 320px) {
#upper{
    height: 104px;
}
/*
header.fixed #upper{
    height: 90px;
}
*/
}
}
}
}
}
}
}




#gnav{
    position: absolute;
	width: 100%;
    max-width: 1280px;
    margin: auto;
    background: #fff;
    bottom: 0;
    right: 0;
    left: 0;
}
#gnav nav{
	width: 100%;
	margin: 0;
}
#gnav nav ul{
	position: relative;
	padding: 0;
    font-weight: 700;
}
#gnav nav ul::after {
	display: block;
	clear: both;
	content: '';
}
#gnav nav ul li{
	position: relative;
	float: left;
	width: 16.666%;
	letter-spacing: 0;
    text-align: center;
}
#gnav nav ul li:not(:first-child) {
	border-left: none;
}
#gnav nav ul li a{
	padding: .5em 0;
	color: #333;
	text-align: center;
	display: block;
}
#gnav nav ul li a:hover,
#gnav nav ul li a.ov{
    background: #eee;
	text-decoration: none;
}
#gnav nav ul ul{
	position: absolute;
	top: 100%;
	left: -1px;
    border-left: 0;
}
#gnav nav ul ul li{
	float: none;
	width: 240px;
    border: 0;
}
#gnav nav ul ul li:not(:first-child) {
	border-top: none;
}
#gnav nav ul ul ul{
	position: absolute;
	top: -2px;
	left: 100%;
}
#gnav nav ul ul{
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out;
	transform: translateY(-20px);
	z-index: 50;
    letter-spacing: 0;
}
#gnav nav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
#gnav nav ul li li a{
	padding: 8px;
    background: #eee;
    color: #333;
	text-decoration: none;
    text-align: left;
}
#gnav nav ul li li a:hover{
	padding: 8px;
    background: #ddd;
	color: #333;
}











#upper_toggle{
    display: none;
}
@media screen and (max-width: 1023px) {
#upper_toggle{
    display: inherit;
    position: fixed;
    width: 40px;
    height: 40px;
    padding: 4px 0 0;
    top: .4em;
    right: .4em;
    z-index: 9999;
    cursor: pointer;
    background: #f3f2eb;
}
#upper_toggle span{
    display: block;
    position: absolute;
    height: 3px;
    width: 60%;
    margin: auto;
    background: #5b4f48;
    left: 0;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#upper_toggle span:nth-child(1) {
    top: 10px;
}
#upper_toggle span:nth-child(2) {
    top: 18px;
}
#upper_toggle span:nth-child(3) {
    top: 26px;
}



.tab{
    width: 100%;
    margin: 0 auto 24px;
    border-bottom: 1px solid #ccc;
}
.tab li{
    width: calc(50% - 4px);
    padding: 16px 0;
    color: #5c5737;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.tab li:nth-child(1){
    background: #bddff2;
}
.tab li:nth-child(2){
    background: #e9e9d9;
}
.tab_sub{
    width: 100%;
    margin: 0 auto;
    padding:0;
    display:flex;
    list-style:none;
}
.tab_sub li{
    width: 33%;
    margin: 0 1px 2px;
}

.tab_sub li.active{
} 
.list{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}
.list .inner,
.list .thirdtree,
.list .inner table{
    display:none;
}
.list .inner.active{
    display:block;
}
.list .inner .thirdtree.active,
.list .inner table.active{
    display:table;
}
.childnav{
    margin: 16px 0;
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e9e9d8;
}
.childnav_clinic{
    border: 1px solid #e9e9d8;
}
.childnav_guide{
    border: 1px solid #f5d718;
}
.childnav_box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.childnav_box .grid{
    width: calc(33% - 2px);
    margin-bottom: 3px;
}
.childnav_box::after{
    content: "";
    display: block;
    width: calc(33% - 2px);
}







.modal_wrap .box{
    float: left;
    width: 50%;
}
.modal_wrap .sns .box{
    padding: 0 16px;
}
.modal_wrap input{
    display: none;
}
.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 94%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}
.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal_content{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    margin: 0 auto;
    padding: 3em 1em;
    background: #fff;
    line-height: 1.4em;
/*    transform: scale(0.3);*/
    transform: translateY(-10%);
    transition: 0.5s;
}
.close_button{
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}
.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
.modal_wrap input:checked ~ .modal_overlay .modal_content{
    transform: scale(1);
}
.modal_wrap ol{
    padding: .5em 0;
}
/*
.modal_wrap li{
    margin-bottom: .8em;
    padding-left: 1em;
    padding-bottom: .4em;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
*/
.modal_wrap .mn_guide{
    margin-bottom: 24px;
}
.modal_wrap .mn_guide li{
    float: left;
    width: 33.333%;
    margin-bottom: 0;
    padding: .1em .2em .1em;
    border-bottom: 0;
}
.modal_wrap .children li{
    border-bottom: 1px dashed #ebebeb;
}
.modal_wrap .children{
    padding: 16px 0 0;
}
.mn_mw60{
    width: 60%;
    height: auto;
}
.mn_mw80{
    width: 80%;
    height: auto;
}
/*
.modal_wrap li li{
    margin-bottom: .6em;
    padding-left: 1em;
    padding-bottom: 0;
    border-bottom: 0;
}
.modal_wrap li li::before{
    content: "-";
    display: inline;
}
.modal_wrap li li li::before{
    content: "・";
}
*/
.modal_wrap .home{
    min-height: 16px;
    background: url("../../../img/sd/common/svg/mw_home.svg") no-repeat .7em center;
    background-size: 12px auto;
}
.modal_wrap .team{
    min-height: 16px;
    background: url("../../../img/sd/common/svg/mw_team.svg") no-repeat .7em center;
    background-size: 12px auto;
}
.modal_wrap .clinic{
    min-height: 16px;
    background: url("../../../img/sd/common/svg/mw_clinic.svg") no-repeat .7em  .2em;
    background-size: 12px auto;
}
.modal_wrap .guide{
    min-height: 16px;
    background: url("../../../img/sd/common/svg/mw_guide.svg") no-repeat .7em .3em;
    background-size: 12px auto;
}
.modal_wrap .price{
    min-height: 16px;
    background: url("../../../img/sd/common/svg/mw_price.svg") no-repeat .7em center;
    background-size: 12px auto;
}
.modal_wrap .access{
    min-height: 16px;
    background: url("../../../img/sd/common/svg/mw_access.svg") no-repeat .7em center;
    background-size: 12px auto;
}
@media screen and (max-width: 768px) {
.modal_wrap .uppernavs{
    width: 50%;
    margin: 0 auto 40px;
}
@media screen and (max-width: 540px) {
.modal_wrap .uppernavs{
    width: 100%;
    margin: 0 0 40px;
}
@media screen and (max-width: 360px) {
#upper_toggle{
    width: 32px;
    height: 32px;
}
}
}
}
}









#mv{
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 16px;
    background: linear-gradient(180deg,#f7f7f0 0,#f7f7f0 300px,#f9c468 300px,#f9c468 100%);
}
#mv .inner{
    padding: 0 0 200px;
    background: url("../../../img/sd/common/mv/topbg_pc.jpg") no-repeat center bottom;
    background-size: 100% auto;
}
#mv .dn{
    max-width: 1280px;
    margin: auto;
	display: inherit;
}
#mv .spc{
	display: none;
}
#mv h1{
    margin: 0 0 24px;
    font-size: 25px;
    text-align: left;
    line-height: 1.2;
}
#mv .two_columns{
    max-width: 1080px;
    margin: 0 auto;
    text-align: left;
}
#mv .two_columns .box:first-of-type{
    float: right;
    width: 62%;
}
#mv .two_columns .box:last-of-type{
    float: left;
    width: 35%;
}
@media screen and (max-width: 1024px) {
#mv .inner{
    padding: 0 0 50px;
    background-size: 110% auto;
}
#mv .two_columns{
    width: 90%;
    max-width: 920px;
}
#mv .two_columns .box:first-of-type{
    float: right;
    width: 40%;
}
#mv .two_columns .box:last-of-type{
    float: left;
    width: 55%;
}
@media screen and (max-width: 768px) {
#mv{
    padding-bottom: 0;
}
#mv .inner{
    padding: 0 0 200px;
    background: url("../../../img/sd/common/mv/topbg.jpg") no-repeat center bottom;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
#mv h1{
    text-align: center;
}
#mv h1 br{
	display: none;
}
#mv .inner{
    padding: 0 0 80px;
}
#mv .dn{
	display: none;
}
#mv .spc{
	display: inherit;
}
#mv .two_columns .box:first-of-type{
    float: none;
    width: 100%;
}
#mv .two_columns .box:last-child{
    float: none;
    width: 100%;
}
}
}
}


.upper_banner{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 40px;
    padding-top: 40px;
}
@media screen and (max-width: 767px) {
.upper_banner{
    width: 92%;
}
}



#torikumi{
    padding: 3em 0;
    background: #f7f7f0;
    text-align: left;
}
#torikumi .inner{
    width: 80%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}
#torikumi h1,
#torikumi h2{
    margin-bottom: 1em;
    padding: 40px 0 0;
    background: url("../../../img/sd/h2bg.svg") no-repeat center 0;
    background-size: auto 32px;
    color: #494332;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}
#torikumi .box{
    max-width: 553px;
    padding: 0 0 2em;
    background: #fff;
}
#torikumi .eyecatch{
    width: 553px;
    height: 245px;
    margin-bottom: 1em;
    text-align: center;
    overflow: hidden;
}
#torikumi .box img {
	display: block;
	transition-duration: .3s;
}
#torikumi .box:hover img {
    transform: scale(1.1);
	transition-duration: .3s;
}
#torikumi h3{
    margin-bottom: .8em;
    padding: 0 1em;
    font-size: 23px;
}
#torikumi h3 span{
    font-size: 16px;
    display: block;
}
#torikumi .box div:nth-of-type(2){
    padding: 0 1em;
}
#torikumi .box .more{
    margin: 0 5em;
}
@media screen and (max-width: 1280px) {
#torikumi .inner{
    width: 92%;
}
#torikumi .eyecatch{
    width: 452px;
    height: 200px;
}
@media screen and (max-width: 1023px) {
#torikumi .eyecatch{
    width: 100%;
    height: inherit;
}
#torikumi .box .more{
    margin: 0 1em;
}
@media screen and (max-width: 767px) {
#torikumi{
    padding: 3em 0 0;
}
#torikumi .inner{
    width: 92%;
}
}
}
}



#quality{
    padding: 0 0 4em;
    background: #f7f7f0;
    text-align: left;
}
#quality .inner{
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}
#quality h2{
    margin-bottom: 1em;
    padding: 40px 0 0;
    background: url("../../../img/sd/h2bg.svg") no-repeat center 0;
    background-size: auto 32px;
    color: #494332;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}
#quality .blocklink a:hover{
    background: rgba(247,247,240,1);
}




#top_guide,
#guide{
    width: 92%;
    max-width: 1440px;
    margin: auto;
    padding: 4em 0 2em;
}
#top_guide h2{
    margin-bottom: 1em;
    padding: 40px 0 0;
    background: url("../../../img/sd/h2bg.svg") no-repeat center 0;
    background-size: auto 32px;
    color: #494332;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}
#top_guide .box,
#guide .box{
    min-height: 660px;
    border-left: 1px solid #333;
    padding: 0 0 0 1em;
}
#top_guide .box:first-of-type,
#guide .box:first-of-type{
    background: url("../../../img/sd/implant_bg.svg") no-repeat 100% 98%;
    background-size: 12px auto;
}
#top_guide .box:nth-of-type(2),
#guide .box:nth-of-type(2){
    background: url("../../../img/sd/konkan_bg.svg") no-repeat 100% 98%;
    background-size: 12px auto;
}
#top_guide .box:last-of-type,
#guide .box:last-of-type{
    background: url("../../../img/sd/yobou_bg.svg") no-repeat 96% 98%;
    border-right: 1px solid #333;
    background-size: 12px auto;
}
#top_guide .box_inner,
#guide .box_inner{
    width: 92%;
    margin: auto;
}
#top_guide .hd,
#guide .hd{
    min-height: 64px;
    margin-bottom: .3em;
    font-size: 18px;
}
#top_guide .box ol li,
#guide .box ol li{
    min-height: 40px;
    padding-left: 20px;
}
#top_guide .box:first-of-type ol li,
#guide .box:first-of-type ol li{
    background: url("../../../img/sd/implant_arrow.svg") no-repeat 0 8px;
    background-size: 14px auto;
}
#top_guide .box:last-of-type ol li,
#guide .box:last-of-type ol li{
    background: url("../../../img/sd/implant_arrow.svg") no-repeat 0 8px;
    background-size: 14px auto;
}
#top_guide .box:nth-of-type(2) ol li,
#guide .box:nth-of-type(2) ol li{
    background: url("../../../img/sd/yobou_arrow.svg") no-repeat 0 8px;
    background-size: 14px auto;
}
#top_guide .btns{
    width: 72%;
    margin: auto;
}
#guide .btns{
    width: 64%;
    margin: auto;
}
#guide .btns li,
#top_guide .btns li{
    float: left;
    width: 16.666%;
    padding: 0 .4em 1em;
    text-align: center;
}
#top_guide .blocklink a:hover,
#guide .blocklink a:hover{
    background: #fff;
}
@media screen and (max-width: 1024px) {
#top_guide,
#guide{
    width: 92%;
    padding: 4em 0 2em;
}
#top_guide h2{
    margin-bottom: 1em;
    padding: 40px 0 0;
    background: url("../../../img/sd/h2bg.svg") no-repeat center 0;
    background-size: auto 32px;
    color: #494332;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}
#top_guide .hd,
#guide .hd{
    min-height: inherit;
    margin-bottom: 1em;
}
#top_guide .box,
#guide .box{
    min-height: 640px;
}
#top_guide .box ol li,
#guide .box ol li{
    margin-bottom: .5em;
    min-height: inherit;
}
#top_guide .box:first-of-type ol li,
#guide .box:first-of-type ol li{
    background: url("../../../img/sd/implant_arrow.svg") no-repeat 0 8px;
    background-size: 14px auto;
}
#top_guide .box:last-of-type ol li,
#guide .box:last-of-type ol li{
    background: url("../../../img/sd/implant_arrow.svg") no-repeat 0 8px;
    background-size: 14px auto;
}
#top_guide .box:nth-of-type(2) ol li,
#guide .box:nth-of-type(2) ol li{
    background: url("../../../img/sd/yobou_arrow.svg") no-repeat 0 8px;
    background-size: 14px auto;
}
#top_guide .box:last-of-type,
#guide .box:last-of-type{
    padding-right: .5em;
}
#guide .btns,
#top_guide .btns{
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 768px) {
#top_guide .box,
#guide .box{
    min-height: 600px;
}
@media screen and (max-width: 540px) {
#top_guide .three_columns .box,
#guide .three_columns .box{
    float: none;
    width: 100%;
    min-height: inherit;
    border-top: 1px solid #333;
    border-left: 0;
    padding: 2em 1em 0;
}
#top_guide .three_columns .box:nth-of-type(3n-1),
#guide .three_columns .box:nth-of-type(3n-1){
    margin-left: 0;
}
#top_guide .three_columns .box:nth-of-type(3n),
#guide .three_columns .box:nth-of-type(3n){
    float: none;
}
#top_guide .three_columns .box:nth-of-type(3n+1),
#guide .three_columns .box:nth-of-type(3n+1){
    clear: none;
}
#top_guide .box:last-of-type,
#guide .box:last-of-type{
    padding-right: 1em;
    padding-bottom: 2em;
    border-right: 0;
    border-bottom: 1px solid #333;
}
#top_guide .btns li,
#guide .btns li{
    float: left;
    width: 50%;
    padding: 0 .1em 1em;
}
}
}
}
.s_mp li {
    margin-left: 32px;
    list-style-type: disc;
}
.waku_hd {
    margin: 0 0 16px;
    padding: 16px;
    border: 1px solid #000;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}








#greeting{
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 10em 0 20em;
    background: url("../../../img/sd/gp_pc01.jpg") no-repeat center bottom,url("../../../img/sd/greeting_bg_pc.jpg") no-repeat right 0;
    background-size: 100% auto,auto 760px;
}
#greeting .inner{
    width: 60%;
    margin: auto;
}
#greeting h2{
    margin-bottom: 1em;
    padding: 40px 0 0;
    background: url("../../../img/sd/h2bg.svg") no-repeat center 0;
    background-size: auto 32px;
    color: #494332;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}
#greeting .boxL{
    width: 38%;
    text-align: center;
}
#greeting .boxR{
    width: 60%;
    text-align: left;
}
@media screen and (max-width: 1024px) {
#greeting{
    padding: 5em 0 15em;
}
#greeting .inner{
    width: 92%;
    max-width: 980px;
    margin: auto;
}
@media screen and (max-width: 768px) {
#greeting{
    padding: 5em 0 10em;
}
@media screen and (max-width: 540px) {
#greeting{
    width: 100%;
    padding: 2em 0 400px;
    background: url("../../../img/sd/gp01.jpg") no-repeat center bottom;
    background-size: 100% auto;
}
#greeting .boxL{
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    text-align: center;
}
#greeting .boxR{
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
@media screen and (max-width: 414px) {
#greeting{
    padding: 1em 0 320px;
}
@media screen and (max-width: 360px) {
#greeting{
    padding: 1em 0 280px;
}
}
}
}
}
}









#mov_area{
    width: 92%;
    max-width: 1440px;
    margin: auto;
    padding: 4em 0 2em;
}
#mov_area h2{
    margin-bottom: 1em;
    padding: 40px 0 0;
    background: url("../../../img/sd/h2bg.svg") no-repeat center 0;
    background-size: auto 32px;
    color: #494332;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}
#mov_area div{
    width: 64%;
    margin: auto;
}
@media screen and (max-width: 768px) {
#mov_area div{
    width: 100%;
    margin: auto;
}
}



#central{
    width: 80%;
    max-width: 1440px;
    margin: auto;
    padding: 2em 0 4em;
}
#central .box:nth-of-type(odd){
    float: left;
    width: 52%;
}
#central .box:nth-of-type(even){
    float: right;
    width: 43%;
}
@media screen and (max-width: 1024px) {
#central{
    width: 92%;
}
@media screen and (max-width: 767px) {
#central{
    width: 92%;
}
#central .box:nth-of-type(odd){
    float: none;
    width: 100%;
}
#central .box:nth-of-type(even){
    float: none;
    width: 100%;
}
}
}


#news{
    text-align: left;
    color: #4ab7d6 !important;
}
#news .hd{
    margin-bottom: 1em;
    padding: 40px 0 0;
    background: url("../../../img/sd/h2bg.svg") no-repeat center 0;
    background-size: auto 32px;
    color: #494332;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
#news .blocklink a:hover{
    background: #fff;
}
#news .blocklink{
    margin-bottom: 1em;
    padding-bottom: .4em;
    border-bottom: 1px solid #fff;
}
#news .blocklink:last-of-type{
    margin-bottom: 0;
}
#news time{
    color: #333;
    font-size: .8em;
    font-weight: 600;
}
#news time::after{
    content: "　　";
}


#central .shoshin_taiou{
    margin-bottom: 1.3em;
    padding: 1.3em;
    border: 4px solid #8bb3d0;
    text-align: left;
}
#central .sthd{
    margin-bottom: .7em;
    color: #73a4c6;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
}





#bottom_three_navs{
    width: 80%;
    max-width: 1080px;
    margin: auto;
    padding: 2em 0 4em;
    text-align: center;
}
@media screen and (max-width: 1023px) {
#bottom_three_navs{
    width: 92%;
}
}





footer{
    padding: 0 0 0;
}
footer .inner{
    width: 88%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
footer .hd{
    margin: 0 0 3em;
    text-align: center;
}
footer .boxL{
    float: left;
    width: 48%;
    text-align: left;
}
footer .boxR{
    float: right;
    width: 48%;
}
footer .sns{
    width: 60%;
    margin: auto;
}
footer .sns li:first-of-type{
    float: left;
    width: 50%;
    padding: 0 1em 0 0;
    text-align: right;
}
footer .sns li:last-of-type{
    float: right;
    width: 50%;
    padding: 0 0 0 1em;
    text-align: left;
}
#parking{
    min-height: 30px;
    padding: 0 0 0 2em;
    background: url("../../../img/sd/common/svg/parking.svg") no-repeat;
    background-size: 20px auto;
}
#phone_contact{
    background: #e7f2f8;
}
@media screen and (max-width: 1024px) {
footer .inner{
    max-width: 960px;
    width: 92%;
}
footer .boxL{
    float: none;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
    text-align: left;
}
footer .boxR{
    float: none;
    width: 100%;
}
@media screen and (max-width: 767px) {
footer .inner{
    max-width: 720px;
    width: 92%;
}
footer .hd{
    margin: 0 0 1em;
    text-align: center;
}
footer .boxL{
    float: none;
    width: 100%;
}
footer .sns{
    width: 92%;
    margin: auto;
}
footer .sns li:first-of-type{
    float: left;
    width: 50%;
    padding: 0 1em;
    text-align: center;
}
footer .sns li:last-of-type{
    float: right;
    width: 50%;
    padding: 0 1em;
    text-align: center;
}
}
}





/*

#footlinks{
    font-size: 14px;
    letter-spacing: 0;
}
#footlinks ul{
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
#footlinks li{
    float: left;
    width: 25%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#footlinks li a{
    display: block;
    padding: 1em;
    background: #a7c9ea;
    color: #333;
}
#footlinks li a:hover{
    background: #80b1e6;
}
@media screen and (max-width: 768px) {
#footlinks li{
    float: left;
    width: 50%;
    font-size: 12px;
}
#footlinks li:nth-of-type(odd){
    clear: both;
}
#footlinks li a{
    letter-spacing: 0;
}
}

*/



#footlinks{
    width: 100%;
    max-width: 1080px;
	margin: 8px auto;
    padding: 4% 0;
    text-align: left;
}
#footlinks ul{
    width: calc(33% - 8px);
}
/*
#footlinks ul:nth-child(1){
    width: 20%;
}
*/
#footlinks ul ul,
#footlinks ul ul ul{
    width: 100%;
    padding-left: 3%;
}
#footlinks li a{
    position: relative;
	display: inline-block;
	transition: .2s;
    color: #12c;
    text-decoration: none;
}
#footlinks li a::before{
    content: ">　";
    font-size: 10px;
}
#footlinks li a::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background: #12c;
	transition: .2s;
    transform: translateX(-50%);
}
#footlinks li a:hover::after{
	width: 100%;
}
@media screen and (max-width: 540px) {
#footlinks ul{
    width: 92%;
    margin: 0 auto;
    font-size: 14px;
}
}





#copyright{
	padding: 1em 0;
    text-align: center;
    background: #fff;
    color: #333;
    letter-spacing: 0;
    font-size: 12px;
}
#copyright a{
    color: #333;
}




#bottom{
    position: fixed;
    bottom: 0;
    right: 0;
	line-height: 100%;
	box-sizing: border-box;
    z-index: 300;
}
#bottom .box{
	display: none;
}
#bottom p a{
    float: right;
    width: 64px;
	min-height: 64px;
    padding: 28px 0 0;
    text-align:center;
    background: #e7f2f8;
    color: #333;
    display: block;
	font-size: 40px;
	font-weight: 700;
    text-decoration: none;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
#bottom{
	width: 100%;
	left: 0;
    bottom: 0;
}
/*
#bottom p{
    display: none;
}
*/
#bottom .box{
	display: block;
	float: left;
    width: 33.333%;
    border-right: 1px solid #fff;
}
#bottom .box img{
    width: auto;
    height: 40px;
}
#bottom .box:nth-of-type(3){
	float:right;
	border-right: 0;
}
#bottom .box a{
    width: 100%;
    display: block;
    padding: 12px 0;
    background: #273d66 !important;
    color: black;
	font-size: 16px;
	font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
}
#bottom .box:nth-of-type(1) a{
    background: #79acde !important;
}
#bottom .box:nth-of-type(2) a{
    background: #4e72b4 !important;
}
}









/* ▼▼▼▼▼▼▼▼▼▼▼▼ 共通項目 ▼▼▼▼▼▼▼▼▼▼▼▼ */


#submv{
    padding: 5em 0;
    background: #f3e0b4;
    font-size: 30px;
    text-align: center;
}
#breadcrumbs{
    width: 92%;
    max-width: 1280px;
    margin: auto;
    padding: .5em 0 0;
	text-align: right;
}

#wrap{
    text-align: left;
    background: #fff;
}
#wrap p{
	margin: 0 0 24px;
}
#wrap strong{
	background: linear-gradient(transparent 70%, #f6f317 70%);
}
#wrap .kyouchou span{
	background: linear-gradient(transparent 70%, #f6f317 70%);
}
#wrap b{
    color: #4e72b4;
}
#wrap article{
    padding: 2em 0 0;
}
#wrap section,
#wrap .section
{
    max-width: 1280px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
#wrap .mw_section{
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#wrap .mw_section .section{
    width: 100%;
}
#wrap article h1{
    width: 92%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.4em;
    padding: .8em;
    color: #4e4e4e;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}
#wrap article h2{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    padding: 1em;
    background: #4ab7d6;
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
    letter-spacing: 0;
}
#wrap article h2 a{
    color: #fff;
    display: block;
}
#wrap article h3{
	margin: 0 0 24px;
	padding: 1em;
    background: #d2e9f7;
    color: #494332;
	font-size: 20px;
    font-weight: 700;
}
#wrap article h4{
    position: relative;
	margin-bottom: 16px;
    padding: 0 0 8px;
    color: #66b6e5;
    border-bottom: 4px solid #ccc;
	font-size: 18px;
    font-weight: 700;
}
#wrap article h4::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background: #66b6e5;
}
#wrap article h5{
	margin-bottom: 16px;
    padding: .7em;
    border: 1px solid #333;
	font-size: 17px;
    font-weight: 700;
}
#wrap .lead{
    color: #ad964d;
    font-size: 20px;
    font-weight: 700;
}
.boxL{
    float: left;
    width: 47%;
}
.boxR{
    float: right;
    width: 47%;
}
.two_columns_fx .box{
    width: calc(50% - 8px);
}
.fx,
.two_columns_fx,
.three_columns_fx,
.four_columns_fx,
.two_columns_li,
.three_columns_li{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fx_c{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fx_r{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}
.two_columns_li li{
	width: calc( 50% - 8px);
}
.three_columns_li li{
	width: calc( 33% - 8px);
}
.three_columns_fx::after,
.three_columns_li::after
{
    content: "";
    display: block;
	width: calc( 33% - 8px);
}
.three_columns_fx .box{
	width: calc( 33% - 8px);
}



.two_columns .box{
    width: 48%;
}
.two_columns .box:nth-of-type(odd){
    clear: both;
    float: left;
}
.two_columns .box:nth-of-type(even){
    float: right;
}
.three_blocks .box{
    float: left;
    width: 32%;
}
.three_blocks .box:nth-of-type(3n-1){
    margin-left: 2%;
}
.three_blocks .box:nth-of-type(3n){
    float: right;
}
.three_blocks .box:nth-of-type(3n+1){
    clear: both;
}
.three_columns .box{
    float: left;
    width: 32%;
}
.three_columns .box:nth-of-type(3n-1){
    margin-left: 2%;
}
.three_columns .box:nth-of-type(3n){
    float: right;
}
.three_columns .box:nth-of-type(3n+1){
    clear: both;
}



.four_columns .box{
    float: left;
    width: 25%;
    padding: 0 5px;
    text-align: left;
}


.two_block .box{
    width: 48%;
}
.two_block .box:nth-of-type(odd){
    clear: both;
    float: left;
}
.two_block .box:nth-of-type(even){
    float: right;
}
.four_block .box{
    float: left;
    width: 25%;
    padding: 0 .2em;
    text-align: center;
}
.four_block .box:nth-of-type(5){
    clear: both;
}

figcaption{
    padding-top: 1em;
}
.oz .imgL,
.oz .s_imgL{
    max-width: 40%;
    margin-right: 2%;
}
.oz .imgR,
.oz .s_imgR{
    max-width: 40%;
    margin-left: 2%;
}
#wrap .notes{
    padding: 2em;
    text-align: left;
}
#wrap .notes_lb{
    background: #e7f3f4;
}
#wrap .notes_lb span{
    color: #239dab;
    font-size: 17px;
    font-weight: 700;
}
#wrap .notes_beige{
    background: #fbf3e1;
}
#wrap .notes_beige span{
    color: #494332;
    font-size: 17px;
    font-weight: 700;
}
.notes_blue{
    background: #80acba;
    color: #fff;
}
.notes_blue span{
    color: #fffb72;
    font-size: 17px;
    font-weight: 700;
}
.notes_pgreen{
    background: #ebf3ea;
}
.notes_pgreen span{
    color: #84ba7d;
    font-size: 17px;
    font-weight: 700;
}
.notes_pink{
    background: #f4e6e4;
}

#wrap .notes li{
    margin: 0 0 8px;
}
#wrap .disc_list li,
#wrap .dots_list li{
    margin-left: 0;
}
#wrap .dots_list li::before{
    content: "・ ";
}
#wrap .disc_list li::before{
    content: "● ";
    color: #66b6e5;
}
.checkbox li{
    margin-left: 0;
    padding-left: 24px;
    background: url("../../../img/sd/common/svg/checkbox.svg") no-repeat 0;
    background-size: 16px auto;
}
.four_columns_fx .box{
    width: calc(25% - 8px);
}




#wrap .bbline{
    padding-bottom: 2%;
    border-bottom: 1px solid #ddd;
}
#wrap .step{
    padding-bottom: 4%;
    background-image: url("../../../img/sd/common/svg/next.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 40px auto;
}
#wrap dd.square div::before,
#wrap .square li::before
{
    content: "■ ";
}
@media screen and (max-width: 1280px) {
@media screen and (max-width: 1023px) {
#breadcrumbs{
	text-align: left;
}
#wrap section,
#wrap .section
{
    max-width: 960px;
    width: 92%;
}
#wrap .mw_section{
    width: 92%;
}
@media screen and (max-width: 540px){
#submv{
    padding: 3em 0;
}
#wrap article .mw_section h2{
    max-width: 92%;
}
#wrap .mw_section{
    width: 100%;
}
#wrap .mw_section .section{
    width: 92%;
}
.oz .imgL{
    float: none;
    max-width: 100%;
    margin: 0 0 16px;
    text-align: center;
}
.oz .s_imgL{
    float: left;
    max-width: 30%;
    margin: 0 16px 0 0;
    text-align: left;
}
.oz .imgR{
    float: none;
    max-width: 100%;
    margin: 0 0 16px;
}
.boxL{
    float: none;
    width: 100%;
}
.boxR{
    float: none;
    width: 100%;
}
.two_columns .box{
    width: 100%;
}
.two_columns .box:nth-of-type(odd){
    clear: both;
    float: none;
}
.two_columns .box:nth-of-type(even){
    float: none;
}
.three_columns .box{
    float: none;
    width: 100%;
}
.three_columns .box:nth-of-type(3n-1){
    margin-left: 0;
}
.three_columns .box:nth-of-type(3n){
    float: none;
}
.three_columns .box:nth-of-type(3n+1){
    clear: none;
}
.four_columns .box{
    width: 49%;
    margin: 0 0 16px;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 0;
}
.four_columns .box:nth-of-type(odd){
    clear: both;
    float: left;
}
.four_columns .box:nth-of-type(even){
    float: right;
}
#wrap .notes{
    padding: 5%;
}
.four_block .box{
    float: left;
    width: 50%;
    padding: 0 .2em;
    text-align: center;
}
.four_block .box:nth-of-type(5){
    clear: both;
}

.three_columns_fx .box,
.four_columns_fx .box,
.two_columns_fx .box{
    width: 100%;
}

.three_columns_li li{
    width: 100%;
}
.three_columns_li::after
{
    width: 100%;
}

}
}
}

#wrap .merits{
    padding: 2em;
    background: #f5e9eb;
}
#wrap .merit_box{
    padding: 1em;
    background: #fff;
    border: 1px solid #deabba;
}
#wrap .merit_box span{
    color: #c1617d;
    font-size: 17px;
}
#wrap .demerits{
    padding: 2em;
    background: #dfefec;
}
#wrap .demerit_box{
    padding: 1em;
    background: #fff;
    border: 1px solid #59af9e;
}
#wrap .demerit_box span{
    color: #59af9e;
    font-size: 17px;
}
@media screen and (max-width: 540px) {
#wrap .merits{
    padding: 3em 1em 1em;
}
#wrap .demerits{
    padding: 3em 1em 1em;
}
}




#wrap .pricelist{
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}
#wrap .pricelist ol{
    margin-bottom: .4em;
    padding: .4em 0 0;
    border-top: 1px solid #aaa;
}
#wrap .pricelist ol li{
    padding: .4em 0;
    border-bottom: 1px solid #aaa;
}
#wrap .pricelist ol li div{
    float: left;
    width: 50%;
}
#wrap .pricelist ol li div:nth-of-type(even){
    float: right;
    width: 50%;
    text-align: right;
}
@media screen and (max-width: 540px) {
#wrap .pricelist{
    width: 100%;
    max-width: 540px;
}
}



ul.implant_price{
    margin-bottom: 16px;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ad9d48;
}
ul.implant_price li{
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
}
ul.implant_price li:last-child{
    border-bottom: 0;
}
ul.implant_price li div{
    width: 70%;
    padding: 0 4px;
}
ul.implant_price li div:nth-child(even){
    width: 30%;
    font-weight: 600;
    text-align: right;
}
.implant_price_total{
    text-align: right;
}
.implant_price_total span{
    color: #ad9d48;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0;
}
ul.allon4_price{
    margin-bottom: 16px;
    border-top: 2px solid #ad9d48;
    border-bottom: 2px solid #ad9d48;
}
ul.allon4_price li div{
    width: 40%;
    padding: 0 4px;
}
ul.allon4_price li div:nth-child(even){
    width: 60%;
    font-weight: 600;
    text-align: right;
}
ul.allon4_price div span{
    color: #ad9d48;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0;
}






#wrap .scroll table{
    width: 100%;
}
#wrap .scroll td{
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
#wrap .scroll{
    padding-bottom: 2%;
    overflow: auto;
/*    white-space: nowrap;*/
}
#wrap .scroll::-webkit-scrollbar{
    height: 10px;
}
#wrap .scroll::-webkit-scrollbar-track{
    background: #eee;
}
#wrap .scroll::-webkit-scrollbar-thumb {
    background: #bbb;
}
#wrap .scroll table{
    width: 150%;
}
}


/* ▲▲▲▲▲▲▲▲▲▲ 共通項目 ▲▲▲▲▲▲▲▲▲▲ */


#shinbi_01 .scroll table{
    width: 100%;
    border: 1px solid #ccc;
}
#shinbi_01 .scroll td{
    width: 14.285%;
    padding: 16px 8px;
    border: 1px solid #ccc;
    text-align: center;
}
#shinbi_01 .scroll tr:nth-of-type(n+2) td:nth-of-type(n+2){
    color: #4ab7d6;
}
#shinbi_01 .scroll tr:first-of-type td{
    background: #e3f2f8;
}
@media screen and (max-width: 540px) {
#shinbi_01 .scroll table{
    width: 320%;
}
}

#shinbi_02 .scroll table{
    width: 100%;
    border: 1px solid #ccc;
}
#shinbi_02 .scroll td{
    width: 33.333%;
    padding: 16px 8px;
    border: 1px solid #ccc;
    text-align: center;
}
#shinbi_02 .scroll tr:nth-of-type(n+2) td:nth-of-type(n+2){
    color: #4ab7d6;
}
#shinbi_02 .scroll tr:first-of-type td{
    background: #e3f2f8;
}
@media screen and (max-width: 540px) {
#shinbi_02 .scroll table{
    width: 120%;
}
}




#invisalign_chigai .scroll table{
    width: 100%;
    border: 1px solid #0080c5;
}
#invisalign_chigai .scroll td{
    width: 33.333%;
    padding: 16px 8px;
    border: 1px solid #0080c5;
    text-align: center;
}
#invisalign_chigai .scroll tr:first-of-type td:nth-of-type(2){
    background: #0080c5;
    color: #fff;
}
#invisalign_chigai .scroll tr:first-of-type td:last-of-type{
    background: #a8a8a8;
    color: #fff;
}
#invisalign_chigai .scroll tr:nth-of-type(n+2) td:nth-of-type(2){
    background: #eaf5fd;
    color: #0080c5;
}
#invisalign_chigai .scroll tr:nth-of-type(n+2) td:last-of-type{
    background: #f2f2f2;
    color: #000;
}
@media screen and (max-width: 540px) {
#invisalign_chigai .scroll table{
    width: 140%;
}
}





#ortho_cases li{
    float: left;
    width: 16.667%;
    margin-bottom: 2em;
    padding: 0 .4em;
    text-align: center;
    font-size: 18px;
}
#ortho_cases li img{
    padding-bottom: .3em;
}
#ortho_cases li span{
    font-size: 15px;
}
@media screen and (max-width: 767px) {
#ortho_cases li{
    width: 50%;
}
#ortho_cases li:nth-of-type(odd){
    clear: both;
    font-size: 16px;
    letter-spacing: 0;
}
#ortho_cases li span{
    font-size: 13px;
}
}



#media_pics li{
    float: left;
    width: 33%;
    margin-bottom: 2em;
    padding: 0 .8em;
    text-align: center;
}
#media_pics li:nth-of-type(4){
    margin-left: 10.5em;
}
@media screen and (max-width: 767px) {
#media_pics li{
    float: none;
    width: 88%;
    margin: 0 auto .6em;
    padding: 0;
}
#media_pics li:nth-of-type(4){
    margin-left: auto;
}
}



.igo_hikaku table{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #0080c5;
}
.igo_hikaku table tr:first-of-type td:nth-of-type(2){
    background: #0080c5;
    color: #fff;
}
.igo_hikaku table tr:first-of-type td:nth-of-type(3){
    background: #a8a8a8;
    color: #fff;
}
.igo_hikaku table td{
    width: 33%;
    padding: 1em;
    border: 1px solid #0080c5;
    vertical-align: middle;
}
.igo_hikaku table td:nth-of-type(2){
    background: #eaf5fd;
}
.igo_hikaku table td:nth-of-type(3){
    background: #f2f2f2;
}
@media screen and (max-width: 1280px){
.igo_hikaku table{
    width: 100%;
}
@media screen and (max-width: 1023px){
.igo_hikaku table:nth-of-type(2) tr:first-of-type td:nth-of-type(2){
    background: #a8a8a8;
    color: #fff;
}
.igo_hikaku table:nth-of-type(2) td:nth-of-type(2){
    background: #f2f2f2;
}
}
}






















#wrap .entry{
	text-align: left;
}
#wrap .entry .boxL{
}
#wrap .entry h2 a{
    display: block;
    color: #fff;
}
#sitemap_list p{
    margin: 0;
}
#sitemap_list li{
    font-size: 1.1em !important;
}
#sitemap_list li li{
    font-size: .95em !important;
}
#sitemap_list li li li{
    font-size: .9em !important;
}




#wrap .cost table{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ccc;
}
#wrap .cost td{
    padding: .7em;
    border-bottom: 1px solid #ccc;
}
#wrap .cost td:nth-of-type(odd){
    width: 40%;
    background: #e7f3f4;
}
#wrap .cost td:nth-of-type(even){
    text-align: right;
}
@media screen and (max-width: 767px) {
#wrap .cost td{
    display: block;
}
#wrap .cost td:nth-of-type(odd){
    width: 100%;
}
#wrap .cost td:nth-of-type(even){
    text-align: left;
}
}

#wrap .cost .oc{
    padding: .7em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#wrap .cost .oc{
    padding: .7em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}





#wrap .photos{
    float: left;
    width: 36%;
}
#wrap .g_photos{
    float: left;
    width: 44%;
}
#wrap .profiles{
    float: right;
    width: 62%;
}
#wrap .g_profiles{
    float: right;
    width: 55%;
}
.profiles .hd,
.g_profiles .hd{
    margin-bottom: .8em;
    padding-bottom: .4em;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    font-weight: 700;
}
.profiles .hd::before,
.g_profiles .hd::before{
    content: "● ";
    color: #4ab7d6;
}
#team h3 span{
    font-size: 13px;
}
#team h3 span::before{
    content: "　　　　";
}

@media screen and (max-width: 768px) {
#wrap .photos,
#wrap .g_photos{
    float: none;
    width: 100%;
    text-align: center;
}
#wrap .profiles,
#wrap .g_profiles{
    float: none;
    width: 100%;
}
@media screen and (max-width: 540px) {
#wrap #team h3{
    line-height: 1;
}
#team h3 span::before{
    content: "";
    display: block;
}
}
}




.accordion-container{
    position: relative;
    width: 100%;
}
.accordion-container .accordion-title{
    display: block;
    position: relative;
    margin: 0 0 .5em;
    padding: .8em 0;
    font-size: 20px;
    font-weight: 700;
    color: #4ab7d6;
}
.accordion-title{
    position: relative;
}
.accordion-content {
/*  display: none;*/
}
@media screen and (max-width: 768px) {
.accordion-container{
    cursor: pointer
}
.accordion-container .accordion-title{
    cursor: pointer;
}
.accordion-title{
    background: url("../../../img/sd/common/svg/open.svg") no-repeat 95%;
    background-size: 45px auto;
}
.accordion-title.open{
    background: url("../../../img/sd/common/svg/close.svg") no-repeat 95%;
    background-size: 45px auto;
}
.accordion-content {
    display: none;
}
}




#wrap .job table{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ccc;
}
#wrap .job td{
    padding: 2em;
    background: #fcf7ec;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}
#wrap .job td:nth-of-type(odd){
    width: 20%;
    background: #d2e9f7;
    border-right: 1px solid #ccc;
}
#wrap .job td:nth-of-type(even){
    padding-left: 2.5em;
}
@media screen and (max-width: 767px) {
#wrap .job table{
    width: 100%;
}
#wrap .job td{
    display: block;
    padding: .5em 1em;
}
#wrap .job td:nth-of-type(odd){
    width: 100%;
    border-right: 0;
}
#wrap .job td:nth-of-type(even){
    padding-left: 1em;
}
}




#wrap .faq dt{
    position: relative;
	margin-bottom: 1em;
    padding: 0 0 .5em;
    color: #66b6e5;
    border-bottom: 4px solid #ccc;
	font-size: 18px;
    font-weight: 700;
}
#wrap .faq dt::before{
    content: "Q. ";
}
#wrap .faq dt::after{
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 4px;
    background: #66b6e5;
}






#wrap .form{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
	text-align: left;
}
#wrap .form table{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ccc;
}
#wrap .form td{
    padding: 16px;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}
#wrap .form td:nth-of-type(odd){
    width: 40%;
    background: #a7c9ea;
}
#wrap .form td:nth-of-type(even){
    padding: 16px 8px 16px 32px;
}
.form i{
    font-size: 13px;
    color: #f00;
}
@media screen and (max-width: 768px) {
#wrap .form{
    width: 92%;
}
@media screen and (max-width: 767px) {
#wrap .form table{
    width: 100%;
}
#wrap .form td{
    display: block;
    padding: 8px;
}
#wrap .form td:nth-of-type(odd){
    width: 100%;
}
#wrap .form td:nth-of-type(even){
    padding: 8px;
}
span.wpcf7-list-item{
	display: block !important;
}
}
}



#fdates,#sdates,#tdates{
    width: 72%;
    margin-bottom: .3em;
}
.wpcf7-validates-as-date{
	background: #fff;
	color: #333;
	border: 1px solid #ddd;
	font-size: 17px;
	padding: .5em;
	border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.1) inset;
}
input{
	-webkit-transition:all .5s linear;
	-moz-transition:all .5s linear;
	transition:all .5s linear;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea
{
	background-color: #fff;
	color: #333;
	width: 80%;
    margin: auto;
	border: 1px solid #ddd;
	font-size: 17px;
	padding: 0.5em;
	border-radius:8px;
	box-shadow:2px 2px 4px rgba(0,0,0,.1) inset;
}
textarea {
	width: 100%;
}
#team-name{
	width: 60%;
}
span.kibou .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label:after{
/*    content: url(../../../img/sd/common/svg/open.svg);*/
}

input[type="radio"],
input[type="checkbox"]
{
/*
	-webkit-transform: scale(1);
	-webkit-transform-origin:0 0;
	-moz-transform: scale(1);
	-moz-transform-origin:0 0;
	-ms-transform: scale(1);
	-ms-transform-origin:0 0;
*/
	width: 28px;
	vertical-align: middle;
}
select {
	background: #fff;
	color:#333;
	border: 1px solid #ddd;
	font-size: 18px;
	padding: 0.5em;
	border-radius:8px;
	box-shadow:2px 2px 4px rgba(0,0,0,.1) inset;
	line-height: 2;
}



input[type="submit"] {
	margin: 40px 0 0;
	padding: 8px 0 8px 24px;
    background: #a7c9ea;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 32px;
	box-shadow: 0 0 1px rgba(0,0,0,.2);

	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
    background: #8caac7;
    color: #fff;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.datepickers{
    background: url("../../../img/sd/common/svg/calendar.svg") no-repeat 95%;
    background-size: 16px auto;
}

#bd01,#bd02,#bd03{
    width: 60%;
    margin-bottom: .5em;
}
#zip,
#age{
    width: 30%;
    max-width: 100px;
}

#namae01,
#namae02,
#kana01,
#kana02
{
    width: 38%;
}
@media screen and (max-width: 767px) {
#namae01,
#namae02,
#kana01,
#kana02,
#zip,
#age{
    width: 50%;
    max-width: 120px;
}
}


input.datepicker,
.jikantai{
	width: 48%;
    margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
input.datepicker,
.jikantai{
	width: 100%;
    margin-bottom: 8px;
}
}


#wrap .implant__form table{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ccc;
}
#wrap .implant__form table#bui{
    border-top: 0;
}
#wrap .implant__form td{
    padding: 16px;
    border-bottom: 1px solid #ccc;
}
#wrap .implant__form #bui td{
    padding: 0;
    border-bottom: 0;
}
#wrap .implant__form td:nth-of-type(odd){
    width: 40%;
}
#wrap .implant__form #bui{
    width: 100%;
}
#wrap .implant__form #bui th:nth-child(1){
    width: 8%;
    background: #3ec3d4;
}
#wrap .implant__form #bui th:nth-child(2),
#wrap .implant__form #bui th:nth-child(3){
    width: 46% !important;
    text-align: center;
    background: #3ec3d4;
    font-weight: 100;
    line-height: 1;
}
#wrap .implant__form #bui td:nth-child(2),
#wrap .implant__form #bui td:nth-child(3){
    width: 46% !important;
    text-align: center;
}
#wrap .implant__form #bui th,
#wrap .implant__form #bui td{
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
    font-weight: 100;
    border: 1px solid #ccc;
}
#wrap .implant__form td:nth-of-type(even){
    padding: 16px 8px 16px 32px;
}
#wrap .implant__form em{
    padding: 4px;
    font-size: 14px;
    background: #3ec3d4;
    color: #fff;
    border-radius: 8px;
    line-height: 0;
    letter-spacing: 0;
}
@media screen and (max-width: 767px) {
#wrap .implant__form table{
    width: 100%;
}
#wrap .implant__form td{
    display: block;
    padding: 8px;
}
#wrap .implant__form #bui td{
    display: table-cell;
}
#wrap .implant__form td:nth-of-type(odd){
    width: 100%;
}
#wrap .implant__form td:nth-of-type(even){
    padding: 16px;
}
/*
#wpcf7-f1689-p1688-o1 > form > div.section.mb80.form > table > tbody > tr:nth-child(10) > td:nth-child(2){
    padding: 16px 8px;
}
*/
#wrap .implant__form #bui th,
#wrap .implant__form #bui td{
    vertical-align: center;
    border: 1px solid;
}
#wrap .implant__form #bui th:nth-child(1){
    width: 10% !important;
}
#wrap .implant__form #bui th:nth-child(2),
#wrap .implant__form #bui th:nth-child(3){
    width: 45% !important;
    text-align: center;
}
#wrap .implant__form #bui td:nth-child(2),
#wrap .implant__form #bui td:nth-child(3){
    width: 45% !important;
    text-align: center;
    font-size: 12px;
    padding: 4px 0;
    letter-spacing: 0;
}
/*
#wpcf7-f1689-p1688-o1 > form > div.section.mb80.form > table > tbody > tr:nth-child(10) > td:nth-child(2)
{
    padding: 8px 0;
}
*/
#zip{
    width: 100%;
}
}

#bui .wpcf7-list-item-label{
    display: flex;
    justify-content: center;
    align-items: center;
}
#bui .wpcf7-list-item-label input[type="checkbox"]{
    width: 20px;
}
#bui .wpcf7-list-item-label::before, #bui .wpcf7-list-item-label::after{
    content: " ";
    display: block;
}
#bui .wpcf7-list-item-label::before{
    padding-left: 2px;
}
.bui_checkbox > .wpcf7-list-item > label{
    flex-direction: column;
    line-height: .5;
}
#bui .wpcf7-list-item{
    margin: 0;
}
#wrap .implant__form table p{
    margin: 0 !important;
}







.yobou_hygienist ul{
    width: 80%;
    max-width: 920px;
    margin: auto;
}
.yobou_hygienist ul li::before{
    content: "● ";
    color: #be6969;
}
.yobou_hygienist dt{
    padding: 16px;
    background: #c28484;
    color: #fff;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
.yobou_hygienist ul{
    width: 100%;
}
}



.op_pos{
    position: relative;
    padding: 50px 0 0;
}
.op_pos .numbers{
    position: absolute;
    width: 176px;
    height: 91px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
    top: -60px;
    left: 0;
    right: 0;
    text-align: center;
}
.op_pos .hd{
    margin: 0 0 16px;
    color: #494332;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.carearea .hd {
    margin-bottom: 24px;
    text-align: center;
    color: #b28752;
    font-size: 20px;
    font-weight: 700;
}
.carearea .subhd {
    margin-bottom: 24px;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}




.toggle_contents{
    padding: 0 0 8px;
}
.faqarea{
    text-align: left;
}
.toggle_title{
	position: relative;
	padding: 40px 16px;
    background: #e1edf1	url(../../../img/sd/common/svg/faq_q.svg) no-repeat 0 0;
    background-size: 32px auto;
    font-weight: 600;
}
.toggle_btn{
    display: none;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: #e1edf1;
	width: 32px;
	height: 32px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
    transition:all .3s linear;
}
.toggle_contents dd{
    padding: 64px 0 0;
    background: #fff url(../../../img/sd/common/svg/faq_a.svg) no-repeat 0 24px;
    background-size: 32px auto;
}
@media screen and (max-width: 800px) {
.faqarea{
    width: 92%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
.toggle_btn{
    display: block;
}
.toggle_btn:before, .toggle_btn:after{
	display: block;
	content: '';
	background: #000;
	position: absolute;
	width: 18px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_title{
	padding: 40px 40px 16px 16px;
	cursor: pointer;
}
.toggle_btn:before{
	width: 2px;
	height: 18px;
}
.toggle_title.selected .toggle_btn:before{
	content: normal;
}
.toggle_contents dd{
	display: none;
}
section:first-of-type .toggle_contents:first-of-type　dd{
	display: block;
}
.selected{
	display: block;
}
}


