@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Noto Serif JP', serif,"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "メイリオ", Meiryo, "ＭＳ 明朝", sans-serif;
}

/* メインコンテンツ */
div#main_content{

}

/* 上部イメージ */
div#top_content{
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	height: 0;
    padding-top: 30.46875%;
}
div#top_content div.top_background{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
div#top_content div#top_background1{
	background-image: url("../images/report_top_00.jpg");
	z-index: 10;
}


div#main_content{
	background-image: url("../images/bg.jpg");
	margin: 0;
	padding: 0;
	padding-bottom: 155px;
	background-size: cover;
	position: relative;
	min-height: 1000px;
}
div#main_content h2{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 160px;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 1.125rem;
	letter-spacing: 2px;
	font-weight: 400;
}
div#main_content h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #C08D4E;
  border-radius: 2px;
}
div#main_content h3{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 50px;
	color: #C08D4E;
	text-align: center;
	position: relative;
	display: inline-block;
	font-size: 1.75rem;
	letter-spacing: 2px;
	font-weight: 400;
}
div#main_content ul{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 50px;
	list-style: none;
	text-align: center;
}
div#main_content ul li{
	display: inline-block;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	position: relative;
	z-index: 10;
	width: 148px;
	height: 42px;
	background-color: #FFF;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
	
}
div#main_content ul li::before{
	content: " ";
	display: block;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	position: absolute;
	right: 2px;
	bottom:2px;
	z-index: -10;
	width: 148px;
	height: 42px;
	background-color: #FFF;
	background-image: url("../images/report_arrow.png");
	background-repeat: no-repeat;
	background-position: right 15px center;
}




/* 事業報告 */
div#main_content div#report_boxes{
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	text-align: left;
}
div#main_content div.report_box{
	width: 354px;
	height: 600px;
	margin: 0;
	padding: 0;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}
div#main_content div.report_box h4{
	width: 200px;
	height: 27px;
	margin: 0;
	padding: 0;
	border-color: #E62603;
	border-width: 1px;
	border-style: solid;
	border-radius: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	line-height: 24px;
	color: #E62603;
	font-size: 0.9375rem;
	font-weight: 400;
	background-color: #FFF;
	text-align: center;
	letter-spacing: 1px;
}
div#main_content div.report_box h4.category1{
	color: #01369B;
	border-color: #01369B;
}
div#main_content div.report_box h4.category2{
	color: #335F00;
	border-color: #335F00;
}
div#main_content div.report_box h4.category3{
	color: #B1680F;
	border-color: #B1680F;
}
div#main_content div.report_box h4.category4{
	color: #E62603;
	border-color: #E62603;
}
div#main_content div.report_box h5{
	width: 354px;
	font-size: 1.25rem;
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	letter-spacing: 2px;
}
div#main_content div.report_box p{
	width: 304px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 28px;
	font-size: 0.9375rem;
	letter-spacing: 1px;
	padding-bottom: 70px;
}


@media screen and (max-width:768px) {
	/* 事業報告 */
	div#main_content div#report_boxes{
		width: 716px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 30px;
		text-align: left;
	}
	div#main_content div.report_box{
		width: 354px;
		height: 600px;
		margin: 0;
		padding: 0;
		margin-left: 2px;
		margin-right: 2px;
		float: left;
	}

}