@charset "utf-8";
/*
Theme Name: 池田歯科クリニック
Theme URI: https://www.ikedadc.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{
	overflow: auto;
}
@media screen and (max-width: 768px) {
html{
	font-size:62.5%;
	-webkit-text-size-adjust: 100%;
}
}
body{
    position: relative;
	width: 100%;
	margin:0;
	padding:0;
	text-align: center;
	background: #fff;
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, 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;
}

h1{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

@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: #7c775c;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}
::-moz-selection {
	background: #7c775c;
	color: #fff;
	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: #5478bb;
    text-decoration: none;
/*    text-decoration: underline;*/
}
a:active, a:hover{
	color: #00368f;
}

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;
}
.entry{
    width: 92%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1280px) {
}


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;}
.fs13{font-size:13px;}
.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;}
.su{
    opacity:0;
    transform: translateY(5px);
}
.sr{
    opacity:0;
    transform: translateX(5px);
}
.sl{
    opacity:0;
    transform: translateX(-5px);
}
.fiu{
    transition: all .2s ease-in;
    transform: translateY(0);
    opacity: 1 !important;
}
.fil,
.fir{
    transition: all .3s ease-in;
    transform: translateX(0);
    opacity: 1 !important;
}

.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;}
.pt32{padding-top:32px;}
.pt40{padding-top:40px;}

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

.fc_mc{color: #b4317b;}
.fc_red{color: #e64f4f;}
.fc_blue{color: #497f9e;}
.fc_gold{color:#a6921b;}
.fc_wine{color:#b12a56;}
.fc_black{color:#000;}
.fc_pink{color: #e59184;}

.ff_mincho{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.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: 92%;
}
iframe {
    max-width: 100%;
    min-height: 300px;
    max-height: 400px;
}

}





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

.more a{
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em;
    background: #7c775a url("../../../img/sd/common/svg/arrow_wh.svg") no-repeat 97% center;
    background-size: 20px auto;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    border-radius: .7em;
}
.more a:hover{
    background: #5d613b url("../../../img/sd/common/svg/arrow_wh.svg") no-repeat 99% center;
    color: #fff;
    background-size: 20px auto;
}


a.more-link{
	display: block;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
    padding: 1.5em;
    background: #7c775a url("../../../img/sd/common/svg/arrow_wh.svg") no-repeat 97% center;
    background-size: 20px auto;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    border-radius: .7em;
}
a:hover.more-link{
    background: #5d613b url("../../../img/sd/common/svg/arrow_wh.svg") no-repeat 99% center;
    color: #fff;
    background-size: 20px auto;
}
@media screen and (max-width: 1024px) {
a.more-link{
    width: 60%;
}
@media screen and (max-width: 768px) {
a.more-link{
    width: 80%;
}
@media screen and (max-width: 540px) {
a.more-link{
    width: 92%;
}
}
}
}


.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%;}
}


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



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


#upper_toggle{
    display: none;
}
.phone_icon{
    position: fixed;
    width: 30px;
    height: 30px;
    top: 7px;
    right: 64px;
    z-index: 9999;
    cursor: pointer;
    background: #fff;
}
.line_icon{
    position: fixed;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 56px;
/*
    top: 7px;
    left: 10px;
*/
    z-index: 9999;
    cursor: pointer;
}
@media screen and (max-width: 1023px) {
#upper_toggle{
    display: inherit;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 4px;
    right: .5em;
    z-index: 9999;
    cursor: pointer;
    background: #fff;
}
#upper_toggle span{
    display: block;
    position: absolute;
    height: 3px;
/*    width: 60%;*/
    width: 80%;
    margin: auto;
    background: #7c775a;
    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_wrap dl{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.modal_wrap dt,
.modal_wrap dd{
	width: 50%;
}

.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: 100%;
    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{
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    margin: auto;
    padding: 1.2em;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transform: scale(.3);
    transition: .5s;
    letter-spacing: 0;
}
.tab{
    width: 100%;
    margin: 0 auto 24px;
    border-bottom: 1px solid #ccc;
}
.tab li{
    width: calc(50% - 4px);
    padding: 16px 0;
    color: #fff;
    text-align: center !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.tab li:nth-child(1){
    background: #497f9e;
}
.tab li:nth-child(2){
    background: #595757;
}
.tab_sub{
    width: 100%;
    margin: 0;
    padding:0;
    display: flex;
    list-style: none;
}
.tab_sub li{
    width: calc(33% - 2px);
    margin-bottom: 4px;
    text-align: center;
}
.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: 8px;
    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);
}


/*
.close_button{
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}
.close_button_b{
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}
*/
.close_button{
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}
.close_button_b{
    width: 32px;
    position: absolute;
    bottom: 10;
    right: 10px;
    margin: auto;
    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 li{
    margin-bottom: 1em;
    text-align: left;
}
.modal_wrap ul{
    padding: 0;
}
.modal_wrap ul ul{
    padding: .5em 0 0;
}
.modal_wrap li li{
    padding: 0 0 0 24px;
}
.modal_wrap li li li{
    padding: 0 0 0 8px;
}
*/
.modal_wrap li a.parent{
    min-height: 20px;
    padding: 0 0 0 24px;
    background: url("../../../img/sd/common/svg/arrow_bl.svg") no-repeat 0 0;
    background-size: 16px auto;
}
.modal_wrap li li li a{
    min-height: inherit;
    padding: 0;
    background: none;
}
.modal_wrap li li li{
    display: block;
    float: left;
    width: 33.333%;
/*    padding-left: 0 0 0 24px;*/
}
.modal_wrap li ul.minus li::before,
.modal_wrap li li li::before{
    content: "− ";
}
.modal_wrap .hd_home{
    min-height: 16px;
    background: #f3f2eb url("../../../img/sd/common/svg/mw_home02.svg") no-repeat .7em center;
    background-size: 12px auto;
}
.modal_wrap .mw_yobou{
    min-height: 28px;
    margin-left: 16px;
    padding-left: 32px;
    background: url("../../../img/sd/common/modal/yobou.jpg") no-repeat 0 0;
    background-size: 24px auto;
}
.modal_wrap .mw_perio{
    min-height: 28px;
    margin-left: 16px;
    padding-left: 32px;
    background: url("../../../img/sd/common/modal/perio.jpg") no-repeat 0 0;
    background-size: 24px auto;
}
.modal_wrap .mw_mushiba{
    min-height: 28px;
    margin-left: 16px;
    padding-left: 32px;
    background: url("../../../img/sd/common/modal/mushiba.jpg") no-repeat 0 0;
    background-size: 24px auto;
}
.modal_wrap .mw_pediatric{
    min-height: 28px;
    margin-left: 16px;
    padding-left: 32px;
    background: url("../../../img/sd/common/modal/pediatric.jpg") no-repeat 0 0;
    background-size: 24px auto;
}
.modal_wrap .mw_shinbi{
    min-height: 28px;
    margin-left: 16px;
    padding-left: 32px;
    background: url("../../../img/sd/common/modal/shinbi.jpg") no-repeat 0 0;
    background-size: 24px auto;
}
.modal_wrap .mw_implant{
    min-height: 28px;
    margin-left: 16px;
    padding-left: 32px;
    background: url("../../../img/sd/common/modal/implant.jpg") no-repeat 0 0;
    background-size: 24px auto;
}
.modal_wrap .mw_ireba{
    min-height: 28px;
    margin-left: 16px;
    padding-left: 32px;
    background: url("../../../img/sd/common/modal/ireba.jpg") no-repeat 0 0;
    background-size: 24px auto;
}
.modal_wrap .mw_ortho{
    min-height: 28px;
    margin-left: 16px;
    padding-left: 32px;
    background: url("../../../img/sd/common/modal/ortho.jpg") no-repeat 0 0;
    background-size: 24px auto;
}
.modal_wrap .mw_oral{
    min-height: 28px;
    margin-left: 16px;
    padding-left: 32px;
    background: url("../../../img/sd/common/modal/oral.jpg") no-repeat 0 0;
    background-size: 24px auto;
}
.modal_wrap .mw_microscope{
    min-height: 28px;
    margin-left: 16px;
    padding-left: 32px;
    background: url("../../../img/sd/common/modal/microscope.jpg") no-repeat 0 0;
    background-size: 24px auto;
}
@media screen and (max-width: 540px) {
.modal_wrap li li li{
    float: none;
    width: 100%;
    padding-left: 0;
}
@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: rgba(255,255,255,.95);
}
#upper{
    position: relative;
    width: 100%;
    height: 192px;
    margin: auto;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
#logo{
    position: absolute;
    width: 218px;
    height: 122px;
    margin: 0 auto;
    top: 10px;
    right: 0;
    left: 0;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
#upperphone{
    position: absolute;
    width: 481px;
    height: 30px;
    margin: 0;
    top: 10px;
    right: 20px;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
#upperphone li:first-of-type{
    width: 35%;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}
#upperphone li:last-of-type{
    width: 64%;
}
/*
header.fixed{
    position: fixed;
    z-index: 1000;
}
header.fixed #upper{
    position: relative;
    width: 100%;
    height: 160px;
    margin: auto;
}
header.fixed #logo{
    width: 160px;
    height: 89px;
    margin: 0 auto;
    top: .5em;
}
*/
/*
header.fixed #upperphone{
    width: 200px;
    height: 26px;
}
*/
@media screen and (max-width: 820px) {
#upperphone{
    display: none;
}
#upper{
    height: 144px;
}
/*
header.fixed #upper{
    height: 104px;
}
*/
@media screen and (max-width: 540px) {
header{
/*	position: -webkit-sticky;*/
	position: inherit;
}
#logo{
    width: 218px;
    height: 122px;
    margin: 0 auto;
    top: 10px;
    right: 0;
    left: 0;
}
header.fixed #upper{
    height: 88px;
}
header.fixed #logo{
    width: 128px;
    height: 45px;
}
}
}

#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;
	text-decoration: none;
}
#gnav nav ul ul{
	position: absolute;
	top: 100%;
	left: -1px;
    border-left: 0;
}
#gnav nav ul li ul li{
	float: none;
	width: 256px;
    border: 0;
}
#gnav nav ul li:nth-of-type(2) ul li{
	float: none;
	width: 320px;
    border: 0;
}
#gnav nav ul li ul li li{
	float: none;
	width: 320px;
    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: #f2f2f2;
	text-decoration: none;
    text-align: left;
}
#gnav nav ul li li a:hover{
	padding: 8px;
    background: #c9c4ca;
}
@media screen and (max-width: 820px){
#gnav{
    display: none;
}
}




#mv{
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}
#mv img{
	width: 100%;
    height: auto;
}
#mv .spc{
    display: none;
}
@media screen and (max-width: 768px){
#mv .dn{
    display: block !important;
}
@media screen and (max-width: 540px){
#mv .dn{
    display: none !important;
}
#mv .spc{
    display: block;
}
}
}


#hd_reserve{
    width: 384px;
    height: 60px;
    margin: 24px auto 0;
}


.online_confirm{
    width: 92%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding: 2em;
	border: 1px solid #497f9e;
    text-align: left;
}
@media screen and (max-width: 540px) {
.online_confirm{
    max-width: 540px;
    padding: 1em;
}
}



.media_info{
    width: 92%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding: 80px 40px;
    background: #d9f6fe;
    text-align: center;
}
.media_info .movs{
    max-width: 720px;
    height: 400px;
    margin: auto;
    text-align: center;
}
@media screen and (max-width:  540px) {
.media_info{
    width: 100%;
    max-width: 540px;
    padding: 24px 16px;
}
.media_info iframe{
    height: 360px;
}
}


.mov_zone{
    width: 92%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    padding: 40px;
    background: #d9f6fe;
	text-align: left;
}
.mov_zone .hd{
    margin-bottom: 24px;
    padding: 8px;
    background: #11bbce;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.mov_zone .grid{
    width: calc(33% - 16px);
    height: 200px;
    text-align: center;
}
@media screen and (max-width: 540px){
.mov_zone{
    width: 100%;
    padding: 24px 16px;
}
.mov_zone .grid{
    width: 100%;
    height: 400px;
    margin-bottom: 16px;
}
}





#fv{
    width: 100%;
    background: #f2f2f2;
	text-align: left;
}
#fv .inner{
    width: 92%;
    max-width: 1440px;
    margin: auto;
    padding: 4em 0;
    background: #f2f2f2 url("../../../img/sd/common/svg/logomark.svg") no-repeat 10px -20px;
    background-size: 192px auto;
}
#fv h1{
	margin: 0 0 1.5em;
    color: #497f9e;
	font-size: 25px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
}
@media screen and (max-width: 540px){
#fv .inner{
    width: 100%;
    padding: 2em 0;
    background: #f2f2f2 url("../../../img/sd/common/svg/logomark.svg") no-repeat -10px -30px;
    background-size: 192px auto;
}
#fv .block{
    width: 92%;
    margin: auto;
}
#fv h1{
    text-align: left;
    line-height: 1.3;
}
#fv .inner{
    padding: 2em 0;
}
}







#clinic_info{
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    height: 470px;
	padding: 0;
    text-align: center;
    background: url("../../../img/sd/ci_l.jpg") no-repeat top left, url("../../../img/sd/ci_r.jpg") no-repeat top right;
    background-size:  auto 470px;
    background-color: #f3f1e8;
}
#clinic_info .inner{
    position: absolute;
    width: 360px;
    height: 100%;
    margin: auto;
    padding-top: 2em;
    left: 0;
    right: 0;
    text-align: left;
}
@media screen and (max-width: 1280px){
#clinic_info{
    height: 400px;
	padding: 0;
    text-align: center;
    background: url("../../../img/sd/ci_l.jpg") no-repeat top left, url("../../../img/sd/ci_r.jpg") no-repeat top right;
    background-size:  auto 400px;
}
#clinic_info .inner{
    position: absolute;
    width: 380px;
    height: 100%;
    padding-top: .5em;
}
#clinic_info .block{
    width: 320px;
    margin: auto;
}
@media screen and (max-width: 1023px){
#clinic_info{
    height: 720px;
	padding: 288px 0 2em;
    background: #f3f1e8 url("../../../img/sd/ci_c.jpg") no-repeat top center;
    background-size:  100% auto;
}
#clinic_info .inner{
    width: 92%;
}
#clinic_info .block{
    width: 100%;
    max-width: 360px;
    margin: auto;
}
@media screen and (max-width: 540px){
#clinic_info{
    height: inherit;
	padding: 184px 0 2em;
}
#clinic_info .inner{
    position: inherit;
    width: 92%;
    max-width: 360px;
    margin: auto;
    padding-top: 2em;
    text-align: left;
}
@media screen and (max-width: 414px){
#clinic_info{
	padding: 136px 0 2em;
}
@media screen and (max-width: 375px){
#clinic_info{
	padding: 120px 0 2em;
}
}
}
}
}
}





.central_banners{
    max-width: 1600px;
    width: 92%;
    margin: auto;
	padding: 3em 0 2em;
	text-align: center;
}
@media screen and (max-width: 540px){
.central_banners{
	padding: 2em 0;
}
}


#greeting{
	padding: 0 0 4em;
    background: #f2f2f2;
	text-align: left;
}
#greeting .inner{
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
#greeting .block{
    padding: 56px 64px 0 0;
}
@media screen and (max-width: 1024px){
#greeting .block{
    padding: 64px 32px 0;
}
@media screen and (max-width: 768px){
#greeting .block{
    padding: 64px 32px 0;
}
@media screen and (max-width: 540px){
#greeting{
	padding: 0 0 2em;
}
#greeting .block{
    width: 92%;
    margin: auto;
    padding: 0;
}
}
}
}



#four_points{
    width: 92%;
    max-width: 1440px;
    margin: auto;
	padding: 4em 0;
	text-align: left;
}
#four_points .box{
    background: #f3f1e8;
}
#four_points .box div:last-of-type{
    padding: 0 2em 2em;
}
#four_points h2{
    margin-bottom: 2em;
    text-align: center;
}
#four_points h3{
    margin-bottom: .4em;
    padding: 0 2em;
    text-decoration: underline;
    color: #497f9e;
    font-size: 20px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
}
#four_points .blocklink a:hover{
    background: #fff;
/*    background: #f3f1e8;*/
}
@media screen and (max-width: 768px){
#four_points{
	padding: 2em 0;
}
@media screen and (max-width: 540px){
#four_points .box div:last-of-type{
    padding: 0 1em 1em;
}
}
}






#top_cases{
	padding: 4em 0;
    background: #f2f2f2;
	text-align: left;
}
#top_cases h2{
    margin-bottom: 2em;
    text-align: center;
}
#top_cases .inner{
    width: 92%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}
#top_cases li{
    margin-bottom: .6em;
    padding-left: 2em;
    background: url("../../../img/sd/common/svg/arrow_bl.svg") no-repeat 8px 6px;
    background-size: 16px auto;
}
#top_cases li:last-of-type{
    margin-bottom: 0;
}
#top_cases li a{
    display: block;
}
@media screen and (max-width: 540px){
#top_cases{
	padding: 2em 0;
}
}





#clinic_guide{
	padding: 4em 0;
	background: linear-gradient(180deg, #fff 0%, #fff 400px, #eeecdf 400px, #eeecdf 100%);
	text-align: left;
}
#clinic_guide .grid{
    width: calc(33% - 8px);
    margin-bottom: 40px;
}
#clinic_guide h2{
    margin-bottom: 2em;
    text-align: center;
}
#clinic_guide h3{
    margin-bottom: 1.5em;
    color: #497f9e;
    font-size: 24px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
}
#clinic_guide h3 br{
    display: none;
}
#clinic_guide h3 br:nth-of-type(2){
    display: block;
}
#clinic_guide .inner{
    width: 92%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
#clinic_guide .block{
    margin-left: auto;
    margin-right: auto;
}
#clinic_guide .block:first-of-type{
    width: 60%;
}
#clinic_guide .block:nth-of-type(2){
    width: 350px;
}
#clinic_guide .block:nth-of-type(3){
    width: 56%;
}
#clinic_guide .block:nth-of-type(4){
    width: 80%;
}
#clinic_guide .blocklink a:hover{
    background: #eeecdf;
}
@media screen and (max-width: 768px){
#clinic_guide{
	background: linear-gradient(180deg, #fff 0%, #fff 320px, #eeecdf 320px, #eeecdf 100%);
}
#clinic_guide h3 br{
    display: block;
}
#clinic_guide .block:nth-of-type(2),
#clinic_guide .block:nth-of-type(3),
#clinic_guide .block:nth-of-type(4){
    width: 90%;
}
@media screen and (max-width: 540px){
#clinic_guide{
	padding: 2em 0;
	background: linear-gradient(180deg, #fff 0%, #fff 280px, #eeecdf 280px, #eeecdf 100%);
}
#clinic_guide .block:first-of-type{
    width: 96%;
}
#clinic_guide .block:nth-of-type(2),
#clinic_guide .block:nth-of-type(3),
#clinic_guide .block:nth-of-type(4){
    width: 100%;
}
#clinic_guide .grid{
    width: 100%;
    margin-bottom: 24px;
}
}
}



#price_job{
    width: 92%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
	padding: 4em 0;
    text-align: left;
}
@media screen and (max-width: 540px){
#price_job{
	padding: 2em 0;
}
}




#column_area{
    margin-bottom: 80px;
	padding: 4em 0;
    background: #f2f2f2;
	text-align: left;
}
#column_area h2{
    margin-bottom: 2em;
    text-align: center;
}
#column_area .inner{
    width: 92%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}
#column_area div{
    color: #5478bb;
}
#column_area .blocklink a:hover{
    background: #f2f2f2;
}
@media screen and (max-width: 540px){
#column_area{
    margin-bottom: 40px;
	padding: 2em 0;
}
}




#mov_area{
    width: 92%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
	padding: 4em 0;
    text-align: left;
}
#mov_area iframe{
    vertical-align: bottom;
}
@media screen and (max-width: 768px){
#mov_area .box{
    width: 88%;
    margin: 0 auto 1em;
    float: none;
}
@media screen and (max-width: 540px){
#mov_area{
	padding: 2em 0;
}
#mov_area .box{
    float: none;
    width: 100%;
}
#mov_area iframe{
    max-width: 100%;
}
}
}




#news_area{
    width: 92%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 2em 0 4em;
    text-align: left;
    border-top: 4px solid #595757;
}
#news_area .hd{
    margin-bottom: 1.5em;
    padding: 0 1em;
    text-align: left;
}
#news_area .block{
    padding: 0 1em;
}
#news_area .items{
    margin: 0 0 1em;
}
#news_area div .items:last-child{
    margin: 0 0 3em;
}
#news_area .items time{
    display: block;
}




.modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 9999;
}
.modal.active {
    opacity: 1;
    visibility: visible;
}
.modal-content {
    position: relative;
    transform: scale(0.9);
    transition: transform 0.4s ease;
}
.modal.active .modal-content {
    transform: scale(1);
}
.modal-img {
    max-width: 90vw;
    max-height: 85vh;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
    opacity: 0;
    transform: translateY(20px);
    transition: .4s;
}

.modal.active .modal-img {
    opacity: 1;
    transform: translateY(0);
}
.modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 28px;
    color: #fff;
    background: rgba(255,255,255,.1);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    backdrop-filter: blur(5px);
    transition: .3s;
}
.modal-close:hover {
    background: rgba(255,255,255,.3);
}
.js-modal-open {
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease, opacity .5s ease-out;
  	opacity: 1;
}
.js-modal-open:hover {
    transition: transform .3s ease, box-shadow .3s ease, opacity .5s ease-out;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}


footer,
.upper_clinic_info{
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    background: #f3f1e8;
/*    background: #eeecdf;*/
    letter-spacing: 0;
}
footer .f_photo_pc{
	display: inherit;
}
footer .f_photo{
	display: none;
}
footer .inner,
.upper_clinic_info .inner{
    width: 92%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
footer .bottomnav li,
.upper_clinic_info li{
    float: left;
    width: 50%;
    text-align: center;
}
footer .bottomnav li a,
.upper_clinic_info li a{
    display: block;
    padding: 1em 0;
}
footer .bottomnav li:first-of-type a,
.upper_clinic_info li:first-of-type a{
    background: #7c775c;
}
footer .bottomnav .li:last-of-type a,
.upper_clinic_info li:last-of-type a{
    background: #595757;
}
footer .boxL,
.upper_clinic_info .boxL
{
    width: 24%;
}
footer .boxR,
.upper_clinic_info  .boxR{
    width: 70%;
    height: 400px;
}
/*
footer dl{
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}
*/
/*
footer dt,
footer dd{
    float: left;
    width: 50%;
    padding: 0 1em;
}
*/
footer iframe{
    padding: 0;
    vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
footer .boxL,
.upper_clinic_info .boxL{
    width: 36%;
}
footer .boxR,
.upper_clinic_info .boxR{
    width: 62%;
    height: 400px;
}
/*
footer dl{
    width: 80%;
}
*/
@media screen and (max-width: 768px) {
footer .boxL,
.upper_clinic_info .boxL{
    width: 49%;
}
footer .boxR,
.upper_clinic_info .boxR{
    width: 49%;
    height: 400px;
}
/*
footer dl{
    width: 90%;
}
*/
@media screen and (max-width: 540px) {
footer .f_photo_pc{
	display: none;
}
footer .f_photo{
	display: inherit;
}
footer .boxL,
.upper_clinic_info .boxL{
    float: none;
    width: 100%;
}
footer .boxR,
.upper_clinic_info .boxR{
    float: none;
    width: 100%;
    height: 400px;
}
footer iframe,
.upper_clinic_info iframe{
    width: 100%;
}
/*
footer dt,
footer dd{
    float: none;
    width: 100%;
    text-align: center;
}
*/
}
}
}



footer .clinics{
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
footer .clinics .grid{
    width: calc(33% - 16px);
    text-align: center;
}
@media screen and (max-width: 540px) {
footer .clinics .grid{
    width: 100%;
}
}







/*

#footlinks{
	margin: 0;
    letter-spacing: 0;
}
#footlinks a{
    display: block;
    padding: 1em 0;
    background: #595757;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
#footlinks a:hover{
    background: #25282a;
    text-decoration: underline;
}
#footlinks ol{
    border-top: 1px solid #d2d2d2;
}
#footlinks li{
    float: left;
    width: 16.667%;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}
#footlinks li:nth-of-type(6n+1){
    clear: both;
}
@media screen and (max-width: 768px) {
#footlinks li{
    width: 50%;
    font-size: 12px;
}
#footlinks li:nth-of-type(6n+1){
    clear: inherit;
}
#footlinks li:nth-of-type(odd){
    clear: both;
    float: left;
}
#footlinks li:nth-of-type(even){
    float: right;
}
}
*/



#footlinks{
    background: #e4f2f9;
    letter-spacing: 0;
    font-size: 13px;
}
#footlinks .four_columns_fx{
    width: 92%;
    max-width: 1200px;
    margin: auto;
    padding: 40px 0;
}
#footlinks .four_columns_fx .box{
    width: 25%;
    padding: 8px 24px;
}
#footlinks li a{
    display: inline-block;
    padding: 4px 0;
    color: #3a362b;
    text-decoration: none;
    letter-spacing: 0;
}
#footlinks span{
    font-size: 10px;
}
#footlinks li a::before{
    content: "- ";
}
#footlinks li ul{
    padding: 0 0 0 4%;
}

@media screen and (max-width: 800px) {
#footlinks .four_columns_fx .box{
    width: 50%;
}
@media screen and (max-width: 540px) {
#footlinks{
    font-size: 14px;
}
#footlinks .four_columns_fx .box{
    width: 100%;
    padding: 0;
    border-right: 0;
}
@media screen and (max-width: 320px) {
#footlinks{
    font-size: 12px;
}
}
}
}



#footlinks div a,
#footlinks p a{
    display: block;
    margin-bottom: 8px;
    padding: 0 0 8px;
    font-weight: 700;
    color: #3a362b;
    border-bottom: 1px solid #3a362b;
    text-align: left;
}
.ft_nav{
    margin-bottom: 8px;
    padding: 0 0 8px;
    color: #3a362b;
    text-align: left;
}
.ft_hd{
	position: relative;
	padding: 0;
    font-weight: 700;
    color: #3a362b;
    text-align: left;
}
.ft_btn{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #e4f2f9;
	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;
}
@media screen and (max-width: 540px) {
#footlinks div a,
#footlinks p a{
    padding: 0 0 8px;
}
.ft_nav{
    border-bottom: 1px solid #46517b;
}
.ft_btn:before, .ft_btn:after{
	display: block;
	content: '';
	background: #3a362b;
	position: absolute;
	width: 18px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ft_hd{
	cursor: pointer;
}
.ft_btn:before{
	width: 2px;
	height: 18px;
}
.ft_hd.selected .ft_btn:before {
	content: normal;
}
.ft_nav dd{
	display: none;
}
}







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





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

#breadcrumbs{
    width: 92%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding: 1em 0;
    text-align: left;
}





#wrap{
    padding: 0;
    text-align: left;
}
#wrap article{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 2em 0;
    background: #fff;
    text-align: left;
}
#wrap section,
#wrap .section{
    width: 92%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}
#wrap p{
	margin: 0 0 2em;
}
#wrap strong{
	background: linear-gradient(transparent 70%, #eee3a1 70%);
}
#wrap b{
    color: #a6731b;
}
#wrap article h1{
    width: 92%;
    max-width: 1440px;
    margin: 0 auto 1.5em;
    padding: 1.2em;
    background: #54575a;
    color: #fff;
    text-align: center;
    font-size: 24px;
}
#wrap article h2{
    position: relative;
    margin-bottom: 1.2em;
    padding-bottom: .5em;
    border-bottom: solid 5px #dde4e8;
    font-size: 22px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
}
#wrap article h2:after {
    position: absolute;
    content: " ";
    width: 240px;
    display: block;
    border-bottom: solid 5px #59859e;
    bottom: -5px;
}
#wrap article h2 a{
    display: block;
    text-decoration: none;
}
#wrap article h3{
    margin-bottom: 2em;
    padding: .6em 1em;
    background: -webkit-repeating-linear-gradient(-40deg, #dbe3e7, #dbe3e7 1px,#ffffff 1px, #ffffff 7px);
    background: repeating-linear-gradient(-40deg, #dbe3e7, #dbe3e7 1px,#ffffff 1px, #ffffff 7px);
    color: #497f9e;
    text-shadow: 0 0 5px #fff;
    font-size: 20px;
    font-weight: 700;
}
#wrap article h4{
	margin-bottom: 1.2em;
    padding-bottom: .6em;
    border-bottom: 1px solid #7c775a;
	font-size: 18px;
    font-weight: 700;
	text-align: left;
}
#wrap article h4::before{
    content: "● ";
    color: #7c775a;
}
.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,
.two_columns_fx .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: 33.333% !important;
}
.three_columns_fx .box{
    width: calc(33% - 8px);
}
.three_columns_fx::after{
    content: "";
    display: block;
    width: calc(33% - 8px);
}
.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;
}
.four_columns_fx .box{
    width: calc(25% - 4px);
}
.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;
}
figure{
    text-align: center;
}
figcaption{
    padding-top: .5em;
    text-align: left;
}
.oz .imgL{
    max-width: 48%;
    margin-right: 1.3em;
}
.oz .s_imgL{
    max-width: 32%;
    margin-right: 1.3em;
}
.oz .imgR{
    max-width: 48%;
    margin-left: 1.3em;
}
.oz .s_imgR{
    max-width: 32%;
    margin-left: 1.3em;
}
.notes{
    padding: 2em;
}
.notes_beige{
    background: #f4f2e9;
    border: 1px solid #e1dede;
}
.notes_gray{
    background: #f2f2f2;
    border: 1px solid #e1dede;
}
.checklists li{
    padding: 0 0 8px 24px;
    background:  url("../../../img/sd/common/svg/check.svg") no-repeat 0 center;
    background-size: 16px auto;
    border-bottom: 1px dashed #a6731b;
}
.disc_list li{
    margin-left: 0;
}
.disc_list li::before{
    content: "・ ";
}
#wrap ol.square li::before{
    content: "▇ ";
    color: #497f9e;
}
#wrap .akamaru li::before{
    content: "● ";
}
.balloon_u{
    position: relative;
    padding: 20px;
    background: #f1ebdc;
    display: inline-block;
}
.balloon_u::before{
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f1ebdc;
    border-left: 15px solid transparent;
}

@media screen and (max-width: 1023px) {
#breadcrumbs{
	text-align: left;
}
#wrap article h1{
    width: 92%;
    max-width: 960px;
}
#wrap section,
#wrap .section{
    width: 92%;
    max-width: 960px;
}
@media screen and (max-width: 767px) {
#breadcrumbs{
    letter-spacing: 0;
}
#wrap article h1{
    width: 92%;
    max-width: inherit;
}
#wrap section,
#wrap .section{
    width: 92%;
    max-width: inherit;
}
.oz .imgL{
    float: none;
    max-width: 100%;
    margin-right: 0;
    text-align: center;
}
.oz .imgR{
    float: none;
    max-width: 100%;
    margin-left: 0;
}
#wrap .notes{
    padding: 1em;
}
.boxL{
    float: none;
    width: 100%;
}
.boxR{
    float: none;
    width: 100%;
}
.two_columns .box,
.two_columns_fx .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_fx .box{
    width: 100%;
}
.three_columns_fx::after{
    width: 100%;
}
.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_fx .box{
    width: calc(50% - 4px);
}
.four_columns .box{
    float: none;
    width: 100%;
}
.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: 0;
}
.four_columns .box:nth-of-type(4n){
    float: right;
}
.four_columns .box:nth-of-type(odd){
    clear: both;
    float: left;
}
.four_columns .box:nth-of-type(even){
    float: right;
}
}
}


#wrap .scroll table{
    width: 100%;
}
@media screen and (max-width: 767px) {
#wrap .scroll{
    padding-bottom: 1.5em;
    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%;
}
}









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


#wrap .guide_navbox .hd{
    margin-bottom: 1em;
    padding: 72px 0 0;
    background: url("../../../img/sd/common/svg/leaf.svg") no-repeat center 0;
    background-size: auto 64px;
    color: #7db35f;
    font-weight: 700;
    text-align: center;
}
#wrap .guide_navbox ol{
    padding-top: .8em;
    border-top: 1px dashed #dde4e8;
    border-bottom: 1px dashed #dde4e8;	
}
#wrap .guide_navbox li{
    margin-bottom: 1em;
    padding: 0 0 .4em 2em;
    background: url("../../../img/sd/common/svg/arrow_bl.svg") no-repeat 0 4px;
}
#wrap .guide_navbox li a{
    display: block;
}



#wrap .merit_box{
    padding: 1.5em;
    background: #f1ebdc;
}
#wrap .merit_box li{
    min-height: 20px;
    margin-bottom: .8em;
    padding: .8em .8em .8em 2.4em;
    background: #fff url("../../../img/sd/common/svg/o.svg") no-repeat .4em 1.2em;
    background-size: 19px auto;
}
#wrap .merit_box li div:first-of-type,
#wrap .demerit_box li div:first-of-type{
    margin-bottom: .2em;
    font-weight: 700;
}
#wrap .merit_box dd,
#wrap .demerit_box dd{
    margin-bottom: 1.5em;
}
#wrap .demerit_box{
    padding: 1.5em;
    background: #eee;
}
#wrap .demerit_box li{
    min-height: 20px;
    margin-bottom: .8em;
    padding: .8em .8em .8em 2.4em;
    background: #fff url("../../../img/sd/common/svg/x.svg") no-repeat .4em 1.2em;
    background-size: 19px auto;
}
#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;
}




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;
}


#deduction,
#staff,
#i,
#i-2,
#i-3,
#i-4,
#i-5,
#i-6,
#i-7
{
    margin-top: -176px;
    padding-top: 176px;
}
@media screen and (max-width: 768px) {
#deduction,
#staff,
#i,
#i-2,
#i-3,
#i-4,
#i-5,
#i-6,
#i-7
{
    margin-top: -120px;
    padding-top: 120px;
}
@media screen and (max-width: 540px) {
#deduction,
#staff,
#i,
#i-2,
#i-3,
#i-4,
#i-5,
#i-6,
#i-7
{
    margin-top: -104px;
    padding-top: 104px;
}
}
}




#toc_container{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px !important;
}

#wrap .list{
    color: #497f9e;
}


@media screen and (max-width: 768px){
.br-sp {display: none; }
}





/* 2021.02.11 追記 */
#wrap .price .hd01,
#wrap .shinbi_shika .hd01,
#wrap .implant .hd01,
#wrap .ireba .hd01,
#wrap .kyousei_shika .hd01 {
    width: 770px;
	margin: 0 auto;
    padding: 8px 15px;
    text-align: center;
    background: #497f9e;
    color: #fff;
    font-weight: 700;
    font-size: 108%;
}

#wrap .price .hd02,
#wrap .shinbi_shika .hd02,
#wrap .implant .hd02,
#wrap .ireba .hd02,
#wrap .kyousei_shika .hd02 {
    width: 770px;
	margin: 0 auto;
    padding: 8px 15px;
    text-align: center;
    background: #e3ecf3;
    color: #333;
    font-weight: 700;
    font-size: 108%;
}

#wrap .price .hd02.mb20 {
    margin: 0 auto 20px;
}

#wrap .price .hd02 .normal,
#wrap .ireba .hd02 .normal{
	font-weight: normal;
    font-size: 100%;
}

#wrap .price .price_table,
#wrap .shinbi_shika .price_table,
#wrap .implant .price_table,
#wrap .ireba .price_table,
#wrap .kyousei_shika .price_table {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #e1dede;
}

#wrap .price .price_table th,
#wrap .shinbi_shika .price_table th,
#wrap .implant .price_table th,
#wrap .ireba .price_table th,
#wrap .kyousei_shika .price_table th {
	width: 50%;
	padding: 10px 15px;
	background-color: #f2f2f2;
	border: solid 1px #e1dede;
	font-weight: normal;
}

#wrap .price .price_table td,
#wrap .shinbi_shika .price_table td,
#wrap .implant .price_table td,
#wrap .ireba .price_table td,
#wrap .kyousei_shika .price_table td {
	width: 50%;
	padding: 10px 15px;
	border: solid 1px #e1dede;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
}

#wrap .price .deduction ul.example {
	margin: 0 0 20px;
	display: flex;
	justify-content: space-between;
}

#wrap .price .deduction ul.example li {
	width: calc(100% / 3 - 10px);
}

#wrap .price .deduction ul.example li img {
	width: 100%;
}

#wrap .price .deduction p.fs_big {
	font-size: 120%;
	font-weight: bold;
}

#wrap .price .price_table_02 {
	width: 100%;
	border: solid 1px #e1dede;
}

#wrap .price .price_table_02 th {
	width: 25%;
	padding: 10px 15px;
	background-color: #e3ecf3;
	border: solid 1px #e1dede;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

#wrap .price .price_table_02 tr.glay th {
	background-color: #f2f2f2;
}

#wrap .price .price_table_02 tr.white th {
	background-color: #fff;
}

#wrap .price .price_table_02 td {
	width: 25%;
	padding: 10px 15px;
	border: solid 1px #e1dede;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
}


@media screen and (max-width: 768px){
#wrap .price .hd01, #wrap .price .hd02,
#wrap .implant .hd01, #wrap .implant .hd02,
#wrap .ireba .hd01, #wrap .ireba .hd02,
#wrap .kyousei_shika .hd01, #wrap .kyousei_shika .hd02 {
	width: 100%;
}
#wrap .price .hd02 .normal,
#wrap .ireba .hd02 .normal {
	display: inline-block;
	text-align: left;
}
	
#wrap .price .price_table,
#wrap .implant .price_table,
#wrap .ireba .price_table,
#wrap .kyousei_shika .price_table {
	width: 100%;
}
	
#wrap .price .price_table th,
#wrap .shinbi_shika .price_table th,
#wrap .implant .price_table th,
#wrap .ireba .price_table th,
#wrap .kyousei_shika .price_table th {
	padding: 10px 5px;
}

#wrap .price .price_table td,
#wrap .shinbi_shika .price_table td,
#wrap .implant .price_table td,
#wrap .ireba .price_table td,
#wrap .kyousei_shika .price_table td {
	padding: 10px 5px;
}
	
#wrap .price .deduction ul.example {
	margin: 0 0 20px;
	flex-flow: row wrap;
}

#wrap .price .deduction ul.example li {
	width: calc(100% / 2 - 10px);
}
	
#wrap .price .deduction ul.example li:first-child {
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
}
	
#wrap .price .deduction ul.example li:first-child  img {
	width: calc(100% / 2 - 10px);
}
	
#wrap .price .deduction p.fs_big {
	font-size: 100%;
}
	
#wrap .price .sp_table_box {
	overflow-x: scroll;
}
	
#wrap .price .sp_table_box .price_table_02 {
	width: 110%;
	
}
	
#wrap .price .price_table_02 th {
	padding: 10px 5px;
}

#wrap .price .price_table_02 td {
	padding: 10px 5px;
}
}

#wrap .dh .dh_table,
#wrap .clinic .address {
	width: 770px;
	margin: 0 auto 40px;
	border: solid 1px #e1dede;
}

#wrap .dh .dh_table th,
#wrap .clinic .address th {
	width: 20%;
	padding: 10px 15px;
	background-color: #e3ecf3;
	border: solid 1px #e1dede;
	font-weight: normal;
}

#wrap .dh .dh_table td,
#wrap .clinic .address td {
	padding: 10px 15px;
	border: solid 1px #e1dede;
	vertical-align: middle;
}

#wrap .dh .dh_table td .tel {
	margin: 10px 0;
	display: inline-block;
}

@media screen and (max-width: 768px){
#wrap .dh .dh_table,
#wrap .clinic .address {
	width: 100%;
	border: none;
	border-top: solid 1px #e1dede;
	border-left: solid 1px #e1dede;
}
	
#wrap .dh .dh_table th,
#wrap .clinic .address th {
	width: 100%;
	padding: 10px;
	border: none;
	border-bottom: solid 1px #e1dede;
	border-right: solid 1px #e1dede;
	display: block;
	text-align: center;
	line-height: 1.2;
}

#wrap .dh .dh_table td,
#wrap .clinic .address td {
	width: 100%;
	padding: 10px;
	border: none;
	border-bottom: solid 1px #e1dede;
	border-right: solid 1px #e1dede;
	display: block;
}
	
#wrap .dh .dh_table td .tel {
	display: block;
	text-align: center;
}
	
#wrap .clinic .address td.tel {
	text-align: center;
}
}


#wrap .kansen .notes span.fc_gold,
#wrap .riji .notes span.fc_gold,
#wrap .dementia .notes span.fc_gold{
	color: #a6921b;
	font-weight: normal;
}


#wrap .clinic .schedule {
	width: 100%;
	border: solid 1px #e1dede;
	text-align: center;
}

#wrap .clinic .schedule th {
	padding: 10px 15px;
	background-color: #f2f2f2;
	border: solid 1px #e1dede;
	font-weight: normal;
}

#wrap .clinic .schedule thead th {
	background-color: #e3ecf3;
}

#wrap .clinic .schedule td {
	padding: 10px 15px;
	border: solid 1px #e1dede;
	vertical-align: middle;
}

@media screen and (max-width: 768px){
#wrap .clinic .schedule th {
	padding: 8px 5px;
	line-height: 1.2;
}

#wrap .clinic .schedule td {
	padding: 8px 5px;
	line-height: 1.2;
}
	
#wrap .clinic section iframe {
	width: 100%;
	height: 300px;
}
}



#wrap .itero h3 span {
	color: #010101;
}



#wrap .guide_nav{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#wrap .guide_nav li{
	width: calc(100% / 5 - 10px);
	margin: 0 0 15px;
}

#wrap .guide_nav li a{
	padding: 10px 10px 10px 60px;
	background-color: #f2f2f2;
	background-position: 15px center;
	background-size: auto 60%;
	background-repeat: no-repeat;
	border: solid 1px #595757;
	display: block;
	text-decoration: none;
	color: #000;
}

#wrap .guide_nav li.current a,
#wrap .guide_nav li a:hover {
	background-color: #595757;
	color: #fff;
}

#wrap .guide_nav li:nth-child(1) a {
	background-image: url("../../../img/sd/guide/prevention/icon1.png");
}

#wrap .guide_nav li:nth-child(2) a {
	background-image: url("../../../img/sd/guide/prevention/icon2.png");
}

#wrap .guide_nav li:nth-child(3) a {
	background-image: url("../../../img/sd/guide/prevention/icon3.png");
}

#wrap .guide_nav li:nth-child(4) a {
	background-image: url("../../../img/sd/guide/prevention/icon4.png");
	background-position: 13px center;
}

#wrap .guide_nav li:nth-child(5) a {
	background-image: url("../../../img/sd/guide/prevention/icon5.png");
}

#wrap .guide_nav li:nth-child(6) a {
	background-image: url("../../../img/sd/guide/prevention/icon6.png");
}

#wrap .guide_nav li:nth-child(7) a {
	background-image: url("../../../img/sd/guide/prevention/icon7.png");
	background-size: auto 16px;
	background-position: 10px center;
}

#wrap .guide_nav li:nth-child(8) a {
	background-image: url("../../../img/sd/guide/prevention/icon8.png");
	background-size: auto 12px;
	background-position: 10px center;
}

#wrap .guide_nav li:nth-child(9) a {
	background-image: url("../../../img/sd/guide/prevention/icon9.png");
	background-size: auto 24px;
	background-position: 10px center;
}
#wrap .guide_nav li:nth-child(10) a {
	background-image: url("../../../img/sd/guide/prevention/icon10.png");
}
@media screen and (max-width: 768px){
#wrap .guide_nav li {
	width: calc(100% / 2 - 5px);
	margin: 0 0 10px;
}
#wrap .guide_nav li a {
	padding: 10px 0 10px 11vw;
	background-position: 10px center;
	background-size: auto 50%;
}
#wrap .guide_nav li:nth-child(4) a {
	background-position: 8px center;
	background-size: auto 45%;
}
#wrap .guide_nav li:nth-child(6) a {
	background-position: 13px center;
}
#wrap .guide_nav li:nth-child(7) a {
	background-position: 7px center;
	background-size: auto 26%;
}
#wrap .guide_nav li:nth-child(8) a {
	background-position: 7px center;
	background-size: auto 18%;
}
#wrap .guide_nav li:nth-child(9) a {
	background-position: 5px center;
	background-size: auto 42%;
}
}



#wrap .prevention h4 span,
#wrap .prevention h4::before {
	color: #a6921b;
}


#wrap .perio ul.img_center {
	margin: 0 0 30px;
	display: flex;
	justify-content: center;
}

#wrap .perio ul.img_center li {
	margin: 0 20px;
	text-align: center;
}

#wrap .perio ul.img_center li p {
	margin: 10px 0 0;
}

#wrap .perio .img_left {
	margin: 0 15px 10px 0;
	float: left;
}


@media screen and (max-width: 768px){
#wrap .perio ul.img_center {
	margin: 0 10%;
	display: block;
}

#wrap .perio ul.img_center li {
	margin: 0 0 20px;
}
	
#wrap .perio .img_left {
	width: 40%;
}
}


#wrap .ippan_shouni_shika h3 span {
	color: #000;
}

#wrap .ippan_shouni_shika .img_left {
	margin: 0 15px 10px 0;
	float: left;
}

#wrap .ippan_shouni_shika .notes span.fc_gold {
	color: #a6731b;
	font-weight: bold;
}

@media screen and (max-width: 768px){
#wrap .ippan_shouni_shika .img_left {
	width: 40%;
}
}


#wrap .cavity_first_aid .img_left {
	margin: 0 15px 10px 0;
	float: left;
}


#wrap .shinbi_shika .comparison {
	width: 770px;
	margin: 0 auto;
}

#wrap .shinbi_shika .comparison table {
	width: 100%;
	border: solid 1px #e1dede;
	text-align: center;
}

#wrap .shinbi_shika .comparison_01 table .col_1 {
	width: 16%;
}

#wrap .shinbi_shika .comparison_01 table .col_2 {
	width: 21%;
}

#wrap .shinbi_shika .comparison table th {
	padding: 10px 10px;
	border: solid 1px #e1dede;
	text-align: center;
	vertical-align: middle;
}

#wrap .shinbi_shika .comparison_01 table th {
	background-color: #e3ecf3;
}

#wrap .shinbi_shika .comparison_01 table th:first-of-type {
	background-color: #497f9e;
	color: #fff;
	font-weight: normal;
}

#wrap .shinbi_shika .comparison table td {
	padding: 10px 10px;
	border: solid 1px #e1dede;
	text-align: center;
}

#wrap .shinbi_shika .comparison_01 table td .fc_gold {
	font-size: 150%;
}

#wrap .shinbi_shika .comparison_01 table td .txt_left {
	display: block;
	text-align: left;
}

#wrap .shinbi_shika .comparison_02 table thead th:nth-of-type(1) {
	background-color: #497f9e;
	color: #fff;
	font-weight: normal;
}

#wrap .shinbi_shika .comparison_02 table thead th:nth-of-type(2) {
	background-color: #e3ecf3;
}

#wrap .shinbi_shika .comparison_02 table thead th:nth-of-type(3) {
	background-color: #dff1ed;
}

#wrap .shinbi_shika .comparison_02 table tbody th {
	background-color: #f2f2f2;
	font-weight: normal;
}

#wrap .shinbi_shika .comparison_02 table tbody td,
#wrap .implant .fee table tbody td　{
	text-align: left;
}

#wrap .shinbi_shika .hd01,
#wrap .ireba .hd01 {
    width: 100%;
}

#wrap .shinbi_shika .hd02,
#wrap .ireba .hd02 {
    width: 100%;
}

#wrap .shinbi_shika .price_table,
#wrap .ireba .price_table {
	width: 100%;
}


@media screen and (max-width: 768px){
#wrap .shinbi_shika .comparison {
	width: 100%;
}
	
#wrap .shinbi_shika .comparison_01 table {
	font-size: 80%;
}
	
#wrap .shinbi_shika .comparison table th,
#wrap .implant .fee table th {
	padding: 8px 5px;
	line-height: 1.2;
}

#wrap .shinbi_shika .comparison table td {
	padding: 8px 5px;
	line-height: 1.2;
}
	
#wrap .shinbi_shika .comparison_02 table {
	border: none;
	border-top: solid 1px #e1dede;
	border-left: solid 1px #e1dede;
	display: block;
}
	
#wrap .shinbi_shika .comparison_02 table tr {
	display: flex;
	flex-flow: row wrap;
}
	
#wrap .shinbi_shika .comparison_02 table th {
	border: none;
	border-right: solid 1px #e1dede;
	border-bottom: solid 1px #e1dede;
	display: block;
}

#wrap .shinbi_shika .comparison_02 table td {
	border: none;
	border-right: solid 1px #e1dede;
	border-bottom: solid 1px #e1dede;
	display: block;
}
	
#wrap .shinbi_shika .comparison_02 table thead th:nth-of-type(1),
#wrap .shinbi_shika .comparison_02 table tbody th {
	width: 100%;
}

#wrap .shinbi_shika .comparison_02 table thead th:nth-of-type(2),
#wrap .shinbi_shika .comparison_02 table thead th:nth-of-type(3),
#wrap .shinbi_shika .comparison_02 table tbody td {
	width: 50%;
}
}


#wrap .implant h3 span {
	color: #000;
}

#wrap .implant .img_left {
	margin: 0 15px 10px 0;
	float: left;
}

#wrap .implant ul.three_columns {
	margin: 0 0 40px;
	display: flex;
	justify-content: center;
}

#wrap .implant ul.three_columns li {
	margin: 0 20px;
	text-align: center;
}

#wrap ol.qa_list {
	margin: 0 0 40px;
	display: flex;
	flex-flow: row wrap;
}

#wrap ol.qa_list li {
	width: calc(100% / 2 - 10px);
    margin-bottom: 1em;
    padding: 0 0 .4em 2em;
    background: url("../../../img/sd/common/svg/arrow_bl.svg") no-repeat 0 4px;
}

#wrap .answer,
#wrap .implant #fee {
	margin: -160px 0 60px;
	padding: 160px 0 0;
}


@media screen and (max-width: 768px){
#wrap .implant .img_left {
	width: 40%;
}
	
#wrap .implant ul.three_columns {
	margin: 0 0 20px;
	display: block;
	text-align: center;
}

#wrap .implant ul.three_columns li {
	margin: 0 0 20px;
}
	
#wrap ol.qa_list li {
	width: auto;
}

#wrap .answer,
#wrap .implant #fee {
	margin: -120px 0 60px;
	padding: 120px 0 0;
}
}


#wrap article .txt_serif {
	text-align: center;
	    color: #a6921b;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
}


#wrap .ireba .comparison,
#wrap .ireba .type {
	width: 770px;
	margin: 0 auto;
}

#wrap .ireba .type.mb40 {
	margin-bottom: 40px;
}

#wrap .ireba .type_01 {
	width: 100%;
	margin: 0 auto;
}

#wrap .ireba .comparison_01 {
	width: 1000px;
	margin: 0 auto 40px;
}

#wrap .ireba .comparison table,
#wrap .ireba .type table {
	width: 100%;
	border: solid 1px #e1dede;
}

#wrap .ireba .comparison_01 table .col_2,
#wrap .ireba .comparison_01 table .col_3,
#wrap .ireba .comparison_01 table .col_4 {
	width: 25%;
}

#wrap .ireba .comparison table th,
#wrap .ireba .type table th {
	padding: 10px 10px;
	border: solid 1px #e1dede;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

#wrap .ireba .comparison_01 table th,
#wrap .ireba .type table th {
	background-color: #f2f2f2;
}

#wrap .ireba .comparison_01 table th:first-of-type {
	width: 20%;
}

#wrap .ireba .comparison_01 table th.color_01 {
	background-color: #497f9e;
	color: #fff;
	font-weight: bold;
}

#wrap .ireba .type table th.color_01 {
	background-color: #497f9e;
	color: #fff;
}

#wrap .ireba .comparison_01 table th.color_02 {
	background-color: #e3ecf3;
}

#wrap .ireba .comparison table td,
#wrap .ireba .type table td {
	padding: 10px 10px;
	border: solid 1px #e1dede;
}

#wrap .ireba .type table td .fc_gold {
	font-size: 150%;
}

#wrap .ireba .comparison_01 table td.center {
	text-align: center;
}

#wrap .ireba .type table td {
	text-align: center;
}

#wrap .ireba .type table td.image {
	background-color: #e3ecf3;
}

#wrap .ireba .comparison_02 table tbody th {
	background-color: #f2f2f2;
	font-weight: normal;
}

#wrap .ireba .comparison_02 table tbody td　{
	text-align: left;
}


@media screen and (max-width: 768px){
#wrap .ireba .comparison,
#wrap .ireba .type {
	width: 100%;
}
	
#wrap .ireba .comparison_01 {
	width: 100%;
	overflow-x: scroll;
}
	
#wrap .ireba .comparison_01 table {
	width: 150%;
	font-size: 90%;
}
	
#wrap .ireba .comparison table th {
	padding: 8px 5px;
	line-height: 1.2;
}

#wrap .ireba .comparison table td {
	padding: 8px 5px;
	line-height: 1.2;
}
	
#wrap .ireba .comparison_02 table {
	border: none;
	border-top: solid 1px #e1dede;
	border-left: solid 1px #e1dede;
	display: block;
}
	
#wrap .ireba .comparison_02 table tr {
	display: flex;
	flex-flow: row wrap;
}
	
#wrap .ireba .comparison_02 table th {
	border: none;
	border-right: solid 1px #e1dede;
	border-bottom: solid 1px #e1dede;
	display: block;
}

#wrap .ireba .comparison_02 table td {
	border: none;
	border-right: solid 1px #e1dede;
	border-bottom: solid 1px #e1dede;
	display: block;
}
	
#wrap .ireba .comparison_02 table tbody th {
	width: 100%;
}

#wrap .ireba .comparison_02 table tbody td {
	width: 50%;
}
}


#wrap .kyousei_shika .img_left,
#wrap .child_orthodontics_equipment .img_left {
	margin: 0 15px 10px 0;
	float: left;
}

#wrap .kyousei_shika h3 span {
	color: #010101;
}


@media screen and (max-width: 768px){
	#wrap .kyousei_shika .img_left,
	#wrap .child_orthodontics_equipment .img_left {
		width: 40%;
	}
}



#wrap .orthodontics_quickly h2 .pc_none {
	display: none;
}

@media screen and (max-width: 768px){
	#wrap .orthodontics_quickly h1 {
		font-size: 5.5vw;
	}
	
	#wrap .orthodontics_quickly h1 span {
		font-size: 3.9vw;
	}
	
	#wrap .orthodontics_quickly h2 .pc_none {
		display: inline;
	}
}





.merit_hd{
    font-weight: 700;
    padding: 0 0 0 32px;
    background: url(../../../img/sd/guide/implant/zygoma_implant/maru.svg) no-repeat 0 4px;
    background-size: 22px auto;
    color: #a6731b;
}
.next_step{
    padding: 0 0 3em;
    background: url("../../../img/sd/common/svg/arrow_bottom.svg") no-repeat center bottom;
    background-size: 64px auto;
}





.archives .two_columns{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.archives .box:first-of-type{
    float: none;
    width: 24%;
}
.archives .box:last-of-type{
    float: none;
    width: 76%;
}
@media screen and (max-width: 768px){
.archives .box:first-of-type{
    width: 30%;
}
.archives .box:last-of-type{
    width: 70%;
}
@media screen and (max-width: 540px){
.archives .box:first-of-type{
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
}
.archives .box:last-of-type{
    width: 100%;
}
}
}



.two_columns_fx,
.three_columns_fx,
.four_columns_fx,
.fx{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fx_c{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fx_e{
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}





.mov_box{
    width: 100%;
    max-width: 640px;
    height: 360px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 540px){
.mov_box{
    max-width: 540px;
    height: 240px;
}
}

.tmj_threes .box{
    margin-bottom: 24px;
    padding: 16px;
    border: 1px dashed #497f9e;
}
.tmj_threes .box:last-of-type{
    margin-bottom: 0;
}



.publications .two_columns_fx .grid:nth-of-type(odd){
	width: 24%;
}
.publications .two_columns_fx .grid:nth-of-type(even){
	width: 75%;
}
@media screen and (max-width: 540px) {
.publications .two_columns_fx .grid:nth-of-type(odd){
	width: 100%;
}
.publications .two_columns_fx .grid:nth-of-type(even){
	width: 100%;
}
}





#pbm_top{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 40px;
    text-align: center;
    background: #e4edfa;
}
#pbm_top .inner{
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    padding: 80px 0;
}
#pbm_top .inner div{
    margin: 0 0 40px;
}
#pbm_top .inner div:last-of-type{
    margin: 0;
}
@media screen and (max-width: 540px) {
#pbm_top .inner{
    padding: 40px 0;
}
}



.bottomnav{
    position: fixed;
    display: none;
    width: 100%;
    height: 80px;
    padding: 8px 0 0;
    background: #ebebeb;
    bottom: 0;
    z-index: 9999;
}
@media screen and (max-width: 820px) {
.bottomnav {
    display: block;
}
.bottomnav ul {
    padding: 0 2px;
}
.bottomnav li {
    width: calc(33.333% - 2px);
}
}



.merits_area ul{
    padding-left: 104px;
    background: url("../../../img/sd/common/illust_merit.jpg") no-repeat 0 0;
    background-size: 86px auto;
}
.demerits_area ul{
    padding-left: 104px;
    background: url("../../../img/sd/common/illust_demerit.jpg") no-repeat 0 0;
    background-size: 86px auto;
}
.merits_area li::before,
.demerits_area li::before{
    content: "● ";
    color: #b29516;
    font-size: 10px;
}
