<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
/*---------------------------------
変更時一括置換
 オレンジ：#ed7f0f
 オレンジhover：e67400
 青：#0280e3
 青hover：#035798
----------------------------------*/
.container h2:after,
.container h3:after{
	background-color: #41941b;
}

.alertE{
	color:#41941b;
}
.btnE{
	background:#ed7f0f;
}
.btnE:hover{
	background:#e67400;
	text-decoration:none;
}


*[class^="attBox"] dd{
	text-indent:0;
	padding-left:0;
}



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

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


/*---------------------------------
アコーディオン構成
----------------------------------*/

article{
	margin-bottom:0;
}

.accordion,
.accordion-btn{
	margin-top:0 !important;
}

article:last-child{
	margin-bottom:60px;
}

/*---------------------------------
 角丸step
----------------------------------*/

.step dl{
	text-align:center;
	margin-bottom:0.9em;
	line-height: 1.2;
	color: #666;
	border:solid 2px #ffd3a5;
	background-color: #fff5e3;
	border-radius: 5px;
	padding: 10px;
}

.step dl .heading{
	color:#ed7f0f;
	font-weight;bold;
	padding-bottom:10px;
}
/*---------------------------------
 商品券アイコン
----------------------------------*/
.gift50,.gift60,.gift100{
    padding: 0.5em 0 0.5em 50px !important;
    display: block !important;
}
.gift50{
    background-image: url(/campaign/ecoupon/images/index/icon_gift50.gif)  !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
}
.gift60{
    background-image: url(/campaign/ecoupon/images/index/icon_gift60.gif)  !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
}
.gift100{
    background-image: url(/campaign/ecoupon/images/index/icon_gift100.gif)  !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
}
</pre></body></html>