@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; }
body{ font-size:19px; line-height:180%; color:#333; font-family: "じゅん 201", "Jun 201", sans-serif; }
img{ border:none; font-size:0; vertical-align:top; }
ul{ list-style-type:none; }
a{ text-decoration:none; color:#333; }
a:hover{ text-decoration:none; }
/*a:hover img{ opacity: 0.5; transition:all 0.3s ease; }*/
h1{ font-size:12px; font-weight:normal; }
address{ font-style:normal; }

/* width
****************************************************/
.min-width100 { min-width: 100px; }

/* height
****************************************************/
@media screen and (min-width: 600px) {
	.md-min-height130 { min-height: 130px; }
}

/* image
****************************************************/
.max-image100per { max-width: 100%; height: auto; vertical-align: bottom; }

/* margin
****************************************************/
/* top */
.mt10, .mt10ul li{ margin-top:10px; }
.mt20, .mt20ul li{ margin-top:20px; }
.mt30, .mt30ul li{ margin-top:30px; }
.mt40, .mt40ul li{ margin-top:40px; }
.mt50{ margin-top:50px; }
.mt60{ margin-top:60px; }
.mt75{ margin-top:75px; }
.mt100{ margin-top:100px; }
.mb20{ margin-bottom: 20px; }
.mt1em{ margin-top: 1em; }
.mt2em{ margin-top: 2em; }
@media screen and (max-width: 599px) {
	.sm-mt10 { margin-top: 10px; }
	.sm-mt20 { margin-top: 20px; }
	.sm-mt30 { margin-top: 30px; }
	.sm-mt40 { margin-top: 40px; }
	.sm-mt50 { margin-top: 50px; }
	.sm-mt60 { margin-top: 60px; }
	.sm-mt70 { margin-top: 70px; }
	.sm-mt80 { margin-top: 80px; }
	.sm-mt90 { margin-top: 90px; }
	.sm-mt100 { margin-top: 100px; }
}
/* right */
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr50 { margin-right: 50px; }

/* padding
****************************************************/
.pd05 { padding: 5px; }
.pd10 { padding: 10px; }
.pd20 { padding: 20px; }
.pd30 { padding: 30px; }
.pd40 { padding: 40px; }
.pd50 { padding: 50px; }
/* top */
.pt05 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
/* right */
.pr05 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr20 { padding-right: 20px; }
.pr30 { padding-right: 30px; }
.pr40 { padding-right: 40px; }
.pr50 { padding-right: 50px; }
/* bottom */
.pb05 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
/* left */
.pl05 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px; }
.pl40 { padding-left: 40px; }
.pl50 { padding-left: 50px; }

/* text-align
****************************************************/
.tar{ text-align:right; }
.tac{ text-align:center; }
.tal{ text-align:left; }
.ti1{ text-indent:1em; }
.ti2, .ti2ul li{ text-indent:-1em; padding-left:1em; }
.ti3, .ti3ul li{ text-indent:-1.5em; padding-left:1.5em; }

/* color
****************************************************/
.col_red{ color:red; }
.col_white{ color:white; }
.col_bleck{ color:black; }
.col1, .col1ul li:before, .col1ul li::marker, .col1icon:before{ color: #01B4ED; }
.col2, .col2ul li:before, .col2ul li::marker, .col2icon:before{ color: #2B7EE0; }
.col3, .col3ul li:before, .col3ul li::marker, .col3icon:before{ color: #25D6B4; }
.col4, .col4ul li:before, .col4ul li::marker, .col4icon:before{ color: #F9756D; }
.col5, .col5ul li:before, .col5ul li::marker, .col5icon:before{ color: #F98C54; }
.col6, .col6ul li:before, .col6ul li::marker, .col6icon:before{ color: #FBFA82; }
.col7, .col7ul li:before, .col7ul li::marker, .col7icon:before{ color: #F97AA9; }


/* background
****************************************************/
/* color */
.bg1col{ background-color: #01B4ED; }
.bg2col{ background-color: #EAFAFF; }
.bg3col{ background-color: #FFFFFF; }
.bg4col{ background-color: #FFF0EF; }
.bg5col{ background-color: #25D6B4; }
.bg6col{ background-color: #F9756D; }
.bg7col{ background-color: #FFFEBF; }
.bg8col{ background-color: #F97AA9; }

/* mark
****************************************************/
.mark-yellow { background:linear-gradient(transparent 60%, #FBFA82 70%); }

/* icon
****************************************************/
.icon1:before, .icon1ul li:before, .icon1dl dt:before{ content:"▶"; margin-right: .5em; }
.icon2:before, .icon2ul li:before, .icon2dl dt:before{ content:"●"; margin-right: .5em; }
.icon3:before, .icon3ul li:before, .icon3dl dt:before{ content:"■"; margin-right: .5em; }
.icon4:before, .icon4ul li:before, .icon4dl dt:before{ content:"◆"; margin-right: .5em; }
.icon5:before, .icon5ul li:before, .icon5dl dt:before{ content:"▲"; margin-right: .5em; }
.icon6:before, .icon6ul li:before, .icon6dl dt:before{ content:"※"; margin-right: .5em; }

/* font-family
****************************************************/
.ffj { font-family: "じゅん 501", "Jun 501"; }

/* font-size
****************************************************/
.fs_s{ font-size:small; }
.fs12{ font-size:12px; }
.fs14{ font-size:14px; }
.fs15{ font-size:15px; }
.fs16{ font-size:16px; }
.fs17{ font-size:17px; }
.fs20{ font-size:20px; }
.fs24{ font-size:24px; }
@media screen and (min-width: 600px) {
	.pc-fs15{ font-size:15px; }
	.pc-fs20{ font-size:20px; }
}
/* font-weight
****************************************************/
.fw100 { font-weight: 100; }
.fw200 { font-weight: 200; }
.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
.fw800 { font-weight: 800; }
.fw900 { font-weight: 900; }

/* border-radius
****************************************************/
.br05, .br05ul li{ border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }
.br10, .br10ul li, .br10a a{ border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; }
.br15, .br15ul li{ border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px; }
.br25, .br25ul li{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; }
.br50{ border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; }

/* list-style
****************************************************/
.ls_adj{ margin-left:1em; }
.ls_disc{ list-style:disc; margin-left:1em; }
.lsp-inside { list-style-position: inside; }

/* column
****************************************************/
.d-block { display: block; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }

.ofh1, .ofh2{ overflow: hidden; }
.ofh1 .fl, .ofh2 li{ float: left; }
.ofh1 .fr{ float: right; }
/* flexBox */
[class*="fbCom"]{ display: flex; flex-wrap: wrap; }
.fbCom1{ justify-content: space-between; }

.d-flex { display: flex; }
.d-inline-flex { display: inline-flex; }
.align-items-center { align-items: center; }
@media screen and (min-width: 600px) {
	.d-md-flex { display: flex; }
	.d-md-inline-flex { display: inline-flex; }
	.flex-md-row { flex-direction: row; }
	.flex-md-row-reverse { flex-direction: row-reverse; }
	.flex-md-column { flex-direction: column; }
	.flex-md-column-reverse { flex-direction: column-reverse; }
	.justify-content-md-start { justify-content: flex-start; }
	.justify-content-md-end { justify-content: flex-end; }
	.justify-content-md-center { justify-content: center; }
	.justify-content-md-between { justify-content: space-between; }
	.justify-content-md-around { justify-content:space-around; }
	.justify-content-md-evenly { justify-content: space-evenly; }
	.align-items-md-start { align-items: flex-start; }
	.align-items-md-end { align-items: flex-end; }
	.align-items-md-center { align-items: center; }
	.align-items-md-baseline { align-items: baseline; }
	.align-items-md-stretch { align-items: stretch; }
	.align-self-md-start { align-self: flex-start; }
	.align-self-md-end { align-self: flex-end; }
	.align-self-md-center { align-self: center; }
	.align-self-md-baseline { align-self: baseline; }
	.align-self-md-stretch { align-self: stretch; }
	.flex-md-grow-0 { flex-grow: 0; }
	.flex-md-shrink-0 { flex-shrink: 0; }
	.flex-md-grow-1 { flex-grow: 1; }
	.flex-md-shrink-1 { flex-shrink: 1; }
	.flex-md-nowrap { flex-wrap: nowrap; }
	.flex-md-wrap { flex-wrap:wrap; }
	.flex-md-wrap-reverse { flex-wrap: wrap-reverse; }
	.order-md-1 { order: 1; }
	.order-md-2 { order: 2; }
	.order-md-3 { order: 3; }
	.order-md-4 { order: 4; }
	.order-md-5 { order: 5; }
	.align-content-md-start { align-content: flex-start; }
	.align-content-md-end { align-content: flex-end; }
	.align-content-md-center { align-content: center; }
	.align-content-md-around { align-content: space-around; }
	.align-content-md-stretch { align-content: stretch; }
	.flex-md-item-half { width: 47%; }
	.flex-md-item-three { width: 30%; }
	.flex-md-item-50par { width: 50%; }
	.flex-md-item-60par { width: 60%; }
	.flex-md-item-65par { width: 65%; }
}

/* border
****************************************************/
.bor1{ border-bottom: 2px dotted #BCBCBC; }
.bor2{ border-bottom: 2px solid #01B4ED; }
.bor3{ border: 2px solid #F97AA9; }
.bd-lightblue { border: 1px solid #01B4ED; }
.bdb-red { border-bottom: 1px solid #F9756D; }
.bdb-green { border-bottom: 1px solid #25D6B4; }
.bdb-lightpink { border-bottom: 2px solid #F97AA9; }
.bdb-none { border-bottom: none; }

/* band
****************************************************/
.band1{ background-color: #584512; color: #fff; padding: 0 .5em; display: block; border-radius:15px; text-align: center; }

/* headline
****************************************************/
h1, h2, h3, h4{ font-family: "じゅん 501", "Jun 501"; }
[class*="hl1no"]{ text-align: center; background-position: bottom center; background-size: auto 100%; color: #fff; padding: 70px 0 10px; background-repeat: repeat-x; }
.hl1no1{ background-image: url("images/title1b@2x.png"); }
.hl1no2{ background-image: url("images/title3b@2x.png"); }
.hl2{ background: url("images/mark_nikukyu_yellow@2x.png") no-repeat left 10px center #2B7EE0; background-size: 24px 24px; color: #fff; border-radius: 10px; font-size: 23px; padding: .25em 0 .20em 45px; }
.hl2-pink { background: url("images/mark_nikukyu_yellow@2x.png") no-repeat left 10px center #F9756D; background-size: 24px 24px; padding: 0.25em 0.4em 0.2em 45px; line-height: 1.5; }
.hl2-lightpink { background: url("images/mark_nikukyu_yellow@2x.png") no-repeat left 10px center #F97AA9; background-size: 24px 24px; padding: 0.25em 0.4em 0.2em 45px; line-height: 1.5; }
.hl2.--red { background-color: #F9756D; padding: .25em 0.4em 0.20em 45px; line-height: 1.5; }
.hl3 img{ margin-right: 15px; vertical-align: -3px; }
.hl4{
	background: url("images/mark_nikukyu_light_blue@2x.png") no-repeat left center;
	background-size: 24px 24px;
	color: #01B4ED;
	border-bottom: 2px solid #01B4ED;
	padding: 10px 0 5px 40px;
}
.hl5{
	background: url("images/mark_nikukyu_green@2x.png") no-repeat left center;
	background-size: 24px 24px;
	color: #25D6B4;
	border-bottom: 2px solid #25D6B4;
	padding: 10px 0 5px 40px;
}
.hl6, .hl6no1{ background-color: #01B4ED; color: #fff; padding: .25em 1em; position: relative; }
.hl6no1{ background: url("images/hl6bg.png") no-repeat right center #01B4ED; }
.hl7{ background-color: #2B7EE0; color: #fff; text-align: center; }
.hl8{ background-color: #FFFEBF; color: #F9756D; padding: .25em 1em; }

/* gNav
****************************************************/
.gNav .parent ul{ overflow: hidden; background-color: #EAFAFF; }
.gNav .parent ul li{ float: left; min-width: 50%; }
.gNav .parent ul .width-full{ float: left; width: 100%; }
.gNav .parent ul li a{ text-align: left; color: #333; padding: 20px 0 0; }
.gNav .parent ul li a:before{ content:">"; margin-right: .5em; }
.gNav .parent ul li a:hover{ text-decoration: underline; }

/* page title
****************************************************/
.pp1ttl{ background-color: #61D2F7; color: #fff; }
.pp1ttl .wrap{ background: url("images/pp1ttl.png") no-repeat center right #61D2F7; }
.pp1ttl_biyo{ background-color: #fef2f7; color: #F97AA9; }
.pp1ttl_biyo .wrap{ background: url("images/pp1ttl_biyo.png") no-repeat center right #fef2f7; }

/* text box
****************************************************/
.textbox { background-color: #EAFAFF; padding: 20px; }
.textbox.--red { background-color: #FFF0EF; }

/* content
****************************************************/
/* notice */
#notice li{ padding: 15px 0; border-bottom: 1px dotted #707070; }
.notice_list li{ padding-bottom: 1em; margin-bottom: 1.5em; border-bottom: 1px dotted #707070; }
.cat2 li{ border-bottom: 1px solid #25D6B4; }
.cat3 li{ border-bottom: 1px solid #F98C54; }
#details h2{ border-bottom: 2px solid; padding-bottom: .25em; }
.cat1 h2{ border-color: #25D6B4!important; }
.cat2 h2{ border-color: #25D6B4!important; }
.cat3 h2{ border-color: #F98C54!important; }
/* index */
#index .sec1 h2{ border-bottom: 1px solid #333; padding-bottom: .25em; }
#index .sec1 h2 img{ vertical-align: -10px; margin-right: 15px; }
#index .sec1 .ads li:before{ content: "＞"; font-weight: bold; }
#index .sec1 .ads li:first-child:before{ color: #25D6B4; }
#index .sec1 .ads li:last-child:before{ color: #F98C54; }
#index .sec1 .waitline { padding: 1em; background-color: #ebeced; }
#index .sec2 span{ border-bottom: 1px solid #01B4ED; padding-right: .5em; display: inline-block; }
#index .sec3 h3{ background-color: #F9756D; color: #fff; padding: 10px; line-height: 60px; }
#index .sec3 h3 img{ margin-right: 10px; }
#index .sec4 .box1 a{ padding-top: .5em; padding-bottom: .5em; }
/* greeting */
#greeting .sec3 figcaption span{ border-bottom: 1px solid #01B4ED; padding-right: .5em; display: inline-block; }
#greeting .sec4 .w480,
#medical .sec2 .w480{ padding: 25px; }
#greeting .sec4 h3,
#medical .sec2 .w480 h3{ border-bottom: 2px solid #01B4ED; color: #01B4ED; padding-bottom: .25em; }
#greeting .sec4 h3 img,
#medical .sec2 h3 img{ margin-right: 15px; vertical-align: -3px; }
#greeting .sec4 .bor1{ padding-bottom: 1em; }
/* medical */
#medical .sec1 h3{ background-color: #F9756D; color: #fff; padding: 10px; line-height: 60px; }
#medical .sec1 h3 img{ margin-right: 10px; }
#medical .sec2 h3 span{ color: #2B7EE0; border-bottom: 2px solid #2B7EE0; display: inline-block; }
/* guide */
#guide .sec2 figure{ margin: 50px 0 20px; }
/* biyo */
#biyo .sec1 li{ margin-bottom: 40px; }
#biyo .sec1 a{ position: relative; display: block; border: 2px solid #F97AA9; background-color: #F97AA9; color: #fff; }
#biyo .sec1 a:after{
  content: "〉";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -.5em;
}
#biyo .sec1 a:hover{ background-color: #fff; color: #F97AA9; }
/* custom  */
.cust1{ background-color: #EAFAFF; padding: 30px; }
.cust2 li{ background-color: #25D6B4; color: #fff; width: 48%; text-align: center; padding: .5em; }
.cust2 .clm2 li{ background-color: #F98C54; }
/* サプリメント  */
#supplement .supplement__item { margin-top: 30px; }
#supplement .supplement__image { margin-top: 50px; text-align: center; }
#supplement .supplement__table { margin-top: 30px; }
@media screen and (min-width: 600px) {
	#supplement .supplement__container { display: flex; justify-content: space-between; }
	#supplement .supplement__item { width: 50%; }
	#supplement .supplement__item + .supplement__item { margin-left: 60px; }
}
/* ortho_price */
.ortho_price .text__box .font-red { font-size: 18px; color: #F9756D; }
@media screen and (min-width: 600px) {
	.ortho_price .text__box .font-red { font-size: 21px; }
}
/* ortho_price__table */
.tbl1.ortho_price__table { border: none; border-bottom: 1px solid #BCBCBC; }
.tbl1.ortho_price__table tr .title { background-color: #01B4ED; color: #fff; }
.tbl1.ortho_price__table tr .course { background-color: #25D6B4; border-bottom: none; color: #fff; }
.tbl1.ortho_price__table tr td { border-top: none; border-bottom: none; }
.tbl1.ortho_price__table tr :nth-child(1) { text-align: center; }
.tbl1.ortho_price__table tr th , .tbl1.ortho_price__table tr td { display: block; }
@media screen and (min-width: 600px) {
	.tbl1.ortho_price__table { border: solid #fff; border-bottom: 1px solid #BCBCBC; }
	.tbl1.ortho_price__table tr th , .tbl1.ortho_price__table tr td { display: table-cell;}
	.tbl1.ortho_price__table tr td { border-bottom: 1px solid #BCBCBC; }
	.tbl1.ortho_price__table tr .course { border-bottom: 1px solid #BCBCBC; }
}

/* price__table */
.tbl1.price__table tr .title { width: 50%; background-color: #01B4ED; color: #fff; }
.tbl1.price__table tr :nth-child(1) { text-align: center; }


/* ortho_flow */
#ortho .icon { display: inline-block; background-color: #F9756D; margin: 0 5px; padding: 0 10px; border-radius: 10px; color: #fff; }
.ortho_flow .flow .flow__desc { background-color: #EAFAFF; margin-top: 20px; padding: 20px; }
.ortho_flow .flow .flow__image-list { margin-top: 20px; }
.ortho_flow .flow .flow__image-list .item { position: relative; background-color: #01B4ED; padding: 10px 10px 15px ; text-align: center; border-radius: 10px; color: #fff; }
.ortho_flow .flow .flow__image-list .item:not(:last-child)::after { content: "▼"; position: absolute; top: 40px; right: 45%; font-size: 2rem; color: #01B4ED; }
.ortho_flow .flow .flow__image-list .item:not(:first-child) { margin-top: 40px; }
@media screen and (min-width: 600px) {
	#ortho .icon { padding: 0 10px 5px; }
	.ortho_flow .flow .flow__image-list { display: flex; justify-content: space-between; }
	.ortho_flow .flow .flow__image-list .item { padding: 10px; }
	.ortho_flow .flow .flow__image-list .item:not(:first-child) { margin-top: 0; }
	.ortho_flow .flow .flow__image-list .item:not(:last-child) { display: flex; justify-content: center; align-items: center; width: 200px; }
	.ortho_flow .flow .flow__image-list .item:not(:last-child)::after { content: "▶"; position: absolute; top: 25px; right: -21%; }
}
/* ortho_structure */
.ortho_structure .structure__box .structure__box-title h4::before { content: "就寝中"; background-color: #F98C54; margin-right: 5px; padding: 5px 10px; border-radius: 10px; color: #fff; }
.ortho_structure .structure__box:first-child .structure__box-title h4::before { content: "矯正前"; }
.ortho_structure .structure__box:last-child .structure__box-title h4::before { content: "矯正後"; }
@media screen and (min-width: 600px) {
	.ortho_structure .structure__box .structure__box-title h4::before { padding: 0 10px 5px; }
	.ortho_structure .structure__box-image { display: flex; justify-content: space-around; align-items: center; }
}
/* online-treatment */
#online-treatment .flow__box__list .item { position: relative; }
/* #online-treatment .flow__box__list .item:not(:last-child)::after { position: absolute; content: "▼"; color: #F9756D; font-size: 1.5em; bottom: -22px; right: 50%; } */
@media screen and (min-width: 600px) {
	#online-treatment .flow__box__list .item:not(:last-child)::after { position: absolute; content: "▶"; color: #F9756D; bottom: 50%; right: -10%;}
}


/* symptom
****************************************************/
/* symptom */
#symptom h2{ color: #fff; padding: .25em .5em; font-size: 21px; }
#symptom li a{ display: block; }
#symptom li a:before{ content: '>'; margin-right: .5em; color: #01B4ED; font-weight: bold; }
#symptom li a:hover{ color: #01B4ED; }
#symptom li a, #symptom2 li a{ color: #000; }
/* symptom2 */
#symptom2 h2{ margin-bottom: 1em; }
#symptom2 ul{ background-color: #EAFAFF; }
#symptom2 li a:before{ content:"＞"; margin-right: .5em; color: #01B4ED; font-weight: bold; }
#symptom2 li a:hover{ color: #01B4ED; }
#symptom2 li a{ color:#333 }
#symptom2 li a:hover{ color:#009B70 }
/* symptom3 */
#symptom3 .outline{ background-color: #EAF8F6; padding: 25px; }
#symptom3 .outline h4{ color: #25D6B4; border-bottom: 2px solid #25D6B4; }
#symptom3 dt{ font-weight:bold; margin-top:1em; }
#symptom3 dt:before{ content:"【"; margin-right:5px; }
#symptom3 dt:after{ content:"】"; margin-left:5px; }

/* disease
****************************************************/
#disease li a{
	color: #333;
	display: block;
	font-size: 20px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #01B4ED;
	border-radius: 50px;
	position: relative;
}
#disease li a:hover{ text-decoration: none; background-color: #01B4ED; color: #fff; transition : all 0.75s; }
#disease li a:after{
	content: "＞";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -.5em;
	color: #01B4ED;
}
#disease li a:hover:after{ color: #fff; transition : all 0.75s; }
#disease dd{ padding-top: 1em; }

/* about
****************************************************/
#about dt:before{ content:"▶ "; color: #01B4ED; }
#about dd{ margin:15px 15px 50px; }

/* sitemap
****************************************************/
#sitemap .parent{ margin-top: -30px; }
#sitemap .parent li{ margin-top: 30px; }
#sitemap .child li{ margin-top: 15px; }
#sitemap .parent li:before{ content:"▶"; color: #01B4ED; margin-right:.5em; }
#sitemap .child li:before{ content:"";  margin-right:0; }
#sitemap .child a{ text-decoration:underline; }
#sitemap .child a:hover{ text-decoration:none; }

/* footer
****************************************************/
footer .sec1{ padding: 60px 0 30px; }
footer .sec1 .fl{ color: #fff; }
footer .sec1 .fr{ background-color: #fff; border-radius:20px; }
footer .sec1 .fl li{ margin-right: .3em; }
footer .sec1 .fl li:before{ content: "＞"; margin-right: .25em; }
footer .sec1 .txt1{ border: solid #BCBCBC; border-width: 1px 0; text-align: center; padding: .25em; }
footer .sec2{ padding-top: 20px; }
footer .sec2 *{ color: #333; }
address{ padding: 1em 0; text-align: center; border-top: 1px solid #01B4ED; margin-top: 1em; }

/* 404
****************************************************/
.error404{ text-align:center; color:red; padding:100px 0; }

/* breadcrumbs
****************************************************/
.breadcrumbs ol{ list-style: none; overflow: hidden; font-size: 12px; }
.breadcrumbs li{ float: left; }
.breadcrumbs li::after{ content: '>'; display: inline-block; padding: 0 10px; }
.breadcrumbs li:last-child::after{ display: none; }

/* pagetop
****************************************************/
.pagetop{
	display:none;
	position:fixed;
	bottom:0px;
	right:10px;
	line-height:0;
	z-index: 9999;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color: #01B4ED;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	margin-bottom:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	opacity:.5;
}
.pagetop a:hover, .pagetop a:hover img{ opacity:1.0; }

/* link
****************************************************/
.lnk1:hover{ opacity: .8; }
.lnk1btn, .lnk2btn, .lnk3btn{ display: inline-block; }
.lnk1btn{ background-color: #2B7EE0; color: #fff; position: relative; font-size: 16px; text-align: left; padding: .25em 0 .25em 1.5em; border: 2px solid #2B7EE0; }
.lnk1btn:after {
	content: "＞";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -16px;
}
.lnk1btn:hover{ background-color: #fff; color: #2B7EE0; }

.lnk2btn{ background-color: #fff; color: #333; position: relative; font-size: 16px; text-align: center; padding: .25em 1.5em .25em 0; border: 2px solid #01B4ED; }
.lnk2btn:after {
	content: "＞";
	position: absolute;
	top: 50%;
	right: .5em;
	margin-top: -16px;
	color: #01B4ED;
	font-weight: bold;
}
.lnk2btn:hover{ background-color: #01B4ED; color: #fff; }
.lnk2btn:hover:after{ color: #fff; }
/* 朱色ボタン */
.lnk2btn.--red { display: block; color: #F9756D; border: 2px solid #F9756D; }
.lnk2btn.--red::after { color: #F9756D; }
.lnk2btn.--red:hover { background-color: #F9756D; color: #fff; }
.lnk2btn.--red:hover:after{ color: #fff; }
@media screen and (min-width: 600px) {
	.lnk2btn.--red { display: inline-block; }
}

.lnk3btn{ border: 1px solid #2B7EE0; background-color: #fff; color: #2B7EE0; padding: 0 .5em; margin-right: 1em; }

/* guide
****************************************************/
.mainArea img {
	width : 100% !important;
	object-fit: contain !important;
}
.sideImgList li img {
	width: 150px;
	cursor: pointer !important;
	object-fit: contain !important;
	border: 5px solid #4EBDCE;
}
.sideImgList img { opacity: 0.6 !important; }
.sideImgList img:hover{ opacity: 1.0 !important; transition:all 0.3s ease; }
#mainText{ margin-top: 1em; }

/* table
****************************************************/
.tbl1{ width:100%; border-collapse: collapse; border: solid #fff; border-width: 2px 2px 0 2px; }
.tbl1 th, .tbl1 td{ border: 1px solid #BCBCBC; padding:10px; text-align: center; }
.tbl1 th{ background-color: #EAFAFF; }
.tbl1 tr :nth-child(1){ text-align: left; }

.tbl_cost{ width:100%; border-collapse: collapse; border: solid #fff; border-width: 2px 2px 0 2px; }
.tbl_cost th, .tbl_cost td{ border: 1px solid #BCBCBC; padding:5px; text-align: center; }
.tbl_cost th{ background-color: #EAFAFF; }
.tbl_cost tr :nth-child(1){ text-align: left; }

.tbl2 { width: 100%; border-collapse: collapse; }
.tbl2 th, .tbl2 td { display: block; padding: 10px 30px; }
.tbl2 th { color: #fff; background-color: #2B7EE0; text-align: left; }
.tbl2 td { background-color: #EAFAFF; }
.tbl2 td ul { list-style-type: disc; padding-left: 20px; text-align: left; }


/* biyo
****************************************************/
.biyo .bg1col{ background-color: #F97AA9; }
.biyo address{ border-top-color: #F97AA9; }

/* ================= GentleMax Pro ================*/
#biyo .gentlemax-pro .introduction {  }
#biyo .gentlemax-pro .features {  }
#biyo .gentlemax-pro .laser-facial {  }
#biyo .gentlemax-pro .laser-shower {  }

/**************************************************

	600px over

**************************************************/
@media only screen and (min-width:600px), print{

	/* common
	****************************************************/
	.wrap{ margin-left:auto; margin-right:auto; width:1000px; }
	.sp{ display:none!important; }

	/* margin
	****************************************************/
	.ml2em{ margin-left: 2em; }

	/* overflow:hidden;
	****************************************************/
	.ofh1pc, .ofh2pc{ overflow:hidden; }
	.ofh1pc .fl, .ofh2pc li{ float:left; }
	.ofh1pc .fr{ float:right; }
	/* flexBox */
	[class*="fbPc"]{ display: flex; flex-wrap: wrap; }
	.fbPc1{ justify-content: space-between; }

	/* list
	****************************************************/
	.lst1 li, .lst1li{ padding-left: 150px; overflow: hidden; }
	.lst1 li div, .lst1li div{ display: block; float:left; width: 150px; margin-left: -150px; }
	.lst1 li span, .lst1li span{ display: inline-block; width: 3em; text-align: right; }

	/* width
	****************************************************/
	.w300{ width: 300px; }
	.w480, .w480ul li{ width: 480px; }
	.w650{ width: 650px; }
	.w1pc{ width: 200px; }
	.w2pc{ width: 300px; }

	/* headLine
	****************************************************/
	[class^="hl1no"]{ height: 120px; }
	.d1tc{ display: table-cell; vertical-align: middle; height: 100px; }
	h4{ font-size: 20px; }

	/* main
	****************************************************/
	.mv{ margin-bottom: 20px; }

	/* header
	****************************************************/
	header{ margin-bottom: 20px; }
	header .fl{ margin-right: 20px; }

	/* nav
	****************************************************/
	.gNav{ line-height: 20px; width: 100%; background-color: #fff; font-size: 16px; padding-bottom: 10px; }
	.gNav ul{ text-align: center; padding: 10px 0; }
	.gNav li{ float:left; width: 170px; border-left: 1px solid #BCBCBC; }
	.gNav li:first-child{ width: 150px; border-left: none; }
	.gNav ul a{ display:block; color: #333; padding: 10px 0; }
	.gNav ul a:hover, .gNav ul .stay{ background-color: #EAFAFF; }
	.fixed{ position:fixed; top:0px; left:0px; z-index:9999; }
	.space{ margin-top: 60px; }
	.none{ display:none; }
	.gNav .cb{ clear: both; }
	/* parent　*/
	.gNav .parent{ position: relative; }
	.gNav .parent:hover{ background-color: #EAFAFF; }
	.gNav .parent:hover ul{ visibility: visible; }
	.gNav .parent ul{
		visibility: hidden;
		position: absolute;
		top: 40px;
		z-index: 999;
		padding: 0 20px 20px;
		width: 170px;
	}
	.gNav .pt1 ul{ width: 510px; left: 0; }
	.gNav .pt2 ul{ width: 850px; left: -170px; }
	.gNav .parent li{ border-left: none; }

	/* title
	****************************************************/
	.pp1ttl .wrap, .pp1ttl_biyo .wrap{ line-height: 40px; padding: 70px 0; }
	.pp1ttl p, .pp1ttl_biyo p{ font-size: 32px; font-weight: bold; }

	/* content
	****************************************************/
	/* common */
	.spa1{ padding: 60px 0 100px; }
	.spa2{ padding: 100px 0; }
	.spa3{ padding: 60px 0; }
	/* index */
	#index .sec1 .fl{ position: relative; }
	#index .sec1 .ads{ position: absolute; top: 0; right: 0; font-size: 16px; }
	#index .sec1 .ads li{ margin-right: 1em; }
	#index .sec3 .w480{ padding: 40px 40px 20px; }
	#index .sec4 .box1 a{ font-size: 23px; }
	#index .sec4 .ofh2 li{ margin-right: 40px; }
	#index .sec4 .ofh2 li:nth-child(4n){ margin-right: 0; }
	#index .sec5 .bg3col{ padding: 40px; }
	#index .sec5 .fr{ width: 600px; }
	#index .sec6{ padding: 40px 0; }
	/* medical */
	#medical .sec1 .w480{ padding: 40px 40px 20px; }
	/* guide */
	#guide .sec2 h3{ font-size: 20px; line-height: 125%; height: 70px; display: table-cell; vertical-align: middle; width: 480px; }
	#guide .sec2 .w480{ margin-bottom: 50px; }
	/* biyo */
	#biyo .sec1 a{ line-height: 20px; padding: 46px 26px; }
	/* custom  */
	.cust2{ position: relative; height: 520px; }
	.cust2 figure{ position: absolute; bottom: 0; }
	.cust3{ position: relative; height: 620px; }
	.cust3 figure{ position: absolute; bottom: 0; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom li{ width: 25%; margin-top: 1.5em; }
	/* symptom2 */
	#symptom2 ul{ margin-top: 75px; padding: 30px 0 50px 100px; letter-spacing:-0.4em; }
	#symptom2 li{ display:inline-block; letter-spacing:normal; vertical-align:top; min-width:31%; margin-left:1%; margin-top:20px; }
	/* symptom3 */
	#symptom3 h4{ font-size:20px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .dis{ margin-top: 1em; }
	#symptom3 .des{ padding: 1em 0; }

	/* disease
	****************************************************/
	#disease ul{ margin-bottom: 35px; }
	#disease li{ margin:15px 50px 15px 0; }
	#disease li:nth-child(3n){ margin-right:0; }
	#disease li a{ width:300px; padding: 30px 0; line-height:20px; }
	#disease dt{ font-size: 21px; }
	#disease dl{ padding-top: 40px; }

	/* sitemap
	****************************************************/
	#sitemap .child{ margin-left:1.5em; overflow:hidden; }
	#sitemap .child li{ float:left; width:33%; }

	/* footer
	****************************************************/
	footer .sec1 .fl, footer .sec1 .adr{ font-size: 16px; }
	footer .sec1 .fr{ width: 480px; padding: 30px 20px; }
	footer .sec2{ font-size: 16px; text-align: center; }
	footer .sec2 .fbCom1{ justify-content: center; }
	footer .sec2 a{ display: block; width: 150px; }

	/* tracking
	****************************************************/
	.trk1{ position: fixed; top: 200px; right: 0px; }

	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ margin: 5px 0 0 0; }

	/* gmap
	****************************************************/
	.gmap{
		width:100%;
		position: relative;
		padding-bottom: 350px;
		height: 0;
		overflow: hidden;
	}
	.gmap iframe, .gmap object, .gmap embed{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height: 350px;
	}
}





/**************************************************

	600px under

**************************************************/
@media only screen and (max-width:599px){

	/* common
	****************************************************/
	body{ font-size:16px; }
	.wrap{ padding: 15px; line-height:1.5em; }
	img{ max-width:100%; height:auto; }
	.pc{ display:none!important; }
	.sp_tac{ text-align:center; }

	/* overflow:hidden;
	****************************************************/
	.oh_clm2sp, .oh_clm3sp, .oh_sp{ overflow:hidden; }
	.oh_clm2sp li{ width: 48%; }
	.oh_clm3sp li{ width: 32%; margin-right: 2% !important; margin-top: 2% !important; }
	.oh_clm3sp li:nth-child(3n){ margin-right: 0 !important; }
	.oh_sp .fl, .oh_clm2sp li:nth-child(odd), .oh_clm3sp li{ float: left; }
	.oh_sp .fr, .oh_clm2sp li:nth-child(even), .oh_clm3sp li:nth-child(3n){ float: right; }

	/* width
	****************************************************/
	.w1pc{ width: 200px; }
	.w2pc{ width: 300px; }
	.sp_w100per { width: 100%; }

	/* link
	****************************************************/
	.lnk2btn{ padding: .75em; }
	.lnk2btn:after { margin-top: -.6em; }

	/* header
	****************************************************/

	/* headline
	****************************************************/
	.hl1{ text-align: center; font-size: 18px; padding: 1em 0; }
	.hl2{ padding-top: .75em; padding-bottom: .75em; }

	/* nav
	****************************************************/
	html{ overflow-x: hidden; }
	#headerSp{ width:100%; border-collapse:collapse; background-color: #fff; position:fixed; top: 0px; left: 0px; z-index: 999; padding: 5px 150px 0 20px; }
	#headerSp img{ width: 100%; margin-bottom: 10px; }
	/* nav */
	.gNav{
		background:rgba(255, 255, 255, 1.0);
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		padding: 15% 0 0;
		transition: all 0.5s;
		right: -100%;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.active{ right: 0%; }
	.gNav ul{ margin-top: 20px; }
	.gNav li{ margin-top: 10px; border-bottom: 1px solid #BCBCBC; }
	.gNav li a{ display: block; padding: .75em 1em .75em 0; color: #333; }
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }
	/* 追記 */
	/* accordion */
	.gNav .parent ul{ display:none; margin: 0 -15px; padding: 5px 15px 15px; font-size: 14px; }
	.gNav .parent ul li{ min-width: 50%; border: none; }
	.gNav .parent ul a{ border-bottom: none; margin: 0!important; padding: 0!important; }
	.gNav .parent ul li a:before{ color: #01B4ED; font-weight: bold; }
	.gNav .switch{ cursor:pointer; display: block; position: relative; }
	.gNav .switch a{ pointer-events: none; }
	.gNav .switch:after{ content: "＋"; font-size: 20px; color: #333; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
	.gNav .switch.active:after{ content: "－"; }
	.gNav .fbCom1{ margin: 0!important; padding: 0 20%!important; }
	.gNav .fbCom1 li{ border: none; width: 33%; margin: 0!important; padding: 0!important;  }
	.gNav .fbCom1 a{ margin: 0!important; padding: 0!important;  }

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 9999;
		background: #2B7EE0;
		cursor: pointer;
		width: 50px;
		height:50px;
		border-radius: 5px;
		border: 1px solid #2B7EE0;
	}
	.btn-trigger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background: #fff;
  	width: 45%;
	}
	.btn-trigger span:nth-of-type(1){ top:15px; }
	.btn-trigger span:nth-of-type(2){ top:23px; }
	.btn-trigger span:nth-of-type(3){ top:31px; }

	/*=============================
	#btn01
	=============================*/
	#btn01.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
	}
	#btn01.active span:nth-of-type(2) { opacity: 0; }
	#btn01.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
	}

	/* title
	****************************************************/
	.pp1ttl .wrap, .pp1ttl_biyo .wrap{ background-size: contain; padding: 50px 20px; }
	.pp1ttl p, .pp1ttl_biyo p{ font-size: 24px; font-weight: bold; }

	/* content
	****************************************************/
	/* common */
	.spa1, .spa2, .spa3{ padding-top: 60px; padding-bottom: 60px; }
	/* index */
	#index .sec1 .ads li{ width: 50%; text-align: center; margin-top: 20px; }
	#index .sec1 .fr{ margin-top: 40px; }
	#index .sec2 .w480{ padding-top: 20px; }
	#index .sec3 .ofh2pc{ margin-top: 1em; }
	#index .sec3 .w480{ padding: 20px; }
	#index .sec4 .box1 a{ width: 100%; padding-right: 2em; }
	#index .sec4 .box1 a:after{ margin-top: -.6em; }
	#index .sec4 .box2 li{ width: 48%; }
	#index .sec4 .box2 li:nth-child(even){ margin-left: 4%; }
	#index .sec5 .bg3col{ padding: 40px 20px; }
	#index .sec5 .bg3col .fr{ margin-top: 2em; }
	#index .sec6 li{ text-align: center; margin-top: 20px; }
	/* greeting */
	#greeting .sec3 figure{ text-align: center; }
	#greeting .sec3 h3{ margin: 1em 0; }
	/* medical */
	#medical .sec1 .w480{ padding: 20px; }
	/* biyo */
	#biyo .sec1 a{ line-height: 20px; padding: 16px; }

	/* table
	****************************************************/
	.tbl_cost{ font-size: 14px; }

	/* symptom
	****************************************************/
	/* symptom */
	#symptom li{ margin-top:1em; }
	/* symptom2 */
	#symptom2 h3{ margin-bottom: 2em; }
	#symptom2 ul{ margin-top:30px; padding: 10px 15px 15px; }
	#symptom2 li{ margin-top:10px; }
	/* symptom3 */
	#symptom3 .dis{ margin-top:20px; }
	#symptom3 h4{ font-size:18px; margin-top:50px; }
	#symptom3 h4:first-child{ margin-top: 0; }
	#symptom3 .des, #symptom3 dl, #symptom3 .back{ margin-top:10px; }

	/* disease
	****************************************************/
	#disease li{ margin-top: 20px; }
	#disease li:first-child{ margin-top: 0; }
	#disease li a{ padding: 15px; }
	#disease dl{ padding-top: 40px; }

	/* footer
	****************************************************/
	footer .sec1{ padding-top: 30px; padding-bottom: 50px; }
	footer .sec1 .fr{ margin-top: 30px; padding: 40px 20px; }
	footer .sec1 .fbCom1{ justify-content: center; }
	footer .sec1 .fbCom1 li{ padding: 10px; }
	footer .sec2 ul{ margin-top: -20px; }
	footer .sec2 li{ width: 50%;  margin-top: 1em; }
	address{ font-size: 10px; padding-bottom: 1em; }

	/* breadcrumbs
	****************************************************/
	.breadcrumbs ol{ font-size: 10px; }

	/* gmap
	****************************************************/
	.gmap{
		position: relative;
		padding-bottom: 80%;
		height: 0;
		overflow: hidden;
		margin-top: 20px;
	}
	.gmap iframe, .gmap object, .gmap embed{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/* footerSp
	****************************************************/
	#footerSp{ width:100%; border-collapse:collapse; position:fixed; z-index:990; bottom:0px; left:0px; background-color:#2B7EE0; }
	#footerSp tr td:nth-of-type(1){ width: 33%; border-right: 1px solid #fff; }
	#footerSp tr td:nth-of-type(2){ width: 34%; border-right: 1px solid #fff; }
	#footerSp a{ display: block; text-align:center; padding: 10px 0; color: #fff; }
	#footerSp [class^="sp-icon"] { fill: #FBFA82; }
}