@charset "UTF-8";

.page-header h1{
	font-family: var(--main_font_family);
	font-size: min(6vw, 2rem);
	font-weight: 600;
	text-align: center;
	letter-spacing: .2rem;
	color: #333;
	line-height: 1.5;
	margin: 38px auto 0;
	padding: 8px;
}


/*お知らせ*/
/*トピックス*/

.info_box {
	width: min(96%, 1024px);
	background-color: #fff;
	border-radius: 32px;
	margin: 50px auto 75px;
	padding: 32px;
}


.info_box .info_text {

	margin: 0 auto .75rem;
}

.info_box .info_text .info_content  {
	display: flex;
	justify-content: space-between;
	align-items:center;
	position: relative;
	font-family: var(--font_style_1);
	font-optical-sizing: auto;
	font-style: normal;
	list-style: none;
	text-indent: .5rem;
	border-bottom: 1px dotted #333;
	line-height: 2.5;

}

.info_box .info_text  a {
	text-decoration: none;
	display: block;
	color: #333;
	padding: 21px 0;
}

.info_box .info_text .info_content .title h3{
	display: inline-block;
	font-weight: 600;
	font-size: 1.3rem;
}


.info_box .info_text .info_content .title .icon{
	width: fit-content;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	background-color: var(--sub-color);
	border-radius: 12px;
	text-indent: 0;
	padding: 0 6px ;
	margin-right: 16px;
}

.info_box .info_text .info_content .title .date {
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	width: fit-content;
	margin-right: 21px;
}

.info_box .info_text .info_content .thumb{
	width: 150px;
	margin-right: 32px;
}

.info_box .info_text .info_content a::after {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	width: .3rem;
	height: .3rem;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	margin-right: 10px;

}

.info_box .more {
	text-align: right;
	font-family: var(--font_style_1);
	font-weight: 400;
		margin: 2rem 0 0;
}

.info_box .more a {
	text-decoration: none;
	border: 1px solid #333;
	color: #333;
	padding: 6px;

}


/*ページング*/
.page{
	text-align: center;
	margin: 0 auto;
}

nav.pagination{
	clear: both;
}

.nav-links{
	text-align: center;
	margin: 0 auto;
}

.page-numbers {
	color: #fff;
	text-decoration: none;
	background: #173002;
	padding: 5px;
	margin: 0;
}

span.current{
	background: #0c6ad4;
}


	 




@media only screen and (max-width: 736px) {/*スマホ*/

	/*お知らせ*/
	.info_box .info_text {
		width: 100%;
		margin: auto;
	}

	.info_box .info_text li {
		text-indent: 0;
		line-height: 1.5;
		margin-top: .75rem;

	}

	.info_box .info_text li .date {
		display: block;
		font-size: 14px;
		width: auto;
	}

	/*お知らせ*/

	.info_box {
	background-color: #ffffffb4;
	border-radius: 0;
	margin: 50px auto ;
	padding: 18px;
}


.info_box .info_text .info_content  {
	position: relative;
	display: block;
    margin-bottom: 21px;
}

.info_box .info_text  a {
	text-decoration: none;
	display: block;
	color: #333;
	padding: 0;
}

.info_box .info_text .info_content .title h3{
	display: block;
	text-align: left;
	line-height: 1.6;;
	font-weight: 500;
	font-size: 1rem;
	margin-top: 30px;
}


.info_box .info_text .info_content .title .icon{
	width: fit-content;
	display: block;
	text-indent: 0;
	padding: 0 6px ;
	margin-right: 0;
}

.info_box .info_text .info_content .title .date {
	display: block;
	font-weight: 500;
	font-size: 13px;
	width: fit-content;
	margin-right: 0;
}

.info_box .info_text .info_content .thumb{
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
    
}


}/*スマホ*/


@media only screen and  (min-width: 737px) and (max-width: 1024px) {
	

	
}













