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

/*---------------------------------
 背景・キーイメージ部
----------------------------------*/

.mainBox {
	background:#ff9e14;
	background-image:url(/event/autumn/images/bg.gif);
	background-repeat:repeat;
	padding-top: 0;
	margin-top:0;
	
}

.h1Box {
	width:100%;
	padding-top: 25px;
	padding-bottom: 1.4em;
	background:#fff;
}

h1 {
	margin-bottom: 0;
}
.keyimgBox {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	background:#2a2a2a;
	border-bottom:5px solid #111;
}


/*---------------------------------
 見出し等
----------------------------------*/

.conteBox{
	border-top:2px solid #111;
}

.autumnSection{
	background-color: #ffffff;
	color:#454545;
	margin-bottom: 50px;
	padding-bottom:20px;
	z-index: 0;
	border-radius: 15px;
  box-shadow: 0px 5px 8px -4px #825d0b;
}

.autumnSection h2{
	background-color:#fb185d/*#0054ff*/;
	color:#fff;
	padding:15px 20px;
	border:none;
	border-radius: 15px 15px 0 0 / 15px 15px 0 0;
	}
	
.autumnSection h3{
	color:#B50000;
	}

.autumunBox{
	margin:0 20px;
	}	

.btnAutumn {
	margin-top:1em;
	font-size:1.4em;
	background:#fb185d;
	width: 80%;
}


/*---------------------------------
リンク色
----------------------------------*/
.jobouen_contents a:not(.btnLink ) {
	color: #089cec;
	text-decoration: none;
}


/*---------------------------------
余白打ち消し
----------------------------------*/
p,ul{
	margin-top:0px !important;
	}


/*---------------------------------
 角丸step
----------------------------------*/
.container h2:after{
	content:none;
}
h2.md_box{
	text-align:center;
	margin-bottom:0.9em;
	line-height: 1.2em;
	font-size:1.5em;
	color: #ffffff;
	background-color: #f79a00;
	border-radius: 7px;
	padding: 10px;
	border: none !important;
}

/*---------------------------------
 h2用100％メディアクエリ
----------------------------------*/

@media screen and (max-width:767px) {
	h2.md_box{
	display:block;
	margin-bottom:20px;
	width:100% !important;
	}
		}

/*---------------------------------
 文字色
----------------------------------*/
 .White{
	color:#fff;
 }
.orange{
	color:#f78421;
	}

.darkRed{
	color:#4a0003;
	}

/*---------------------------------
olの上書き
----------------------------------*/
ol.decimal li{
	padding-bottom:20px;
}


ol.kaisetsu li {
	list-style: none outside none;
	margin: 20px 0 0 1.5em;
}

/*---------------------------------
ol内ulのli余白指定
----------------------------------*/

ol.decimal li ul li{
	padding-bottom: 0.1em;
}
</pre></body></html>