@charset "utf-8";
/*
Theme Name: 西日暮里駅前デンタルクリニック
Theme URI: https://www.venus-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}
    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{
    max-width: 100%;
    scroll-behavior: smooth;
    overflow-y: auto;
}
@media screen and (max-width: 768px) {
html{
	font-size:62.5%;
	-webkit-text-size-adjust: 100%;
}
}

.wpcf7-response-output{
    display: none !important;
}

body {
	width: 100%;
	margin:0;
	padding:0;
	text-align: center;
	background: #fff;
	color: #000;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 1.2pt;
/*	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: #eb7450;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}
::-moz-selection {
	background: #eb7450;
	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: #eb7450;
}
a:active, a:hover{
	color: #b04d2f;
	text-decoration: none;
}

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

a:hover img{
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	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;}
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;
}


abbr{
display: none
}

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

.imgL, .s_imgL, .txtL{float:left;}
.imgR, .s_imgR, .txtR{float:right;}
.co{clear:both;}
.fwn{font-weight:100;}
.fwb{font-weight:700;}
.fs17{font-size:17px;}
.fs18{font-size:18px;}
.fs19{font-size:19px;}
.fs20{font-size:20px;}
/*
.su{
    opacity:0;
    transform: translateY(60px);
}
.fiu{
    transition: all 0.5s ease-in;
    transform: translateY(0);
    opacity: 1 !important;
}
*/

.fc_red{color: red;}
.fc_orange{color: #eb7450;}
.fc_green{color: #638a11;}
.fc_lblue{color: #3d9a9a;}


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

.mb0{margin-bottom:0;}
.mb4{margin-bottom:4px;}
.mb8{margin-bottom:8px;}
.mb16{margin-bottom:16px;}
.mb24{margin-bottom:24px;}
.mb32{margin-bottom:32px;}
.mb40{margin-bottom:40px;}
.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;}
.pt24{padding-top:24px;}

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

.ic_mc{color: #eb7450;}
.ic_wine{color: #80001b;}
.ic_vermilion{color: #d33930;}
.ic_green{color: #72af25;}

.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: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}

.more a{
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 8px;
    background: #8a786d url("../../../image/common/svg/arrow-black.svg") no-repeat 97% center;
    background-size: 20px auto;
    color: #fff;
    border: 1px solid #5b4f48;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.more a:hover{
    background: #fff url("../../../image/common/svg/arrow_brown.svg") no-repeat 99% center;
    color: #5b4f48;
    background-size: 20px auto;
}
a.more-link{
    clear: both;
    display: block;
    width: 100% !important;
    margin: auto;
    margin-top: 24px !important;
	padding: 16px 32px;
	background: #eb7450;
	color: #fff !important;
    text-align: center;

	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

a:hover.more-link{
	background: #ac4c2f;
	color: #fff !important;
}
@media screen and (max-width: 540px) {
a.more-link{
    width: 100% !important;
}
}




.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: 1023px) {
.w20,.w30,.w40,.w50{width: 50%;}
}
@media screen and (max-width: 767px) {
.w20,.w30,.w40,.w50,.w60,.w70,.w80,.w90{width: 100%;}
}


a.icon_pdf{
    padding-right: 24px;
	background: url(img/common/svg/pdf.svg) no-repeat right;
    background-size: 16px auto;
}
.spc{
	display: none;
}
#reserve{
    position: fixed;
    width: 40px;
    height: 300px;
/*    top: 0;*/
    top: 0;
    right: 0;
    z-index: 5000;
}
@media screen and (max-width: 768px) {
.dn{
	display: none;
}
.spc{
	display: inherit;
}
}
@media screen and (max-width: 768px) {
#reserve{
    position: fixed;
    width: 40px;
    height: 187px;
    top: 48px;
    right: 0;
}
@media screen and (max-width: 360px) {
#reserve{
    width: 32px;
}
}
}



#upper_toggle{
    display: none;
}
@media screen and (max-width: 1023px) {
#upper_toggle{
    display: inherit;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 4px;
    right: .2%;
    z-index: 9999;
    cursor: pointer;
    background: #f3f2eb;
}
#upper_toggle .open_button{
/*
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 30px;
    margin: auto;
    padding: 8px 16px;
    color: #444;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    border-radius: 16px;
    cursor: pointer;
*/
}
#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;
}
.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 91%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: opacity .5s, transform 0s .5s;
    transform: scale(0);
}
.modal_wrap input{
    display: none;
}
.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal_content{
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    margin: 0;
    padding: 32px 0 0;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transform: translateY(-30%);
    transition: .3s;
}
.modal_content .logo{
    margin-bottom: 16px;
    text-align: center;
}
.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);
}

.tab{
    width: 92%;
    margin: 0 auto;
}
.tab li{
    width: calc(50% - 1px);
    padding: 16px 0;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
}
.tab li:nth-child(1){
    background: #ffe4db;
}
.tab li:nth-child(2){
    background: #eb7450;
}
.tab_sub{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab_sub li{
    width: calc(33% - 2px);
    margin-bottom: 8px;
}
.tab_sub::after{
    content: '';
    display: block;
    width: calc(33% - 2px);
}
.tab_sub li.active{
} 
.list{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
#sp_clinic_box{
    padding: 24px 16px;
    background: #ffe4db;
}
#sp_guide_box{
    padding: 24px 16px;
    background: #eb7450;
}
.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: 8px 0;
    padding: 0 8px 8px;
}
.childnav_box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.childnav_box .grid{
    width: calc(33% - 2px);
    margin-bottom: 4px;
}
.childnav_box::after{
    content: "";
    display: block;
    width: calc(33% - 2px);
}





/*
.modal_wrap li{
    margin-bottom: 1em;
    text-align: left;
    background: #f3f2eb;
}
.modal_wrap ul,
.modal_wrap ol{
    padding: .5em 0;
}
.modal_wrap li{
    padding: 16px 24px;
}
.modal_wrap li li::before{
    content: "・";
    display: inline;
}
.modal_wrap li li li{
    padding: 0 0 0 8px;
}
.modal_wrap li li li::before{
    content: "-";
}
.modal_wrap li li{
    display: block;
    float: left;
    width: 33.333%;
    margin: 0 0 .5em;
    padding: 0 .5em;
}
.modal_wrap li li li{
    float: none;
    width: 100%;
}
*/
.modal_wrap .hd_home{
    min-height: 16px;
    background: #f3f2eb url("../../../image/common/svg/mw_home02.svg") no-repeat .7em center;
    background-size: 12px auto;
}
.modal_wrap .hd_guide{
    min-height: 16px;
    background: #f3f2eb url("../../../image/common/svg/mw_guide02.svg") no-repeat .7em 1.2em;
    background-size: 12px auto;
}
.modal_wrap .hd_price{
    min-height: 16px;
    background: #f3f2eb url("../../../image/common/svg/mw_price02.svg") no-repeat .7em center;
    background-size: 12px auto;
}
.modal_wrap .hd_clinic{
    min-height: 16px;
    background: #f3f2eb url("../../../image/common/svg/mw_clinic02.svg") no-repeat .7em 1.2em;
    background-size: 12px auto;
}
@media screen and (max-width: 767px) {
.modal_wrap li li{
    float: left;
    width: 50%;
    margin: 0 0 .5em;
    padding: 0;
/*    padding: 0 .5em;*/
}
@media screen and (max-width: 480px) {
.modal_wrap li li{
    float: none;
    width: 100%;
    margin: 0 0 8px 16px;
    padding: 0;
/*    padding: 0 .5em;*/
}
@media screen and (max-width: 360px) {
#upper_toggle{
    width: 32px;
    height: 32px;
}
}
}
}
}




header{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    z-index: 1000;
	width: 100%;
	margin: 0 auto;
	text-align: left;
    background: #fff;
}
#upper{
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 1440px;
/*    height: 292px;*/
    height: 128px;
    margin: auto;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
#logo{
    position: absolute;
    width: 400px;
    height: 35px;
    margin: 0 auto;
    top: 15%;
    right: 0;
    left: 0;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
.corona_btn{
    background: #000;
    padding: 16px 8px;
    text-align: center;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
.upper_phone{
    position: absolute;
    width: 440px;
    height: 53px;
    margin: auto 0;
    right: 0;
    top: 20px;
}
@media screen and (max-width: 1280px) {
#logo{
    width: 320px;
    height: 32px;
}
@media screen and (max-width: 1180px) {
#logo{
    margin: 0;
    left: 30%;
}
@media screen and (max-width: 1080px) {
#logo{
    left: 20%;
}
@media screen and (max-width: 930px) {
#logo{
    left: 10%;
}
@media screen and (max-width: 840px) {
#logo{
    left: 0;
}
@media screen and (max-width: 768px) {
header{
	position: inherit;
}
#upper{
    height: 292px;
}
#logo{
    width: 256px;
    height: 23px;
    margin: auto 0;
    top: 0;
    bottom: 0;
}
#upper{
    height: 48px;
}

}
}
}
}
}
}

#gnav{
    position: absolute;
	width: 100%;
    max-width: 1280px;
    margin: auto;
    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: 12.5%;
	letter-spacing: 0;
    text-align: center;
}
#gnav nav ul li:not(:first-child) {
	border-left: none;
}
#gnav nav ul li a{
	padding: 8px 0;
	color: #333;
	text-align: center;
	display: block;
}
#gnav nav ul li a:hover,
#gnav nav ul li a.ov{
	padding: 8px 0;
    background: #ffe4db;
	color: #000;
	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: #ffe4db;
    color: #333;
	text-decoration: none;
    text-align: left;
}
#gnav nav ul li li a:hover{
	padding: 8px;
    background: #c9c4ca;
	color: #333;
}


#mv{
    background: #f2f2e4;
}
#mv img{
	width: 100%;
    height: auto;
}
#submv{
    color: #fff;
	text-align: center;
	font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 32px;
}
#submv div{
    min-height: 250px;
	padding: 80px 0 0;
	line-height: 1.2em;
}
#submv div span{
    display: block;
    font-size: 18px;
}
#submv .mv_guide{
	background: url("../../../image/common/mv/guide.jpg") no-repeat center center;
    background-size: cover;
}
#submv .mv_clinic{
	background: url("../../../image/common/mv/clinic.jpg") no-repeat center center;
    background-size: cover;
}
#submv .mv_team{
	background: url("../../../image/common/mv/team.jpg") no-repeat center center;
    background-size: cover;
}
#submv .mv_concept{
	background: url("../../../image/common/mv/concept.jpg") no-repeat center center;
    background-size: cover;
}
#submv .mv_price{
	background: url("../../../image/common/mv/price.jpg") no-repeat center center;
    background-size: cover;
}
#submv .mv_access{
	background: url("../../../image/common/mv/access.jpg") no-repeat center center;
    background-size: cover;
}
#submv .mv_job{
	background: url("../../../image/common/mv/job.jpg") no-repeat center center;
    background-size: cover;
}
#submv .mv_contact{
	background: url("../../../image/common/mv/contact.jpg") no-repeat center center;
    background-size: cover;
}
#submv .mv_other{
	background: url("../../../image/common/mv/other.jpg") no-repeat center center;
    background-size: cover;
}
@media screen and (max-width: 768px){
#mv .dn{
    display: inherit;
}
#mv .spc{
    display: none;
}
@media screen and (max-width: 767px){
#mv .dn{
    display: none;
}
#mv .spc{
    display: inherit;
}
#submv div{
    min-height: 200px;
	padding: 50px 0 0;
}
}
}




#fv{
	padding: 4em 0;
	background: #8c837f;
	/*background: #e2cabc;*/
	color: #fff;
	text-align: center;
}
#fv .inner{
    widows: 100%;
    max-width: 1120px;
    margin: auto;
}
#fv h1{
	margin: 0 0 24px;
	padding: 88px 0 0;
	background: url("../../../image/common/svg/logomark02.svg") no-repeat center 0;
	background-size: 160px auto;
	text-align: center;
	font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.6em;
}
#fv .inner p{
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: 700;

}
#fv .boxL{
	float: left;
	width: 35%;
	text-align:left;
}
#fv .boxR{
	float: right;
	width: 60%;
	text-align:left;
	margin-left: 24px;
}
#fv .notes{
	background-color: rgba(255,255,255,0.8);
	padding: 2em;
	text-align: left;
}
#fv li{
	color: #5B4F48;	
}
@media screen and (max-width: 1023px){
#fv{
	padding: 4em 2em;
}
@media screen and (max-width: 767px){
#fv{
	padding: 3em 1em;
}
#fv .boxL{
	float: none;
	width: 100%;
	text-align:center;
}
#fv .boxR{
	float: none;
	width: 100%;
	margin-top: 16px;
	margin-left: 0px;
}	
}
}




/* 口腔ケアとウイルス対策 */
#bn-virus{
	text-align: center;
	padding: 0 10%;
	margin-bottom: 80px;

}





.ippan_perio{
}
.ippan_perio .inner{
    padding: 80px 0 40px;
    background: #eee;
}
.ippan_perio .fx{
    widows: 100%;
    max-width: 1120px;
    margin: auto;
}
.ippan_perio .grid{
    width: calc(50% - 24px);
}
.ippan_perio ul::after{
    width: calc(33% - 4px);
    content: "";
    display: block;
}
.ippan_perio .grid li{
    width: calc(33% - 4px);
    margin-bottom: 8px;
}
.index__ippan{
    margin: 0 0 24px;
}
@media screen and (max-width: 540px) {
.ippan_perio .grid{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.ippan_perio .grid li{
    width: calc(50% - 4px);
    margin-bottom: 8px;
}
}





#sc_area{
    padding: 80px 0;
}
#sc_area h2{
    min-height: 144px;
    padding: 64px 0 0;
    background: url("../../../image/seven_characteristics03.svg") no-repeat top center;
    background-size: 188px auto;
    color: #745a4a;
    text-align: center;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 25px;
}
#sc_area h2 span{
	color: #d98912;
}
#sc_area .inner_area{
    padding: 80px 0;
    background: #ffe4db;
}
#sc_area .inner{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
#sc_area .box{
	width: calc(50% - 16px);
}
#sc_area figcaption{
    padding: 16px 16px 0;
    text-align: left;
}
#sc_area .blocklink a:hover{
    background: #f3f2eb;
}
@media screen and (max-width: 767px){
#sc_area .inner_area{
    padding: 0 0;
}
#sc_area .box{
    width: 100%;
}
}






#guides{
}
#guides h2{
    min-height: 148px;
    padding: 64px 0 0;
    background: url("../../../image/guides02.svg") no-repeat top center;
    background-size: 158px auto;
    color: #745a4a;
    text-align: center;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 25px;
}
#guides h3{
    margin: 0 0 16px;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 22px;
    font-weight: 700;
}
#guides .box{
    float: left;
    width: 50%;
}
#guides .box:nth-of-type(even){
    text-align: left;
}
@media screen and (max-width: 767px){
#guides{
    padding: 10% 0 0;
}
#guides .box{
    float: none;
    width: 100%;
}
#guides .box:nth-of-type(even){
    padding: 0 5%;
}
}


#implant{
    padding: 0 0 80px;
    background: #eee;
}
#implant .fx{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}
#implant .grid:nth-child(1){
    width: 40%;
}
#implant .grid:nth-child(2){
    width: 60%;
    padding-top: 80px;
    padding-left: 24px;
}
@media screen and (max-width: 767px){
#implant{
    padding: 0 0 5%;
}
#implant .grid:nth-child(1){
    width: 100%;
}
#implant .grid:nth-child(2){
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
}
}


#shinbi{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 80px 0;
    background: #fff;
}
#shinbi .grid:nth-child(1){
    width: 40%;
}
#shinbi .grid:nth-child(2){
    width: 60%;
    padding-left: 24px;
}
@media screen and (max-width: 767px){
#shinbi{
}
#shinbi .grid:nth-child(1){
    width: 100%;
}
#shinbi .grid:nth-child(2){
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
}
}



#invisalign{
    padding: 0 0 80px;
    background: #eee;
}
#invisalign .fx{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 40px;
}
#invisalign .grid:nth-child(1){
    width: 40%;
}
#invisalign .grid:nth-child(2){
    width: 60%;
    padding-top: 80px;
    padding-left: 24px;
}
@media screen and (max-width: 767px){
#invisalign{
    padding: 0 0 5%;
}
#invisalign .grid:nth-child(1){
    width: 100%;
}
#invisalign .grid:nth-child(2){
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
}
}



#other_guide{
    padding: 40px 0;
    background: #ffe4db;
}
#other_guide h2,
#other_guide .hd{
    min-height: 136px;
    padding: 48px 0 0;
    background: url("../../../image/og02.svg") no-repeat top center;
    background-size: 138px auto;
    color: #745a4a;
    text-align: center;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 25px;
}
#other_guide ol{
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
#other_guide ol::after{
    width: calc(40% - 8px);
    content:"";
    display: block;
}
#other_guide li{
    width: calc(20% - 8px);
    margin: 0 0 8px;
}
@media screen and (max-width: 767px){
#other_guide ol{
    width: 92%;
}
#other_guide li{
    width: calc(50% - 4px);
    margin: 0 0 8px;
}
#other_guide ol::after{
    width: calc(50% - 4px);
}
}


#threepoints{
    padding: 2%;
    background: url("../../../image/threepoints_pc_bg.jpg") no-repeat center center;
    background-size: cover;
}
@media screen and (max-width: 767px){
#threepoints{
    padding: 10% 5%;
    background: url("../../../image/threepoints_bg.jpg") no-repeat center center;
    background-size: cover;
}
#threepoints .box{
    margin-bottom: 24px;
}
#threepoints .box:last-child{
    margin-bottom: 0;
}
}







#foot_banners{
    max-width: 1280px;
    width: 80%;
    margin: auto;
    padding: 5em 0;
    text-align: center;
}
#sponcer{
    text-align: left;
}
#foot_banners .hd02{
	text-align: center;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 25px;
	margin-bottom: .5em;
    line-height: 1;
}
@media screen and (max-width: 1023px) {
#foot_banners{
    max-width: 1020px;
    width: 92%;
    padding: 2em 0;
}
#sponcer{
    width: 100%;
    margin: auto;
}
}


#column{
    max-width: 1280px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#column .blocklink a:hover{
    background: #ddd;
}
#column .boxL{
    float: left;
    width: 44%;
}
#column .boxR{
    float: right;
    width: 55%;
    line-height: 1.3;
}
@media screen and (max-width: 1023px) {
#column{
    max-width: 1020px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
}




footer{
    padding: 2em 0 0;
    background: #ffe4db;
}
footer .support{
    padding: .5em 5em;
    text-align: center;
}
footer .btmnav{
    display: none;

/*
    display: none;
    position: absolute;
    width: 400px;
    height: 50px;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
*/
}
/*
footer .btmnav li:nth-of-type(odd){
    width: 50%;
    text-align: center;
    background: #d98912;
}
footer .btmnav li:nth-of-type(even){
    width: 50%;
    text-align: center;
    background: #cd5617;
}
*/



@media screen and (max-width: 767px) {
footer .support{
    padding: 0 0 1em;
    text-align: left;
}
footer .btmnav{
    display: block;
    position: fixed;
    width: 100%;
    height: 64px;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #eb7450 33.333%, #ffe4db 33.333%);
}
footer .btmnav li{
    width: 33.333%;
    text-align: center;
}
}






#clinic_data{
	padding: 2em 5em 0;
	text-align: left;
	color: #745A4A;	
}
#clinic_data p{
    margin-bottom: .6em;
}
#clinic_data .boxR{
    float: right;
    width: 45%;
    margin-bottom: 40px;
    padding-right: 5%;
    text-align: left;
}
#clinic_data .boxL{
    float: left;
    width: 50%;
    margin-bottom: 40px;
    text-align: left;
    padding-left: 5%;
}
#clinic_data .cal_hd{
	text-align: center;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 17px;
	margin-bottom: .5em;
    line-height: 1;
}
#gmap iframe{
    padding: 0;
    vertical-align: bottom;
}
@media screen and (max-width: 767px) {
#clinic_data{
	padding: 2em 1em;
    background: #fafafa;
}
#clinic_data .boxL{
    float: none;
    width: 100%;
    padding-left: 0;
}
#clinic_data .boxR{
    float: none;
    width: 100%;
}
#gmap iframe{
    padding: 0;
    vertical-align: bottom;
}
footer .ig{
    padding: 2em 1em;
}

footer .ig .sbi_item{
    width: 33.333% !important;
}
}


#footbtns div{
    width: 33.333%;
    text-align: center;
}
#footbtns div a{
    display: block;
    padding: 24px 0;
}
#footbtns div:nth-of-type(1){
    background: #f2e9e6;
}
#footbtns div:nth-of-type(2){
    background: #ffe4db;
}
#footbtns div:nth-of-type(3){
    background: #eb7450;
}



.groupclinic{
    padding: 40px 0 80px;
    background: #eee;
    color: #333;
    text-align: center;
}
.groupclinic .hd{
    margin-bottom: 24px;
    font-size: 26px;
    font-weight: 600;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.groupclinic .hd span{
    color: #d98912;
    font-size: 16px;
    font-family: Arial, Helvetica, "sans-serif";
}
.groupclinic .hd br:nth-child(1){
    display: none;
}
.groupclinic ul{
    width: 100%;
    max-width: 1120px;
    margin: auto;
}
.groupclinic li{
    width: calc(33% - 8px);
}
@media screen and (max-width: 540px) {
.groupclinic{
    padding: 24px 0;
}
.groupclinic ul{
    width: 92%;
}
.groupclinic li{
    width: 100%;
    margin-bottom: 16px;
}
.groupclinic .hd br:nth-child(1){
    display: block;
}
}






#footlinks{
	margin: 0;
    background: #5b4f48;
    color: #fff;
    letter-spacing: 0;
    font-size: 15px;
    text-align: center;
}
#footlinks a{
    color: #fff;
    display: block;
}
#footlinks li{
    float: left;
    width: 20%;
    padding: 1%;
}
#footlinks li:nth-of-type(6){
    clear: both;
}
@media screen and (max-width: 767px) {
#footlinks li{
    width: 50%;
    padding: 2% 1%;
}
#footlinks li:nth-of-type(6){
    clear: inherit;
}
#footlinks li:nth-of-type(odd){
    clear: both;
    float: left;
}
#footlinks li:nth-of-type(even){
    float: right;
}
}

.sitelinks{
    background: #fff;
    letter-spacing: 0;
    color: #000;
    font-size: 14px;
}
.sitelinks .fx{
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 40px 0;
}
.sitelinks .fx .box{
    width: 33%;
    padding: 8px;
    border-right: 1px solid #f1f1f1;
}
.sitelinks li a{
    position: relative;
    display: inline-block;
    padding: 4px 0;
    color: #000;
    text-decoration: none;
    letter-spacing: 0;
}
.sitelinks li a::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #d98912;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
.sitelinks li a:hover::after{
    transform-origin: left top;
    transform: scale(1, 1);
}
.sitelinks li img{
    vertical-align: baseline;
}
@media screen and (max-width: 820px) {
.sitelinks .fx .box{
    width: 50%;
    padding: 8px;
}
@media screen and (max-width: 540px) {
.sitelinks{
    font-size: 15px;
}
.sitelinks .fx{
    width: 92%;
    padding: 24px 0;
}
.sitelinks .fx .box{
    width: 100%;
    padding: 0;
    border-right: 0;
}
}
}


.sitelinks dl{
    padding: 0 0 8px;
    border-bottom: 1px solid #ddd;
}
.sitelinks div a,
.sitelinks p a{
    position: relative;
    display: inline-block;
    display: block;
    margin-bottom: 16px;
    padding: 0 0 8px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.sitelinks div a::after,
.sitelinks p a::after{
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #d98912;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
.sitelinks div a:hover::after,
.sitelinks p a:hover::after{
    bottom: -1px;
    transform-origin: left top;
    transform: scale(1, 1);
}
.sitelinks li a{
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
    font-weight: 100;
}


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



#copyright{
	padding: 1em;
    background: #000;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
}
#copyright a{
    color: #fff;
}

#bottom{
    position: fixed;
    bottom: 0;
    right: 0;
	line-height: 0.8;
    z-index: 9999;
}
#bottom .box{
	display: none;
}
#bottom a{
    width: 88px;
    padding: 28px 0 16px;
    text-align:center;
    background: #0a1d7f;
	color: white;
    display:block;
	font-size: 60px;
	font-weight:700;
    text-decoration:none;
	border-radius: 50%;
}
#bottom a:hover {
    background: #0a1d7f;
	color: white;
}
@media screen and (max-width: 480px) {
#bottom{
    position: fixed;
	width: 100%;
    padding: 0 2%;
    background: #e4ecf1;
    bottom: 0;
    right: 0;
	line-height: 1.5;
    letter-spacing: -1px;
}
#bottom a{
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    border: 0;
}
#bottom .box:nth-of-type(even) a{
    border: 0;
}
#bottom .box{
	float: left;
    width: 32%;
	display: inherit;
}
#bottom .box:nth-of-type(even){
    margin-left: 2%;
}
#bottom .box:nth-of-type(3){
	float: right;
}
}






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

#breadcrumbs{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 24px 0;
    background: #fff;
	text-align: left;
}
#toc_container {
    width: 70%;
    margin: 0 auto 80px;
    padding: 3%;
    border: 1px solid;
    letter-spacing: 0;
}
#toc_container li{
    margin-bottom: .5em;
    margin-left: .5em;
    font-size: 18px;
    font-weight: 700;
}
#toc_container li ul{
    padding-top: .5em;
}
#toc_container li li{
    margin-bottom: .5em;
    font-size: 17px;
}
#toc_container li li li{
    border-bottom: 1px dashed;
    font-size: 16px;
    font-weight: 100;
}
#toc_container li li li li{
    margin-left: 1em;
}
#toc_container li li li::before{
    content: "・";
}
#toc_container li li li li::before{
    content: "";
}
#toc_container p{
    margin: 0 0 16px !important;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 1023px) {
#toc_container {
    width: 90%;
    margin: 0 auto 40px;
    padding: 3%;
}
@media screen and (max-width: 480px) {
#breadcrumbs{
    width: 92%;
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
	text-align: left;
}
#toc_container {
    width: 92%;
}
}
}




#wrap{
    margin: 0;
    padding: 0;
    text-align: left;
}
#wrap article{
/*    margin-bottom: 2em;*/
    max-width: 2400px;
    margin: auto;
    padding: 2em 0;
    text-align: left;
}
#wrap section,
#wrap .section{
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
/*
	padding-right: 5em;
	padding-left: 5em;
*/
}
#wrap p{
	margin: 0 0 2em;
}
#wrap strong{
	background: linear-gradient(transparent 70%, #f5b9a7 70%);
}
.attention{
    font-size: 18px;
    font-weight: 700;
	background: linear-gradient(transparent 70%, #d98912 80%);
}
.lead{
    font-size: 18px;
    font-weight: 700;
	color: #eb7450;
}

#wrap b{
    color: #eb7450;
}
#wrap article h1{
    min-height: 160px;
    padding: 48px 0 0;
    background: url("../../../image/common/svg/h1_bg.svg") no-repeat top center;
    background-size: 128px auto;
    text-align: center;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 25px;
}
#wrap article h2{
	margin-bottom: 24px;
    padding: 16px;
    background: #eb7450;
    color: #fff;
	font-size: 25px;
    font-weight: 700;
	text-align: left;
}
#wrap article h2 a{
    display: block;
    color: #fff;
}
#wrap article h3{
	margin-bottom: 16px;
    padding: 8px 0 8px 16px;
    border-left: 8px solid #eb7450;
    border-bottom: 1px dashed #000;
	font-size: 18px;
    font-weight: 700;
	text-align: left;
}
#wrap article.line_reserve h2 span{
    font-size: 15px;
}
#wrap article.line_reserve h3 span{
    color: #eb7450;
    font-weight: bold;
}
#wrap article h4{
    min-height: 16px;
	margin-bottom: 8px;
    padding: 0 0 0 24px;
    background: url("../../../image/common/svg/h4_bg.svg") no-repeat 0 center;
    background-size: 16px auto;
    color: #eb7450;
	font-size: 17px;
    font-weight: 700;
	text-align: left;
}
.boxL{
    float: left;
    width: 48%;
}
.boxR{
    float: right;
    width: 48%;
}
.two_blocks .box{
    width: 48%;
}
.two_blocks .box:nth-of-type(odd){
    clear: both;
    float: left;
}
.two_blocks .box:nth-of-type(even){
    float: right;
}
.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_columns .box{
    float: left;
    width: 32%;
}
.three_columns .box:nth-child(3n-1){
    margin-left: 2%;
}
.three_columns .box:nth-child(3n+1){
    clear: both;
}
.three_columns .box:nth-child(3n){
    float: right;
}
/*
.three_columns .box:nth-of-type(2),
.three_columns .box:nth-of-type(5),
.three_columns .box:nth-of-type(8){
    margin-left: 2%;
}
.three_columns .box:nth-of-type(3),
.three_columns .box:nth-of-type(6){
    float: right;
}
*/
.three_columns .box .more a{
    width: 90%;
}
.four_columns .box{
    float: left;
    width: 24%;
}
.four_columns .box:nth-of-type(2),
.four_columns .box:nth-of-type(3),
.four_columns .box:nth-of-type(6),
.four_columns .box:nth-of-type(7){
    margin-left: 1.3%;
}
.four_columns .box:nth-of-type(4n){
    float: right;
}
/*
.four_columns .box:nth-of-type(4),
.four_columns .box:nth-of-type(8){
    float: right;
}
*/
figure{
    text-align: center;
}
figcaption{
    padding-top: .5em;
    text-align: left;
}
.oz .imgL,
.oz .s_imgL{
    max-width: 48%;
    margin-right: .8em;
}
.oz .imgR,
.oz .s_imgR{
    max-width: 48%;
    margin-left: .5em;
}
#wrap .notes{
    padding: 24px;
}
#wrap .notes_green{
    background: #f6ffe2;
}
#wrap .notes_ppink{
    background: #ffe4db;
}
#wrap .notes_beige{
    background: #fff0eb;
}
.notes_pblue{
    background: #e6fafa;
}
.notes_gray{
    background: #f1f1f1;
}
#wrap .notes li{
    margin: 0 0 8px;
}
#wrap .notes li:last-of-type{
    margin-bottom: 0;
}
#wrap ol.dot_style li{
    margin-left: 5%;
    list-style-type: disc;
}
#wrap ol.numlist li{
    margin-left: 2em;
    list-style-type: decimal;
}
.numbering li{
/*    margin-left: 2em;*/
    padding-left: 40px;
}
.numbering #num01{
    min-height: 40px;
    background:  url("../../../image/smileview/num01.svg") no-repeat 0 center;
    background-size: 35px auto;
}
.numbering #num02{
    min-height: 40px;
    background:  url("../../../image/smileview/num02.svg") no-repeat 0 center;
    background-size: 35px auto;
}
.numbering #num03{
    min-height: 40px;
    background:  url("../../../image/smileview/num03.svg") no-repeat 0 center;
    background-size: 35px auto;
}
.numbering #num04{
    min-height: 40px;
    background:  url("../../../image/smileview/num04.svg") no-repeat 0 center;
    background-size: 35px auto;
}
.numbering #num05{
    min-height: 40px;
    background:  url("../../../image/smileview/num05.svg") no-repeat 0 center;
    background-size: 35px auto;
}
#wrap .checklists li{
    padding-left: 1.5em;
    background:  url("../../../image/common/svg/checkbox.svg") no-repeat 0 center;
    background-size: 16px auto;
}
.dot_list li,
.dot_list_g li{
    margin-left: 0;
}
.dot_list li{
    padding-left: 16px;
}
.dot_list li::before{
    content: "● ";
    color: #eb7450;
}
#wrap .notes ol.comment_list li::before{
    content: "● ";
    color: #d33930;
}
#wrap ol.disc_list li{
    margin-left: 0;
}
#wrap ol.disc_list li::before{
    content: "・ ";
}
#wrap .fnav .blocklink a:hover{
    background: #fff;
}
@media screen and (max-width: 1440px) {
#wrap section,
#wrap .section{
    width: 80%;
}
@media screen and (max-width: 1023px) {
#breadcrumbs{
	text-align: left;
}
#wrap dl{
    width: 100%;
}
.six_columns .box{
    float: left;
    width: 50%;
    padding: 0 1%;
}
.six_columns .box:nth-of-type(odd){
    clear: both;
    float: left;
}
.six_columns .box:nth-of-type(even){
    float: right;
}
@media screen and (max-width: 767px) {
#breadcrumbs{
    letter-spacing: 0;
}
#wrap section,
#wrap .section{
    width: 92%;
}
#wrap article h2{
	margin-bottom: 16px;
    padding: 8px 16px;
    font-size: 19px;
}
#wrap article h3{
    font-size: 18px;
}
#wrap article h4{
    font-size: 17px;
}
.oz .imgL{
    float: none;
    max-width: 100%;
    margin-right: 0;
    text-align: center;
}
.oz .imgR{
    float: none;
    max-width: 100%;
    margin-left: 0;
}
.boxL{
    float: none;
    width: 100%;
}
.boxR{
    float: none;
    width: 100%;
    margin-bottom: 16px;
}
.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-child(3n-1){
    margin-left: 0;
}
.three_columns .box:nth-child(3n+1){
    clear: both;
}
.three_columns .box:nth-child(3n){
    float: none;
}
.four_columns .box{
    width: 100%;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 0;
}
.four_columns .box:nth-of-type(2),
.four_columns .box:nth-of-type(3){
    margin-left: 0;
}
.four_columns .box:nth-of-type(4n){
    float: none;
}
.four_columns .box:nth-of-type(odd){
    clear: both;
    float: left;
}
.four_columns .box:nth-of-type(even){
    float: right;
}
#wrap .more a{
    width: 100%;
}
}
}
}
.tc_4060 .grid:first-child{
	width: 40%;
}
.tc_4060 .grid:last-child{
	width: 60%;
    padding-left: 16px;
}
@media screen and (max-width: 540px) {
.tc_4060 .grid:first-child{
	width: 100%;
}
.tc_4060 .grid:last-child{
	width: 100%;
    padding-left: 0;
}
}






.fv_area .grid:first-of-type{
    width: 40%;
}
.fv_area .grid:last-of-type{
    width: 58%;
}
@media screen and (max-width: 540px) {
.fv_area .grid:first-of-type{
    width: 100%;
}
.fv_area .grid:last-of-type{
    width: 100%;
}
}



.two_columns_fx,
.two_columns_li,
.three_columns_fx,
.four_columns_fx,
.five_columns_fx,
.fx{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fx_c{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.two_columns_fx .box,
.two_columns_li li
{
	width: calc( 50% - 8px);
}
.three_columns_fx .box{
	width: calc( 33% - 8px);
}
.four_columns_fx .box{
	width: calc( 25% - 4px);
}
.five_columns_fx .box{
	width: calc( 20% - 4px);
}
.three_columns_li li{
	width: calc( 33% - 16px);
}
@media screen and (max-width: 540px) {
.two_columns_fx .box,
.two_columns_li li,
.three_columns_fx .box{
	width: 100%;
}
.two_columns_li li{
    margin-bottom: 8px;
}
.four_columns_fx .box{
	width: calc( 50% - 4px);
}
.five_columns_fx .box{
	width: calc( 50% - 4px);
}
.three_columns_li li{
	width: 100%;
}
}

#i,
#i-2,
#i-3,
#i-4,
#i-5,
#i-6,
#i-7,
#i-8,
#i-9,
#i-10,
#i-11,
#i-12
{
    margin-top: -200px;
    padding-top: 200px;
}
@media screen and (max-width: 800px) {
#i,
#i-2,
#i-3,
#i-4,
#i-5,
#i-6,
#i-7,
#i-8,
#i-9,
#i-10,
#i-11,
#i-12
{
    margin-top: 0;
    padding-top: 0;
}
}





#wrap .scroll table{
    width: 100%;
}
@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: 200%;
}
}
.hikaku_table{
    width: 100%;
}
@media screen and (max-width: 1023px) {
.outscreen{
    overflow: auto;
    padding-bottom: 16px;
}
.outscreen::-webkit-scrollbar{
    height: 10px;
}
.outscreen::-webkit-scrollbar-track{
    background: #eee;
}
.outscreen::-webkit-scrollbar-thumb {
    background: #bbb;
}
.hikaku_table{
    width: 180%;
}
@media screen and (max-width: 800px) {
.hikaku_table{
    width: 120%;
}
@media screen and (max-width: 540px) {
.hikaku_table{
    width: 120%;
	text-align: left;
}
.hikaku_table img{
    width: 100%;
	height: auto;
}
@media screen and (max-width: 360px) {
.hikaku_table{
    width: 150%;
}
}
}
}
}





.foot_nav{
    padding: 4em 2em;
    background: #e2cabc;
}
/*
.foot_nav li{
    float: left;
    width: 33.333%;
    padding: 0 .5em;
}
*/
@media screen and (max-width: 767px) {
.foot_nav{
    padding: 2em 1em;
    background: #e2cabc;
}
/*
.foot_nav li{
    float: none;
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
}
*/
}




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


/*

#fon{
    padding: 4% 10%;
    background: #fff;
    text-align: left;
}
#fon a{
    font-weight: 700;
    font-size: 17px;
}
#fon ul li{
    float: left;
    width: 32%;
}
#fon ul li:nth-of-type(2),
#fon ul li:nth-of-type(5){
    margin-left: 2%;
}
#fon ul li:nth-of-type(3){
    float: right;
}
@media screen and (max-width: 767px) {
#fon{
    padding: 4% 5%;
    background: #fff;
    text-align: left;
}
#fon ul li{
    width: 100%;
}

}
*/

#wrap .implant_flow .step{
    min-height: 295px;
    padding: 32px 0 0 420px;
}
#wrap .implant_flow .step_01{
    background: url("../../../image/guide/implant/0402.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .implant_flow .step_02{
    background: url("../../../image/guide/implant/0502.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .implant_flow .step_03{
    background: url("../../../image/guide/implant/0602.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .implant_flow .step_04{
    background: url("../../../image/guide/implant/0702.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
@media screen and (max-width: 1023px) {
#wrap .implant_flow .step{
    min-height: inherit;
    padding: 400px 0 0 0;
}
#wrap .implant_flow .step_01{
    background: url("../../../image/guide/implant/04.jpg") no-repeat center 0;
    background-size: 480px auto;
}
#wrap .implant_flow .step_02{
    background: url("../../../image/guide/implant/05.jpg") no-repeat center 0;
    background-size: 480px auto;
}
#wrap .implant_flow .step_03{
    background: url("../../../image/guide/implant/06.jpg") no-repeat center 0;
    background-size: 480px auto;
}
#wrap .implant_flow .step_04{
    background: url("../../../image/guide/implant/07.jpg") no-repeat center 0;
    background-size: 480px auto;
}
@media screen and (max-width: 767px) {
#wrap .implant_flow .step{
    min-height: inherit;
    padding: 320px 0 0 0;
}
#wrap .implant_flow .step_01{
    background: url("../../../image/guide/implant/04.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .implant_flow .step_02{
    background: url("../../../image/guide/implant/05.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .implant_flow .step_03{
    background: url("../../../image/guide/implant/06.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .implant_flow .step_04{
    background: url("../../../image/guide/implant/07.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
}
}






#wrap .ortho_flow .step{
    min-height: 295px;
    padding: 32px 0 0 420px;
}
#wrap .ortho_flow .step_01{
    background: url("../../../image/guide/ortho/0202.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .ortho_flow .step_02{
    background: url("../../../image/guide/ortho/0302.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .ortho_flow .step_03{
    background: url("../../../image/guide/ortho/0402.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .ortho_flow .step_04{
    background: url("../../../image/guide/ortho/0502.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .ortho_flow .step_05{
    background: url("../../../image/guide/ortho/0602.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
@media screen and (max-width: 1023px) {
#wrap .ortho_flow .step{
    min-height: inherit;
    padding: 400px 0 0 0;
}
#wrap .ortho_flow .step_01{
    background: url("../../../image/guide/ortho/02.jpg") no-repeat center 0;
    background-size: 480px auto;
}
#wrap .ortho_flow .step_02{
    background: url("../../../image/guide/ortho/03.jpg") no-repeat center 0;
    background-size: 480px auto;
}
#wrap .ortho_flow .step_03{
    background: url("../../../image/guide/ortho/04.jpg") no-repeat center 0;
    background-size: 480px auto;
}
#wrap .ortho_flow .step_04{
    background: url("../../../image/guide/ortho/05.jpg") no-repeat center 0;
    background-size: 480px auto;
}
#wrap .ortho_flow .step_05{
    background: url("../../../image/guide/ortho/06.jpg") no-repeat center 0;
    background-size: 480px auto;
}
@media screen and (max-width: 767px) {
#wrap .ortho_flow .step{
    min-height: inherit;
    padding: 320px 0 0 0;
}
#wrap .ortho_flow .step_01{
    background: url("../../../image/guide/ortho/02.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .ortho_flow .step_02{
    background: url("../../../image/guide/ortho/03.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .ortho_flow .step_03{
    background: url("../../../image/guide/ortho/04.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .ortho_flow .step_04{
    background: url("../../../image/guide/ortho/05.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .ortho_flow .step_05{
    background: url("../../../image/guide/ortho/06.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
}
}




#wrap .general_flow .step{
    min-height: 295px;
    padding: 32px 0 0 420px;
}
#wrap .general_flow .step_01{
    background: url("../../../image/guide/general/03.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .general_flow .step_02{
    background: url("../../../image/guide/general/04.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .general_flow .step_03{
    background: url("../../../image/guide/general/05.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
@media screen and (max-width: 1023px) {
#wrap .general_flow .step{
    min-height: inherit;
    padding: 400px 0 0 0;
}
#wrap .general_flow .step_01{
    background: url("../../../image/guide/general/03.jpg") no-repeat center 0;
    background-size: 480px auto;
}
#wrap .general_flow .step_02{
    background: url("../../../image/guide/general/04.jpg") no-repeat center 0;
    background-size: 480px auto;
}
#wrap .general_flow .step_03{
    background: url("../../../image/guide/general/05.jpg") no-repeat center 0;
    background-size: 480px auto;
}
@media screen and (max-width: 767px) {
#wrap .general_flow .step{
    min-height: inherit;
    padding: 320px 0 0 0;
}
#wrap .general_flow .step_01{
    background: url("../../../image/guide/general/03.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .general_flow .step_02{
    background: url("../../../image/guide/general/04.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
#wrap .general_flow .step_03{
    background: url("../../../image/guide/general/05.jpg") no-repeat 0 0;
    background-size: 382px auto;
}
}
}










#wrap .invisalign_flow .step{
    min-height: 185px;
    padding: 8px 0 0 112px;
}
#wrap .invisalign_flow .step div:first-of-type{
    margin-bottom: 16px;
    font-size: 18px;
    color: #eb7450;
    font-weight: 700;
}
#wrap .invisalign_flow .step_01{
    background: url("../../../image/common/svg/n01.svg") no-repeat 0 0;
    background-size: 92px auto;
}
#wrap .invisalign_flow .step_02{
    background: url("../../../image/common/svg/n02.svg") no-repeat 0 0;
    background-size: 92px auto;
}
#wrap .invisalign_flow .step_03{
    background: url("../../../image/common/svg/n03.svg") no-repeat 0 0;
    background-size: 92px auto;
}
#wrap .invisalign_flow .step_04{
    background: url("../../../image/common/svg/n04.svg") no-repeat 0 0;
    background-size: 92px auto;
}
#wrap .invisalign_flow .step_05{
    background: url("../../../image/common/svg/n05.svg") no-repeat 0 0;
    background-size: 92px auto;
}
@media screen and (max-width: 767px) {
#wrap .invisalign_flow .step{
    min-height: 92px;
    padding: 0 0 0 104px;
}
#wrap .invisalign_flow .step_01{
    background: url("../../../image/common/svg/n01.svg") no-repeat 0 0;
    background-size: 92px auto;
}
#wrap .invisalign_flow .step_02{
    background: url("../../../image/common/svg/n02.svg") no-repeat 0 0;
    background-size: 92px auto;
}
#wrap .invisalign_flow .step_03{
    background: url("../../../image/common/svg/n03.svg") no-repeat 0 0;
    background-size: 92px auto;
}
#wrap .invisalign_flow .step_04{
    background: url("../../../image/common/svg/n04.svg") no-repeat 0 0;
    background-size: 92px auto;
}
#wrap .invisalign_flow .step_05{
    background: url("../../../image/common/svg/n05.svg") no-repeat 0 0;
    background-size: 92px auto;
}
}






#wrap .allon4_hikaku table{
    border: 1px solid #fff;
    border-collapse: collapse;
    border-spacing: 0;
}
#wrap .allon4_hikaku tr:nth-of-type(1) td{
    background: #745a4a;
    color: #fff;
    text-align: center;
}
#wrap .allon4_hikaku td{
    width: 40%;
    padding: 1em;
    background: #f2eae5;
    border: 1px solid #fff;
    vertical-align: middle;
}
#wrap .allon4_hikaku td:nth-of-type(1){
    width: 20%;
    background: #e2cabc;
    color: #614534;
}
#wrap .allon4_hikaku td:nth-of-type(2){
}
#wrap .allon4_hikaku td:nth-of-type(3){
}




#wrap .invisalign_chigai table{
    border: 1px solid #fff;
    border-collapse: collapse;
    border-spacing: 0;
}
#wrap .invisalign_chigai tr:nth-of-type(1) td{
    background: #745a4a;
    color: #fff;
    text-align: center;
}
#wrap .invisalign_chigai td{
    width: 40%;
    padding: 1em;
    background: #f2eae5;
    border: 1px solid #fff;
    vertical-align: middle;
}
#wrap .invisalign_chigai td:nth-of-type(1){
    width: 20%;
    background: #e2cabc;
    color: #614534;
}
#wrap .invisalign_chigai td:nth-of-type(2){
}
#wrap .invisalign_chigai td:nth-of-type(3){
}


#wrap .invisalign_tokuchou_01{
    padding: 0 0 0 200px;
    background: url("../../../image/guide/ortho/invisalign/reason/03.jpg") no-repeat 0 0;
    background-size: 174px auto;
}
#wrap .invisalign_tokuchou_02{
    padding: 0 0 0 200px;
    background: url("../../../image/guide/ortho/invisalign/reason/04.jpg") no-repeat 0 0;
    background-size: 273px auto;
}










#wrap .me_price{
    color: #d98912;
}
#wrap .me_price span{
    font-size: 25px;
}
#wrap .thirtyminutes_01{
    min-height: 44px;
    padding: .5em 0 0 4em;
    background: url("../../../image/guide/shinbi/mens_esthe/30minutes.svg") no-repeat 0 center;
    background-size: 44px auto;
}
#wrap .thirtyminutes_02{
    min-height: 32px;
    padding: .5em 0 0 7.5em;
    background: url("../../../image/guide/shinbi/mens_esthe/30minutes02.svg") no-repeat 0 center;
    background-size: 105px auto;
}
#wrap .sixtyminutes_01{
    min-height: 44px;
    padding: .5em 0 0 4em;
    background: url("../../../image/guide/shinbi/mens_esthe/60minutes.svg") no-repeat 0 center;
    background-size: 44px auto;
}
#wrap .sixtyminutes_02{
    min-height: 32px;
    padding: .5em 0 0 7.5em;
    background: url("../../../image/guide/shinbi/mens_esthe/60minutes02.svg") no-repeat 0 center;
    background-size: 105px auto;
}

















/*


#wrap .guide_points li{
    margin: 0 0 8px;
}
#wrap .guide_points li::before{
    content: "● ";
    color: #80001b;
}
*/


#wrap .merit_box{
    padding: 1.5em;
    background: #ffe4db;
    color: #745a4a;
}
#wrap .merit_box dt,
#wrap .merit_box li{
    min-height: 20px;
    margin-bottom: .5em;
    padding-left: 1.6em;
    background: url("../../../image/common/svg/o.svg") no-repeat 0 center;
    background-size: 19px auto;
    border-bottom: 1px dashed;
}
#wrap .merit_box dd,
#wrap .demerit_box dd{
    margin-bottom: 1.5em;
}
#wrap .demerit_box{
    padding: 1.5em;
    background: #eee;
    color: #5a5a5a;
}
#wrap .demerit_box dt,
#wrap .demerit_box li{
    min-height: 20px;
    margin-bottom: .5em;
    padding-left: 1.6em;
    background: url("../../../image/common/svg/x.svg") no-repeat 0 center;
    background-size: 16px auto;
    border-bottom: 1px dashed;
}
#wrap .merit_box li:last-of-type,
#wrap .demerit_box li:last-of-type,
#wrap .merit_box dd:last-of-type,
#wrap .demerit_box dd:last-of-type{
    margin-bottom: 0;
}


#wrap .ortho_flow .flowbox{
    padding-top: 8%;
}
@media screen and (max-width: 767px) {
#wrap .ortho_flow .flowbox{
    padding-top: 0;
}
}



#wrap .faqs dl{
    margin-bottom: 2em;
    padding: 2em;
    background: #ffe4db;
}
#wrap .faqs dt{
    margin-bottom: .8em;
    padding-bottom: .2em;
    border-bottom: 1px dashed;
    font-size: 18px;
    font-weight: 700;
    color: #745a4a;
}
#wrap .faqs dd div:first-of-type{
    margin-bottom: .4em;
    font-size: 17px;
    color: #eb7450;
    font-weight: 700;
}
#wrap .faqs dd div p:last-of-type{
    margin-bottom: 0;
}
#wrap .faqs dt:first-of-type::before{
    content: "Q. ";
}
#wrap .faqs dd div:first-of-type::before{
    content: "A. ";
}
#wrap .faqs dd span{
    font-weight: 700;
    color: #eb7450;
}






/*
#wrap .faqbox div:nth-of-type(2){
    margin: 0 0 8px;
    font-weight: 700;
}
#wrap .faqbox p:last-of-type{
    margin: 0;
}
*/

.faq.two_columns dl{
    width: calc(50% - 16px);
}
.faq dt{
    margin-bottom: 16px;
    padding: 16px 0 8px 80px;
    background: url("../../../img/common/svg/faq_q.svg") no-repeat 16px center;
    background-size: 38px auto;
    color: #3d9a9a;
    font-size: 17px;
    font-weight: 600;
    border-left: 3px solid;
}
.faq dd{
    padding: 16px;
    border-left: 3px solid;
}
.faq dd .hd{
    min-height: 48px;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-left: 64px;
    padding-bottom: 4px;
    background: url("../../../img/common/svg/faq_a.svg") no-repeat 0 center;
    background-size: 32px auto;
    border-bottom: 1px dashed;
    font-weight: 600;
}
@media screen and (max-width: 540px) {
.faq.two_columns dl{
    width: 100%;
}
}






#wrap .shougai_list table{
    width: 100%;
    background: #fff;
    border-spacing: 0;
    border: 1px solid #eb7450;
}
#wrap .shougai_list table td{
    width: 50%;
    padding: 1em;
    border: 1px solid #eb7450;
}
#wrap .shougai_list table td:first-of-type{
}
#wrap .shougai_list table td:last-of-type{
    background: #f2eae5;
    color: #d98912;
    text-align: right;
}
@media screen and (max-width: 767px) {
#wrap .shougai_list table{
    border: 0;
    border-top: 1px solid #e2cabc;
}
#wrap .shougai_list table td{
    display: block;
    width: 100%;
    border-top: 0;
    border-right: 1px solid #e2cabc;
    border-bottom: 1px solid #e2cabc;
    border-left: 1px solid #e2cabc;
}
#wrap .shougai_list table td:first-of-type{
}
#wrap .shougai_list table td:last-of-type{
    background: #f2eae5;
    color: #d98912;
    text-align: left;

}
}





#wrap .chigai table{
    width: 100%;
    background: #fff;
}
#wrap .chigai table td{
    padding: 1em;
    border-bottom: 1px solid #f2f2e4;
}
#wrap .chigai table td:first-of-type{
    width: 30%;
    background: #e5d8c3;
}
#wrap .chigai table td:last-of-type{
    width: 70%;
}
@media screen and (max-width: 767px) {
#wrap .chigai table td:first-of-type{
    width: 42%;
    background: #e5d8c3;
}
#wrap .chigai table td:last-of-type{
    width: 58%;
}
}






#wrap .certificates{
    padding: 2em 5em;
}
#wrap .certificates .box{
    float: left;
    width: 33.333%;
    padding: 0 .3em;
}
#wrap .certificates .box:nth-of-type(4){
    clear: both;
}
@media screen and (max-width: 767px) {
#wrap .certificates{
    padding: 2em 1em;
}
#wrap .certificates .box{
    float: none;
    width: 100%;
    padding: 0 .3em;
}
#wrap .certificates .box:nth-of-type(4){
    clear: none;
}
}















#wrap .notes ol.fks li{
    float: left;
    width: 14.285%;
    padding: 0 4px;
}
#wrap .notes ol.fks li::before{
    list-style-type: none;
}
@media screen and (max-width: 767px) {
#wrap .notes ol.fks li{
    width: 50%;
    padding: 0 2px;
}
}





#wrap .price table{
    width: 100%;
    border-top: 1px solid #eb7450;
    font-weight: 700;
}
#wrap .price table span{
    font-weight: 100;
}
#wrap .price table td{
    width: 70%;
    padding: 1em;
    border: 1px solid #eb7450;
    border-top: 0;
    vertical-align: middle;
}
#wrap .price table td:nth-of-type(even){
    background: #ffe4db;
    color: #eb7450;
    border-left: 0;
    text-align: right;
}
#wrap .price table .bgg{
    background: #ffe4db;
    color: #eb7450;
    border-left: 0;
    text-align: right;
}
@media screen and (max-width: 768px) {
#wrap .price table td{
    display: block;
    width: 100%;
    padding: .5em;
}
#wrap .price table td:nth-of-type(even){
    border-left: 1px solid #d98912;
}
}




#wrap .keireki table{
    width: 100%;
    border-top: 1px solid #f2f2e4;
}
#wrap .keireki table tr{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	transition: all .5s linear;
}
#wrap .keireki table tr:active,
#wrap .keireki table tr:hover{
    background: #f2eae5;
}
#wrap .keireki table td{
    padding: 1em;
    border-bottom: 1px solid #f2f2e4;
    border-top: 0;
    vertical-align: middle;
}
#wrap .keireki table td:nth-of-type(odd){
    width: 25%;
    color: #d98912;
    text-align: center;
}
#wrap .keireki table td:nth-of-type(even){
    width: 75%;
}
@media screen and (max-width: 767px) {
#wrap .keireki table td{
    display: block;
    padding: .5em;
}
#wrap .keireki table td:nth-of-type(odd){
    width: 100%;
}
#wrap .keireki table td:nth-of-type(even){
    width: 100%;
}
}

#wrap .access dt{
    min-height: 16px;
	margin-bottom: 8px;
    padding: 0 0 0 24px;
    background: url("../../../image/common/svg/h4_bg.svg") no-repeat 0 center;
    background-size: 16px auto;
    color: #d98912;
	font-size: 17px;
    font-weight: 700;
	text-align: left;
}

#wrap .job table{
    width: 100% !important;
    border-top: 1px solid #e2cabc;
}
#wrap .job table td{
    padding: 1em;
    border: 1px solid #e2cabc;
    border-top: 0;
    vertical-align: middle;
}
#wrap .job table td:nth-of-type(odd){
    width: 30%;
    background: #f2eae5;
    text-align: center;
    font-weight: 700;
}
#wrap .job table td:nth-of-type(even){
    width: 70%;
}

@media screen and (max-width: 767px) {
#wrap .job table td{
    display: block;
    padding: .5em;
}
#wrap .job table td:nth-of-type(odd){
    width: 100%;
}
#wrap .job table td:nth-of-type(even){
    width: 100%;
}
}

.form{
    letter-spacing: 0;
}
.form table{
    width: 100%;
    border-top: 1px solid #e2cabc;
}
.form table td{
    padding: 16px;
    border-bottom: 1px solid #e2cabc;
    border-top: 0;
    vertical-align: middle;
}
#wrap .form table td p{
    margin-bottom: 0;
}
.form table td:nth-of-type(odd){
    width: 30%;
    background: #f2eae5;
    text-align: center;
    font-weight: 700;
}
.form table td:nth-of-type(even){
    width: 70%;
}

@media screen and (max-width: 767px) {
.form table td{
    display: block;
    padding: 16px;
}
.form table td:nth-of-type(odd){
    width: 100%;
}
.form table td:nth-of-type(even){
    width: 100%;
    padding: 16px 16px 24px;
}
}













a.external_link::after{
    content: " \f35d";
    font-family: FontAwesome;
}
#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 .form i{
	color: #900;
}
.mw_wp_form label{
    display: block;
    white-space: nowrap;
    height: 13px;
    line-height: 0;
}
.wpcf7-validates-as-date{
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	font-size: 17px;
	padding: 0.5em;
	border-radius:8px;
	box-shadow:2px 2px 4px rgba(0,0,0,.1) inset;
}
input{
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
	background-color: #fff;
	width: 88%;
	border: 1px solid #ddd;
	font-size: 18px;
	padding: 8px;
	border-radius: 8px;
	box-shadow:2px 2px 4px rgba(0,0,0,.1) inset;
}

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;
	border: 1px solid #ddd;
	font-size: 18px;
	padding: 8px;
	border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.1) inset;
/*	line-height: 2;*/
}

input[type="submit"] {
    width: 30%;
	margin: 40px auto 0;
	padding: 16px 0 16px 40px;
    background: #d98912;
    color: #fff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 2rem;
	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: #bc7000;
}
span.wpcf7-not-valid-tip {
	font-size: 80%;
}
input.datepicker{
	width: 40%;
}
#age,
#zip{
	width: 20%;
}

@media screen and (max-width: 767px) {
input.datepicker{
	width: 100% !important;
}
input[type="submit"] {
    width: 80%;
	margin: 40px auto 0;
}
#zip{
	width: 80%;
}
span.wpcf7-list-item{
	display: block !important;
}
/*
.mwform-radio-field,
.mwform-checkbox-field
{
    display: block;
    white-space: nowrap;
}
*/

}


#mw_wp_form_mw-wp-form-1830,
#sp01,
#sp02,
#sp03,
#sp04,
#sp05,
#sp06,
#sp07
{
    margin-top: -160px;
    padding-top: 160px;
}
@media screen and (max-width: 767px) {
input[type="submit"] {
    width: 100%;
	margin: 1em 0 0;
}

#mw_wp_form_mw-wp-form-1830,
#sp01,
#sp02,
#sp03,
#sp04,    
#sp05,
#sp06,
#sp07
{
    margin-top: -200px;
    padding-top: 200px;
}
}


/* スタッフ紹介 */

#members .boxL{
	    float: left;
	    width: 48%;
}

#members .boxR{
	    float: right;
	    width: 48%;
}


@media screen and (max-width: 767px) {
#members .boxL{
	    float: none;
	    width: 100%;
}

#members .boxR{
	    float: none;
	    width: 100%;
}
}


.fv_area .grid:first-of-type{
    width: 40%;
}
.fv_area .grid:last-of-type{
    width: 58%;
}
@media screen and (max-width: 540px) {
.fv_area .grid:first-of-type{
    width: 100%;
}
.fv_area .grid:last-of-type{
    width: 100%;
}
}

.implant_ogs{
    margin-bottom: 40px;
}
.implant_ogs .gridL{
    width: 36%;
    max-width: 380px;
    margin-bottom: 40px;
}
.implant_ogs .gridR{
    width: 64%;
    margin-bottom: 40px;
    padding-top: 16px;
    padding-left: 24px;
}
@media screen and (max-width: 540px) {
.implant_ogs .gridL{
    width: 100%;
    max-width: 540px;
    margin-bottom: 24px;
}
.implant_ogs .gridR{
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 0;
}
}




.mushiba_step .two_columns_fx .box:nth-of-type(odd){
    width: 38%;
}
.mushiba_step .two_columns_fx .box:nth-of-type(even){
    width: 60%;
}
@media screen and (max-width: 540px) {
.mushiba_step .two_columns_fx .box:nth-of-type(odd){
    width: 100%;
}
.mushiba_step .two_columns_fx .box:nth-of-type(even){
    width: 100%;
}
}




.cases .hd{
    margin-bottom: 32px;
    padding: 16px;
    background: #45b3b3;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}
.cases section{
    background: #e6f9fa;
}
.cases .fx{
    padding: 0 40px 40px;
}
.cases .fx .grid:nth-of-type(odd){
    width: 45%;
}
.cases .fx .grid:nth-of-type(even){
    width: 55%;
    padding-left: 32px;
}
.cases .fx dl{
    padding: 24px;
    background: #fff;
}
.cases .fx dt{
    width: 32%;
    margin-bottom: 16px;
    padding-bottom: 8px;
    color: #328282;
    border-bottom: 1px solid #ccc;
}
.cases .fx dd{
    width: 68%;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 540px) {
.cases .fx{
    padding: 0 16px 24px;
}
.cases .fx .grid:nth-of-type(odd){
    width: 100%;
    margin-bottom: 24px;
}
.cases .fx .grid:nth-of-type(even){
    width: 100%;
    padding-left: 0;
}
.cases .fx dl{
    padding: 16px;
}
.cases .fx dt{
    width: 100%;
    margin-bottom: 8px;
    padding-bottom: 4px;
}
.cases .fx dd{
    width: 100%;
    margin-bottom: 32px;
    padding-bottom: 0;
    border-bottom: 0;
}
}



.line_reserve .three_columns{
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.line_reserve .three_columns .box{
    float: none;
    width: calc(33% - 8px);
    text-align: center;
}
.line_reserve .three_columns .box:nth-child(3n-1){
    margin-left: 0;
}
.line_reserve .more a{
    line-height: 1.6;
}
.line_reserve .more span:first-of-type{
    color: #efd8d1;
}
.line_reserve .more:hover span:first-of-type{
    color: #eb7450;
}
@media screen and (max-width: 540px) {
.line_reserve .three_columns{
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.line_reserve .three_columns .box{
    width: 100%;
}
}




.dentist_profile dt{
    margin-bottom: 8px;
}
.dentist_profile dd{
    margin-bottom: 16px;
}






.la_briller_osusume_grid li{
    width: calc(25% - 4px);
    margin-bottom: 8px;
}
.osusume_grids .grid{
    width: 50%;
}
@media screen and (max-width: 540px) {
.la_briller_osusume_grid li{
    width: calc(50% - 4px);
    margin-bottom: 8px;
}
.for_sp{
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}
.for_sp img{
    max-width: 200%;
    min-width: 800px;
    vertical-align: top;
}
}



.case_accordion{
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
    background: #e6e6e6;
}

.case_accordion summary{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 16px;
    font-weight: 600;
    cursor: pointer;
}

.case_accordion summary::-webkit-details-marker {
    display: none;
}
.case_accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}
.case_accordion[open] summary::after {
    transform: rotate(225deg);
}

.case_accordion div{
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 16px 24px;
    transition: transform .5s, opacity .5s;
}
.case_accordion[open] div{
    transform: none;
    opacity: 1;
}
.case_accordion span{
    font-size: 20px;
    font-weight: bold;
}
.case_accordion dl{
    padding: 16px 0 0;
}
.case_accordion dt{
    margin: 0 0 16px;
    padding: 0 8px 8px;
    border-bottom: 1px dashed #000;
    font-size: 17px;
    font-weight: bold;
}
.case_accordion dd{
    margin: 0 0 24px;
}





.yt_mov_area{
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    text-align: center;
}
.yt_mov iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.yt_mov_area .hd{
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
}
@media screen and (max-width: 540px) {
.yt_mov_area{
/*    width: 96%;*/
}
.yt_mov iframe {
    max-width: 100%;
    min-height: 300px;
    max-height: 400px;
}
}




.mfs__step dt{
    margin: 0 0 8px;
}
.mfs__step dd{
    margin: 0 0 24px;
}

#ez-toc-container{
    margin: 0 auto 40px !important;
}
@media screen and (max-width: 540px) {
#ez-toc-container{
    width: 100% !important;
    margin: 0 auto 40px !important;
}
}
