@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;

	font-size: 0.16rem;
	padding: 2.3em 0 4em;
}
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;
}
/* ------------------------------------------------- */
@media screen and (min-width : 600px) {/* PCで非表示 */
	html {
		font-size: 62.5%;
	}
	body {
		font-size: 1.8rem;
	}
	figure img {
		max-width: 350px;
	}
}
/* ------------------------------------------------- */
@media screen and (max-width : 767px) {/* SPで非表示 */
	.pc { display: none !important;}
}
/* ------------------------------------------------- */
@media screen and (min-width : 768px) {/* PCで非表示 */
	body {
		padding: 0;
		background: #FFF;
	}
	p,ul,dl {
		line-height: 1.8;
	}
	/* SPのみ表示 */
	.sp { display: none !important; }
	.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
}

/* -------------------------------------------------
	ヘッダー
------------------------------------------------- */
.header {
	top: 0;
	width: 100%;
	left: 0;
	z-index: 100;
}
.header h1,
.header p {
	display: none;
}
.header__clinic img {
	width: auto;
}
.header .header__nav__menu {
	width: 100%;
}
.header .header__nav__menu li a {
	display: block;
	width: auto;
	color: #fff;
	text-decoration: none;
}
/* ------------------------------------------------- */
@media screen and (max-width : 767px) {
	.header__clinic {
		background: #000E1F;
		position: fixed;
		top: 0;
		width: 100%;
		left: 0;
		z-index: 100;
	}
	.header__clinic a {
		height: 2.3em;
		display: flex;
		align-items: center;
		justify-content: center;
		background: url(../img/header__clinic__logo.png) no-repeat calc(50% - 10.2em) 35%;
		background-size: 1.8em auto;
		padding: 0 3em 0 1.8em;
	}
	.header__clinic img {
		height: 0.98em;
	}
	.header__clinic img:nth-of-type(2) {
		margin-left: 0.6em;
	}
	.header .header__nav__btn {
		position: fixed;
		right: 0;
		top: 0;
		background: #1837B2;
		display: block;
		font-size: 1em;
		width: 3em;
		height: 2.3em;
		padding-bottom: 0.35em;
		border: none;
		cursor: pointer;
		color: #fff;
		outline: none;
		z-index: 100;
	}
	.header .header__nav__btn span img {
		width: auto;
		height: 0.7em;
	}
	.header .header__nav__btn span {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.header .header__nav__btn::before,
	.header .header__nav__btn::after,
	.header .header__nav__btn span::before {
		position: absolute;
		content: "";
		display: block;
		width: 1.2em;
		height: 1.5px;
		background: #fff;
		left: calc(50% - 0.6em);
	}
	.header .header__nav__btn::before {top: 0.6em;}
	.header .header__nav__btn::after {top: 1.05em;}
	.header .header__nav__btn span::before {top: 1.5em;}
	.header .active::before {
		transform: rotate(45deg);
		top: 1.05em;
	}
	.header .active::after {
		transform: rotate(-45deg);
		top: 1.05em;
	}
	.header .active span::before {
		display: none;
	}
	.header .header__nav__menu {
		display: none;
		background: rgba(46,121,227,0.9);
		position: fixed;
		left: 0;
		top: 2.3em;
		text-align:  left;
		z-index: 200;
	}
	.header .header__nav__menu li a {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		padding: 0.8em 5%;
		cursor: pointer;
		letter-spacing: 0;
	}
	.header .header__nav__menu li:last-of-type a {
		border-bottom: none;
	}
	.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.contact__menu { left: 75%;}
	.contact li a {
		background: #000E1F;
		height: 3em;
		display: flex;
		outline: none;
		background-size: auto 82%;
		background-position: 50% 40%;
		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 {
		color: #000E1F;
		background-image: url(../img/contact__tel.png);
	}
	.contact li.contact__menu a {
		background-image: url(../img/contact__menu.png);
		border-right: none;
	}
}
/* ------------------------------------------------- */
@media screen and (min-width : 768px) {
	.header--pcfix {
		z-index: 1000;
		background: #000E1F;
		padding-bottom: 1px;
	}
	.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	.header .wrap {
		background: none;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header h1 {
		display: block;
		font-size: 0.7em;
		padding: 8px 0;
	}
	.header h1,
	.header p {
		display: block;
	}
	.header__clinic {
		display: flex;
		align-items: center;
		height: calc(3.4vw + 0.3em);
		max-height: 38px;
		width: 47%;
		max-width: 470px;
		float: left;
		margin-left: 1%;
	}
	.header__clinic img {
		height: 2.5vw;
		max-height: 25px;
		vertical-align: middle;
	}
	.header__clinic a {
		background: url(../img/header__clinic__logo.png) no-repeat 0 35%;
		padding-left: 10%;
		background-size: 1.8em auto;
	}
	.header__clinic img:nth-of-type(2) {
		margin-left: 0.6em;
	}
	.contact li a {
		text-decoration: none;
		color: #fff;
		float: right;
	}
	.contact li.contact__mail,
	.contact li.contact__reserve {
		margin: 0 0.2em;
	}
	.contact li.contact__mail a,
	.contact li.contact__reserve a {
		display: block;
		margin-right: 1%;
		padding: 0.3em 1%;
		font-size: 1em;
		border-radius: 3px;
		background: #1837B2;
	}
	.contact li.contact__tel {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height: calc(3.4vw + 0.3em);
		font-size: 2.6vw;
		max-height: 38px;
	}
	.contact li.contact__tel a {
		padding: 0 3% 0 1.3em;
		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 30%;
		background-size: auto 85%;

	}
	.contact li.contact__menu {
		display: none;
	}
	.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;
	}
	.header .header__nav__menu li:nth-child(1) { width: 8%;}
	.header .header__nav__menu li:nth-child(2) { width: 12.5%;}
	.header .header__nav__menu li:nth-child(3) { width: 12.5%;}
	.header .header__nav__menu li:nth-child(4) { width: 18%;}
	.header .header__nav__menu li:nth-child(5) { width: 10.5%;}
	.header .header__nav__menu li:nth-child(6) { width: 13.5%;}
	.header .header__nav__menu li:nth-child(7) { width: 12.5%;}
	.header .header__nav__menu li:nth-child(8) { width: 12.5%;}
	.header .header__nav__menu li a {
		font-size: 0.8em;
		border-left: 1px solid #FFF;
		border-right: 1px solid #FFF;
		margin-left: -1px;
		padding: 0.8em 1%;
	}
	.header .header__nav__menu li:nth-child(1) a {
		margin-left: 0;
		border-left: none;
	}
	.header .header__nav__menu li:nth-child(8) a {
		border-right: none;
	}
}
/* ------------------------------------------------- */
@media screen and (min-width : 768px) and (max-width : 999px) {
	.header__clinic a img:nth-of-type(2) {display: none;}
}
@media screen and (min-width : 1000px) {/* 最大幅1000px */
	.pc1000 {
		display: block;
		display: inline !important;
	}
	.header__clinic {
		margin-left: 0;
	}
	.contact li.contact__mail a,
	.contact li.contact__reserve a {
		font-size: 20px;
	}
	.contact li.contact__tel {
		font-size: 25px;
	}
	.contact li.contact__mail a {
		margin-right: 0;
	}

	.header .header__nav__menu {
		width: calc(100% - 2px);
		border-left: 1px solid #FFF;
		border-right: 1px solid #FFF;
	}
	/* ヘッダーてる */
	.contact li.contact__tel a {
		padding-top: 0.4em;
		padding-bottom: 0.3em;
		padding-left: 1.8em;
		background: url("../img/header__tel__icon.png") no-repeat left 0.4em;
		background-size: auto 60%;
	}
	#sec__merit .sec__cont li p {
		font-size: 0.951em;
	}
}

/* -------------------------------------------------
	フッター
------------------------------------------------- */
.footer {
	margin-top: 3em;
}
.footer small {
	display: block;
	color: #fff;
	background: #0E142D;
	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.6);
	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;
}
/* ------------------------------------------------- */
@media screen and (min-width : 768px) {
	.footer {
		margin-top: 0;
	}
	.footer__btn li {
		display: none;
	}
	.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;
	}
}

/* -------------------------------------------------
	共通レイアウト
------------------------------------------------- */
.mt0 {margin-top: 0 !important;}
.mt10 {margin-top: 1em !important;}
.mb0 {margin-bottom: 0 !important;}
.mb03 {margin-bottom: 0.3em !important;}
.mb05 {margin-bottom: 0.5em !important;}
.mb07 {margin-bottom: 0.7em !important;}
.mb10 {margin-bottom: 1em !important;}
.mb15 {margin-bottom: 1.5em !important;}
.mb20 {margin-bottom: 2em !important;}
.mb25 {margin-bottom: 2.5em !important;}
.mb30 {margin-bottom: 3em !important;}
.mb40 {margin-bottom: 4em !important;}
.ta--center { text-align: center !important;}
.f--small { font-size: 0.9em !important;}
.f--tiny { font-size: 0.78em !important;}
.f--tiny { font-size: 0.78em !important;}
.ls002 {letter-spacing: -0.02em !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));}
/* ------------------------------------------------- */
.inner {
	padding-left: 3%;
	padding-right: 3%;
}
/* ------------------------------------------------- */
.sec.wrap {
	margin-bottom: 40px;
}
.sec p {
	/*
	text-align: left;
	*/
}
.sec h3 {
	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: #4C97E1;
	padding: 0.45em 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: #0E142D;
	border-radius: 3px;
	color: #FFF;
	font-size: 1.1em;
	padding: 0.4em 0;
	margin: 0.5em auto 0.7em;
	line-height: 1.5;
	text-align: center;
}
.sec .loan--txt strong {
	display: inline-block;
}
/* ------------------------------------------------- */
.sec__cont {
	background: #FFFFFF;
	padding-top: 0.6em;
	padding-bottom: 1.7em;
}
#sec__point .sec__cont {
	background: #E2EEFA;
}
.sec__cont__box {
	border: 2px solid #3F8DDD;
	margin: 0.1em 0 0.8em;
	background: #FFF;
	padding: 0 3% 1%;
}
.sec__cont__box dt {
	border-bottom: 2px solid #003C7E;
	display: inline-block;
	padding: 0 0.2em 0.3em;
}
.sec__cont__box dt img {
	width: auto;
	height: 3.3vw;
	max-height: 1em;
}
.sec__cont__box dt.step {
	padding-bottom: 0.4em;
}
.sec__cont__box dt.step img {
	width: auto;
	height: 5vw;
	max-height: 20px;
}
#sec__flow .sec__cont {
	background-color: #E2EEFA;
}
#sec__flow .sec__cont__box dt.step img {
	height: 0.75em;
}
.sec__cont__box h5 {
	font-size: 1.31em;
	color: #003C7E;
	letter-spacing: 0;
	margin: 0.55em 0 0.6em;
	font-weight: bold;
}
.sec__cont__box figure {
	margin: 3% 0 4.5%;
}
.sec__cont__box figure img {
	width: 86%;
}
.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;
}
/* ------------------------------------------------- */
.bgsale {
	background-color: #F5F7F5;
	max-width: 600px;
	margin: 0 auto;
}
.sale {
	display: flex;
	justify-content: center;
}
.sale img {
	width: auto;
	height: 2.55em;
	margin: 1em 0.2em 0.8em;
}
h3.justnow {
	max-width: 600px;
	margin: 0 auto;
	background-color: #052A65;
	position: relative;
	margin-top: 40px;
	padding-top: 6px;
	padding-bottom: 2px;
	font-size: 1.4em;
}
h3.justnow span {
	border-bottom: none;
	padding-bottom: 0;
}
h3.justnow strong {
	font-size: 1.1em;
}
h3.justnow .fukidasi {
	position: absolute;
	left: 0.6em;
	top: -1.35em;
	width: 65px;
}
.bgsale p {
	padding-bottom: 10px;
}
.sz095 {
	font-size: 0.95em;
}
/* ------------------------------------------------- */
@media screen and (min-width : 600px) {/* サイズ固定 */
	h3.justnow .fukidasi {
		position: absolute;
		left: calc(50% - 7.2em);
		top: -1.25em;
		width: 65px;
	}
	.bgsale p {
		max-width: 390px;
		margin: 0 auto;
	}
	.pc10per {
		margin-left: 5%;
		margin-right: 5%;
	}
	.inner {
		padding-left: 5%;
		padding-right: 5%;
	}
}
/* ------------------------------------------------- */
@media screen and (min-width : 600px) and (max-width : 767px) {/* サイズ固定 */
}
/* ------------------------------------------------- */
@media screen and (min-width : 768px) {/* PCレイアウト */
	.wrap {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		margin-left: auto;
		margin-right: auto;
		background: #FFF;
	}
	/*========================
	/* ここが3%ではなく10%だったのがそもそもの間違い
	/* ここはSPジャないから10%で良い
	*/
	.inner {
		padding-left: 10%;
		padding-right: 10%;
	}
	.inner__form {
		padding-left: 10%;
		padding-right: 10%;
	}
	.pc10per {
		margin-left: 10%;
		margin-right: 10%;
	}
}
/* ------------------------------------------------- */
@media screen and (min-width : 1000px) {/* 最大幅1000px */
}
/* ------------------------------------------------- */
.cmn {
	padding: 0px 0 0px;
}
.cmn__bnr {
	margin: 0 auto 50px;
	max-width: 600px;
}
.cmn__info {
	background: #0D1E41;
	padding: 9px 0 13px;
	position: relative;
	margin-top: calc(60px + 3%);
}
.cmn__info__clinic {
	position: absolute;
	top: -1.8em;
	color: #0D1E41;
	right: 3%;
	font-size: 0.95em;
	letter-spacing: -0.02em;
}
.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 7px 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(60px + 10vw);
	height: calc(80px + 10vw);
	left: -2px;
	bottom: 0;
}
.cmn__contact {
	background: #F5F5E9;
	padding: 0.2em 5% 0.4em;
}
.cmn__contact li {
	margin: 0.8em 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: 1em;
}
.cmn__contact li a {
	display: block;
	padding: 0.7em 0;
	border-radius: 3px;
}
.cmn__contact li span {
	display: block;
	margin-top: 0.6em;
}
.cmn__contact .cmn__contact--mail a {
  background : linear-gradient(180deg, rgba(0, 84, 0, 1) 0%, rgba(0, 127, 4, 1) 50%, rgba(0, 120, 3, 1) 54.2%, rgba(0, 100, 1, 1) 69.48%, rgba(0, 88, 0, 1) 84.76%, rgba(0, 84, 0, 1) 100%);
  border-style : Solid;
  border-color : #2D5C56;
  border-color : rgba(45, 92, 86, 1);
  border-width : 1px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005400',endColorstr='#005400' , GradientType=0);
}
.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%);
	padding: 0.85em 0;
}
.cmn__contact .cmn__contact--reserve a img {
	height: 6.7vw;
}
.cmn__contact .cmn__contact--tel a {
	border: 1px solid #0E142D;
	background: url(../img/cmn__contact--tel--bg.png) no-repeat 102% 100% #0E142D;
	padding: 0.8em 0 0.4em;
}
.cmn__contact .cmn__contact--tel a img {
	height: 7.7vw;
	padding-right: 1em;
}
.cmn__contact li.cmn__contact--tel span img {
	height: 3.7vw;
	max-height: 1em;
}
.cmn__contact li.cmn__contact--tel span {
	display: block;
	margin-top: 0.15em;
}

@media screen and (min-width : 768px) {
	.marginbr {
		padding-top: 2em;
	}
}


/* -------------------------------------------------
	フォーム部品
------------------------------------------------- */
.form { }
.form .header__nav {display: none;}
.form section {padding-top: 0.5em;}
.form .inner {text-align: left;}
.form section p {margin: 1em 0;}
.form section p a {
	text-decoration: none;
	color: #003287;
}
.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 1em;
	background: #0548A0;
	color: #FFF;
	font-weight: bold;
	padding: 0.3em 0 0.3em;
	border-radius: 1em;
	font-size: 1.19em;
}
.form__tbl th,
.form__tbl td {
	display: block;
	line-height: 1.6;
}
.form__tbl th {
	position: relative;
	padding: 1em 0 0 3em;
    border-top: 1px solid #8B8B8B;
}
.form__tbl td {padding: 0.3em 0 1.2em 0;}
.form__tbl th span {
    display: inline-block;
	padding: 0.3em 0.8em 0.2em;
    font-size: 0.7em;
    text-align: center;
    color: #fff;
    vertical-align: middle;
	position: absolute;
	left: 0;
	margin-top: 0.1em;
}
.form__tbl th span.required {background-color: #0548A0;}
.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: 0.2em;
	box-shadow: 0 0 0.2em #ccc inset;
	padding: 0.6em;
	margin: 0.2em 0;
	vertical-align: middle;
	font-size: 1em;
    -webkit-appearance: none;
	font-family: sans-serif;
}
.form__tbl input[type="number"] {width: 90%;}
.form__tbl input[type="text"],
.form__tbl input[type="email"] {width: 90%;}
.form__tbl input[type="tel"] {width: 90%;}
.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 1.5em 0.1em 0 !important;
}
/* 2024.05：カレンダー改修 */
.form__tbl input[type="date"] {
    width: 250px;
    position: relative;
    padding: 10px 10px;
    font-size: 16px;
}
.form__tbl input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form__tbl input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
.form__tbl input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}
.form__tbl input[type="date"]{ 
  position: relative;
}


.form__btn {
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.form__btn::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: 50%;
	margin-left: 3.55em;
	top: 2.05em;
	z-index: 2;
}
.form__btn.na::after {margin-left: 3em;}
.form__btn input,
.form__btn input:hover,
.form__btn a,
.form__btn a:hover {
	display: inline-block;
	border: none;
	border-radius: 0.3em;
	background: #0548A0;
	color: #fff;
	margin: 1.2em auto;
	padding: 0.6em 1.7em;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	font-size: 1em;
    -webkit-appearance: none;
}
.form__btn a,
.form__btn a:hover {padding: 0.8em 2.3em 0.8em 1.5em;}
/* ------------------------------------------------- */
/*メールフォームプロ矯正用*/
.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;}
/* ------------------------------------------------- */
.tel__btn {
	width: 90%;
	margin: 1.1em auto 0;
	background-color: #0E142D;
	border-style : Solid;
	border-color : #0E142D;
	border-width : 2px;
	border-radius: 0.2em;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131480',endColorstr='#00004C' , GradientType=0);
}
.tel__btn a {
	padding: 0.7em 2.5em;
	text-align: center;
	display: block;
	background: url(../img/cmn__contact--tel--bg.png) no-repeat 100% 100%;
	background-size: 44px auto;
}
.tel__btn a .tel__num {
	padding-right: 0.5em;
	padding-bottom: 0.3em;
}
.tel__btn a .tel__info {
	padding-right: 0.4em;
	padding-left: 0.2em;
}
@media screen and (min-width : 600px) {
	.tel__btn {width: 50%; max-width: 500px;}
}
/* ------------------------------------------------- */
@media screen and (max-width : 767px) {
	.form .contact {display: none;}
}
/* ------------------------------------------------- */
@media screen and (min-width : 768px) {
	.form .contact__reserve,
	.form .contact__mail {display: none;}
}

/* -------------------------------------------------
	プライバシーポリシー
------------------------------------------------- */
h3.pph3 {
	background: #0D142D;
	color: #FFF;
	font-size: 1.5em;
	padding: 0.5em 0 0.7em;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
.pp__list li {
	list-style: decimal;
	margin: 0 0 1.5em 1.5em;
	font-weight: bold;
}
.pp__list h4 {
	text-align: left;
	margin: 0 0 0.5em;
	font-size: 1.1em;
	font-weight: bold;
}
.pp__list p {margin: 0 0 1em -1.5em;}

/* -------------------------------------------------
	メインビジュアル
------------------------------------------------- */
.sec__mv {
	max-width: 1000px;
	margin: 0 auto;
	background: url("../img/sec__mv--doctor.png") no-repeat calc(100% + 4.5em) 100%,url("../img/sec__mv--bg.jpg") no-repeat 50% 50%;
	background-size: 13.5em auto, auto;
	background-color: #F7F8FB;
	padding: 0;
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding-top: 0.1em;
}
.sec__mv h2 span,
.sec__mv h2 strong {
	display: block;
	position: relative;
	z-index: 12;
	line-height: 0;
}
.sec__mv h2 span img:nth-of-type(1) {
	width: 10em;
}
.sec__mv h2 span img:nth-of-type(2) {
	width: 20em;
	margin-top: -0.5em;
	margin-bottom: 0.1em;
}
.sec__mv h2 strong img {
	width: 110%;
	padding-bottom: 0.05em;
}
.sec__mv .wrap {
	background: none;
}
.sec__mv__txt {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0.25em 0 0.6em;
	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: 72%;
	margin-bottom: 0.5em;
	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 2.4% 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.6em 0.6em 0.7em 0.4em;
	text-align: left;
}
.clinic__menu .menu__list .list__title img {
	height: 1.35em;
	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-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;
	position: relative;
}
.clinic__menu .menu__list:nth-of-type(1) .list__name img.name {
	height: 0.97em;
	width: auto;
	position: relative;
	padding-left: 0.4em;
	padding-right: 0.4em;
	top: -1px;
}
.clinic__menu .menu__list:nth-of-type(1) .list__name img.price {
	position: relative;
	top: 3px;
	width: auto;
	height: 21px;
}
.clinic__menu .menu__list:nth-of-type(2) .list__name img.name {
	height: 0.97em;
	width: auto;
	text-align: left;
	position: relative;
	padding-left: 1.8em;
	padding-right: 0.4em;
	top: -1px;
}
.clinic__menu .menu__list:nth-of-type(2) .list__name img.price {
	position: relative;
	top: 3px;
	width: auto;
	height: 21px;
}
.clinic__menu .menu__list:nth-of-type(3) .list__name img.name {
	height: 0.97em;
	width: auto;
	text-align: left;
	position: relative;
	padding-left: 1.8em;
	padding-right: 0.4em;
	top: -1px;
}
.clinic__menu .menu__list:nth-of-type(3) .list__name img.price {
	position: relative;
	top: 3px;
	width: auto;
	height: 1.37em;
}
/* ------------------------------------------------- */
.read__txt {
	text-align: center;
	line-height: 2;
	margin-bottom: 1.4em;
}
.read__txt img {
	width: auto;
	height: 1.25em;
}
.set__plan {
	width: 95%;
	margin: 0 auto 2.4em;
}
.scroll__menu {
	width: 72%;
	margin: 0 auto 4em;
}
.scroll__menu dl {
	width: 100%;
}
.scroll__menu dt {
	width: calc(100% - 2px);
	border: solid 1px #D2D0D0;
	background-color: #F6F7F7;
	padding: 0.85em 0;
	color: #0C214A;
}
.scroll__menu dt span {
	position: relative;
	padding-left: 1.4em;
	font-size: 1.1em;
}
.scroll__menu dt 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 dt.active span::before {
	transform:rotate(180deg);
}
.scroll__menu dd {
	width: 100%;
	display: none;
	background: #FCFCFC;
}
.scroll__menu dd ul {
	width: 100%;
	padding-bottom: 0.2em;
}
.scroll__menu dd ul li {
	width: 100%;
	border-bottom: dotted 1px #202020;
}
.scroll__menu dd 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: 0.55em 3%;
	margin: 0 3% 0.5em;
	font-size: 1.18em;
	color: #FFF;
	border-radius: 0;
	text-align: left;
	letter-spacing: -0.02em;
}
.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;
}
.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;
}
.read__right span.ten {
	letter-spacing: -0.6em;
}
#sec__menu__blue .read__right {
	background: url(../img/sec__menu__blue__bg__01.jpg) no-repeat left top;
	background-size: 43% auto;
}
#sec__menu__blue .read__left {
	background: url(../img/sec__menu__blue__bg__02.jpg) no-repeat right top;
	background-size: 43% auto;
}
.point__box figure {
	max-width: 450px;
	margin: 0 auto;
	width: 85%;
}
.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.9375em;
}
.point__box .result__list {
	margin: 0.4em 8% 0.5em;
}
.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.9375em;
	letter-spacing: -0.01em;
	padding-bottom: 20px;
}
/* -------------------------------------------------*/
.special__plan {
	border: solid 3px #1848A2;
	border-radius: 0.2em;
	margin: 3em 2.5% 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.4em;
}
.special__plan.pb02 {
	padding-bottom: 0.3em;
}
.special__plan .concept {
	width: 28%;
	position: absolute;
	right: -0.8em;
	top: -2.7em;
	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;
	margin-bottom: 0.2em;
}
.special__plan .plan__title.pmset {
	margin-top: 0.7em;
	padding-left: 2.3em;
	font-size: 1.17em;
	letter-spacing: -0.02em;
}
.special__plan .column {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5em 0;
	padding-bottom: 0.2em;
}
.special__plan .column .menuBox {
	color: #fff;
	border-radius: 0.2em;
	letter-spacing: -0.02em;
}
.special__plan .column .spplanimg img {
	width: auto;
	height: 1.92em;
}
.special__plan .column .spplanimg {
	margin-right: 0.22em;
}
.special__plan .column .spplanimg:nth-child(1) {
/*	margin-right: 0.2em;*/
}
.special__plan .column .price img {
	width: auto;
	height: 1.9em;
}
/* -------------------------------------------------*/
.special__plan .column.plan11 .menuBox:nth-child(1) {
	background-color: #1C56B7;
	margin-right: 0.2em;
	padding: 0.5em 0.3em;
}
.special__plan .column.plan11 .menuBox:nth-child(2) {
	background-color: #016F39;
	margin-right: 0.2em;
	padding: 0.5em 0.3em;
}
.special__plan .column.plan12 .menuBox:nth-child(1) {
	background-color: #1C56B7;
	margin-right: 0.2em;
	padding: 0.5em 0.3em;
}
.special__plan .column.plan12 .menuBox:nth-child(2) {
	background-color: #881E1D;
	margin-right: 0.2em;
	padding: 0.5em 0.3em;
}
/* -------------------------------------------------*/
.special__plan .column.plan21 .menuBox:nth-child(1) {
	background-color: #016F39;
	margin-right: 0.2em;
	padding: 0.5em 0.3em;
}
.special__plan .column.plan21 .menuBox:nth-child(2) {
	background-color: #1C56B7;
	margin-right: 0.2em;
	padding: 0.5em 0.3em;
}
.special__plan .column.plan22 .menuBox:nth-child(1) {
	background-color: #016F39;
	margin-right: 0.3em;
	padding: 0.5em 0.5em;
}
.special__plan .column.plan22 .menuBox:nth-child(2) {
	background-color: #881E1D;
	margin-right: 0.2em;
	padding: 0.5em 0.5em;
}
/* -------------------------------------------------*/
.special__plan .column.plan31 .menuBox:nth-child(1) {
	background-color: #881E1D;
	margin-right: 0.2em;
	padding: 0.5em 0.3em;
}
.special__plan .column.plan31 .menuBox:nth-child(2) {
	background-color: #1C56B7;
	margin-right: 0.2em;
	padding: 0.5em 0.3em;
}
.special__plan .column.plan32 .menuBox:nth-child(1) {
	background-color: #881E1D;
	margin-right: 0.3em;
	padding: 0.5em 0.5em;
}
.special__plan .column.plan32 .menuBox:nth-child(2) {
	background-color: #016F39;
	margin-right: 0.2em;
	padding: 0.5em 0.5em;
}
/* -------------------------------------------------*/
.special__plan .column.plan41 .menuBox:nth-child(1) {
	background-color: #1C56B7;
	margin-right: 0.2em;
	padding: 0.5em 0.3em;
}
.special__plan .column.plan41 .menuBox:nth-child(2) {
	background-color: #016F39;
	margin-right: 0.2em;
	padding: 0.5em 0.3em;
}
.special__plan .column.plan42 .menuBox:nth-child(1) {
	background-color: #1C56B7;
	margin-right: 0.2em;
	padding: 0.5em 0.3em;
}
.special__plan .column.plan42 .menuBox:nth-child(2) {
	background-color: #881E1D;
	margin-right: 0.2em;
	padding: 0.5em 0.3em;
}
.special__plan .column.plan43 .menuBox:nth-child(1) {
	background-color: #016F39;
	margin-right: 0.3em;
	padding: 0.5em 0.5em;
}
.special__plan .column.plan43 .menuBox:nth-child(2) {
	background-color: #881E1D;
	margin-right: 0.2em;
	padding: 0.5em 0.5em;
}
/* -------------------------------------------------*/
.special__plan .column.plan44 {
	position: relative;
	z-index: 2;
}
.special__plan .column.plan44 .ribon {
	position: absolute;
	left: 0.1em;
	top: -3.1em;
	z-index: 4;
	content: "";
	width: 2.3em;
}
.special__plan .plan__title.pmset::before img {
	width: 100%;
}
.special__plan .column.plan44 .menuBox:nth-child(1) {
	background-color: #1C56B7;
	margin-right: 0.3em;
	padding: 0.5em 0.3em;
}
.special__plan .column.plan44 .menuBox:nth-child(2) {
	background-color: #016F39;
	margin-right: 0.3em;
	padding: 0.5em 0.5em;
}
.special__plan .column.plan44 .menuBox:nth-child(3) {
	background-color: #881E1D;
	padding: 0.5em 0.5em;
}
/* -------------------------------------------------*/
.special__plan .column.plan45 .pricetxt {
	font-size: 0.8em;
	letter-spacing: -0.02em;
	padding-right: 0.4em;
	padding-left: 0.2em;
}


.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: 72%;
}
.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: 0.5em;
}
.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;
}
@media screen and (max-width : 450px) {/*androidの被り阻止*/
	.plan__title {
		font-size: 5vw !important;
	}
}

/* -------------------------------------------------
	陰茎増大術
------------------------------------------------- */
#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.jpg) 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.jpg) 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.jpg) 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.jpg) 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.jpg) no-repeat calc(100% + 2.5em) 0;
	background-size: auto 100%;
	padding: 5% 0% 3% 3%;
	margin: 0;
	color: #14369E;
	font-size: 1.05em;
	overflow: hidden;
	position: relative;

}

#sec__point .doctor__message span {
	display: inline-block;
	position: relative;
	z-index: 3;
}
#sec__point .doctor__message p {
	line-height: 1.7;
	font-size: 0.9em;
}
#sec__point .doctor__message p.indleft {
	position: relative;
	left: -0.45em;
}
#sec__point .doctor__message p.mb10 {
	margin-bottom: 0.35em;
	padding-bottom: 0;
}
#sec__point .doctor__message strong {
	display: inline-block;
	font-size: 1.5em;
	margin: 0 0 -0.3em 0;
	position: relative;
	z-index: 3;
}

#sec__point .doctor__message .pic__name {
	text-align: right;
	margin: 1em 5% .5em 0;
}
#sec__point .doctor__message .pic__name img {
	width: 13em;
}

.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__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: 0.8em;
}
.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 table {
	width: 100%;
}
.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(even) {
	background: #F5FBFE;
}
.sec__fee__tbl.colorPlus tr:nth-of-type(odd){
	background: #fff;
}
.sec__fee__tbl.colorPlus 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 th:nth-of-type(2) {
	padding-left: 2%;
}
.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.info:nth-of-type(1) {
	font-size: 0.9em;
	padding: 1em 2% !important;
	color: #3A3A3A;
}
.sec__fee__tbl td:nth-of-type(2) {
	width: 5.6em;
	text-align: right;
	padding: 0.68em 2%;
	padding-left: 2%;
}
.sec__fee__tbl td.ta--center {
	padding: 0.4em 2%;
	padding-left: 2%;
}
.sec__fee__tbl td:nth-of-type(1) span {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: -0.05em;
	position: relative;
	top: -0.5px;
}
.sec__fee__tbl td:nth-of-type(1) span.tbl__font__sz09 {
	font-size: 0.9em;
	color: #011D6B;
	top: -0.5px;
}

.setplan__info {
	line-height: 1.8;
	font-size: 0.9em;
}
.sec__fee__tbl caption {
	text-align: left;
	font-size: 0.95em;
	margin: 0 -2% 0.8em 0;
}
.sec__fee__tbl caption strong {
	display: block;
	background: #0E142D;
	color: #FFF;
	font-size: 1.35em;
	padding: 0.4em 0;
	margin: 0 2% 0.6em 0;
}
.sec__fee__minors {
	border-radius: 0.5em;
	border: 1px solid #3F8EDE;
	margin: 2.1em auto 5.5em;
	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.4em 0 0.1em;
}
.sec__fee__minors dd p {
	text-align: center;
	line-height: 1.6;
	letter-spacing: -0.06em;
	font-size: 0.97em;
}
.sec__fee__minors dd p:nth-of-type(2) {
}

#sec__pay h3 {
	font-size: 1.3em;
	padding-bottom: 0.6em;
	margin-bottom: 0.6em;
}
#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 {

}
.credit img {
    height: 1.63em;
    margin: 0 0.2% 0.4em 0;
	vertical-align: middle;
	width: auto;
}
.sec .credit img:nth-child(n + 9) {
	height: 1.68em;
}
.credit.flow__box {
}
.credit.flow__box img {
    height: 1.51em;
    margin: 0 0.2% 0.4em 0;
	vertical-align: middle;
}
.sec .credit.flow__box img:nth-child(n + 9) {
	height: 1.54em;
}
#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;
}
/* -------------------------------------------------
	よくある質問
------------------------------------------------- */
#sec__faq .sec__faq__list {
	margin: 0.65em 0;
	text-align: left;
	padding-bottom: 1.4em;
}
#sec__faq .sec__faq__list:nth-of-type(3) {
	border-bottom: 1px solid #494E60;
}
#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.07em;
}
#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: 0.4em 1% 0.3em;
}
#sec__faq .sec__faq__list dd p {
	margin: 0;
}
#sec__faq p.info {
	border-top: 1px solid #53586B;
	text-align: center;
	padding-top: 1em;
}

/* -------------------------------------------------
	院長紹介・クリニック案内
------------------------------------------------- */
#sec__info .pic__inner {
	margin-bottom: 20px;
}
#sec__info .doctor__message {
	background: url(../img/sec__lead--bg.jpg) no-repeat calc(100% + 2em) 0;
	background-size: auto 115%;
	padding: 7.5% 0% 7% 3%;
	margin: 0;
	color: #14369D;
	font-size: 1.15em;
	overflow: hidden;
	position: relative;
}

#sec__info .doctor__message p {
	line-height: 1.5;
	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 .text__inner {
	padding-left: 10%;
	padding-right: 10%;
	background-color: #fff;
	padding-bottom: 20px;
}
#sec__info {
	overflow: hidden;
}
#sec__info .sec__info__dr {
	margin: 0 0 2.5em;
}
#sec__info .sec__info__dr dt {
	margin-bottom: 1em;
	text-align: left;
}
#sec__info .sec__info__tbl {
	text-align: left;
	margin: 0 0 3em 0;
	width: calc(100% - 2px);
	border-bottom: 1px solid #E0E0E0;
}
#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 {
	font-weight: normal;
	line-height: 1.6;
}
#sec__info .sec__info__tbl tr {
	border-top: 1px solid #E0E0E0;
}
#sec__info .sec__info__tbl th {
	padding: 0.7em 0 0.7em 3%;
	width: 6em;
	vertical-align: middle;
}
#sec__info .sec__info__tbl th::after {
	content: "：";
	width: 1em;
	height: 1em;
	position: relative;
	left: 0.4em;
}
#sec__info .sec__info__tbl th span.txt3 {
	letter-spacing: 0.5em;
}
#sec__info .sec__info__tbl th span.txt2 {
	letter-spacing: 1.75em;
}
#sec__info .sec__info__tbl td {
	padding: 0.7em 3% 0.7em 0;
}
#sec__info .sec__info__tbl td span {
	display: inline-block;
}
#sec__info .ta--center strong {
	display: block;
	font-size: 1.02em;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #084FAD;
}
#sec__info figure.mapBottom {
	padding-bottom: 1em;
}
#sec__info figure img {
	max-width: 550px;
	width: 84%;
}
#sec__info figure.mapBottom img {
	width: 100%;
}
/* ------------------------------------------------- */
#sec__info h4#sec__info__access {
	margin-bottom: 15px;
}
#sec__info .sub {
	font-size: 1.2em;
	color: #A57C52;
	font-weight: bold;
	padding-bottom: 0.8em;
}
#sec__info.sec p.accessInfo {
	text-align: left;
	margin-bottom: 1em;
}
#sec__info .ta--center span {
	display: inline-block;
}
#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: 1.3em auto 3em;
	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;
}

.cmn__bnrR {
	margin-bottom: 1em;
}
.cmn__bnrR .cmn__bnr__allage {
	background: url(../img/cmn__all__txt_bg.jpg) no-repeat center top;
	background-size: 100% auto;
	padding-bottom: 0.7em;
	padding-top: 7.3em;
}
.cmn__bnrR .cmn__bnr__title {
	background-color: #0C5FAA;
	font-size: 1.25em;
	color: #fff;
	padding: 0.5em 0;
	letter-spacing: -0.04em;
}
.cmn__bnrR .cmn__bnr__campaign {
	background-color: #04713F;
	padding: 0.7em 0 0.8em;
	margin-bottom: 0.6em;
}
.cmn__bnrR .cmn__bnr__campaign figure {
	max-width: 600px;
	margin: 0 auto;
	width: 86%;
}
@media screen and (min-width : 768px) {
	.cmn__bnrR {
		margin-left: 10%;
		margin-right: 10%;
		margin-bottom: 2em;

	}
	.cmn__bnrR .cmn__bnr__allage {
		width: 80%;
		margin: 0 auto;
		padding-top: 11em;
	}
	.cmn__bnrR .cmn__bnr__allage img {
		width: 80%;
		margin: 0 auto;
	}
	.cmn__bnrR .cmn__bnr__title {
		font-size: 1.25em;
		padding: 0.6em 0;
		letter-spacing: 0;
	}
}

.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;
}
/* ------------------------------------------------- */
h4.mb23 {
	margin-bottom: 23px;
}




@media screen and (min-width : 600px) {/* サイズ固定 */
	.cmn__info__clinic {
		left: 0;
		text-align: center;
		width: 100%;
	}
			.clinic__menu {
		}
	/* -------------------------------------------------
		メインビジュアル
	------------------------------------------------- */

	.sec__mv {
		background: url("../img/sec__mv--doctor.png") no-repeat 100% 100%,url("../img/sec__mv--bg.jpg") no-repeat 50% 50%;
		background-size: 13.5em auto, auto;
	}
	.sec__mv h2 span,
	.sec__mv h2 strong {
		display: block;
		position: relative;
		z-index: 12;
		line-height: 0;
	}
	.sec__mv h2 strong img {
		width: 80%;
	}
	.sec__mv .wrap {
		background: none;
	}
	/* ------------------------------------------------- */
	.sec__mv__txt {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 1em 8em 0.5em;
		position: relative;
		z-index: 12;
	}
	.sec__mv__txt li {
		width: 30.5%;
		margin: 0 1%;
	}
	.sec__mv__txt li img {
		width: 100%;
	}
	.after__point {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
		margin-bottom: 0.4em;
		position: relative;
		z-index: 12;
		text-align: left;
	}
	.after__point img {
		width: 50%;
	}
	.sec__mv__point {
		text-align: left;
		margin: 0 auto;
		margin-bottom: 1em;
		position: relative;
		z-index: 12;
		max-width: 550px;
	}
	.sec__mv__point li {
		margin-bottom: 0.4em;
	}
	.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;
	}

	/* -------------------------------------------------
		イントロダクション
	------------------------------------------------- */
	.point__box {
		padding-left: 5%;
		padding-right: 5%;
	}
	.point__box p {
		padding-left: 0;
		padding-right: 0;
	}
	.clinic__menu {
		margin-top: 0.5em;
	}
	.clinic__menu .menu__list {
		margin-top: 0.5em;
		position: relative;
		margin: 0 auto 3em;
		border: solid 3px #0E142D;
		border-radius: 0.2em;
		max-width: 450px;
	}
	.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;
	}
	.clinic__menu .menu__list a::after {
		content: "";
		position: absolute;
		left: 0%;
		bottom: -2.4em;
		width: 100%;
		height: 3em;
		background: url("../img/clinic__menu__arrow.png") no-repeat center center;
		background-size: 30% auto;
	}
	.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-size: 0.9em;
		text-align: left;
		padding: 0.6em;
		padding-bottom: 0.3em;
		letter-spacing: -0.03em;
		color: #333333;
	}
	.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.price {
		width: 7.1em;
		position: relative;
		top: 3px;
	}
	.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.price {
		width: 6.2em;
		position: relative;
		top: 3px;
	}
	*/
	.read__txt {
		text-align: center;
		line-height: 1.8;
		margin: 3em auto 2em;
	}
	.read__txt img:nth-of-type(1) {
		width: 40%;
	}
	.read__txt img:nth-of-type(2) {
		width: 44%;
	}
	.read__txt img:nth-of-type(3) {
		width: 50.5%;
	}
	.set__plan {
		width: 62%;
		margin: 0 auto 2.3em;
	}
	.scroll__menu {
		width: 38%;
		margin: 2em auto 4em;
	}
	.scroll__menu dd {
		font-size: 0.85em;
	}
	/* -------------------------------------------------
		長茎術
	------------------------------------------------- */
	#sec__menu__blue.sec .pc__wrap {
		margin-bottom: 1em;
	}
	#sec__menu__blue.sec h4 {
		margin: 0 0 0.5em;
	}
	.point__box figure.one__image {
		padding: 0 30%;
	}
	.read__right {
		text-align: left;
		padding: 0.8em 0 0.8em 11em;
		max-width: calc(550px - 11em);
		font-size: 0.9em;
		margin: 0 auto 1em;
		line-height: 1.7;
		color: #2F2725;
		letter-spacing: -0.05em;
		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 11em;
		max-width: calc(550px - 11em);
		font-size: 0.9em;
		margin: 0 auto 1em;
		line-height: 1.7;
		color: #2F2725;
		letter-spacing: -0.05em;
		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.jpg) no-repeat left top;
		background-size: auto 100%;
	}
	#sec__menu__blue .read__left {
		background: url(../img/sec__menu__blue__bg__02.jpg) no-repeat left top;
		background-size: auto 100%;
	}
	.point__box .result__list {
		max-width: 360px;
		margin: 1em auto 2em;
	}
	.point__box .pic__andtxt {
		padding-bottom: 2em;
		position: relative;
		max-width: 550px;
		margin: 0 auto;
	}
	.point__box .pic__andtxt  figure {
		padding: 0;
	}
	.point__box .pic__andtxt img {
		max-width: 500px ;
	}
	.point__box figure.illust {
		padding: 0 0 0.5em;
	}
	.point__box figure.illust img {
		max-width: 550px !important;
	}
	.point__box .pic__andtxt  figure img {
		width: 100%;
	}
	.point__box .pic__andtxt ul {
		position: absolute;
		left: 12%;
		width: 9em;
		top: 1em;
	}
	.point__box .pic__andtxt li {
		width: 100%;
		text-align: left;
		color: #fff;
		text-align: center;
		border-radius: 0.2em;
		padding: 0.2em 0 0.2em;
		margin: 0.5em 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: 1em;
	}
	.point__box .pic__andtxt li:nth-of-type(2) {
	}
	.point__box .pic__andtxt li:nth-of-type(3) {
		background: #AF7616;
		font-size: 1em;
	}
	.point__box .pic__andtxt li:nth-of-type(4) {
		background: #016F39;
		font-size: 1em;
	}
	.qanda__link {
		text-align: right;
		padding: 0 0;
	}
	.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__green.sec h4 {
		margin: 0 0 0.5em;
	}
	#sec__menu__green .read__right {
		background: url(../img/sec__menu__green__bg__01.jpg) no-repeat left top;
		background-size: auto 100%;
		text-align: left;
		padding: 0.8em 0 0.8em 11em;
		margin: 0 auto 1em;
		line-height: 1.7;
		color: #2F2725;
		letter-spacing: -0.05em;
		text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
	}
	#sec__menu__green .read__left {
		background: url(../img/sec__menu__green__bg__02.jpg) no-repeat left top;
		background-size: auto 100%;
		text-align: left;
		padding: 0.8em 0 0.8em 11em;
		margin: 0 auto 1em;
		line-height: 1.7;
		color: #2F2725;
		letter-spacing: -0.05em;
		text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
	}
	.pic__andtext__box figure figcaption{
		max-width: 350px;
		width: 100%;
		margin: 0 auto;
		background: #002333;
		padding: 0.75em 0 0.7em;
		color: #fff;
		font-size: 0.95em;
		letter-spacing: -0.05em;
	}
	.injection__after__txt {
		width: 350px;
		margin: 0 auto 1em;
		background: #002333;
		padding: 0.75em 0;
		color: #fff;
	}
	/* -------------------------------------------------
		陰茎増大術
	------------------------------------------------- */
	#sec__menu__red.sec h4 {
		margin: 0 0 0.5em;
	}
	#sec__menu__red .read__right {
		background: url(../img/sec__menu__green__bg__01.jpg) no-repeat left top;
		background-size: auto 100%;
		text-align: left;
		padding: 0.8em 0 0.8em 11em;
		margin: 0 auto 1em;
		line-height: 1.7;
		color: #2F2725;
		letter-spacing: -0.05em;
		text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
	}
	#sec__menu__red .read__left {
		background: url(../img/sec__menu__green__bg__02.jpg) no-repeat left top;
		background-size: auto 100%;
		text-align: left;
		padding: 0.8em 0 0.8em 11em;
		margin: 0 auto 1em;
		line-height: 1.7;
		color: #2F2725;
		letter-spacing: -0.05em;
		text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
	}
	.sec__fee__tbl td:nth-of-type(2) {
		width: 9em;
		padding-left: 4%;
		padding-right: 4%;
	}
	.sec__point__lead__name {
		margin-right: 0;
		margin-left: 220px;
		width: 60%;
		text-align: right;
	}

	/* -------------------------------------------------
		特別セットプラン
	------------------------------------------------- */
	.special__plan {
		border: solid 4px #1848A2;
		border-radius: 0.2em;
		box-shadow: 1px 1px 2px rgba(0,0,0,0.4),inset 1px 1px 2px rgba(0,0,0,0.5);
		position: relative;
		width: 550px;
		margin: 2em auto 1em;
	}
	.special__plan .concept {
		width: 22%;
		position: absolute;
		right: -0.9em;
		top: -3.3em;
		z-index: 2;
	}
	.special__plan .column3 .menuBox {
		border-radius: 50%;
		color: #fff;
		padding: 0.7em 0 0.6em;
		border-radius: 0.1em;
		margin: 0 0.1em;
		width: 7em;
		letter-spacing: 0;
		font-size: 1em;
	}
	.special__plan .column3.setbottom {
		background: url(../img/sec__menu__fee__spprice__bg.jpg) no-repeat 3.8em 0.55em;
		background-size: 130px auto;
		padding-bottom: 0.5em;
	}
	.special__plan.ajtgreen {
		padding-bottom: 0.5em;
	}
	.special__plan.ajtred {
		padding-bottom: 0.5em;
	}
	.special__plan .column3 .price img {
		width: auto;
		height: 36px;
	}
	.point__box .about__price {
		padding: 0.3em 0 1em;
	}
	/* -------------------------------------------------
		院長紹介
	------------------------------------------------- */
	#sec__info .sec__info__tbl {
		margin: 0 auto 40px auto;
		width: 100%;
	}
	#sec__pay .loan--txt {
		padding: 0.6em 1em;
		margin: 1.5em 0 0;
		position: relative;
	}
	.sec__point__lead__name {
		margin-right: 0;
		margin-left: 220px;
		width: 60%;
		text-align: right;
	}


	/* -------------------------------------------------
		院長紹介
	------------------------------------------------- */
	#sec__point .pic__inner {
		padding-left: 5%;
		padding-right: 5%;
		background-color: #fff;
		padding-bottom: 20px;
	}
	#sec__point .doctor__message {
		background: url(../img/sec__lead--bg.jpg) no-repeat 100% 0;
		background-size: auto 100%;
	}
	#sec__point .doctor__message span {
		display: inline-block;
		position: relative;
		z-index: 3;
	}
	#sec__point .doctor__message strong {
		display: inline-block;
		font-size: 1.35em;
		margin: 0 0 0em -0.5em;
		position: relative;
		z-index: 3;
	}
	#sec__point .text__inner {
		padding-left: 5%;
		padding-right: 5%;
		background-color: #fff;
		padding-bottom: 20px;
	}
	/* -------------------------------------------------
		クリニック案内
	------------------------------------------------- */
	#sec__info .pic__inner {
		padding-left: 5%;
		padding-right: 5%;
		background-color: #fff;
		padding-bottom: 0px;
	}
	#sec__info .doctor__message {
	background: url(../img/sec__lead--bg.jpg) no-repeat 100% 0;
	background-size: auto 115%;
/*		padding: 40px 5% 40px;

		background: url(../img/sec__lead--bg.jpg) no-repeat right top;
		background-size: 21em auto;
		background-color: #FDFDFD;
		color: #14369E;
		font-size: 1.15em;
		overflow: hidden;
		position: relative;*/
	}
	#sec__info .doctor__message p {
		padding-right: 9em;
		text-align: center;
		margin: 0.5em 0;
		line-height: 1.4;
	}
	#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.35em;
		margin: 0 0 0em -0.5em;
		position: relative;
		z-index: 3;
	}
	#sec__info .text__inner {
		padding-left: 10%;
		padding-right: 10%;
		background-color: #fff;
		padding-bottom: 20px;
	}
}

@media screen and (min-width : 768px) {/* PCレイアウト */
	/* -------------------------------------------------
		メインビジュアル
	------------------------------------------------- */
	.sec__mv {
		background: url("../img/sec__mv--doctor.png") no-repeat 600px 100%,url("../img/sec__mv--bg.jpg") no-repeat 50% 50%;
		background-size: 15em auto, auto;
		padding: 0;
		position: relative;
		z-index: 10;
		overflow: hidden;
	}
	.sec__mv h2 {
		margin: 1em auto 0.4em auto;
		text-align: left;
		max-width: 950px;
		padding: 0;
		padding-left: 100px;
	}
	.sec__mv h2 span .pcleft {
		padding-left: 5em;
	}
	.sec__mv h2 span,
	.sec__mv h2 strong {
		display: block;
		position: relative;
		z-index: 12;
		line-height: 0;
	}
	.sec__mv h2 .h2__01 {
		width: 22em;
		margin: 0 auto 0.3em;
		position: relative;
		left: -8.5em;
	}
	.sec__mv h2 strong img {
		width: 25em;
		padding-left: 2.8em;
	}
	.sec__mv .wrap {
		background: none;
	}
	.sec__mv__txt {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		position: relative;
		z-index: 12;
		width: auto;
		max-width: 855px;
		padding: 0;
		padding-left: 195px;
		margin: 0 auto;
	}
	.sec__mv__txt li {
		width: 6.1em;
		margin: 0 2% 0 0;
	}
	.sec__mv__txt li:first-child {
		padding-left: 0.1em;
	}
	.sec__mv__txt li img {
		width: 100%;
	}
	.after__point {
		max-width: 805px;
		width: 100%;
		margin: 0.1em auto 0.2em auto;
		position: relative;
		padding-left: 245px;
		z-index: 12;
		text-align: left;
	}
	.after__point img {
		width: 280px;
	}
	.sec__mv__point {
		max-width: 890px;
		padding-left: 160px;
		margin: 0 auto;
		text-align: left;
		margin-bottom: 1.4em;
		position: relative;
		z-index: 12;
	}
	.sec__mv__point li {
		margin-bottom: 0.5em;
	}
	.sec__mv__point li img {
		width: 100%;
	}
	.sec__mv__point li:nth-of-type(1) {
		width: 17em;
	}
	.sec__mv__point li:nth-of-type(2) {
		width: 19em;
		padding-left: 2em;
	}
	.sec__mv__point li:nth-of-type(3) {
		width: 20.1em;
		padding-left: 4em;
	}
	.sec .wrap {
		margin-bottom: 70px;
	}
	.sec .cmn.wrap {
		margin-bottom: 2em;
	}
	.sec h4 {
		background: #4C97E1;
		padding: 0.4em 5px;
		margin: 0 0 20px;
		font-size: 1.4em;
		color: #FFF;
		border-radius: 0;
	}

	.sec__point__lead {
		background: #fff;
	}
	.sec__point__lead .inner.nonebg {
		background: #FFF;
		max-width: 800px;
		margin: 0 auto 0 !important;
		padding: 20px 50px 30px !important;
	}

	/* -------------------------------------------------
		イントロダクション
	------------------------------------------------- */
	.point__box {
		padding-left: 10%;
		padding-right: 10%;
	}
	.read__txt {
		text-align: center;
		line-height: 1.8;
		margin: 3em auto 1.7em;
	}
	.read__txt img:nth-of-type(1) {
		width: 300px;
	}
	.read__txt img:nth-of-type(2) {
		width: 330px;
	}
	.read__txt img:nth-of-type(3) {
		width: 380px;
	}
	.set__plan {
		width: 480px;
		margin: 0 auto 2em;
	}
	.scroll__menu {
		width: 36%;
		margin: 2em auto 4em;
	}
	.scroll__menu dd {
		padding: 0.65em 0;
		font-size: 1em;
	}
	#sec__intro h3 {
		padding: 25px 3% 300px;
	}
	#sec__intro h3 span {
		max-width: 400px;
		margin: 0 auto 15px;
	}
	#sec__intro .inner {
		padding: 20px 10%;
	}
	#sec__intro table {
		margin-bottom: 20px;
	}
	#sec__intro th,
	#sec__intro td {
		padding: 13px 0;
	}
	#sec__intro .inner .notes {
		text-align: center;
	}
	.sec__cont {
	/*	background: none;*/
	}
	.sec__cont__box {
		margin: 20px 0;
	}
	#sec__case .sec__cont__box figure img {
		max-width: 430px;
	}
	#sec__merit .sec__cont li {
		width: 49.5%;
		float: left;
	}
	#sec__merit .sec__cont li p {
		font-size: 1.9vw;
	}
	#sec__merit .sec__cont li:nth-of-type(even) {
		float: right;
	}
	#sec__merit .sec__cont li:nth-of-type(odd) {
		clear: left;
	}
	#sec__merit .sec__cont__box {
		margin: 5px 0;
		padding: 1% 0;
	}

	/* -------------------------------------------------
		院長紹介
	------------------------------------------------- */
	#sec__point .pic__inner {
		padding-left: 10%;
		padding-right: 10%;
		background-color: #fff;
		padding-bottom: 20px;
	}
	#sec__point .doctor__message {
		padding: 40px 5% 20px;
		background-color: #FDFDFD;
		color: #14369E;
		font-size: 1.15em;
		overflow: hidden;
		position: relative;
	}
	#sec__point .doctor__message span {
		display: inline-block;
		position: relative;
		z-index: 3;
	}
	#sec__point .doctor__message strong {
		display: inline-block;
		font-size: 1.35em;
		margin: 0 0 0em -0.5em;
		position: relative;
		z-index: 3;
	}
	#sec__point .doctor__message p.indleft {
		position: relative;
		left: 0.2em;
	}
	#sec__point .text__inner {
		padding-left: 10%;
		padding-right: 10%;
		background-color: #fff;
		padding-bottom: 20px;
	}
	#sec__point div.inner {
		margin: 0 10% 10px;
	}
	.sec__point__lead .inner {
		margin: 0 10% 10px;
	}
	.sec__fee__lead__list {
		margin: 40px auto 30px;
		max-width: 460px;
	}
	.sec__fee__lead__list li {
		padding: 18px 0 18px 50px;
		margin: 20px 0 20px 20px;
	}
	.sec__fee__lead__list li::before {
		transform: scale(0.7);
	}
	.sec__fee__tbl {
		margin-bottom: 15px;
	}
	.sec__fee__tbl th {
		padding: 16px 2%;
	}
	.sec__fee__tbl td {
		padding-top: 2%!important;
		padding-bottom: 2% !important;
	}
	.sec__fee__tbl td:nth-of-type(1) {
		padding-left: 4%;
	}
	.sec__fee__tbl caption,
	.sec__fee__tbl caption strong {
		margin-bottom: 25px;
	}
	#sec__pay .ta--center strong {
		margin: 1em auto;
	}
	#sec__progress .inner {
		margin: 0 10% 20px;
		padding: 15px 2% 0;
	}
	#sec__progress .sec__progress__lead {
		text-align: right;
		font-size: 1.3em;
		padding: 7% 0;
	}
	.sec__faq__list {
		margin: 15px 10% 0;
		padding: 0 0 10px;
	}
	.sec__faq__list dt,
	.sec__faq__list dd {
		background-position: 2% 0.3em;
		padding-left: calc( 1.8em + 2%);
		padding-right: 2%;
	}
	#sec__info figure img {
		max-width: 600px;
	}
	#sec__info .figure--l img {
		max-width: 100%;
	}
	#sec__info .sec__info__tbl th {
		width: 20%;
	}
	.cmn__bnr {
		margin: 0 10% 30px;
		max-width: none;
	}
	.cmn__info {
		padding: 15px 0 20px;
		margin: 12% 0 0;
	}
	.cmn__info__clinic {
		top: -40px;
		font-size: 1.2em;
		padding-left: 2%;
		width: 98%;
	}
	.cmn__info p {
		margin: 0 0 20px 0;
		padding: 0 100px 15px 100px;
		font-size: 1.1em;
	}
	.cmn__info p span {
		display: inline-block;
	}
	.cmn__info p::before {
		position: absolute;
		content: "";
		background: #FFF;
		display: block;
		width: 50px;
		height: 150%;
		left: 0;
		bottom: 0;
	}
	.cmn__info p::after {
		width: 135px;
		height: 150px;
		left: -2px;
	}
	.cmn__contact {
		padding: 30px 10%;
	}
	.cmn__contact li {
		margin: 25px 0;
	}
	.cmn__contact li a {
		padding: 20px 0;
		border-radius: 5px;
	}

	/* -------------------------------------------------
		長茎術
	------------------------------------------------- */
	#sec__menu__blue {
		position: relative;
	}
	.concept {
		position: absolute;
		right: 0;
		top: -2.5em;
		width: 7em;
	}
	.point__box figure {
		padding: 0 15%;
	}
	.point__box figure img {
		max-width: 550px;
	}
	.point__box figure.one__image {
		padding: 0 25%;
	}
	.point__box p {
		padding: 0 0;
	}
	.point__box .result__list {
		max-width: 550px;
		margin: 1em 15% 2em;
	}
	.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.3em 0;
		padding: 0;
		font-size: 1em;
		text-align: left;
		font-weight: bold;
		background: linear-gradient(#5999E8, #0065DB);
		border-radius: 0.9em;
	}
	.point__box .result__list li span.icon {
		padding: 0.15em 0;
		padding-left: 20%;
		background-image: url(../img/sec__menu__blue__icon__01.png);
		background-repeat: no-repeat;
		background-position: 0.4em center;
		background-size: 1.3em auto;
	}
	.point__box p.info--txt {
		font-size: 0.945em;
		letter-spacing: -0.01em;
		padding-bottom: 1.6em;
	}
	.point__box .about__price {
		padding: 0.3em 0 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 0;
	}
	.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__green {
		position: relative;
	}
	#sec__menu__green.sec h3 {
		text-align: left;
		padding: 0.4em;
		padding-left: 3%;
		padding-bottom: 0.55em;
		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;
	}
	.short--space {
		letter-spacing: -0.04em;
	}
	.pic__andtext__box {
		position: relative;
		margin: 0 8%;
		margin-bottom: 1.5em;
	}
	.pic__andtext__box figure {
		padding: 0;
	}
	.pic__andtext__box figure figcaption{
		max-width: 550px;
		width: 100%;
		margin: 0 auto;
		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: 17.25%;
		bottom: -0.1em;
		width: 65.6%;
		background: #002333;
		padding: 1em 0;
		font-size: 1.1em;
		color: #fff;
	}
	.point__box .img__injection figure {
		padding: 0 8%;
	}
	.img__injection {
		margin: 0 24% 0.5em 10%;
		width: auto;
	}
	.injection__after__txt {
		width: 550px;
		margin: 0 auto 1em;
		background: #002333;
		padding: 0.75em 0;
		color: #fff;
	}
	.img__chemical {
		margin: 0.5em 15% 1em;
	}
	.point__box h5 {
		background: #3F8CDC;
		padding: 0.5em 5px;
		margin: 0 36% 15px;
		font-size: 1.1em;
		border-radius: 1em;
		color: #FFF;
	}

	/* -------------------------------------------------
		陰茎増大術
	------------------------------------------------- */
	#sec__menu__red {
		position: relative;
	}
	#sec__menu__red.sec h3 {
		text-align: left;
		padding: 0.4em;
		padding-bottom: 0.55em;
		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;
	}
	/* -------------------------------------------------
		特別セットプラン
	------------------------------------------------- */
	.special__plan {
		border: solid 4px #1848A2;
		border-radius: 0.2em;
		box-shadow: 1px 1px 2px rgba(0,0,0,0.4),inset 1px 1px 2px rgba(0,0,0,0.5);
		position: relative;
		width: 450px;
		margin: 3em auto 1em;
	}
	.special__plan.ajtgreen {
		padding-bottom: 0.5em;
	}
	.special__plan.ajtred {
		padding-bottom: 0.5em;
	}
	.special__plan .concept {
		width: 20%;
		position: absolute;
		right: -0.9em;
		top: -2.7em;
		z-index: 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;
		box-shadow: inset 2px 2px 3px rgba(0,0,0,0.2);
	}
	.special__plan .column3 {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0.6em 0;
		padding-bottom: 0.2em;
	}
	.special__plan .column3.setbottom {
		background: url(../img/sec__menu__fee__spprice__bg.jpg) no-repeat 4.3em 0.55em;
		background-size: 130px auto;
		padding-bottom: 0.5em;
	}
	.special__plan .column3.plan3 {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0.6em 0;
	}
	.special__plan .column3 .plus {
		margin: 0 0.3em;
	}
	.space__right {
		margin-right: 1.5em !important;
	}
	.sec__fee__minors dt {
		background: #3F8EDE;
		padding: 0.35em 0;
		color: #fff;
		font-size: 1.15em;
		letter-spacing: 0.5px;
	}

	/* -------------------------------------------------
		よくある質問
	------------------------------------------------- */
	#sec__faq .sec__faq__list dt {
		background: url(../img/sec__faq__list--icon.png) no-repeat 10px 0.6em #1848A2;
		background-size: 23px auto;
		margin: 20px 0 0;
	}

	/* -------------------------------------------------
		クリニック案内
	------------------------------------------------- */
	#sec__info .pic__inner {
		padding-left: 10%;
		padding-right: 10%;
		background-color: #fff;
		padding-bottom: 20px;
	}
	#sec__info .doctor__message {
		padding: 40px 5% 40px;
		background: url(../img/sec__lead--bg.jpg) no-repeat 100% 0;
		background-size: auto 100%;
		background-color: #FDFDFD;
		color: #14369E;
		font-size: 1.15em;
		overflow: hidden;
		position: relative;
	}
	#sec__info .doctor__message p {
		padding-right: 9em;
		text-align: center;
		margin: 0.5em 0;
		line-height: 1.4;
	}
	#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.35em;
		margin: 0 0 0em -0.5em;
		position: relative;
		z-index: 3;
	}
	#sec__info .text__inner {
		padding-left: 10%;
		padding-right: 10%;
		background-color: #fff;
		padding-bottom: 20px;
	}
}

/* -------------------------------------------------
	西武ライオンズバナー
------------------------------------------------- */
.lions {
	background: #DAECFD;
	padding: 1.2em 0;
	margin: 2.1em auto;
	max-width: 1000px;
}
.lions picture img {
	width: 90%;
	max-width: 600px;
}
.lions p {
	text-align: center;
	margin: 0.7em 0 0;
}
.lions p img {
	width: auto;
	height: 0.87em;
	margin: 0.35em 0;
}
@media screen and (min-width: 600px) {
.lions {
	padding: 30px 5% 25px;
	max-width: calc(1000px - 10%);
}
.lions picture img {
	max-width: 781px;
}
}

/* -------------------------------------------------
	スーパーヒアルロン酸バナー
------------------------------------------------- */
.superBnr {
	max-width: 450px;
	margin: 0 auto 1.8em;
	border: solid 1px #0D0E17;
	overflow: hidden;
	position: relative;
}
.superBnr::after {
	content: "";
	width: 8em;
	height: 8em;
	display: block;
	background-color: #A90000;
	border-radius: 50%;
	position: absolute;
	right: -1.4em;
	top: -2em;
	z-index: 2;
}
.superBnr h5 {
	background-color: #000000;
	color: #fff;
	border-radius: 0;
	border: none;
	font-size: 0.85em;
	text-align: left;
	padding: 0.5em 0;
	padding-left: 0.5em;
	margin: 0;
	width: calc(100%- 0.5em);
	letter-spacing: -0.05em;
}
.superBnr .txt {
	padding: 0.4em 0.6em 0.9em 0.4em;
	font-size: 0.76em;
	text-align: left;
}
.superBnr .txt span {
	font-size: 1.9em;
	position: relative;
	top: 0.1em;
	font-style: italic;
	letter-spacing: -0.05em;
	padding-right: 0.15em;
}
.superBnr .txt span.lotxt {
	letter-spacing: -0.1em;
}
.superBnr .circle {
	color: #fff;
	position: absolute;
	right: 0.1em;
	top: 1em;
	font-size: 0.76em;
	z-index: 3;
	line-height: 1.4;
}
.superBnr .circle img {
	width: 7.6em;
}
.superBnr2 {
	max-width: 450px;
	margin: 0 auto 1.8em;
	border: solid 1px #0D0E17;
	overflow: hidden;
	position: relative;
}
.superBnr2::after {
	content: "";
	width: 8em;
	height: 8em;
	display: block;
	background-color: #A90000;
	border-radius: 50%;
	position: absolute;
	right: -1.9em;
	top: -2em;
	z-index: 2;
}
.superBnr2 h5 {
	background-color: #000000;
	color: #fff;
	border-radius: 0;
	border: none;
	font-size: 0.85em;
	text-align: left;
	padding: 0.5em 0;
	padding-left: 0.5em;
	margin: 0;
	width: calc(100%- 0.5em);
	letter-spacing: -0.05em;
}
.superBnr2 .txt {
	padding: 0.4em 0.6em 0.9em 0.4em;
	font-size: 0.76em;
	text-align: left;
}
.superBnr2 .txt span {
	font-size: 1.9em;
	position: relative;
	top: 0.1em;
	font-style: italic;
	letter-spacing: -0.05em;
	padding-right: 0.15em;
}
.superBnr2 .txt span.lotxt {
	letter-spacing: -0.1em;
}
.superBnr2 .circle {
	color: #fff;
	position: absolute;
	right: 2.1em;
	top: 1em;
	text-align: right;
	font-size: 0.76em;
	z-index: 3;
	line-height: 1.4;
}
.superBnr2 .circle img {
	width: 10em;
	position: relative;
	left: 3.3em;
	top: -1em;
}

/* -------------------------------------------------
	術後について開閉メニュー
------------------------------------------------- */
.afterCare {
	max-width: 500px;
	margin: 0 auto 3em;
}
.afterCare dt {
	background-color: #3A8ADF;
	border-radius: 0.3em;
	color: #fff;
	font-size: 1.0625em;
	padding: 0.83em 0;
	width: 88%;
	margin: 0 auto;
}
.afterCare dt span {
	position: relative;
}
.afterCare dt span::before {
	position: absolute;
	content: "";
	left: -1.4em;
	top: 0;
	width: 1.1em;
	height: 1.1em;
	background-color: #1848A2;
}
.afterCare dt span::after {
	position: absolute;
	content: "";
	right: -1.4em;
	top: 0.15em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}
.afterCare dt span span::before,
.afterCare dt span span::after {
	position: absolute;
	content: "";
	left: -1.25em;
	top: 0.45em;
	background: #FFF;
	width: 0.8em;
	height: 4px;
}
.afterCare dt span span::after {
	border: none;
	transform: rotate(90deg);
}
.afterCare dt.close span span::after {
	display: none;
}
.afterCare dt.close span span::after {
	display: none;
}
.afterCare dt.close span::after {
	transform: rotate(180deg);
}
.afterCare dd {
	padding: 1em 0;
}
.afterCare dd .title {
	color: #153D83;
	margin-bottom: 0.5em;
	text-align: left;
}
.afterCare dd ul {
	width: 100%;
	text-align: left;
}
.afterCare dd li {
	margin-bottom: 0.1em;
	padding-left: 0.5em;
	text-indent: -0.5em;
	font-size: 0.945em;
}
.afterCare dd p {
	font-size: 0.945em;
}
@media screen and (min-width : 768px) {
	.afterCare dt {
		background-color: #3A8ADF;
		border-radius: 0.3em;
		color: #fff;
		font-size: 1.0625em;
		padding: 0.6em 0;
		width: 88%;
		margin: 0 auto;
	}

}

/* -------------------------------------------------
	長茎術リスト
------------------------------------------------- */
.select {
	max-width: 450px;
	width: 74%;
	margin: 0 auto 1em;
	border: solid 1px #868E9E;
	border-radius: 0.2em;
	padding: 0.3em;
}
.select ul {
	width: calc(100% - 0.8em);
	background-color: #F7F5F3;
	border-radius: 0.2em;
	padding: 0.4em;
	padding-top: 0.3em;
	text-align: left;
}
.select ul li {
	padding-bottom: 0.4em;
}
.select ul li img {
	width: auto;
	height: 1.1em;
}
.pw65 {width: 65% !important;}
.pw70 {width: 70% !important;}
.pw88 {width: 88% !important;}
.pw94 {width: 94% !important;}
