<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
#local-nav
----------------------------------------------------------*/
#local-nav {
	display: flex;
	width: 910px;
	margin: 0 auto;
}
#local-nav p {
	display: flex;
	align-items: center;
	width: 170px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #1d4294;
}
#local-nav ul {
	display: flex;
	list-style: none;
}
#local-nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 185px;
	height: 60px;
	font-size: 11px;
	color: #595757;
	text-decoration:none;
}
#local-nav .cr a {
	color: #1d4294;
	background-color: #f0f0f0;
}
.hidden_box input, label{
	display: none;
}

/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
#main {
	position: relative;
	width: 100%;
	height: 315px;
	text-align: center;
	padding: 94px 0 0;
	box-sizing: border-box;
}
#main h1 {
	font-size: 38px;
	line-height: 48px;
	color: #1d4294;
	margin-bottom: 33px;
}
#main .pic {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 243px;
	margin-left: 245px;
}
#main .pic img {
	width: 100%;
	height: auto;
}
#main::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 48px;
	display: block;
	width: 58px;
	height: 39px;
	background: url("../img/icon_arrow_gray.svg") no-repeat center top;
	background-size: contain;
	transform: translateX(-50%);
}

/* ---------------------------------------------------------
article
----------------------------------------------------------*/
article h2 {
	font-size: 25px;
	font-weight: bold;
	color: #1d4294;
	text-align: center;
	letter-spacing: .05em;
	line-height: 30px;
}
article h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	letter-spacing: -.05em;
	background-color: #004097;
}
article p {
	color: #595757;
}
article .txt {
	font-size: 18px;
	line-height: 28px;
}
article .txt-link {
	text-align: center;
}
article .txt-link a {
	font-size: 14px;
	color: #0000ff;
	letter-spacing: -.05em;
	text-decoration:none;
}
article .txt-link a::after {
	content: '＞';
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	transform: scaleX(.5);
	transform-origin: left center;
	margin-left: 7px;
}
article img {
	width: 100%;
	height: auto;
}
article .pink {
	color: #e52d8a;
}

/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
#sec1 {
	background-color: #fafafa;
	padding: 65px 0 53px;
}
#sec1 h2 {
	margin-bottom: 35px;
}
#sec1 .txt {
	width: 500px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -.05em;
	padding-left: 5px;
	margin: 0 auto 28px;
}
#sec1 .pic {
	display: flex;
	justify-content: space-between;
	width: 600px;
	margin: 0 auto 40px;
}
#sec1 .pic .wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 380px;
}
#sec1 .pic .ttl {
	margin-bottom: 15px;
}
#sec1 .pic .cashing {
	width: 185px;
}
#sec1 .pic .left-col,
#sec1 .pic .right-col {
	width: 185px;
}
#sec1 .pic .subttl {
	position: relative;
	cursor: pointer;
	z-index: 2;
}
#sec1 .pic .acc {
	display: none;
	transform: translateY(-8px);
}

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2 {
	background-color: #fafbff;
	padding: 43px 0 45px;
}
#sec2 h2 {
	line-height: 55px;
	margin-bottom: 21px;
}
#sec2 h2 strong {
	font-size: 37.5px;
	color: #e52d8a;
}
#sec2 .txt {
	width: 310px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -.05em;
	margin: 0 auto 20px;
}
#sec2 .caution {
	font-size: 13px;
	text-align: center;
	margin-bottom: 54px;
}
#sec2 .block {
	display: flex;
	align-items: center;
	width: 430px;
	margin: 0 auto 24px;
}
#sec2 h3 {
	width: 108px;
	margin-right: 12px;
}
#sec2 .block p {
	font-size: 18px;
	color: #1d4294;
}
#sec2 .txt-link {
	margin-top: 50px;
}

/* ---------------------------------------------------------
#sec3
----------------------------------------------------------*/
#sec3 {
	padding: 53px 0 50px;
}
#sec3 h2 {
	line-height: 55px;
	margin-bottom: 22px;
}
#sec3 .txt {
	width: 540px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -.05em;
	margin: 0 auto 50px;
}
#sec3 .block {
	display: flex;
	width: 497px;
	padding-top: 40px;
	margin: 0 auto 26px;
}
#sec3 h3 {
	width: 124px;
}
#sec3 .block p {
	font-size: 18px;
	color: #1d4294;
}
#sec3 .pic {
	width: 373px;
	margin: -40px auto 33px;
}
#sec3 .txt1,
#sec3 .txt2 {
	position: relative;
	width: 380px;
	font-size: 15px;
	line-height: 25px;
	color: #595757;
	letter-spacing: -.05em;
	padding: 0 0 0 40px;
	margin: 0 auto 11px;
	box-sizing: border-box;
}
#sec3 .txt2 {
	width: 440px;
	padding-left: 112px;
	margin-bottom: 39px;
}
#sec3 .txt1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 23px;
	height: 23px;
	background: url("../img/payment/icon_check.svg") no-repeat;
	background-size: contain;
}
#sec3 .txt2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 71px;
	display: block;
	width: 24px;
	height: 24px;
	background: url("../img/payment/icon_arrow.svg") no-repeat;
	background-size: contain;
}
#sec3 .txt-link {
	padding-top: 3px;
}
#sec3 h4 {
	font-size: 18px;
    line-height: 1;
    color: #1d4294;
    text-align: center;
    background-color: inherit;
    margin-bottom: 25px;
	font-weight: normal;
}
#sec3 .wrapper {
	margin: 0 auto 44px;
}
#sec3 .wrapper &gt; .pic {
	width: 470px;
	margin: 20px auto 0;
}



/* ---------------------------------------------------------
#sec4
----------------------------------------------------------*/
#sec4 {
	background-color: #fafafa;
	padding: 51px 0 50px;
}
#sec4 h2 {
	line-height: 55px;
	margin-bottom: 21px;
}
#sec4 .txt {
	width: 490px;
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: -.05em;
	margin: 0 auto 31px;
}
#sec4 h3 {
	font-size: 18px;
	line-height: 1;
	color: #1d4294;
	text-align: center;
	background-color: inherit;
	margin-bottom: 15px;
}
#sec4 .wrapper {
	display: flex;
	justify-content: space-between;
	width: 774px;
	margin: 0 auto 44px;
}
#sec4 .pic {
	width: 177px;
}

/* ---------------------------------------------------------
#sec5
----------------------------------------------------------*/
#sec5 {
	background-color: #fafbff;
	padding: 63px 0 65px;
}
#sec5 h2 {
	margin-bottom: 63px;
}
#sec5 .wrapper {
	display: flex;
	width: 740px;
	margin: 0 auto;
}
#sec5 h3 {
	justify-content: flex-start;
	height: auto;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #1d4294;
	background-color: inherit;
}
#sec5 h3::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-color: #1f4492;
}
#sec5 .right-col h3::before {
	margin-right: 10px;
}
#sec5 .left-col {
	margin: 0 128px 0 20px;
}
#sec5 .left-col .pic {
	width: 186px;
	margin: 28px 0 0 66px;
}
#sec5 .btn-login {
	padding: 70px 0 0 73px;
}
#sec5 .txt-link {
	margin: 15px 0 0 73px;
}
#sec5 .btn-login a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	height: 44px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #fd809e;
	border-radius: 5px;
	text-decoration:none;
}
#sec1 .subttl a:hover ,
#sec5 .btn-login a:hover ,
#sec5 .app-area a:hover {
	text-decoration: none;
	opacity: .7;
}
#sec5 .btn-login a::after {
	content: '';
	position: absolute;
	top: 17px;
	right: 7px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 5px;
	border-color: transparent transparent transparent #fff;
}
#sec5 .right-col .pic {
	width: 154px;
	margin: 28px 0 37px 80px;
}
#sec5 .txt-dl {
	display: flex;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	margin: 0 0 13px 60px;
}
#sec5 .txt-dl::before,
#sec5 .txt-dl::after {
	content: '';
	display: block;
	width: 1px;
	height: 22px;
	background-color: #595757;
	transform: rotate(-33deg);
}
#sec5 .txt-dl::before {
	margin-right: 15px;
}
#sec5 .txt-dl::after {
	margin-left: 10px;
	transform: rotate(33deg);
}
#sec5 .app-area {
	display: flex;
	justify-content: space-between;
	width: 310px;
	margin: 0 0 0 5px;
}
#sec5 .icon {
	width: 150px;
}

/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {

/* ---------------------------------------------------------
#local-nav
----------------------------------------------------------*/
	#local-nav {
		display: block;
		width: 100%;
		background-color: #fafafa;
		margin: 0 auto;
	}
	#local-nav p {
		display: none;
		/*justify-content: center;
		width: 100%;
		font-size: 12px;
		padding: 12px 0;*/
	}
	#local-nav ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		list-style: none;
		padding: 0 2% 5px;
	}
	#local-nav li {
		width: 48.5%;
	}
	#local-nav a,
	#local-nav .cr a {
		width: 100%;
		height: 46px;
		font-size: 11px;
		color: #595757;
		background-color: #f0f0f0;
		margin: 0 0 10px;
	}
	/* 開閉ここから*/
	.hidden_box {
		padding: 12px 0;
		text-align: center;
	}
	.hidden_box label {
		display: inherit;
		font-weight: bold;
		cursor :pointer;
		transition: .5s;
		color: #1d4294;
		font-size: 12px;
	}
	.hidden_box label:after {
		display: inline-block;
		content: url("../img/icon_arrow_navy.png");
		font-family: 'FontAwesome';
		padding-left: 15px;
		transition: 0.2s;
	}
	.hidden_box input:checked ~ label:after {
		 content: url("../img/icon_arrow_navy_up.png");
	}
	.hidden_box input {
		display: none;
	}
	.hidden_box .hidden_show {
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.8s;
	}
	.hidden_box input:checked ~ .hidden_show {
		padding: 15px 0 0;
		height: auto;
		opacity: 1;
	}


/* ---------------------------------------------------------
#main
----------------------------------------------------------*/
	#main {
		height: auto;
		padding: 35px 0 0;
		margin-bottom: 0;
	}
	#main h1 {
		font-size: 29px;
		line-height: 1.3;
		margin-bottom: 16px;
	}
	#main .pic {
		position: relative;
		left: inherit;
		bottom: inherit;
		width: 50.5vw;
		margin-left: 45vw;
	}
	#main::after {
		left: 22.4vw;
		bottom: 80px;
		width: 12.4vw;
		height: 7.7vw;
		transform: translateX(0);
	}

/* ---------------------------------------------------------
article
----------------------------------------------------------*/
	article h2 {
		font-size: 19px;
		line-height: 23px;
	}
	article h3 {
		height: 33px;
		font-size: 13px;
	}
	article .txt {		
		text-align: justify;
		text-justify: inter-ideograph;
	}
	article .txt-link a {
		font-size: 10px;
		letter-spacing: -.05em;
	}
	article .txt-link a::after {
		font-size: 10px;
	}

/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
	#sec1 {
		padding: 50px 0 40px;
	}
	#sec1 h2 {
		margin-bottom: 30px;
	}
	#sec1 .txt {
		width: 85vw;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: normal;
		margin: 0 auto 21px;
	}
#sec1 .pic {
	display: block;
	width: 100%;
	margin: 0 auto 40px;
}
	#sec1 .pic .wrapper {
		width: 78.5vw;
		margin:  0 auto 50px;
	}
	#sec1 .pic .ttl {
		margin-bottom: 11px;
	}
	#sec1 .pic .cashing {
		width: 78.8vw;
		height: 26.5vw;
		background: url("../img/payment/pic_01_cashing_sp.png") no-repeat;
		background-size: contain;
		margin: 0 auto;
	}
	#sec1 .pic .cashing img {
		display: none;
	}
	#sec1 .pic .left-col,
	#sec1 .pic .right-col {
		width: 38.1vw;
	}
#sec1 .pic .acc {
	display: none;
	transform: translateY(-8px);
	margin-bottom: -8px;
}

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
	#sec2 {
		padding: 35px 0;
	}
	#sec2 h2 {
		line-height: 42px;
		margin-bottom: 18px;
	}
	#sec2 h2 strong {
		font-size: 28.5px;
	}
	#sec2 h3 {
		width: 84px;
	}
	#sec2 .pic {
		width: 80px;
		margin: 0 auto 31px;
	}
	#sec2 .txt {
		width: 260px;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: normal;
		margin: 0 auto 16px;
	}
	#sec2 .caution {
		font-size: 10px;
		margin-bottom: 42px;
	}
	#sec2 .block {
		width: 335px;
		margin: 0 auto 20px;
	}
	#sec2 .block p {
		font-size: 14px;
	}
	#sec2 .txt-link {
		margin-top: 36px;
	}

/* ---------------------------------------------------------
#sec3
----------------------------------------------------------*/
	#sec3 {
		padding: 40px 0 38px;
	}
	#sec3 h2 {
		line-height: 25px;
		margin-bottom: 20px;
	}
	#sec3 h3 {
		font-size: 19px;
		margin-bottom: 35px;
	}
	#sec3 .pic {
		width: 33.7vw;
		margin: 0 auto 27px;
	}
	#sec3 .txt {
		width: 85vw;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: normal;
		margin: 0 auto 23px;
	}
	#sec3 .block {
		display: block;
		width: 100%;
		padding-top: 0;
		margin: 0 auto 26px;
	}
	#sec3 h3 {
		width: 95px;
		font-size: 13px;
		margin: 0 auto;
	}
	#sec3 .block p {
		font-size: 18px;
	}
	#sec3 .pic {
		width: 77vw;
		margin: 12px auto 46px;
	}
	#sec3 .txt1,
	#sec3 .txt2 {
		position: relative;
		width: 335px;
		font-size: 11px;
		line-height: 1;
		padding: 3px 0 0 52px;
		margin: 0 auto 11px;
	}
	#sec3 .txt2 {
		padding: 6px 0 0 84px;
		margin-bottom: 34px;
	}
	#sec3 .txt1::before {
		left: 22px;
		width: 18px;
		height: 18px;
	}
	#sec3 .txt2::before {
		top: 3px;
		left: 52px;
		width: 18px;
		height: 18px;
	}
	#sec3 h4 {
		font-size: 14px;
		margin-bottom: 20px;
	}
	#sec3 .wrapper{
		width: 90vw;
		margin: 0 auto;
	}
	#sec3 .wrapper &gt; .pic {
		width: 100%;
		margin: 15px auto 0;
	}


/* ---------------------------------------------------------
#sec4
----------------------------------------------------------*/
	#sec4 {
		background-color: #fafafa;
		padding: 34px 0 40px;
	}
	#sec4 h2 {
		letter-spacing: -.02em;
		margin-bottom: 12px;
	}
	#sec4 h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#sec4 .txt {
		width: 85vw;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: normal;
		margin: 0 auto 27px;
	}
	#sec4 .wrapper {
		flex-wrap: wrap;
		width: 85.3vw;
		margin: 0 auto 18px;
	}
	#sec4 .pic {
		width: 40.4vw;
		margin-bottom: 18px;
	}

/* ---------------------------------------------------------
#sec5
----------------------------------------------------------*/
	#sec5 {
		padding: 38px 0 38px;
		margin-bottom: 0;
	}
	#sec5 h2 {
		margin-bottom: 42px;
	}
	#sec5 .wrapper {
		display: block;
		width: 85.3vw;
		margin: 0 auto;
	}
	#sec5 h3 {
		font-size: 17px;
	}
	#sec5 h3::before {
		width: 13px;
		height: 13px;
	}
	#sec5 .left-col {
		margin: 0 0 47px;
	}
	#sec5 .left-col .pic {
		width: 38.4vw;
		margin: 39px auto 0;
	}
	#sec5 .btn-login {
		padding: 24px 0 0 73px;
	}
	#sec5 .btn-login a {
		width: 175px;
		height: 45px;
	}
	#sec5 .right-col .pic {
		width: 32vw;
		margin: 43px auto 27px;
	}
	#sec5 .txt-dl {
		justify-content: center;
		font-size: 12px;
		margin: 0 0 10px;
	}
	#sec5 .txt-dl::before,
	#sec5 .txt-dl::after {
		height: 18px;
	}
	#sec5 .app-area {
		width: 100%;
		margin: 0;
	}
	#sec5 .icon {
		width: 41vw;
	}
}
@media screen and (max-width:320px) {
}</pre></body></html>