<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(reset.css);
@import url(base.css);
@import url(common.css);


#main {
	padding: 20px 0 0;
}
.section {
	margin-bottom: 50px;
}
#mainimg {
	background: url(../image/main_bg.jpg) center top -12px no-repeat;
	background-size: cover;
	margin: 0 auto;
	text-align: left;
	height:450px;
		padding: 0;
}
#mainimg h2 {position: relative;left: 50%;margin-left: -100%;top: 50%;}
#mainimg h2 img{position: absolute;
  top: 0;
  left: 0;
  right: 20%;
  bottom: 0;
  margin: auto;
}


.box-img{
	background: url(../image/campaign_bg.jpg) center top -140px no-repeat;
	background-size: cover;
	padding: 50px 0 60px;
}
.box-img p{
	text-align: center;
}
.box-img p+p{
	line-height: 1.0;
	color: #000000;
	font-size: 1.6em;
	/* margin-top: 13px; */
}
.box01{
	overflow: hidden;
	background: url(../image/index02.png) top right no-repeat;
}
.box01 ul{
	overflow: hidden;
	margin-bottom: 15px;
}
.box01 ul li{
	background: url(../image/icon01.png) left center no-repeat;
	color: #EF8B92;
	font-weight: bold;
	font-size: 1.28em;
	padding-left: 20px;
	margin-bottom: 3px;
}
.box01 p{
	letter-spacing: 0.2px;
	padding-right: 5px;
}

.box02{
	overflow: hidden;
	border: 1px solid #FFB8BD;
	padding: 3px;
	background: #FFFFFF;
	margin-bottom: 100px;
}
.box03{
	overflow: hidden;
	border: 1px solid #FFB8BD;
	padding: 28px 25px 25px;
}
.box03 p.title{
	text-align: center;
	background: url(../image/index03.png) center bottom no-repeat;
	color: #FF99A3;
	font-size: 1.428em;
	font-family:"游明朝","Yu Mincho", YuMincho,
	serif, 'メイリオ', 'Meiryo', sans-serif;
	line-height: 1.2;
	padding-bottom: 39px;
	margin-bottom: 25px;
}
.box03 p.text{
	letter-spacing: 1px;
	margin-bottom: 25px;
}
.box03 p.text span{
	margin-left: -7px;
}

.box04{
	overflow: hidden;
	background: url(../image/index05.png) left top no-repeat;
	margin-bottom: 70px;
}
.box04 .text{
	background: rgb(255, 255, 255, 0.7);
	margin-top: 30px;
	margin-left: 200px;
	padding: 15px 27px 18px 21px;
	letter-spacing: 0.2px;
}
.box04 .text p+p{
	margin-top: 25px;
}
.box04 .text span{
	margin-left: -7px;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	margin-bottom: 100px;
	line-height: 1.6;
	overflow-y: scroll;
	height:200px;
	background: #fff;
}
#topics dl {
	overflow: hidden;
/zoom: 1;
	padding: 9px 0 9px 30px;
	background: url(../image/br.png) bottom no-repeat, url(../image/icon_news.png) center left 10px no-repeat;
}
#topics dt {
	float: left;
}
#topics dd {
	padding: 0 0 0 105px;
}
</pre></body></html>