@charset "utf-8";

/* 共通 */
html {
	font-size: 62.5%;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.8em;
	color: #333333;
	line-height: 2.6rem;
  font-feature-settings: 'palt';
  letter-spacing: .05em;
}
main {
	box-sizing: border-box;
}
.Playfair {
	font-family: 'Playfair Display', serif;
}
.fon-min {
	font-family: serif, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
}
.justify{
  text-align: justify;
  text-justify: inter-ideograph;
}
strong {
	font-weight: bold;
}
img {
	vertical-align: bottom;
}
p {
	font-size: 16px;
	line-height: 2;
}
.main-color {
	color: #4b627f;
}
.br-sp {
	display: none;
}
.br-pc {
	display: block;
}
.inner {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 100px;
}
.box-wrap {
	display: block;
}
.main-tit,
.main_tit {
	line-height: 1.4;
	padding: 5rem 0 4rem;
	margin: 0 0 3rem;
	position: relative;
	text-align: center;
}
.main-tit::before,
.main_tit::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	width: 1px;
	height: 40px;
	background: #737373;
}
.main-tit .sub-tit,
.main_tit span.webf{
	font-family: 'Playfair Display', serif;
	font-size: 46px;
	position: relative;
	overflow: hidden;
	color: #a5b0bf;
}
.main-tit h2,
.main_tit span {
	display: block;
	font-size: 20px;
	margin: 10px 0 0;
}
a:hover{
	opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
small {
	font-size: 1.4rem;
}
.box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.fade_off {
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.fade_on {
	opacity: 1;
}

/* main */
header {
	background: url("../img/bg-top.jpg") left center / cover no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1000;
}
header .imgwrap {
	margin: 10px 0 10px 40px;
}
header img {
	width: 75%;
}
header .btn {
	position: fixed;
	right: 40px;
	bottom: 10px;
	z-index: 999;
	margin-top: 10px;
	font-weight: 600;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
header a.btn {
	margin-left: 1px;
	text-decoration: none;
	font-size: 2rem;
	position: relative;
	padding: 1.25rem  2rem;
	color: #fff;
}
header a.btn:hover {
	margin-top: 3px;
}
header a.btn i {
	margin-right: 1rem;
}
header a.line {
	background-color: rgba(103,147,123,0.8);
	border-bottom: 5px solid #dcdcdc;
}
header a.line:hover {
	background: #80b498;
  	border-bottom: 2px solid #b5b5b5;
}
header a.web {
	background-color: rgba(11,25,43,0.8);
	border-bottom: 5px solid #dcdcdc;
}
header a.web:hover {
	background: #4b627f;
  	border-bottom: 2px solid #b5b5b5;
}
header a.tel {
	background-color: rgba(110,110,110,0.8);
	border-bottom: 5px solid #dcdcdc;
}
header a.tel:hover {
	background: #9b9b9b;
	border-bottom: 2px solid #b5b5b5;
}

/* top */
#top {
	padding: 100px 0px 0px 140px;
	background: url("../img/bg-top.jpg") left center / cover no-repeat;
	margin-top: -100px;
}
#top .wrapper {
	background: url("../img/bg-top-sub.jpg") right center / cover no-repeat;
	position: relative;
}
#top .wrapper h2.en {
	font-size: 48px;
	line-height: 1;
	letter-spacing: .1em;
	transform: rotate(90deg);
	position: absolute;
	left: -255px;
	top: 180px;
}
#top .wrapper h2.en::after {
	content: "";
	width: 100px;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 15px;
	margin-left: 10px;
}
#top .wrapper .top-text {
	padding: 3% 5%;
}
#top .wrapper .top-text img {
	display: block;
}
#top .wrapper .top-text img {
	width: 40%;
}
#top .wrapper .top-text h2 {
	margin: 3% 0;
}
#top .wrapper .top-text h2 span {
	background: linear-gradient(transparent 99%, #000 99%);
	font-weight: normal;
	font-size: 50px;
}
#top .wrapper .top-text h3 {
	margin: 2.5% 0;
}
#top .wrapper .top-text h3 span {
	font-size: 45px;
	font-weight: normal;
	line-height: 1.8;
}
#top .wrapper .top-cp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 850px;
}
#top .wrapper .top-cp img {
	filter: drop-shadow(0px 20px 50px rgba(0,0,0,0.2));
	object-fit: contain;
	width: 47.5%;
}

/* global */
#global-nav {
	background-color: rgb(0 0 0 / 80%);
	padding: 15px 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
}
#global-nav .inner {
	font-size: 20px;
	width: 1200px;
	padding: 0;
}
#global-nav .global-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#global-nav .global-list li {
	padding: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#global-nav .global-list li a {
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
	display: table;
	width: 100%;
	height: 100%;
	color: #fff;
	border-left: 1px solid #808080;
	padding: 0 20px;
}
#global-nav .global-list li:last-child a {
	border-right: 1px solid #808080;
}
#global-nav .global-list li a span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* important 重要 */
#important {
	margin-top: -1px;
}
#important .bg-dark {
	background-color: #0b192b;
	color: #fff;
}
#important .bg-dark h3 {
	font-size: 34px;
	line-height: 2.5;
	margin-bottom: 25px;
}
#important .bg-dark h3 span {
	font-size: 38px;
	font-weight: 600;
	text-emphasis: filled;
	-webkit-text-emphasis: filled;
}
#important .bg-dark .box-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#important .bg-dark .text-box {
	margin-left: 20px;
	text-align: left;
}
#important .bg-dark .text-box p {
	margin: 15px 0;
	line-height: 3;
}
#important .bg-dark .text-box p span {
	border-bottom: double 1px #fff;
	padding-bottom: 2px;
}
#important .inner {
	padding: 50px 0 75px;
}
#important .bg-light h3 {
	font-size: 34px;
	line-height: 2.5;
	margin-bottom: 25px;
}

/* ba 症例写真 */
#ba {
	background-color: #e6e8e9;
}
#ba .box-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
#ba .box-wrap .ba-wrap {
	width: 48.5%;
	margin-bottom: 20px;
}
#ba .ba-wrap div.box-wrap img {
	width: 50%;
}
#ba .ba-wrap div img {
	width: 100%;
}
#ba .ba-wrap .figcaption {
	padding: .5em;
	line-height: 1.5;
	text-align: left;
}
#ba .ba-wrap .figcaption p.menu {
	font-weight: 600;
	font-size: 16px;
}
#ba .ba-wrap .figcaption p {
	font-size: .65em;
	line-height: 1.5;
}

/* point 修正のポイント */
#point .point-list {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 300px;
}
#point .point-list li {
	position: relative;
}
#point .point-list .number {
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
}
#point .point-list h3 {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 25px;
}
#point .point-list .list-01 .text-box{
	width: 400px;
	padding: 20px 0 0 120px;
	position: relative;
	margin: 0px 0 100px 50px;
}
#point .point-list .list-02 {
	padding: 260px 0 0 695px;
}
#point .point-list .list-02 .text-box{
	padding: 20px 0 0 120px;
	position: relative;
}
#point .point-list .list-03 {
	padding-bottom: 300px;
}
#point .point-list .list-03 .text-box{
	padding: 20px 0 0 120px;
	position: relative;
}
#point .point-list .list-04 {
	margin-top: -30px;
	padding: 0 0 0 695px;
}
#point .point-list .list-04 .text-box{
	padding: 20px 0 0 120px;
	position: relative;
}
#point .point-list img {
	width: inherit;
}
#point .point-list .img {
	position: absolute;
}
#point .list-01 .img1 {
	top: -5px;
	right: 280px;
}
#point .list-01 .img2 {
	right: 0;
	top: 80px;
	z-index: 10;
}
#point .list-02 .img1 {
	left: 0;
	top: 0;
}
#point .list-03 .img1 {
	right: 580px;
	bottom: 0;
}
#point .list-03 .img2 {
	right: 0;
	top: 100px;
	z-index: 1;
}
#point .list-04 .img1 {
	left: 500px;
	top: 225px;
}
#point .list-04 .img2 {
	left: 0;
	top: 100px;
}
#point p.message-area {
	font-size: 34px;
}

/* action */
#action {
	background-color: #0b192b;
	color: #fff;
}
#action .inner {
	padding: 50px 0;
}
#action .box-wrap {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#action .box-wrap .tit-box h3 {
	font-size: 35px;
	margin: 25px 0;
}
#action .box-wrap .tit-box p {
	font-size: 22px;
	margin: 15px 0;
}
#action .box-wrap .tit-box h2 {
	font-size: 45px;
	margin: 15px 0 25px;
}
#action .box-wrap .btn-tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	font-size: 20px;
}
#action .box-wrap .btn-tit:before,
#action .box-wrap .btn-tit:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #fff;
}
#action .box-wrap .btn-tit:before {
	margin-right: 1rem;
}
#action .box-wrap .btn-tit:after {
	margin-left: 1rem;
}
#action .box-wrap .ac-btn {
	width: 250px;
	float: left;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #fff;
	margin: 0 10px;
}
#action .box-wrap .ac-btn a {
	font-size: 16px;
	text-decoration: none;
	line-height: 50px;
	transition: all .5s ease;
	z-index: 2;
	position: relative;
	color: #fff;
}
#action .box-wrap .ac-btn a p {
	line-height: 50px;
}
#action .box-wrap .ac-btn a p i {
	margin-right: 10px;
}
#action .box-wrap .ac-btn .eff {
	width: 250px;
	height: 50px;
	left: -250px;
	position: absolute;
	transition: all .5s ease;
	z-index: -10;
}
#action .box-wrap .ac-btn.web .eff,
#action .box-wrap .ac-btn.tel .eff {
	background: #fff;
	z-index: 0;
}
#action .box-wrap .ac-btn:hover .eff {
	left: 0;
}
#action .box-wrap .ac-btn.web:hover a,
#action .box-wrap .ac-btn.tel:hover a {
	z-index: 30;
	position: relative;
	color: #0b192b;
}

/* trouble 多いお悩み */
#trouble {
	background-color: #e6e8e9;
}
#trouble ul.box-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#trouble .box-wrap.trouble {
	width: 47.5%;
	margin-bottom: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#trouble .box-wrap.trouble:nth-child(even) {
  flex-direction: row-reverse;
}
#trouble .box-wrap.trouble .text-box .box-wrap.tit {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 25px;
}
#trouble .box-wrap.trouble .img-box {
	margin-right: 15px;
}
#trouble .box-wrap.trouble:nth-child(even) .img-box {
	margin-left: 15px;
	margin-right: 0;
}
#trouble .box-wrap.trouble .text-box .box-wrap.tit img {
	margin-right: 15px;
}
#trouble .box-wrap.trouble .text-box .box-wrap.tit h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}
#trouble .box-wrap.trouble .text-box dl {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: none;
	margin-left: 8px;
}
#trouble .box-wrap.trouble .text-box dl  dt {
	width: 75px;
	box-sizing: border-box;
}
#trouble .box-wrap.trouble .text-box dl  dt p {
	background-color: #0b192b;
	color: #fff;
	font-size: 14px;
}
#trouble .box-wrap.trouble .text-box dl  dd {
	padding: 0 0 10px 10px;
	width: calc(100% - 75px);
	text-align: left;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5;
}
#trouble .box-wrap.trouble .text-box dl  dd.cause,
#trouble .box-wrap.trouble .text-box dl  dd strong {
	font-size: 16px;
	font-weight: bold;
}
#trouble .box-wrap.trouble .text-box dl  dd strong {
	display: block;
}

/* strength 強み */
#strength .inner:first-child {
	padding: 50px 0;
}
#strength .top-block {
	width: 100%;
	position: relative;
	margin-bottom: 75px;
}
#strength .top-block::before {
	content: "";
	display: block;
	width: 60vw;
	height: 500px;
	background-image: url(../img/strength_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: -1;
}
#strength .top-block .inner {
	position: relative;
	padding: 0;
}
#strength .top-block img {
	padding-left: 445px;
}
#strength .top-block h3 {
	display: inline-block;
	font-size: 35px;
	font-weight: bold;
	line-height: 85px;
	position: absolute;
	text-align: left;
	top: 95px;
}
#strength .merit-list {
	width: 100%;
}
#strength .merit-list li {
	width: 900px;
	margin: auto;
	margin-right: 0;
	padding: 65px 20px 65px 0;
	border: 1px solid #e3e3e3;
	position: relative;
	margin-bottom: 130px;
	text-align: left;
}
#strength .merit-list li:nth-of-type(2n) {
	margin-left: 0;
}
#strength .merit-list li:last-of-type {
	margin-bottom: 0;
}
#strength .merit-list li .merit {
	font-size: 15px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	color: #777;
}
#strength .merit-list li .merit .big {
	font-size: 48px;
	display: block;
	margin-top: -10px;
	margin-left: -40px;
	padding: 20px 0 20px;
	background-color: #fff;
	color: #222;
}
#strength .merit-list li img {
	width: 349px;
	height: 284px;
	display: inline-block;
	background-color: #f4f4f4;
	box-shadow: 0px 16px 12px 12px rgba(0, 0, 0, 0.03);
	position: absolute;
	top: -25px;
	left: 106px;
}
#strength .merit-list li .text-box {
	display: inline-block;
	width: 420px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#strength .merit-list li h3 {
	font-size: 32px;
	line-height: 1.4;
}
#strength .merit-list li p {
	line-height: 1.8;
	margin-top: 20px;
}
#strength .link {
	color: #fff;
	margin-top: 100px;
	background: url("../img/bg-link.jpg") center center/ cover;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
#strength .link:hover {
	opacity: 1;
}
#strength .link .tit-box {
	line-height: 1.5;
	padding: 40px 0;
	border: 1px solid #b6b7bb;
	transition: all .5s ease;
}
#strength .link:hover .tit-box {
	border: 1px solid #fff;
}
#strength .link .tit-box h3 {
	font-size: 35px;
	margin: 25px 0;
}
#strength .link .tit-box h2 {
	font-size: 45px;
	margin: 25px 0;
}
#strength .link .tit-box .textlink {
	margin-top: 12px;
	font-size: 18px;
	display: inline-block;
	position: relative;
	color: #fff;
	text-decoration: none;
	padding-right: 50px;
	transition: all .5s ease;
}
#strength .link:hover .tit-box .textlink {
	color: #a5b0bf;
}
#strength .link .tit-box .textlink::before {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #fff;
}
#strength .link .tit-box .textlink::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 1px;
	background-color: #fff;
}
#strength .link:hover .tit-box .textlink::before {
	background-color: #a5b0bf;
}
#strength .link:hover .tit-box .textlink::after {
	background-color: #a5b0bf;
}

/* othermenu メニュー */
#menu {
	background-color: #e6e8e9;
}
#menu ul.box-wrap li {
  padding: 65px 0 30px;
  background-position: center top;
  background-repeat: no-repeat;
}
#menu ul.box-wrap li a.bnr {
  display: block;
  color: #fff;
	text-decoration: none;
  box-sizing: border-box;
  transition: background .15s linear;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 235px 10px 10px;
  width: 385px;
  height: 400px;
}
#menu ul.box-wrap li a.bnr:hover {
	opacity: 1;
}
#menu ul.box-wrap li a.bnr h3 {
	line-height: 2.4;
	font-size: 1.5em;
}
#menu ul.box-wrap li a.bnr p {
	padding: 15px 10px;
	height: 60px;
	text-align: left;
	line-height: 1.5;
	font-size: 14px;
	color: #fff;
}
#menu .fat {
  background-image: url(../img/othermenu_bg-01.png);
}
#menu .fat a.bnr {
  background-image: url(../img/othermenu_01.jpg);
}
#menu .fat a.bnr:hover {
  background-image: url(../img/othermenu_01-h.jpg);
}
#menu .titening {
  background-image: url(../img/othermenu_bg-02.png);
}
#menu .titening a.bnr {
  background-image: url(../img/othermenu_02.jpg);
}
#menu .titening a.bnr:hover {
  background-image: url(../img/othermenu_02-h.jpg);
}
#menu .laser {
  background-image: url(../img/othermenu_bg-03.png);
}
#menu .laser a.bnr {
  background-image: url(../img/othermenu_03.jpg);
}
#menu .laser a.bnr:hover {
  background-image: url(../img/othermenu_03-h.jpg);
}
#menu ul.box-wrap li .textlink {
	margin-top: 12px;
}
#menu ul.box-wrap li .textlink a {
	font-size: 15px;
	position: relative;
	color: #fff;
	text-decoration: none;
	padding-right: 50px;
}
#menu ul.box-wrap li .textlink a:hover {
	color: #0b192b;
}
#menu ul.box-wrap li .textlink a::before {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #fff;
}
#menu ul.box-wrap li .textlink a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 1px;
	background-color: #fff;
}
#menu ul.box-wrap li .textlink a:hover::before {
	background-color: #0b192b;
}
#menu ul.box-wrap li .textlink a:hover::after {
	background-color: #0b192b;
}

/* flow 施術の流れ */
#flow {
	background-color: #e6e8e9;
}
#flow .box-wrap {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(255,255,255,0.75);
	padding:0px;
	margin: 0 0 60px;
	box-shadow: 0 0 20px rgb(0 0 0 / 5%);
	outline: 1px solid #c9c9c9;
	outline-offset: -10px;
}
#flow .box-wrap.last {
	margin: 0 0 0;
}
#flow .box-wrap .img {
	width: 40%;
	margin: 0 30px 0 0;
}
#flow .box-wrap .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#flow .box-wrap .txtarea {
	position: relative;
	text-align: left;
	width: 50%;
}
#flow .box-wrap .txtarea h3 {
	font-weight: 600;
	color: #262626;
	font-size: 26px;
	margin: 0 0 50px;
	position: relative;
}
#flow .box-wrap .txtarea h3::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #b2b2b2;
	bottom: -20px;
	position: absolute;
}
#flow .box-wrap .txtarea h3 .step{
	color: #c9c9c9;
	margin-right:10px;
	font-size: 30px;
	font-weight: 500;
}
#flow .arrow {
	position: relative;
}
#flow .arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  right: 50%;
  width: 20px;
  height: 20px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: translateX(0%) rotate(135deg);
}

/* price 料金表 */
#price {
	background: url("../img/bg_price.jpg")	repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
#price .cp-box {
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(255,255,255,0.75);
	padding: 25px 150px;
	margin: 50px 0 0;
	box-shadow: 0 0 20px rgb(0 0 0 / 5%);
	outline: 1px solid #c9c9c9;
	outline-offset: -10px;
}
#price .cp-box .tit p {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 0 20px;
}
#price .cp-box .tit p span {
	font-size: 1.2em;
	margin: 0 5px;
}
#price .cp-box .tit h3 {
	font-size: 2em;
	margin: 20px 0 0;
}
#price .cp-box .point {
	width: 140px;
  height: 140px;
  line-height: 140px;
  background-color: #0b192b;
  border-radius: 50%;
  color: #fff;
	position: relative;
	margin: auto;
}
#price .cp-box .point p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	line-height: 1.25;
	font-size: 14px;
}
#price .cp-box .point p strong {
	font-size: 2em;
	font-weight: 500;
	margin-right: 3px;
}
#price .cp-box .price p.fon-min {
	line-height: 1;
	font-size: 2em;
	margin-bottom: -30px;
}
#price .cp-box .price p.fon-min span {
	font-size: 2.25em;
}
#price .cp-box .price p {
	margin-top: -20px;
	font-size: 0.8em;
}
#price .price-box .left,
#price .price-box .right {
	width: 47.5%;
	margin: 50px 0 0;
	text-align: left;
}
#price .price-box h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 30px 0 10px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#price .price-box h3:before,
#price .price-box h3:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #333;
}
#price .price-box h3:before {
	margin-right: 2rem;
}
#price .price-box h3:after {
	margin-left: 2rem;
}
#price .price-box .accordion dl:not(:first-child) {
  margin-top: 10px;
}
#price .price-box .accordion dl dt {
	background: #e6e8e9;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
#price .price-box .accordion dl dt:hover {
	opacity: .7;
}
#price .price-box .accordion dl dt:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 1px;
  width: 15px;
  background: #333;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
#price .price-box .accordion dl dt:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 1px;
  width: 15px;
  background: #333;
  transition: all .3s ease-in-out;
}
#price .price-box .accordion dl dt.open:before {
  transform: rotate(180deg);
}
#price .price-box .accordion dl dt.open:after {
  opacity: 0;
}
#price .price-box .accordion dl dd {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  display: none;
  padding: 15px;
}
#price .price-box .accordion table {
	width: 100%;
}
#price .price-box .accordion table tr:nth-of-type(even) {
	background: #f3f3f3;
}
#price .price-box .accordion table th,
#price .price-box .accordion table td {
	padding: 10px;
	width: 50%;
}
#price .price-box .accordion table th {
	text-align: right;
}
#price .price-box .accordion table td {
	text-align: left;
	font-size: 1.2em;
}
#price .price-box table.pay {
  width: 100%;
	margin: auto;
}
#price .price-box table.pay th {
	text-align: right;
}
#price .price-box table.pay td {
  padding: 15px 5px;
  text-align: center;
  margin: 0 auto;
  font-size: 1em;
}
#price .price-box table.pay td img {
	width: 220px;
}

/* bg10 */
.bg10 {
	background: #f5f5f5;
	padding: 70px 0;
}
.main_tit span.webf {
	line-height: 2;
}
.bg10 .container {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left;
	width: 850px;
}
.bg10 .box {
	display: block;
	background: #fff;
	margin: 20px 0;
	width: 410px;
	padding-bottom: 10px;
	font-size: 1.5rem;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bg10 .box .name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.bg10 .box .name .imgwrap picture img {
	width: 180px;
}
.bg10 .box .name .textwrap {
	margin: 15px 0 0 15px;
}
.bg10 .box .name .textwrap h3 {
	font-weight: 600;
	font-size: 22px;
}
.bg10 .box .name .textwrap p {
	margin-top: 10px;
	font-size: 14px;
}
.bg10 .box .career,
.bg10 .box .licence {
	width: 370px;
	box-sizing: border-box;
	margin-top: 30px;
}
.bg10 .box:first-of-type .inner .career,
.bg10 .box:first-of-type .inner .licence {
	width: 390px;
	box-sizing: border-box;
	margin-top: 30px;
}
.bg10 .box:first-of-type .inner .career h4{
	width: 90%;
}
.bg10 .box h4 {
	color: #333;
	margin-bottom: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 10px;
	height: 40px;
	line-height: 43px;
}
.bg10 .box dl {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
 	flex-wrap: wrap;
	font-size: 14px;
	margin: 0 10px;
}
.bg10 .box dl dt {
	width: 100px;
}
.bg10 .box dl dd {
	width: 240px;
}
.bg10 .box:first-of-type .inner dl dt {
	width: 100px;
}
.bg10 .box:first-of-type .inner dl dd {
	width: 270px;
}
.bg10 .box ul {
	margin-top: 15px;
	font-size: 14px;
	margin: 0 10px;
}
/* doctor close */
.bg10 .box#dr02,
.bg10 .box#dr017,
.bg10 .box#dr019{
	display: none;
}

/* sec11 */
.bgi11 {
	padding: 70px 0;
}
.bg11 .inner {
	width: 850px;
}
.sec11 .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 850px;
	margin: auto;
}
.sec11 .container .box {
	text-align: left;
	width: 400px;
	margin: 0 0 30px 0;
	display: block;
}
.sec11 .container .box h3 {
  margin: 20px 0 10px;
	color: #4b627f;
	font-size: 22px;
	font-weight: bold;
}
.sec11 .container .box .add-wrap {
	font-size: 14px;
}
.sec11 .container .box dl {
  display:flex;
  flex-wrap: wrap;
  border-top: none;
	margin: 10px 0;
}
.sec11 .container .box dl dt {
  width: 20%;
  box-sizing: border-box;
}
.sec11 .container .box dl dd {
  width: 80%;
  margin: 0;
  box-sizing: border-box;
	line-height: 1.5;
}
.sec11 .tel {
	background-color: #4b627f;
	border: 1px solid #4b627f;
	color: #fff;
}
.sec11 .tel:hover {
	background-color: #ffffff;
	border: 1px solid #4b627f;
	color: #4b627f;
}

/*　footer　*/
#page-top {
	position: fixed;
	right: 5px;
	bottom: 20px;
	height: 50px;
	text-decoration: none;
	font-weight: bold;
	transform: rotate(90deg);
	font-size: 90%;
	line-height: 4rem;
	color: #262626;
	padding: 0 35px;
	border-top: solid 1px;
	z-index: 1000;
}
#page-top::before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0px;
	width: 15px;
	border-top: solid 1px;
	transform: rotate(35deg);
	transform-origin: left top;
}
footer {
	text-align: center;
}
