@charset "UTF-8";

.news{min-width: 980px;}
.news #contents #page_title{
	background: url(../images/page_title_bg.jpg) no-repeat center 0;
	background-size: cover;
}
.news #contents #page_title h2{
	padding-top: 65px;
	background: url(../images/page_title_icon.png) no-repeat center 0;
	margin-top: 65px;
}
.news #contents .inner{
	width: 980px;
	margin: 0 auto;
}
.news #contents #disp_group{
	overflow: hidden;
	width: 870px;
	padding: 13px 0;
	margin: 0 auto;
}
.news #contents #disp_group #year{float: left;}
.news #contents #disp_group ul li{float: left;}
.news #contents #disp_group ul li:after{
	content: "";
	display: block;
	float: right;
	width: 26px;
	height: 25px;
	background: url(../images/separate.png) no-repeat 0 0;
	margin: 0 17px 0 16px;
}
.news #contents #disp_group ul li:last-of-type:after{
	content: none;
}
.news #contents #disp_group #year li.active:after{
	margin-left: 3px;
}
.news #contents #disp_group #year li a img{
	width: 36px;
	vertical-align: bottom;
}
.news #contents #disp_group #year li.active a img{
	width: 59px;
}
.news #contents #disp_group #type{float: right;}
.news #contents #disp_group #type li:after{margin: 0 13px 0 10px;}
.news #contents #disp_group #type li a{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 1px;
	color: #000;
}
.news #contents #disp_group #type li a.info{color: #1619a4;}
.news #contents #disp_group #type li a.recruit{color: #9f02c6;}
.news #contents #disp_group #type li a:hover{text-decoration: underline;}
.news #contents #news_list{
	width: 870px;
	border-top: solid 1px #cbcbcb;
	margin: 0 auto 39px;
}
.news #contents #news_list li{
	padding: 20px 0;
	border-bottom: solid 1px #cbcbcb;
}
.news #contents #news_list li a{
	overflow: hidden;
	display: block;
	position: relative;
	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
.news #contents #news_list li a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.news #contents #news_list li .img{
	float: left;
	width: 235px;
	text-align: center;
}
.news #contents #news_list li .img img{max-width: 100%;}
.news #contents #news_list li .txt{
	float: right;
	width: 595px;
}
.news #contents #news_list li .txt .date,
.news #contents #news_list li .txt .type{
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 13px;
}
.news #contents #news_list li .txt .date{
	width: 103px;
	color: #fff;
	text-align: center;
	padding: 2px 0 1px;
	background: #000;
	margin-right: 14px;
}
.news #contents #news_list li .txt .type{
	display: inline-block;
	margin-top: 2px;
}
.news #contents #news_list li .txt .recruit{color: #9f02c6;}
.news #contents #news_list li .txt .info{color: #1619a4;}
.news #contents #news_list li .txt .title{
	clear: both;
	color: #000;
	font-size: 13px;
	line-height: 22px;
	padding-right: 30px;
}
.news #contents #news_list li .txt .more{
	overflow: visible;
	position: absolute;
	right: 10px;
	bottom: 2px;
	width: 40px;
	height: 10px;
	color: #000;
	padding-right: 19px;
	background: url(../../common/images/more_b.png) no-repeat 0 0;
}
.news #contents #news_list li .txt .more:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 3px;
	width: 8px;
	height: 8px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.news #contents #pager{
	overflow: hidden;
	text-align: center;
	margin-bottom: 60px;
}
.news #contents #pager .wp-pagenavi{display: inline-block;}
.news #contents #pager .wp-pagenavi .previouspostslink,
.news #contents #pager .wp-pagenavi .nextpostslink{
	overflow: hidden;
	display: inline-block;
	width: 9px;
	height: 14px;
	text-indent: 100%;
	white-space: nowrap;
}
.news #contents #pager .wp-pagenavi .previouspostslink{
	background: url(../images/pager_prev.png) no-repeat 0 0;
	background-size: 100%;
	margin-right: 18px;
}
.news #contents #pager .wp-pagenavi .nextpostslink{
	background: url(../images/pager_next.png) no-repeat 0 0;
	background-size: 100%;
	margin-left: 18px;
}
.news #contents #pager .wp-pagenavi span,
.news #contents #pager .wp-pagenavi .page{
	display: inline-block;
	width: 42px;
	height: 42px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 42px;
	border: solid 1px #000;
	margin: 0 8px;
}
.news #contents #pager .wp-pagenavi span,
.news #contents #pager .wp-pagenavi .page:hover{
	color: #fff;
	background: #000;
}

/* 記事 */
.single #contents article{
	position: relative;
	width: 870px;
	margin: 0 auto 60px;
}
.single #contents article #date_type{
	overflow: hidden;
	margin-bottom: 30px;
}
.single #contents article #date_type p{float: left;}
.single #contents article #date_type .date{
	width: 103px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 1px 0 0px;
	background: #000;
	margin-right: 14px;
}
.single #contents article #date_type .type{
	font-size: 14px;
	font-weight: bold;
	padding-top: 1px;
}
.single #contents article #date_type .type.info{color: #1619a4;}
.single #contents article #date_type .type.recruit{color: #9f02c6;}
.single #contents article h3{
	clear: both;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	padding-bottom: 20px;
	background: url(../images/title_border.jpg) no-repeat 0 bottom;
	margin-bottom: 42px;
}
.single #contents article #sns{
	position: absolute;
	top: 0;
	right: 0;
	width: 224px;
}
.single #contents article #sns ul{overflow: hidden;}
.single #contents article #sns li{
	float: left;
	width: 108px;
	margin-right: 8px;
}
.single #contents article #sns li#tw{margin-right: 0;}
.single #contents article #sns li#line{display: none;}
.single #contents article #sns li img{width: 100%;}
.single #contents article #freearea{
	clear: both;
	padding: 0 61px 0 64px;
	border-bottom: solid 1px #040404;
}
.single #contents article #freearea p{
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 30px;
}
.single #contents article #freearea p img{
	max-width: 100%;
	height: auto;
}
.single #contents #to_archive{
	width: 163px;
	margin: 0 auto 90px;
}
.single #contents #to_archive a,
.single #contents #to_archive a:after{
	transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
.single #contents #to_archive a{
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 44px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 44px;
	padding-left: 26px;
	background: #000;
}
.single #contents #to_archive a:after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-left: 11px;
}
.single #contents #to_archive a:hover,
.single #contents #to_archive a:hover:after{
	opacity: 0.6;
	filter: alpha(opacity=60);
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sp
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 768px) {
	.news{min-width: 0;}
	.news #contents #page_title{
		background: url(../images/page_title_bg_sp.jpg) no-repeat center 0;
		background-size: cover;
	}
	.news #contents #page_title h2{
		padding-top: 34px;
		background: url(../images/page_title_icon.png) no-repeat center 0;
		background-size: 21px;
		margin-top: 30px;
	}
	.news #contents #page_title h2 img{width: 67px;}
	.news #contents .inner{
		width: 87.5%;
	}
	.news #contents #disp_group{
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.news #contents #disp_group #year,
	.news #contents #disp_group #type{float: none;}
	.news #contents #disp_group #year{
		overflow: hidden;
		display: block;
		width: 100%;
		padding: 13px 0 14px;
		border-bottom: solid 1px #272727;
	}
	.news #contents #disp_group #year li{
		width: 25%;
		text-align: right;
		margin-right: 0;
	}
	.news #contents #disp_group #year li:after,
	.news #contents #disp_group #year li:last-of-type:after{
		content: "";
		display: inline-block;
		float: none;
		width: 18.57142857142857%;
		height: 0;
		vertical-align: bottom;
		padding-bottom: 18.57142857142857%;
		background: url(../images/separate.png) no-repeat 0 center;
		background-size: 100%;
		margin: 0;
	}
	.news #contents #disp_group ul li:nth-of-type(4n):after{
		background: none !important;
	}
	.news #contents #disp_group #year li.active:after{
		margin-left: 0;
	}
	.news #contents #disp_group #year li a{
		display: inline-block;
		text-align: center;
		width: 81.42857142857143%;
	}
	.news #contents #disp_group #year li a img{
		width: 47.36842105263158%;
	}
	.news #contents #disp_group #year li.active a img{
		width: 59.64912280701754%;
	}
	.news #contents #disp_group #type{
		overflow: hidden;
		display: table;
		width: 100%;
		table-layout: fixed;
		padding: 13px 0 14px;
		border-bottom: solid 1px #272727;
	}
	.news #contents #disp_group #type li{
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
	.news #contents #disp_group #type li:after{
		display: inline-block;
		float: none;
		width: 8.843537414965986%;
		height: 0;
		vertical-align: middle;
		padding-bottom: 8.843537414965986%;
		background-size: 100%;
	}
	.news #contents #disp_group #type li:last-of-type:after{
		content: none;
	}
	.news #contents #disp_group #type li:after{margin: 0;}
	.news #contents #disp_group #type li a{
		width: 91.15646258503401%;
		font-size: 10px;
		vertical-align: middle;
	}
	.news #contents #disp_group #type li:last-of-type a{
		width: 100%;
	}
	.news #contents #news_list{
		overflow: hidden;
		width: 100%;
		border-top: none;
		margin: 0 auto 20px;
	}
	.news #contents #news_list li{
		float: left;
		width: 50%;
		padding: 15px 0;
		border-bottom: solid 1px #272727;
	}
	.news #contents #news_list li a{
		position: static;
		display: inline-block;
		width: 94.64285714285714%;
	}
	.news #contents #news_list li:nth-of-type(odd){
		text-align: left;
	}
	.news #contents #news_list li:nth-of-type(even){
		text-align: right;
	}
	.news #contents #news_list li a:hover{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.news #contents #news_list li .img,
	.news #contents #news_list li .txt{
		float: none;
		width: 100%;
	}
	.news #contents #news_list li .img{
		margin-bottom: 8px;
		padding-top: 56%;
		position: relative;
	}
	.news #contents #news_list li .img img {
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.news #contents #news_list li .txt{
		position: relative;
		margin-top: -24px;
	}
	.news #contents #news_list li:nth-of-type(even) .txt{
		text-align: left;
	}
	.news #contents #news_list li .txt .date,
	.news #contents #news_list li .txt .type{
		float: none;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 13px;
	}
	.news #contents #news_list li .txt .date{
		font-size: 9px;
		line-height: 1;
		padding: 4px 7px 3px 5px;
		margin-bottom: 6px;
	}
	.news #contents #news_list li .txt .type{
		font-size: 10px;
		margin-bottom: 2px;
	}
	.news #contents #news_list li .txt .title{
		height: 9em;
		font-size: 10px;
		line-height: 1.5;
		padding-right: 0;
		margin-bottom: 4px;
	}
	.news #contents #news_list li .txt .more{
		position: relative;
		float: right;
		width: 35px;
		height: 7px;
		padding-right: 4px;
		background: url(../../common/images/more_b.png) no-repeat 0 0;
		background-size: auto 100%;
	}
	.news #contents #news_list li .txt .more:after{
		top: 1px;
		right: 0;
		width: 4px;
		height: 4px;
	}
	.news #contents #pager{margin-bottom: 35px;}
	.news #contents #pager .wp-pagenavi .previouspostslink,
	.news #contents #pager .wp-pagenavi .nextpostslink{
		width: 8px;
		height: 12px;
	}
	.news #contents #pager .wp-pagenavi span,
	.news #contents #pager .wp-pagenavi .page{font-size: 15px;}


	/* 記事 */
	.single #contents article{
		position: static;
		width: 100%;
		margin: 20px auto 30px;
	}
	.single #contents article #date_type{margin-bottom: 10px;}
	.single #contents article #date_type .date{
		width: 85px;
		font-size: 12px;
		padding: 2px 0 1px;
		margin-right: 13px;
	}
	.single #contents article #date_type .type{
		font-size: 12px;
		padding-top: 2px;
	}
	.single #contents article h3{
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 0;
		background: none;
		margin-bottom: 10px;
	}
	.single #contents article #sns{
		position: static;
		width: 100%;
		padding-bottom: 18px;
		background: url(../images/title_border_sp.jpg) no-repeat 0 bottom;
		background-size: 100%;
		margin-bottom: 25px;
	}
	.single #contents article #sns li{
		width: 29.10714285714286%;
		margin-right: 2.142857142857143%;
	}
	.single #contents article #sns li#tw{margin-right: 2.142857142857143%;}
	.single #contents article #sns li#line{display: list-item;}
	.single #contents article #freearea{padding: 0 0 15px;}
	.single #contents article #freearea p{
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.single #contents #to_archive{
		width: 55%;
		margin: 0 auto 40px;
	}
	.single #contents #to_archive a{
		height: 41px;
		font-size: 11px;
		text-align: center;
		line-height: 41px;
		padding-left: 0;
	}
	.single #contents #to_archive a:after{
		width: 8px;
		height: 8px;
		margin-left: 17px;
	}
	.single #contents #to_archive a:hover,
	.single #contents #to_archive a:hover:after{
		opacity: 1;
		filter: alpha(opacity=100);
	}
}