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

@import url("/cmn_data/font/font-awesome/css/font-awesome.min.css");

body,
body#popup .pageFooter .copyright address{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
body#popup #main {
	overflow: visible;
}
h1 {
	background:none !important;
	border:none !important;
	margin:0 !important;
	padding:0 !important;
	height:auto !important;
	line-height:0 !important;
}
.section h2,
.card-area h2 {
	font-size: 18px !important;
	background:none !important;
	margin:0 !important;
	padding:0 !important;
	height:auto !important;
	border:none !important;
	color:#4a7c30 !important;
}
.section h3 {
	border-left: solid 8px #4a7c30 !important;
	padding: 10px !important;
	background:#8fad15 !important;
	color: #FFF !important;
	height:auto !important;
	font-size:15px !important;
	margin-top:20px !important;
}
.section {
	font-size: 16px;
	line-height:1.4 !important;
}
.section ul{
	font-size: 14px;
}
.u{
	text-decoration: underline;
}

.card-area {
	position: relative;
	margin: 10px 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #f5f5f5;
	background: -webkit-linear-gradient(top, #fff 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom, #fff 0%,#f5f5f5 100%);
	padding: 15px 15px 10px;
	overflow: hidden;
}
.card-area h2.title {
	text-align: center !important;
	font-size:20px !important;
	font-weight: bold !important;
	padding-top: 1em !important;
	padding-bottom: 1em !important;
	margin: 0 0 12px !important;
	color:#000 !important;
}
#card-info ul.btn_block li {
	width: calc(96%/2);
	float: left;
	text-align: center;
	margin-right: 2%;
	box-sizing: border-box;
}
#card-info ul.btn_block li a.btn {
	display: block;
	font-weight: bold;
	color: #FFFFFF !important;
	font-size: 24px;
	line-height: 1.4;
	padding-top: .5em;
	padding-bottom: .6em;
	border-radius: 10px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.44);
	position: relative;
}
#card-info ul.btn_block li a.btn.btn_apply {
	background: #ff9800;
	background: -moz-linear-gradient(top, #ff9800 0%, #ff5100 93%);
	background: -webkit-linear-gradient(top, #ff9800 0%, #ff5100 93%);
	background: linear-gradient(to bottom, #ff9800 0%, #ff5100 93%);
	border: 2px solid #faad40;
	box-shadow: 0px 2px 2.94px 0.06px rgba(0, 0, 0, 0.44);
}
#card-info ul.btn_block li a.btn.btn_kantan {
	background: #17c00c;
	background: -moz-linear-gradient(top, #17c00c 0%, #0c8206 93%);
	background: -webkit-linear-gradient(top, #17c00c 0%, #0c8206 93%);
	background: linear-gradient(to bottom, #17c00c 0%, #0c8206 93%);
	border: 2px solid #57d54f;
	box-shadow: 0px 2px 2.94px 0.06px rgba(0, 0, 0, 0.44);
}
ul.btn_block li a.btn::after {
	font-family: "FontAwesome";
	content: " \f105";
	font-weight: 900 !important;
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#card-info ul.btn_block li a.btn span {
	display: block;
	font-style: normal !important;
	font-size: 12px;
}
#card-info ul.btn_block li a.txt_link {
	font-size: 12px;
	line-height: 1.3;
	padding-top: 0.8rem;
	display: block;
}
ul.btn_block li a.txt_link::after {
	font-family: "FontAwesome";
	content: " \f105";
	font-weight: 900 !important;
}
#card-info ul.arrow-b_l li {
	background: url(/images/lineup/ca114/ico_arrow_b.png) no-repeat;
	margin-top: 8px;
	padding-left: 17px;
}


body#popup, 
body#popup #p_header, 
body#popup #b_header,
body#popup .pageFooter
 {
	width: 960px !important;
	margin: 0 auto !important;
}

body#popup .pageHeader {
	width: 960px !important;
}

body#popup #contents {
	width: 960px !important;
}

.section {
	font-size: 18px !important;
}

/* かんたん申込みとは？ */

#kantan-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3000;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
	display: none;
}
#kantan-modal:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
#kantan-modal .window {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 655px;
	height: 90%;
	padding: 40px 20px 25px 25px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
	text-align: left;
	font-size: 13px;
}
#kantan-modal .close {
	position: absolute;
	top: 15px;
	right: 25px;
	cursor: pointer;
}
#kantan-modal .scroll-area {
	height: 100%;
	overflow-y: auto;
	padding-right: 5px;
}
#kantan-modal h2 {
	background: #0a862d;
	background: -webkit-linear-gradient(top, #0a862d 0%,#076020 100%);
	background: linear-gradient(to bottom, #0a862d 0%,#076020 100%);
	margin: 0 0 20px;
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border:none;
	line-height:1;
	height:auto;
	min-height:auto;
}
#kantan-modal p + p {
	margin-top: 15px;
}
#kantan-modal h4 {
	margin: 15px 0 0;
	font-weight: bold;
}
#kantan-modal .dot-list li {
	position: relative;
	padding-left: 12px;
}
#kantan-modal .dot-list li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
#kantan-modal .dot-list li.note {
	padding-left: 15px;
}
#kantan-modal .dot-list li.note:before {
	content: "※";
}
#kantan-modal h3 {
	margin: 20px 0 5px;
	color: #0a832c !important;
	font-size: 16px;
	font-weight: bold;
}
#kantan-modal .how-to-use {
	overflow: hidden;
	margin: -20px 0 0 -28px;
	background: url(/images/lineup/kantan_arrow.png) no-repeat 51.8% 54%;
}
#kantan-modal .how-to-use &gt; li {
	float: left;
	margin: 20px 0 0 28px;
	width: 253px;
	background-color: #e3efff;
	padding: 6px 12px 12px;
	font-size: 12px;
}
#kantan-modal .how-to-use .title {
	display: table;
	width: 100%;
}
#kantan-modal .how-to-use .title span {
	display: table-cell;
	vertical-align: middle;
	height: 65px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#kantan-modal .how-to-use .img {
	margin-bottom: 8px;
}
#kantan-modal .how-to-use small {
	font-size: 10px;
}</pre></body></html>