@charset "UTF-8";



/* ----------------------------- 一覧 */

/* タイトル部分 */
#top_tit01 {
	background: url(../images/top/tit01_bg01.jpg) no-repeat center;
	background-size: cover;
}

.top_tit01_wrap {
	background: url(../images/top/tit01_txt01_sp.png) no-repeat center top;
	background-size: 176px 130px;
}

#top_tit01 h2,
#top_tit01 p {
	display: inline-block;
	vertical-align: middle;
}

#top_tit01 h2 {}

#top_tit01 p {
	line-height: 180%;
	text-align: center;
	background: url(../images/content01_bg01.png) no-repeat center top;
	padding-top: 14px;
	padding-bottom: 15px;
	margin: 0;
	margin-top: 90px;
}




/* 一覧部分 */
#top_list01 ul {
	position: relative;
	padding: 0;
	margin: 20px 0 30px;
	list-style: none;
}

#top_list01 li {
	margin: 0 0 26px;
	position: relative;
}

#top_list01 li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#top_list01 li img {
	vertical-align: top;
	width: 100%;
	height: auto;
}


.top_list01_txt01 {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(../images/top/list01_bg01.png);
	padding: 10px 0;
}

.top_list01_txt01 p.number {
	background: url(../images/icon_01.png) no-repeat left center;
	padding: 4px 0 4px 22px;
	margin: 0 15px;
}

.top_list01_txt01 h3 {
	font-weight: bold;
	font-size: 130%;
	line-height: 140%;
	margin: 0 15px;
}

.top_list01_txt01 h3 span {
	font-size: 76%;
	display: block;
}