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


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

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

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

/* mv */
.mv {
	background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),url("/img/news/mv.jpg");
}




/* main */
.main__ttl {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
	}

.main__info {
	color: #777;
	font-size: 14px;
	margin-bottom: 50px!important;
	}

.main__info a {
	color: #777;
	font-size: 14px;
	}

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

.main img {
	display: block;
	max-width: 100%;
	height: auto;
	}

.main iframe {
	max-width: 100%;
}

.main__link {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	}

.main__link a:hover {
	text-decoration: underline;
}




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

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

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

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




	
	
}



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

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

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

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

/* main */
.main__ttl {
	font-size: 20px;
	margin-bottom: 10px;
	}

.main__info {
	font-size: 12px;
	margin-bottom: 30px!important;
	}

.main__info a {
	font-size: 12px;
	}

.main p {
	margin-bottom: 20px;
	}

.main__link {
	margin-top: 30px;
	}
	
	

}



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

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

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

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

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

.postinfo {
	margin-bottom: 10px;
}

.news__category {
	margin-bottom: 30px;
}

.news__category p {
	margin-right: 3px;
	font-size: 10px;
	padding: 0 3px;
}

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

.pagelink {
	margin-top: 50px;
}


	

	
}