@charset "utf-8";
/*
Theme Name: 植村歯科 LP
Theme URI: https://www.ooo.com/
Description: Versions 1.0.x
Version: 1.0
Author: Dental Promotiona
*/

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes horizontal{
    0% { transform:translateX( -10px);}
  100% { transform:translateX(  0px);}
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}


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

html{
    overflow: auto;
}
@media screen and (max-width: 768px) {
html{
    font-size:62.5%;
    -webkit-text-size-adjust: 100%;
}
}
body{
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
    color: #333;
    font-family: 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 20px;
	word-wrap : break-word;
	overflow-wrap : break-word;
    line-height: 1.8em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@media screen and (max-width: 768px) {
body{
    min-width: 100%;
    font-size: 1.6rem;
}
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    font-weight: 700;
}

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

::selection {
    background: #78c5be;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}
::-moz-selection {
    background: #78c5be;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}

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

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

    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    transition:all .3s linear;
}
a:link, a:visited{
    color: #12c;
}
a:active, a:hover{
    color: #04c;
    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;
    display: inline-block;
    backface-visibility: hidden;
}

p{margin:0;}
table{border-collapse:collapse;table-layout: fixed;word-break: break-all;word-wrap: break-all;}
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;
}
strong{color: #1467c5;}
b{background: linear-gradient(transparent 60%, #e3cbe2 60%);}

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

@media screen and (max-width: 767px) {iframe{max-width: 100%;min-height: 300px;max-height: 400px;}}

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

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

.su{
    opacity:0;
    transform: translateY(20px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
.sl{
    opacity:0;
    transform: translateX(-20px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
.zu{
    opacity: 0;
    transform: scale(.5,.5);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
.fiu{
    transition: all .5s ease-in;
    transform: translateY(0);
    opacity: 1 !important;
    -ms-filter: blur(0);
    filter: blur(0);
}
.fiz{
    transition: all .5s ease-in-out;
    transform: scale(1,1);
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0);
}


.mh300{min-height:300px;}
@media screen and (max-width: 767px) {
.mh300{min-height:inherit;}
}

.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;}
.mb64{margin-bottom:64px;}
.mb80{margin-bottom:80px;}
.mb120{margin-bottom:120px;}
.mb160{margin-bottom:160px;}
.pt24{padding-top:24px;}
.pt32{padding-top:32px;}
.pt40{padding-top:40px;}


.fc_coral{color: #e5446e;}
.fc_green{color: #428473;}
.fc_d_blue{color: #016a8c;}
.fc_blue{color: #4c92a8;}
.fc_navy{color: #414b80;}
.fc_red{color: #a91c2c;}
.fc_pink{color: #e55177;}

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

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

.more a,
.btns{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    background: #3e868b url("../../../img/common/svg/arrow_w.svg") no-repeat 95% center;
    background-size: 19px auto;
    color: #fff;
    border: 1px solid #3e868b;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.more a:hover,
.btns:hover{
    background: #ceedef url("../../../img/common/svg/arrow_g.svg") no-repeat 97% center;
    background-size: 19px auto;
    color: #000;
}
.entry a{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    background: #2eb3dc url("../../../img/common/svg/arrow_g.svg") no-repeat 4% center;
    background-size: 24px auto;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 6px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.entry a:hover{
    background: #497f9e url("../img/common/svg/arrow.svg") no-repeat 6% center;
    background-size: 24px auto;
}
.external a{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em 1em;
    background: #01a2d5 url("../img/common/svg/external.svg") no-repeat 96% center;
    background-size: 12px auto;
    color: #fff;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    border: solid 2px #fff;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.external a:hover{
    background: #4c92a8 url("../img/common/svg/external.svg") no-repeat 96% center;
    background-size: 12px auto;
}
a.more-link{
    display: block;
    width: 280px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 1em .5em;
    background: #f2d43d url("../img/common/svg/arrow.svg") no-repeat 97% center;
    background-size: 19px auto;
    color: #675b1f;
    border: 2px solid #fff;
    text-align: center;
    line-height: 1;
    border-radius: 8px;
}
a.more-link:hover{
    background: #cda053 url("../img/common/svg/arrow.svg") no-repeat 99% center;
    color: #675b1f;
    background-size: 19px auto;
    border: 2px solid #fff;
}

.more_box{
    width: 30%;
    margin-right: auto;
    margin-left: auto;
}
.exclamation{
    min-height: 32px;
    padding-top: 4px;
    padding-left: 32px;
    margin-bottom: 8px;
    background: url("../img/common/svg/ex.svg") no-repeat 0 5px;
    background-size: 24px auto;
    color: #a91c2c;
    font-weight: 700;
}
@media screen and (max-width: 800px) {
.more_box{
    width: 50%;
}
@media screen and (max-width: 540px) {
.more_box{
    width: 92%;
}
}
}


.w20{width: 20%;margin-left: auto;margin-right: auto;}
.w30{width: 30%;margin-left: auto;margin-right: auto;}
.w40{width: 40%;margin-left: auto;margin-right: auto;}
.w50{width: 50%;margin-left: auto;margin-right: auto;}
.w60{width: 60%;margin-left: auto;margin-right: auto;}
.w70{width: 70%;margin-left: auto;margin-right: auto;}
.w80{width: 80%;margin-left: auto;margin-right: auto;}
.w90{width: 90%;margin-left: auto;margin-right: auto;}
@media screen and (max-width: 1023px) {
.w20,.w30,.w40,.w50{width: 50%;}
}
@media screen and (max-width: 767px) {
.w20,.w30,.w40,.w50,.w60,.w70,.w80,.w90{width: 100%;}
}

figure{
    text-align: center;
}
figcaption{
    padding-top: .8em;
}

.fuyu_h{
    animation: horizontal 1s ease-in-out infinite alternate;
}
.fuyu_v{
    animation: vertical 1s ease-in-out infinite alternate;
}

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


.reserve{
    position: fixed;
    width: 180px;
    height: 177px;
    top: 10px;
    right: 50px;
    z-index: 9999;
}
@media screen and (max-width: 820px) {
.reserve{
    width: 160px;
    height: 158px;
    top: 10px;
    right: 0;
}
@media screen and (max-width: 428px) {
.reserve{
    top: inherit;
    bottom: 10px;
    right: 10px;
}
}
}




header{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    z-index: 1000;
    width: 100%;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: rgba(255,255,255,.8);
}
#upper{
    position: relative;
    width: 100%;
    height: 72px;
    margin: auto;
    transition: all .5s ease-in;
}
#logo{
    position: absolute;
    width: 214px;
    height: 58px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 10%;
    text-align: center;
}
#upper dl{
    position: absolute;
    width: 100px;
    height: 50px;
    margin: 0;
    top: 0;
    right: 10%;
    text-align: center;
}
#upper dt,
#upper dd{
    width: 50%;
    text-align: center;
}
@media screen and (max-width: 540px) {
header{
	position: inherit;
    background: rgba(255,255,255,.5);
}
#upper{
    height: 50px;
}
#upper dl{
    display: flex;
    right: 0;
}
#logo{
    width: 160px;
    height: 43px;
    left: 20px;
}
@media screen and (max-width: 374px) {
#logo{
    width: 128px;
    height: 35px;
    left: 20px;
}
}
}


#mv{
    width: 100%;
    max-width: 1920px;
    margin: auto;
}
@media screen and (max-width: 540px) {

}





#onayami{
    padding: 64px 0;
    background: #f0f0f0 url("../img/onayamibg_pc.webp") no-repeat center 0;
    background-size: 100% auto;
}
#onayami .inner{
    width: 50%;
    max-width: 800px;
    margin-left: 40%;
}
#onayami ol{
    width: 80%;
    max-width: 528px;
    margin: auto;
    padding: 24px 40px;
    background: rgba(75,111,116,.7);
    color: #fff;
}
#onayami li{
    margin-bottom: 8px;
    padding: 0 0 0 32px;
    background: url("../img/common/checkbox.png") no-repeat 0 center;
    background-size: 20px auto;
    font-family: 'Sawarabi Mincho', serif;
}
#onayami li:last-of-type{
    margin-bottom: 0;
}
@media screen and (max-width: 1540px){
#onayami{
    padding: 64px 0;
    background: #f0f0f0 url("../img/onayamibg_pc.webp") no-repeat center 0;
    background-size: cover;
}
@media screen and (max-width: 820px){
#onayami{
    padding: 40px 0;
    background: #f0f0f0 url("../img/onayamibg.webp") no-repeat center 0;
    background-size: cover;
}
#onayami .inner{
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 540px){
#onayami{
    padding: 80px 0 32px;
    background: #f0f0f0 url("../img/onayamibg.webp") no-repeat center 0;
    background-size: cover;
}
#onayami .inner{
    width: 100%;
    max-width: 800px;
    margin-left: 0;
}
#onayami ol{
    width: 92%;
    max-width: 528px;
    padding: 24px 16px;
    background: rgba(75,111,116,.3);
}
/*
#onayami li{
    margin-bottom: 8px;
    padding: 0 0 0 32px;
    background: url("../img/common/checkbox.png") no-repeat 0 center;
    background-size: 22px auto;
    font-family: 'Sawarabi Mincho', serif;
}
#onayami li:last-of-type{
    margin-bottom: 0;
}
*/
}
}
}



#kaiketsu{
    padding: 0 0 80px;
    background: url("../img/kaiketsubg_pc.webp") no-repeat center 0;
    background-size: cover;
}
#kaiketsu .inner{
    padding: 200px 0 0;
    background: url("../img/kaiketsu_pc.webp") no-repeat center 0;
    background-size: 100% auto;
}
#kaiketsu dl{
    width: 92%;
    max-width: 1024px;
    margin: auto;
}
#kaiketsu dt{
    width: 20%;
    max-width: 280px;
    margin-bottom: 40px;
}
#kaiketsu dd{
    width: 80%;
    margin-bottom: 40px;
    padding-left: 40px;
}
@media screen and (max-width: 540px){
#kaiketsu .inner{
    padding: 160px 0 0;
    background: url("../img/kaiketsu.webp") no-repeat center 0;
    background-size: 100% auto;
}
#kaiketsu .ac{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
#kaiketsu dt{
    width: 70%;
    max-width: 400px;
    margin-bottom: 24px;
}
#kaiketsu dd{
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
}
}



#cases{
    padding: 80px 0;
    background: url("../img/casebg.webp") repeat;
    background-size: 100% auto;
    color: #666;
}
#cases .hd{
    margin-bottom: 40px;
    text-align: center;
}
#cases ol{
    width: 92%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
#cases li{
    width: calc(50% - 40px);
    margin-bottom: 40px;
}
#cases li:nth-last-child(-n+2){
    margin-bottom: 0;
}
@media screen and (max-width: 820px){
#cases li{
    width: calc(50% - 16px);
}
@media screen and (max-width: 540px){
#cases .hd{
    width: 60%;
    margin: auto;
    margin-bottom: 40px;
}
#cases li{
    width: 100%;
}
#cases li:nth-last-child(-n+2){
    margin-bottom: 40px;
}
#cases li:last-child{
    margin-bottom: 0;
}
}
}



.conv_area{
    padding: 80px 0;
    background: #70c1cc;
    text-align: left;
}
.conv_area .tooth{
    position: absolute;
    width: 280px;
    height: 100px;
    top: -100px;
    left: -50px;
}
.conv_area .hd{
    margin-bottom: 40px;
    padding-bottom: 16px;
    border-bottom: 1px solid #997b1f;
    text-align: center;
}
.conv_area .inner{
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    text-align: center;
}
.conv_area ul{
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-top: 24px;
}
.conv_area li{
    width: 49%;
}
@media screen and (max-width: 820px){
@media screen and (max-width: 540px){
.conv_area{
    padding: 40px 0;
    background: #70c1cc;
    text-align: left;
}
.conv_area .tooth{
    max-width: 200px;
    top: -50px;
    left: -24px;
    z-index: 1;
}
.conv_area .inner{
    width: 92%;
    max-width: 540px;
    padding: 64px 24px 24px;
}
.conv_area ul{
    width: 100%;
    max-width: 540px;
    margin: auto;
    margin-top: 24px;
}
.conv_area li{
    width: 100%;
}
.conv_area li:last-of-type{
    margin-top: 24px;
}
}
}








.demerit{
    padding: 80px 0;
    background: #abaeaf;
}
.demerit .hd{
    margin-bottom: 24px;
    text-align: center;
}
.demerit .fx{
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.demerit .grid{
    width: calc(50% - 16px);
    padding: 24px;
    background: #fff;
    font-size: 14px;
    letter-spacing: 0;
}
#wrap .demerit .grid p{
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 540px){
.demerit{
    padding: 40px 0;
}
.demerit .hd{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.demerit .fx{
    width: 92%;
}
.demerit .grid{
    width: calc(50% - 4px);
    padding: 16px 8px;
}
#wrap .demerit .grid p{
    text-align: left;
}
@media screen and (max-width: 359px){
.demerit .grid{
    width: 100%;
}
.demerit .grid:last-of-type{
    margin-top: 16px;
}
}
}



#reason{
    padding: 80px 0;
    background: url("../img/reasonbg_pc.webp") repeat-y;
    background-size: 100% auto;
}
#reason .subhd{
    margin-bottom: 40px;
/*    background: url("../img/subhdbg.webp") repeat;*/
/*
    border-top: 5px solid #82c7a9;
    border-bottom: 5px solid #82c7a9;
*/
    text-align: center;
}
#reason .inner{
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
#reason .box{
    padding: 40px;
    background: #fff;
}
#reason .first_line{
    margin-bottom: 80px;
}
#reason .first_line .grid{
    width: calc(50% - 32px);
    margin-bottom: 24px;
}
#reason .second_line .grid:first-of-type{
    width: 28%;
    margin-bottom: 24px;
}
#reason .second_line .grid:last-of-type{
    width: 70%;
    margin-bottom: 24px;
    padding-top: 24px;
}
#reason .second_line .subhd01{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px 10px;
  width: 100%;
  color: #fff;
  font-size: 25px;
  background: #5dbecb;
  border: solid 3px #5dbecb;
  box-sizing: border-box;
  text-align: center;
}
#reason .second_line .subhd01:before{
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #5dbecb;
  z-index: 2;
}
#reason .second_line .subhd01:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #5dbecb;
  z-index: 1;
}
#reason .second_line .subhd01 p{
  margin: 0;
  padding: 0;
}
#section01{
    margin-bottom: 80px;
}
#section01 span{
    color: #ad8b24;
    font-weight: 600;
}
@media screen and (max-width: 540px){
#reason .box{
    padding: 24px;
}
#section01,
#section02{
    width: 92%;
    margin: auto;
    margin-bottom: 80px;
}
#section02{
    margin-bottom: 0;
}
#reason .first_line{
    margin-bottom: 40px;
}
#reason .first_line .grid{
    width: 100%;
}
#reason .second_line .grid:first-of-type{
    width: 100%;
}
#reason .second_line .grid:last-of-type{
    width: 100%;
    margin-bottom: 24px;
    padding-top: 24px;
}
}


.waku{
    margin: 16px 0 40px;
    position: relative;
    padding: 40px;
    border-top: solid 2px #a1a3a4;
    border-bottom: solid 2px #a1a3a4;
}
.waku:before, .waku:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #a1a3a4;
}
.waku:before {left: 10px;}
.waku:after {right: 10px;}
.waku p {
    margin: 0; 
    padding: 0;
}

.waku .ac {
  position: relative;
  z-index: 1;
}
.waku dt{
    margin-bottom: 24px;
    padding: 16px;
    background: #e0e3e4;
}
@media screen and (max-width: 540px){
.waku{
    padding: 16px 24px;
}

}



.steps{
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0;
}
.steps .hd{
    margin-bottom: 40px;
    text-align: center;
}
.step01{
    background: #d2e7ea;
}
.step02{
    background: #bddce0;
}
.step03{
    background: #a2d6dd;
}
.step04{
    background: #86ced9;
}
.step05{
    background: #6ec8d6;
}
.step06{
    background: #56c3d4;
}
.steps .fx .grid:nth-of-type(odd){
    width: 10%;
    max-width: 133px;
}
.steps .fx .grid:nth-of-type(even){
    width: 90%;
    padding: 40px 40px 16px;
    background: #fff;
}
.steps .grid:last-of-type div:last-of-type{
    padding-top: 40px;
}
@media screen and (max-width: 540px){
.steps{
    width: 92%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0;
}
.steps .grid:first-of-type{
    width: 20%;
    max-width: 133px;
    padding: 0;
    line-height: 0;
}
.steps .grid:last-of-type{
    width: 80%;
    padding: 32px 16px;
    background: #fff;
}
.steps .grid:last-of-type div:last-of-type{
    padding-top: 0;
}
}


.price{
    padding: 80px 0;
    background: #d2eae7;
}
.price .hd{
    margin-bottom: 40px;
    text-align: center;
}
.price .subhd{
    width: 100%;
    max-width: 1080px;
    margin: auto;
    background: #70c1cc;
    text-align: center;
}
.price .inner{
    width: 100%;
    max-width: 1080px;
    margin: auto;
    text-align: center;
    background: #F7FDFD;
/*    background: #eff8f7;*/
}
.price .fx{
    width: 100%;
    max-width: 880px;
    margin: auto;
    padding: 40px 0;
}
.price .grid{
    width: calc(50% - 24px);
    margin-bottom: 1px;
}
.price .inner .box .su{
    margin-bottom: 1px;
    padding: 24px;
    text-align: center;
}
.price .creditcard{
    padding: 0 0 24px;
}
@media screen and (max-width: 540px){
.price .subhd{
    width: 92%;
    max-width: 540px;
}
.price .inner{
    width: 92%;
    max-width: 540px;
    margin: auto;
}
#wrap > div.price > div:nth-child(2){
    padding: 0 24px;
}
.price .fx{
    padding: 24px 0;
}
.price .grid{
    width: 100%;
    border-bottom: 0;
}
.price .grid:first-of-type{
    margin-bottom: 24px;
    border-bottom: 1px solid #fff;
}
}



.doctor{
    padding: 80px 0;
    background: #fff;
}
.doctor .hd{
    margin-bottom: 40px;
    text-align: center;
}
.doctor dl{
    width: 100%;
    max-width: 1080px;
    margin: auto;
    margin-bottom: 80px;
}
.doctor dt{
    width: 25%;
    max-width: 370px;
}
.doctor dd{
    width: 70%;
}
.doctor ol li{
    margin-bottom: 8px;
}
.doctor ol li::before{
    content: "● ";
    color: #5dbecb;
}
.doctor ul{
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
.doctor ul li{
    width: calc(25% - 8px);
    text-align: center;
}
@media screen and (max-width: 540px){
.doctor dl{
    width: 92%;
    margin: auto;
    margin-bottom: 40px;
}
.doctor dt{
    width: 100%;
    max-width: 185px;
    margin: auto;
    margin-bottom: 24px;
    text-align: center;
}
.doctor dd{
    width: 100%;
}
.doctor ul{
    width: 92%;
    margin: auto;
}
.doctor ul li{
    width: calc(50% - 4px);
    margin-bottom: 8px;
}
}





.faq{
    padding: 80px 0;
    background: #ebe6f8;
}
.faq .hd{
    margin-bottom: 40px;
    text-align: center;
}
.faq dl{
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
.faq dt{
    margin-bottom: 16px;
    padding: 24px 24px 24px 88px;
    background: #fff url("../img/faq_q.svg") no-repeat 24px center;
    background-size: 36px auto;
    font-size: 22px;
    font-weight: 600;
}
.faq dd{
    margin-bottom: 24px;
    padding: 0 24px 24px 88px;
    background: url("../img/faq_a.svg") no-repeat 24px 12px;
    background-size: 36px auto;
}
@media screen and (max-width: 820px){
.faq dl{
    width: 92%;
}
}



footer{
    padding: 80px 0 0;
    text-align: left;
}
footer .inner{
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding-bottom: 80px;
}
footer .grid{
    width: 45%;
    margin-bottom: 24px;
}
footer .grid:last-of-type{
    width: 52%;
    text-align: left;
}
footer .fx{
    margin-bottom: 40px;
}
footer .traffic{
    margin-bottom: 16px;
}
footer .traffic li{
    margin-bottom: 8px;
    padding-left: 24px;
}
footer .traffic li.parking{
    background: url("../img/common/svg/parking.svg") no-repeat 0 center;
    background-size: 15px auto;
}
footer .traffic li.train{
    background: url("../img/common/svg/train.svg") no-repeat 0 center;
    background-size: 15px auto;
}
footer .traffic li.bus{
    background: url("../img/common/svg/bus.svg") no-repeat 0 center;
    background-size: 15px auto;
}
#gmap{
    height: 600px;
}
@media screen and (max-width: 820px) {
@media screen and (max-width: 540px) {
footer .inner{
    width: 92%;
}
footer .grid{
    width: 100%;
}
footer .grid:last-of-type{
    width: 100%;
    text-align: left;
}

#gmap{
    height: 400px;
}
}
}

#copyright{
    padding: 24px 0;
    text-align: center;
}
@media screen and (max-width: 540px) {
#copyright{
    font-size: 12px;
    letter-spacing: 0;
    padding: 8px 0 64px;
}
}

#bottomnav{
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
}
#bottomnav li{
    width: calc(50% - 1px);
}
#bottomnav li a{
    display: block;
}
@media screen and (max-width: 767px) {
#bottomnav{
    display: inherit;
}
}


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

#wrap{
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: left;
}
#wrap section,
#wrap .section{
    width: 92%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}
#wrap .mw_section{
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}
p{
    margin-bottom: 26px;
}
.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_r{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}

.two_columns,
.two_block,
ol.two_columns,
.three_columns,
ol.three_columns,
.four_columns,
.five_columns,
.six_columns
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.three_columns::after,
ol.three_columns::after
{
    content: "";
    display: block;
	width: calc( 33% - 16px);
}
.two_block .box,
.two_columns .box,
ol.two_columns li{
	width: calc( 50% - 16px);
}
.three_columns .box,
ol.three_columns li{
	width: calc( 33% - 16px);
}
.four_columns .box{
	width: calc( 25% - 16px);
}
.five_columns .box{
	width: calc( 20% - 16px);
}
.six_columns .box{
	width: calc( 16.666% - 4px);
}
figcaption{
    padding-top: .5em;
}
.oz .imgL,
.oz .s_imgL{
    max-width: 48%;
    margin-right: 40px;
}
.oz .imgR,
.oz .s_imgR{
    max-width: 48%;
    margin-left: 40px;
}

@media screen and (max-width: 1080px) {
@media screen and (max-width: 1023px) {
#wrap{
    width: 100%;
}
#wrap section,
#wrap .section{
    width: 92%;
    max-width: 960px;
}
.three_columns .box,
.four_columns .box{
	width: calc( 50% - 16px);
}
.six_columns .box{
	width: calc( 33% - 4px);
}
@media screen and (max-width: 540px) {
#wrap section,
#wrap .section{
    width: 92%;
    max-width: inherit;
}
#wrap .mw_section .inner{
    width: 92%;
    margin-right: auto;
    margin-left: auto;
}
.oz .imgL{
    float: none;
    max-width: 100%;
    margin-right: 0;
    text-align: center;
}
.oz .imgR{
    float: none;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
}
.two_columns .box,
ol.two_columns li{
    width: 100%;
}
.two_block .box,
.six_columns .box{
    width: calc( 50% - 5px );
}
.three_columns .box,
ol.three_columns li{
    float: none;
    width: 100%;
}
.four_columns .box{
	width: 100%;
}
}
}
}



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




#wrap,
#form,
#i,
#i-2,
#i-3,
#i-4,
#i-5,
#i-6,
#i-7
{
    margin-top: -72px;
    padding-top: 72px;
}

@media screen and (max-width: 540px) {
#wrap,
#form,
#i,
#i-2,
#i-3,
#i-4,
#i-5,
#i-6,
#i-7
{
    margin-top: -60px;
    padding-top: 60px;
}
}

