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

/*section0*/
.sec0{
	background: #bfbfbf; 
	
}
.subttl{
	background: #000;
	padding-bottom: 100px;
}
.ttl_m{
	padding-bottom: 30px;
}
/* サブタイトルbg */
.subttl h2{
	width: 100%;
	height: 300px;
	background-image: url("../img/news/bg_news.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

/* メイン */
.notice_wrap,.pn{
	width: 1200px;
	background: #fff;
	margin: -150px auto 150px auto;
	padding-bottom: 150px;
}

/*section2*/

.news_mainbox{
	width: 70%;
}
.news_side{
	width: 20%;
}
.news_side ul{
	text-align: left!important;
}
.news_side ul li{
	list-style-type: disc;
	list-style-position: outside;
	text-align: left!important;
	line-height: 2.0em;
}
.news_side a{
	color: #000;
	text-decoration: none;
}
.news_side a:hover{
	color: #0b9eb6;
	text-decoration: underline;
}
.notice_wrap{
	margin-top: -100px;
}
.notice_wrap .date{
	margin-bottom: 20px;
}
.pn ul{
	display: flex;
	justify-content: space-between;	
}
.news_mainbox .news{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;	
}
.news_mainbox .news_inr{
	width: 60%;
}

.news_inr .year{
	font-size:15px;
	margin-bottom: 5px;
}
.news_inr .news_tit{
	font-size:18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.news_inr .article{
	font-size:15px;
	line-height: 1.7em;
	margin-bottom: 10px;
}
.news_inr .more{
	text-align: right;
	font-size:15px;
	margin-bottom: 5px;
}

.pn ul li{
	list-style: none;
	
}



@media screen and (max-width: 1200px){
.notice_wrap,.pn{
	width: 95%;
	margin: 0 auto;
	background: #fff;
}
.pp_wrap{
	margin-top: -130px;
}
.pp_wrap dl{
	width: 95%;
	margin: 0 auto;
}
}
@media screen and (max-width: 815px){
.notice_wrap{
	flex-direction:column;
}
.news_mainbox .news{
	flex-direction:column;
	margin-bottom: 50px;	
}
.news_mainbox{
	width: 100%;
}
.news_side{
	width: 100%;
	border-top: 1px dotted;
	padding-top: 30px;
}
.news_mainbox .news_inr{
	width: 100%;
}
.news_mainbox .news img{
	width: 100%!important;
	}
}
@media screen and (max-width: 414px){
/* サブタイトルbg */
h2{
	width: 100%;
	margin: 0 auto;
	height: 100px;
}

}



