@charset "utf-8";
/*
Theme Name: 2022_12_いわき歯科医院
Theme URI: https://www.iwaki-dental.net/
Description: Versions 1.0.x
Version: 1.0
Author: Dental Promotion.INC
*/

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

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

html{
    max-width: 100%;
    scroll-behavior: smooth;
    overflow-y: auto;
}
@media screen and (max-width: 768px) {
html{
    width: 100%;
    max-width: 100%;
/*    font-size: 62.5%;*/
    -webkit-text-size-adjust: 100%;
}
}
body{
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
/*    background: #f8f6e9;*/
    color: #333;
    font-family: 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
/*    font-size: 16px;*/
    font-size: clamp(0.75rem, 2vw + 1rem, 1rem);
	word-wrap : break-word;
	overflow-wrap : break-word;
    line-height: 1.8em;
    letter-spacing: 1pt;
    -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: 540px) {
body{
    min-width: 100%;
/*    font-size: 1.6rem;*/
}
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    font-weight: 100;
}
*, *:before, *:after{
    box-sizing: border-box;
}
::selection {
    background: #024caa;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}
::-moz-selection {
    background: #024caa;
    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: #2ba483;
}
a:active, a:hover{
    color: #108364;
    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;
}
img{
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}
.cf{zoom:100%;}
.cf:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
.oz{
    overflow: hidden;
    _zoom: 1;
}
.al{text-align:left;}
.ac{text-align:center;}
.ar{text-align:right;}

.imgL, .s_imgL, .txtL{float:left;}
.imgR, .s_imgR, .txtR{float:right;}
.co{clear:both;}
.fwn{font-weight:100;}
.fwb{font-weight:600;}
.fs12{font-size:12px;}
.fs13{font-size:13px;}
.fs14{font-size:14px;}
.fs15{font-size:15px;}
.fs16{font-size:16px;}
.fs17{font-size:17px;}
.fs18{font-size:18px;}
.fs19{font-size:19px;}
.fs20{font-size:20px;}
.fs21{font-size:21px;}
.fs22{font-size:22px;}
.fs23{font-size:23px;}
.fs24{font-size:24px;}

.su{
    opacity:0;
    transform: translateY(10px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
.fiu{
    transition: all .5s ease-in-out;
    transform: translateY(0);
    opacity: 1 !important;
    -ms-filter: blur(0);
    filter: blur(0);
}

.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;}
.mb56{margin-bottom:56px;}
.mb64{margin-bottom:64px;}
.mb80{margin-bottom:80px;}
.mb120{margin-bottom:120px;}
.mb160{margin-bottom:160px;}

.pt16{padding-top:16px;}
.pt24{padding-top:24px;}
.pt32{padding-top:32px;}
.pt40{padding-top:40px;}
.pb40{padding-bottom:40px;}
.pb80{padding-bottom:80px;}

.fc_mc{color: #2ba483;}
.fc_white{color: #fff;}

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

strong{
	background: linear-gradient(transparent 50%, #9cbfd0 100%);
}
b{
	color: #9cbfd0;
}


.blocklink{
    position: relative;
}
.blocklink a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.blocklink a:hover{
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}

.more a{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    background: #fff url("../../../img/asset/common/svg/arrow.svg") no-repeat 96% center;
    background-size: 10px auto;
    color: #fc9b1d;
    text-align: center;
    line-height: 1.3;
    border-radius: 4em;
    letter-spacing: 0;
    border: 1px solid #fc9b1d;
}
.more a:hover{
    background: #f7f3ee url("../../../img/asset/common/svg/arrow.svg") no-repeat 97% center;
    background-size: 10px auto;
    color: #f90;
}
.external_btn a{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    background: #f0e143 url("../../../img/asset/common/svg/external.svg") no-repeat 96% center;
    background-size: 10px auto;
    color: #575008;
    text-align: center;
    line-height: 1.3;
    border-radius: 4em;
    letter-spacing: 0;
    border: 1px solid #fff;
}
.external_btn a:hover{
    background: #e2d226 url("../../../img/asset/common/svg/external.svg") no-repeat 97% center;
    background-size: 10px auto;
}



a.more-link{
    display: block;
    width: 280px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 1em .5em;
    background: #f2d43d url("../img/asset/common/svg/arrow.svg") no-repeat 97% center;
    background-size: 10px auto;
    color: #675b1f;
    border: 2px solid #fff;
    text-align: center;
    line-height: 1;
    border-radius: 8px;
}
a.more-link:hover{
    background: #cda053 url("../img/asset/common/svg/arrow.svg") no-repeat 99% center;
    color: #675b1f;
    background-size: 10px auto;
    border: 2px solid #fff;
}

.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: 540px) {
.w20,.w30,.w40,.w50,.w60,.w70,.w80,.w90{width: 100%;}
}

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


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


header{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    z-index: 1000;
    width: 100%;
    margin: auto;
    text-align: left;
    background: rgba(255,255,255,1);
/*    background: rgba(248,246,238,1);*/
}
#upper{
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 200px;
    margin: auto;
}
#upper .inner{
    position: relative;
    height: 100%;
    margin: auto;
    transition: all .5s ease-in;
}
#upper .logo{
    width: 423px;
    height: 128px;
}
#upper .rightside{
    position: relative;
    width: 800px;
    height: 100%;
}
#upper .headnav{
    position: absolute;
    width: 600px;
    height: 100px;
    margin: 0;
    top: 0;
    right: 0;
    text-align: center;
}
#upper .headnav li:first-of-type{
    width: 300px;
    text-align: center;
}
#upper .headnav li:nth-of-type(2){
    width: 300px;
    text-align: center;
}
#upper .headnav li:nth-of-type(3){
    display: none;
}
@media screen and (max-width: 1024px) {
header{
	position: inherit;
    background: rgba(255,255,255,0);
}
#upper{
    width: 92%;
    max-width: 960px;
    height: 100px;
}
#upper .inner{
    width: 100%;
    height: 100%;
}
#upper .logo{
    width: 320px;
    height: 97px;
}
#upper .headnav{
    position: fixed;
    width: 100%;
    height: 64px;
    margin: 0;
    left: 0;
    right: 0;
    top: inherit;
    bottom: 0;
}
#upper .headnav li{
    height: 64px;
    background: #fff;
    padding: 8px 0;
}
#upper .headnav li:first-of-type{
    width: 50%;
}
#upper .headnav li:nth-of-type(2){
    width: 50%;
/*    background: #00537d;*/
    background: #fc9b1d;
    padding: 8px 0;
}
@media screen and (max-width: 540px) {
#upper{
    width: 100%;
    height: 64px;
}
#upper .logo{
    width: 240px;
    height: 29px;
    padding: 10px 0 0 10px;
}
#upper .headnav li:first-of-type{
    display: block;
    width: 44%;
}
#upper .headnav li:nth-of-type(2){
    width: 44%;
}
#upper .headnav li:nth-of-type(3){
    width: 12%;
    padding: 0;
}
#upper .headnav li:nth-of-type(3){
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
}
}


#gnav{
    position: absolute;
    width: 100%;
    height: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-weight: 600;
}
#gnav ul{
    width: 100%;
    margin: auto;
    letter-spacing: 0;
}
#gnav ul li{
    position: relative;
    width: calc(100% / 5);
    margin: auto;
    letter-spacing: 0;
    text-align: center;
    transition:all .3s linear;
}
#gnav ul li a{
    position: relative;
    display: inline-block;
}
#gnav ul li a::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #47c9a6;
/*    background: #005689;*/
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .5s;
}
#gnav ul li a:hover::after{
    transform-origin: left top;
    transform: scale(1, 1);
}
#gnav ul::after{
    display: block;
    clear: both;
    content: '';
}
#gnav ul li:not(:first-child){
    border-left: none;
}
#gnav ul li a{
    width: 100%;
    display: block;
    padding: 16px 0;
    color: #333;
    text-align: center;
}
#gnav ul li a:hover,
#gnav ul li a.ov{
    text-decoration: none;
}
#gnav ul li li a{
    padding: 8px;
    background: #fff;
    font-weight: 300;
    text-decoration: none;
    text-align: left;
}
#gnav > ul > li:nth-child(3) > ul li,
#gnav > ul > li:nth-child(5) > ul li{
    width: 300px;
}

#gnav ul li li a:hover{
    padding: 8px;
}
#gnav ul ul{
    position: absolute;
    top: 100%;
    height: inherit;
    left: -1px;
    border-left: 0;
}
#gnav ul ul li{
    display: block;
    width: 240px;
    border: 0;
}
#gnav ul ul li a{
    display: block;
    border: 0;
}
#gnav ul ul li:not(:first-child) {
    border-top: none;
}
#gnav ul ul ul{
    position: absolute;
    top: -2px;
    left: 100%;
}
#gnav ul ul{
    visibility: hidden;
    opacity: 0;
    transition: .5s ease-in-out;
    transform: translateY(-10px);
    z-index: 50;
}
#gnav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 1024px) {
#gnav{
    display: none;
}
}


#upper_toggle{
    display: none;
}
.modal_wrap{
    position: relative;
    display: none;
}
.close_button{
    position: fixed;
    top: 20px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
}
@media screen and (max-width: 1024px) {
#upper_toggle{
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
}
#upper_toggle span{
    display: block;
    position: absolute;
    height: 2px;
    width: 60%;
    margin: auto;
    background: #000;
    left: 0;
    right: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s 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{
    display: block;
}
.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: 94%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: opacity .5s, transform 0s .5s;
    transform: scale(0);
}
.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal_content{
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    margin: 0;
    padding: 32px 0 0;
    box-sizing: border-box;
    background: #fff;
/*    background: #f8f6e9;*/
    line-height: 1.4em;
    transform: translateY(-30%);
    transition: .3s;
}
.modal_content .logo{
    margin-bottom: 16px;
    text-align: center;
}
.modal_content ul{
    width: 92%;
    margin: auto;
    text-align: center;
}
.modal_content ul li{
}
.modal_content ul li:last-of-type{
}
.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity .3s;
}
.modal_wrap input:checked ~ .modal_overlay .modal_content{
    transform: scale(1);
}
.modal_nav label{
    position: relative;
    display: block;
    margin: 0 0 5px;
    padding: 1em;
    color: #000;
    border-bottom: 1px solid #46517b;
    border-radius: 1px;
    cursor :pointer;
    transition: all .5s ease;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
}
.modal_nav label a{
    display: block;
    color :#000;
}
.modal_nav label span{
    font-size: 12px;
}
@media screen and (max-width: 540px) {
#upper_toggle{
    width: 40px;
    height: 40px;
    top: 16px;
    right: 10px;
}
#upper_toggle span{
    height: 2px;
    width: 60%;
}
@media screen and (max-width: 360px) {
#upper_toggle{
    width: 32px;
    height: 32px;
}
}
}
}

.sitelinks{
    letter-spacing: 0;
    color: #000;
    font-size: 14px;
}
.modal_content .sitelinks{
    margin-top: 40px;
    background: #fff;
/*    background: #f8f6e9;*/
}
.sitelinks .four_columns{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.sitelinks .four_columns .box{
    width: 25%;
    padding: 8px 0 8px 16px;
}
.sitelinks li a::before{
    content: "- ";
}
.sitelinks li a{
    position: relative;
    display: inline-block;
    padding: 4px 0;
    text-decoration: none;
    letter-spacing: 0;
}
.sitelinks li a::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #005689;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
.sitelinks li a:hover::after{
    transform-origin: left top;
    transform: scale(1, 1);
}
.sitelinks li img{
    vertical-align: baseline;
}
@media screen and (max-width: 820px) {
.sitelinks .four_columns .box{
    width: 50%;
    padding: 8px;
}
@media screen and (max-width: 540px) {
.sitelinks{
    font-size: 15px;
}
.sitelinks .three_columns{
    width: 92%;
}
.sitelinks .four_columns .box{
    width: 92%;
    margin: auto;
    padding: 0;
    border-right: 0;
}
}
}


.sitelinks dl{
    padding: 0 0 8px;
    border-bottom: 1px solid #ddd;
}
.sitelinks div a,
.sitelinks p a{
    position: relative;
    display: inline-block;
    display: block;
    margin-bottom: 16px;
    padding: 0 0 8px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ddd;
    text-align: left;
}
.sitelinks div.gaibu a{
    border-bottom: 0;
}
.sitelinks div.gaibu a::after{
    height: 0;
}

.modal_content .ft_hd,
.modal_content .sitelinks div a,
.modal_content .sitelinks p a,
.modal_content .sitelinks li a{
    color: #333;
}
.sitelinks div a::after,
.sitelinks p a::after{
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
/*    background: #005689;*/
    background: #47c9a6;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
.sitelinks div a:hover::after,
.sitelinks p a:hover::after{
    bottom: -1px;
    transform-origin: left top;
    transform: scale(1, 1);
}
.sitelinks li a{
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
    font-weight: 300;
}


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


#mv{
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding-bottom: 24px;
    text-align: center;
}
@media screen and (max-width: 540px) {
#mv{
    padding-bottom: 0;
}
}
.parking_info{
    margin: 0 0 40px;
    padding: 24px 0 0;
    text-align: center;
}
.line_yoyaku{
    margin-bottom: 40px;
    padding: 40px 0;
    background: #eee;
}
.line_yoyaku .inner{
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.line_yoyaku .hd{
  position: relative;
  margin-bottom: 24px;
  padding: 0.5em;
  background: #01b901;
  color: #fff;font-size: 22px;
}

.line_yoyaku .hd::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(23, 117, 23);
}

@media screen and (max-width: 540px) {
.parking_info{
    width: 92%;
    margin: 0 auto 40px;
    text-align: center;
}

.line_yoyaku .inner{
    width: 92%;
}
}



.concept{
    margin-top: 80px;
    padding: 0 0 480px;
    background: url("../../../img/asset/conceptbg_pc.jpg") no-repeat center 0;
    background-size: 90% auto;
}
.concept .inner{
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}
.concept h1{
    margin-bottom: 24px;
    padding: 80px 0 0;
    background: url("../../../img/asset/concept.svg") no-repeat center 0;
    background-size: 145px auto;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0;
}
.concept .photo_l{
    position: absolute;
    width: 360px;
    height: 545px;
    top: 0;
    left: 8%;
}
.concept .photo_r{
    position: absolute;
    width: 410px;
    height: 661px;
    bottom: 0;
    right: 8%;
}
@media screen and (max-width: 1600px) {
.concept{
    padding: 0 0 360px;
}
@media screen and (max-width: 1440px) {
.concept{
    padding: 0 0 320px;
}
@media screen and (max-width: 1280px) {
.concept{
    padding: 0 0 200px;
}
@media screen and (max-width: 1080px) {
.concept{
    margin-top: 40px;
    padding: 0 0 80%;
    background: url("../../../img/asset/conceptbg.jpg") no-repeat center 95%;
    background-size: 80% auto;
}
.concept .inner{
    width: 92%;
    max-width: 100%;
}
@media screen and (max-width: 540px) {
.concept{
    margin-top: 40px;
    padding: 0 0 360px;
    background: url("../../../img/asset/conceptbg.jpg") no-repeat center 95%;
    background-size: 95% auto;
}
.concept h1{
}
}
}
}
}
}





.index__allon4{
    padding: 0 0 80px;
}
.index__allon4 .first_block{
    margin-bottom: 40px;
    padding: 40px 0;
/*    background: #05557c;*/
    background: #48cac5;
/*    color: #fff;*/
}
.index__allon4 h2{
    margin-bottom: 40px;
    text-align: center;
}
.index__allon4 .inner{
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
.index__allon4 .grid{
    width: calc(50% - 24px);
}
.index__allon4 dt,
.index__allon4 dd{
    width: calc(50% - 4px);
    margin-bottom: 8px;
    padding: 8px 16px;
    background: #fff;
/*    background: #f8f6e9;*/
    color: #05557c;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
}
.index__allon4 .more a{
    width: 80%;
}
.index__allon4 .movarea{
    width: 100%;
    max-width: 800px;
    height: 480px;
    margin-left: auto;
    margin-right: auto;
}
.index__allon4 .two_columns{
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 540px) {
.index__allon4 h2{
    width: 88%;
    margin: 0 auto 24px;
}
.index__allon4 .inner{
    width: 92%;
}
.index__allon4 .grid{
    width: 100%;
}
.index__allon4 .grid:first-of-type{
    margin-bottom: 24px;
}
.index__allon4 .more a{
    width: 100%;
}
.index__allon4 .movarea{
    width: 92%;
}
}







.index__perio{
    padding: 0 0 80px;
}
.index__perio .inner{
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 80px;
    background: #fff;
}
.index__perio .grid:first-of-type{
    width: 36%;
}
.index__perio .grid:last-of-type{
    width: 60%;
}
.index__perio h2{
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}
.index__perio .subhd{
    margin-bottom: 16px;
    color: #2c8b87;
/*    color: #4b93c2;*/
    font-size: 17px;
    font-weight: 600;
}
.index__perio .more a{
    width: 80%;
}
@media screen and (max-width: 1024px) {
.index__perio .inner{
    width: 100%;
    padding: 40px 24px;
}
.index__perio .grid:first-of-type{
    width: 50%;
}
.index__perio .grid:last-of-type{
    width: 48%;
}
@media screen and (max-width: 540px) {
.index__perio .inner{
    width: 92%;
    padding: 24px;
}
.index__perio .grid:first-of-type{
    width: 100%;
}
.index__perio .grid:last-of-type{
    width: 100%;
}
.index__perio .grid:first-of-type{
    margin-bottom: 24px;
}
.index__perio .more a{
    width: 100%;
}
}
}





.index__guide{
    padding: 0 0 80px;
}
.index__guide ol{
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.index__guide ol li{
    width: calc(20% - 4px);
    margin-bottom: 8px;
    text-align: center;
}
@media screen and (max-width: 540px) {
.index__guide{
    padding: 0 0 40px;
}
.index__guide ol{
    width: 92%;
    max-width: 540px;
}
.index__guide ol li{
    width: calc(50% - 4px);
    margin-bottom: 16px;
}
}



.index__greeting{
    padding: 0 0 80px;
}
.index__greeting .inner{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 16px;
}
.index__greeting .grid:first-of-type{
    width: 40%;
    font-weight: 600;
    text-align: center;
}
.index__greeting .grid:last-of-type{
    width: 55%;
    text-align: left;
}
.index__greeting h2{
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600;
}
.index__greeting .more a{
    width: 70%;
}
@media screen and (max-width: 1024px) {
.index__greeting .inner{
    width: 92%;
}
@media screen and (max-width: 540px) {
.index__greeting{
    padding: 40px 0;
}
.index__greeting .inner{
    width: 100%;
}
.index__greeting .grid:first-of-type{
    width: 92%;
    margin-left: 8%;
    margin-bottom: 24px;
}
.index__greeting .grid:last-of-type{
    width: 92%;
    margin: 0 auto;
}
}
}




.index__feature{
    padding: 0 0 40px;
}
.index__feature .inner{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.index__feature li{
    width: calc(33% - 16px);
    margin-bottom: 40px;
    font-weight: 600;
}
.index__feature .more a{
    width: 80%;
    font-weight: 100;
}
@media screen and (max-width: 1024px) {
.index__feature .inner{
    width: 92%;
}
@media screen and (max-width: 540px) {
.index__feature{
    padding: 40px 0;
}
.index__feature li{
/*    width: 100%;*/
    width: calc(50% - 4px);
    margin-bottom: 24px;
}
.index__feature .more a{
    width: 100%;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
}
}
}




.implant_kentou{
    padding: 0;
/*    padding: 80px 0;*/
/*
    background: url("../../../img/asset/kentoubg_pc.jpg") no-repeat center center;
    background-size: cover;
*/
}
.implant_kentou .inner{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 80px;
/*    background: #fff;*/
}
.implant_kentou .inner div:first-of-type{
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 1024px) {
.implant_kentou{
    padding: 200px 0;
/*
    background: url("../../../img/asset/kentoubg.jpg") no-repeat center center;
    background-size: cover;
*/
}
.implant_kentou .inner{
    width: 92%;
    max-width: 1000px;
    margin: auto;
    padding: 40px;
}
@media screen and (max-width: 540px) {
.implant_kentou{
    padding: 120px 0;
}
.implant_kentou .inner{
    padding: 0;
}
}
}




.news_area{
    padding: 80px 0;
}
.news_area .fx{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 24px;
    padding: 0 16px 16px;
    border-bottom: 1px solid #e1dfd5;
    text-align: left;
}
.news_area .fx div:nth-of-type(odd){
    width: 15%;
}
.news_area .fx div:nth-of-type(even){
    width: 85%;
    padding-left: 16px;
}
@media screen and (max-width: 1024px) {
.news_area .fx{
    width: 92%;
    margin: 0 auto 24px;
}
@media screen and (max-width: 540px) {
.news_area .fx div:nth-of-type(odd){
    width: 100%;
}
.news_area .fx div:nth-of-type(even){
    width: 100%;
    padding-left: 0;
}
}
}





footer .inner{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-top: 40px;
}
footer .grid:first-of-type{
    width: 45%;
    text-align: left;
}
footer .grid:last-of-type{
    width: 45%;
}
.gmap{
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}
footer ul li:nth-child(5){
    padding-left: 24px;
    background: url("../../../img/asset/common/svg/parking.svg") no-repeat 0 center;
    background-size: 16px auto;
}
@media screen and (max-width: 820px) {
footer .inner{
    width: 92%;
}
footer .grid{
    width: calc(50% - 16px);
}
.gmap{
    height: 400px;
}
@media screen and (max-width: 540px) {
footer .inner{
    margin-bottom: 40px;
    padding-top: 0;
}
footer .grid{
    width: 100%;
}
footer .grid:first-of-type{
    width: 100%;
    margin-bottom: 8px;
}
footer .grid:last-of-type{
    width: 100%;
}
.gmap{
    height: 280px;
}
}
}


#copyright{
    padding: 16px 0;
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
}
@media screen and (max-width: 820px) {
#copyright{
    padding: 16px 0 80px;
}
}



.btns{
    position: fixed;
    right: 17px;
    bottom: 24px;
    width: 64px;
    height: 192px;
    z-index: 50;
}
.btns .ig{
    margin-bottom: 4px;
    padding: 12px;
    border-radius: 50%;
    line-height: 0;
    background: #ddd;
}
.btns .line{
    margin-bottom: 4px;
    padding: 12px;
    border-radius: 50%;
    line-height: 0;
    background: #ddd;
}
.btns .yt{
    padding: 10px 12px;
    border-radius: 50%;
    line-height: 0;
    background: #ddd;
}
@media screen and (max-width: 820px) {
.btns{
    right: 0;
    bottom: 64px;
    width: 40px;
    height: 132px;
}
.btns .line{
    padding: 8px;
}
.btns .ig{
    padding: 8px;
}
.btns .yt{
    padding: 8px;
}
}





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



.breadcrumbs{
    width: 100%;
    max-width: 1080px;
    margin: auto;
    margin-bottom: 8px;
    text-align: left;
}
#wrap{
    text-align: left;
}
#wrap article{
    padding: 40px 0 0;
}
#wrap section,
#wrap .section,
#wrap .mw_section{
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}
#wrap section{
    background: #fff;
}
p{
    margin-bottom: 26px;
}
#wrap article h1{
    margin-bottom: 24px;
    padding: 0 0 24px;
    background: url("../../../img/asset/common/svg/h1bg.svg") no-repeat center bottom;
    color: #333;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5;
}
.lead{
    margin-bottom: 24px;
    padding: 0;
    color: #2ba483;
    font-size: 21px;
    font-weight: 600;
}
#wrap article h2{
    margin-bottom: 24px;
    padding: 16px;
    background: #47c9a6;
/*    background: #05557c;*/
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}
#wrap article .first_area h2{
    margin-bottom: 24px;
    padding: 0;
    background: #fff;
/*    background: #f8f6e9;*/
    color: #2ba483;
    font-size: 21px;
    font-weight: 600;
}
#wrap article .first_area h2{
    margin-bottom: 24px;
    padding: 0;
    background: #fff;
/*    background: #f8f6e9;*/
    color: #2ba483;
    font-size: 21px;
    font-weight: 600;
}


#wrap article h2 a{
    color: #fff;
}
#wrap article h3{
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid;
    color: #2ba483;
/*    color: #05557c;*/
    font-size: 19px;
    font-weight: 600;
}
#wrap article h4{
    margin-bottom: 16px;
    padding: 16px;
    color: #2ba483;
    border: 1px solid;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.block{
    padding: 24px 40px 40px;
}

.fx{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fx_c{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fx_r{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}


.two_columns,
.two_block,
ol.two_columns,
.three_columns,
.three_columns_li,
ol.three_columns,
.four_columns,
.five_columns
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.three_columns::after,
ol.three_columns::after,
.three_columns_li::after
{
    content: "";
    display: block;
	width: calc(33% - 8px);
}
.two_block .grid,
.two_columns .box,
.two_columns_li li{
	width: calc( 50% - 24px);
}
.three_columns .box,
ol.three_columns li,
.three_columns_li li{
	width: calc(33% - 8px);
}
.four_columns .box,
.four_columns::after
{
	width: calc( 25% - 16px);
}
.four_columns::after{
    content: "";
    display: block;
}
.five_columns .box{
	width: calc( 20% - 4px);
}
.oz .imgL,
.oz .s_imgL{
    max-width: 48%;
    margin-right: 40px;
}
.oz .imgR,
.oz .s_imgR{
    max-width: 48%;
    margin-left: 40px;
}
.exclamation{
    padding-left: 32px;
    background:  url("../../../img/asset/common/svg/exclamation.svg") no-repeat 0 0;
    background-size: 22px auto;
}
.notes{
    padding: 2.2em;
}
.notes_olive{
    background: #e2e5c5;
}
.notes_olive span{
    color: #575008;
}
.notes_gray{
    background: #e6e6e6;
}
.notes_beige{
    background: #f1f1e7;
}
.notes_beige_wb{
    background: #f1f1e7;
	border: 1px solid #a2a293;
}
.notes_blue{
    background: #dce8ed;
}
.notes_white{
    background: #fff;
}
.notes li{
    margin: 0 0 8px;
}
.notes li:last-of-type{
    margin-bottom: 0;
}
ol.numlist li{
    margin-left: 2em;
    list-style-type: decimal;
}


.merit li{
    min-height: 40px;
    padding-left: 32px;
    background: url("../../../img/asset/common/svg/o.svg") no-repeat 0 5px;
    background-size: 20px auto;
    font-weight: 600;
}
.demerit li{
    min-height: 40px;
    padding-left: 32px;
    background: url("../../../img/asset/common/svg/x.svg") no-repeat 0 5px;
    background-size: 20px auto;
    font-weight: 600;
}
.checklists li{
    min-height: 32px;
    padding-left: 32px;
    background: url("../../../img/asset/common/svg/check.svg") no-repeat 0 0;
    background-size: 25px auto;
}
.square_list li,
.disc_list li,
.dot_list li,
.dot_list_g li{
    margin-left: 0;
}
.dot_list li::before{
    content: "・ ";
}
.dot_list_g li{
    padding-left: 16px;
    background:  url("../../../img/asset/common/svg/dot_g.svg") no-repeat 0 9px;
    background-size: 9px auto;
}
.disc_list li::before{
    content: "● ";
    font-size: 8px;
    color: #dbc800;
    line-height: 1;
}
.square_list li::before{
    content: "▇ ";
    font-size: 10px;
}
.external{
    background: url("img/external.svg") no-repeat right center;
    background-size: 10px auto;
}
@media screen and (max-width: 1080px) {
#wrap{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1023px) {
#wrap section,
#wrap .section{
    width: 88%;
}
section .block {
    padding: 16px;
}
.four_columns .box{
	width: 100%;
}
.three_columns .box,
ol.three_columns li,
.three_columns_li li{
	width: calc( 33% - 16px);
}
@media screen and (max-width: 540px) {
.breadcrumbs{
    width: 88%;
    max-width: 88%;
    margin-bottom: 40px;
    letter-spacing: 0;
}
#wrap article h1:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background: #c49834;
}
#wrap article h1:before {
    position: absolute;
    content: '';
    top: 0;
    left: calc(50% - 40px);
    width: 80px;
    height: 1px;
    background: #c49834;
}
.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,
.two_columns_li li,
.two_columns li{
    width: 100%;
}
.two_block .grid{
    width: calc( 50% - 5px );
}
.three_columns .box,
.three_columns_li li,
ol.three_columns li{
    width: 100%;
}
}
}
}


#submv{
    margin-bottom: 40px;
    padding: 80px 0;
    background: #47c9a6;
/*    background: #05557c;*/
    color: #fff;
}
#submv h1{
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 1023px) {
#submv{
    margin-bottom: 24px;
    padding: 80px 8px;
}
}



/*
.first{
    padding: 80px 0;
    background: #f5f3e1;
    color: #575008;
}
.first .inner{
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}
.first .pointhd{
    min-height: 57px;
    margin-bottom: 24px;
    padding: 12px 0 0 80px;
    background: url("../../../img/asset/common/svg/icon_point.svg") no-repeat 0 0;
    background-size: 62px auto;
    color: #575008;
    font-size: 18px;
    font-weight: 600;
}
.hatena{
    min-height: 46px;
    margin-bottom: 24px;
    padding: 12px 0 0 64px;
    background: url("../../../img/asset/common/svg/hatena.svg") no-repeat 0 0;
    background-size: 50px auto;
    color: #575008;
    font-size: 18px;
    font-weight: 600;
}
.first .grid{
    width: calc(50% - 24px);
}
@media screen and (max-width: 540px) {
.first{
    padding: 40px 0;
}
.first .inner{
    width: 92%;
}
.first .pointhd{
    padding: 0 0 0 80px;
}
.first .grid{
    width: 100%;
}
.first .grid:first-of-type{
    margin-bottom: 24px;
}
}
*/


.osusume_box{
}
.osusume_box .hd{
    margin-bottom: 24px;
    text-align: center;
}
.osusume_box .inner{
    padding: 40px;
    background: #e6e6e6;
}
.osusume_box li{
    width: calc(50% - 24px);
    padding-left: 24px;
    background: url("../../../img/asset/common/svg/check.svg") no-repeat 0 5px;
    background-size: 14px auto;
}
@media screen and (max-width: 540px) {
.osusume_box{
    padding: 40px 0;
}
.osusume_box .inner{
    padding: 16px;
}
.osusume_box li{
    width: 100%;
    margin-bottom: 8px;
}
.osusume_box li:last-of-type{
    margin-bottom: 0;
}
}










#wrap .scroll table{
    width: 100%;
}
@media screen and (max-width: 1023px) {
#wrap .scroll{
    padding-bottom: 2%;
    overflow: auto;
}
#wrap .scroll::-webkit-scrollbar{
    height: 10px;
}
#wrap .scroll::-webkit-scrollbar-track{
    background: #eee;
}
#wrap .scroll::-webkit-scrollbar-thumb {
    background: #bbb;
}
#wrap .scroll table{
    width: 180%;
}
@media screen and (max-width: 800px) {
#wrap .scroll table{
    width: 120%;
}
@media screen and (max-width: 540px) {
#wrap .scroll table{
    width: 200%;
}
@media screen and (max-width: 360px) {
#wrap .scroll table{
    width: 240%;
}
}
}
}
}



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


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

.first_area{
    margin-bottom: 80px;
}
.first_area .grid{
    width: calc(50% - 24px);
}
@media screen and (max-width: 540px) {
.first_area .grid{
    width: 100%;
}
.first_area .grid:first-of-type{
    margin-bottom: 24px;
}
}




.implant__kouzou .box{
    width: calc(50% - 16px);
}
.implant__kouzou dt,
.implant__flow dt,
.invisalign_tokuchou dt,
.painless dt,
.pmtc dt,
.covid dt,
.damon_system dt{
    margin-bottom: 16px;
    padding: 16px 8px;
    background: #f9f9f9;
    text-align: center;
    border-top: 1px solid #d9dbdc;
    border-bottom: 1px solid #d9dbdc;
    font-size: 18px;
    font-weight: 600;
}
.implant__kouzou dd,
.implant__flow dd,
.invisalign_tokuchou dd,
.pmtc dd,
.painless dd,
.covid dd,
.damon_system dd{
    margin-bottom: 24px;
}
.implant__meritdemerit .merit dt,
.invisalign_meritdemerit .merit dt{
    min-height: 40px;
    padding-left: 32px;
    background: url("../../../img/asset/common/svg/o.svg") no-repeat 0 5px;
    background-size: 20px auto;
    font-size: 18px;
    font-weight: 600;
}
.implant__meritdemerit dd,
.invisalign_meritdemerit dd{
    margin-bottom: 24px;
}
.implant__meritdemerit .demerit dt,
.invisalign_meritdemerit .demerit dt{
    min-height: 40px;
    padding-left: 32px;
    background: url("../../../img/asset/common/svg/x.svg") no-repeat 0 5px;
    background-size: 20px auto;
    font-size: 18px;
    font-weight: 600;
}
@media screen and (max-width: 540px) {
.implant__kouzou .box{
    width: 100%;
}
.implant__kouzou .box:first-of-type{
    margin-bottom: 24px;
}
}


.implant__flow dt{
    margin-bottom: 16px;
    padding: 16px 8px;
    background: #f9f9f9;
    text-align: center;
    border-top: 1px solid #d9dbdc;
    border-bottom: 1px solid #d9dbdc;
    font-weight: 600;
}
.implant__flow dd{
    margin-bottom: 24px;
}


.price_list table{
    width: 100%;
    margin-bottom: 24px;
    border-collapse: collapse;
    border: 1px solid #d3c59c;
}
.price_list table td{
    width: 50%;
    padding: 16px;
    border: 1px solid #d3c59c;
    vertical-align: middle;
    letter-spacing: 0;
}
.price_list table td span{
	font-size: 13px;
}
.price_list table td:nth-of-type(odd){
    background: #f1ede2;
}
.price_list table td:nth-of-type(even){
    background: #fff;
    text-align: right;
}
@media screen and (max-width: 540px) {
.price_list table{
    border-bottom: 0;
}
.price_list table td{
    border: 0;
}
.price_list table td:nth-of-type(odd){
    display: block;
    width: 100%;
}
.price_list table td:nth-of-type(even){
    display: block;
    width: 100%;
    border-top: 1px dashed #d3c59c;
    border-bottom: 1px solid #d3c59c;
}
}


.team_profile .two_columns .grid:nth-of-type(odd){
    width: 30%;
    max-width: 240px;
}
.team_profile .two_columns .grid:nth-of-type(even){
    width: 68%;
}
.team_profile dt{
    width: 25%;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}
.team_profile dd{
    width: 75%;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 540px) {
.team_profile .two_columns .grid:nth-of-type(odd){
    width: 100%;
    text-align: center;
    margin: 0 auto 24px;
}
.team_profile .two_columns .grid:nth-of-type(even){
    width: 100%;
}
.team_profile dt{
    width: 100%;
    padding: 8px 8px 0;
    border-bottom: 0;
}
.team_profile dd{
    width: 100%;
}
}





.form table{
    width: 100%;
    margin-bottom: 24px;
    border-collapse: collapse;
/*    border: 1px solid #d3c59c;*/
}
.form td p{
    margin-bottom: 0;
}
.form table td{
    padding: 16px;
    border: 1px solid #d3c59c;
    vertical-align: middle;
    letter-spacing: 0;
}
.form table td:nth-of-type(odd){
    width: 30%;
    background: #f1ede2;
}
.form table td:nth-of-type(even){
    width: 70%;
    background: #fff;
}
@media screen and (max-width: 540px) {
.form table{
    border-bottom: 0;
}
.form table td{
    border: 0;
}
.form table td:nth-of-type(odd){
    display: block;
    width: 100%;
}
.form table td:nth-of-type(even){
    display: block;
    width: 100%;
    border-top: 1px dashed #d3c59c;
    border-bottom: 1px solid #d3c59c;
}
span.wpcf7-list-item{
	display: block !important;
}
}
.wpcf7-validates-as-date{
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	font-size: 17px;
	padding: 0.5em;
	border-radius:8px;
	box-shadow:2px 2px 4px rgba(0,0,0,.1) inset;
}
input{
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.hissu{
    margin-bottom: 8px;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 600;
}
.form b{
    color: #ec2136;
}
.times{
    margin-bottom: .5em !important;
}
#zip,
#your-pref{
    width: 30%;
    max-width: 200px;
}
#age{
    width: 15%;
    max-width: 100px;
}
.form tr:nth-child(6) td:nth-child(2) div:nth-child(1) br,
.form tr:nth-child(6) td:nth-child(2) div:nth-child(2) br,
.form tr:nth-child(6) td:nth-child(2) div:nth-child(3) br
{
    display: none;
}
@media screen and (max-width: 767px) {
.form tr:nth-child(6) td:nth-child(2) div:nth-child(1) br,
.form tr:nth-child(6) td:nth-child(2) div:nth-child(2) br,
.form tr:nth-child(6) td:nth-child(2) div:nth-child(3) br
{
    display: block;
}
#zip,
#age{
    width: 50%;
}
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
	background-color: #fff;
	color: #333;
	width: 80%;
    margin: auto;
	border: 1px solid #ddd;
	font-size: 17px;
	padding: 0.5em;
	border-radius:8px;
	box-shadow:2px 2px 4px rgba(0,0,0,.1) inset;
}

input[type="radio"],
input[type="checkbox"]
{
/*
	-webkit-transform: scale(1);
	-webkit-transform-origin:0 0;
	-moz-transform: scale(1);
	-moz-transform-origin:0 0;
	-ms-transform: scale(1);
	-ms-transform-origin:0 0;
*/
	width: 28px;
	vertical-align: middle;
}

select {
	background: #fff;
	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;
}
input[type="submit"] {
	margin: 40px 0 0;
	padding: 8px 0 8px 24px;
    background: #05557c;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 32px;
	box-shadow: 0 0 1px rgba(0,0,0,.2);

	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
input[type="submit"] {
    width: 100%;
	margin: 40px 0 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
	width: 90%;
}
}
input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
    background: #4D70B6;
    color: #fff;
}
span.wpcf7-not-valid-tip {
	font-size: 80%;
}
select.jikantai{
    width: 36%;
}
input.datepicker{
	width: 36%;
}

.perio_cases dt{
    padding: 8px;
    background: #bf7375;
    color: #fff;
    text-align: center;
}
.perio_cases dd{
    padding: 16px;
    background: #fbe8e9;
}




.pbm__osusume li{
    width: calc(50% - 4px);
    text-align: left;
}
.pbm__merit dt{
    min-height: 40px;
    margin: 0 0 8px;
    padding: 0 0 8px 32px;
    background: url("../../../img/asset/common/svg/o.svg") no-repeat 0 5px;
    background-size: 20px auto;
    border-bottom: 1px solid;
    font-weight: 600;
}
.pbm__demerit dt{
    min-height: 40px;
    margin: 0 0 8px;
    padding: 0 0 8px 32px;
    background: url("../../../img/asset/common/svg/attention.svg") no-repeat 0 5px;
    background-size: 24px auto;
    border-bottom: 1px solid;
    font-weight: 600;
}


#basshigo_chiryou .oz{
    margin-bottom: 40px;
}
#basshigo_chiryou .oz:last-of-type{
    margin-bottom: 0;
}
#basshigo_chiryou .detail{
    padding-top: 88px;
}
@media screen and (max-width: 767px) {
#basshigo_chiryou .detail{
    padding-top: 16px;
}
}


#chiryou__tokuchou .box{
    margin-bottom: 40px;
}
#wrap article #chiryou__tokuchou h3{
    margin-bottom: 16px;
    color: #333;
}

