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

.sec-notice.news_page img {
	max-width: 100%;
}
.sec-notice.news_page{
	padding: 1.5em 150px 4em;
	background: #f2f2f2;
	overflow: hidden;
}
.sec-notice.news_page div > ul {
    display: flex;
    align-items: center;
	padding: 0.5em 0;
}
.sec-notice.news_page div > ul {
	border: none;
}
.sec-notice.news_page div > ul li p {
    font-size: 100%;
    font-weight: 500;
    width: 9em;
    margin: 1em 1em 1em 0;
    padding: 0.25em;
}
.sec-notice.news_page div > ul li:nth-child(2) {
    font-size: 110%;
    font-weight: 600;
    color: #727171;
    padding-right: 1em;
}
.sec-notice.news_page h2{
	text-align: left;
	margin: 0 0 0.5em 0;
	font-size: 190%;
    font-weight: 500;
    color: #333;
}
.sec-notice.news_page h2::after{
    width: 0;
	border-bottom: none;
}
.sec-notice.news_page p{
	margin-bottom: 0.8em;
}
.sec-notice.news_page .article{
	margin-bottom: 4em;
}
.sec-notice div {
    max-width: 1000px;
    margin: auto;
    position: relative;
}
section.news_page nav ul{
	display: flex;
	justify-content: space-between;
	padding: 1.2em 0.8em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.news_navi ul li a.a_right::after{
	content: url(/common/img/arrow.svg);
    display: inline-block;
    width: 6px;
    margin: 0 0 0.25em 0.5em;
}
.news_navi ul li a.a_left::before{
	content: url(/common/img/arrow.svg);
    display: inline-block;
    width: 6px;
    margin: 0 0.5em 0.25em 0;
	transform: rotate(180deg);
}


@media screen and (max-width: 767px) {
	.sec-page-head > div h1 {
		font-size: 1.5em;
	}
	.sec-notice.news_page h2 {
		font-size: 1.2em;
	}
	.sec-notice.news_page {
    padding: 1em 20px 1.5em;
	}
	.sec-notice.news_page img{
		width: 100%;
		height: auto;
	}
	
	
}