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

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

.hstyle2 {
	position: relative;
	padding-left: 16px;
	margin-bottom: 15px;
	color: #0081cc;
	font-size: 1.5rem/*24px*/;
}
.hstyle2::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 94%;
	border-radius: 3px;
	background-color: #0081cc;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

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

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

.boxGray {
	padding: 14px;
	border-radius: 6px;
	border: 1px solid #c9c9c9;
	background-color: #fff;
}

.stripe01 {
	background-image:linear-gradient(-45deg, #dbedf8 25%, #cce6f5 25%, #cce6f5 50%, #dbedf8 50%, #dbedf8 75%, #cce6f5 75%, #cce6f5);
	background-size: 12px 12px;
}

.icoCaution {
	position: relative;
	display: inline-block;
	padding-left: 32px;
}
.icoCaution::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 20px;
	background: url(/lineup/images/ca150cppop1500/ico_caution.png) 0 0 no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

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

.balloon01 {
	margin: 25px 0 22px;
	padding: 17px 10px;
	background-color: #f5f5f5;
	color: #333;
	font-weight: normal;
}
.balloon01::after {
	border-color: #f5f5f5 transparent transparent transparent;
}

.tabWrap {
	margin-bottom: 40px;
	overflow: hidden;
}
.tabChk {display: none}
.tabItem {
	float: left;
	width: calc(100%/3);
	height: 104px;
	margin-top: 6px;
	margin-bottom: 20px;
	padding: 11px 29px 0;
	border-radius: 6px 6px 0 0;
	border: 1px solid #c9c9c9;
	border-bottom: 1px solid #0081cc;
	background-color: #fff;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
	cursor: pointer;
}
.tabChk:checked + .tabItem {
	height: 110px;
	margin-top: 0;
	padding: 17px 29px 0;
	border: 1px solid #0081cc;
	border-bottom: none;
}
.tabItem .name {
	display: inline-block;
	margin-bottom: 3px;
	color: #0081cc;
	font-size: 1.125rem/*18px*/;
}
.tabItem .note {
	margin-top: 5px;
	font-size: 0.75rem/*12px*/;
}
.tabContents {
	display: none;
	clear: both;
}
#tab01:checked ~ .tabContents.tab01,
#tab02:checked ~ .tabContents.tab02,
#tab03:checked ~ .tabContents.tab03 {
	display: block;
	opacity: 1;
}

/*-------------------------------------------
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;
	margin-bottom: 20px;
	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 .txt01 {
	margin-bottom: 4px;
	font-size: 1.25rem/*20px*/;
}
.sectionBlock01 .tabContents {
	position: relative;
	padding: 30px;
}
#tab01:checked ~ .tabContents.tab01 .tabContentsInner,
#tab02:checked ~ .tabContents.tab02 .tabContentsInner,
#tab03:checked ~ .tabContents.tab03 .tabContentsInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sectionBlock01 .tabContents::before,
.sectionBlock01 .tabContents::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 4px;
	background-color: #004098;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.sectionBlock01 .tabContents::after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
	transform: translateX(-50%) translateY(-50%) rotate(90deg)
}
.sectionBlock01 .b01 {
	font-size: 1rem;
}

.cardBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 33px;
}
.cardBlock .cardItem {
	width: 440px;
	padding: 40px 30px 40px;
	background-color: #f5f5f5;
	text-align: center;
}
.cardBlock .cardItem .name {
	margin-bottom: 13px;
	color: #0081cc;
	font-weight: bold;
	font-size: 1.5rem/*24px*/;
	line-height: 1.33;
}
.cardBlock .cardItem .btnBlock {
	margin-top: 24px;
}
.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;
}</pre></body></html>