@charset "UTF-8";
/*
	BASIC Style	Responsive - Mobile first
**************************************************************************************************** */
/* -------------------------------------------------
	BASE
------------------------------------------------- */
/* Reset */
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, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;font-style: normal;font-weight: normal;vertical-align:baseline;background:transparent;}
body {line-height:1;-webkit-text-size-adjust: 100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ul,ol {list-style:none;}
img {border: 0;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
a:link, a:visited, a:active {text-decoration: underline;}
a:hover {text-decoration: none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
textarea {resize: vertical;}

html {
	overflow-y: scroll;
	font-size: calc(100vw / 3.75);
}
body {
	color: #4D4D4D;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",YuGothic,"游ゴシック",sans-serif;
	position: relative;
	text-align: center;
	width: 100%;
	font-feature-settings:'palt';
	overflow-x: hidden;
}
a {
	color: inherit;
	outline: none;
}
img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}
h1,h2,h3,h4,h5,h6 {line-height: 1;}
p,ul,ol,table {line-height: 1.6;}
p {
	margin-bottom: 0.5em;
	text-align: justify;
}
/* -------------------------------------------------
	LAYOUT
------------------------------------------------- */
body {
	font-size: 0.16rem;
	padding: 2.3em 0 4em;
}
.header {
	top: 0;
	width: 100%;
	left: 0;
	z-index: 100;
}
.header h1,
.header p {
	display: none;
}
.header__logo {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 100;
	background-color: #000E1F;
}
.header__logo a {
	height: 2em;
	display: flex;
	padding-left: 3%;
    align-items: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.15em;
}
/*
@media screen and (min-width : 768px) and (max-width : 940px) {
	.header__logo .hd940 {
		display: block;
	}
	.header__logo a span {
		font-size: 0.6em;
	}
}*/
.header .header__nav__btn {
	position: fixed;
	right: 0;
	bottom: 0;
	background: #000E1F;
	display: block;
	font-size: 1em;
	width: 25%;
	height: 3.6em;
	padding-bottom: 0.3em;
	border-bottom: 0.5em solid #000E1F;
	cursor: pointer;
	color: #fff;
	outline: none;
	z-index: 100;
}
.header button.header__nav__btn {
	border-color: #000E1F;
}
.header .header__nav__btn span img {
	width: auto;
	height: 0.72em;
}
.header .header__nav__btn span {
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: flex-end;
}
.header .header__nav__btn span.menutxt {
	position: relative;
	top: -3em;
	font-size: 0.8em;
}
.header .header__nav__btn span.menutxt::before {
	display: none;
}
.header .header__nav__btn::before,
.header .header__nav__btn::after,
.header .header__nav__btn span::before {
	position: absolute;
	content: "";
	display: block;
	width: 1.7em;
	height: 2px;
	background: #fff;
	left: calc(50% - 0.85em);
}
.header .header__nav__btn::before {top: 0.4em;}
.header .header__nav__btn::after {top: 0.9em;}
.header .header__nav__btn span::before {top: 1.4em;}
.header .active::before {
	transform: rotate(45deg);
	top: 0.9em;
}
.header .active::after {
	transform: rotate(-45deg);
	top: 0.9em;
}
.header .active span::before {
	display: none;
}
.header .header__nav__menu {
	display: none;

	width: 100%;
	background-color: #2E79E3;
	
	position: fixed;
	left: 0;
	bottom: 3.6em;
	text-align:  left;
	z-index: 200;
}
.header .header__nav__menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	border-top: solid 1px #5A98EA;
	padding: 10px 5%;
	cursor: pointer;
	width: auto;
	letter-spacing: 0;
}
.header .header__nav__menu li:last-of-type a {
	border-bottom: none;
}
/* ------------------------------------------------- */
.footer {
	margin-top: 3em;
}
.footer small {
	display: block;
	color: #fff;
	background: #000;
	padding: 15px;
	font-size: 0.75em;
}
.footer small span {
	font-size: 1.7em;
	vertical-align: middle;
}
.footer .pagetop {
	position: fixed;
	bottom: 6em;
	right: 3%;
	width: 3em;
	height: 3em;
	text-indent: -9999px;
	z-index: 100;
}
.footer .pagetop a {
	outline: none;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(196,196,196,0.2);
	text-decoration: none;
}
.footer .pagetop a::after {
	position: absolute;
	content: "";
	top: 0.6em;
	left: 0.8em;
	width: 0;
	height: 0;
	border-left: 0.7em solid transparent;
	border-right: 0.7em solid transparent;
	border-bottom: 1.3em solid #FFF;
}
/* ------------------------------------------------- */
.inner {
	padding-left: 3%;
	padding-right: 3%;
}
.inner__form {
	padding-left: 3%;
	padding-right: 3%;
}
.pc1000 {
	display: none;
}
/* ------------------------------------------------- */
@media screen and (max-width : 767px) {
.contact li {
	width: 25%;
	text-indent: -9999px;
	position: fixed;
	bottom: 0;
	z-index: 100;
}
.contact li.contact__mail { left: 0;}
.contact li.contact__reserve { left: 25%;}
.contact li.contact__tel { left: 50%;}
.contact li a {
	background: #000E1F;
	height: 3.1em;
	display: flex;
	border-bottom: 0.5em solid #000E1F;
	outline: none;
	background-size: auto 80%;
	background-position: 50%;
	background-repeat: no-repeat;
	border-right: 1px solid #FFF;
}
.contact li.contact__mail a {
	background-image: url(../img/contact__mail.png);
}
.contact li.contact__reserve a {
	background-image: url(../img/contact__reserve.png);
}
.contact li.contact__tel a {
	background-image: url(../img/contact__tel.png);
	color: #000E1F;
}
}
@media screen and (min-width : 600px) {
html {
	font-size: 62.5%;
}
body {
	font-size: 1.8rem;
}
}
@media screen and (min-width : 768px) {
body {
	padding: 0;
}
.header--pcfix {
	z-index: 1000;
	background: #000;
	padding-bottom: 1px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header .wrap {
	background: none;
}
.header h1 {
	display: block;
	font-size: 0.7em;
	padding: 8px 0;
}
.header h1,
.header p {
	display: block;
}
.header__logo {
	position: static;
	padding: 0;
	margin: 1.3% 0 1.5% 1%;
	min-height: 0;
	float: left;
	width: auto;
	height: auto;
	background-size: auto 100%;
}
.header__logo a {
	display: inline;
	padding-left: 0;
}
.header__logo img {
	max-height: 1.5em;
	height: 3.2vw;
}
/* ------------------------------------------------- */
.contact li a {
	text-decoration: none;
	color: #fff;
	float: right;
}
.contact li.contact__mail a,
.contact li.contact__reserve a {
	display: block;
	margin: 1.3% 1% 1% 1%;
	padding: 5px 10px;
	letter-spacing: -1px;
	font-size: 13pt;
	border-radius: 3px;
	background: #1837B2;
}
.contact li.contact__line {
	display: none;
}
.contact li.contact__tel a {
	font-size: 2.7vw;
	margin: calc(1.25% + 0.3em) 0;
	padding: 0 0 0 1.4em;
	padding-top: 4px;
	letter-spacing: 0.5px;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 0.85;
	background: url("../img/header__tel__icon.png") no-repeat 0 ;
	background-size: auto 85%;
}
/* ------------------------------------------------- */
.header .header__nav__btn {
	display: none;
}
.header .hm--sp {
	display: table !important;
}
.header .header__nav__menu {
clear: both;
	display: table;
	z-index: 10000;
	position: static;
	background: none;
	max-width: 1000px;
	margin: 0 auto 10px;
}
.header .header__nav__menu li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
}
.header .header__nav__menu li span {
	display: inline-block;
}
/* ------------------------------------------------- */
.footer .pagetop {
	bottom: 40px;
}
.footer .pagetop a {
	width: 70px;
	height: 70px;
}
.footer .pagetop a::after {
	top: 20px;
	left: 20px;
	border-left-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 25px;
}
/* ------------------------------------------------- */
.wrap {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.inner {
	padding-left: 10%;
	padding-right: 10%;
}
.inner__form {
	padding-left: 10%;
	padding-right: 10%;
}
}
/* ------------------------------------------------- */
@media screen and (min-width : 1000px) {
.header__logo {
	margin-left: 0;
}
.contact li.contact__reserve a {
	margin-right: 0;
}
.contact li.contact__tel a {
	font-size: 20pt;
}
/* ヘッダーてる */
.contact li.contact__tel a {
	font-size: 20pt;
	margin: calc(1.25% + 0.3em) 0;
	padding: 0 0 0 1.4em;
	letter-spacing: 0.5px;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 0.85;
	background: url("../img/header__tel__icon.png") no-repeat 0 0;
	background-size: auto 85%;
}
}

/* -------------------------------------------------
	共通
------------------------------------------------- */
.sec.wrap {
	margin-bottom: 40px;
}
.sec p {
	text-align: left;
}
.sec h3 {
	background: #0D142D;
	color: #FFF;
	font-size: 1.5em;
	padding: 13px 0 15px;
}
h3.pph3 {
	background: #0D142D;
	color: #FFF;
	font-size: 1.5em;
	padding: 13px 0 15px;
}
.sec h3 strong {
	display: block;
}
.sec h3 span {
	display: inline-block;
	font-size: 0.8em;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
}
.sec h4 {
	background: #3F8CDC;
	padding: 0.4em 5px;
	margin: 0 18% 15px;
	font-size: 1.4em;
	color: #FFF;
	border-radius: 1.5em;
}
.sec__hl {
	background: #1848A2;
	line-height: 1.5;
	color: #FFF;
	font-size: 1.15em;
	border-radius: 0.8em;
	padding: 0.15em 0;
	margin: 0.6em auto 0.5em;
	max-width: 260px;
}
.sec .loan--txt {
	display: block;
	background: #1848A2;
	border-radius: 3px;
	color: #FFF;
	font-size: 1.1em;
	padding: 0.5em 0;
	margin: 0.5em auto;
	line-height: 1.5;
	text-align: center;
}
.sec .loan--txt strong {
	display: inline-block;
}
.sec .sec__lead {
	background: url(../img/sec__lead--bg.png) no-repeat center top;
	background-size: cover;
	padding: 5% 0% 3% 3%;
	margin: 0;
	color: #14369E;
	font-size: 1.05em;
	overflow: hidden;
	position: relative;
}
.sec .sec__lead.no__name {
	background: url(../img/sec__lead--bg.png) no-repeat center top;
	background-size: cover;
	padding: 7.5% 0% 7% 3%;
	margin: 0;
	color: #14369E;
	font-size: 1.15em;
	overflow: hidden;
	position: relative;
}
.sec .sec__lead::after {
	content: "";
	background: url(../img/sec__lead--doctor.png) no-repeat left top;
	background-size: 250px auto;
	width: 60%;
	height: 140%;
	z-index: 11;
	position: absolute;
	right: -30px;
	top: -20px;
}
.sec .sec__lead.no__name::after {
	content: "";
	background: url(../img/sec__lead--doctor.png) no-repeat left top;
	background-size: 230px auto;
	width: 60%;
	height: 140%;
	z-index: 11;
	position: absolute;
	right: -50px;
	top: -35px;
}
.sec .sec__lead.no__name p {
	line-height: 1.4;
	letter-spacing: -0.07em;
}
.sec .sec__lead span {
	display: inline-block;
	position: relative;
	z-index: 12;
}
.sec .sec__lead strong {
	display: inline-block;
	font-size: 1.43em;
	margin: 0 0 0em -0.5em;
	position: relative;
	z-index: 12;
}
.sec .sec__lead .mb10 {
	margin-bottom: 0px;
	padding-bottom: 0;
}
.sec .sec__lead span.space {
	letter-spacing: -0.6em;
}
.sec__cont {
	background: #E2EEFA;
	padding-top: 10px;
	padding-bottom: 30px;
}
.sec__cont__box {
	border: 2px solid #3F8DDD;
	margin: 5px 0 15px;
	background: #FFF;
	padding: 1% 3%;
}
.sec__cont__box dt {
	border-bottom: 2px solid #003C7E;
	display: inline-block;
	padding: 0 5px 6px;
}
.sec__cont__box dt img {
	width: auto;
	height: 3.3vw;
	max-height: 16px;	
}
.sec__cont__box dt.step {
	padding-bottom: 1px;
}
.sec__cont__box dt.step img {
	width: auto;
	height: 5vw;
	max-height: 20px;	
}
.sec__cont__box h5 {
	font-size: 1.3em;
	color: #003C7E;
	letter-spacing: 0;
	margin: 10px 0 5px;
	font-weight: bold;
}
.sec__cont__box figure {
	margin: 3% 0;
}
.sec__cont__box figure img {
	width: 85%;
}
.sec__cont__box figcaption {
	font-size: 1.15em;
	margin: -0.5em 0 0.7em;
}
.sec__cont__box p {
	margin-bottom: 0.5em;
	text-align: justify;
}

/* -------------------------------------------------
	メインビジュアル
------------------------------------------------- */
.sec__mv {
	background: url("../img/sec__mv--bg.png") no-repeat center center;
	background-color: #F1F1F3;
	padding: 0;
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding-top: 0.2em;
}
.sec__mv::after {
	content: "";
	background: url("../img/sec__mv--doctor.png") no-repeat right bottom;
	background-size: 554px auto;
	position: absolute;
	font-size: 0;
	padding: 0;
	z-index: 10;
	right: -164px;
	bottom: -70px;
	width: 554px;
	height: 420px;
}
.sec__mv h2 span,
.sec__mv h2 strong {
	display: block;
	position: relative;
	z-index: 12;
	line-height: 0;
}
.sec__mv h2 .h2__01 {
}
.sec__mv h2 span img:nth-of-type(1) {
	width: 15em;
}
.sec__mv h2 span img:nth-of-type(2) {
	width: 20em;
	margin-top: -0.6em;
}
.sec__mv h2 strong img {
	width: 110%;
}
.sec__mv .wrap {
	background: none;
}
.sec__mv__txt {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0.4em 0 0.5em;
	position: relative;
	z-index: 12;
}
.sec__mv__txt li {
	width: 30.5%;
	margin: 0 0.5%;
}
.sec__mv__txt li img {
	width: 100%;
}
.after__point {
	width: 68%;
	margin-bottom: 0.7em;
	margin-left: 2%;
	position: relative;
	z-index: 12;
}
.after__point img {
	width: 100%;
}
.sec__mv__point {
	text-align: left;
	margin-left: 0.3em;
	margin-bottom: 1em;
	position: relative;
	z-index: 12;
}
.sec__mv__point li {
	margin-bottom: 0.8em;
}
.sec__mv__point li img {
	width: 100%;
}
.sec__mv__point li:nth-of-type(1) {
	width: 13.5em;
}
.sec__mv__point li:nth-of-type(2) {
	width: 16em;
}
.sec__mv__point li:nth-of-type(3) {
	width: 17em;
}

/* -------------------------------------------------
	イントロダクション
------------------------------------------------- */
.clinic__menu {
	margin-top: 0.5em;
}
.clinic__menu .menu__list {
	margin-top: 0.5em;
	position: relative;
	margin: 0 3% 3em;
	border: solid 3px #0E142D;
	border-radius: 0.2em;
}
.clinic__menu .menu__list a {
	text-decoration: none;
	position: relative;
	display: block;
}
.clinic__menu .menu__list:nth-of-type(1) {
	border-top: solid 3px #0057CB;
}
.clinic__menu .menu__list:nth-of-type(2) {
	border-top: solid 3px #016F39;
}
.clinic__menu .menu__list:nth-of-type(3) {
	border-top: solid 3px #990D14;
	margin-bottom: 2.8em;
}
.clinic__menu .menu__list a::after {
	content: "";
	position: absolute;
	left: 0%;
	bottom: -2.6em;
	width: 100%;
	height: 3em;
	background: url("../img/clinic__menu__arrow.png") no-repeat center center;
	background-size: 41.5% auto;
	z-index: 2;
}
.clinic__menu .menu__list .list__title {
	background-color: #0E142D;
	padding: 0.5em 0.6em 0.6em 0.5em;
	text-align: left;
}
.clinic__menu .menu__list .list__title img {
	height: 1.4em;
	width: auto;
}
.clinic__menu .menu__list:nth-of-type(1) figure {
	position: absolute;
	right: 0;
	top: 0;
	width: 6em;
}
.clinic__menu .menu__list:nth-of-type(2) figure {
	position: absolute;
	right: 0.2em;
	bottom: 0;
	width: 5.4em;
}
.clinic__menu .menu__list:nth-of-type(3) figure {
	position: absolute;
	right: -0.2em;
	bottom: 0;
	width: 5.7em;
}
.clinic__menu .menu__list .sub {
	font-weight: 700;
	font-size: 0.9em;
	text-align: left;
	padding: 0.6em;
	padding-bottom: 0.3em;
	letter-spacing: -0.03em;
	color: #333333;
	position: relative;
	z-index: 3;
}
.clinic__menu .menu__list:nth-of-type(1) .sub {
	letter-spacing: -0.08em;
}
.clinic__menu .menu__list .list__name {
	font-weight: 700;
	font-size: 0.9em;
	text-align: left;
	padding: 0 0 0.8em 0;
	color: #1E3683;
	letter-spacing: -0.07em;
	vertical-align: bottom;
	position: relative;
}
.clinic__menu .menu__list:nth-of-type(2) .list__name {
}
.clinic__menu .menu__list:nth-of-type(3) .list__name {
}
.clinic__menu .menu__list:nth-of-type(1) .list__name img.name {
	height: 0.97em;
	width: auto;
	position: relative;
	padding-left: 0.7em;
	padding-right: 0.6em;
	top: -1px;
}
.clinic__menu .menu__list:nth-of-type(1) .list__name img.price {
	width: 7.1em;
	position: relative;
	top: 3px;
}
.clinic__menu .menu__list:nth-of-type(2) .list__name img.name {
	height: 0.97em;
	width: auto;
	position: relative;
	padding-left: 0.7em;
	padding-right: 0.6em;
	top: -1px;
}
.clinic__menu .menu__list:nth-of-type(2) .list__name img.price {
	width: 6.2em;
	position: relative;
	top: 3px;
}
.clinic__menu .menu__list:nth-of-type(3) .list__name img.name {
	height: 0.97em;
	width: auto;
	position: relative;
	padding-left: 0.7em;
	padding-right: 0.6em;
	top: -1px;
}
.clinic__menu .menu__list:nth-of-type(3) .list__name img.price {
	width: 6.2em;
	position: relative;
	top: 3px;
}
/* ------------------------------------------------- */
.read__txt {
	text-align: center;
	line-height: 2;
	margin-bottom: 1.5em;
}
.read__txt img:nth-of-type(1) {
	width: 75.5%;
}
.read__txt img:nth-of-type(2) {
	width: 83%;
}
.read__txt img:nth-of-type(3) {
	width: 95%;
}
.set__plan {
	width: 95%;
	margin: 0 auto 2.3em;
}
.scroll__menu {
	width: 72%;
	margin: 2em auto 4em;
}
.scroll__menu dl {
	width: 100%;
}
.scroll__menu dd {
	width: calc(100% - 2px);
	border: solid 1px #D2D0D0;
	background-color: #F6F7F7;
	padding: 0.85em 0;
}
.scroll__menu dd span {
	position: relative;
	padding-left: 1.4em;
	font-size: 1.1em;
}
.scroll__menu dd span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.15em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 0 10px;
	border-color: #0D1E41 transparent transparent transparent;
}
.scroll__menu dd.active span::before {
	transform:rotate(180deg);
}
.scroll__menu dt {
	width: 100%;
	display: none;
	background: #FCFCFC;
}
.scroll__menu dt ul {
	width: 100%;
	padding-bottom: 0.2em;
}
.scroll__menu dt ul li {
	width: 100%;
	border-bottom: dashed 1px #202020;
}
.scroll__menu dt ul li a {
	color: #202020;
	display: block;
	text-decoration: none;
	padding: 0.6em 1em;
	font-size: 0.9em;
	text-align: left;
}

/* -------------------------------------------------
	メニュー
------------------------------------------------- */
#sec__main__menu {

}
#sec__main__menu h3 {
	background: #0E142D;
	text-align: center;
	padding: 15px 5%;
	margin: 0 0 15px;
	font-size: 0;
}
#sec__main__menu h3 span {
	display: block;
	width: 90%;
	max-width: 430px;
	border-bottom: 1px solid #FFF;
	padding: 0 2% 13px;
	margin: 0 auto 10px;
}
#sec__main__menu h3 img {
	max-width: 500px;
}

/* -------------------------------------------------
	長茎術
------------------------------------------------- */
#sec__menu__blue {
	position: relative;
}
.concept {
	position: absolute;
	right: 0;
	top: -1.8em;
	width: 6.2em;
}
#sec__menu__blue.sec h3 {
	text-align: left;
	padding: 0.45em 0 0.67em;
	padding-left: 3%;
	margin-bottom: 0.5em;
	border-top: solid 0.2em #0043AE;
}
#sec__menu__blue.sec h3 .menu {
	text-align: left;
	border-bottom: none;
	margin: 0;
	padding: 0;
	font-size: 0.6em;
	letter-spacing: -0.15em;
	position: relative;
	top: -0.25em;
}
#sec__menu__blue.sec h4 {
	background: #1848A2;
	padding: 10px 3%;
	margin: 0 3% 0.5em;
	font-size: 1.2em;
	color: #FFF;
	border-radius: 0;
	text-align: left;
}
.read__right {
	text-align: left;
	padding: 0.8em 0 0.8em 6.2em;
	margin: 0 3%;
	line-height: 1.7;
	color: #2F2725;
	letter-spacing: -0.07em;
	text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
}
.read__left {
	text-align: left;
	padding: 0.8em 0 0.8em 0;
	margin: 0 3% 1.8em;
	line-height: 1.7;
	color: #2F2725;
	letter-spacing: -0.07em;
	text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
}
.read__right span.ten {
	letter-spacing: -0.6em;
}
#sec__menu__blue .read__right {
	background: url(../img/sec__menu__blue__bg__01.png) no-repeat left top;
	background-size: 43% auto;
}
#sec__menu__blue .read__left {
	background: url(../img/sec__menu__blue__bg__02.png) no-repeat right top;
	background-size: 43% auto;
}
.point__box figure {
	padding: 0 8%;
}
.point__box figure.one__image {
	padding: 0 15%;
}
.point__box figure.illust {
	padding: 0 3% 0.5em;
}
.point__box p {
	padding: 0 3%;
}
.point__box p.sz09 {
	font-size: 0.9em;
}
.point__box .result__list {
	margin: 0.4em 8% 0.6em;
}
.point__box .result__list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point__box .result__list li {
	width: 47%;
	border: solid 1px #0065DB;
	color: #fff;
	margin: 0.2em 0;
	padding-bottom: 0.1em;
	font-size: 0.9em;
	text-align: left;
	background: linear-gradient(#5999E8, #0065DB);
	border-radius: 0.8em;
	
}
.point__box .result__list li span {
	font-weight: bold;
}
.point__box .result__list li span.icon {
	padding: 0.2em 0;
	padding-left: 17.5%;
	background-image: url(../img/sec__menu__blue__icon__01.png);
	background-repeat: no-repeat;
	background-position: 0.30em center;
	background-size: 1.26em auto;
}
.point__box .result__list li strong {
}
.point__box .pic__andtxt {
	padding-bottom: 0.5em;
	padding-top: 0.2em;
	position: relative;
}
.point__box .pic__andtxt ul {
	position: absolute;
	left: 12%;
	width: 8em;
	top: 0.8em;
}
.point__box .pic__andtxt li {
	width: 100%;
	text-align: left;
	color: #fff;
	text-align: center;
	border-radius: 0.2em;
	padding: 0.15em 0 0.17em;
	margin: 0.3em 0;
}
.point__box .pic__andtxt li span {
	background-color: #4D4D4D;
	border-radius: 50%;
	padding: 0 0.05em;
}
.point__box .pic__andtxt li:nth-of-type(1) {
	background: #1955B6;
	font-size: 0.9em;
}
#sec__menu__green .point__box .pic__andtxt li:nth-of-type(1) {
	background: #016F39;
}
#sec__menu__red .point__box .pic__andtxt li:nth-of-type(1) {
	background: #871D1B;
}
.point__box .pic__andtxt li:nth-of-type(2) {
	margin: 0 0;
	padding: 0 0 ;
}
.point__box .pic__andtxt li:nth-of-type(3) {
	background: #AF7616;
	font-size: 0.9em;
}
#sec__menu__green .point__box .pic__andtxt li:nth-of-type(3) {
	background: #821110;
}
#sec__menu__red .point__box .pic__andtxt li:nth-of-type(3) {
	background: #1955B7;
}
.point__box .pic__andtxt li:nth-of-type(4) {
	background: #016F39;
	font-size: 0.9em;
}
#sec__menu__green .point__box .pic__andtxt li:nth-of-type(4) {
	background: #1955B6;
}
#sec__menu__red .point__box .pic__andtxt li:nth-of-type(4) {
	background: #016F39;
}
.point__box p.info--txt {
	font-size: 0.9em;
	letter-spacing: -0.01em;
	padding-bottom: 20px;
}
.special__plan {
	border: solid 3px #1848A2;
	border-radius: 0.2em;
	margin: 0 3% 1em;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4),inset 1px 1px 2px rgba(0,0,0,0.5);
	position: relative;
	padding-bottom: 0.3em;
}
.special__plan.ajtgreen {
	padding-bottom: 0.1em;
}
.special__plan.ajtred {
	padding-bottom: 0;
}
.special__plan .concept {
	width: 26%;
	position: absolute;
	right: -0.9em;
	top: -2.5em;
	z-index: 1.2;
}
.special__plan .plan__title {
	background: #1848A2;
	padding: 0.5em 0.5em;
	color: #fff;
	text-align: left;
	font-size: 1.2em;
	position: relative;
	z-index: -1;
}
.special__plan .column3 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.6em 0;
	padding-bottom: 0.2em;
}
.special__plan .column3.plan3 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.6em 0;
}
.special__plan .column3 .plus {
	background-color: #4D4D4D;
	border-radius: 50%;
	color: #fff;
	padding: 0 0.05em;
	margin: 0 0.1em;
}
.special__plan .column3 .plus__spset {
	background-color: #4D4D4D;
	border-radius: 50%;
	color: #fff;
	padding: 0 0.05em;
	margin: 0 0.1em;
}
.special__plan .column3 .blue {
	background-color: #1C56B7;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.7em;
	border-radius: 0.1em;
	margin: 0 0.1em;
}
.special__plan .column3 .green {
	background-color: #016F39;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.7em;
	border-radius: 0.1em;
	margin: 0 0.1em;
}
.special__plan .column3 .red {
	background-color: #881E1D;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.7em;
	border-radius: 0.1em;
	margin: 0 0.1em;
}
#sec__menu__green .special__plan .column3 .green {
	background-color: #016F39;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.4em;
	border-radius: 0.1em;
	margin: 0 0.1em;
}
#sec__menu__green .special__plan .column3 .blue {
	background-color: #1C56B7;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.4em;
	border-radius: 0.1em;
	margin: 0 0.1em;
	margin-right: 1.2em;
}
#sec__menu__red .special__plan .column3 .green {
	background-color: #016F39;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.2em;
	border-radius: 0.1em;
	margin: 0 0.1em;
}
#sec__menu__red .special__plan .column3 .red {
	background-color: #881E1D;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.2em;
	border-radius: 0.1em;
	margin: 0 0.1em;
}
.special__plan .column3 .price {
	width: 33%;
	margin: 0 0.1em;
}
.special__plan .column2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.6em 0;
}
.special__plan .column2 .plus {
	background-color: #4D4D4D;
	border-radius: 50%;
	color: #fff;
	padding: 0 0.05em;
	margin: 0 0.1em;
}
.special__plan .column2 .blue {
	background-color: #1C56B7;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.7em;
	border-radius: 0.1em;
	margin: 0 0.1em;
}
.special__plan .column2 .green {
	background-color: #016F39;
	color: #fff;
	padding: 0.5em 0.15em;
	border-radius: 0.1em;
	margin: 0 0.1em;
	letter-spacing: -0.07em;
}
.special__plan .column2 .price {
	width: 33%;
	margin: 0 0.1em;
}
.point__box .about__price {
	padding: 0.3em 3% 1em;
}
.point__box .about__price table {
	width: 100%;
}
.point__box .about__price th {
	text-align: left;
	border: solid 1px #020036;
	padding: 0.55em 0.5em;
	padding-left: 0.6em;
	width: 70%;
}
.point__box .about__price td {
	text-align: right;
	border: solid 1px #020036;
	padding: 0.55em 0.5em;
	padding-left: 0;
}
.qanda__link {
	text-align: right;
	padding: 0 3%;
	padding-bottom: 1em;
}
.qanda__link a {
	color: #603813;
	padding-right: 1.3em;
	text-decoration: none;
	background: url("../img/qanda__link__arrow.png") no-repeat right center;
	background-size: auto 0.8em;
}

/* -------------------------------------------------
	陰茎増大術
------------------------------------------------- */
#sec__menu__red {
	position: relative;
}
#sec__menu__red.sec h3 {
	text-align: left;
	padding: 0.4em;
	padding-top: 0.5em;
	padding-bottom: 0.6em;
	padding-left: 3%;
	margin-bottom: 0.45em;
	border-top: solid 0.2em #970B14;
}
#sec__menu__red.sec h3 .menu {
	text-align: left;
	border-bottom: none;
	margin: 0;
	padding: 0;
	font-size: 0.6em;
	letter-spacing: -0.15em;
}
#sec__menu__red.sec h4 {
	background: #1848A2;
	padding: 10px 3%;
	margin: 0 3% 0.5em;
	font-size: 1.2em;
	color: #FFF;
	border-radius: 0;
	text-align: left;
}
#sec__menu__red .read__right {
	background: url(../img/sec__menu__green__bg__01.png) no-repeat left top;
	background-size: 43% auto;
	letter-spacing: -0.08em;

	text-align: left;
	padding: 0.7em 0 0.8em 6em;
	margin: 0 3%;
	line-height: 1.7;
	color: #2F2725;
}
#sec__menu__red .read__left {
	background: url(../img/sec__menu__green__bg__02.png) no-repeat right top;
	background-size: 43% auto;
}

/* -------------------------------------------------
	亀頭増大術
------------------------------------------------- */
#sec__menu__green {
	position: relative;
}
#sec__menu__green.sec h3 {
	text-align: left;
	padding: 0.4em;
	padding-top: 0.5em;
	padding-left: 3%;
	padding-bottom: 0.6em;
	margin-bottom: 0.45em;
	border-top: solid 0.2em #016F39;
}
#sec__menu__green.sec h3 .menu {
	text-align: left;
	border-bottom: none;
	margin: 0;
	padding: 0;
	font-size: 0.6em;
	letter-spacing: -0.15em;
}
#sec__menu__green.sec h4 {
	background: #1848A2;
	padding: 10px 3%;
	margin: 0 3% 0.5em;
	font-size: 1.2em;
	color: #FFF;
	border-radius: 0;
	text-align: left;
}
#sec__menu__green .read__right {
	background: url(../img/sec__menu__green__bg__01.png) no-repeat left top;
	background-size: 43% auto;
	letter-spacing: -0.1em;

	text-align: left;
	padding: 0.7em 0 0.8em 6em;
	margin: 0 3%;
	line-height: 1.7;
	color: #2F2725;
}
#sec__menu__green .read__left {
	background: url(../img/sec__menu__green__bg__02.png) no-repeat right top;
	background-size: 43% auto;
}
.short--space {
	letter-spacing: -0.04em;
}
.pic__andtext__box {
	position: relative;
	margin: 0 8%;
	margin-bottom: 0.8em;
}
.pic__andtext__box figure {
	padding: 0;
}
.pic__andtext__box figure figcaption{
	background: #002333;
	padding: 0.75em 0 0.7em;
	color: #fff;
	font-size: 0.95em;
}
.pic__andtext__box .after__txt{
	position: relative;
}
.pic__andtext__box .after__txt {
	position: absolute;
	left: 0;
	bottom: -0.5em;
	width: 100%;
	background: #002333;
	padding: 0.75em 0;
	color: #fff;
	font-size: 0.95em;
}
.img__injection {
	margin: 0 24% 0.5em 10%;
}
.injection__after__txt {
	margin: 0 8% 1em;
	background: #002333;
	padding: 0.75em 0;
	color: #fff;
}
.img__chemical {
	margin: 0.5em 15% 0.6em;
}
.point__box h5 {
	background: #3F8CDC;
	padding: 0.55em 5px;
	margin: 0 27% 10px;
	font-size: 1em;
	border-radius: 1em;
	color: #FFF;
}

/* -------------------------------------------------
	院長紹介
------------------------------------------------- */
#sec__point .pic__inner {
	background-color: #fff;
}
#sec__point .doctor__message {
	background: url(../img/sec__lead--bg.png) no-repeat center top;
	background-size: cover;
	padding: 5% 0% 3% 3%;
	margin: 0;
	color: #14369E;
	font-size: 1.05em;
	overflow: hidden;
	position: relative;

}
#sec__point .doctor__message::after {
	content: "";
	background: url(../img/sec__lead--doctor.png) no-repeat left top;
	background-size: 263px auto;
	width: 60%;
	height: 140%;
	z-index: 2;
	position: absolute;
	right: -16px;
	top: -32px;
}
#sec__point .doctor__message span {
	display: inline-block;
	position: relative;
	z-index: 3;
}
#sec__point .doctor__message p {
	line-height: 1.6;
}
#sec__point .doctor__message p.mb10 {
	margin-bottom: 0.35em;
	padding-bottom: 0;
}
#sec__point .doctor__message strong {
	display: inline-block;
	font-size: 1.46em;
	margin: 0 0 -0.3em -0.5em;
	position: relative;
	z-index: 3;
}
.sec .sec__lead span.space {
	letter-spacing: -0.6em;
}
#sec__point .doctor__message .pic__name {
	position: relative;
	z-index: 3;
	width: 62%;
	margin: 0.8em 1em 0.3em 0;
	margin-left: auto;
}
.sec__point__lead__name {
	margin: 0.8em 1em 0.3em 0;
	text-align: right;
	position: relative;
	z-index: 12;
}
#sec__point .text__inner {
	padding-left: 3%;
	padding-right: 3%;
	background-color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
}

/* -------------------------------------------------
	当院が選ばれる理由
------------------------------------------------- */
#sec__point {
	background: #E2EEFA;
}
#sec__info .sec__lead p {
	text-align: center;
	margin: 0.4em 0 0.2em;
}
#sec__info .sec__lead p.read09 {
	font-size: 0.45em;
	letter-spacing: -0.1em;
}
.sec__point__lead__name {
	margin: 0.8em 1em 0.3em 0;
	text-align: right;
	position: relative;
	z-index: 12;
}
.sec__point__lead__name img {
	width: 63%;
}
.sec__point__lead .inner.nonebg {
	background: #FFF;
	margin: 0 0 5px !important;
	padding: 20px 3% 10px !important;
}
.sec__point__lead .inner p {
	margin-bottom: 0.2em;
}
#sec__point div.inner {
	background: #FFF;
	margin: 0 2% 5px;
	padding: 20px 2% 20px;
}
#sec__point div.inner p {
	margin-bottom: 0.5em;
}
#sec__point .sec__cont__box:first-of-type figure img {
	width: 90%;
}
#sec__point .sec__hl {
	max-width: 500px;
}
.sec__fee__lead p {
	text-align: center;
	margin-bottom: 1em;
}
.sec__fee__lead p strong {
	font-size: 1.15em;
	color: #CC0C18;
}
.sec__fee__lead__list {
	font-size: 0;
	margin: 20px 1% 20px 3%;
}
.sec__fee__lead__list li {
	background: #ECF9FF;
	border-radius: 0 30px 30px 0;
	padding: 13px 0 13px calc(10px + 5%);
	margin: 0 0 15px 10px;
	text-align: left;
	position: relative;
}
.sec__fee__lead__list li img {
	width: auto;
	height: 4.8vw;
	max-height: 22px;
}
.sec__fee__lead__list li::before {
	position: absolute;
	transform: scale(0.55);
	transform-origin: 0 100%;
	display: inline-block;
	left: -20px;
	bottom: 0;
}
.sec__fee__lead__list li:nth-of-type(1)::before {
	content: "";
	background: url(../img/sec__fee__lead__list--bg01.png) no-repeat center center;
	background-size: auto 104px;
	width: 77px;
	height: 104px;
}
.sec__fee__lead__list li:nth-of-type(2)::before {
	content: "";
	background: url(../img/sec__fee__lead__list--bg02.png) no-repeat center center;
	background-size: auto 104px;
	width: 77px;
	height: 104px;
}
.sec__fee__lead__list li:nth-of-type(3)::before {
	content: "";
	background: url(../img/sec__fee__lead__list--bg03.png) no-repeat center center;
	background-size: auto 104px;
	width: 77px;
	height: 104px;
}
.sec__fee__tbl {
	width: 100%;
	margin-bottom: 10px;
}
.sec__fee__tbl:nth-of-type(1) tr:nth-of-type(odd),
.sec__fee__tbl:nth-of-type(2) tr:nth-of-type(even),
.sec__fee__tbl:nth-of-type(3) tr:nth-of-type(even),
.sec__fee__tbl:nth-of-type(4) tr:nth-of-type(odd),
.sec__fee__tbl:nth-of-type(5) tr:nth-of-type(even){
	background: #F5FBFE;
}
.sec__fee__tbl th,
.sec__fee__tbl td {
	font-size: 1.1em;
	font-weight: normal;
}
.sec__fee__tbl th {
	border: 1px solid #1848A2;
	background: #1848A2;
	color: #FFF;
	padding: 0.3em 2%;
}
.sec__fee__tbl th:first-of-type {
	border-right-color: #FFF;
}
.sec__fee__tbl td {
	border: 1px solid #858995;
	color: #011D6B;
	padding: 0.4em 2%;
	letter-spacing: -0.02em;
}
.sec__fee__tbl td:nth-of-type(1) {
	text-align: left;
	padding: 0.68em 2%;
	padding-right: 0;
}
.sec__fee__tbl td:nth-of-type(2) {
	width: 5.8em;
	text-align: right;
	padding: 0.68em 2%;
}
.sec__fee__tbl td.ta--center {
	padding: 0.4em 2%;
}
.sec__fee__tbl td:nth-of-type(1) span {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: -0.05em;
	position: relative;
	top: -2px;
}
.sec__fee__tbl td:nth-of-type(1) span.tbl__font__sz09 {
	font-size: 0.9em;
	color: #011D6B;
}
.sec .sec__tx__set__fee {
	margin: 1em auto;
	text-align: center;
}
.sec .sec__tx__set__fee span {
	display: inline-block;
	padding: 0.1em 0.3em;
	color: #FFF;
	font-size: 0.8em;
	border-radius: 3px;
	margin-right: 0.5em;
	vertical-align: middle;
}
.sec .sec__tx__set__fee:nth-of-type(1) span {
	background: #006935;
}
.sec .sec__tx__set__fee:nth-of-type(1) span:nth-of-type(2) {
	background: #02234A;
	margin-right: 1.8em;
	position: relative;
	padding: 0.1em 0.2em 0.1em 0.5em;
}
.sec .sec__tx__set__fee:nth-of-type(1) span:nth-of-type(2)::before {
    content: "";
    position: absolute;
    display: block;
    width: 1.4em;
    height: 1.4em;
    right: -0.6em;
    top: calc(50% - 0.7em);
    background: #02234A;
    transform: rotate(-45deg);
    border-radius: 5px 5px 2px 5px;
    z-index: -1;
}
.sec .sec__tx__set__fee:nth-of-type(2) span {
	background: #BC272C;
}
.sec .sec__tx__set__fee:nth-of-type(1) img {
	height: 1.8em;
}
.sec .sec__tx__set__fee:nth-of-type(2) img {
	height: 1.5em;
	margin-left: 1em;
}
.setplan__info {
	line-height: 1.8;
	font-size: 0.9em;
}
.sec__fee__tbl caption {
	text-align: left;
	font-size: 0.95em;
	margin: 20px -2% 15px 0;
}
.sec__fee__tbl caption strong {
	display: block;
	background: #0E142D;
	color: #FFF;
	font-size: 1.35em;
	padding: 0.4em 0;
	margin: 0 2% 15px 0;
}
.sec__fee__minors {
	border-radius: 0.5em;
	border: 1px solid #3F8EDE;
	margin: 40px auto;
	max-width: 460px;
	overflow: hidden;
}
.sec__fee__minors dt {
	background: #3F8EDE;
	padding: 0.6em 0;
	color: #fff;
	font-size: 1.15em;
	letter-spacing: 0.5px;
}
.sec__fee__minors dd {
	padding: 0.6em 0;
}
.sec__fee__minors dd p {
	text-align: center;
	line-height: 1;
	letter-spacing: -0.06em;
}
.sec__fee__minors dd p:nth-of-type(2) {
}
.sec__fee__minors__btn {
	display: inline-block;
	background: url(../img/sec__fee__minors__btn--icon.png) no-repeat #3F8DDD calc(50% - 5.7em) 50%;
	background-size: 1.2em auto;
	font-size: 1.2em;
	color: #FFF;
	padding: 13px 3.5em;
	margin: 4px 0 5px;
	text-decoration: none !important;
	position: relative;
}
.sec__fee__minors__btn::before,
.sec__fee__minors__btn::after {
	position: absolute;
	content: "";
	display: inline-block;
}
.sec__fee__minors__btn::before {
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background: #FFF;
	top: calc(50% - 0.5em - 5px);
	left: calc(50% + 5.3em);
}
.sec__fee__minors__btn::after {
	top: calc(50% - 0.25em);
	left: calc(50% + 5.65em);
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #3F8DDD transparent transparent transparent;
	border-width: 0.7em 0.4em 0 0.4em;
}
#sec__pay h3 {
	font-size: 1.3em;
	padding-bottom: 0.6em;
	margin-bottom: 0.8em;
}
#sec__pay .ta--center {
	font-size: 0.9em;
}
#sec__pay .ta--center strong {
	display: block;
	font-size: 1.3em;
	line-height: 1.5;
	color: #011D6B;
}
.credit {
	font-size: 0;
}
.credit img {
	height: 8.3vw;
	max-height: 37px;
	width: auto;
	object-fit: cover;
	margin: 4px 0.5% 8px;
}
.sec .credit img:nth-child(n + 9) {
	height: 7.5vw;
	max-height: 33px;
	margin: 8px 0.4%;
	margin-top: 0;
	margin-bottom: 8px;
}
.credit.flow__box {
	font-size: 0;
}
.credit.flow__box img {
	height: 7.5vw;
	max-height: 33px;
	width: auto;
	object-fit: cover;
	margin: 8px 0.7%;
}
.sec .credit.flow__box img:nth-child(n + 9) {
	height: 7vw;
	max-height: 28px;
	margin: 8px 0.4%;
	margin-top: 0;
	margin-bottom: 6px;
}
#sec__pay .loan--txt {
	padding: 0.6em 0;
	margin: 1.5em 0 0;
	position: relative;
}
#sec__pay .loan--txt strong {
	display: inline-block;
}
#sec__pay .loan--txt::after {
	position: absolute;
	content: "";
	top: -20px;
	left: calc(50% - 15px);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #1848A2 transparent;
	border-width: 0 15px 20px 15px;
}
#sec__progress {
	background: #E2EEFA;
	padding-bottom: 30px;
}
#sec__progress .inner {
	border-left: 2px solid #3F8DDD;
	border-right: 2px solid #3F8DDD;
	border-bottom: 2px solid #3F8DDD;
	margin: 0 2% 20px;
	background: #FFF;
	padding-top: 10px;
}
#sec__progress .sec__progress__lead {
	background: url(../img/sec__progress__lead--bg.jpg) no-repeat 0 0;
	background-size: auto 100%;
	text-align: center;
	font-size: 1.2em;
	padding: 8% 0;
}
#sec__progress .sec__progress__cont p {
	margin-bottom: 1em;
	text-align: justify;
}
#sec__progress .sec__progress__cont p strong {
	color: #3F8DDD;
}
.special__setplan {
	border: solid 4px #1848A2;
	border-radius: 0.2em;
	margin: 3em 0 1em;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3),inset 2px 2px 3px rgba(0,0,0,0.2);
	position: relative;
}
.special__setplan .concept {
	width: 26%;
	position: absolute;
	right: -0.9em;
	top: -2.5em;
	z-index: 1.2;
}
.special__setplan .plan__title {
	background: #1848A2;
	padding: 0.5em 0.5em;
	color: #fff;
	text-align: left;
	font-size: 1.2em;
	position: relative;
	z-index: -1;
}
.special__setplan .plan__title span {
	position: relative;
	z-index: 12;
}
@media screen and (max-width : 450px) {/*androidの被り阻止*/
	.plan__title {
		font-size: 5vw !important;
	}
}
.special__setplan .column3 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.4em 0;
}
.special__setplan .column3 .plus {
	background-color: #4D4D4D;
	border-radius: 50%;
	color: #fff;
	padding: 0 0.05em;
	margin: 0 0.1em;
	font-size: 0.6em;
}
.special__setplan .column3 .blue {
	background-color: #1C56B7;
	color: #fff;
	padding: 0.5em 0.7em;
	border-radius: 0.2em;
	margin: 0 0.1em;
	margin-right: 2em;
}
.special__setplan .column3 .green {
	background-color: #016F39;
	color: #fff;
	padding: 0.5em 0.7em;
	border-radius: 0.2em;
	margin: 0 0.1em;
	letter-spacing: -0.1em;
}
.special__setplan .column3 .green {
	background-color: #016F39;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.5em;
	border-radius: 0.2em;
	margin: 0 0.1em;
}
.special__setplan .column3 .red {
	background-color: #881E1D;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.4em;
	border-radius: 0.2em;
	margin: 0 0.1em;
	letter-spacing: -0.1em;
}
.special__setplan .column3 .price {
	width: 33%;
	margin: 0 0.1em;
}
.special__setplan .column2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.4em 0;
}
.special__setplan .column2 .plus {
	background-color: #4D4D4D;
	border-radius: 50%;
	color: #fff;
	padding: 0 0.05em;
	margin: 0 0.1em;
}
.special__setplan .column2 .blue {
	background-color: #1C56B7;
	border-radius: 50%;
	color: #fff;
	padding: 0.5em 0.7em;
	border-radius: 0.1em;
	margin: 0 0.1em;
}
.special__setplan .column2 .green {
	background-color: #016F39;
	color: #fff;
	padding: 0.5em 0.4em;
	border-radius: 0.1em;
	margin: 0 0.1em;
	letter-spacing: -0.07em;
}
.special__setplan .column2 .price {
	width: 33%;
	margin: 0 0.1em;
}

/* -------------------------------------------------
	よくある質問
------------------------------------------------- */
#sec__faq .sec__faq__list {
	margin: 12px 0;
	text-align: left;
	border-bottom: 1px solid #494E60;
	padding-bottom: 25px;
}
#sec__faq .sec__faq__list.nolist {
	border-bottom: none;
}
#sec__faq .sec__faq__list dt {
	background: url(../img/sec__faq__list--icon.png) no-repeat 10px 0.5em #1848A2;
	background-size: 23px auto;
	color: #fff;
	position: relative;
	padding: 0.6em 30px 0.6em 40px;
	margin: 10px 0 0;
	cursor: pointer;
	border-radius: 4px;
	line-height: 1.2;
	letter-spacing: -0.1em;
}
#sec__faq .sec__faq__list dt strong {
	display: block;
}
#sec__faq .sec__faq__list dt span {
	display: inline-block;
}
#sec__faq .sec__faq__list dt::before,
#sec__faq .sec__faq__list dt strong::before,
#sec__faq .sec__faq__list dt strong::after {
	display: block;
	content: "";
	position: absolute;
}
#sec__faq .sec__faq__list dt::before {
	border-radius: 50%;
	background: #4A9BD6;
	width: 22px;
	height: 22px;
	right: 2%;
	top: calc(50% - 11px);
}
#sec__faq .sec__faq__list dt strong::before,
#sec__faq .sec__faq__list dt strong::after {
	background: #FFF;
	width: 14px;
	height: 2px;
	right: calc(2% + 4px);
	top: calc(50% - 1px);
}
#sec__faq .sec__faq__list dt strong::after {
	transform: rotate(90deg);
}
#sec__faq .sec__faq__list dt.close strong::after {
	display: none;
}
#sec__faq .sec__faq__list dd {
	padding: 7px 1% 5px;
}
#sec__faq .sec__faq__list dd p {
	margin: 0;
}
#sec__faq p.info {
	text-align: center;
}

/* -------------------------------------------------
	院長紹介・クリニック案内
------------------------------------------------- */
#sec__info .pic__inner {
}
#sec__info .doctor__message {
	background: url(../img/sec__lead--bg.png) no-repeat center top;
	background-size: cover;
	padding: 7.5% 0% 7% 3%;
	margin: 0;
	color: #14369E;
	font-size: 1.15em;
	overflow: hidden;
	position: relative;
}
#sec__info .doctor__message::after {
	content: "";
	background: url(../img/sec__lead--doctor.png) no-repeat left top;
	background-size: 230px auto;
	width: 60%;
	height: 140%;
	z-index: 2;
	position: absolute;
	right: -45px;
	top: -35px;
}
#sec__info .doctor__message p {
	line-height: 1.4;
	letter-spacing: -0.07em;
	text-align: center;
	padding-right: 6em;
	margin: 0.5em 0 ;
}
#sec__info .doctor__message p.info__space {
	margin-top: 0.7em;
}
#sec__info .doctor__message span {
	display: inline-block;
	position: relative;
	z-index: 3;
}
#sec__info .doctor__message span.space {
	letter-spacing: -0.6em;
}
#sec__info .doctor__message strong {
	display: inline-block;
	font-size: 1.43em;
	z-index: 3;
}
#sec__info .doctor__message .pic__name {
	position: relative;
	z-index: 3;
	width: 265px;
	margin-right: 0;
	margin-left: auto;
	padding-bottom: 10px;
	padding-right: 65px;
}
#sec__info .text__inner {
	padding-left: 10%;
	padding-right: 10%;
	background-color: #fff;
	padding-bottom: 20px;
}
#sec__info .sec__lead p {
	text-align: center;
	margin: 0.5em 0 ;
}
#sec__info .sec__lead p.info__space {
	margin-top: 0.7em;
}
.sec .sec__lead.no__name p {
	padding-right: 5em;
}
#sec__info {
	overflow: hidden;
}
#sec__info p {
	margin-bottom: 1em;
}
#sec__info .sec__info__dr {
	margin: 1em 0 40px;
}
#sec__info .sec__info__dr dt {
	margin-bottom: 0.7em;
	text-align: left;
}
#sec__info .sec__info__tbl {
	text-align: left;
	margin: 0 -3.1% 40px -3.1%;
	width: 106.2%;
	border-bottom: 1px solid #999;
}
#sec__info .sec__info__tbl caption {
	text-align: left;
	padding: 10px 3% 15px;
}
#sec__info .sec__info__tbl tr,
#sec__info .sec__info__tbl th,
#sec__info .sec__info__tbl td {
	display: block;
	font-weight: normal;
	line-height: 1.7;
}
#sec__info .sec__info__tbl tr {
	border-top: 1px solid #999;
}
#sec__info .sec__info__tbl th {
	padding: 7px 3% 0;
}
#sec__info .sec__info__tbl td {
	padding: 0 3% 8px;
}
#sec__info .sec__info__tbl td span {
	display: inline-block;
}
#sec__info .ta--center strong {
	display: block;
	font-size: 1em;
	color: #1E3584;
}
#sec__info figure img {
	max-width: 550px;
}
#sec__info .sec__access__btn {
	display: block;
	width: 90%;
	max-width: 500px;
	border-radius: 0.8em;
	border-bottom: solid 1px #E1D3C1;
	box-shadow: 0px 2px 2.5px #C2B19B;
	background: linear-gradient( #F9F4EF, #C5A47A 6% );
	color: #fff;
	font-size: 1.2em;
	padding: 0.7em 1em 0.7em 0;
	text-decoration: none;
	margin: 30px auto 50px;
	position: relative;
}
#sec__info .sec__access__btn span {
	position: relative;
	padding: 0.5em 1.8em;
	background: url(../img/logo--google_point.png) no-repeat left center;
	background-size: 1.6em auto;
}
.sec__access__btn span::before,
.sec__access__btn span::after {
	position: absolute;
	content: "";
	display: inline-block;
}
.sec__access__btn span::before {
	width: 1.3em;
	height: 1.3em;
	border-radius: 50%;
	background: rgba(255,255,255,0.3);
	top: calc(50% - 0.65em);
	right: 0.2em;
}
.sec__access__btn span::after {
	top: calc(50% - 0.4em);
	right: 0.5em;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 0.4em 0 0.4em 0.6em;
}
.sec__info__photo {
	margin: 20px auto 18px;
	position: relative;
	max-width: 550px;
}
.sec__info__photo .slick-list {
	margin: 0 45px;
}
.sec__info__photo figure {
	margin: 0 10% 1em;
}
.sec__info__photo figure img {
	max-width: 100%;
}
.slick-arrow {
	position: absolute;
	font-size: 0;
	display: block;
	width: 36px;
	height: 36px;
	background: #F8F8F8;
	top: calc(50% - 18px);
	border-radius: 50%;
	outline: none;
	border: none;
	cursor: pointer;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-arrow::after {
	position: absolute;
	content: "";
	display: block;
	top: calc(50% - 10px);
	width: 0px;
	height: 0px;
	border-style: solid;
}
.slick-prev::after {
	left: calc(50% - 10px);
	border-color: transparent #B3B3B3 transparent transparent;
	border-width: 10px 15px 10px 0;
}
.slick-next::after {
	right: calc(50% - 10px);
	border-color: transparent transparent transparent #B3B3B3;
	border-width: 10px 0 10px 15px;
}

/* -------------------------------------------------
	リンク先
------------------------------------------------- */
.cmn {
	padding: 0px 0 0px;
}
.cmn__bnr {
	margin: 0 auto 50px;
	max-width: 600px;
}
.cmn__info {
	background: #0D1E41;
	padding: 10px 0 13px;
	position: relative;
	margin-top: calc(60px + 3%);
}
.cmn__info__clinic {
	position: absolute;
	top: -1.8em;
	color: #0D1E41;
	right: 2%;
	font-size: 0.95em;
	font-weight: bold;
}
.cmn__info p {
	position: relative;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0 0 13px 2%;
	line-height: 1.4;
	font-size: 1em;
	text-align: center;
	padding: 0 0 10px 70px;
}
.cmn__info p span {
	display: block;
}
.cmn__info strong {
	color: #FFE816;
	font-size: 1.3em;
}
.cmn__info p::after {
	position: absolute;
	content: "";
	background: url(../img/cmn__info--pic.png) no-repeat 0 100%;
	background-size: contain;
	display: block;
	width: calc(50px + 10vw);
	height: calc(70px + 10vw);
	left: -3px;
	bottom: 0;
}
.cmn__contact {
	background: #F5F5E9;
	font-size: 0;
	padding: 5px 5%;
}
.cmn__contact li {
	margin: 13px 0;
}
.cmn__contact li img {
	width: auto;
	height: 7vw;
	max-height: 43px;
	object-fit: cover;
	vertical-align: middle;
}
.cmn__contact li span img {
	height: 3.5vw;
	max-height: 18px;
}
.cmn__contact li a {
	display: block;
	padding: 12px 0;
	border-radius: 3px;
}
.cmn__contact li span {
	display: block;
	margin-top: 13px;
}
.cmn__contact .cmn__contact--mail a {
	border: 1px solid #2D5C56;
	background: rgb(4,83,49);
	background: linear-gradient(0deg, rgba(0,84,0,1) 0%, rgba(0,106,2,1) 33%, rgba(0,127,4,1) 50%, rgba(0,105,2,1) 66%, rgba(0,84,0,1) 100%);
}
.cmn__contact .cmn__contact--mail a img {
	height: 8vw;
}
.cmn__contact .cmn__contact--reserve a {
	border: 1px solid #003E7D;
	background: rgb(0,59,148);
	background: linear-gradient(0deg, rgba(0,59,148,1) 0%, rgba(0,71,179,1) 33%, rgba(0,84,212,1) 50%, rgba(0,72,180,1) 66%, rgba(0,59,148,1) 100%);
}
.cmn__contact .cmn__contact--reserve a img {
	height: 7.8vw;
}
.cmn__contact .cmn__contact--tel a {
	border: 1px solid #0E142D;
	background: url(../img/cmn__contact--tel--bg.png) no-repeat 102% 100% #0E142D;
}

@media screen and (min-width : 768px) {
}
/*	form
============================*/
.form {
	padding-bottom: 0;
}
.form .header__nav {
	display: none;
}
.form section {
	padding-top: 10px;
}
.form .inner {
	text-align: left;
}
.form section p {
	margin: 1em 0;
}
.form section figure {
	margin: 1em auto;
	width: 84%;
	max-width: 400px;
}
.form__tbl {
	width: 100%;
	margin: 1em 0 1.5em;
}
.form__tbl caption  {
	width: 70%;
	margin: 1em auto 30px;
	background: #C49976;
	color: #FFF;
	font-weight: bold;
	padding: 0.5em 0;
	border-radius: 1em;
	font-size: 1.1em;
}
.form__tbl th,
.form__tbl td {
	display: block;
	line-height: 1.6;
}
.form__tbl th {
	position: relative;
	padding: 1em 0 0 45px;
    border-top: 1px solid #8B8B8B;
}
.form__tbl td {
	padding: 5px 0 1.2em 0;
}
.form__tbl th span {
    display: inline-block;
    width: 40px;
    height: 21px;
    font-size: 11px;
    text-align: center;
    line-height: 21px;
    color: #fff;
    vertical-align: middle;
	position: absolute;
	left: 0;
	margin-top: 0.1em;
}
.form__tbl th span.required {
    background-color: #F00;
}
.form__tbl th span.any {
    background-color: #808080;
}
.form__tbl input[type="text"],
.form__tbl input[type="number"],
.form__tbl input[type="tel"],
.form__tbl input[type="email"],
.form__tbl select,
.form__tbl textarea {
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #ccc inset;
	padding: 10px 10px;
	margin: 5px 0;
	vertical-align: middle;
	font-size: 16px;
    -webkit-appearance: none;
	font-family: sans-serif;
}
.form__tbl input[type="number"] {
	width: 4.5em;
}
.form__tbl input[type="text"],
.form__tbl input[type="email"] {
	width: 90%;
}
.form__tbl input[type="tel"] {
	width: 50%;
}
.form__tbl input[type="checkbox"] {
	vertical-align: middle;
	line-height: 1;
	margin: 0;
	width: 1em;
	height: 1em;
}
.form__tbl ::placeholder {
	color: #ccc;
}
.form__tbl textarea {
	width: 90% !important;
	height: 5em !important;
}
.form__tbl label {
	display: block;
	border: none !important;
	padding: 0 !important;
	margin: 0.2em 20px 0.1em 0 !important;
}
.form__btn {
	text-align: center;
	margin: 0 auto;
}
.form__btn input,
.form__btn input:hover,
.form__btn a,
.form__btn a:hover {
	display: inline-block;
	border: none;
	border-radius: 5px; 
	background: #1837B2;
	color: #fff;
	margin: 20px auto;
	padding: 1em 40px;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	font-size: 1em;
    -webkit-appearance: none;
}
/* ------------------------------------------------- */
@media screen and (max-width : 767px) {
.form .contact {
	display: none;
}
}
/* ------------------------------------------------- */
@media screen and (min-width : 768px) {
.form .contact__reserve,
.form .contact__mail {
	display: none;
}
}

/* default customize */
.mfp_ok {
    background-color: #FFF;
}
div.mfp_ok {
	display: none !important;
}
:focus {
	outline-color: #000;
}
form#mailformpro label.mfp_checked {
    padding: 0 !important;
    border: none !important;
    background-color: #FFF !important;
    box-shadow: none !important;
}
.mfp_element_submit {
	text-shadow: none;
}

/*	privacy policy
============================*/
.pp__list li {
	list-style: decimal;
	margin: 0 0 1.5em 30px;
	font-weight: bold;
}
.pp__list h4 {
	text-align: left;
	margin: 1.5em 0 0.5em;
	font-size: 1.1em;
	font-weight: bold;
}
.pp__list p {
	margin: 0 0 1em -23px;
}

/* -------------------------------------------------
	COMMON
------------------------------------------------- */
.mb0 {margin-bottom: 0 !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mt0 {margin-top: 0 !important;}
.ta--center { text-align: center !important;}
.f--small { font-size: 0.9em !important;}
.f--tiny { font-size: 0.78em !important;}

.clearfix::after,
.wrap::after,
.inner::after {
	content: "";
	display: block;
	clear: both;
}
.clearfix::before,
.wrap::before,
.inner::before {
	content: "";
	display: block;
	clear: both;
}
.clearfix,
.wrap,
.inner {
	display: block;
}

.ta--center { text-align: center !important;}
.fs--small {font-size: 0.7em;}

.f--kng--k { letter-spacing: -0.2em !important;}
.f--kng--p { letter-spacing: -0.5em !important;}

.gf--nt {font-family: 'Noto Serif JP', serif;}
.gf--sm {font-family: 'Shippori Mincho', serif;}
.f--filter {filter: drop-shadow(0 0 2px rgba(255,255,255,1))  drop-shadow(0 0 2px rgba(255,255,255,1))  drop-shadow(0 0 2px rgba(255,255,255,1))  drop-shadow(0 0 2px rgba(255,255,255,1));}

@media screen and (max-width : 767px) {/* PC only */
.pc { display: none !important;}
}
@media screen and (min-width : 768px) {/* SP only */
.sp { display: none !important; }
}