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

.dashiwake_show{display:none;}

/*-------------------------------------------
base
-------------------------------------------*/
.wrap {
	width: 910px;
	margin: 0 auto;
}
.main {
	color: #333;
}
.main p {
	font-size: 1.125rem/*18px*/;
}

/*-------------------------------------------
Parts
-------------------------------------------*/
.sectionBlock {
	margin-top: 40px;
}

.hstyle2 {
	margin-bottom: 15px;
	background: #d3d3cd;
	color: #002e51;
	font-size: 18px;
    text-align: center;
    padding: 10px 0 6px;
}

.fwb {font-weight: bold}
.fblue {color: #0081cc}
.fred {color: #e60012}
.tac {text-align: center}

.note {
	font-size: 0.875rem/*14px*/;
	font-weight: normal;
}

.boxYellow {
	padding: 20px;
	border-radius: 6px;
	background-color: #fdf5b2;
	margin: 20px 0 0;
	background-color: rgba(253, 245, 178, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(255, 253, 237, 1) 5px, rgba(255, 253, 237, 1) 7px );
}
.icoCaution {
	position: relative;
	display: inline-block;
	color: #e5004f;
}

.icoWindow {
	position: relative;
	padding-right: 21px;
}
.icoWindow::after {
	content: '';
	display: block;
	position: absolute;
	top: .2143rem;
	right: 0;
	width: 15px;
	height: 12px;
	background: url(/common/images/ico_window.png) 0 0 no-repeat;
}

.btn {
	position: relative;
	display: inline-block;
	margin-bottom: 3px;
	padding: 14px 30px 12px;
	border-radius: 7px;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}
.btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 22px;
	width: 10px;
	height: 10px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.btnRed {
	background-color: #e60012;
	-webkit-box-shadow: 0 3px 0 #b81a35;
	box-shadow: 0 3px 0 #b81a35;
	color: #fff;
}
.btnRed:hover {
	background-color: rgba(230, 0, 18, .7);
}


/*-------------------------------------------
header
-------------------------------------------*/
header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background-color: #0f218b;
	color: #fff;
}
.logo_catch {
	margin-bottom: 6px;
	font-size: 10px;
}
.header_close {
	padding: 0;
	border: none;
	background-color: transparent;
	font-size: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*-------------------------------------------
footer
-------------------------------------------*/
footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
	padding: 15px 10px;
	border-top: 2px solid #0f228b;
	color: #666;
}
footer .copy {
	font-size: 0.75rem/*12px*/;
}

/*-------------------------------------------
Layout
-------------------------------------------*/
.sectionBlock01{
	text-align: center;	
}
.sectionBlock01 .txt01 {
	margin-bottom: 4px;
	font-size: 1.25rem/*20px*/;
}
.sectionBlock01 .b01 {
	font-size: 1rem;
}
.sectionBlock01-inner{
	width: 896px;
    margin: 15px auto;
}
.sectionBlock01-inner ul.note-01{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px;
	color: #003a60;

}
.sectionBlock01-inner ul.note-02{
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.bg-wrap{
	background: #fbfbec;
	padding: 2rem 2rem .5rem;
	margin: 2rem 0;
}
.bg-wrap ul.note{
	margin: 0 0 2rem;
}
.cardBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 50px 0;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.cardBlock .cardItem {
	width: 460px;
	padding: 40px 30px 40px;
	text-align: center;
}
.cardBlock .cardItem .name {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.33;
}
.cardBlock .cardItem .btnBlock {
	margin-top: 20px;
}
.cardBlock .cardItem .btnBlock .btn {width: 100%}


/*-------------------------------------------
modal
-------------------------------------------*/
.modalWrap .mw02btn,
#mw02:checked + * + * .mw01btn {
	display: none;
}
#mw02:checked + * + * .mw02btn {
	display: block;
}
.modalWrap p {
	font-size: 1rem;
}
.sectionBlock03 .underLine{
	text-decoration: underline;
	color: #E00;
}







.js-apply-btn-kansai{
	display:none;
}


.btn-block .btn.btn-offer.mailing {
	background: #065ca8;
    box-shadow: 0 3px 0 #00496a;
	color: #fff !important;
}
.btn-block .btn.btn-offer.mailing:hover {
	background: #065ca8 !important;
	opacity: .75;
	text-decoration: none;
}

.mwacTitle01 {
    font-size: 12px;
    border-radius: 0;
	color: #003a60;
}
.mwacTitle01::after {
    right: 10px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #003a60;
    border-bottom: 2px solid #003a60;
}

.how_block{
	padding:40px;
}

.how_box_ttl {
    color:  #003a60;
	text-align: left;
	font-size: 0.9rem;
}
.how_box-bank .how_box_area {
    width: auto;
    margin: 40px 10px 20px;
    padding: 30px 25px 25px;
    border: 1px solid #1f5e82;
	position: relative;
	font-size: 14px;
}
.how_box-bank .how_box_area span {
	background-color: #fff;
    text-align: center;
    color: #1f5e82;
    border: 1px solid #1f5e82;
    display: inline-block;
    padding: 5px;
    font-weight: bold;
    border-radius: 19px;
    position: absolute;
    top: -17px;
    margin-left: -95px;
    left: 0;
    right: 0;
    width: 200px;
    margin: 0 auto;
}
.how_box-bank .how_box_area ul {
    color: #1f5e82;
	text-align: left;
	font-size: 12px;
}
#main div .how_box_btn a {
	width: 100%;
	font-size: 14px;
	display: block;
	margin: 10px auto 0;
	background-color: #00affe !important;
	color: #ffffff !important;
	padding: 10px;
	border-radius: 8px;
	position: relative;
	text-decoration: none;
}
.how_box_btn a::after {
	position: absolute;
    top: calc(50% - 5px);
    right: 4px;
    content: "";
    display: inline-block;
    padding: 0;
    width: 10px;
    height: 10px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
    transform: rotate(45deg) translateX(-5px) translateY(5px);
}
 #main a[target="_blank"]:not(.btn):not(.notIcon):not([href$=".pdf"]) {
    background: none;
}
.how_box-bank ul.note{
	font-size: 12px;
	text-align: left;
}
.how_box-bank ul.note.red,
.how_box-smp ul.note.red{
	font-size: 12px;
	color: red;
}

.how_steparea .how_step {
	position: relative;
}

[class^="how_box-"] .how_step01 {
	margin-top: 20px;
	overflow: hidden;
}
[class^="how_box-"] .how_step02 {
	margin-top: 20px;
	overflow: hidden;
}
[class^="how_box-"] .how_step03 {
	margin-top: 0;
	overflow: hidden;
}

.how_steparea .how_step p.smp_right,
.how_steparea .how_step p.smp_left {
	float: right;
	width: 36%;
	position: relative;
	z-index: 10;
	padding: 1rem 0;
}
.how_steparea .how_step p.smp_left {
	float: left;
}

.how_steparea .how_step .txt_right,
.how_steparea .how_step .txt_left {
	width: 68%;
	height: 120px;
	position: absolute;
	display: table;
	top: 23%;
	background: #def6ff;
	font-size: 11px;
	font-weight: bold;
	color: #75595f;
	padding-top: 10px;
	padding-right: 10px;
}

.how_box-smp .how_steparea .how_step .txt_right,
.how_box-smp .how_steparea .how_step .txt_left {
	background: #ffe9ef;
}
.how_steparea .how_step .txt_right {
	right: 0;
	padding: 10px;

}
.how_steparea .how_step .txt_right a,
.how_steparea .how_step .txt_left a {
	text-decoration: underline;
	color: #00afff;
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
	margin-top: 5px;
}
.how_box-smp .how_steparea .how_step .txt_right a,
.how_box-smp .how_steparea .how_step .txt_left a {
	color: #f54566;
}
.how_steparea .how_step p.icon {
	width: 24%;
	max-width: 60px;
	position: absolute;
	top: -25%;
	left: 0;
	right: 0;
	margin: auto !important;
}
.how_steparea .how_step p.txtarea {
	display: table-cell;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
    padding: 0;
	text-align:center;
}
/*body .modalWrap .btn-block .isSp.msp_only,
.modalWrap .btn-block .msp_only{
    display:none;
}*/

.btn-block.msp_pc{
display:block;
}
.btn-block.msp_sp{
display:none;
}</pre></body></html>