@charset "utf-8";
.mainv{
	background-image: url(../img/news/mainv.jpg);
}

/*----------------------------------*/
.news{}
.news .ttl01{
    text-align: center;
    padding: 39px 0 0;
}
.news_mes{
    font-size: 16px;
    text-align: center;
    /* margin: 0 0 45px; */
    line-height: 2;
    margin: 12px 0 46px;
}

/*----------------------------------*/
/*----------------------------------*/
.related{
    top: -80px;
    margin: 0 0 -80px;
}
.related .content_inner{}

.related .ttl01{
    position: relative;
    z-index: 1;
    margin: 0 0 23px;
}
.related .ttl01 span{
    position: absolute;
    z-index: 1;
    left: 245px;
    top: 25px;
}

/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/

@media screen and (min-width: 681px) and (orientation: portrait) ,screen and (min-width: 738px) and (orientation: landscape) {

    .news_nav a:hover{
        border: solid 3px #f27e20;
    }
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) and (orientation: portrait) ,screen and (max-width: 737px) and (orientation: landscape) {
    /*----------------------------------*/
    .news{}
    .news .ttl01{}
    .news_mes{
    font-size: 13px;
    margin: 0 0 25px;
}

    /*----------------------------------*/
    .related{
    top: -15px;
    margin: 0;
}
    .related .content_inner{}

    .related .ttl01{}
    .related .ttl01 span{}
    /*----------------------------------*/
    /*----------------------------------*/
    /*----------------------------------*/
}
