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

  NEWS Css

------------------------------*/
h2{
    font-weight: 600;
    letter-spacing: 0.25rem;
	font-size: 30px;
}
h2 span{
   	display: block;
    line-height: 1;
    font-size: 18px;
    color: #a7a7a7;
    font-weight: 300;
	padding-top: 10px;
}

#hero .main-ttl img{
	margin-bottom: 20px;
}

/*news内容*/
#news-detail{
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 100px;
}
#news-detail time{
	font-weight: 600;
    margin-right: 30px;
	text-align: left;
}
#news-detail time span{
	color: #7d7d7d;
    margin-right: 30px;
    font-weight: normal;
    letter-spacing: 0.2rem;
}
#news-detail .tag{
	background-color: #7d7d7d;
    font-weight: 500;
    color: #fff;
    padding: 2px 40px;
	text-align: center;
}
#news-detail .ttl-block .ttl{
    font-size: 18px;
    font-weight: 600;
    color: #007cd4;
    padding-top: 20px;
    margin-top: 10px;
    border-top: solid 1px #000;
}
#news-detail .main-block .img{
	padding: 40px;
	margin-bottom: 40px;
    text-align: center;
}
#news-detail .img img{
	width: 100%;
}
#news-detail .main-block p, #news-detail .sub-block p{
	line-height: 2.5;
}
#news-detail .main-block{
	margin-bottom: 100px;
}
#news-detail .sub-block .ttl{
	font-size: 18px;
	font-weight: 600;
}
#news-detail .sub-block .img{
	margin-right: -20px;
	padding: 20px 0 0;
}
#news-detail .sub-block .img img{
	padding-right: 20px;
	width: 50%;
	margin-bottom: 20px;
}
.pager{
	padding: 20px 0;
    border-top: solid 1px #929292;
	border-bottom: solid 1px #929292;
}
.pager .return {
	display: inline-block;
	border-right: solid 1px #929292;
	padding-right: 10px;
    margin-right: 10px;
}
.pager .return a:before{
	content: "\f104";
    font-family: FontAwesome;
    margin-right: 5px;
    display: inline-block;
	font-size: 18px;
}
.pager .next a:after{
	content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
    display: inline-block;
	font-size: 18px;
}
.pager a{
	font-size: 18px;
	padding: 0 10px;
}


/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#news-detail {
		margin-bottom: 60px;
	}
	#news-detail .main-block .img {
		padding: 20px 0 0;
		margin-bottom: 20px;
		text-align: center;
	}
	#news-detail .main-block {
		margin-bottom: 60px;
	}
	#news-detail .sub-block .img img {
		width: 100%;
	}
}

