@charset "utf-8";
.news_detail .detail p a {
	color:#287FC2;
}
.news_detail .detail p a:hover {
	color:#0068B7;
}
.disnon {
	display: none !important;
}

/* pager */
/*.news #pager {
	text-align: center;
}
.news #pager li {
	display: inline-block;
	margin: 0 3px;
	font-size: 1.5rem;
}
.news #pager li a {
	display: inline-block;
	border: 1px solid #d2d2d2;
	width: 32px;
	padding: 7px 0;
	line-height: 1;
}
.news #pager .prev,
.news #pager .next {
	border: 1px solid #d2d2d2;
	padding: 7px;
	line-height: 1;
	cursor: pointer;
}
.news #pager .prev span {
	background: url(/common/img/cmn_ico_arrow04.png) no-repeat left center;
	background-size: 7px 13px;
	padding-left: 15px;
}
.news #pager .next span {
	background: url(/common/img/cmn_ico_arrow05.png) no-repeat right center;
	background-size: 7px 13px;
	padding-right: 15px;
}
.news #pager li.active a {
	background: #d2d2d2;
}
.news #pager li.last:before {
	content: "…";
	margin-right: 9px;
}*/
.news .pager ul {
    text-align: center;
    margin: 40px auto 0;
}
.news .pager li {
	display: inline-block;
	margin: 5px 3px;
	font-size: 1.5rem;
}
.news .pager li span {
	display: inline-block;
	border: 1px solid #d2d2d2;
	width: 32px;
	padding: 7px 0;
	line-height: 1;
	/*//background: #d2d2d2;*/
}
.news .pager li > span {
	background: #d2d2d2;
}
.news .pager .prev,
.news .pager .next {
	line-height: 1;
	cursor: pointer;
}
.news .pager .prev  span,
.news .pager .next span {
	width: 45px;
	padding: 7px 5px;
	background: transparent;
}
.news .pager .prev a span,
.news .pager .next a span {
	background: transparent !important;
}
.news .pager .prev span b {
	background: url(/common/img/cmn_ico_arrow04.png) no-repeat left center;
	background-size: 7px 13px;
	padding-left: 15px;
	font-weight: normal;
}
.news .pager .next span b {
	background: url(/common/img/cmn_ico_arrow05.png) no-repeat right center;
	background-size: 7px 13px;
	padding-right: 15px;
	font-weight: normal;
}


/* PC */
@media screen and (min-width: 1020px) {

/* MV */
#mvSub {
	background: #0168b7 url(/news/img/pc/news_mv_bg.jpg) no-repeat center top;
}
#mvSub h2 {
	/*background: url(/news/img/pc/news_mv_bg.jpg) no-repeat center top;*/
}
	
/* news */
.news h3 {
	font-size: 2.3rem;
	margin: 0 0 5px;
}
.news .list {
	background: #fff;
	padding: 30px 40px;
	margin-bottom: 45px;
}
.news .list li {
	border-bottom: 1px dashed #d9d9d9;
}
.news .list a {
	display: block;
	/*padding: 7px 40px 7px 15px;*/
	/*border-bottom: 1px dashed #d9d9d9;*/
	position: relative;
	overflow: hidden;
	background: #fff;
}
.news .list a:after {
	content: "";
	display: block;
	width: 10px;
	height: 18px;
	background: url(/common/img/cmn_ico_arrow01.png) no-repeat left top;
	background-size: 10px auto;
	position: absolute;
	top: 50%;
	right: 0px;
	margin: -9px 0 0;
}
.news .list dl {
	/*padding: 0 0 0 5.28em;*/
	padding: 7px 28px 7px 5.28em;
	/*border-bottom: 1px dashed #d9d9d9;*/
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.news .list dd {
	margin: -2em 0 0 7em;
}
.news .list dd strong {
	position: absolute;
	top: 0.4em;
	left: 0;
	font-size: 1.0rem;
	color: #fff;
	display: inline-block;
	width: 6em;
	text-align: center;
	margin: 6px 0;
}
.news .list dd strong.recruit {
	background: #89c997;
}
.news .list dd strong.news {
	background: #a589c9;
}
.news .list dd strong.field_star {
	background: #3a9efb;
}
.news .list .linkBlank dd span {
	background: url(/common/img/ico_link.png) no-repeat right center;
	background-size: 12px;
	padding-right: 16px;
	display: inline-block;
}
.news .list .linkBlank:hover dd span {
	text-decoration: underline;
}

/* pager */
.news #pager {
	width: 480px;
	margin: 0 auto 40px;
	position: relative;
}
.news #pager .prev {
	position: absolute;
	top: 0;
	left: 0;
}
.news #pager .next {
	position: absolute;
	top: 0;
	right: 0;
}
.news #pager li:hover a {
	background: #d2d2d2;
	text-decoration: none;
	display:block;
}
.news #pager .prev:hover,
.news #pager .next:hover {
	background: #d2d2d2;
	line-height:1;
}


/* news_detail
--------------------------------------- */
.news_detail article {
	background: #fff;
	padding: 20px 40px;
	margin-bottom: 40px;
}
.news_detail .title {
	border-bottom: 1px dashed #d9d9d9;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.news_detail .title p {
	float: left;
	padding-top: 10px;
}
.news_detail strong {
	font-size: 1.0rem;
	color: #fff;
	display: inline-block;
	width: 6em;
	text-align: center;
	margin-right: 15px;
	position: relative;
	top: 3px;
}
.news_detail .title h2 {
	margin-left: 185px;
	font-weight: normal;
	font-size: 2.2rem;
}

.news_detail strong.recruit {
	background: #89c997;
}
.news_detail strong.news {
	background: #a589c9;
}
.news_detail strong.field_star {
	background: #3a9efb;
}
.news_detail strong.introduction {
	background: #3a9efb;
}
.news_detail strong.capture {
	background: #70bd81;
}
.news_detail strong.other {
	background: #f6af72;
}
	
.news .list dd strong.introduction {
	background: #3a9efb;
}
.news .list dd strong.capture {
	background: #70bd81;
}
.news .list dd strong.other {
	background: #f6af72;
}
.news_detail .detail .image {
	float: left;
	padding: 0 30px 0 0;
}
.news_detail .detail .image img {
	max-width: 350px;
	height: auto;
	padding-top: 7px;
}
.news_detail .detail p {
	margin-bottom: 1.5em;
}


}

/* SP */
@media screen and (max-width: 1019px) {

#breadCrumb {
	/*//display: none;*/
}

/* news */
.news h3 {
	font-size: 1.7rem;
	margin: 0 0 10px;
}
.news .list {
	background: #fff;
	padding: 0 10px;
	margin-bottom: 25px;
}
.news .list li {
	border-bottom: 1px dotted #d9d9d9;
}
.news .list li:last-child {
	border-bottom: none;
}
.news .list a {
	display: block;
	/*padding: 10px 20px 7px 0;*/
	/*border-bottom: 1px dotted #d9d9d9;*/
	position: relative;
}
.news .list a:after {
	content: "";
	display: block;
	width: 9px;
	height: 16px;
	background: url(/common/img/cmn_ico_arrow01.png) no-repeat left top;
	background-size: 9px auto;
	position: absolute;
	top: 50%;
	right: 5px;
	margin: -8px 0 0;
}

.news .list dl {
	/*padding: 0;*/
	padding: 10px 20px 7px 0;
	/*border-bottom: 1px dotted #d9d9d9;*/
	position: relative;
}
.news .list dt {
	font-size: 1.2rem;
	padding: 0 0 0 6.5em;
}
.news .list dd {
	margin: 5px 0 0;
}
.news .list dd strong {
	position: absolute;
	color: #fff;
	display: inline-block;
	text-align: center;
	top: 10px;
	left: 0;
	font-size: 1.2rem;
	width: 5.5em;
	
}
.news .list dd strong.recruit {
	background: #89c997;
}
.news .list dd strong.news {
	background: #a589c9;
}
.news .list dd strong.field_star {
	background: #3a9efb;
}
.news .list dd strong.introduction {
	background: #3a9efb;
}
.news .list dd strong.capture {
	background: #70bd81;
}
.news .list dd strong.other {
	background: #f6af72;
}
.news .list .linkBlank dd span {
	background: url(/common/img/ico_link.png) no-repeat right center;
	background-size: 12px;
	padding-right: 16px;
	display: inline-block;
}
.news .list + .btn a{
	line-height:1.4;
	padding-top: 10px;
}
.news .list + .btn a span{
	display:inline-block;
}

/* pager */
/*
.news #pager {
	margin-bottom: 15px;
}
.news #pager .prev {
	display: inline-block;
	margin-right: 2px;
}
.news #pager .next {
	display: inline-block;
	margin-left: 2px;
}
.news #pager ul {
	display: inline-block;
}
.news #pager li {
	margin: 0 2px 10px;
}
.news #pager li:nth-child(3),
.news #pager li:nth-child(4),
.news #pager li:nth-child(5) {
	display: none;
}
.news #pager li a {
	display: inline-block;
	border: 1px solid #d2d2d2;
	width: 37px;
	padding: 12px 0;
	line-height: 1;
}
.news #pager .prev,
.news #pager .next {
	padding: 12px 8px;
}
*/
.news .pager {
	margin-bottom: 25px;
	position: relative;
}
.news .pager .prev {
	position: absolute;
	left: 14.5%;
	top: 50px;
}
.news .pager .next {
	position: absolute;
	right: 14.5%;
	top: 50px;
}

/* news_detail
--------------------------------------- */
.news_detail article {
	background: #fff;
	padding: 20px;
	margin-bottom: 40px;
}
.news_detail .title {
	border-bottom: 1px dashed #d9d9d9;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.news_detail strong {
	font-size: 1.0rem;
	color: #fff;
	display: inline-block;
	width: 6em;
	text-align: center;
	margin-right: 10px;
	position: relative;
	top: 3px;
	
	line-height: 1;
	padding: 4px 0;
}
.news_detail .title h2 {
	font-weight: normal;
	font-size: 2.2rem;
}

.news_detail strong.recruit {
	background: #89c997;
}
.news_detail strong.news {
	background: #a589c9;
}
.news_detail strong.field_star {
	background: #3a9efb;
}
.news_detail strong.introduction {
	background: #3a9efb;
}
.news_detail strong.capture {
	background: #70bd81;
}
.news_detail strong.other {
	background: #f6af72;
}
.news_detail .detail .image img {
	width: 100%;
	height: auto;
}
.news_detail .detail p {
	margin-bottom: 1.5em;
}

}


@media all and (-ms-high-contrast:none){

.news #pager li a {
}
.news .pager li > span {
	padding: 9px 0 5px;
}
.news .pager li span {
	padding: 9px 0 5px;
}
.news #pager .prev span b {
	position: relative;
	top: 2px;
	background-position: left 3px;
}
.news #pager .next span b {
	position: relative;
	top: 2px;
	background-position: right 3px;
}
.news .btn a span,
.news_detail .btn a span {
	background-position: left 5px;
	position: relative;
	top: 3px;
}

}
@media screen and (max-width: 351px) {
	.news .list + .btn {
		width:84%;
	}
}