@charset "utf-8";

/* =================
	index.css		 
=================== */

#index p.mv{
	margin-bottom:60px;
	z-index: 2;
    position: relative;
}

#index #news{
	border-radius:5px;
	border:2px solid #ff8fb6;
	background:#fff;
	margin-bottom:40px;
	position: relative;
}

#index #news:before{
	content: "";
    position: absolute;
    background: url(../../images/index/icon2.png) no-repeat;
    width: 58px;
    height: 46px;
    top: -45px;
    right: 35px;
    z-index: 2;
}

#index h2{
	color:#fff;
	font-weight:700;
	padding:15px;
	background:url(../../images/index/news-icon.png) 3% 50% no-repeat #ff8fb6;
	padding-left:60px;
}

#index h2 span{
	float:right;
}

#index h2 span:before{
	content:"";
	position:absolute;
	background:url(../../images/index/news-icon2.png) no-repeat;
	width:18px;
	height:12px;
	top: 17px;
    right: 100px;
}

#index h2 span a{
	color:#fff;
	padding-left: 27px;
}

#index h2 span a:hover{
	text-decoration:underline;
}

#index ul.list{
	padding:17px;
}

#index ul.list li{
	background:#f7f2e8;
	padding:18px;
	border-radius:5px;
	margin-bottom:5px;
	overflow: hidden;
}

#index ul.list li dl dt{
	color:#f46698;
	width: 20%;
    float: left;
}

#index ul.list li dl dd{
	width: 80%;
    float: right;
}


#index #information{
}

#index #information .info{
}

#index #information .box{
	border:2px solid #d6cbb1;
	border-radius:5px;
}

#index #information .box p.logo{
	width:40%;
    float: left;
	background:#fec240;
	text-align:center;
	padding:25px 0 86px 0;
	box-sizing:border-box;
	margin-bottom:0;
	position:relative;
}

#index #information .box p.logo:after{
	content:"";
	position:absolute;
	background:url(../../images/index/animal.png);
	width: 196px;
    height: 68px;
	left: 15%;
    bottom: 0;
}

#index #information .box dl{
	padding:35px;
	width:60%;
	box-sizing:border-box;
	float:right;
	font-size:116%;
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: local('NotoSansJP-Regular.otf'),
	  url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
	  url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
	  url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
	position:relative;
}

#index #information .box dl:before{
	position:absolute;
	content:"";
	background:url(../../images/index/icon.png) no-repeat;
	width:95px;
	height:64px;
	top: -10%;
    right: 18%;
    z-index: 2;
}

#index #information .box dl dt{
	margin-bottom:10px;
	font-weight:700;
}

