@charset "utf-8";
/*
Theme Name: アリオ北砂歯科
Theme URI: https://www.ario-dental.com/
Description: Versions 1.0.x
Version: 1.0
Author: Dental Promotion
Tags: mantle color, variable width, two columns, widgets

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

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


html{
	overflow: auto;
}
@media screen and (max-width: 768px) {
html{
	font-size:62.5%;
	-webkit-text-size-adjust: 100%;
}
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
	color: black;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 1.6pt;
/*    overflow: hidden;*/

	word-wrap : break-word;
	overflow-wrap : break-word;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;

    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
body {
	min-width: 100%;
	font-size: 1.6rem;
	line-height: 1.6;
	position: relative;
    animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
}

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

::selection {
	background: #58b7a7;
	color: rgba(0,0,0,1);
	text-shadow:1px 1px 2px rgba(240, 240, 200, 1);
}
::-moz-selection {
	background: #58b7a7;
	color: rgba(0,0,0,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: #faaa2c;
}
a:active, a:hover{
	color: #b87711;
	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 */
}
p{margin:0;}
img{border:none;vertical-align:middle;}
table{border-collapse:separate;}
i{font-style:normal;}

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

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


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

.imgL, .txtL{float:left;}
.imgR, .txtR{float:right;}
.co{clear:both;}
.fwn{font-weight:100;}
.fwb{font-weight:700;}
.fs13{font-size:13px;}
.fs15{font-size:15px;}
.fs16{font-size:16px;}
.fs17{font-size:17px;}
.fs18{font-size:18px;}
.fs19{font-size:19px;}
.fs20{font-size:20px;}

.pink{color: rgb(255,0,127);}

.fb-like-box,.fb-like-box span, .fb-like-box iframe {
 width: 100% !important;
}
iframe{
	max-width: 100%;
}
.ic_lb{
    color: #58b7a7;
}
.ic_lp{
    color: #ff8e77;
}
.ic_gold{
    color: #b7a058;
}
.ic_green{
    color: #1aaf68;
}
.ic_orange{
    color: #f97257;
}


.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;
	text-align:center;
}
.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;}



#breadcrumbs{
    width: 92%;
    margin: auto;
    text-align: left;
    letter-spacing: 0;
}
.spc{
	display: none;
}
@media screen and (max-width: 768px) {
.dn{
	display: none;
}
.spc{
	display: inherit;
}
}
img{max-width: 100%;height: auto;}

.chushaku{
    padding: 24px;
    background: #fef5e7;
}
.chushaku p:last-of-type{
    margin: 0 !important;
}
.chushaku span{
    font-size: 17px;
    color: #b7a058!important;
}
.chushaku .hd{
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 768px) {
.chushaku{
    padding: 16px;
}
.imgL{
    width: 100%;
    text-align: center;
}
.imgR{
    width: 100%;
    text-align: center;
}
}
.disc_list li,
.dots_list li{
    margin-left: 0;
}
.dots_list li::before{
    content: "・ ";
    color: #3f729b;
}
.disc_list li::before{
    content: "● ";
    color: #3f729b;
}



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




.clickable{
	position: relative;
	-webkit-transition:all .5s linear;
	-moz-transition:all .5s linear;
	transition:all .5s linear;
}
.clickable:hover{
}
.clickable img{
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	transition: all .5s linear;
}
.clickable:hover img{
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.oz{
    overflow: hidden;
    _zoom: 1;
}






header{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    z-index: 9999;
	width: 100%;
	margin: auto;
    background: rgba(255,255,255,1);
}
#upper{
    position: relative;
    width: 1440px;
    height: 200px;
    margin: auto;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
#logo{
    position: absolute;
    width: 400px;
    height: 58px;
    margin: 0 auto;
    top: 5px;
    left: 0;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
#upper_phone{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	position: absolute;
    width: 340px;
    right: 0;
    top: 20px;
}
.upper_tel,
.upper_reserve{
    display: none;
}
@media screen and (max-width: 1024px) {
#upper{
    width: 100%;
    height: 120px;
}
#logo{
    width: 360px;
    height: 48px;
    left: 10px;
    top: 10px;
}
#upper_phone{
    display: none;
}
.upper_reserve{
    display: inherit;
    position: fixed;
    width: 52px;
    height: 57px;
    top: 4px;
    right: 60px;
    z-index: 9999;
    cursor: pointer;
}
.upper_tel{
    display: inherit;
    position: fixed;
    width: 52px;
    height: 57px;
    top: 3px;
    right: 110px;
    z-index: 9999;
    cursor: pointer;
}
@media screen and (max-width: 800px){
#upper{
    height: 100px;
}
#logo{
    width: 250px;
    height: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media screen and (max-width: 540px){
#upper{
    height: 100px;
}
#logo{
    width: 250px;
    height: 32px;
    left: 10px;
    margin: 0;
}
@media screen and (max-width: 360px){
#logo{
    width: 220px;
    height: 32px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
@media screen and (max-width: 320px){
#logo{
    width: 200px;
    height: 32px;
    top: 10px;
    margin: 0;
}
}
}
}
}
}


#upperphone{
    float: right;
    width: 45%;
    text-align: left;
    color: #0385a5;
}
#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%;
}
#upperphone a{
    color: #ff8e77;
    display: block;
    font-size: 30px;
    letter-spacing: 0;
}



.corona_btn{
    position: absolute;
    width: 320px;
    height: 40px;
    top: 70px;
    left: 10px;
}
@media screen and (max-width: 800px){
.corona_btn{
    width: 240px;
    height: 28px;
    margin: 0 auto;
    top: 60px;
    left: 0;
    right: 0;
}
}


@media screen and (max-width: 800px) {
#phone_icon{
	position: absolute;
    background: #FDCF54;
	right: 52px;
	top: 8px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 999;
    border-radius: 8px;
}
#phone_icon a{
	display: block;
	padding: 12px 0 0;
    background: #FDCF54;
    color: #000;
    border-radius: 8px;
    line-height: 1;
	text-align: center;
}
@media screen and (max-width: 360px) {
#phone_icon{
	position: absolute;
    background: #FDCF54;
	right: 44px;
	top: 8px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 999;
    border-radius: 8px;
    font-size: 10px;
}
#phone_icon a{
	display: block;
	padding: 10px 0 0;
    background: #FDCF54;
    color: #000;
    border-radius: 8px;
    line-height: 1;
	text-align: center;
}
}
}




#gnav{
    position: absolute;
    width: 100%;
    margin: auto;
    bottom: 10px;
    right: 0;
    left: 0;
}
#gnav ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	position: relative;
	padding: 0;
    font-size: 15px;
}

#gnav ul::after{
	display: block;
	clear: both;
	content: '';
}
#gnav ul li{
	position: relative;
	float: left;
    width: 12.5%;
    text-align: center;
}
#gnav ul li:not(:first-child) {
	border-left: none;
}
#gnav ul li a{
	display: block;
    padding: 8px 0;
	color: #58b7a7;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	font-size: 17px;
    letter-spacing: 0;
    border-bottom: 3px solid #fff;
}
#gnav li a:hover,
#gnav li a.ov{
    border-bottom: 3px solid #58b7a7;
}
#gnav ul ul{
	position: absolute;
	top: 100%;
	left: -2px;
}
#gnav ul ul li {
	float: none;
	width: 280px;
	margin: 0;
}
#gnav ul ul li:not(:first-child) {
	border: 0 solid #fff;
	border-top: none;
}
#gnav ul ul ul {
	position: absolute;
	top: -2px;
	left: 100%;
}
#gnav ul ul {
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out;
	transform: translateY(-20px);
	z-index: 50;
}
#gnav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
#gnav ul li a:hover{
	text-decoration: none;
}
#gnav ul li li a{
	padding: 16px 8px;
/*
	background: #58b7a7;
	color: #fff;
*/
	background: #fff;
	color: #333;
    border-bottom: 3px solid #58b7a7;
	text-align: left;
	text-decoration: none;
}

#gnav ul li li a:hover{
    border-bottom: 3px solid #58b7a7;
/*
	background: #333;
	color: #eee;
*/
	text-decoration: none;
}
@media screen and (max-width: 1024px) {
#gnav{
    display: none;
}
}








#upper_toggle{
    display: none;
}
.phone_icon{
    position: fixed;
    width: 30px;
    height: 30px;
    top: 7px;
    right: 64px;
    z-index: 9999;
    cursor: pointer;
    background: #fff;
}
@media screen and (max-width: 1023px) {
#upper_toggle{
    display: inherit;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 7px;
    right: 8px;
    z-index: 9999;
    cursor: pointer;
    background: #58a3bb;
    border-radius: 8px;
}
#upper_toggle span{
    display: block;
    position: absolute;
    height: 3px;
    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: 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 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: 96%;
    overflow-y: auto;
    margin: 0;
    padding: 48px 24px 24px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
/*    transform: scale(.3);*/
    transform: translateY(-20%);
    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: #5c5737;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.tab li:nth-child(1){
    background: #fcaa2c;
}
.tab li:nth-child(2){
    background: #58b8a8;
}
.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: 24px 16px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e9e9d8;
}
.childnav_clinic{
    border: 1px solid #fcaa2c;
}
.childnav_guide{
    border: 1px solid #58b8a8;
}
.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: fixed;
    top: 10px;
    right: 10px;
    font-size: 40px;
    cursor: pointer;
}
.close_button_b{
    width: 32px;
    position: absolute;
    bottom: 10;
    right: 10px;
    margin: auto;
    font-size: 24px;
    cursor: pointer;
}
.modal_wrap dt,
.modal_wrap dd{
    margin-bottom: 16px;
    text-align: center;
}
.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 > div > div > ul > li,
.modal_wrap li a.parent{
    min-height: 20px;
    padding: 0 0 0 24px;
    background: url("../../../img/common/svg/arrow_bl.svg") no-repeat 0 0;
    background-size: 16px auto;
}
.modal_wrap li li{
    padding: 0 0 0 24px;
}
.modal_wrap li li li{
    padding: 0 0 0 8px;
}
.modal_wrap li a{
    color: #58b7a7;
}
.modal_wrap li li li a{
    min-height: inherit;
    padding: 0;
    background: none;
}
.modal_wrap li:nth-of-type(3n) li ul{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}
.modal_wrap li:nth-of-type(3n) li ul::after{
    content: "";
    display: block;
	width: calc( 33% - 16px);
}
.modal_wrap ul li:nth-of-type(3n) li li{
    width: 33.333%;
    letter-spacing: 0;

}
.modal_wrap li ul.minus li::before,
.modal_wrap li li li::before{
    content: "− ";
}
*/

@media screen and (max-width: 540px) {
/*
.modal_wrap ul li li li{
    padding-left: 24px;
}
.modal_wrap ul li:nth-of-type(3n) li li{
    width: 100%;
    padding-left: 24px;
}
*/
@media screen and (max-width: 360px) {
#upper_toggle{
    width: 32px;
    height: 32px;
}
#upper_toggle span{
    width: 60%;
    height: 2px;
}
#upper_toggle span:nth-child(1) {
    top: 10px;
}
#upper_toggle span:nth-child(2) {
    top: 16px;
}
#upper_toggle span:nth-child(3) {
    top: 22px;
}
}
}
}











#ecnav{
    display: none;
}
@media screen and (max-width: 768px) {
#ecnav{
	margin: 0 8px 8px;
    padding: 16px;
    display: block;
    border: 1px solid #58b7a7;
}
#ecnav div{
	margin: 0 0 8px;
    font-size: 20px;
    text-align: center;
}
#ecnav div span{
    font-weight: 700;
}
#ecbnav ol{
	margin: 0;
}
#ecnav ol li{
    float: left;
	width: 50%;
    padding: 0 4px;
}
#ecnav ol li a{
    display: block;
    width: 100%;
    padding: 4px;
    border: 1px solid #58b7a7;
    border-radius: 8px;
}
#ecnav ol li:nth-of-type(1) a{
    background: #58b7a7;
    color: #fff;
}
#ecnav ol li:nth-of-type(2) a{
    background: #FDCF54;
    color: black;
    letter-spacing: 0;
}
}




.modalreserve{
    display: none;
}
@media screen and (max-width: 768px) {
.modalreserve{
    display: block;
	margin: 0 0 16px;
    padding: 16px 8px 0;
    border: 1px solid #58b7a7;
}
.modalreserve .hd{
	margin: 0 0 8px;
    font-size: 20px;
    text-align: center;
}
.modalreserve div span{
    font-weight: 700;
}
.modalreserve ol{
	margin: 0;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}
.modalreserve ol li{
	width: calc( 50% - 2px );
    text-align: center;
}
.modalreserve ol li a{
    display: block;
    width: 100%;
    padding: 4px;
    border: 1px solid #58b7a7;
    border-radius: 8px;
}
.modalreserve ol li:nth-of-type(1) a{
    background: #58b7a7;
    color: #fff;
}
.modalreserve ol li:nth-of-type(2) a{
    background: #FDCF54;
    color: black;
    letter-spacing: 0;
}
}




.phone_yellow{
    color: FDCF54 !important;
}




#ec{
	margin: 0 0 24px;
}
#ec img{
    idth: 100%;
    height: auto;
}
#subec{
	margin: 0 0 16px;
    padding: 64px 0;
    background: #58b7a7 url(../../../img/common/ec/ec_bird.svg) no-repeat 80% 30%;
    background-size: 120px auto;
    color: #fff;
    font-size: 48px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#subec span{
    color: #fc6;
    font-size: 24px;
}
@media screen and (max-width: 768px) {
#ec{
	margin: 0;
}
#subec{
	margin: 0 0 8px;
    padding: 32px 0;
    background: #58b7a7 url(../../../img/common/ec/ec_bird.svg) no-repeat right 10%;
    background-size: 80px auto;
    color: #fff;
    font-size: 32px;
    line-height: 1;
}
#subec span{
    font-size: 17px;
}
}


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



.mov_zone{
    width: 92%;
    max-width: 1280px;
    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%;
    margin-bottom: 16px;
}
}
.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;
}




#renewal .box{
    float: left;
    width: 50%;
    text-align: left;
}
#renewal .more a{
    display: block;
    width: 96%;
    margin: auto;
    padding: .8em 0;
    background: #fff;
    color: #faaa2c;
    border: 1px solid #faaa2c;
    text-align: center;
}


#renewal a{
    color: #faaa2c;
}
#renewal{
    padding: 5em 10em;
    background: #def1ed;
}
#renewal .boxL{
    float: left;
    width: 40%;
    margin-bottom: 2em;
}
#renewal .boxR{
    float: right;
    width: 56%;
    margin-bottom: 2em;
    text-align: left;
}
#renewal .co{
    width: 60%;
    margin: auto;
}

#renewal .boxR p{
    margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
#renewal a{
    color: #faaa2c;
}
#renewal{
    padding: 2em 1em;
}
#renewal .boxL{
    float: none;
    width: 100%;
}
#renewal .boxR{
    float: none;
    width: 100%;
}
#renewal .co{
    width: 100%;
    margin: 0;
}
#renewal .boxR p{
    margin-bottom: 1.2em;
}
#renewal .box{
    float: none;
    width: 100%;
    margin-bottom: .5em;
}
}






#top{
    padding: 32px 0 0;
}
#top h1{
    margin: 0 0 16px;
    padding: 0 8%;
    font-size: 36px;
    line-height: 1.3;
    text-align: left;
}
#top .fc_greeting{
    margin: 0 0 40px;
    padding: 0 8%;
    text-align: left;
}
#top h2{
    color: #58b7a7;
    font-size: 48px;
}
@media screen and (max-width: 768px) {
#top{
    padding: 0;
}
#top h1{
    padding: 0 2%;
    font-size: 20px;
}
#top .fc_greeting{
    padding: 0 2%;
}
#top h2{
    color: #58b7a7;
    font-size: 28px;
    letter-spacing: 0;
}
}



#six_points{
    width: 92%;
    margin: 0 auto 40px;
    padding: 32px 0 0;
}
#six_points h2{
    margin-bottom: 24px;
    padding: 16px 0 8px;
    background: url(../../../img/common/illust/sp_l.svg) no-repeat 18% top,
    url(../../../img/common/illust/sp_r.svg) no-repeat 82% top
    ;
    border-bottom: 2px solid #0385a5;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.3;
    font-weight: 100;
}
#six_points h2 span{
    font-size: 24px;
    color: #614a23;
}
#six_points li{
    float: left;
    width: 33.333%;
    margin-bottom: 32px;
    padding: 0 8px;
}
#six_points li:nth-of-type(4){
    clear: both;
}
@media screen and (max-width: 767px) {
#six_points{
    margin: 0 auto 24px;
    padding: 0;
}
#six_points h2{
    background: none;
}
#six_points h2 span{
    font-size: 20px;
}
#six_points li{
    float: none;
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
}
#six_points li:nth-of-type(4){
    clear: both;
}
}





#cases{
    margin: 0;
    padding: 40px;
    background: url(../../../img/cases_bg.png);
}
#cases h2{
    margin-bottom: 24px;
    padding: 16px 0 8px;
    background: url(../../../img/common/illust/sp_r.svg) no-repeat 82% top;
    border-bottom: 2px solid #0385a5;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.3;
    font-weight: 100;
}
#cases h2 span{
    font-size: 24px;
    color: #614a23;
}
#cases .inner{
    background: url(../../../img/cases_bsl.png) no-repeat left bottom,
    url(../../../img/cases_bsr.png) no-repeat right bottom;
    padding-bottom: 20px;
}
#cases ol{
    padding: 24px;
    background: #fff;
}
#cases li{
    float: left;
    width: 32%;
    margin: 0 5px 24px 0;
    padding: 8px;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    display: table;
}
#cases li:nth-of-type(3n+1){
    clear: both;
}
#cases li div:nth-of-type(odd){
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}
#cases li div:nth-of-type(even){
    width: 60%;
    display: table-cell;
    padding: 0 5px;
    text-align: left;
    font-size: 18px;
    vertical-align: middle;
}
#cases li div a{
    display: block;
}
@media screen and (max-width: 767px) {
#cases{
    padding: 8px 12px;
}
#cases h2{
    background: none;
}
#cases h2 span{
    font-size: 18px;
}
#cases .inner{
    margin-bottom: 16px;
    padding-bottom: 8px;
    background: url(../../../img/cases_bsl.png) no-repeat left bottom,
    url(../../../img/cases_bsr.png) no-repeat right bottom;
    background-size: 50% auto;
}
#cases ol{
    padding: 8px;
    background: #fff;
}
#cases li{
    float: left;
    width: 50%;
    min-height: 136px;
    margin: 0 0 8px;
    display: inherit;
}
#cases li:nth-of-type(3n+1){
    clear: none;
}
#cases li:nth-of-type(odd){
    clear: both;
}
#cases li div:nth-of-type(odd){
    width: 100%;
    margin-bottom: 8px;
    display: block;
}
#cases li div:nth-of-type(odd) img{
    max-width: 40%;
    height: auto;
}
#cases li div:nth-of-type(even){
    width: 100%;
    padding: 0 8px;
    font-size: 16px;
    letter-spacing: 0;
    display: block;
}
}





/*
.vimeo_size{
    width: 640px;
    margin: 0 auto 40px;
    text-align: left;
}
@media screen and (max-width: 540px) {
.vimeo_size{
    width: 92%;
    margin: 0 auto 40px;
}
}
*/
.vimeo_size {
    position: relative;
    width: 640px;
    height: 0;
    margin: 0 auto 40px;
    padding: 0 0 360px;
    overflow: hidden;
}
.vimeo_size iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
}
@media screen and (max-width: 540px) {
.vimeo_size {
    width: 92%;
    padding: 0 0 60%;
}
.vimeo_size iframe {
    height: 100%;
}
}



#fv{
    background-color: #FEF5E6;
}
#fv .inner{
    margin: 0 0 24px;
    padding: 40px 0;
    background: url(../../../img/fv_l.jpg) no-repeat 0 0, url(../../../img/fv_r.jpg) no-repeat top right;
}
#fv .inner_inner{
    width: 80%;
    margin: auto;
}
#fv h2{
    margin-bottom: 24px;
    padding: 16px 0 8px;
    background: url(../../../img/common/illust/fv_bird.svg) no-repeat 28% top;
    background-size: 48px auto;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.3;
    font-weight: 100;
}
#fv h2 span{
    font-size: 24px;
    color: #614a23;
}
#fv .phone{
    margin: 24px 0;
}
#fv .phone a{
    color: #ff8e77;
    display: block;
    font-size: 34px;
}
#fv .more a{
    width: 40%;
    margin: 0 auto;
    padding: 8px 0;
    background: #faaa2c;
    color: #fff;
    border: 1px solid #faaa2c;
    display: block;
    text-align: center;
}
#fv .more a:hover{
    background: #fff;
    color: #faaa2c;
    border: 1px solid #faaa2c;
}
#fv .inner_inner .cf{
    width: 60%;
    margin: auto;
}
#fv .buttons:nth-of-type(odd){
    float: left;
    width: 49%;
}
#fv .buttons:nth-of-type(even){
    float: right;
    width: 49%;
}
@media screen and (max-width: 767px) {
#fv .inner{
    padding: 16px;
    background: none;
}
#fv .inner_inner{
    width: 100%;
    margin: 0;
}
#fv h2{
    background: url(../../../img/common/illust/fv_bird.svg) no-repeat 0% top;
    background: url(../../../img/common/illust/fv_bird.svg) no-repeat 0% top;
}
#fv .phone{
    margin: 24px 0;
}
#fv .phone a{
    color: #ff8e77;
    display: block;
    font-size: 28px;
}
#fv .more a{
    width: 100%;
    margin: 0 auto;
}
#fv .inner_inner .cf{
    width: 100%;
    margin: 0;
}
#fv .buttons:nth-of-type(odd){
    float: none;
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
}
#fv .buttons:nth-of-type(even){
    float: none;
    width: 100%;
    text-align: center;
}
}



#guide_area{
    width: 92%;
    margin: 0 auto 24px;
    padding: 40px 0;
}
#guide_area .box{
    float: left;
    width: 33%;
    margin-bottom: 32px;
    padding: 0 16px 0 8px;
    text-align: left;
}
#guide_area .box:nth-of-type(4),
#guide_area .box:nth-of-type(7){
    clear: both;
}
#guide_area .box div,
#guide_area .box p{
    margin-bottom: 8px;
}
#guide_area .box:nth-of-type(5) ul{
    margin-bottom: 80px;
}
#guide_area .box li{
    margin-bottom: 8px;
    border-bottom: 1px solid #e9e9e9;
}
#guide_area .box li a{
    padding: 4px;
}
#guide_area .box li::before{
    content: "→ ";
	color: #faaa2c;
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
#guide_area{
    padding: 0;
}
#guide_area .box{
    float: none;
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
    text-align: left;
}
#guide_area .box:nth-of-type(5) ul{
    margin-bottom: 16px;
}
}



#team{
    margin: 0 0 24px;
    padding: 40px 0;
    background: #fef5e7 url(../../../img/team.jpg) no-repeat top right;
}
#team .inner{
    width: 58%;
    margin: 0 0 0 2%;
    text-align: left;
}
#team h2{
    margin-bottom: 24px;
    padding: 16px 0 40px;
    background: url(../../../img/common/illust/riji_bird.svg) no-repeat 0 top;
    background-size: 104px auto;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.3;
    font-weight: 100;
    text-align: center;
}
#team .inner p{
    margin: 0 0 16px;
}
#team .inner .buttons{
    float: left;
    width: 33%;
    padding: 0 4px;
}
@media screen and (max-width: 800px) {
#team{
    margin: 0 0 24px;
    padding: 24px 0;
    background: #fef5e7 url(../../../img/team.jpg) no-repeat top right;
    background-size: contain;
}
@media screen and (max-width: 540px) {
#team{
    margin: 0 0 24px;
    padding: 24px 0;
    background: #fef5e7 url(../../../img/team.jpg) no-repeat top right;
    background-size: contain;
}
#team .inner{
    width: 100%;
    margin: 0;
    padding: 0 12px;
    text-align: left;
}
#team h2{
    margin: 380px 0 8px;
    padding: 8px 0 0;
    background-size: 64px auto;
}
#team .inner .buttons{
    float: noen;
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
    text-align: center;
}
@media screen and (max-width: 375px) {
#team h2{
    margin: 360px 0 8px;
}
@media screen and (max-width: 360px) {
#team h2{
    margin: 340px 0 8px;
}
@media screen and (max-width: 320px) {
#team h2{
    margin: 300px 0 8px;
}
}
}
}
}
}




/*
#riji{
    margin: 0 0 24px;
    padding: 40px 0;
    background: #fef5e7 url(../../../img/team.jpg) no-repeat top right;
}
#riji .inner{
    width: 58%;
    margin: 0 0 0 2%;
    text-align: left;
}
#riji h2{
    margin-bottom: 24px;
    padding: 16px 0 40px;
    background: url(../../../img/common/illust/riji_bird.svg) no-repeat 0 top;
    background-size: 104px auto;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.3;
    font-weight: 100;
    text-align: center;
}
#riji .inner p{
    margin: 0 0 32px;
}
#riji .inner p:last-of-type{
    text-align: right;
    font-size: 18px;
    font-weight: 600;
}
#riji .inner .buttons{
    float: left;
    width: 33%;
    padding: 0 4px;
}
@media screen and (max-width: 767px) {
#riji{
    margin: 0 0 24px;
    padding: 24px 0;
    background: #fef5e7 url(../../../img/team.jpg) no-repeat top right;
    background-size: contain;
}
#riji .inner{
    width: 100%;
    margin: 0;
    padding: 0 12px;
    text-align: left;
}
#riji h2{
    margin: 360px 0 8px;
    padding: 8px 0 0;
    background-size: 64px auto;
}
#riji .inner p{
    margin: 0 0 16px;
}
#riji .inner p:last-of-type{
    text-align: right;
    font-size: 18px;
    font-weight: 600;
}
#riji .inner .buttons{
    float: noen;
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
    text-align: center;
}
@media screen and (max-width: 375px) {
#riji h2{
    margin: 340px 0 8px;
}
@media screen and (max-width: 360px) {
#riji h2{
    margin: 320px 0 8px;
}
@media screen and (max-width: 320px) {
#riji h2{
    margin: 280px 0 8px;
}
}
}
}
}

*/


#central_banner{
    width: 80%;
    margin: auto;
    padding: 40px 0;
}
#central_banner dt{
    clear: both;
    float: left;
    width: 50%;
    margin: 0 0 16px;
    padding: 0 12px;
}
#central_banner dd{
    float: right;
    width: 50%;
    margin: 0 0 16px;
    padding: 0 8px;
}
@media screen and (max-width: 767px) {
#central_banner{
    width: 100%;
    padding: 0;
}
#central_banner dt{
    clear: both;
    float: none;
    width: 92%;
    margin: 0 auto 16px;
    padding: 0;
    text-align: center;
}
#central_banner dd{
    float: none;
    width: 92%;
    margin: 0 auto 16px;
    padding: 0;
    text-align: center;
}
}





#promises{
    padding: 40px 0 40px;
    background: #F6FBCB url(../../../img/promises_bg.jpg) no-repeat top right;
}
#promises h3{
    width: 80%;
    margin: 0 auto 24px;
    padding: 16px 0 8px;
    background: url(../../../img/common/illust/promise_w.svg) no-repeat 10% top,
    url(../../../img/common/illust/fv_bird.svg) no-repeat 28% top;
    background-size: auto 156px, 48px auto;
    color: #58b7a7;
    border-bottom: 2px solid #0385a5;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 48px;
    line-height: 1.3;
    font-weight: 100;
}
#promises h3 span{
    font-size: 24px;
    color: #614a23;
}
#promises dl{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 20px;
    line-height: 2;
}
#promises dt{
    float: left;
    width: 25%;
    margin-top: 12px;
    padding: 0 4px;
}
#promises dd{
    float: left;
    width: 25%;
    margin-top: 48px;
    padding: 0 4px;
}
@media screen and (max-width: 767px) {
#promises{
    padding: 8px 0;
    background: #F6FBCB url(../../../img/promises_bg.jpg) no-repeat top right;
    background-size: auto 200px;
}
#promises h3{
    width: 92%;
    margin: 0 auto 24px;
    padding: 24px 0 8px;
    background: none,
    url(../../../img/common/illust/fv_bird.svg) no-repeat left top;
    background-size: auto auto, 40px auto;
    color: #58b7a7;
    font-size: 28px;
}
#promises h3 span{
    font-size: 20px;
}
#promises dl{
    width: 92%;
    margin: 0 auto;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 17px;
    line-height: 2;
}
#promises dt{
    clear: both;
    width: 50%;
    margin-top: 0;
    margin-bottom: 8px;
}
#promises dd{
    float: right;
    width: 50%;
    margin-top: 0;
    margin-bottom: 8px;
}
}




#news{
    padding: 40px 0;
}
#news .inner{
    width: 80%;
    min-height: 120px;
    margin: 0 auto;
    padding-left: 20%;
    background: url(../../../img/news_hd.png) no-repeat 0 top;
}
#news dl{
    clear: both;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
#news dt{
    float: left;
    width: 20%;
    color: #0385a5
}
#news dd{
    float: right;
    width: 78%;
}
@media screen and (max-width: 767px) {
#news{
    padding: 24px 0;
}
#news .inner{
    width: 92%;
    min-height: inherit;
    padding: 80px 0 0;
    background: url(../../../img/news_hd.png) no-repeat center 0;
}
#news dl{
    clear: both;
}
#news dt{
    float: none;
    width: 100%;
    display: block;
}
#news dd{
    float: none;
    width: 100%;
}
}





.snsShareArea{
    margin: 10vw 0;
}
.snsShareArea .hd{
    margin-bottom: 2vw;
    font-weight: 700;
    text-align: center;
}
.snsShareArea:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.snsShareArea a{
    box-sizing: border-box;
    display: block;
    float: left;
    width: 31.3%;
    margin: 1%;
    padding: .7em 0;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    text-align: center;
}
.btn--line{
    background: #54bc4d;
}
.btn--twitter{
    background: #55acee;
}
.btn--facebook{
  background: #3b5998;
}
.btn--google{
    background: #dd4b39;
}
.btn--hatena{
    background: #008FDE;
}
.btn--pocket{
    background: #ee4056;
}
.btn--pinterest{
    background: #c60120;
}
@media screen and (max-width: 767px) {
.snsShareArea{
    margin: 10vh 0;
}
}



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



footer{
    background: #e4f2f9;
}
#foot_logo{
    margin-bottom: 32px;
    padding: 24px 0 0;
    text-align: center;
}
#foot_logo p{
    margin-bottom: 16px;
}
footer .footphone{
	margin: 8px 0;
    letter-spacing: 2px;
}
footer .footphone a{
    display: block;
    font-size: 28px;
}
#drawmap{
    margin-bottom: 24px;
}
#drawmap iframe{
    vertical-align: bottom;
}
footer .inner{
	width: 92%;
	margin: auto;
	text-align: left;
}
footer .box{
	text-align: left;
}
footer .box p{
    color: #ff8e77;
    font-weight: 600;
}
footer .box .cf{
    width: 70%;
    margin: 0 auto;
}
footer .buttons:nth-of-type(odd){
    float: left;
    width: 49%;
    margin-bottom: 24px;
}
footer .buttons:nth-of-type(even){
    float: right;
    width: 49%;
}
footer .buttons a{
    display: block;
    padding: 16px;
    text-align: center;
    background: #fff;
    border: 1px solid;
}
footer table{
    clear: both;
    width: 100%;
	margin: 0 auto 8px;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}
footer td{
    width: 9%;
    padding: 8px 0;
    border: 1px solid #58b7a7;
    color: #58b7a7;
    vertical-align: middle;
}
footer table tr:nth-of-type(1){
    background: #def1ed;
}
footer table tr:nth-of-type(1) td:nth-of-type(1){
    color: #58b7a7;
}
footer table tr:nth-of-type(3) td:nth-of-type(7),
footer table tr:nth-of-type(3) td:nth-of-type(8),
footer table tr:nth-of-type(3) td:nth-of-type(9)
{
    color: #ff8e77;
}
footer table td:nth-of-type(1){
    width: 28%;
    color: black;
}
footer .foot_links{
    width: 92%;
    margin: 0 auto;
    padding: 24px 0;
}
footer .foot_links li{
    float: left;
    width: 20%;
    text-align: center;
}
footer .foot_links li a{
    color: #ff8e77;
    font-weight: 700;
    display: block;
}
@media screen and (max-width: 767px) {
#foot_logo{
    width: 92%;
    margin: 0 auto 32px;
    text-align: left;
}
footer .footphone{
    text-align: center;
}
footer .footphone a{
    padding: 8px;
    background: #fff;
    display: block;
    font-size: 24px;
    border: 1px solid;
    border-radius: 15px;
}
#drawmap{
	width: 92%;
    margin: 0 auto 16px;
}
footer .inner{
	width: 92%;
	margin: auto;
	text-align: left;
}
footer .box{
	text-align: left;
}
footer .box p{
    color: #ff8e77;
    font-weight: 600;
}
footer .box .cf{
    width: 92%;
    margin: 0 auto;
}
footer .buttons:nth-of-type(odd){
    float: none;
    width: 100%;
    margin: 0 0 8px;
}
footer .buttons:nth-of-type(even){
    float: none;
    width: 100%;
    margin: 0 0 24px;
}
footer .buttons a{
    padding: 8px;
}
footer .foot_links{
    width: 100%;
    margin: 0 auto;
    padding: 8px 0;
}
footer .foot_links li{
    float: left;
    width: 50%;
    padding: 8px 0;
    text-align: center;
}
}

#footlinks{
    background: #e4f2f9;
    letter-spacing: 0;
    font-size: 13px;
}
#footlinks .four_columns{
    width: 92%;
    max-width: 1200px;
    margin: auto;
    padding: 40px 0;
}
#footlinks .four_columns .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 .box{
    width: 50%;
}
@media screen and (max-width: 540px) {
#footlinks{
    font-size: 14px;
}
#footlinks .four_columns .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;
}
}






footer .copyright{
    margin: 0;
    padding: 51px 0 0;
    background: url(../../../img/common/foot_town.png) repeat-x;
    color: white;
    letter-spacing: 0;
}
footer .copyright .cf{
    background: #58b7a7;
    text-align: left;
}
footer .copyright a{
    color: white;
}
footer .copyright .cf div{
    float: left;
    width: 50%;
    padding: 16px 40px;
    text-align: left;
}
footer .copyright .cf div:nth-of-type(2){
    float: right;
    padding: 16px 100px 16px 0;
    text-align: right;
}
@media screen and (max-width: 767px) {
footer .copyright .cf div{
    float: none;
    width: 100%;
    padding: 8px;
    text-align: center;
}
footer .copyright .cf div:nth-of-type(2){
    padding: 0 0 80px;
    text-align: center;
}
}









#bottom {
    position: fixed;
    bottom: 0;
    right: 0;
	line-height: 100%;
	box-sizing: border-box;
}
#bottom .box{
	display: none;
}
#bottom p a{
    float: right;
    width: 88px;
	min-height: 88px;
    padding: 40px 0 0;
    text-align:center;
    background: rgba(88,163,187,.8);
    color: white;
    display:block;
	font-size: 60px;
	font-weight: 700;
    text-decoration: none;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
#bottom{
	width: 100%;
	left: 0;
}
#bottom p a{
    width: 36px;
	min-height: 36px;
    margin-bottom: 4px;
    padding: 16px 0 0;
	font-size: 32px;
    border-radius: 50%;
}
#bottom .box{
	display: block;
	float: left;
    width: 33.333%;
    border-right: 1px solid #fff;
}
#bottom .box a{
    width: 100%;
    display: block;
    padding: 8px 0;
    background: rgba(255,255,255,1);
    color: rgba(88,163,187,1);
	font-size: 15px;
	font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    border-right: 1px solid;
}
#bottom .box:nth-of-type(1){
    clear: both;
}
#bottom .box:nth-of-type(3){
	float:right;
	border-right: 0;
}
.line_green{
    color: #1dcd00;
}
}



#sub{
    width: 92%;
    max-width: 1440px;
    margin: auto;
    padding: 32px 0 0;
    text-align: left;
}
#sub h1{
    margin-bottom: 24px;
    padding: 16px 0 8px;
    background: #fff;
    color: #58b7a7;
    border-bottom: 2px solid #0385a5;
    font-size: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.3;
    font-weight: 100;
    text-align: center;
}
#sub h2{
    margin-bottom: 24px;
    padding: 16px;
    background: #def1ed;
    border-bottom: 0;
    line-height: 1.3;
    font-weight: 100;
    text-align: left;
    font-size: 24px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#sub h2 span{
    color: #ff8e77 !important;
}
#sub h2 a{
    color: #333 !important;
}
#sub h3{
    margin-bottom: 16px;
    padding: 8px 8px 8px 16px;
    border-left: 4px solid #58b7a7;
    border-bottom: 2px solid #58b7a7;
    line-height: 1.3;
    font-weight: 100;
    text-align: left;
    font-size: 20px;
}
#sub .aori{
    margin-bottom: 16px;
    color: #0385a5;
    font-size: 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 700;
}
#sub p{
    margin: 0 0 24px;
}
#sub .more a{
    display: block;
    margin: 0 0 16px;
    padding: 16px;
    background: #fff;
    color: #faaa2c;
    text-align: center;
    border: 1px solid;
}
#sub .more a:hover{
    background: #faaa2c;
    color: #fff;
}
#sub .navs{
    margin-bottom: 40px;
}
#sub strong{
    padding-bottom: 4px;
	background: linear-gradient(transparent 70%, #0385a5 90%);
}
#sub span{
    color: #0385a5;
}
#sub .navs li{
    float: left;
    width: 25%;
    margin-bottom: 16px;
    color: #ddd;
    text-align: left;
}
#sub .navs li a{
    display: block;
    width: 96%;
    margin: 0 auto;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}
#sub .navs li a:hover{
    border-bottom: 1px solid #faaa2c;
}
@media screen and (max-width: 768px) {
#sub{
    padding: 32px 0 0;
}
#sub h1{
    margin: 0 0 16px;
    padding: 8px 0 0;
    background-size: 64px auto;
    font-size: 25px;
}
#sub h2{
    margin-bottom: 16px;
    padding: 8px;
    font-size: 20px;
}
#sub h3{
    padding: 8px;
    font-size: 18px;
}
#sub .aori{
    margin-bottom: 8px;
    letter-spacing: 0;
}
#sub .more a{
    width: 100%;
    padding: 8px;
}
#sub .navs{
    margin-bottom: 24px;
}
#sub .navs li{
    width: 100%;
    margin: 0 0 8px;
}
#sub .navs li a{
    width: 100%;
    margin: 0;
}
}




#sub #six_points{
    width: 100%;
    margin: 0 auto 40px;
    padding: 32px 0 0;
}
#sub #six_points h2{
    margin-bottom: 24px;
    padding: 16px;
    background: #def1ed;
    border-bottom: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.3;
    font-weight: 100;
    text-align: left;
    font-size: 30px;
}
@media screen and (max-width: 768px) {
#sub #six_points h2{
    margin-bottom: 16px;
    padding: 8px;
    font-size: 25px;
}
}



#sub #promises{
    margin: 0 0 80px;
    padding: 0;
    background: #fff;
}
#sub #promises .inner{
    padding: 40px 0;
    background: #F6FBCB url(../../../img/promises_bg.jpg) no-repeat top right;
}
#sub #promises .subhd{
    width: 80%;
    min-height: 156px;
    margin: 0 auto 24px;
    padding: 48px 0 8px;
    background: url(../../../img/common/illust/promise_w.svg) no-repeat 0 top,
    url(../../../img/common/illust/fv_bird.svg) no-repeat 15% top;
    background-size: auto 156px, 48px auto;
    color: #614a23;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
}
@media screen and (max-width: 768px) {
#sub #promises{
    margin: 0 0 40px;
    padding: 0;
    background: #fff;
}
#sub #promises .subhd{
    width: 100%;
    min-height: inherit;
    margin: 0 0 24px;
    padding: 128px 8px 8px;
    background: none;
    background-size: auto;
    text-align: left;
    font-size: 18px;
}
}





#sub .CCA{
    margin: 0 0 40px;
/*    margin: 0 0 80px;*/
    text-align: left;
}
#sub .groups{
    margin: 0 0 24px;

    overflow: hidden;
    _zoom: 1;
}
.oz{
    overflow: hidden;
    _zoom: 1;
}
#sub .groups .imgL{
    max-width: inherit;
    margin: 0 24px 24px 0;
}
.oz .imgL{
    max-width: 40%;
    margin: 0 24px 24px 0;
}
#sub .CCA .hd{
    margin-bottom: 8px;
    font-size: 20px;
    color: #58b7a7;
}
#sub .CCA .common_box{
    margin: 0 0 40px;
    text-align: left;
}
#sub .CCA .common_box:nth-of-type(odd){
    float: left;
    width: 35%;
}
#sub .CCA .common_box:nth-of-type(even){
    float: right;
    width: 64%;
}
#sub .CCA .common_box a{
    width: 50%;
}
#sub .more_one{
    width: 40%;
    margin: auto;
}
#sub .more_two{
    width: 70%;
    margin: auto;
}
#sub .more_two .more{
    float: left;
    width: 50% !important;
    padding: 0 20px;
}
#sub .more_two .more a{
    width: 100% !important;
}
#sub .more_three .more{
    float: left;
    width: 33.333% !important;
    padding: 0 5px;
}
#sub .more_four{
    float: left;
    width: 50%;
    margin: 0 0 16px;
}
#sub .more_four a{
    display: block;
    width: 98%;
    margin: 0 auto 16px;
    padding: 16px;
    background: #fff;
    color: #faaa2c;
    text-align: left;
    border: 1px solid;
}
#sub .more_four a:hover{
    background: #faaa2c;
    color: #fff;
}
@media screen and (max-width: 767px) {
#sub .CCA{
    margin: 0 0 40px;
    text-align: left;
    overflow: hidden;
    _zoom: 1;
}
#sub .groups .imgL{
    float: none;
    margin: 0 0 16px;
    text-align: center;
}
#sub .CCA .common_box{
    margin: 0 0 24px;
}
#sub .CCA .common_box:nth-of-type(odd){
    float: none;
    width: 100%;
}
#sub .CCA .common_box:nth-of-type(even){
    float: none;
    width: 100%;
}
#sub .CCA .common_box a{
    width: 100%;
}
#sub .more_one{
    width: 100%;
    margin: auto;
}
#sub .more_two{
    width: 100%;
    margin: auto;
}
#sub .more_two .more{
    float: none;
    width: 100% !important;
    margin: 0 0 8px;
    padding: 0;
}
#sub .more_two .more a{
    width: 100% !important;
    padding: 16px !important;
}
#sub .more_three .more{
    float: none;
    width: 100% !important;
    margin: 0 0 8px;
    padding: 0;
}
#sub .more_four{
    float: none;
    width: 100%;
    margin: 0 0 8px;
}
#sub .more_four a{
    width: 100%;
}
.oz .imgL{
    max-width: 100%;
    margin: 0 0 24px 0;
}
}





#sub .team{
    margin: 0 0 40px;
    overflow: hidden;
    _zoom: 1;
}
#sub .team .riji_box{
    margin-bottom: 40px;
}
#sub .team .box{
    margin-bottom: 16px;
}
.team .boxL{
    float: left;
    width: 320px;
    text-align: center;
}
.team .boxR{
    float: left;
    width: 900px;
    padding-left: 24px;
}
.team .hd{
    margin-bottom: 8px;
    font-size: 20px;
    color: #58b7a7;
}
@media screen and (max-width: 1280px) {
.team .boxR{
    width: 800px;
}
@media screen and (max-width: 1024px) {
.team .boxR{
    width: 600px;
}
@media screen and (max-width: 960px) {
.team .boxR{
    width: 560px;
}
@media screen and (max-width: 800px) {
.team .boxL{
    width: 320px;
}
.team .boxR{
    float: right;
    width: 360px;
    padding: 0;
}
@media screen and (max-width: 640px) {
.team .boxL{
    width: 40%;
}
.team .boxR{
    width: 55%;
}
}
}
}
}
}


#sub .photos{
    float: left;
    width: 50%;
    margin-bottom: 16px;
    padding: 0 20px;
}
#sub .team .riji_box:nth-of-type(1){
    float: left;
    width: 20%;
}
#sub .team .riji_box:nth-of-type(2){
    float: right;
    width: 78%;
}
#sub .team .box:nth-of-type(1){
    float: left;
    width: 20%;
}
#sub .team .box:nth-of-type(2){
    float: right;
    width: 78%;
}
#sub .it_box{
    margin-bottom: 40px;
}
#sub .kids_event_ec{
    margin-bottom: 40px;
    background: url(../../../img/clinic/event/kids/09/bg.jpg) no-repeat 10% center;
    text-align: center;
}
#sub .kids_event_ec .hd{
    margin-bottom: 280px;
    text-align: center;
}
#sub .kids_event_ec .subhd{
    margin-bottom: 24px;
    text-align: center;
    color: #ff8e77;
    font-size: 36px;
}
#sub .kids_event_ec ol{
    width: 56%;
    margin: 0 auto;
}
#sub .kids_event_ec li{
    margin: 0 0 8px;
    text-align: left;
}
#sub .kids_event_ec li::before{
    content: "★ ";
    color: #fc0;
}
#sub .kids_event_ec li:nth-of-type(odd){
    clear: both;
    float: left;
    width: 40%;
}
#sub .kids_event_ec li:nth-of-type(even){
    float: right;
    width: 58%;
}
#sub .kids_event table{
    width: 70%;
    margin: 0 auto 40px;
    border-collapse: collapse;
    border-spacing: 0;
}
#sub .kids_event td{
    padding: 16px;
    border-bottom: 1px solid #ddd;
}
#sub .kids_event table td:nth-of-type(odd){
    width: 20%;
    color: #58b7a7;
}
#sub .kids_event table td:nth-of-type(even){
    width: 80%;
}
#sub .kids_event .tadashi{
    color: #ff8e77;
    text-align: center;
}
@media screen and (max-width: 767px) {
#sub .photos{
    float: none;
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
}
.team .boxL{
    float: none;
    width: 100%;
    margin-bottom: 24px;
}
.team .boxR{
    float: none;
    width: 100%;
}

#sub .team .riji_box:nth-of-type(1){
    float: none;
    width: 100%;
}
#sub .team .riji_box:nth-of-type(2){
    float: none;
    width: 100%;
}
#sub .team .box:nth-of-type(1){
    float: none;
    width: 100%;
    text-align: center;
}
#sub .team .box:nth-of-type(2){
    float: none;
    width: 100%;
}
#sub .kids_event_ec{
    padding-top: 90px;
    background: url(../../../img/clinic/event/kids/09/bg.jpg) no-repeat 0 0;
    background-size: contain;
}
#sub .kids_event_ec .hd{
    margin-bottom: 8px;
    text-align: center;
}
#sub .kids_event_ec .subhd{
    margin-bottom: 8px;
    font-size: 32px;
}
#sub .kids_event_ec ol{
    width: 100%;
    margin: 0 auto;
}
#sub .kids_event_ec li:nth-of-type(odd){
    float: none;
    width: 100%;
}
#sub .kids_event_ec li:nth-of-type(even){
    float: none;
    width: 100%;
}
#sub .kids_event table{
    width: 100%;
    margin: 0 0 16px;
}
#sub .kids_event td{
    padding: 8px;
}
#sub .kids_event table td:nth-of-type(odd){
    width: 100%;
    display: block;
    color: #58b7a7;
}
#sub .kids_event table td:nth-of-type(even){
    width: 100%;
    display: block;
}
#sub .kids_event .tadashi{
    text-align: left;
}
}





#sub .guide{
    margin: 0 0 40px;
    text-align: left;
    overflow: hidden;
    _zoom: 1;
}
#sub .guide .groups{
    margin: 0 0 40px;
    overflow: hidden;
    _zoom: 1;
}
#sub .guide .box{
    margin-bottom: 16px;
}
#sub .guide .more a{
    width: 48%;
    margin: 0 auto 16px;
}
#sub .guide .box:nth-of-type(1){
    float: left;
    width: 30%;
}
#sub .guide .box:nth-of-type(2){
    float: right;
    width: 67%;
}
#sub .guide .hd,
#sub h4{
    margin-bottom: 8px;
    font-size: 20px;
    color: #58b7a7;
}
#sub .icons{
    width: 96px;
    height: 96px;
    margin: 0 auto 24px;
    padding: 16px 16px 0;
    background: #fef5e7;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
}
#sub .icons img{
    max-width: 80%;
    height: auto;
}
#sub .guide .groups .imgL{
    margin: 0 24px 16px 0;
}
#sub .guide .groups .imgR{
    margin: 0 0 16px 24px;
}
@media screen and (max-width: 540px) {
#sub .guide .groups{
    margin: 0 0 24px;
}
#sub .guide .hd{
    margin-bottom: 8px;
    font-size: 18px;
}
#sub .icons{
    margin: 0 auto 8px;
}
#sub .guide .box{
    margin-bottom: 16px;
}
#sub .guide .box:nth-of-type(1){
    float: none;
    width: 100%;
}
#sub .guide .box:nth-of-type(2){
    float: none;
    width: 100%;
}
#sub .guide .groups .imgL{
    float: none;
    text-align: center;
    margin: 0 0 8px;
}
#sub .guide .groups .imgR{
    float: none;
    text-align: center;
    margin: 0 0 8px;
}
#sub .guide .more a{
    width: 100%;
    margin: 0 0 16px;
}
#sub .price .more a{
    width: 100% !important;
    margin: 0 0 16px;
}
}



.toc_container{
    margin-left: auto;
    margin-right: auto;
}
#sub .guide .pediatric_points{
    margin-bottom: 24px;
    padding: 24px;
    background: #fef5e7;
}
#sub .guide .pediatric_points .hd{
    margin: 0 0 16px;
    font-size: 24px;
    color: #b7a058;
    text-align: center;
}
#sub .guide .pediatric_points .hd::before{
    content: "ーーーーーーーーーーーーーーーーーーー　";
    letter-spacing: -10px;
}
#sub .guide .pediatric_points .hd::after{
    content: "　ーーーーーーーーーーーーーーーーーーー";
    letter-spacing: -10px;
}
#sub .guide .pediatric_points dl{
    margin-bottom: 16px;
    background: #fff;
    text-align: left;
}
#sub .guide .pediatric_points dt{
    margin-bottom: 24px;
    padding: 16px 0;
    background: #b7a058;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
#sub .guide .pediatric_points dd{
    padding: 0 24px 24px;
    background: #fff;
    color: #000;
}
#sub .guide .pediatric_points .box_01{
    float: left;
    width: 80%;
    padding: 0 10px;
}
#sub .guide .pediatric_points .box_02{
    float: right;
    width: 20%;
    padding: 0 10px;
    text-align: center;
}
#sub .guide .pediatric_points .box_03{
    float: left;
    width: 20%;
    padding: 0 10px;
    text-align: center;
}
#sub .guide .pediatric_points .box_04{
    float: right;
    width: 80%;
    padding: 0 10px;
}
@media screen and (max-width: 767px) {
#sub .guide .pediatric_points{
    padding: 8px;
}
#sub .guide .pediatric_points .hd{
    margin: 0 0 8px;
    font-size: 17px;
    letter-spacing: 0;
}
#sub .guide .pediatric_points .hd::before{
    content: "";
    letter-spacing: 0;
}
#sub .guide .pediatric_points .hd::after{
    content: "";
    letter-spacing: 0;
}
#sub .guide .pediatric_points dt{
    margin-bottom: 8px;
    padding: 8px;
}
#sub .guide .pediatric_points dd{
    padding: 0 16px 16px;
}
#sub .guide .pediatric_points .box_01{
    float: none;
    width: 100%;
    padding: 0;
}
#sub .guide .pediatric_points .box_02{
    float: none;
    width: 100%;
    padding: 0;
}
#sub .guide .pediatric_points .box_03{
    float: none;
    width: 100%;
    padding: 0;
}
#sub .guide .pediatric_points .box_04{
    float: none;
    width: 100%;
    padding: 0;
}
}




#sub .guide .checklist{
    margin-bottom: 24px;
    padding: 24px;
    background: #fef5e7;
}
#sub .guide .checklist div{
    margin: 0 0 16px;
    font-size: 24px;
    color: #b7a058;
    text-align: center;
}
#sub .guide .checklist div::before{
    content: "ーーーーーーーーーーーーーーーーーーー　";
    letter-spacing: -10px;
}
#sub .guide .checklist div::after{
    content: "　ーーーーーーーーーーーーーーーーーーー";
    letter-spacing: -10px;
}
#sub .guide .checklist ol{
    margin: 0 0 24px;
}
#sub .guide .checklist ol.perio_cl{
    padding-left: 15%;
    background: url(../../../img/guide/ippan/perio/01.svg) no-repeat;
    background-size: auto 160px;
}
#sub .guide .checklist li{
    padding: 8px 0;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}
#sub .guide .checklist ol.perio_cl li{
    float: left;
    width: 30%;
    margin: 0 8px 8px;
}
#sub .guide .checklist ol.ck_cl li{
    float: left;
    width: 30%;
    margin: 0 8px 8px;
}
#sub .guide .checklist ol.dm_cl{
    padding-right: 15%;
    background: url(../../../img/guide/ippan/dry_mouth/01.svg) no-repeat 97% center;
    background-size: auto 200px;
}
#sub .guide .checklist ol.dm_cl li,
#sub .guide .checklist ol.dmt_cl li{
    margin: 0 0 8px;
}
#sub .guide .checklist ol.dm_cl li:nth-of-type(odd),
#sub .guide .checklist ol.dmt_cl li:nth-of-type(odd){
    clear: both;
    float: left;
    width: 48%;
}
#sub .guide .checklist ol.dm_cl li:nth-of-type(even),
#sub .guide .checklist ol.dmt_cl li:nth-of-type(even){
    float: right;
    width: 48%;
}
@media screen and (max-width: 767px) {
#sub .guide .checklist{
    padding: 8px;
}
#sub .guide .checklist div{
    margin: 0 0 8px;
    font-size: 17px;
    letter-spacing: 0;
}
#sub .guide .checklist div::before{
    content: "";
    letter-spacing: 0;
}
#sub .guide .checklist div::after{
    content: "";
    letter-spacing: 0;
}
#sub .guide .checklist ol{
    margin: 0;
}
#sub .guide .checklist ol.perio_cl{
    margin: 0;
    padding-left: 0;
    background: url(../../../img/guide/ippan/perio/01.svg) no-repeat right bottom;
    background-size: auto 80px;
}
#sub .guide .checklist ol.perio_cl li,
#sub .guide .checklist ol.ck_cl li{
    width: 49%;
    margin: 0 0 8px;
    padding: 8px;
    text-align: left;
    min-height: 70px;
    letter-spacing: 0;
}
#sub .guide .checklist ol.perio_cl li:nth-of-type(odd),
#sub .guide .checklist ol.ck_cl li:nth-of-type(odd){
    clear: both;
    float: left;
    width: 49%;
}
#sub .guide .checklist ol.perio_cl li:nth-of-type(even),
#sub .guide .checklist ol.ck_cl li:nth-of-type(even){
    float: right;
    width: 49%;
}
#sub .guide .checklist ol.dm_cl{
    padding-right: 0;
    background: none;
    background-size: auto;
}
#sub .guide .checklist ol.dm_cl li,
#sub .guide .checklist ol.dmt_cl li{
    margin: 0 0 8px;
}
#sub .guide .checklist ol.dmt_cl li:nth-of-type(odd){
    clear: both;
    float: none;
    width: 100%;
}
#sub .guide .checklist ol.dmt_cl li:nth-of-type(even){
    float: none;
    width: 100%;
}
}


#sub .perio_flow dl{
    margin: 0 0 24px 40px;
}
#sub .perio_flow dt{
    float: left;
    margin: 0 20px;
    padding-top: 25px;
}
#sub .perio_flow dt:last-of-type{
    padding-top: 0;
}
#sub .perio_flow dd{
    float: left;
    padding-top: 70px;
}
@media screen and (max-width: 767px) {
#sub .perio_flow_images{
    float: left;
    width: 30%;
}
#sub .perio_flow_explain{
    float: right;
    width: 68%;
}

#sub .perio_flow dl{
    margin: 0;
}
#sub .perio_flow dt{
    float: none;
    margin: 0 0 16px;
    padding-top: 0;
    text-align: center;
}
#sub .perio_flow dt:last-of-type{
    padding-top: 0;
}
#sub .perio_flow dd{
    float: none;
    margin: 0 0 16px;
    padding-top: 0;
    text-align: center;
    transform: rotate(90deg);

}
}


#sub .guide .oyashirazu{
    margin-bottom: 24px;
    padding: 24px;
    background: #fef5e7;
}
/*
#sub .guide .oyashirazu div:last-of-type{
    padding: 48px 0 0;
}
*/
@media screen and (max-width: 767px) {
#sub .guide .oyashirazu{
    padding: 16px 8px;
}
#sub .guide .oyashirazu .imgL{
    float: left;
    max-width: 40%;
    margin: 0 15px 20% 0;
}
#sub .guide .oyashirazu div:last-of-type{
    padding: 0;
}
}


#sub .bt_list{
    margin-bottom: 24px;
}
#sub .bt_list li{
    margin-bottom: 8px;
    color: #58b7a7;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
}




#sub .py_area{
    margin-bottom: 24px;
}
#sub .py_box{
    margin-bottom: 32px;
    text-align: center;
}
#sub .py_box figcaption{
    padding-top: 8px;
}
#sub .py_box:nth-of-type(1),
#sub .py_box:nth-of-type(4){
    float: left;
    width: 48%;
}
#sub .py_box:nth-of-type(3){
    clear: both;
}
#sub .py_box:nth-of-type(2),
#sub .py_box:nth-of-type(5){
    float: right;
    width: 48%;
}
@media screen and (max-width: 767px) {
#sub .py_area{
    margin-bottom: 40px;
}
#sub .py_box{
    margin-bottom: 16px;
    text-align: center;
}
#sub .py_box:nth-of-type(1),
#sub .py_box:nth-of-type(4){
    float: none;
    width: 100%;
}
#sub .py_box:nth-of-type(3){
    clear: both;
}
#sub .py_box:nth-of-type(2),
#sub .py_box:nth-of-type(5){
    float: none;
    width: 100%;
}
}





#sub .ts_box{
    margin-bottom: 40px;
    overflow: hidden;
    _zoom: 1;
}
@media screen and (max-width: 767px) {
#sub .ts_box{
    margin-bottom: 24px;
}
}

#sub .cg_box{
    margin-bottom: 40px;
    overflow: hidden;
    _zoom: 1;
}
/*
#sub .guide .more a{
    width: 100%;
    text-align: center;
}
*/






#sub .dm_five_boxes{
    margin-bottom: 40px;
}
#sub .dm_five_boxes div{
    float: left;
    width: 20%;
    padding: 0 4px;
    text-align: center;
}
#sub .dm_food_box{
    margin-top: 40px;
}
#sub .dm_food_box div{
    float: left;
    width: 33.333%;
    padding: 0 10px;
    text-align: center;
}
@media screen and (max-width: 767px) {
#sub .dm_five_boxes{
    margin-bottom: 16px;
}
#sub .dm_five_boxes div{
    width: 33.333%;
    padding: 0 4px 8px;
}
#sub .dm_food_box{
    margin-top: 16px;
}
#sub .dm_food_box div{
    float: none;
    width: 100%;
    padding: 0 0 8px;
}
}


#sub .ireba_kenshin_list ol{
    margin: 8px 0 0;
    padding: 0 8px;
    color: #0385a5;
}
#sub .ireba_kenshin_list li::before{
    content: "● ";
}



#sub .implant_flow{
    margin-bottom: 32px;
    padding-bottom: 56px;
    background: url(../../../img/common/arrow.png) no-repeat center bottom;
}
#sub .implant_flow:last-of-type{
    margin-bottom: 0;
    background: none;
}
#sub .kensa_flow{
    margin-bottom: 16px;
    padding-bottom: 32px;
    background: url(../../../img/common/arrow02.png) no-repeat 20% bottom;
}
#sub .kensa_flow:last-of-type{
    margin-bottom: 0;
    background: none;
}
@media screen and (max-width: 767px) {
#sub .kensa_flow{
    background: url(../../../img/common/arrow02.png) no-repeat center bottom;
}
}







#sub .guide_nav{
    margin-bottom: 40px;
}
#sub .guide_nav li{
    float: left;
    width: 33.333%;
    margin-bottom: 16px;
    color: #ddd;
    text-align: left;
}
#sub .guide_nav li a{
    display: block;
    width: 96%;
    margin: 0 auto;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}
#sub .guide_nav li a:hover{
    border-bottom: 1px solid #faaa2c;
}
@media screen and (max-width: 767px) {
#sub .guide_nav{
    margin-bottom: 64px;
}
#sub .guide_nav .hd{
    margin-bottom: 8px;
    font-size: 18px;
    color: #58b7a7;
    text-align: center
}
#sub .guide_nav li{
    float: none;
    width: 100%;
    margin-bottom: 8px;
}
#sub .guide_nav li a{
    width: 100%;
    padding: 8px;
}
}




#sub .invisalign_merit{
    float: left;
    width: 50%;
    margin-bottom: 40px;
    padding: 0 24px;
    text-align: center;
}
#sub .invisalign_merit div:first-of-type{
    margin-bottom: 8px;
}
#sub .invisalign_merit div:last-of-type{
    text-align: left;
}
@media screen and (max-width: 767px) {
#sub .invisalign_merit{
    float: none;
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
}
}



#sub .implant_chigai{
    float: left;
    width: 50%;
    margin-bottom: 40px;
    padding: 0 8px;
    text-align: left;
}
@media screen and (max-width: 767px) {
#sub .implant_chigai{
    float: none;
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
}
}
#sub .implant_houchi{
    float: left;
    width: 50%;
    margin: 24px 0 40px;
    padding: 0;
    text-align: center;
}
#sub .implant_houchi div{
    width: 96%;
    min-height: 300px;
    margin: auto;
    padding: 0 0 16px;
    background: #fef5e7;
}
#sub .implant_houchi p{
    padding: 8px 16px;
    background: #b7a058;
    color: #fff;
    font-size: 20px;
}
#sub .implant_houchi figcaption{
    padding: 16px 24px 0;
    text-align: left;
}
@media screen and (max-width: 767px) {
#sub .implant_houchi{
    float: none;
    width: 100%;
    margin-bottom: 16px;
}
#sub .implant_houchi div{
    width: 100%;
    min-height: inherit;
    margin: 0;
}
#sub .implant_houchi p{
    font-size: 18px;
}
}

#sub .groups .ibc_meritdemerit{
    margin: 0 0 24px;
    padding-left: 128px;
    line-height: 1.4;
}
#sub .groups .ibc_meritdemerit:nth-of-type(odd){
    background: url(../../../img/guide/implant/ibc/merit.jpg) no-repeat 0 0;
}
#sub .groups .ibc_meritdemerit:nth-of-type(even){
    background: url(../../../img/guide/implant/ibc/demerit.jpg) no-repeat 0 0;
}
@media screen and (max-width: 767px) {
#sub .groups .ibc_meritdemerit{
    padding-left: 96px;
}
#sub .groups .ibc_meritdemerit:nth-of-type(odd){
    background: url(../../../img/guide/implant/ibc/merit.jpg) no-repeat 0 40px;
    background-size: 80px auto;
}
#sub .groups .ibc_meritdemerit:nth-of-type(even){
    background: url(../../../img/guide/implant/ibc/demerit.jpg) no-repeat 0 40px;
    background-size: 80px auto;
}
}



#sub .daeki_kensa_merit{
    margin-bottom: 40px;
}
#sub .dk_box{
    float: left;
    width: 50%;
    margin-bottom: 24px;
    padding: 0 20px;
    text-align: center;
}
#sub .dk_box figcaption{
    padding-top: 8px;
    text-align: left;
}
#sub .dk_box figcaption .hd{
    margin-bottom: 8px;
    text-align: center;
}
@media screen and (max-width: 767px) {
#sub .dk_box{
    float: none;
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
}
}

#sub .price{
    margin: 0 0 80px;
}
#sub .price section{
    width: 60%;
    margin: 0 auto 64px;
    text-align: left;
}
#sub .price .hd{
    margin: 0 0 16px;
    padding: 16px;
    background: #b7a058;
    color: #fff;
    font-size: 18px;
}
#sub .price section .cf{
    margin: 0 0 16px;
    padding: 0 0 8px;
    border-bottom: 1px solid #ddd;
}
#sub .price .cf div:nth-of-type(odd){
    clear: both;
    float: left;
    width: 65%;
}
#sub .price .cf div:nth-of-type(even){
    float: right;
    width: 35%;
    text-align: right;
}
#sub .gurantee_card img{
    padding: 0 8px;
}
@media screen and (max-width: 767px) {
#sub .price section{
    width: 100%;
    margin: 0 0 24px;
}
#sub .price .cf div:nth-of-type(odd){
    clear: both;
    float: none;
    width: 100%;
    line-height: 1;
}
#sub .price .cf div:nth-of-type(even){
    float: none;
    width: 100%;
    text-align: right;
    line-height: 1;
}
#sub .gurantee_card img{
    padding: 0 0 16px;
}
}



#sub .faq{
    margin-bottom: 64px;
    text-align: left;
}
#sub .faq .hd{
    margin-bottom: 16px;
    padding: 16px;
    background: #def1ed;
    border-bottom: 0;
    line-height: 1.3;
    font-weight: 100;
    text-align: left;
    font-size: 24px;
    line-height: 1;
}
#sub .faq ol{
    width: 70%;
    margin: 0 auto 64px;
    padding: 32px;
    border: 2px solid #fef5e7;
    text-align: left;
}
#sub .faq ol li{
    margin: 0 0 8px;
}
#sub .faq ol li a{
    display: block;
    padding: 0 0 4px;
    border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
#sub .faq{
    margin-bottom: 48px;
}
#sub .faq .hd{
    font-size: 20px;
    line-height: 1.3;
}
#sub .faq ol{
    width: 100%;
    margin: 0 0 24px;
    padding: 16px;
    border: 1px solid #fef5e7;
    text-align: left;
}
}




a.more-link{
    clear: both;
    display: block;
    width: 30% !important;
    margin: auto;
    margin-top: 24px !important;
	padding: 16px 32px;
	background: #faaa2c;
	color: #333 !important;
    text-align: center;

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

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





#sub .access_phone{
    margin-bottom: 32px;
    text-align: center;
}
#sub .access_phone a{
    color: #ff8e77;
    display: block;
    font-size: 34px;
}
#sub .access .threephotos{
    margin: 0 0 40px;
    text-align: center;
}
#sub .access_map{
    float: right;
    width: 60%;
}
#sub .access_information{
    float: left;
    width: 38%;
}
#sub .access_station{
    min-height: 75px;
    margin-bottom: 24px;
    padding: 0 0 0 88px;
    background: url(../../../img/access/train.jpg) no-repeat 0 0;
}
#sub .access_busstop{
    min-height: 75px;
    padding: 0 0 0 88px;
    background: url(../../../img/access/bus.jpg) no-repeat 0 0;
}
#sub .access_parking{
    min-height: 75px;
    margin-bottom: 24px;
    padding: 0 0 0 88px;
    background: url(../../../img/access/cycle.jpg) no-repeat 0 0;
}
#sub .access_wheelchair{
    min-height: 75px;
    padding: 0 0 0 88px;
    background: url(../../../img/access/wheelchair.jpg) no-repeat 0 0;
}
#sub .time_table{
    width: 80%;
    margin: 0 auto;
}
#sub .time_table table{
    width: 100%;
    margin: 0 0 16px;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #58b7a7;
    color: #58b7a7;
}
#sub .time_table table td{
    padding: 16px 0;
    text-align: center;
    border: 1px solid #58b7a7;
    vertical-align: middle;
}
#sub .time_table table tr:first-of-type{
    background: #def1ed;
}
@media screen and (max-width: 767px) {
#sub .access .threephotos img{
    display: block;
    padding-bottom: 8px;
}
#sub .access_map{
    float: none;
    width: 100%;
}
#sub .access_information{
    float: none;
    width: 100%;
}
#sub .access_station,
#sub .access_parking{
    margin-bottom: 16px;
}
#sub .time_table{
    width: 100%;
    margin: 0 auto;
}
}

#sub .online_flow{
    margin-bottom: 32px;
    padding-bottom: 56px;
    background: url(../../../img/common/arrow.png) no-repeat center bottom;
}
#sub .online_flow:last-of-type{
    margin-bottom: 0;
    background: none;
}




/*




main .entry{
	margin:0 0 80px;
	text-align: left;
	font-size:18px;
}

main .entry h2{
	margin:0 0 24px;
	padding: 16px;
	background: rgba(243,152,0,1);
	color: #fff;
	font-size: 24px;
	text-align: left;
}

main .entry h2 a{
	color: #fff;
	display:block;
}

main .entry h2 a:hover{
	color: rgba(255,255,208 ,1);
}

main .entry h3{
	margin:0 0 8px;
	padding: 8px;
	border-left: 8px solid #f39800;
	font-size: 20px;
	text-align: left;
}

main .entry h4{
	min-height: 20px;
	margin:0 0 16px;
	padding:8px;
	background: rgba(222,242,179,1);
	color: #000;
	font-size: 19px;
	text-align: left;
}

main a.more-link{
	margin:0 0 0 32%;
	padding: 16px 32px;
	background: rgba(243,152,0,1);
	color: #fff;

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

main .entry  a:hover.more-link{
	background: rgba(243,152,0,.5);
	color: #fff;
}
*/


#wrap .form{
	margin:0 0 80px;
	text-align: left;
}
#wrap .form p{
	margin:0 0 16px;
}
#wrap .wpcf7{
	width: 80%;
	margin: 0 auto;
}
#wrap .form i{
	color: #900;
}
.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[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 94%;
	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;
*/
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right: 0.5em;
}
.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{
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}
.wpcf7 input[type="submit"] {
	margin:40px 0 0 40%;
	padding:8px 0 8px 24px;
	background: url(../../../img/checker_gd.png);
    color: #fff;
	font-size:22px;
	font-weight:700;
	letter-spacing:4px;
	cursor: pointer;
	letter-spacing:32px;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
}
.wpcf7 input[type="submit"]:hover {
    color: lightslategrey;
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
#acceptance{
	margin: 0 0 40px;
}
#acceptance .accept_inner{
    height: 400px;
    border: 10px solid #eee;
    margin: 0 0 40px;
    padding: 24px;
    text-align: left;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#acceptance .accept{
    margin-bottom: 16px;
}
#acceptance div{
    margin-bottom: 32px;
}
#acceptance .hd{
    margin-bottom: 16px;
    font-size: 20px;
    text-align: center;
}
#wrap .form .items{
	margin: 0 0 40px;
}


@media screen and (max-width: 768px) {
#wrap .form{
	margin:0 0 40px;
}
@media screen and (max-width: 480px) {
#wrap .wpcf7{
	width: 100%;
	margin: 0 auto;
}
.wpcf7 input[type="submit"] {
	margin: 40px 0 0 22vw;
}
span.wpcf7-list-item{
	display: block !important;
}
#acceptance .accept_inner{
    border: 6px solid #eee;
    padding: 16px;
}
#acceptance .hd{
    font-size: 18px;
}
}
}





.job_data table{
    width: 70%;
    margin: 0 auto 40px;
    border-collapse: collapse;
    border-spacing: 0;
}
.job_data td{
    padding: 16px;
    border-bottom: 1px solid #ddd;
}
.job_data table td:nth-of-type(odd){
    width: 20%;
    color: #58b7a7;
}
.job_data table td:nth-of-type(even){
    width: 80%;
}
@media screen and (max-width: 480px) {
.job_data table{
    width: 100%;
}
.job_data td{
    padding: 8px;
}
.job_data table td:nth-of-type(odd){
    width: 100%;
    display: block;
}
.job_data table td:nth-of-type(even){
    width: 100%;
    display: block;
}
}




.column_area{
    padding: 80px 0;
}
.column_area .inner{
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
}
.column_area .hd{
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 8px solid #faaa2c;
    color: #faaa2c;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.column_area .more a{
    display: block;
    width: 40%;
    margin: 0 auto;
    padding: 8px 0;
    background: #faaa2c;
    color: #fff;
    border: 1px solid #faaa2c;
    text-align: center;
}
.column_area .more a:hover{
    background: #fff;
    color: #faaa2c;
    border: 1px solid #faaa2c;
}
.column_area .box:nth-child(odd){
    width: 40%;
}
.column_area .box:nth-child(even){
    width: 60%;
    padding-left: 24px;
    text-align: left;
}





.archives .box:first-of-type{
    width: 25%;
    margin-bottom: 24px;
    text-align: center;
}
.archives .box:last-of-type{
    width: 74%;
    margin-bottom: 24px;
}
@media screen and (max-width: 540px) {
.archives .box:first-of-type{
    width: 100%;
}
.archives .box:last-of-type{
    width: 100%;
}
}


.fx{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.two_blocks,
.two_columns,
.three_columns,
.four_columns,
.five_columns,
.first_view
{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}
.two_columns .grid{
	width: calc( 50% - 24px);
}
.two_blocks .grid{
	width: calc( 50% - 16px);
}

.three_columns .grid,
.three_columns li{
	width: calc( 33% - 16px);
    text-align: center;
}
.three_columns li a{
    display: block;
    width: 96%;
    margin: 0 auto;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}
.three_columns::after,
.five_columns::after{
    content: "";
    display: block;
	width: calc( 33% - 16px);
}
@media screen and (max-width: 540px) {
.two_columns .grid{
	width: 100%;
}
}


#sub .guide .two_columns .box{
    margin-bottom: 40px !important;
}
#sub .guide .two_columns .box:last-of-type{
    margin-bottom: 0 !important;
}
/*
#sub .guide .two_columns .box:nth-of-type(1){
    float: none;
	width: calc( 50% - 24px);
}
#sub .guide .box:nth-of-type(2){
    float: none;
	width: calc( 50% - 24px);
}
*/
@media screen and (max-width: 540px) {
/*
#sub .guide .two_columns .box:nth-of-type(1){
	width: 100%;
}
#sub .guide .box:nth-of-type(2){
	width: 100%;
}
*/
}



.navbox{
    margin-bottom: 80px;
}
.navbox .three_columns li{
	width: calc( 33% - 16px);
    margin-bottom: 16px;
    color: #ddd;
    text-align: left;
}
.navbox .three_columns li a{
    display: block;
    margin: 0 auto;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}
.navbox .three_columns li a:hover{
    border-bottom: 1px solid #faaa2c;
}
@media screen and (max-width: 767px) {
.navbox .three_columns li{
	width: calc( 50% - 4px);
    letter-spacing: 0;
}
}



#gmap,
#form,
#jump01,
#jump02,
#i,
#i-2,
#i-3,
#i-4,
#i-5,
#i-6,
#i-7
{
    margin-top: -200px;
    padding-top: 200px;
}
@media screen and (max-width: 767px) {
#gmap,
#form,
#jump01,
#jump02,
#i,
#i-2,
#i-3,
#i-4,
#i-5,
#i-6,
#i-7
{
    margin-top: -100px;
    padding-top: 100px;
}
}



.contact_us{
    width: 880px;
    margin: auto;
    padding: 40px;
    background: url(../../../img/common/illust/woman13.svg) no-repeat 40px bottom,
    url(../../../img/common/illust/woman14.svg) no-repeat 720px bottom
    ;
    background-size: 117px auto,102px auto;
    background-color: #fef5e7;
    text-align: center;
}
.contact_us .hd{
    margin-bottom: 16px;
    padding: 16px 0 0;
    background: url(../../..//img/common/illust/fv_bird.svg) no-repeat 24px top;
    background-size: 48px auto;
    color: #58b7a7;
    font-size: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.3;
    font-weight: 100;
}
.contact_us .hd br{
    display: none;
}
.contact_us .phone{
    margin: 24px 0;
}
.contact_us .phone a{
    color: #ff8e77;
    display: block;
    font-size: 34px;
}
.contact_us .more{
    width: 50%;
    margin: 0 auto;
    text-align: center !important;
}
.contact_us .more a{
    padding: 8px 0;
    background: #faaa2c !important;
    color: #fff !important;
    border: 1px solid #faaa2c;
    display: block;
    text-align: center !important;
}
.contact_us .more a:hover{
    background: #fff !important;
    color: #faaa2c !important;
    border: 1px solid #faaa2c;
}
@media screen and (max-width: 800px) {
.contact_us{
    width: 100%;
    padding: 40px;
    background: url(../../..//img/common/illust/woman13.svg) no-repeat 0 bottom,
    url(../../..//img/common/illust/woman14.svg) no-repeat 100% bottom
    ;
    background-size: 117px auto,102px auto;
    background-color: #fef5e7;
    text-align: center;
}
.contact_us .hd{
    padding-top: 40px;
    background: url(../../..//img/common/illust/fv_bird.svg) no-repeat center 0;
    background-size: 48px auto;
}
.contact_us .more{
    width: 70%;
}
@media screen and (max-width:  540px) {
.contact_us{
    width: 100%;
    padding: 16px;
    background: url(../../..//img/common/illust/woman13.svg) no-repeat 0 24px,
    url(../../..//img/common/illust/woman14.svg) no-repeat 100% 24px
    ;
    background-size: 80px auto,72px auto;
    background-color: #fef5e7;
}
.contact_us .hd{
    padding-top: 80px;
    background: url(../../..//img/common/illust/fv_bird.svg) no-repeat center 24px;
    background-size: 48px auto;
    font-size: 28px;
}
.contact_us .hd br{
    display: block;
}
.contact_us .more{
    width: 100%;
}
}
}



#ec .three_columns_fx{
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.sp_banners{
    width: 92%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}


.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;
}
.two_columns_fx .box{
    width: calc(50% - 8px);
}
.three_columns_fx .box{
    width: calc(33% - 4px);
}
.three_columns_fx::after{
    content: "";
    display: block;
    width: calc(33% - 4px);
}
.four_columns_fx .box{
    width: calc(25% - 4px);
}
@media screen and (max-width: 767px) {
.two_columns_fx .box{
    width: 100%;
}
.three_columns_fx .box{
    width: 100%;
}
.three_columns_fx::after{
    width: 100%;
}
.four_columns_fx .box{
    width: calc(50% - 4px);
}
}



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





.notes_type_a{
    margin-bottom: 24px;
    padding: 40px;
    background: #fafafa;
    border: 1px solid #ebebeb;
}
#sub .notes{
    margin-bottom: 24px;
    padding: 40px;
    background: #fef5e7;
}
#sub .notes div{
    width: 100%;
    max-width: 720px;
    position: relative;
    display: block;
    padding: 0 55px;
    margin: 0 auto 16px;
    font-size: 24px;
    color: #b7a058;
    text-align: center;
}
#sub .notes div:before, #sub .notes div:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #b7a058;
}

#sub .notes div:before {
  left:0;
}
#sub .notes div:after {
  right: 0;
}

/*
#sub .notes div::before{
    display: block;
    content: "ーーーーーーーーーーーーーーーーーーー　";
    letter-spacing: -10px;
}
#sub .notes div::after{
    display: block;
    content: "　ーーーーーーーーーーーーーーーーーーー";
    letter-spacing: -10px;
}
*/

#sub .checkbox li{
    margin-bottom: 8px;
    padding: 0 0 0 32px;
    background: url("../../../img/common/svg/checkbox.svg") no-repeat 0 5px;
    background-size: auto 20px;
    text-align: left;
}

@media screen and (max-width: 540px){
#sub .notes{
    padding: 16px;
}
}



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


