@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;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: auto;
	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;
}

/* ------------------------------------------------------------
	Layout
------------------------------------------------------------ */
body {
	font-size: 0.15rem;
}
.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;
}
.footer {
	margin-top: 3em;
}
.footer small {
	display: block;
	color: #fff;
	background: #0E1A38;
	padding: 1.2em 0;
	font-size: 0.8em;
}
.footer small span {
	font-size: 1.7em;
	vertical-align: middle;
}
.footer p {
	position: fixed;
	right: 3%;
	text-indent: -9999px;
	outline: none;
	width: 2.6em;
	height: 2.6em;
	background: rgba(255,255,255,.4);
}
.footer p a {
	display: block;	
	width: 100%;
	height: 100%;
}
.footer p::before,
.footer p a::before,
.footer p a::after {
	content: "";
	display: inline-block;
	width: 2em;
	position: absolute;
	left: .3em;
	background: rgba(0,0,0,.1);
}
.footer .tomenu {
	bottom: 6.5em;
}
.footer .tomenu::before,
.footer .tomenu a::before,
.footer .tomenu a::after {
	height: .2em;
	border-radius: .2em;
}
.footer .tomenu::before {
	top: .5em;
}
.footer .tomenu a::before {
	top: 1.1em;
}
.footer .tomenu a::after {
	top: 1.7em;
}
.footer .pagetop {
	bottom: 3.5em;
	border-radius: 50%;
}
.footer .pagetop a::after {
	height: 1.5em;
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
	top: .3em;
}

@media screen and (max-width : 767px) {
body {
	padding: 2.5em 0 4em;
}
.inner {
	padding-left: 3%;
	padding-right: 3%;
}

.header__clinic {
	background: #0E1A38;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 100;
}
.header__clinic a {
	height: 2.5em;
	display: flex;
    align-items: center;
	padding: 0 3em 0 3%;
}
.header__clinic img {
	height: 1em;
}
.header__clinic img:nth-of-type(2) {
	height: .9em;
	margin-left: 0.5em;
}
.header .header__nav__btn {
	position: fixed;
	right: 0;
	top: 0;
	background: #0E52BF;
	display: block;
	font-size: 1em;
	width: 3em;
	height: 2.5em;
	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.3em;
	height: 1.5px;
	background: #fff;
	left: calc(50% - 0.65em);
}
.header .header__nav__btn::before {top: 0.7em;}
.header .header__nav__btn::after {top: 1.15em;}
.header .header__nav__btn span::before {top: 1.6em;}
.header .active::before {
	transform: rotate(45deg);
	top: 1.15em;
}
.header .active::after {
	transform: rotate(-45deg);
	top: 1.15em;
}
.header .active span::before {
	display: none;
}
.header .header__nav__menu {
	display: none;
	background: rgba(14,82,191,0.9);
	position: fixed;
	left: 0;
	top: 2.5em;
	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__line { left: 50%;}
.contact li.contact__tel { left: 75%;}
.contact li a {
	background: #0E1A38;
	height: 3.2em;
	display: flex;
	outline: none;
	background-size: auto 80%;
	background-position: 50% 45%;
	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__line a {
	background-image: url(../img/contact__line.png);
}
.contact li.contact__tel a {
	background-image: url(../img/contact__tel.png);
	border-right: none;
}
}

@media screen and (min-width : 600px) {
html {
	font-size: 62.5%;
}
body {
	font-size: 1.8rem;
}
}

@media screen and (min-width : 768px) {
.wrap {
	width: min(100%,1000px);
	margin-left: auto;
	margin-right: auto;
}
.inner {
	padding-left: 10%;
	padding-right: 10%;
}

.header--pcfix {
	z-index: 1000;
	background: #0E1A38;
	padding-bottom: 1px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header .wrap {
	background: none;
	padding: .5em 1%;
	width: 98%;
}
.header h1 {
	display: block;
	font-size: 0.7em;
	padding: 8px 0;
}
.header h1,
.header p {
	display: block;
}
.header__clinic {
	float: left;
	line-height: 2;
}
.header__clinic img {
	height: min(3.2vw,26px);
	vertical-align: middle;
}
.header__clinic img:nth-of-type(2) {
	height: min(2.5vw,22px);
	margin-left: 0.5em;
}
.contact li a {
	text-decoration: none;
	color: #fff;
	float: right;
}
.contact li.contact__mail a,
.contact li.contact__reserve a {
	display: block;
	margin-left: 1.5%;
	padding: 0.2em 1%;
	font-size: min(2.4vw,18px);
	border-radius: 3px;
	background: #BCAF93;
}
.contact li.contact__tel a {
	padding: 0 0 0 2em;
	line-height: 1.8;
	background: url("../img/header__tel__icon.png") no-repeat 0;
	background-size: auto 70%;
	text-indent: -9999px;
}
.contact li.contact__line {
	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: 12.5%;}
.header .header__nav__menu li:nth-child(2) { width: 13%;}
.header .header__nav__menu li:nth-child(3) { width: 12%;}
.header .header__nav__menu li:nth-child(4) { width: 12.5%;}
.header .header__nav__menu li:nth-child(5) { width: 12.5%;}
.header .header__nav__menu li:nth-child(6) { width: 12.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 : 1000px) {
.header .wrap {
	padding: .5em 0;
	width: min(100%, 1000px);
}
.contact li.contact__tel a {
	padding: 0 0 0 1.5em;
	background: url("../img/header__tel__icon.png") no-repeat 0;
	background-size: auto 55%;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 1.5;
	text-indent: 0;
	font-size: 24px;
}
.header .header__nav__menu {
	width: calc(100% - 2px);
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
}

/* ------------------------------------------------------------
	Style
------------------------------------------------------------ */
.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;
}

.mb0 {margin-bottom: 0 !important;}
.mt0 {margin-top: 0 !important;}
.ta--center { text-align: center !important;}
.fs-tiny { font-size: 0.9em !important;}
.fs-small { font-size: 0.95em !important;}
.ib {display: inline-block;}
.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));}

.gf--nt {font-family: 'Noto Serif JP', serif;}
.gf--sm {font-family: 'Shippori Mincho', serif;}

.cmn {
	background: url("../img/cmn2.png") no-repeat 46% 100%,url("../img/cmn1.png") no-repeat calc(0% - 1.3em) 100%,url("../img/cmn3.png") no-repeat calc(100% + 2em) 100%;
	background-size: auto 100%;
	padding: 7em 0 .7em;
	margin: 1em auto 0;
	width: min(100%,600px);
}
.spplan {
	width: min(100%,1000px);
	margin: auto;
}
.spplan dt {
	background: #0C48B0;
	padding: .6em 0;
}
.spplan dt img {
	height: 1.25em;
}
.spplan dd ul {
	background: #13203C;
	text-align: left;
	padding: .5em 0;
}
.spplan dd li {
	width: 21.5em;
	margin: .2em auto;
}
.spplan dd li img {
	height: 2.5em;
}
.spplan dd p {
	font-size: .85em;
	margin: .8em 0 0;
}
.cv__txt {
	background: #0E1A38;
	margin: 5em auto 0;
	width: min(100%,1000px);
	position: relative;
}
.cv__txt img {
	position: absolute;
	top: -1.8em;
	left: calc(50% - 7.5em);
	height: 1.4em;
	z-index: 10;
}
.cv__txt p {
	color: #FFF;
	margin-left: .7em;
	border-bottom: 1px solid #FFF;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 3em;
	line-height: 1;
	padding: .5em 0 .5em 4.5em;
	font-size: 1.05em;
}
.cv__txt p span {
	width: auto;
	font-size: .95em;
}
.cv__txt p::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 5.5em;
	height: 6.5em;
	background: url(../img/cv__txt-bg.png) no-repeat 0 100%;
	background-size: contain;
}
.cv__txt strong {
	display: block;
	color: #FFE816;
	font-size: 1.4em;
	padding: .7em 0;
}
.cv__ctc {
	background: #F5F5E9;
	padding: .3em 0;
	margin: auto;
	width: min(100%,1000px);
}
.cv__ctc li {
	margin: .8em auto;
	width: min(90%, 800px);
}
.cv__ctc li a img {
	height: 1.92em;
}
.cv__ctc li a {
	display: block;
	padding: .8em 0;
	border-radius: .2em;
	color: #FFF;
}
.cv__ctc li:nth-of-type(1) a {
	background: #005700;
	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%);
}
.cv__ctc li:nth-of-type(2) a {
	background: #0044AB;
	background : linear-gradient(180deg, rgba(0, 59, 148, 1) 0.15%, rgba(0, 61, 152, 1) 12.03%, rgba(0, 66, 165, 1) 24.48%, rgba(0, 74, 186, 1) 37.14%, rgba(0, 84, 212, 1) 48.88%, rgba(0, 79, 200, 1) 55.25%, rgba(0, 68, 172, 1) 73.06%, rgba(0, 61, 154, 1) 88.59%, rgba(0, 59, 148, 1) 100%);
}
.cv__ctc li:nth-of-type(3) a {
	background: url(../img/cv__ctc__tel-icon.png) no-repeat 100% 100% #0E1A38;
	background-size: 3.2em auto;
	border: 2px solid #0E1A38;
	padding-bottom: .3em;
}
.cv__ctc li a span {
	display: block;
	margin-top: .3em;
	font-size: .9em;
}
.cv__line {
	margin: .8em auto;
	width: min(94%, 800px);
}
.cv__line img {
	height: 1.2em;
}
.cv__line dt {
	border: 1px solid #42B532;
	background: #42B532;
	padding: .5em 0;
	font-size: 1.1em;
}
.cv__line dd {
	border: 1px solid #42B532;
	text-align: center;
	padding: .8em 0;
}
.cv__line dd a {
	display: block;
	background: url(../img/cv__line-icon.png) no-repeat calc(50% - 2.5em) 50% #42B532;
	background-size: auto 1.5em;
	padding: .6em .5em .6em 2.5em;
	font-size: 1.3em;
	color: #FFF;
	border-radius: .2em;
	margin: .6em auto;
	width: 5.5em;
}
.lions {
	display: block;
	margin: 1em auto 3em;
	width: min(94%, 800px);
}

.sec {
	margin-bottom: 3em;
}
.sec p {
	margin-bottom: 0.5em;
	text-align: justify;
}
.sec p strong {
	color: #B00606;
	font-weight: bold;
}

.sec a {text-decoration: underline;}

.sec h3.gf--nt {
	background: #0E1A38;
	color: #FFF;
	font-size: 1.65em;
	letter-spacing: -.04em;
}
.sec h3.gf--nt strong {
	display: block;
	padding: .6em 0 .7em;
}
.sec h3.gf--nt span {
	display: inline-block;
	font-size: .75em;
	padding: .8em 0 .6em;
	border-bottom: 1px solid #FFF;
}
.sec .bgb {
	background: #E2EEFA;
	padding-top: 1em;
	padding-bottom: 2em;
}
.sec .bgbbox {
	border: 1px solid #002F89;
	background: #FFF;
	margin-bottom: .8em;
}
.sec .bgbbox dt {
	display: inline-block;
	border-bottom: 2px solid #003E7D;
	padding: .8em .2em .4em;
}
.sec .bgbbox dt img {
	height: .8em;
}
.sec .bgbbox dd {
	padding: .8em 3% .5em;
}
.sec .bgbbox dd figure {
	width: 85%;
	margin: .7em auto;
}
.sec .bgbbox dd h4 {
	font-size: 1.35em;
	font-weight: bold;
	color: #003E7D;
	margin-bottom: .3em;
}
.sec .bgbbox dd h5 {
	font-size: 1.15em;
	margin: .7em 0;
}
.sec .bgbbox dd h6 {
	color: #FFF;
	position: relative;
	z-index: 2;
	padding: .6em 0;
	width: min(80%,400px);
	margin: 0 auto .8em;
	font-size: 1.2em;
}
.sec .bgbbox dd h6::before {
	position: absolute;
	content: "";
	display: block;
	background: #408DDD;
	border-radius: .2em;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: skew(-30deg);
	z-index: -1;	
}
.sec .credit {
	margin: .5em auto;
}
.sec .credit img {
	height: 2.2em;
	margin: .3em 0;
}
.sec .loan {
	display: block;
	background: #023E7D;
	color: #FFF;
	border-radius: .2em;
	line-height: 1.5;
	padding: .4em 0;
	font-size: 1.15em;
	margin: .7em auto;
	width: min(100%, 500px);
}

#mv {
	background: url(../img/mv-ph.png) no-repeat calc(100% + 6.5em) 100%, url(../img/mv-bg.jpg) no-repeat 50% 50%;
	background-size: 21em auto, auto 200%;
	padding: .5em 3% 1.5em;
	margin-bottom: 0;
}
#mv h2 {
	margin: auto;
	width: min(100%,550px);
}
#mv h2 span {
	display: block;
	width: 85%;
	margin: 0 auto .4em;
}
#mv .mv__catch {
	display: flex;
	justify-content: space-between;
	margin: .5em auto 1.3em;
	width: min(100%,550px);
	font-size: 1.05em;
}
#mv .mv__catch li {
	width: 32%;
	color: #FFF;
	background: #0D152D;
	border: 1px solid #FFF;
	border-radius: .4em;
	line-height: 1.2;
	padding: .5em 0;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,.3);
}
#mv .mv__pt {
	width: min(100%,400px);
	margin: auto;
}
#mv .mv__pt li {
	text-align: left;
	color: #0D152D;
	line-height: 1;
	margin-top: 1em;
}
#mv .mv__pt li img {
	height: 1em;
	position: relative;
	z-index: 2;
}
#mv .mv__pt li span:not(.f--filter) {
	display: block;
	width: 4em;
	background: #0D152D;
	border-left: .5em solid #0E4D9B;
	padding: .3em 0 .2em 2%;
	position: relative;
}
#mv .mv__pt li:nth-of-type(2) span:not(.f--filter) {
	border-left: .5em solid #13522E;
}
#mv .mv__pt li:nth-of-type(3) span:not(.f--filter) {
	border-left: .5em solid #931B19;
}
#mv .mv__pt li span:not(.f--filter)::before {
	content: "";
	position: absolute;
	right: -1em;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0D152D;
	transform: skew(40deg, 0deg);
	border-radius: 0 .3em 0 0;
	z-index: 0;
}
#mv .mv__pt li strong {
	display: inline-block;
	border-top: 2px solid #0D152D;
	padding-top: .5em;
}
#mv .mv__pt li .f--filter {
	font-weight: bold;
	font-size: 1.25em;
}

#sec__intro h3.gf--nt strong {
    font-size: .8em;
}
#sec__intro .sec__intro__fee {
	width: min(100%, 500px);
	margin: 2.5em auto 1em;
	border-collapse: separate;
	border: 1px solid #646464;
	border-left: 1em solid #FFF;
	border-radius: .5em;
	position: relative;
}
#sec__intro .sec__intro__fee::before {
	content: '';
	display: inline-block;
	width: 4.5em;
	height: 5em;
	background: url(../img/sec__case--pic02.png) no-repeat;
	background-size: auto 100%;
	position: absolute;
	bottom: -1px;
	left: -1.5em;
}
#sec__intro .sec__intro__fee th,
#sec__intro .sec__intro__fee td {
	padding: .5em 0;
	vertical-align: middle;
}
#sec__intro .sec__intro__fee th {
	color: #FFF;
	font-size: 1.2em;
	background: #092666;
	padding-left: 2em;
}
#sec__intro .sec__intro__fee td img {
	height: 1.65em;
}
#sec__intro .pnl {
	margin: 1em auto 2em;
	width: min(70%,400px);
}
#sec__intro .pnl dt {
	border: 1px solid #B8B4B4;
	background: #E5E4E4;
	font-size: 1.1em;
	padding: .5em 0;
}
#sec__intro .pnl dt::before {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: .7em;
	background: #0E1A38;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	margin: 0 .1em .2em 0;
	vertical-align: middle;
}
#sec__intro .pnl dt.close::before {
	clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
#sec__intro .pnl dd {
	background: rgba(0,0,0,.5);
	text-align: left;
}
#sec__intro .pnl dd li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: .5em 0 .5em 5%;
	border-bottom: 1px solid #FFF;
	font-size: .8em;
}
#sec__intro .pnl dd li a::before {
	content: "・";
}
#sec__intro .sec__intro__note {
	background-color: #fff;
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),linear-gradient(0deg, #000 1px, transparent 1px);
	background-size: .5em 100%,100% 2.2em;
	line-height: 2.2em;
	margin-bottom: 1.2em;
}
#sec__intro div.bgbbox .sec__intro__note:last-of-type {
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),linear-gradient(180deg, #000 1px, transparent 1px);
	padding-bottom: 1px;
}


#sec__intro .bgbbox dd figure {
    width: 40%;
    margin: 1em auto 0;
}
#sec__intro .bgbbox dd p img {
    display: block;
    margin: .4em auto;
    height: 1.9em;
}
#sec__intro div.bgbbox {
	padding: 1.5em 3% .5em;
	margin-top: 3em;
	position: relative;
	border-radius: .2em;
}
#sec__intro div.bgbbox::before {
	content: "";
	position: absolute;
	left: calc(50% - 4.5em);
	top: -1.6em;
	display: block;
	width: 9em;
	height: 2.6em;
	background: url(../img/sec__intro-bg.png) no-repeat;
	background-size: contain;
}
#sec__intro div.bgbbox figure {
	width: 80%;
	margin: .7em auto;
}

#sec__case .bgbbox dd figure {
	width: 40%;
	margin: 1em auto 0;
}
#sec__case .bgbbox dd p img {
	display: block;
	margin: .4em auto;
	height: 1.9em;
}
#sec__merit .bgbbox {
	border: none;
}
#sec__point .sec__point__lead {
	background: url(../img/sec-bg.jpg) no-repeat 100% 45% #FFF;
	background-size: auto 170%;
	padding: 1em 5%;
	margin: 0 -3%;
	text-align: right;
}
#sec__point .sec__point__lead p {
	color: #002F89;
	margin: 0 25% 1em 0;
	font-size: 1.1em;
	
}
#sec__point .sec__point__lead p span:not(.ib) {
	font-size: 1.5em;
	letter-spacing: -.03em;
	margin-left: -.5em;
}
#sec__point .sec__point__lead img {
	height: 1em;
}
#sec__point .bgb {
	padding-top: 0;
}
#sec__point div.bgbbox {
	border: none;
	padding: 1em 3%;
	margin-bottom: 1.5em;
}
#sec__point .bgbbox h5 {
	background: #408DDD;
	color: #FFF;
	padding: .6em 0;
	border-radius: .7em;
}
#sec__point .bgbbox dt,
#sec__point .bgbbox h4 {
	position: relative;
	z-index: 1;
}
#sec__point dl.bgbbox:first-of-type h5.mt0 {
	background: #AC9251;
}
#sec__point dl.bgbbox:first-of-type figure:first-of-type {
	width: 106%;
	margin: -4.8em -3% 0;
}
#sec__point dl.bgbbox:first-of-type figure:nth-of-type(2),
#sec__point dl.bgbbox:first-of-type figure:nth-of-type(3) {
	width: 100%;
}

#sec__fee p.ta--center strong {
	font-size: 1.25em;
	font-weight: normal;
	margin-top: .7em;
}
#sec__fee .sec__fee__lead {
	margin: 1em auto;
	width: min(95%,23em);
}
#sec__fee .sec__fee__lead li {
    background: #ECF9FF;
    border-radius: 0 1.2em 1.2em 0;
    padding: .5em 0 .5em 1.7em;
	margin: 0 0 .7em 1em;
    text-align: left;
    position: relative;
	font-size: 1.2em;
}
#sec__fee .sec__fee__lead li:nth-of-type(1) {
	color: #ED7045;
}
#sec__fee .sec__fee__lead li:nth-of-type(2) {
	color: #446BC5;
}
#sec__fee .sec__fee__lead li:nth-of-type(3) {
	color: #39870B;
}
#sec__fee .sec__fee__lead li::before {
	content: "";
	width: 2.5em;
	height: 3em;
	position: absolute;
    display: inline-block;
    left: -1.3em;
    bottom: 0;
	background-size: auto 100% !important;
}
#sec__fee .sec__fee__lead li:nth-of-type(1)::before {
	background: url(../img/sec__fee__lead-bg1.png) no-repeat 0 100%;
}
#sec__fee .sec__fee__lead li:nth-of-type(2)::before {
	background: url(../img/sec__fee__lead-bg2.png) no-repeat 0 100%;
}
#sec__fee .sec__fee__lead li:nth-of-type(3)::before {
	background: url(../img/sec__fee__lead-bg3.png) no-repeat 0 100%;
}
#sec__fee h4 {
	background: #0E1A38;
	color: #FFF;
	font-size: 1.5em;
	padding: .5em 0;
	margin: 1.5em 0 .5em;
}
#sec__fee .sec__fee__tbl {
	width: 100%;
	margin: .7em auto;
	font-size: 1.2em;
	color: #003E7D;
}
#sec__fee .sec__fee__tbl th {
	border: 1px solid #003079;
	padding: .4em 0;
	color: #FFF;
	background: #00307A;
}
#sec__fee .sec__fee__tbl th:first-of-type {
	border-right: 1px solid #FFF;
}
#sec__fee .sec__fee__tbl td {
	border: 1px solid #003079;
	padding: .5em 0 .5em 2%;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3;
}
#sec__fee .sec__fee__tbl td:nth-of-type(2) {
	text-align: right;
	width: 31%;
	padding: .5em 2% .5em 0;
	height: 1.8em;
	letter-spacing: -.03em;
}
#sec__fee .sec__fee__tbl:nth-of-type(4) td:nth-of-type(2) {
	width: 58%;
}
#sec__fee .sec__fee__tbl:nth-of-type(2) tr:first-of-type,
#sec__fee .sec__fee__tbl:nth-of-type(3) tr:first-of-type {
	display: none;
}
#sec__fee .sec__fee__tbl td.ta--center {
	padding: .4em 0 .4em .7em;
	letter-spacing: .7em;
}
#sec__fee .sec__fee__tbl tr:nth-of-type(odd) td {
	background: #F5FBFE;
}
#sec__fee h5 {
	color: #FFF;
	background: #1C67B7;
	padding: .4em 0;
	margin: 1.2em auto .5em;
	width: min(70%,500px);
	border-radius: 1.5em;
	font-size: 1.2em;
}
#sec__fee .sec__fee__exbnr {
	margin: 1em auto .5em;
}
#sec__fee .sec__fee__exbnr figcaption {
	background: #AC0C0F;
	color: #FFF;
	font-size: 1.1em;
	padding: .5em 0;
	margin: .8em auto;
	width: min(85%, 500px);
	border-radius: 2em;
}
#sec__fee .sec__fee__dlbox {
	width: min(100%,600px);
	margin: 1.5em auto;
}
#sec__fee .sec__fee__dlbox dt {
	background: #1C67B7;
	color: #FFF;
	padding: .5em 0 .4em;
	font-size: 1.3em;
	border-radius: .5em .5em 0 0;
	border: 1px solid #1C67B7;
}
#sec__fee .sec__fee__dlbox dd {
	border: 1px solid #1C67B7;
	border-radius: 0 0 .5em .5em;
	padding: .5em 0 .7em;
}
#sec__fee .sec__fee__dlbox dd a {
	width: min(90%,430px);
	display: block;
	margin: auto;
	padding: .6em 0;
	background: url(../img/sec__fee__dlbox-btn.png) no-repeat #04295E calc(50% - 6em) 50%;
	background-size: auto 1.5em;
	font-size: 1.3em;
	color: #FFF;
	border-radius: .3em;
	text-decoration: none;
	position: relative;
}
#sec__fee .sec__fee__dlbox dd a::before,
#sec__fee .sec__fee__dlbox dd a::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: calc(50% - 6.5em);
	top: calc(50% - .7em);
}
#sec__fee .sec__fee__dlbox dd a::before {
	width: 1.4em;
	height: 1.4em;
	background: #FFF;
	border-radius: 50%;
}
#sec__fee .sec__fee__dlbox dd a::after {
	background: #04295E;
    width: .8em;
	height: .7em;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
	margin: .4em .3em 0 0;
}
#sec__fee strong.ta--center {
	display: block;
	line-height: 1.4;
	font-size: 1.2em;
	color: #003E7D;
}
#sec__fee .credit {
	text-align: left;
	font-size: .93em;
}
#sec__fee .credit img:nth-of-type(n + 9) {
	height: 2.08em;
}
#sec__fee .loan {
	background: #04295E;
	position: relative;
	margin-top: 1.5em;
}
#sec__fee .loan::before {
	content: "";
    display: inline-block;
	position: absolute;
	left: calc(50% - .75em);
	top: -.98em;
    width: 1.5em;
	height: 1em;
	background: #04295E;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

#sec__after .bgb {
	padding-top: 0;
}
#sec__after .bgbbox {
	border-top: none;
	padding: .5em 3% 1em;
}
#sec__after .sec__after__lead {
	font-size: 1.15em;
	padding: 1.6em 0;
	background: url(../img/sec__after__lead-bg.jpg) no-repeat 0 100%;
	background-size: auto 100%;
}
#sec__after .bgbbox dt {
    display: block;
    border-bottom: none;
	background: #1C67B7;
	border-radius: 2em;
	padding: .4em 0;
	width: min(80%, 600px);
	margin: 1em auto .5em;
	color: #FFF;
	font-size: 1.1em;
}
#sec__after .bgbbox dd {
	padding: 0;
}
#sec__after .bgbbox dd h4 {
	color: #0049B3;
	font-size: 1.15em;
	font-weight: normal;
	margin: .8em 0 .5em;
}
#sec__after .bgbbox dd p strong {
	color: #0049B3;
	font-weight: normal;
}

#sec__faq .sec__faq__list {
	margin-bottom: 1em;
}
#sec__faq .sec__faq__list {
	line-height: 1.6;
	text-align: left;
}
#sec__faq .sec__faq__list dt {
	color: #003E7D;
	background: url(../img/sec__faq__list--icon-q.png) no-repeat 0 1.2em;
	background-size: auto 1.2em;
	padding: 1em 0 .3em 1.5em;
}
#sec__faq .sec__faq__list dd {
	background: url(../img/sec__faq__list--icon-a.png) no-repeat 0 .2em;
	background-size: auto 1.2em;
	padding: 0 0 1em 1.5em;
	border-bottom: 1px solid #3F8FDF;
}
#sec__faq .sec__faq__list dd span.ib:nth-of-type(n + 2) {
	margin-top: .5em;
}
#sec__info .sec__info__lead {
	background: url(../img/sec-bg.jpg) no-repeat 90% 40% #FFF;
	background-size: auto 190%;
	text-align: center;
	padding: 2.3em 27% 2.3em 1%;
	margin: 0 -3% 1em;
}
#sec__info .sec__info__lead span {
	display: inline-block;
	font-size: 1.2em;
	color: #14369E;
	letter-spacing: -.03em;
}
#sec__info .sec__info__lead span:last-of-type {
	display: block;
	margin-top: .5em;
}

#sec__info h4 {
	background: #0E1A38;
	color: #FFF;
	padding: .6em 0;
	font-size: 1.4em;
	margin: 1.5em 0 .5em;
}
#sec__info .sec__info__dr {
	text-align: left;
}
#sec__info .sec__info__dr dt {
	margin-bottom: 1em;
}
#sec__info .sec__info__dr li {
	line-height: 1.3;
	margin: .5em 0;
}
#sec__info .sec__info__tbl {
	width: 100%;
	margin: 1em auto;
	border-bottom: 1px solid #999;
}
#sec__info .sec__info__tbl tr {
	border-top: 1px solid #999;
}
#sec__info .sec__info__tbl th,
#sec__info .sec__info__tbl td {
	text-align: left;
	vertical-align: middle;
	padding: .7em 0;
}
#sec__info .sec__info__tbl th {
	width: 30%;
	position: relative;
	padding-left: 3%;
}
#sec__info .sec__info__tbl th::after {
	content: "：";
	position: absolute;
	right: 15%;
	letter-spacing: 0;
}
#sec__info .sec__info__tbl tr:nth-of-type(5) th {
	letter-spacing: .5em;
}
#sec__info .sec__info__tbl tr:nth-of-type(6) th {
	letter-spacing: 2em;
}
#sec__info .ta--center {
	font-size: .95em;
}
#sec__info .ta--center img {
	height: 1.3em;
	vertical-align: middle;
	margin: 0 .2em .2em 0;
}
#sec__info .sec__info__gmap {
	margin: 1em auto;
}
#sec__info .sec__info__gmap figcaption {
	color: #0D142D;
	font-size: 1.1em;
	line-height: 1.5;
	margin-bottom: .5em;
}
#sec__info .sec__info__gbtn {
	display: block;
    background: url(../img/sec__info__gbtn.png) no-repeat calc(50% - 5.2em) 50% #C5A47A;
    background-size: auto 1.4em;
    color: #FFF;
    text-decoration: none;
    padding: 0.7em 0 0.7em 0;
    border: 1px solid #FFF;
    border-radius: 0.8em;
    font-size: 1.2em;
    box-shadow: 0px 3px 2px rgba(195, 177, 153, 0.75);
    position: relative;
    width: 85%;
    max-width: 400px;
    margin: 1.3em auto 2em;
}
#sec__info .sec__info__gbtn::before,
#sec__info .sec__info__gbtn::after {
    content: "";
    position: absolute;
    display: inline-block;
}
#sec__info .sec__info__gbtn::before {
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    top: calc(50% - 0.6em);
    right: calc(50% - 6em);
}
#sec__info .sec__info__gbtn::after {
  display: inline-block;
  width: .6em;
  height: .7em;
  background: #FFF;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin: .15em 0 0 .85em;
}

.form {
	padding-bottom: 0;
}
.form .sec {
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 30px;
}
.form .sec p {
	margin: 1em 0;
	text-align: left;
}
.form .sec p span {
	display: inline-block;
}
.form .form__tel {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: .8em 0;
	margin: 1em auto;
	width: min(90%, 400px);
	border-radius: .2em;
	border: 1px solid #00004C;
	background : url(../img/cv__ctc__tel-icon.png) no-repeat 100% 100%,linear-gradient(180deg, rgba(19, 20, 128, 1) 0%, rgba(18, 24, 130, 1) 7.36%, rgba(15, 37, 136, 1) 15.08%, rgba(11, 58, 145, 1) 22.96%, rgba(4, 87, 158, 1) 30.9%, rgba(0, 105, 166, 1) 35%, rgba(0, 92, 155, 1) 40.4%, rgba(0, 52, 121, 1) 58.49%, rgba(0, 24, 96, 1) 75.05%, rgba(0, 6, 81, 1) 89.43%, rgba(0, 0, 76, 1) 100%);
	background-size: 3.5em auto, 100%;
}
.form .form__tel img {
	height: 1.9em;
	display: block;
	margin: 0 auto .5em;
}

.form__tbl {
	width: 100%;
	margin: 1em auto 0;
	text-align: left;
}
.form .form__tbl caption {
    width: min(70%,300px);
    margin: 1em auto;
    background: #0449A0;
    color: #FFF;
    font-size: 1.3em;
    padding: .2em 0;
    border-radius: 1em;
    text-align: center;
}
.form__tbl th,
.form__tbl td {
	display: block;
	line-height: 1.6;
	font-weight: normal;
}
.form__tbl th {
	position: relative;
	padding: 1em 0 0 45px;
    border-top: 1px solid #999;
}
.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: top;
	position: absolute;
	left: 0;
	margin-top: 0.35em;
}
.form__tbl th span.required {
    background-color: #0449A0;
}
.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 #999;
	border-radius: 0;
	box-shadow: none;
	padding: .7em .5em;
	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: 7em !important;
}
.form__tbl label {
	border: none !important;
	padding: 0 !important;
	margin: 0.2em 15px 0.1em 0 !important;
}
.form__tbl label:last-of-type {
	margin-right: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: #054291;
	color: #fff;
	margin: 1.5em auto;
	padding: .5em 40px;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	font-size: 1.3em;
    -webkit-appearance: none;
}

/* 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;
}

.pp .sec {
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 30px;
}
.pp .inner {
	text-align: left;
}
.pp h3 span {
	display: inline-block;
}
.pp h4 {
	margin: 1.5em 0 0.5em;
	font-size: 1em;
	font-weight: bold;
	background: none;
	color: #4D4D4D;
	padding: 0;
}
.pp__list li {
	list-style: decimal;
	margin: 0 0 1.5em 30px;
	font-weight: bold;
}
.pp__list h3 {
	margin-bottom: 0.5em;
	font-weight: bold;
}
.pp__list p {
	margin: 0 0 1em -23px;
	font-weight: normal;
}

@media screen and (max-width : 767px) {
.pc { display: none !important;}
.form .contact {
	display: none;
}
.form__tbl label {
	display: block !important;
}
}

@media screen and (min-width : 600px) {
.cmn {
	background-position: 44% 100%, 0 100%, 100% 100%;
	font-size: 1.2em;
}
.cv__txt p {
	padding: .5em 5.5em;
}
.cv__txt img {
	left: calc(50% - 10em);
}
#sec__fee .credit {
	text-align: center;
	font-size: 1.85vw;
}
#sec__intro dl.bgbbox .sec__intro__case {
	margin: 0 auto;
	width: min(100%, 500px);
}
}

@media screen and (min-width : 768px) {
.sp { display: none !important; }

.spplan dd ul {
	padding: 1.2em 0 1.5em;
	text-align: center;
}
.spplan dd li {
	display: inline-block;
	width: auto;
	margin: 0 1%;
}
.spplan dd li img {
	height: min(3.1vw,1.7em);
}

#mv {
	background: url(../img/mv-ph.png) no-repeat calc(50% + 16em) 100%, url(../img/mv-bg.jpg) no-repeat 50% 50%;
	background-size: 21em auto, auto 200%;
	padding: 1em 0 1.5em;
}
#mv h2 span {
	width: 60%;
}
#mv h2,
#mv .mv__catch {
	padding-right: 24%;
}
#mv .mv__pt {
	width: 100%;
	font-size: min(1.9vw,.85em);
}
#mv .mv__pt li {
	display: inline-block;
	margin: 0 1%;
}

#sec__merit .bgbbox {
	float: left;
	width: 49%;
}
#sec__merit .bgbbox:nth-of-type(odd) {
	margin-right: 2%;
}
#sec__merit .bgbbox dd p {
	font-size: min(1.8vw,1em);
}
#sec__point .sec__point__lead {
	padding: 1em 15%;
	margin: auto;
}
#sec__fee .sec__fee__tbl td:nth-of-type(2) {
	width: 40% !important;
}
#sec__fee .credit {
	font-size: min(1.55vw,.85em);
}
#sec__info .sec__info__lead {
	background: url(../img/sec-bg.jpg) no-repeat 100% 35% #FFF;
	background-size: auto 18em;
	padding: 5% 25% 5% 0;
	margin: 0 auto 1em;
}
#sec__info .sec__info__tbl th {
	width: 9em;
}
.form__tbl label {
	display: inline-block !important;
}

}

