.mv{ width: 100%; height: 40rem; background-repeat: no-repeat; background-size: cover; background-position: center; margin-bottom: .6rem; position: relative; }
.mv.first{ background-image: url("../images/mv/first.jpg"); }
.mv.about{ background-image: url("../images/mv/about.jpg"); }
.mv.staff{ background-image: url("../images/mv/staff.jpg"); }
.mv.clinic{ background-image: url("../images/mv/contact.jpg"); }
.mv.contact{ background-image: url("../images/mv/clinic.jpg"); }
.mv.treatment{ background-image: url("../images/mv/treatment.jpg"); }
.mv.caries{ background-image: url("../images/treatment/caries/mv_caries.jpg"); }
.mv.perio{ background-image: url("../images/treatment/perio/mv_perio.jpg"); }
.mv.prevention{ background-image: url("../images/treatment/prevention/mv_prevention.jpg"); }
.mv.kids{ background-image: url("../images/treatment/kids/mv_kids.jpg"); }
.mv.oral-surgery{ background-image: url("../images/treatment/surgery/mv_surgery.jpg"); }
.mv.wisdom{ background-image: url("../images/treatment/wisdom/mv_wisdom.jpg"); }
.mv.wisdom_new{ background-image: url("../images/treatment/wisdom/mv_wisdom_new.png"); height: 78rem; }
.mv.wisdom_new_sp{ background-image: url("../images/treatment/wisdom/mv_wisdom_new_sp.png"); height: 78rem; }
.mv.whitening{ background-image: url("../images/treatment/whitening/mv_whitening.jpg"); }
.mv.implant{ background-image: url("../images/treatment/implant/mv_implant.jpg"); }
.mv.denture{ background-image: url("../images/treatment/denture/mv_denture.jpg"); }
.mv.bruxism{background-image: url("../images/treatment/bruxism/bruxism_mv.jpg");}
.mv.aesthetic{ background-image: url("../images/treatment/aesthetic/mv_aesthetic.jpg"); }
.mv.orthodontics{background-image: url("../images/treatment/orthodontics/mv_orthodonitcs.jpg");}

.mv.price{ background-image: url("../images/mv/price.jpg"); }
.mv.access{ background-image: url("../images/mv/access.jpg"); }
.mv.contact{ background-image: url("../images/mv/contact.jpg"); }
.mv.endo{background-image: url("../images/treatment/endo/endo_mv.jpg")}

.mv.online_qualification{background-image: url("../images/mv/online_qualification.jpg")}
.mv.recruit{background-image: url("../images/mv/staff.jpg")}

.pankuzu{ width: 1000px; margin: 0 auto; }
.pankuzu li{ font-size: 1.2rem; display: inline-block; }
.pankuzu li:not(:last-of-type):after{ content: '-'; margin-left: .5em; }

main{ display: block; width: 800px; margin: 6rem auto 0; padding-bottom: 20rem; line-height: 1.8; letter-spacing: 0.08em; font-size: 1.5rem; font-weight: 400; box-sizing: border-box; position: relative; z-index: 0; }
main:after{ content: ''; width: 100vw; height: 100px; position: absolute; bottom: 0; left: calc(-50vw + 400px); background: url(../images/index/webp/bg01.webp) no-repeat top center / 100% 100px; content: ''; }
.no-webp main:after{ background-image: url(../images/index//bg01.png); }
main h1{ font-size: 1.6rem; font-weight: 400; line-height: 1.6; text-align: center; margin-bottom: 8rem; }
main h1:before{ content: attr(data-en); font-family: bryant-web-compressed, sans-serif; font-weight: 400; font-size: 6rem; line-height: 1.3; display: block; text-align: center; }

main section > img{ display: block; width: 100%; margin: 4rem 0; }
main section + section{ margin-top: 8rem; }
main section a.btn{ margin: 2.5rem 0; width: 30rem; height: 5rem; border-radius: 2.5rem; border: solid 1px; font-size: 1.6rem; font-weight: 700; display: flex; justify-content: center; align-items: center; position: relative; transition: .5s; }
main section a.btn:after{ content: ''; width: 1.1rem; height: 1.1rem; background: url(../images/common/btn-arrow01.png) no-repeat center/contain; position: absolute; right: 2rem; top: 50%; transform: translateY(-50%); }
main section a.btn:hover{ background: #33ACD6; }
main section > *:first-child{ margin-top: 0 !important; }
main section > *:last-child{ margin-bottom: 0 !important; }
main .treat-list + section{ margin-top: 12rem; }

main section h2:not(.no-style){ width: 90rem; font-size: 2.4rem; line-height: 1.6; color: #fff; background: #132a5a; text-align: center; margin: 8rem 0 4rem -5rem; padding: .2em 1em; border-radius: 2em; }
main section h3:not(.no-style){ font-size: 2rem; border-bottom: solid 1px #33acd6; margin: 6rem 0 2.6rem; padding-bottom: .2em; }
main section h4:not(.no-style){ font-size: 1.8rem; background: #addeef; padding: .1em 1em; margin: 4rem 0 2rem; border-radius: 2em; }
main section h5:not(.no-style){ font-size: 1.6rem; font-weight: 700; padding-left: 1em; position: relative; margin: 3rem 0 1em; }
main section h5:not(.no-style):before{ content: '●'; position: absolute; left: 0; color: #33acd6; }
main section h6:not(.no-style){ font-size: 1.5rem; font-weight: 700; margin: 1.3em 0 .8em; }
main section h2:not(.no-style) + *:not(.dr-pic),
main section h3:not(.no-style) + *,
main section h4:not(.no-style) + *,
main section h5:not(.no-style) + *,
main section h6:not(.no-style) + *{ margin-top: 0 !important; }
main section p{ margin-bottom: 1em; }
main section p strong{ font-weight: 700; }

main section ol:not([class]){ margin: 4rem 0; counter-reset: number; }
main section ol:not([class]) li{ font-size: 1.6rem; padding-left: 6.4rem; position: relative; min-height: 5rem; display: flex; align-items: center; }
main section ol:not([class]) li:before{ counter-increment: number; content: counter(number); width: 5rem; height: 5rem; border-radius: 2.5rem; background: #33acd6; font-size: 2.8rem; font-family: bryant-web-compressed, sans-serif; font-weight: 400; color: #fff; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; line-height: 1; letter-spacing: 0; }
main section ol:not([class]) li + li{ margin-top: 3rem; }

main section ul:not([class]){ margin: 4rem 0; }
main section ul:not([class]) li{ font-size: 1.6rem; padding-left: 2.3rem; position: relative; }
main section ul:not([class]) li:before{ content: ''; width: 1.5rem; height: 1.5rem; border-radius: 1.5rem; background: #33acd6; position: absolute; left: 0; top: .7rem; }
main section ul:not([class]) li + li{ margin-top: 2rem; }

main section ol.flow{ counter-reset: flow; margin: 5rem 0; }
main section ol.flow li{ position: relative; line-height: 2; }
main section ol.flow li + li{ margin-top: 4rem; }
main section ol.flow li.has-img{ padding-right: 40rem; }
main section ol.flow li strong:first-of-type{ font-size: 1.8rem; font-weight: 700; position: relative; padding-left: 4.2rem; display: block; margin-bottom: 1.2rem; }
main section ol.flow li strong:first-of-type:before{ counter-increment: flow; content: counter(flow); width: 3rem; height: 3rem; background: #33acd6; border-radius: 3rem; display: flex; justify-content: center; align-items: center; font-size: 1.8rem; line-height: 1; color: #fff; font-family: bryant-web-compressed, sans-serif; font-weight: 400; position: absolute; left: 0; top: .2rem; }
main section ol.flow li img{ width: 35rem; position: absolute; top: 0; right: 0; }

main section table:not(.no-style){ width: 100%; margin: 4rem 0; }
main section table:not(.no-style) th{ font-weight: 700; padding: 1em; vertical-align: middle; background: #efefef; border: solid 1px #b8bfcd; line-height: 1.7; width: 12em;}
main section table:not(.no-style) td{ padding: 1em; vertical-align: middle; border: solid 1px #b8bfcd; line-height: 1.7; }

.comContact.bg{ margin-bottom: 0; padding-bottom: 75px; position: relative; z-index: 1; background-color: #F7F7F7; background-image: none; }


/*** staff ***/

main section h2:not(.no-style) + .dr-pic{ margin-top: 5rem; }
.dr-pic{ width: 100%; height: 30rem; display: flex; align-items: center; background: url(../images/staff/bg01.jpg) no-repeat center/cover; position: relative; padding-left: 6rem; margin: 10rem 0 3.5rem; }
.dr-pic img{ width: 40rem; position: absolute; right: 0; bottom: 0; }
.dr-pic h3{ font-size: 4rem; display: table; min-width: 4rem; line-height: 1.4; padding-top: 14rem; background: url(../images/staff/logo01.png) no-repeat center top/10rem; width:260px; text-align:center;}
.dr-pic h3:after{ content: attr(data-en); font-size: 1.5rem; font-family: bryant-web-compressed, sans-serif; font-weight: 400; display: block; text-align: center; }
.dr-pic + p.head{ font-size: 2.4rem; color: #001655; font-weight: 600; line-height: 1.8; }
.history-row{ display: flex; flex-wrap: wrap; justify-content: space-between; margin: 3.6rem 0 }
.history-row .inner{ width: 37rem; }
.history-row .inner.wide{ width: 100%; }
.history-row .inner.wide + .inner{ margin-top: 5rem; }
.history-row .inner:nth-of-type(n+3){ margin-top: 5rem; }
.history-row .inner h3{ font-size: 1.5rem; text-align: center; background: #addeef; border-radius: 2em; margin-bottom: 2.5rem; }
.history-row .inner table{ width: 100%; line-height: 1.8; }
.history-row .inner table th{ font-weight: 400; width: 1px; padding-right: 1.5em; white-space: nowrap; }
.history-row .inner table tr + tr > *{ padding-top: .5em; }
.history-row .inner ul li{ padding-left: 1em; position: relative; line-height: 1.8; }
.history-row .inner ul li:before{ content: '・'; position: absolute; left: 0; }
.history-row .inner ul li + li{ margin-top: .5em; }


/*** treatment ***/

.treat-list { width: 634px; display: flex; flex-wrap: wrap; margin: 0 auto; }
.treat-list li { margin-top: 42px; width: 114px; }
.treat-list li:not(:nth-of-type(5n)) { margin-right: 16px; }
.treat-list li a { padding-top: 20px; display: block; position: relative; text-align: center; }
.treat-list li a::after { width: 94px; height: 94px; position: absolute; top: 0; left: calc(50% - 47px); background-color: #EFEFEF; border-radius: 50%; transition: all 0.3s; content: ''; }
.treat-list li a:hover::after{ background-color: #C2E6F3; }
.treat-list li a span { position: relative; z-index: 1; }
.treat-list li .txt { margin-top: 10px; display: block; font-size: 1.5rem; letter-spacing: 0.05em; font-feature-settings: "palt";  -moz-font-feature-settings: "palt"; }
.flex_box{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.fl_img{
flex-basis: 45%;	
}
.fl_txt{
flex-basis: 45%;	
}

span.bold { font-weight: bold; }
span.small { font-size: 1.5rem; }

.outstand { font-weight: bold; color: red; }


/*0801*/

.flex_yoyaku .comBtn {
	width: 48%;
}

.comBtn a {
	padding: 15px 10px 17px;
	max-width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #03004C;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	background-color: #fff;
	border-radius: 50px;
	box-sizing: border-box;
	border: 1px solid #03004C;
	position: relative;
	transition: all .3s;
}

.flex_yoyaku {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 640px;
	margin: auto;
}


.comBtn a::after {
	width: 32px;
	height: 6px;
	top: 50%;
	transform: translateY(-50%);
	right: 13px;
	content: '';
	position: absolute;
	transition: all .3s;
	background: url(../images/common/arrow01.png) no-repeat right center / 32px;
}

.comBtn a img {
	width: 18px;
	margin-right: 12px;
	margin-top: 7px;
}

main section a.relation-link {
	display: table;
	border: #03004c solid 1px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .05em;
	padding: .4em 1.4em .4em 184px;
	position: relative;
	margin: 20px 0;
	border-radius: 50px;
}

a:visited {
	color: #03004C;
}

main section a.relation-link:hover {
  opacity: 0.6;
}

main section a.relation-link:before {
	content: '合わせて読みたい';
	width: 170px;
	height: 100%;
	background: #03004c;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	line-height: 1;
	padding-left: 1.4em;
	box-sizing: border-box;
	border-radius: 50px;
}

main section a.relation-link:after {
	content: '';
	width: 5px;
	height: 5px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	position: absolute;
	top: 50%;
	left: 152px;
	transform: translateY(-50%) rotate(-45deg);
}

main section .textpoint h4 {
	margin: 1rem 0;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
}

main section .textpoint::before {
	content: "ワンポイント解説！";
	position: absolute;
	background-color: #fff;
	color: #03004c;
	font-weight: bold;
	left: 20px;
	top: -23px;
	padding: 10px;
}

main section .textpoint {
	position: relative;
	border: 2px solid #03004c;
	border-radius: 5px;
	margin: 4rem 0 0;
	padding: 20px 30px 5px;
}

main section.trouble{
	margin-top: 8rem;
}

main section.trouble .check {
	font-weight: 700;
	margin-bottom: 0;
	padding-left: 2em;
	position: relative;
}

.trouble .flexbox p{
	margin: 0;
}


main section.trouble .check::before {
	content: '';
	display: block;
	position: absolute;
	top: .7em;
	left: .8em;
	width: 10px;
	height: 5px;
	border-left: 2px solid #35a1e2;
	border-bottom: 2px solid #35a1e2;
	transform: rotate(-45deg);
}

main section table:not(.no-style) th {
    width: 43%;
}


.oyashirazu-banner.sub-page .textBox {
	width: 800px;
	background-color: #f4f4f4;
}
.oyashirazu-banner .textBox {
	padding: 7px 20px 22px 40px;
	width: 850px;
	margin: 80px auto 20px !important;
	position: relative;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 2;
}
.oyashirazu-banner .textImg01 {
	width: 250px;
	position: absolute;
	top: -65px;
	left: -32px;
}

.oyashirazu-banner .textImg02 {
	width: 250px;
	position: absolute;
	top: -15px;
	right: 0;
}

.oyashirazu-banner .textBox h3 {
	margin-top: 20px;
	margin-bottom: 19px;
	font-size: 2rem;
	line-height: 1.21;
	letter-spacing: 0.05em;
	font-feature-settings: 'palt';
}

  .textBox p {
	font-weight: 500;
	line-height: 1.87;
	letter-spacing: 0.086em;
	margin-bottom: 20px;
}
		  .fz-s {
	font-size: 1rem;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
  .oyashirazu-banner .textBox .comBtn a {
	margin: 0 auto !important;
}
  .comBtn a::after {
	width: 32px;
	height: 6px;
	top: 50%;
	transform: translateY(-50%);
	right: 13px;
	content: '';
	position: absolute;
	transition: all .3s;
	background: url(../images/common/webp/arrow01.webp) no-repeat right center / 32px;
}


.btn-web{
	margin: 0 8px 0 10px;	
}

#gHeader .linkBox .topBox .btn-web {
	width: 150px;
}

main section .access_map{
	height: 600px;
}

main section table.shinbi_table_wide:not(.no-style) th {
    width: 0;
}.container .linkBox .topBox{
	padding: 5px 0;
}

#gHeader .linkBox .topBox .btn a{
	padding: 5px 0;
}

.dr-pic img {
    width: 30rem;
}

.dr-pic h3{ background: url(../../cms/images/staff/logo01.png) no-repeat center top/10rem; width:260px; text-align:center;}

.mv.painless{ background-image: url("../images/mv/painless.jpg"); }

.mv.engage{ background-image: url("../images/mv/engage.jpg"); }

