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

.mv{
	background: url("../img/mv_bg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}
.mv h1{
	max-width: 1100px;
	margin: 200px auto;
}
.mv h1 img{
	width: 60%;
}

h2{
	font-size: 1.1rem;
	line-height: 1.7;
	display: inline-block;
	text-align: center;
	position: relative;
	color: #041a2f;
	font-weight: normal;
}
h2 strong{
	font-size: 2.2rem;
	display: block;
}

h2:after{
    position: absolute;
    content: "";
    width: 180px;
    height: 2px;
    left: calc(50% - 90px);
    top: 48px;
    background-color: #041a2f;
}

.news_area{
	max-width: 1100px;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_area dl{
	width: 73%;
	margin: 0;

}
.news_area dt{
	float: left;
	line-height: 1.7;
	color: #333333;
	font-size: 1.2rem;
	font-weight: normal;
}
.news_area dd{
	padding-left: 130px;
	line-height: 1.7;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}
.news_area dd div{
	font-size: 1.2rem;
	font-weight: bold;
}
.news_area dd p{
	margin-top: 10px;
	line-height: 1.8;
	font-size: 1.1rem;
}

.menu_area{
	padding-bottom: 40px;
    background: linear-gradient(transparent 50%, #f0f0f0 0%);
	margin-bottom: 80px;
}
.menu_area h2{
	margin: 0 auto;
	display: block;
}
.menu_area ul{
	max-width: 1100px;
	margin: 60px auto;
	display: flex;
	justify-content: space-around;
}
.menu_area ul li{
	width: 30%;
	background-color: #0f3963;
	color: #ffffff;
}
.menu_area ul li a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_area ul li:hover{
	opacity: 0.6;
}
.menu_area ul li h3{
	margin: 20px 10px;
	text-align: center;
	font-size: 1.3rem;
}
.menu_area ul li p{
	margin: 20px 10px;
	text-align: center;
}

.seretariat_area h2{
	margin: 0 auto;
	display: block;
}
.seretariat_area_inn{
	max-width: 1100px;
	margin: 60px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.seretariat_area_inn p{
	line-height: 2.5;
	font-size: 1.1rem;
}