@charset "UTF-8";
/*******************************************************
	STYLE (PC)
*******************************************************/
@media screen and (max-width : 767px) {
/* PCのみ表示 */
.pc { display: none !important;}
}

@media screen and (min-width : 600px) {/* サイズ固定 */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.9rem;
}
figure img {
	max-width: 350px;
}

.header .header__nav__btn {
	width: 110px;
}
.header .header__nav__btn span {
	font-size: 18pt;
}

.sec__mv {
	padding: 80px 0 0;
}
.sec__mv__catch img {
	max-height: 24px;
}
.sec__mv__method {
	text-align: center;
}
.sec__mv__method img {
	max-height: 45px;
}
.sec__mv__method span img {
	max-height: 45px;
}
.sec__mv__method strong img {
	max-height: 85px;
}
.sec__mv__method:nth-of-type(1) strong img {
	margin: 0 0 0 -2%;
}
.sec__mv__method:nth-of-type(2) span img {
	margin-left: -2%;
}
.sec__mv__method:nth-of-type(1) {
	background-position: -15% 0;
	padding: 10% 0 8% 20%;
}
.sec__mv__method:nth-of-type(2) {
	padding: 13% 15% 5% 0;
	margin-top: -7%;
}

.spplan {
	font-size: 1em !important;
	letter-spacing: 0 !important;
	text-align: center !important;
}
.spplan img {
	margin-right: 1em;
}


.detail__btn {
	font-size: 1.9rem;
}

#sec__cont1 section:nth-of-type(2) figure span:nth-of-type(1) img {
	width: 43%;
}
#sec__cont1 section:nth-of-type(2) figure span:nth-of-type(2) img {
	width: 52%;
	margin-right: 0;
}
.sec__cont1__comparison tr:last-of-type td em {
	float: none;
	margin: 0 0.2em 0 0;
}
#sec__cont3 .sec__fee figure img {
	max-width: 400px;
}
.sec__cont__step__list li:last-of-type figure img {
	max-width: 500px;
}

.paybox,
.sec__fee__minors {
	margin: 30px auto 10px;
	max-width: 500px;
}
.paybox dd {
	padding: 10px 5% 0;
}

.txtbox--a p {
	border: 15px solid #F898B8;
}
.txtbox--a img {
	max-height: 22px;
}
}


@media screen and (min-width : 768px) {/* PCレイアウト */
/* SPのみ表示 */
.sp { display: none !important; }

body {
	padding: 0;
	background: #f3f9fe;
}
p,ul,dl {
	line-height: 1.8;
}
.wrap {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	background: #FFF;
}
.inner {
	padding-left: 10%;
	padding-right: 10%;
}
.header {
	position: static;
}
.header--pcfix {
	z-index: 1000;
	background: #000519;
	padding-bottom: 1px;
	height: auto;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header .wrap {
	background: none;
}
.header h1 {
	display: block;
	color: #fff;
	font-size: 0.7em;
	background: #013188;
	padding: 8px 0;
}
.header h1,
.header p {
	display: block;
}
.header__logo {
	padding: 0 0 5px;
	margin: 1% 0 1% 2%;
	min-height: 0;
	float: left;
	background-size: auto 100%;
}
.header__logo strong img {
	width: 43vw;
	max-width: 480px;
}
.header__btn a,
.header__tel a {
	display: block;
	text-decoration: none;
	color: #fff;
}
.header__btn a {
	float: right;
	margin: 2% 2% 0 0;
	padding: 3px 10px;
	color: #fff;
	letter-spacing: -1px;
	font-size: 13pt;
	border: 1px solid #001864;
	border-radius: 2px;
	background: rgb(0,24,100);
	background: linear-gradient(180deg, rgba(11,48,128,1) 0%, rgba(0,24,100,1) 100%);
}
.header__btn img {
	width: 25vw;
	max-width: 250px;
}
.header__tel a {
	float: right;
	font-size: 2.7vw;
	margin: calc(1% + 1.9rem) 2% 0 0;
	padding: 0 0 0 1.6em;
	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 50%;
	background-size: contain;
}
.header__tel a span {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	margin: -0.35em 0 0 0;
}

.header .header__nav__btn {
	display: none;
}
.header .header__nav__menu {
	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: 19%;}
.header .header__nav__menu li:nth-child(2) { width: 18%;}
.header .header__nav__menu li:nth-child(3) { width: 17%;}
.header .header__nav__menu li:nth-child(4) { width: 18%;}
.header .header__nav__menu li:nth-child(5) { width: 15%;}
.header .header__nav__menu li:nth-child(6) { width: 13%;}
.header .header__nav__menu li a {
	border-top: none;
	width: auto;
	font-size: 0.8em;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin-left: -1px;
}
.header .header__nav__menu li:nth-child(1) a { 
	margin-left: 0;
	border-left: none;
}
.header .header__nav__menu li:nth-child(6) a {
	border-right: none;
}


.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: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 25px solid #808080;
}



/*==============================
	Module
==============================*/
.sec__mv {
	background-color: #012332;
	padding: 0 0 0;
}
.sec__mv .wrap {
	background-color: #012332;
}
.sec__mv h2 {
	float: left;
	width: 55%;
	padding: 30px 0 10px 5%;
}
.sec__mv h2 strong img {
	max-width: 550px;
}
.sec__mv__catch {
	position: static;
	float: right;
	width: 30%;
	margin: 4% 5% 0 0;
}
.sec__mv__catch span {
	display: inline;
}
.sec__mv__catch img {
	margin-bottom: 4%;
}
.sec__mv__method {
	clear: both;
}
.sec__mv__method:nth-of-type(1) img,
.sec__mv__method:nth-of-type(1) strong img,
.sec__mv__method:nth-of-type(2) span img {
	margin: 0;
}
.sec__mv__method:nth-of-type(1) span,
.sec__mv__method:nth-of-type(1) strong {
	display: inline;
	padding-left: 0;
}
.sec__mv__method:nth-of-type(1) {
	background: url(../img/sec__mv__ph01.png) no-repeat 3% 0;
	background-size: auto 80%;
	padding: 0 0 80px 320px;
	text-align: left;
}
.sec__mv__method:nth-of-type(2) {
	background: url(../img/sec__mv__ph02.png) no-repeat 97% 100%;
	background-size: contain;
	padding: 70px 220px 40px 0;
	margin-top: -12%;
	text-align: right;
}

.sec__intro p.f--srf--nt {
	margin: 20px auto 0;
}

.sec__intro__list {
	margin: 1em auto;
}

.sec__cont .sec__cont__heading {
	display: inline-block;
	padding: 0 1px 4px;
	border-bottom: 1px solid #FFF;
}
.sec__cont .sec__cont__heading strong {
	display: inline;
	border-bottom: none;
}

.sec__cont .sec,
.sec__cont h3 {
	padding-top: 20px;
}

.sec__box {
	margin: 40px 10% 0;
}
.sec__fee {
	padding-left: 10%;
	padding-right: 10%;
	background: #FFF !important;
}

#sec__cont1 section:nth-of-type(1) {
	border-bottom: 1px solid #FFF;
}
#sec__cont1 section:nth-of-type(2) {
	padding-top: 10px;
	border-bottom: 1px solid #FFF;
}
#sec__cont1 section:nth-of-type(5) {
	border-top: 1px solid #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFF;
}
#sec__cont1 section:nth-of-type(4) {
	padding-top: 10px;
}
#sec__cont1 section:nth-of-type(7) {
	padding-bottom: 0;
	border-top: 1px solid #FFF;
}

#sec__cont2 section:nth-of-type(1){
	border-bottom: none;
}
#sec__cont2 section:nth-of-type(2){
	padding-top: 10px;
}
#sec__cont3 section:nth-of-type(1){
	border-bottom: 1px solid #FFF;
}
#sec__cont3 section:nth-of-type(2){
	padding-top: 10px;
}

#sec__cont1 section:nth-of-type(2) figure {
	max-width: 800px;
	margin: auto;
	width: 82%;
}
#sec__cont1 section:nth-of-type(2) figure img {
	max-width: none;
	margin: 15px 1% !important;
}
#sec__cont1 section:nth-of-type(2) figure span:nth-of-type(1) img {
	width: 42%;
}
#sec__cont1 section:nth-of-type(2) figure span:nth-of-type(2) img {
	width: 53%;
}
#sec__cont1 section:nth-of-type(5) {
	margin-bottom: 0px;
}
#sec__cont1 section:nth-of-type(6) {
	padding: 30px 0;
}
#sec__cont1 section:nth-of-type(6) h4 {
	margin: 0 10%;
}

#sec__cont1 .sec__cont__imgcatch {
	background-color: #FFF;
	background-image: url(../img/sec__cont1__imgcatch01.png), url(../img/sec__cont1__imgcatch03.png), url(../img/sec__cont1__imgcatch02.png);
	background-position: 15% 100%,  85% 100%, 53% 100%;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto 280px, auto 280px, auto 280px;
	padding:  250px 0 20px;
	margin-top: 40px;
}
#sec__cont2 .sec__cont__imgcatch {
	background-color: #FFF;
	background-image: url(../img/sec__cont2__imgcatch01.png), url(../img/sec__cont2__imgcatch03.png), url(../img/sec__cont2__imgcatch02.png);
	background-position: 15% 100%,  85% 100%, 44% 100%;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto 310px, auto 310px, auto 310px;
	padding:  270px 0 30px;
	margin-top: 40px;
}

.sec__cont1__list li {
	padding-left: 30px;
	display: inline-block;
	min-width: 350px;
	width: calc(49.5% - 30px);
	margin: 5px 0;
}

.sec__cont2__list {
	border-top: none;
	margin: 30px 0 0;
	padding-top: 20px;
	padding-bottom: 25px;
}
.sec__cont2__list li {
	padding-left: 30px;
	display: inline-block;
	min-width: 350px;
	width: calc(49.5% - 30px);
	margin: 5px 0;
}

#sec__cont__access figure img {
	max-width: 600px;
}
.sec__cont__access__tbl {
	margin: 50px 10%;
	width: 80%;
}
.sec__cont__access__tbl tbody{
	display: block;
}
.sec__cont__access__tbl th,
.sec__cont__access__tbl td {
	border-top: 1px solid #1A1A1A;
	padding: 0.7em 3%;
	display: table-cell;
}
.sec__cont__access__tbl th {
	width: 11.5em;
}
.sec__cont__access__tbl tr:first-of-type {
	display: block;
	width: 100%;
}
.sec__cont__access__tbl tr:first-of-type th,
.sec__cont__access__tbl tr:first-of-type td {
	display: block;
	width: 94%;
}
.sec__cont__access__tbl tr:first-of-type th {
	padding-bottom: 0;
}
.sec__cont__access__tbl tr:first-of-type td {
	border-top: none;
	padding-top: 0;
}


.cmn__contact {
	background: #000519;
	padding: 20px 0 5px;
	padding: 20px 3% 5px;
	border-bottom: 50px solid #FFF;
}
.cmn__contact .wrap {
	background: none;
}
.cmn__contact li {
	margin: 25px 10%;
}
.cmn__contact li a {
	padding: 20px 0;
	border-radius: 5px;
}
.cmn__contact li span {
	margin: 13px 0 0 2%;
}
.cmn__contact__name {
	margin: 20px 10%;
}

.txtbox {
	margin: 30px 10% 40px;
}
.txtbox p {
	padding: 10px 5%;
}
#sec__cont1 .txtbox::after {
	position: absolute;
	display: block;
	top: -5%;
	left: 3%;
	content: url(../img/txtbox--icon.png);
	transform: scale(0.55);
	transform-origin: 0 0;
}
.bb20 {background-color: #fff;width: 100%;height: 1px;}
}


@media screen and (min-width : 1000px) {/* 最大幅1000px */
.cmn__contact {
	border-color: #eff7fe;
}
.header__logo {
	margin-left: 0;
}
.header__btn a {
	margin-right: 0;
}
.header__tel a {
	font-size: 20pt;
}
.header .header__nav__menu {
	width: calc(100% - 2px);
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
}
	