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

body{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}
a{
	text-decoration: none;
	color: inherit;
}
.under_bar{
	background: linear-gradient(transparent 50%, #ffFacd 50%);
}
.smallText{
	font-size: 13px;
}

.main_container{
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: auto;
	background-color: #f3f3f3;
}

/*ヘッダー*/
.header{
	margin: 0 auto 0 auto;
	padding:30px 0;
	width: 1000px;
	height: 100px;
	background-color: #f3f3f3;
	position: fixed;
	top: 0;
	z-index: 9999;
}

/*ヘッダー メニューアイコン*/
.header_menu{
	box-sizing: border-box;
	margin: 0;
	padding-left: 100px;
	width: 1000px;
	height: 100px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	z-index: 99;
}
.header_menu i{
	cursor: pointer;
}

/*Toggle_menu*/
.toggle_menu{
	box-sizing: border-box;
	display: none;
	width: 200px;
	height: auto;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	top: 80px;
	left: 100px;
	z-index: 200;
}
.toggle_menu p{
	padding: 10px;
	font-size: 14px;
	
}
.under{
	border-bottom: dotted 2px #1c4c99;
}
.under:hover{
	background-color: #e6e1a4;
}

/*ヘッダー ロゴ部分*/
.header_logo{
	margin: auto;
	padding: 0 ;
	width: 1000px;
	height: 100px;
	display: flex;
	justify-content: center;
	position: absolute;
}
.header_logo img{
	width: auto;
	height: 100px;
}

/*カルーセル*/
.carousel{
	margin: 160px auto 30px auto;
	padding: 0;
	width:800px;
	height: 500px;
	text-align: center;
}
.carousel_img{
	margin: auto;
	width: auto;
	height: 500px;
}
.carousel_img img{
	margin: auto;
	width: auto;
	height: 500px;
}

/*メインメニューのボタン*/
.main_menu{
	box-sizing: border-box;
	margin: 0;
	padding: 50px;
	width: 1000px;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.menu{
	box-sizing: border-box;
	width: 120px;
	height: 120px;
	background-color: white;
	border:none;
	border-left: solid 20px #1c4c99;
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
}
.menu:hover{
	box-shadow: 4px 4px 4px #cccccc;
}

button{
	cursor: pointer;
}
/*Topics*/
.topics{
	margin: auto;
	padding: 0;
	width: 1000px;
	height: auto;
	display: flex;
	flex-direction: column;
}
.news{
	margin: 30px auto 30px auto;
	padding: 0;
	width: 600px;
	height: 200px;
	display: flex;
	flex-direction: row;
}
.date{
	box-sizing: border-box;
	width: 200px;
	height: inherit;
	background-color: white;
	border-right: dashed 5px #cccccc;
	display: flex;
	justify-content: center;
	align-items: center;
}
.date p{
	border-bottom: solid 2px #1c4c99;
}
.news_content{
	margin: 0;
	width: 400px;
	height: inherit;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.news_content p{
	padding: 0 50px;
}


/*フッター*/
.foot{
	margin: 0 auto;
	width: 1000px;
	height: auto;
	background-color:#ffffff;
	border-top: solid 2px #1c4c99;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.syusai_info{
	padding: 40px;
	display: flex;
	flex-direction: column;
}
.syusai_info p{
	padding: 0;
	font-size: 14px;
	line-height: 1.5em;
}
.jimukyoku_info{
	padding: 40px;
	display: flex;
	flex-direction: column;
}
.jimukyoku_info p{
	padding: 0;
	font-size: 14px;
	line-height: 1.5em;
}

