/* ===========================================
 * news
=========================================== */


#news_sec{
	background: #E8E8E4;
}
#event_sec{
	background: #F0EDE6;
}
#news_margin{
	margin-top: 80px;
}
#news_main{
	padding: 100px 0 120px;
}
#news_main h1{
	font-size: 14px;
	text-align: center;
}
#news_main h1 span{
	font-size: 40px;
	display: block;
	font-weight: 700;
}
#news_main h1 span::first-letter{
	color: #B40019;
}
#news_main hr{
	border: 0;
	background: #4A4A4A;
	width: 100%;
	height: 1px;
	margin-top: 24px;
}

#topics_contents {
	padding: 50px 0 150px;
}
#topics_main_contents {
}
/* カテゴリーリスト */
#topics_main_contents_category{
	margin-bottom: 40px;
}
.topics_side_box {
	display: flex;
	justify-content: space-between;
}
.topics_side_box_category{
	width: 761px;
	border-bottom: 1px solid #010005;
}
.topics_side_box_category ul{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
.topics_side_box_category ul li{
	color: #010005;
	font-size: 14px;
}
.topics_side_box_category ul li a{
	color: #010005;
}
.accordion_btn {
	width: 289px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	border: 1px solid #010005;
  cursor: pointer;
	position: relative;
	font-size: 15px;
}
.accordion_btn::after {
	content: "";
	background: url("../img/common/arrow.svg") no-repeat center top / contain;
	position: absolute;
	right: 30px;
	top: calc(50% - 5px);
	width: 9px;
	height: 13px;
}
.accordion_btn.open::after {
  transform: rotate(90deg);
}
.accordion_contents {
  display: none;
	border-bottom: 1px solid #010005;
}
.accordion_contents ul{
  	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	padding: 40px 0;
}
.accordion_contents ul li{
	color: #010005;
	font-size: 14px;
}
.accordion_contents ul li a{
	color: #010005;
}
/* 一覧 */
#topics_main_contents_list {
	border-bottom: 1px solid #9D9D9D;
}
.topics_list_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topics_list_contents{
	width: 504px;
	margin-bottom: 50px;
}

.topics_list_contents_img{
	width: 504px;
	height: 312px;
	overflow: hidden;
}
.topics_list_contents_img img{
	width: 504px;
	height: 312px;
	object-fit: cover;
	transition: transform .6s ease;
}
.topics_list_contents_img:hover img{
	transform: scale(1.1);
}
.topics_list_contents_body{
	
}
a .topics_list_box_date{
	color: #010005;
}
.topics_list_box_date{
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 10px;
}
.topics_list_box_date span{
	font-size: 12px;
}
.topics_list_box_date span.cat{
	border: 1px solid #4A4A4A;
	padding: 0 5px;
	display: inline;
	margin-right: 5px;
}
.topics_list_contents_body h3{
	font-size: 16px;
}
a h3{
	color: #071926;
}
a .period{
	color: #010005;
	font-size: 14px;
}
/* 詳細 */
.topics_main_box{
	margin-top: 80px;
	margin-bottom: 40px;
}
.topics_main_box_date{
	font-size: 16px;
	font-weight: 300;
}
.topics_main_box_date span{
	font-size: 16px;
	font-weight: 300;
	padding-left: 5px;
}
.topics_main_box h3{
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 30px;
}
.topics_main_box hr{
	margin: 50px 0;
	border: 0;
	background: #9D9D9D;
	width: 100%;
	height: 1px;
}

.topics_main_box_body {
    font-size: 16px;
}
.topics_main_box_body img{
	max-width: 100%;
}

.topics_main_box_body b{
	font-weight: bold;
}

.topics_main_box_body ul{
	list-style: disc;
	margin-left: 20px;
}

.topics_main_box_body ol{
	list-style: decimal;
	margin-left: 20px;
}

.topics_img {
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
}

.topics_img img{
	width: 100%;
	object-fit: cover;
}


.topics_pdf{
	margin-bottom: 30px;
	padding-top: 40px;
}

.topics_pdf a{
	display: block;
	width: 300px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #707070;
	color: #3a3a3a;
	font-size: 20px;
}

.topics_pdf a:hover{
	opacity: 0.7;
}


.topics_map {
	padding-top: 20px;
}



.topics_form {
	clear: both;
	width: 300px;
	height: 60px;
	font-size: 16px;
	position: relative;
	border-radius: 30px;
	margin: 60px auto 0;
	text-align: center;
	background-color: #B40019;
}

.topics_form a{
	display: block;
	line-height: 60px;
	color: #FDFCF8;
}
.topics_form::before{
	content: url("../img/common/arrow_w.svg");
    position: absolute;
    top: 16px;
    right: 20px;
}

.topics_form a:hover{
	opacity: 0.7;
}

#news_form{
	padding: 150px 0;
	background: #E6E5DF;
}
#news_formInner{
	
}
#news_formInner h3 {
	text-align: center;
    font-size: 20px;
    margin-bottom: 60px;
	font-weight: 700;
}
#news_formInner p {
    text-align: center;
    font-size: 16px;
}

#news_form_thanks{
	width: 100%;
	padding: 0 0 150px;
}
#news_form_thanks h2{
	text-align: center;
	font-size: 24px;
	margin-bottom: 60px;
}
#news_form_thanks p{
	font-size: 15px;
	text-align: center;
}


@media screen and (max-width:640px){
	


	#news_sec{
		background: #E8E8E4;
	}
	#news_margin{
		margin-top: 80px;
	}
	#news_main{
		padding: 70px 0 0;
	}
	#news_main h1{
		font-size: 20px;
		text-align: center;
	}
	#news_main h1 span{
		font-size: 54px;
		display: block;
		font-weight: 700;
	}
	#news_main h1 span::first-letter{
		color: #B40019;
	}
	#news_main hr{
		border: 0;
		background: #4A4A4A;
		width: 100%;
		height: 1px;
		margin-top: 24px;
	}

	#topics_contents {
		padding: 90px 0;
	}
	#topics_main_contents {
	}
	/* カテゴリーリスト */
	#topics_main_contents_category{
		margin-bottom: 40px;
	}
	.topics_side_box {
		display: block;
		justify-content: space-between;
	}
	.topics_side_box_category{
		width: 580px;
		border-bottom: 1px solid #010005;
	}
	.topics_side_box_category ul{
		display: flex;
		flex-wrap: wrap;
		column-gap: 20px;
		padding: 40px 0;
	}
	.topics_side_box_category ul li{
		color: #010005;
		font-size: 20px;
	}
	.topics_side_box_category ul li a{
		color: #010005;
	}
	.accordion_btn {
		width: 580px;
		height: 54px;
		text-align: center;
		line-height: 54px;
		border: 1px solid #010005;
		cursor: pointer;
		margin-top: 20px;
		font-size: 28px;
		position: relative;
	}
	.accordion_btn::after {
		content: "";
		background: url("../img/common/arrow.svg") no-repeat center top / contain;
		position: absolute;
		right: 30px;
		top: calc(50% - 5px);
		width: 9px;
		height: 13px;
	}
	.accordion_btn.open::after {
	  transform: rotate(90deg);
	}
	.accordion_contents {
	  display: none;
		border-bottom: 1px solid #010005;
	}
	.accordion_contents ul{
		display: flex;
		flex-wrap: wrap;
		column-gap: 20px;
		padding: 40px 0;
	}
	.accordion_contents ul li{
		color: #010005;
		font-size: 20px;
	}
	.accordion_contents ul li a{
		color: #010005;
	}
	/* 一覧 */
	#topics_main_contents_list {
		border-bottom: 1px solid #9D9D9D;
	}
	.topics_list_box{
		display: block;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.topics_list_contents{
		width: 580px;
		margin-bottom: 50px;
	}

	.topics_list_contents_img{
		width: 580px;
		height: 360px;
		overflow: hidden;
	}
	.topics_list_contents_img img{
		width: 580px;
		height: 360px;
		object-fit: cover;
		transition: transform .6s ease;
	}
	.topics_list_contents_img:hover img{
		transform: scale(1);
	}
	.topics_list_contents_body{
		width: 580px;
	}
	a .topics_list_box_date{
		color: #010005;
	}
	.topics_list_box_date{
		display: flex;
		justify-content: space-between;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.topics_list_box_date span{
		font-size: 20px;
	}
	.topics_list_contents_body h3{
		font-size: 24px;
	}
	a h3{
		color: #071926;
	}
	/* 詳細 */
	.topics_main_box{
		margin-bottom: 40px;
	}
	.topics_main_box_date{
		font-size: 20px;
		font-weight: 300;
	}
	.topics_main_box_date span{
		font-size: 20px;
		font-weight: 300;
		padding-left: 5px;
	}
	.topics_main_box h3{
		font-size: 32px;
		font-weight: 400;
		line-height: normal;
		margin-bottom: 30px;
	}

	.topics_main_box_body {
		font-size: 24px;
	}

	.topics_img {
		padding-bottom: 30px;
		text-align: center;
	}

	.topics_img img{
		max-width: 580px;
	}


	.topics_pdf{
		margin-bottom: 30px;
		padding-top: 40px;
	}

	.topics_pdf a{
		display: block;
		width: 300px;
		height: 70px;
		line-height: 70px;
		text-align: center;
		background-color: #fff;
		border: 1px solid #707070;
		color: #3a3a3a;
		font-size: 20px;
	}

	.topics_pdf a:hover{
		opacity: 0.7;
	}


	.topics_map {
		padding-top: 20px;
	}


	.topics_form {
		width: 300px;
		height: 60px;
		font-size: 20px;
		position: relative;
		border-radius: 30px;
		margin: 60px auto 0;
		text-align: center;
		background-color: #B40019;
	}

	.topics_form a{
		display: block;
		line-height: 60px;
		color: #FDFCF8;
	}
	.topics_form::before{
		content: url("../img/common/arrow_w.svg");
		position: absolute;
		top: 10px;
		right: 20px;
	}

	#news_form{
		padding: 120px 0;
		background: #E6E5DF;
	}
	#news_formInner{

	}
	#news_formInner h3 {
		text-align: center;
		font-size: 32px;
		margin-bottom: 60px;
	}
	#news_formInner p {
		text-align: center;
		font-size: 24px;
	}

	#news_form_thanks{
		width: 100%;
		padding: 90px 0;
	}
	#news_form_thanks h2{
		text-align: left;
		font-size: 32px;
		margin-bottom: 60px;
	}
	#news_form_thanks p{
		font-size: 20px;
		text-align: left;
	}

	
	
	
}


