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


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* mv */
.mv__bg {
	background-image: url("/img/news/mv.jpg");
}



/* main */
.main__wrapper {
	max-width: 800px;
}

.main__ttl {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.main__postinfo {
	color: #AAA;
	margin-bottom: 15px;
}

.main__category {
	margin-bottom: 50px;
}

.main__category p {
	margin-right: 3px;
	display: inline-block;
	font-size: 12px;
	color: #FFF;
	padding: 0 5px;
	border-radius: 3px;
}

.main__category .result {
	background-color: #034791;
	border: 1px solid #034791;
}

.main__category .information {
	background-color: #000;
	border: 1px solid #000;
}

.main__category .others {
	background-color: #FFF;
	border: 1px solid #222;
	color: #222;
}

.news__category .others {
	background-color: #FFF;
	border: 1px solid #222;
	color: #222;
}

.main__wrapper img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 70px;
	border-radius: 5px;
}

.main__wrapper > p {
	margin-bottom: 20px;
}

.pagelink {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}



/* search */
.search {
	width: 100%;
	height: 400px;
	padding: 100px 0;
	background-color: #034791;
	background-size: cover;
}

.search__h2 {
	color: #FFF;
	margin-bottom: 30px;
}

.search__h2 span {
	color: #FFF;
}

.search > ul {
	width: 650px;
	margin: 0 auto;
	}

.search > ul > li {
	width: 300px;
	float: left;
	}

.search > ul > li:first-child {
	margin-right: 50px;
	}

.widgettitle, .search label {
	display: none;
	}

.search select {
	width: 100%;
	display: block;
	height: 45px;
	font-size: 16px;
	}



/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

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


}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

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


	
}



/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* main */
.main__ttl {
	font-size: 16px;
	margin-bottom: 5px;
}

.postinfo {
	margin-bottom: 10px;
}

.news__category {
	margin-bottom: 30px;
}

.news__category p {
	font-size: 11px;
}

.main__wrapper img {
	margin-top: 50px;
	border-radius: 3px;
}
	
.main__wrapper > p {
	margin-bottom: 15px;
}

.pagelink {
	margin-top: 50px;
}
	
	
	
/* search */
.search {
	height: auto;
	padding: 40px 0 50px 0;
	}

.search > ul {
	width: 70%;
	}

.search > ul > li {
	width: 100%;
	margin-bottom: 0;
	float: none;
	}

.search > ul > li:first-child {
	margin-right: 0;
	margin-bottom: 15px;
	}

.search select {
	height: 50px;
	opacity: 1;
	font-size: 14px;
	}
	
}