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

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

.dashiwake_show {
    display: none;
}

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

.hstyle2 {
	margin-bottom: 15px;
	background: #221815;
	color: #c6b68d;
	font-size: 18px;
    text-align: center;
    padding: 10px 0 6px;
}
.hstyle3 {
	margin-bottom: 15px;
	background: #003c58;
	color: #fff;
	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;
}

.boxRed {
	padding: 20px;
	border-radius: 6px;
	margin: 20px 0 0;
	background-color: #ca1f29;
	background-image: -webkit-linear-gradient(45deg,  #d13143 25%, #d13143 25%, transparent 25%, transparent 75%, #d13143 75%, #d13143 75%),
	                  -webkit-linear-gradient(-45deg, #d13143 25%, #d13143 25%, transparent 25%, transparent 75%, #d13143 75%, #d13143 75%);
	background-image: linear-gradient(45deg,  #d13143 25%, #d13143 25%, transparent 25%, transparent 75%, #d13143 75%, #d13143 75%),
	                  linear-gradient(-45deg, #d13143 25%, #d13143 25%, transparent 25%, transparent 75%, #d13143 75%, #d13143 75%);
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}
.boxGradient {
	padding: 20px;
	border-radius: 6px;
	margin: 20px 0 0;
	background: rgb(122,81,159);
	background: linear-gradient(135deg, rgba(122,81,159,1) 0%, rgba(113,157,218,1) 50%, rgba(93,187,143,1) 100%);
}
.icoCaution {
	position: relative;
	display: inline-block;
	color: #fff;
}

.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%);
}
#msp_btn::before {
    content: '';
    width: 3rem;
    height: 1.6rem;
    background: url(../images/ca150cppop3500/cardimg_ms.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 1rem;
}
#lazona_btn::before {
    content: '';
    width: 3rem;
    height: 1.6rem;
    background: url(../images/ca150cppop3500/cardimg_lz.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 1rem;
}
.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);
}
.btnNavy {
	background-color: #003c58;
	-webkit-box-shadow: 0 3px 0 #001f2b;
	box-shadow: 0 3px 0 #001f2b;
	color: #fff;
}
.btnNavy:hover {
	background-color: rgba(0, 60, 88, .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: #221816;

}
.sectionBlock01-inner ul.note-02{
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}
.sectionBlock01-inner ul.note-02 li{
	text-indent: -1em;
	padding-left: 1em;
}
.bg-wrap{
	background: #fff8e9;
	padding: 2rem 1.5rem .5rem;
	margin: 2rem 0;
}
.bg-wrap ul.note{
	margin: 0 0 2rem;
}
.cardBlock {
	margin: 50px 0;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.cardBlock-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cardBlock p {
	text-align: center;
}

.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;
}

.btn-block.msponly{
    display:none;
}

.sectionBlock01 table {
    width: 100%;
    margin: 3rem 0 0;
}
.sectionBlock01 table th, .sectionBlock01 table td {
    vertical-align: middle;
    border: 1px solid #221815;
}
.sectionBlock01 table th {
    background: #003c58;
    color: #fff;
    padding: 10px;
    text-align: left;
}
.sectionBlock01 table th.trtop {
    background: #fff;
    color: #333;
    padding: 10px 5px;
    text-align: center;
    font-size: 0.8rem;
}
.sectionBlock01 table th.txt-red {
    color: #a90611;
    font-size: 1.7rem;
}
.sectionBlock01 table th.width1 {
    width: 17%;
}
.sectionBlock01 table th.width2 {
    width: 16%;
}
.sectionBlock01 table td {
    text-align: center;
    padding: 10px 15px;
    font-weight: bold;
}
.sectionBlock01 table td.txt-left {
    text-align: left;
    font-size: 0.9rem;
}
.sectionBlock01 table td.txt-red {
    color: #a90611;
    font-size: 1.3rem;
}
.sectionBlock01 table td.txt-navy {
    color: #003c58;
}
.sectionBlock01 table th.borer1 {
    border-top: 2px solid #a90611;
    border-left: 2px solid #a90611;
    border-right: 2px solid #a90611;
}
.sectionBlock01 table td.borer2 {
    border-left: 2px solid #a90611;
    border-right: 2px solid #a90611;
}
.sectionBlock01 table td.borer3 {
    border-left: 2px solid #a90611;
    border-right: 2px solid #a90611;
    border-bottom: 2px solid #a90611;
}
.sectionBlock01 table td span.nenkaihi {
    display: table-cell;
    background: #c6b68d;
    border-radius: 15px;
    color: #fff;
    font-size: 0.7rem;
    padding: 3px 10px;
    font-weight: normal;
}
.sectionBlock01 table span.asterisk {
    font-size: 0.7rem;
    display: block;
    line-height: 1.5;
    font-weight: normal;
}
.sectionBlock01 table td.bg-rblue {
    background: #f6f4f1;
}
.sectionBlock01 table td.bg-white {
    background: #fff;
}
.sectionBlock01 table th.bg-cream {
    background: #fff8e9;
}
.sectionBlock01 table td.bg-gray {
    background: #e5e5e5;
}
.sectionBlock01 table span.max {
    display: block;
    font-size: 0.9rem;
    line-height: 1rem;
}
.sectionBlock01 table th.trtop2 {
    background: none;
    border: none;
}
.sectionBlock01 table th.trtop3 {
    text-align: center;
}

/*---------------------------------
 sec02B
---------------------------------*/
.sec02B {
    background: #FFF;
    padding: 4rem 0;
}
.sec02B h2 {
font-size: 2rem;
    font-weight: bold;
    position: absolute;
    top: -1.1em;
    left: calc(50% - 2.5em);
    background: #FFF;
    width: 5em;
    display: block;
}
.sec02B ul {
width: 800px;
    margin: auto;
    border: 3px solid #d3871a;
    padding: 30px;
    position: relative;
}
.sec02B li {
text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 1em;
}


.mv {
    background-image: url(/lineup/images/ca150-lp-202209/bg_pc.png);
    padding: 20px 120px;
}

.mv  h1 {
    background: none;
    height: auto;
    line-height: initial;
    padding: 0;
    margin: 0;
}</pre></body></html>