@charset "UTF-8";
#news {
    margin-bottom: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.news-midashi {
    text-align: center;
    color: #006EC4;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.6;
}
.news-midashi02 {
    text-align: left;
    color: #FF9200;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.6;
    padding-bottom: 40px;
}
.news-midashi span {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}
.news-box {
    display: inline-block;
    width: 28%;
    margin: 2.5%;
    border-bottom: 1px solid #000000;
    background-image: url(../../img/more.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 20px;
	vertical-align: top;
}
.news-photo{
	height: 200px;
	overflow: hidden;
}
.news-photo img{
	width: 100%;
	height: 200px;
    object-fit: cover;
    width: 100%;
}
.news-box .news-title {
    font-weight: bold;
    font-size: 16px;
}
.news-box a {
    text-decoration: none;
    color: #FF9200;
}
.linkback a {
    border: 1px solid rgba(255,146,0,1.00);
    color: rgba(255,146,0,1.00);
    text-align: center;
    display: block;
    width: 140px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
	transition: 0.2s;
	margin-top:40px; 
}
.linkback a:hover{
	background: rgba(255,146,0,1.00);
	color:#fff;
}