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


/*.keyimgBox {
	background: #bde021;
}*/

/*---------------------------------
 見出しタグ
----------------------------------*/

.container h2:after{
	background-color: #1d54ce;
}

h3:after{
	background-color: #1d54ce;
}

h3.ribbon{
	line-height:1.7!important;
}


p.fs16 span{
	font-size:1em;
}

.yellow{
	color:#efff00;
}


/*---------------------------------
 角丸キャッチコピー用
----------------------------------*/

p.deadline {
	text-align:center;
	font-size:1.3rem;
	margin-bottom:0.9em;
	line-height: 1.2;
	color: #fff;
	background-color: #292a39;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

p.deadline .days {
	text-align:center;
	font-size:0.7em;
	color: #292a39;
	font-weight:bold;
	margin-right:0.9em;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

/*---------------------------------
 文字装飾
----------------------------------*/
span.point{
	color:#ffffff !important;
	font-weight:bold;
}
span.point8{
	color:#eaff45 !important;
	font-weight:bold;
}
.line1{
	line-height:1em!important;
}
.btnRed{
	background: #f3031b;
}
.red{
	color:#f3031b;
}

/*---------------------------------
 グリッドポイントバック　矢印の回転
----------------------------------*/

@media screen and (max-width:767px) {
	.gridpback .grid9 img{
		display:block;
	}
	.kaiten{
		transform: rotate(90deg);
	}
}

/*---------------------------------
ポイント5倍対象マーク
----------------------------------*/
.mark{
	background:#e6121a;
	border-radius:4px;
	padding:3px 10px;
	color:#fff;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.mark{
	font-size:0.8em;
	text-align:center !important;
	display:inline-block;
	white-space: normal;
	}

}

/* PCとスマホ改行設定 2019.08.02追記*/
.br-sp {
	display: none;
}

@media screen and (max-width: 1080px) {
	.br-pc {
	display: none;
	}

	.br-sp {
	display: inline-block;
	}
}</pre></body></html>