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


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

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

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

/* mv */
.mv {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url("/img/news/mv.jpg");
	background-size: cover;
	background-position: center center;
	}



/* container_post */
.container_post {
	font-size: 1.5rem;
	}

.container_post h2 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 15px;
	}

.postinfo {
	color: #777;
	font-size: 1.4rem;
	margin-bottom: 50px!important;
	}

.postinfo a {
	color: #777;
	font-size: 1.4rem;
	}

.container_post p {
	margin-bottom: 30px;
	}

.container_post img {
	display: block;
	width: 100%;
	height: auto;
	}

.pagelink {
	margin-top: 70px;
	overflow: hidden;
	}

.oldpage {
	float: left;
	}

.newpage {
	float: right;
	}



/* container_search */
.container_search {
	width: 100%;
	height: 400px;
	padding: 100px 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url("/img/news/bg_container_search.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}

.container_search h2 {
	color: #FFF;
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
	}

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

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

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

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

.container_search select {
	width: 100%;
	display: block;
	height: 45px;
	font-size: 1.6rem;
	}



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

タブレットの設定 769px〜1199pxの場合に適用 

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

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

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

.postinfo, .postinfo a {
	margin-bottom: 25px;
	}


.pagelink {
	margin-top: 50px;
	overflow: hidden;
	}

	
}



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

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

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

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

/* container_post */
.container_post h2 {
	font-size: 2rem;
	}

.postinfo {
	margin-bottom: 30px!important;
	}

	

/* container_search */
.container_search {
	height: auto;
	padding: 40px 0;
	}

.container_search > ul {
	width: 70%;
	}

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

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

.container_search select {
	height: 50px;
	opacity: 1;
	}
	


}