@charset "UTF-8";
#pagetitle {
  background: url(../img/title_img/news_sp.jpg) no-repeat center top;
  background-size: cover;
}

@media print,
screen and (min-width:992px) {
  #pagetitle {
    background: url(../img/title_img/news_pc.jpg) no-repeat center top;
    background-size: cover;
  }

}

h3.title01 + .newsbox{
	margin-top: 30px;
}

@media print, screen and (min-width:768px) {	
	h3.title01 + .newsbox{
		margin-top: 50px;
	}
}
/*------------------------------------------------------------Content*/
/*NewsBox*/
.newsbox {
	overflow: hidden;/* for modern browser */
		text-align: left;
}
.newsbox .news_text_area {
	zoom: 1;/*ie6*/
	overflow: hidden;	
}
.newsbox .news_text {
	line-height:calc(2.2 * 0.8);
	font-size: 15px;
}
.newsbox img {
	margin-bottom: 10px;
}
.newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.newstitle {
	font-size: 15px;
	padding:0 0 5px 10px;
	margin-bottom: 20px;
	border-left: 4px solid #3a9cd8;
	color: #3a9cd8;
	font-family: 'NotoSansRegular';
	line-height: 1.4;

}
.newstitle span {
	font-size: 11px;
	font-family: 'NotoSansLight';
	margin-right: 15px;

}

@media print, screen and (min-width:768px) {
	.newstitle {
		padding: 5px 0 5px 20px;
    font-size: 17px;
	}
	.newstitle br {
		display:none;
	}
	.newstitle span{
		font-size: 15px;
	}

  
  .phbox_right {
    float: right;
    margin-left:30px;
    margin-bottom: 0px;
  }
  .phbox_left {
    float: left;
    margin-right:30px;
    margin-bottom: 0px;
  }
	hr.line_01{
		margin: 40px 0;
	}
	
	
}
@media print, screen and (min-width:992px) {
	.newsbox .news_text {
    line-height: 2.2;
  }
}
/*PageNavi*/
.pagenavi {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}
.pagenavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
.pagenavi li span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #666666;
	border: 1px solid #CCC;
	background: #e2ebf2;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
    -webkit-border-radius: 3px;
	/* Firefox */
    -moz-border-radius: 3px;
}
.pagenavi li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #666666;
	border: 1px solid #CCC;

	/* CSS3 */
	border-radius: 3px;
	background: #fff;
}
.pagenavi li span {
	color: #999;
}
.pagenavi li a:hover {
	background: #f0f4f7;
}
