@charset "UTF-8";

/*================================================
 *  newsページ用
 ================================================*/

.news_area .column_box {
	display: table;
	width: 100%;
}
.news_area .column_box:nth-of-type(n+2) {
	margin-top: 50px;
}
.news_area .column_box > div {
	display: table-cell;
	vertical-align: top;
	line-height: 1.5;
}
.news_area .column_box > div:first-of-type {
	padding-right: 60px;
}
.news_area .column_box > div:last-of-type {
	width: 230px;
	text-align: center;
}
.news_area .column_box > div:last-of-type img {
	max-width: 100%;
}
.news_area .column_box > div h3 {
	border-bottom: 1px solid #4d4d4d;
	font-size: 17px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
}
.news_area .column_box > div .text,
.news_area .column_box > div .text p {
	font-size: 14px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}


/*ページャー*/
#pager {
	color: #979797;
	display: table;
	margin: 90px auto 0;
	text-align: center;
}
#pager a {
	color: #979797;
	font-size: 14px;
	margin: 0 0.5em;
}
#pager a#current {
	color: #e53828;
}











/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {

.news_area .column_box {
	display: block;
}
.news_area .column_box:nth-of-type(n+2) {
	margin-top: 10vw;
}
.news_area .column_box > div {
	display: block;
}
.news_area .column_box > div:first-of-type {
	padding: 0 0 5vw;
}
.news_area .column_box > div:last-of-type {
	width: 100%;
}
.news_area .column_box > div h3 {
	font-size: 5vw;
}
.news_area .column_box > div .text,
.news_area .column_box > div .text p {
	font-size: 3.6vw;
}




/*ページャー*/
#pager {
	margin: 10vw auto 0;
}
#pager a {
	font-size: 4vw;
}
#pager img {
	height: 4.5vw;
}






	
}