@charset "utf-8";
/*
Theme Name: 五十嵐歯科医院
Theme URI: https://www.igarashi-dent.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;}ul,ol{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:600;}del {text-decoration: line-through;}abbr[title], dfn[title] {border-bottom:1px dotted #000;cursor:help;}table {border-collapse:collapse;border-spacing:0;}hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}input, select {vertical-align:middle;}



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


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

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

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

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

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

::selection {
	background: rgba(53,138,170,1);
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}
::-moz-selection {
	background: rgba(53,138,170,1);
	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: #5478bb;
}
a:active, a:hover{
	color: #00368f;
	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;
}
figcaption{
    padding-top: 8px;
}

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

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

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

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


.fwb{font-weight:700;}
.grecaptcha-badge { visibility: hidden; }



.wdt40{width:40%;margin:auto;}@media screen and (max-width: 768px) {.wdt40{width:100%;margin:auto;}}

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

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



.pt24{padding-top:24px;}
.pb16{padding-bottom:16px;}


.ii40{padding: 0 40px;}
@media screen and (max-width: 767px) {
.ii40{padding: 0;}
}

.fwb{font-weight: 700;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}


.mh120{min-height: 120px;}
.mh160{min-height: 160px;}
.mh240{min-height: 240px;}

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

.ic_lblue{color: #58a78f;}
.ic_gold{color: #9b7e34;}
.ic_lb{
    color: #5478bb;
}
.ic_red{
    color: #e64f4f;
}
.ic_brown{
    color: #9b7e34;
}

.more a{
    position: relative;
	display: block;
    padding: 16px;
    background: #93c8b8;
    color: #fff;
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
}
.more a::after{
    position: absolute;
    top: 47%;
	right: 10px;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -4px;
	border-top: 2px solid #f8cb52;
	border-right: 2px solid #f8cb52;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.more a:hover{
    background: #6c9e8f;
}
@media screen and (max-width: 767px){
.more a{
    width: 100%;
}
}
a.more-link{
	display: block;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
    padding: 1.5em;
    background: #93c8b8;
    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: #6c9e8f;
    color: #fff;
}
@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%;
}
}
}
}





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


.rtt180{transform: rotateX(180deg);}

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

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



#upper_toggle{
    display: inherit;
    position: fixed;
    width: 40px;
    height: 40px;
/*    top: 0;*/
    top: 1%;
    right: 2%;
    cursor: pointer;
    background: rgba(74,118,72,.9);
    z-index: 60;
}
@media screen and (max-width: 768px) {
#upper_toggle{
    z-index: 60;
}
}

#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: 2px;
    width: 80%;
    margin: auto;
    background: #fff;
    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: 8px;
}
#upper_toggle span:nth-child(2) {
    top: 18px;
}
#upper_toggle span:nth-child(3) {
    top: 28px;
}
.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 .5s, transform 0s .5s;
    transform: scale(0);
}
.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal_content{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    margin: 0;
    padding: 40px 0 0;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transform: scale(0.3);
    transform: translateX(10%);
    transition: .5s;
    text-align: left;
}

.tab{
    width: 92%;
    max-width: 540px;
    margin: 0 auto;
}
.tab li{
    width: calc(33% - 1px);
    margin-bottom: 16px;
    padding: 16px 8px;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 13px;
    min-height: 77px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.tab li::before {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.tab li:nth-child(1),
.tab li:nth-child(1)::before{
    background: #b89a4f;
}
.tab li:nth-child(2),
.tab li:nth-child(2)::before{
    background: #76ad9a;
}
.tab li:nth-child(3),
.tab li:nth-child(3)::before{
    background: #7198b1;
}

.tab_sub{
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    list-style: none;
}
.tab_sub li{
    width: calc( 33% - 4px );
    margin-bottom: 8px;
    text-align: center;
}
.tab_sub::after{
    content: "";
    display: block;
    width: calc( 33% - 4px );
}
.tab_sub li.active{
} 
.list{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
}

.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{
    padding: 8px;
    border-radius: 8px;
}
.childnav_box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.childnav_box .grid{
    width: calc(33% - 4px);
    margin-bottom: 8px;
}
.childnav_box::after{
    content: "";
    display: block;
    width: calc( 33% - 4px );
}






.modal_wrap .uis{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.modal_wrap .uis div{
    float: left;
    width: 33%;
    padding: 0 1px;
    text-align: center;
}
.close_button{
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}
.close_button_b{
    width: 32px;
    position: absolute;
    bottom: 10;
    left: 0;
    right: 0;
    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;
}
*/
.modal_wrap ol{
    margin-bottom: 1em;
    padding: 8px 0 0;
}
.modal_wrap li li{
    float: left;
    width: 50%;
    margin-bottom: 8px;
    padding: 0 2% .4em;
    letter-spacing: 0;
    border-bottom: 1px dashed #b09b64;
}
/*
.modal_wrap li::before{
    content: "・";
}
*/
@media screen and (max-width: 768px) {
.modal_wrap li li{
    float: none;
    width: 100%;
}
}








header{
    position: relative;
	width: 100%;
	margin: 0 auto;
    padding: 8px 0;
    background: #fff;
	text-align: left;
    z-index: 30;
}
#upper_area{
	position: relative;
    width: 92%;
    max-width: 1280px;
    height: 80px;
/*    height: 120px;*/
    margin: auto;
    z-index: 40;
}
#logo{
    position: absolute;
    width: 256px;
    height: 50px;
    margin: 0 auto;
    top: 10px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 50;
}
#h_phone{
    position: absolute;
    width: 269px;
    height: 30px;
    margin: auto 0;
    top: 0;
    right: 0;
    bottom: 0;
}
#upper_area .uis{
    position: absolute;
    width: 320px;
    height: 55px;
    margin: auto;
    top: 0;
    bottom: 0;
    text-align: right;
}
#upper_area .uis div{
    float: left;
    width: 33%;
    text-align: center;
}
@media screen and (max-width: 1024px) {
#upper_area{
    width: 100%;
    max-width: inherit;
    height: 90px;
    margin: 0;
}
#logo{
    width: 220px;
}
@media screen and (max-width: 769px) {
#upper_area{
    height: 50px;
}
#logo{
    width: 180px;
    height: 41px;
    top: 5px;
}
}
}



#gnav nav{
    position: relative;
    width: 92%;
    height: 30px;
    margin: auto;
    right: 0;
    bottom: 0;
    left: 0;
}
#gnav nav ul{
	position: relative;
	padding: 0;
	font-size: 17px;
    font-weight: 700;
}
#gnav nav ul::after {
	display: block;
	clear: both;
	content: '';
}
#gnav nav ul li{
	position: relative;
	float: left;
	width: 16.666%;
	letter-spacing: 0;
    text-align: center;
}
/*
#gnav nav ul li li:nth-of-type(2){
	float: none;
	width: 100%;
}
*/
#gnav nav ul li:not(:first-child) {
	border-left: none;
}
#gnav nav ul li a{
	padding: 8px 0;
	color: #333;
    border-bottom: 4px solid #fff;
	text-align: center;
	display: block;
}
#gnav nav ul li a:hover,
#gnav nav ul li a.ov{
	padding: 8px 0;
	color: #000;
    border-bottom: 4px solid #f8cb52;
	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 li:nth-of-type(2) ul li{
	width: 400px !important;
    border: 0;
}
/*
#gnav nav ul li:nth-of-type(2) ul li{
	width: 50%;
    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: #b09b64;
    color: #fff;
	text-decoration: none;
    text-align: left;
}
#gnav nav ul li li a:hover{
	padding: 8px;
    background: #e5ca83;
}







.upper_covid{
/*
    padding: 2%;
    background: #f2f2ec;
*/
    padding: 5% 2% 2%;
    background: #f2f2ea;
}
.arrow{
/*
    padding: 2%;
    background: #f2f2ec;
*/
    background: #f2f2ea url("../../../img/common/svg/arrow.svg") no-repeat top center;
}
@media screen and (max-width: 540px){
.upper_covid{
    padding: 15% 2% 2%;
}
}


#mv{
	margin: 0;
}
#mv .dn img{
    width: 100%;
    height: auto;
}
#mv .commonmv{
    padding: 48px 0;
    color: #333;
    text-align: center;
    font-size: 30px;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#mv_implant{
    background: #f2f2ea url("../../../img/implant_h2bg.svg") no-repeat center 72px;
    background-size: 250px auto;
}
#mv_igo{
    background: #f2f2ea url("../../../img/tig_h2bg.svg") no-repeat center 72px;
    background-size: 250px auto;
}
#mv_guide{
    background: #f2f2ea url("../../../img/guides_h2bg.svg") no-repeat center 72px;
    background-size: 160px auto;
}
#mv_guide{
    background: #f2f2ea url("../../../img/guides_h2bg.svg") no-repeat center 72px;
    background-size: 160px auto;
}
#mv_clinic{
    background: #f2f2ea url("../../../img/ci_h2bg.svg") no-repeat center 72px;
    background-size: 160px auto;
}
#mv_access{
    background: #f2f2ea url("../../../img/access_mvbg.svg") no-repeat center 72px;
    background-size: 160px auto;
}
#mv_form{
    background: #f2f2ea url("../../../img/form_mvbg.svg") no-repeat center 72px;
    background-size: 160px auto;
}
#mv_materials{
    background: #f2f2ea url("../../../img/materials_mvbg.svg") no-repeat center 72px;
    background-size: 160px auto;
}
#mv_pp{
    background: #f2f2ea url("../../../img/pp_mvbg.svg") no-repeat center 72px;
    background-size: 160px auto;
}
#mv_column{
    background: #f2f2ea url("../../../img/column_mvbg.svg") no-repeat center 72px;
    background-size: 160px auto;
}
#mv_news{
    background: #f2f2ea url("../../../img/news_mvbg.svg") no-repeat center 72px;
    background-size: 160px auto;
}
@media screen and (max-width: 768px){
#mv .commonmv{
    padding: 48px 0;
    color: #333;
    text-align: center;
    font-size: 25px;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
}





#virus_sterilization{
    padding: 2% 10% 2% 36%;
    background: #dac99c url("../../../img/virus_sterilization_pc.jpg") no-repeat;
    background-size: 36% auto;
    text-align: left;
}
#virus_sterilization p{
    margin-bottom: 24px;
}
@media screen and (max-width: 768px){
#virus_sterilization{
    padding: 30% 5% 5% 5%;
    background: #dac99c url("../../../img/virus_sterilization.jpg") no-repeat;
    background-size: 100% auto;
}
}
#virus_sterilization .more a{
    width: 50%;
    background: #fff;
    color: #5478bb;
    border: 1px solid #ddddc9;
}
#virus_sterilization .more a:hover{
    background: #e5e2e6;
    color: #5478bb;
}
@media screen and (max-width: 767px){
#virus_sterilization .more a{
    width: 100%;
}
}



#ism{
    padding: 36% 0 80px;
    background: #f0ecd0 url("../../../img/ism_03_pc.jpg") no-repeat;
    background-size: 100% auto;
    text-align: left;
}
#ism h1{
    margin-bottom: 24px;
    color: #9b7e34;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 28px;
    text-align: center;
}
#ism .inner{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
#ism .strong_points{
    padding: 40px 0 0;
}
#ism h2{
    padding-bottom: 24px;
    background: url("../../../img/implant_h2bg.svg") no-repeat center bottom;
    background-size: 250px auto;
}
#ism .strong_points dl{
    width: calc(50% - 24px);
    margin-bottom: 40px;
    border: 1px solid #d6d6bd;
    background: #fff;
}
#ism .strong_points dl .grid{
    width: calc(50% - 8px);
}
#ism .strong_points dt{
    padding: 24px;
    background: #e1d3b0;
    color: #2e2717;
    font-size: 20px;
    font-weight: 700;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#ism .strong_points dd{
    padding: 24px;
}
@media screen and (max-width: 768px){
#ism{
    padding: 90% 5% 5% 5%;
    background: #f0ecd0 url("../../../img/ism_03.jpg") no-repeat;
    background-size: 100% auto;
    text-align: left;
}
@media screen and (max-width: 540px){
#ism h1{
    text-align: left;
}
#ism .inner{
    width: 92%;
}
#ism .strong_points dl{
    width: 100%;
}
#ism .strong_points dl .grid{
    width: 100%;
}
}
}






#top{
    margin: 0;
	text-align: left;
}
#top h2,
#ism h2{
    margin: 0 0 24px;
    color: #333;
    text-align: center;
    font-size: 27px;
/*    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#top p{
    margin: 0 0 24px;
}
#top strong,
span.udline{
	background: linear-gradient(transparent 60%, #f9e09b 60%);
}
#top img{
	max-width: 100%;
	height: auto;
}





#chosho{
    padding: 80px 0 0;
    background: #f2f2ea;
}
/*
#chosho{
    widths: 92%;
    max-width: 1080px;
    margin: auto;
}
*/
#top_oir{
    padding: 0 0 0 36%;
    min-height: 200px;
    background: url("../../../img/oir.jpg") no-repeat 0 0;
    background-size: 30% auto;
}
#chosho .more a{
    width: 50%;
    background: #fff;
    color: #5478bb;
    border: 1px solid #ddddc9;
}
#chosho .more a:hover{
    background: #e5e2e6;
    color: #5478bb;
}
@media screen and (max-width: 540px){
#top_oir{
    width: 92%;
    max-width: 1080px;
    margin: auto;
    padding: 240px 0 0;
    min-height: inherit;
    background: url("../../../img/oir.jpg") no-repeat center top;
    background-size: 100% auto;
}
#chosho .more a{
    width: 100%;
}
@media screen and (max-width: 375px){
#top_oir{
    padding: 220px 0 0;
    min-height: inherit;
    background: url("../../../img/oir.jpg") no-repeat center top;
    background-size: 100% auto;
}
}
}






#top_implant{
    padding: 5%;
    background: #f2f2ea;
/*
    padding: 10% 5% 5%;
    background: #f2f2ea url("../../../img/common/svg/arrow.svg") no-repeat top center;
*/
}
#top_implant h2{
    padding-bottom: 24px;
    background: url("../../../img/implant_h2bg.svg") no-repeat center bottom;
    background-size: 250px auto;
}
#top_implant .inner{
    width: 92%;
    max-width: 1280px;
    margin: auto;
}
#top_implant .box{
    width: calc(33% - 4px);
}
.nav_inner{
    padding: 1%;
    background: #f0ecd0;
}
.nav_inner ol{
    background: #fff;
	border-top: 1px solid #ddddc9;
}
.nav_inner li{
    float: left;
    width: 33.333%;
	border-bottom: 1px solid #ddddc9;
	border-right: 1px solid #ddddc9;
}
.nav_inner li:nth-of-type(1),
.nav_inner li:nth-of-type(4),
.nav_inner li:nth-of-type(7),
.nav_inner li:nth-of-type(10){
	border-left: 1px solid #ddddc9;
    clear: both;
}
.nav_inner li a{
    display: block;
    padding: 16px 8px;
	position: relative;
}
.nav_inner li a::after{
    position: absolute;
    top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -4px;
	border-top: 2px solid #f8cb52;
	border-right: 2px solid #f8cb52;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 480px){
#top_implant{
    padding: 15% 5%;
}
#top_implant .inner{
    width: 100%;
    margin: auto;
}
#top_implant .box{
    width: 100%;
}
.nav_inner{
    padding: 3%;
}
/*
.nav_inner ol{
	border-bottom: 1px solid #ddddc9;
}
*/
.nav_inner li{
    float: none;
    width: 100%;
/*	border-top: 1px solid #ddddc9;*/
	border-right: 1px solid #ddddc9;
	border-left: 1px solid #ddddc9;
}
}




#top_invisalign_go{
    padding: 18% 5% 5%;
    background: url("../../../img/invisalign_bg.jpg") no-repeat center 5%;
    background-size: 400px auto;
}
#top_invisalign_go h2{
    padding-bottom: 24px;
    background: url("../../../img/tig_h2bg_01.svg") no-repeat center bottom;
    background-size: 165px auto;
}
#top_invisalign_go .box{
    float: left;
    width: 31%;
}
#top_invisalign_go .box:nth-of-type(2){
    margin-left: 3.5%;
}
#top_invisalign_go .box:nth-of-type(3){
    float: right;
}
@media screen and (max-width: 480px) {
#top_invisalign_go{
    padding: 40% 5% 10%;
    background: url("../../../img/invisalign_bg.jpg") no-repeat center 0;
    background-size: 100% auto;
}
#top_invisalign_go .box{
    float: none;
    width: 100%;
}
#top_invisalign_go .box:nth-of-type(2){
    margin-left: 0;
}
#top_invisalign_go .box:nth-of-type(3){
    float: none;
}
}







#guides{
    padding: 10% 25%;
    background: url("../../../img/guide_bg.jpg") no-repeat center center;
    background-size: 100% auto;
}
#guides h2{
    padding-bottom: 24px;
    background: url("../../../img/guides_h2bg.svg") no-repeat center bottom;
    background-size: 160px auto;
}
#guides li{
    float: left;
    width: 16.666%;
    padding: 0 2px 16px;
}
@media screen and (max-width: 1024px){
#guides{
    padding: 5% 10%;
}
#guides li{
    width: 33%;
    padding: 0 8px 16px;
    text-align: center;
}
@media screen and (max-width: 480px){
#guides{
    padding: 10% 5%;
    background: url("../../../img/guide_bg.jpg") no-repeat center center;
    background-size: cover;
}
}
}



#clinic_info{
    padding: 5%;
}
#clinic_info .imgL{
    max-width: 40%;
    text-align: left;
}
#clinic_info .box{
    float: left;
    width: 48%;
}
#clinic_info .box:nth-of-type(even){
    float: right;
    width: 48%;
}
#clinic_info h2{
    padding-bottom: 24px;
    background: url("../../../img/ci_h2bg.svg") no-repeat center bottom;
    background-size: 160px auto;
}
#clinic_info h3{
    margin: 0 0 24px;
    font-size: 20px;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#clinic_info h3 span{
    font-size: 16px;
    color: #b09b64;
}
#clinic_info .box h3{
    text-align: center;
}
@media screen and (max-width: 540px){
#clinic_info{
    padding: 10% 5%;
}
#clinic_info .imgL{
    float: none;
    max-width: 100%;
    margin: 0;
    text-align: left;
}
#clinic_info .box{
    float: none;
    width: 100%;
}
#clinic_info .box:nth-of-type(even){
    float: none;
    width: 100%;
}
@media screen and (max-width: 375px){
}
}


#clinic_info .nav{
    padding: 1%;
    background: #f0ecd0;
}
#clinic_info .nav ol{
    background: #fff;
    border-bottom: 1px solid #ddddc9;
    border-left: 1px solid #ddddc9;
}
#clinic_info .nav li{
    float: left;
    width: 25%;
	border-top: 1px solid #ddddc9;
	border-right: 1px solid #ddddc9;
}
#clinic_info .nav li a{
    display: block;
    padding: 16px 8px;
	position: relative;
}
#clinic_info .nav li a::after{
    position: absolute;
    top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -4px;
	border-top: 2px solid #f8cb52;
	border-right: 2px solid #f8cb52;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 767px){
#clinic_info .nav{
    padding: 3%;
}
#clinic_info .nav ol{
    border-left: 0;
}
#clinic_info .nav li{
    float: none;
    width: 100%;
	border-left: 1px solid #ddddc9;
}
}



.instagram{
    padding: 80px 0;
    background: #f2f2ea;
}
.instagram .inner{
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1080px){
.instagram .inner{
    width: 92%;
}
}





#column_area{
    padding: 80px 0;
    background: #f2f2ea;
}
#column_area .cf{
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
#column_area h2{
    margin-bottom: 24px;
    padding-bottom: 24px;
    background: url("../../../img/column_h2bg.svg") no-repeat center bottom;
    background-size: 160px auto;
    color: #333;
    text-align: center;
    font-size: 25px;
/*    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#guides h2{
}
#column_area .box{
    width: 48%;
    padding: 0 16px 8px;
    border-bottom: 1px solid #e7e6e6;
    text-align: left;
}
#column_area .box:nth-of-type(odd){
    clear: both;
    float: left;
}
#column_area .box:nth-of-type(even){
    float: right;
}
#column_area .box .imgL{
    float: left;
    max-width: 30%;
    margin-right: 2%;
}
#column_area .box a{
    display: block;
}
@media screen and (max-width: 1080px){
#column_area .cf{
    width: 92%;
}
@media screen and (max-width: 767px){
#column_area .box{
    width: 100%;
    padding: 0 0 8px;
}
#column_area .box:nth-of-type(odd){
    float: none;
}
#column_area .box:nth-of-type(even){
    float: none;
}
}
}


#news{
    padding: 80px 0;
    background: #dac99c;
}
#news .hd,
#news .cf{
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
#news .hd{
    margin-bottom: 24px;
    text-align: left;
}
#news .cf div{
    float: left;
    margin: 0 0 16px;
    padding: 0 8px 8px;
    border-bottom: 1px solid #ddddc9;
    text-align: left;
}
#news .cf div:nth-of-type(odd){
    clear: both;
    width: 15%;
}
#news .cf div:nth-of-type(even){
    width: 82%;
}
@media screen and (max-width: 1080px) {
#news .hd,
#news .cf{
    width: 92%;
}
@media screen and (max-width: 767px) {
#news .cf div{
    float: none;
}
#news .cf div:nth-of-type(odd){
    clear: both;
    width: 100%;
    margin: 0 0 8px;
    border-bottom: 0;
}
#news .cf div:nth-of-type(even){
    width: 100%;
}
}
}






footer{
    margin: 0;
    padding: 0;
}
footer .three_box{
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
}
footer .three_box .box{
    width: calc(33% - 4px);
    text-align: center;
}
@media screen and (max-width: 1024px) {
footer .three_box{
    width: 92%;
}
@media screen and (max-width: 767px) {
footer .three_box .box{
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
}
}
}



#foot_info{
    padding: 5% 5% 2%;
    background: #f2f2ea;
}
footer .gmap{
    float: left;
    width: 64%;
}
footer .gmap iframe{
    vertical-align: bottom;
}
footer .clinic_datas{
    float: right;
    width: 32%;
}
footer .clinic_datas p{
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
#foot_info{
    padding: 10% 5%;
}
footer .gmap{
    float: none;
    width: 100%;
}
footer .clinic_datas{
    float: none;
    width: 100%;
}
}

footer .foot_links{
    clear: both;
    padding: 5% 0 0;
}
footer .foot_links .group{
    float: left;
    width: 33%;
    padding: 0 2% 0 0;
    text-align: left;
    letter-spacing: 0;
}
footer .foot_links .parent{
    margin: 0 0 32px;
}
footer .foot_links .parent div{
    margin: 0 0 8px;
}
footer .foot_links div a{
    display: block;
    position: relative;
    padding: 0 0 8px;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-weight: 700;
    font-size: 18px;
}
footer .foot_links div a::after{
    position: absolute;
    top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -4px;
	border-top: 2px solid #f8cb52;
	border-right: 2px solid #f8cb52;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .foot_links ul{
    padding: 8px 0 0;
}
footer .foot_links li a{
    display: block;
    position: inherit;
    margin: 0 0 8px 16px;
    padding: 0;
    border-bottom: 0;
    color: #333;
    font-weight: 100;
    font-size: 16px;
}
footer .foot_links li a::after{
    position: inherit;
    top: 0;
	right: 0;
	display: inherit;
	content: '';
	width: 0;
	height: 0;
	margin-top: 0;
	border-top: 0;
	border-right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .foot_links li a:link, footer .foot_links li a:visited{
	color: #5478bb;
}
footer .foot_links li a:active, footer .foot_links li a:hover{
	color: #00368f;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
footer .foot_links .parent{
    margin: 0 0 24px;
}
footer .foot_links .group{
    float: none;
    width: 100%;
    padding: 0;
}
footer .foot_links .parent:last-of-type{
    margin: 0;
}
}
#copyright{
	padding: 1% 0;
    background: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
}
@media screen and (max-width: 540px) {
#copyright{
    padding: 8px 0 80px;
    font-size: 13px;
}
}

.modal__nav{
    display: none;
    width: 92%;
    margin: 0 auto 16px;
}
.bottomnav{
    display: none;
    position: fixed;
    width: 100%;
    height: 72px;
    bottom: 0;
    background: #ebebeb;
}
@media screen and (max-width: 820px) {
.modal__nav,
.bottomnav{
    display: block;
}
.bottomnav ul{
    padding: 8px 0 0;
}
.modal__nav li,
.bottomnav li{
    width: 33%;
    text-align: center;
}
}





/*
#bottom{
    position: fixed;
    bottom: 0;
    right: 0;
	line-height: 0.8;
}
#bottom .box{
	display: none;
}
#bottom a{
    width: 88px;
    padding: 28px 0 16px;
    text-align:center;
    background: rgba(191,205,34,1);
	color: white;
    display:block;
	font-size: 60px;
	font-weight:700;
    text-decoration:none;
	border-radius: 50%;
}
#bottom a:hover {
    background: rgba(144,176,8,1);
	color: white;
}
@media screen and (max-width: 480px) {
#bottom{
    position: fixed;
	width: 100%;
    padding: 8px 2%;
    background: #fff5ef;
    bottom: 0;
    right: 0;
	line-height: 1.5;
    letter-spacing: -1px;
}
#bottom a{
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
	font-size: 16px;
    color: #ed9475;
    border-radius: 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: 92%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 8px 0;
	text-align: right;
}
#wrap{
    text-align: left;
}
#wrap article{
    margin: 0 0 10%;
}
#wrap .section,
#wrap section{
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#wrap p{
	margin: 0 0 16px;
}
#wrap strong{
    font-size: 18px;
	background: linear-gradient(transparent 60%, #f9e09b 60%);
}
#wrap b{
    color: #58a78f;
}
.ic_green{
    color: #58a78f;
}
#wrap h1{
    margin-bottom: 24px;
    padding: 40px 0;
    background: #685e42;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 1.2;
}
#wrap h2{
    margin: 0 0 40px;
    padding: 16px 0;
    color: #685e42;
    font-size: 20px;
/*    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    border-top: 2px solid #b09b64;
    border-bottom: 2px solid #b09b64;
    text-align: center;
}
#wrap h3{
	margin-bottom: 16px;
    padding: 8px 16px;
	font-size: 18px;
    font-weight: 700;
	text-align: left;
    border-bottom: 1px solid #ccc;
    border-left: 3px solid #f8cb52;
}
#wrap h4{
    margin: 0 0 16px;
    padding: 16px;
    background: #f0ecd0;
    color: #675750;
	font-size: 17px;
    font-weight: 700;
}
@media screen and (max-width: 820px) {
}
#wrap .section,
#wrap section{
    width: 92%;
}
#wrap h1{
    padding: 32px 0;
    font-size: 24px;
}
#wrap .boxL_4055{
    float: left;
    width: 40%;
}
#wrap .boxR_4055{
    float: right;
    width: 55%;
}
#wrap .boxL{
    float: left;
    width: 48%;
}
#wrap .boxR{
    float: right;
    width: 48%;
}
.fx,
.two_columns_fx,
.three_columns_fx,
.four_columns_fx
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fx_c{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fx_r{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}


.two_columns_fx .box{
    width: calc(50% - 16px);
}
.three_columns_fx .box{
    width: calc(33% - 8px);
}
.four_columns_fx .box{
    width: calc(25% - 4px);
}
.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;
}
#wrap .three_columns .box{
    float: left;
    width: 31%;
}
#wrap .three_columns .box:nth-of-type(2),
#wrap .three_columns .box:nth-of-type(5),
#wrap .three_columns .box:nth-of-type(8)
{
    margin-left: 3.5%;
}
#wrap .three_columns .box:nth-of-type(3),
#wrap .three_columns .box:nth-of-type(6),
#wrap .three_columns .box:nth-of-type(9)
{
    float: right;
}
#wrap .three_columns .box .more a{
    width: 90%;
}
#wrap .four_columns .box{
    float: left;
    width: 25%;
    padding: 0 5px;
    text-align: center;
}
#wrap .four_columns a{
    width: 98% !important;
    margin: auto;
}
#wrap .two_blocks .box{
    width: 49%;
}
#wrap .two_blocks .box:nth-of-type(odd){
    clear: both;
    float: left;
}
#wrap .two_blocks .box:nth-of-type(even){
    float: right;
}
#wrap .two_blocks .more a{
    width: 100%;
}
#wrap .more a{
    text-align: center;
}
.imgL,
.s_imgL{
    max-width: 40%;
    margin-right: 2%;
}
.imgR,
.s_imgR{
    max-width: 40%;
    margin-left: 2%;
}
#wrap .notes{
    padding: 24px;
}
#wrap .left_notes{
    margin-left: 43%;
}
#wrap .notes_beige{
    background: #f3f2ed;
}
#wrap .notes_beige span{
    color: #9b7e34;
    font-weight: 700;
}
#wrap .notes li{
    margin: 0 0 8px;
}
#wrap .notes ol li::before{
    content: "・ ";
}
#wrap .checklists{
    padding: 2%;
    background: #dbe4f3;
}
#wrap .checklists li{
    min-height: 25px;
    margin: 0 0 8px;
    padding: 6px 0 8px 36px;
    background: url("../../../img/common/svg/check.svg") no-repeat 0 8px;
    background-size: 25px auto;
}
#wrap .notes ol.checklists li::before{
    content: "";
}
#wrap .circlelists li{
    margin: 0 0 8px;
}
#wrap .circlelists li::before{
    content: "● ";
    color: #b2a157;
}
#wrap .circlelists span{color: #9b7e34;}
#wrap .bb_line{
    border-bottom: 1px dashed;
}
#wrap .lst_disc{
    margin-left: 24px;
}
#wrap .lst_disc li{
    list-style-type: disc;
}
.waku{
    border: 1px solid #ddddc9;
}
dt{
    padding: 1% 2%;
    background: #5478bd;
    color: #fff;
    font-weight: 600;
}
dd{
    padding: 1% 2%;
    background: #dbe4f3;
}
#icon_maru{
    padding-right: 96px;
    background: url("../../../img/common/svg/icon_maru.svg") no-repeat right;
    background-size: 85px auto;
}
#icon_batsu{
    padding-right: 88px;
    background: url("../../../img/common/svg/icon_batsu.svg") no-repeat right;
    background-size: 80px auto;
}
#nb_link .box:first-of-type{
    float: right;
    width: 49%;
    text-align: right;
}
#nb_link .box:last-of-type{
    float: left;
    width: 49%;
}


@media screen and (max-width: 1023px) {
#breadcrumbs{
	text-align: left;
}
#wrap{
    max-width: 960px;
    margin: 0 auto 80px;
    text-align: left;
}
@media screen and (max-width: 767px) {
.imgL{
    float: none;
    max-width: 100%;
    margin-right: 0;
    text-align: center;
}
.imgR{
    float: none;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
}
#wrap .boxL{
    float: none;
    width: 100%;
}
#wrap .boxR{
    float: none;
    width: 100%;
}
#wrap .boxL_4055{
    float: none;
    width: 100%;
}
#wrap .boxR_4055{
    float: none;
    width: 100%;
}
#wrap .oz .sa_box_R{
    float: none;
    max-width: 100%;
}
.two_columns_fx .box,
.three_columns_fx .box,
.four_columns_fx .box{
    width: 100%;
}
.two_columns .box{
    width: 100%;
}
.two_columns .box:nth-of-type(odd){
    clear: both;
    float: none;
}
.two_columns .box:nth-of-type(even){
    float: none;
}
.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;
}
#wrap dl .two_columns .box{
    margin-bottom: 8px;
}
#wrap dl .two_columns .box:nth-of-type(odd){
    clear: both;
    float: left;
    width: 40%;
}
#wrap dl .two_columns .box:nth-of-type(even){
    float: right;
    width: 60%;
}
#wrap .three_columns .box{
    float: none;
    width: 100%;
}
#wrap .three_columns .box:nth-of-type(2),
#wrap .three_columns .box:nth-of-type(5),
#wrap .three_columns .box:nth-of-type(8)
{
    margin-left: 0;
}
#wrap .three_columns .box:nth-of-type(3),
#wrap .three_columns .box:nth-of-type(6),
#wrap .three_columns .box:nth-of-type(9)
{
    float: none;
}
#wrap .four_columns .box{
    float: left;
    width: 50%;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 0;
}
#wrap .four_columns .box:nth-of-type(odd){
    clear: both;
}
#wrap .four_columns .box:nth-of-type(even){
    float: right;
}
#wrap .four_columns .box img{
    padding: 0 0 4px;
}
#wrap .four_columns a{
    width: 100% !important;
    margin: auto;
}
#wrap .notes{
/*    padding: 6%;*/
}
#wrap .left_notes{
    margin-left: 0;
}
}
}


#wrap .two_more_box .box:nth-of-type(odd){
    float: left;
    width: 48%;
    padding-left: 10%;
}
#wrap .two_more_box .box:nth-of-type(even){
    float: right;
    width: 48%;
    padding-right: 10%;
}
@media screen and (max-width: 767px) {
#wrap .two_more_box .box:nth-of-type(odd){
    float: none;
    width: 100%;
    padding-left: 0;
}
#wrap .two_more_box .box:nth-of-type(even){
    float: none;
    width: 100%;
    padding-right: 0;
}
}


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



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

#wrap .implant_hikaku table{
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #cfc69d;
}
#wrap .implant_hikaku td{
    width: 25%;
    padding: 1%;
    border: 1px solid #cfc69d;
    word-break: break-all;
}
#wrap .implant_hikaku td:nth-of-type(1){
    background: #f2f2e8;
    text-align: center;
}
@media screen and (max-width: 767px) {
#wrap .implant_hikaku table{
    width: 1000px;
}
#wrap .implant_hikaku td{
    width: 200px;
}
}









#wrap .igo_hikaku table{
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #cfc69d;
}
#wrap .igo_hikaku td{
    padding: 1%;
    border: 1px solid #cfc69d;
}
#wrap .igo_hikaku td:nth-of-type(1){
    background: #f2f2e8;
    text-align: center;
}
#wrap .igo_hikaku tr:nth-of-type(1) td{
    background: #f2f2e8;
    text-align: center;
}




#wrap .deduction table{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #ddddc9;
}
#wrap .deduction tr:first-of-type{
    background: #f2f2ea;
}
#wrap .deduction td{
    padding: 2%;
    border: 1px solid #ddddc9;
}
#wrap .deduction td:last-of-type{
    width: 30%;
    text-align: right;
}
@media screen and (max-width: 767px) {
#wrap .deduction table{
    width: 200%;
}
#wrap .deduction td:last-of-type{
    width: auto;
    text-align: right;
}
}





#wrap .ortho_price .two_columns table{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #ddddc9;
}
#wrap .ortho_price tr:nth-of-type(odd){
    background: #f2f2ea;
}
#wrap .ortho_price td{
    width: 50%;
    padding: 2%;
    border: 1px solid #ddddc9;
}
#wrap .ortho_price .two_columns .box:nth-of-type(4) table td{
    width: 33%;
    padding: 2%;
    border: 1px solid #ddddc9;
}
@media screen and (max-width: 767px) {
#wrap .ortho_price .two_columns table{
    width: 100%;
}
}

#wrap .report_data{
    padding-left: 420px;
    background: url("../../../img/clinic/greeting/06.jpg") no-repeat 0 0;
    background-size: 384px auto;
}
#wrap .report_data li::before{
    content: "● ";
    color: #b09b64;
}
@media screen and (max-width: 767px) {
#wrap .report_data{
    padding-top: 220px;
    padding-left: 0;
    background: url("../../../img/clinic/greeting/06.jpg") no-repeat 0 0;
    background-size: 100% auto;
}
}





#wrap .profiles span{color: #9b7e34;}
#wrap .shoseki{
    padding: 4%;
    background: #f3f2ed;
}
#wrap .shoseki .box{
    padding-bottom: 24px;
    border-bottom: 1px solid #d6d2c6;
}
#wrap .shoseki .more a{
    background: #fff;
    color: #5478bb;
    border: 1px solid #ddddc9;
}
#wrap .shoseki .more a:hover{
    background: #e5e2e6;
    color: #5478bb;
}


/*
#wrap .book_cover .boxL{
    float: left;
    width: 40%;
}
#wrap .book_cover .boxR{
    float: right;
    width: 59%;
}
*/
#wrap .book_cover .kaisetsu{
    padding: 4%;
    background: #f0ecd0;
}
@media screen and (max-width: 767px) {
/*
#wrap .book_cover .boxL{
    float: none;
    width: 100%;
}
#wrap .book_cover .boxR{
    float: none;
    width: 100%;
}
*/
}

#wrap .book_cover ol{
    background: #fff;
    border-bottom: 1px solid #ddddc9;
}
#wrap .book_cover li{
	border-top: 1px solid #ddddc9;
	border-right: 1px solid #ddddc9;
    border-left: 1px solid #ddddc9;
}
#wrap .book_cover li a{
    display: block;
    padding: 16px;
	position: relative;
}
#wrap .book_cover li a::after{
    position: absolute;
    top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -4px;
	border-top: 2px solid #f8cb52;
	border-right: 2px solid #f8cb52;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 767px){
#wrap .book_cover ol{
    border-left: 0;
}
#wrap .book_cover li{
    float: none;
    width: 100%;
	border-left: 1px solid #ddddc9;
}
}

@media screen and (max-width: 767px){
#wrap .floor_guide .boxin{
    width: 47%;
}
#wrap .floor_guide .boxin:nth-of-type(odd){
    float: left;
}
#wrap .floor_guide .boxin:nth-of-type(even){
    float: right;
}
}


#wrap .casenum span{
    font-size: 48px;
	background: linear-gradient(transparent 60%, #f9e09b 60%);
}



#wrap .casenums{
    text-align: center;
}
#wrap .casenums .boxL div:first-of-type,
#wrap .casenums .boxR div:first-of-type{
    padding: 8px 0;
    background: #c95659;
    color: #fff;
    border-radius: 24px;
}
#wrap .casenums .boxL div:last-of-type,
#wrap .casenums .boxR div:last-of-type{
    color: #c95659;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#wrap .casenums span{
    font-size: 48px;
}
#wrap .casenums .co{
    text-align: left;
}












#wrap .pricelist table{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #ddddc9;
    font-size: 18px;
}
#wrap .pricelist td{
    padding: 2%;
    border: 1px solid #ddddc9;
}
#wrap .pricelist td:first-of-type{
    width: 20%;
    border-right: 1px solid #fff;
}
#wrap .pricelist td:nth-of-type(2){
    width: 57%;
    border-left: 1px solid #fff;
    text-align: left;
}
#wrap .pricelist td:last-of-type{
    width: 33%;
    text-align: right;
    color: #FF007F;
}
#wrap .pricelist td span{
    color: gray;
    font-size: 12px;
    letter-spacing: 0;
}
@media screen and (max-width: 820px) {
#wrap .pricelist table{
/*    width: 160%;*/
    width: 100%;
    letter-spacing: 0;
}
#wrap section:nth-child(2) table tr td:first-of-type{
    display: none;
}
#wrap .pricelist td:nth-of-type(2){
    border-left: 1px solid #ddddc9;
}

}









#wrap .job table{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #ddddc9;
}
#wrap .job td{
    padding: 2%;
    border: 1px solid #ddddc9;
}
#wrap .job td:first-of-type{
    width: 30%;
    background: #f2f2ea;
}
#wrap .job td:last-of-type{
    width: 70%;
    text-align: left;
}
@media screen and (max-width: 767px) {
#wrap .job table{
    width: 100%;
}
#wrap .job td{
    display: block;
    border: 0;
}
#wrap .job td:first-of-type{
    width: 100%;
}
#wrap .job td:last-of-type{
    width: 100%;
    padding: 4%;
}
}






























#wrap .entry h2 a{
/*    color: #fff;*/
    text-decoration: underline;
    display: block;
}
/*
#wrap .entry h2 a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    transition: .3s;
}
#wrap .entry h2 a:hover::after {
  width: 100%;
}
*/

#wrap .entry div a{
    word-break: break-all;
}
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;
}

#privacypolicy section{
	margin: 0 0 5vw;
}
@media screen and (max-width: 767px) {
#privacypolicy section{
	margin: 0 0 5vh;
}
}






#wrap .form{
    width: 64%;
	margin: 0 auto 10vw;
	text-align: left;
}
#wrap .form table{
    width: 100%;
    margin: 0 0 40px;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ccc;
}
#wrap .form td{
    padding: 16px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
#wrap .form td:nth-of-type(odd){
    width: 24%;
}
#wrap .form td:nth-of-type(even){
    padding: 16px 8px 16px 32px;
}
#captcha div{margin: auto !important;}

@media screen and (max-width: 767px) {
#wrap .form{
    width: 100%;
	margin: 0 0 5vh;
	text-align: left;
}
span.wpcf7-list-item{
	display: block !important;
}
}

.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;
}
.wpcf7 input{
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 88%;
	border: 1px solid #ddd;
	font-size: 17px;
	padding: 0.5em;
	border-radius:8px;
	box-shadow:2px 2px 4px rgba(0,0,0,.1) inset;
}

.wpcf7 input[type="radio"],
.wpcf7 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;
	width:28px;
	vertical-align:middle;
}

.wpcf7 select {
	background: #fff;
	color:#333;
	border: 1px solid #ddd;
	font-size: 18px;
	padding: 0.5em;
	border-radius:8px;
	box-shadow:2px 2px 4px rgba(0,0,0,.1) inset;
	line-height: 2;
}


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

	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
    background: #00835a;
    color: #fff;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
    margin-bottom: 10%;
	clear: both;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}



.archives .two_columns{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#wrap .archives .box .section,
#wrap .archives .box section{
    padding: 0;
}
.archives .box:first-of-type{
    float: none;
    width: 30%;
    text-align: center;
}
.archives .box:last-of-type{
    float: none;
    width: 68%;
}
@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%;
}
}



.booklet_nav{
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}
.booklet_nav li{
    width: calc(33% - 8px);
    margin-bottom: 16px;
}
@media screen and (max-width: 540px){
.booklet_nav li{
    width: 100%;
    margin-bottom: 8px;
}
}


.next_back .grid:nth-child(1){
    width: 50%;
    text-align: left;
}
.next_back .grid:nth-child(2){
    width: 50%;
    text-align: right;
}
@media screen and (max-width: 540px){
.next_back .grid:nth-child(1){
    width: 49%;
}
.next_back .grid:nth-child(2){
    width: 49%;
}
}




.tc_4060 .grid:nth-child(odd){
    width: 40%;
}
.tc_4060 .grid:nth-child(even){
    width: 60%;
    padding-left: 24px;
}
@media screen and (max-width: 540px){
.tc_4060 .grid:nth-child(odd){
    width: 100%;
}
.tc_4060 .grid:nth-child(even){
    width: 100%;
    padding-left: 0;
}
}


.pterigoid__risk dl{
    width: calc(33% - 4px);
    margin-bottom: 24px;
}
.pterigoid__risk dt{
    padding: 16px 16px 16px 40px;
    background: #5478bb url("../../../img/guide/implant/pterigoid/10.svg") no-repeat 10px 16px;
    background-size: 24px auto;
}
.pterigoid__risk dd{
    padding: 16px;
    background: #dbe4f3;
}



.tc4060 .box:nth-of-type(odd){
    width: 40%;
}
.tc4060 .box:nth-of-type(even){
    width: 60%;
    padding-left: 24px;
}
@media screen and (max-width: 540px){
.tc4060 .box:nth-of-type(odd){
    width: 100%;
}
.tc4060 .box:nth-of-type(even){
    width: 100%;
    padding-left: 0;
}
}



.case_summary dt{
    margin-bottom: 8px;
    padding: 0 16px;
    background: #f2f2eb;
    color: #333;
    font-weight: bold;
}
.case_summary dd{
    margin-bottom: 24px;
    padding: 0 16px 8px;
    background: #f2f2eb;
    border-bottom: 1px solid #b1bdd9;
    font-weight: normal !important;
}
.case_summary dd:last-of-type{
    margin-bottom: 0;
    padding: 0 16px;
    border-bottom: none;
}



.nextback{
    width: 100%;
    max-width: 920px;
    margin: auto;
}
@media screen and (max-width: 540px){
.nextback{
    width: 92%;
}
}
.nextback ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nextback ul li{
    width: 50%;
}
.nextback ul li a{
    display: block;
    width: 100%;
    padding: 16px 0;
}
.nextback ul li:first-child{
    text-align: left;
}
.nextback ul li:last-child{
    text-align: right;
}


