@charset "UTF-8";
/************************************************************
 * UTF-8で保存してください。
 ************************************************************/

/*基盤*/

#proContents {
	width: 100%;
	text-align: center;
}
div#proContents ul, div#proContents li {
	list-style: none;
}
div#proContents a:hover img {
	opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
}

img {
	vertical-align: bottom;
}
#proContents,#proContents h3,#proContents p {
	font-size: 14px;
}


/*ロゴ*/

.title {
	margin: 0 auto;
	background-color: #FFF;
	text-align: center;
	background: #fff;
	border-top: 4px solid #003399;
	padding: 13px 0;
}

/*ページトップ*/

div#page_top_wrap {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: right;
}
div#page_top_wrap a{
	color: #333333;
}

/*メイン*/

#main {
	max-width: 980px;
	margin: 0 auto;
	background-color: #fff;
}
#main h1 img{
	width: 100%;
	height: auto;
}


.section{
	max-width: 980px;
	margin: 0 auto;
	padding: 60px 0 150px;
	background: url("../images/background.jpg")center top/contain repeat-y;
}
.section--inner{
	max-width: 980px;
	margin: 0 auto;
	padding: 0 0 150px 0;
}
.section--inner:last-child{
	padding: 0;
}
#proContents .section header{
	margin-bottom: 60px;
}
#proContents .section header h2{
	font-size: xx-large;
	color: white;
	line-height: 2.5;
	background: green;
	margin-bottom: 15px;
}
#proContents .section header p{
	font-size: smaller;
}



.list--btn{
	width: 850px;
	margin: 50px auto 0;
}
.list--btn li{
	margin-bottom: 60px;
}
.list--btn li:nth-last-child(-n+2){
	margin-bottom: 0;
}

.list--flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



#credit{
	max-width: 980px;
	margin: 0 auto;
	background: #fff;
}
#credit p{
	font-size: 10px;
	line-height: 3;
	color: #fff;
	text-align: center;
}