/* PC */
@media (min-width: 992px) {

    .sp{
        display: none;
    }

    .maincol{
        width: 90%;
        padding-bottom: 10vw;
    }

    .topimage{
        width: 90%;
        margin: auto;
        overflow: hidden;
        border-radius: 15px;
        margin-bottom: 5vw;
    }

    .topimage img {
        width: 100%;
    }

    .topnews .title{
        width: 47%;
        border-bottom: dashed 1px #000;
        padding: 0.5vw 0;
        letter-spacing: 0.05vw;
    }

    .topnews{
        border: solid 3px #d90000;
        border-radius: 10px;
        padding: 2vw 3vw 5vw;
        position: relative;
    }

    .topnews h1{
        margin: 0.5vw 0vw;
        font-size: 2.4vw;
        letter-spacing: 0.1vw;
    }

    .topnews ul {
        margin-top: 3vw;
    }

    .day {
        font-size: 1vw;
    }

    .newsview a{
        color: #d90000;
        font-size: 1.2vw;
        font-weight: bold;
    }

    .newsview li:not(:first-child){
        padding: 2vw 0;
        border-bottom: solid 2px #d7d7d7;

    }

    .newsview li:first-child{
        padding-bottom: 2vw;
        border-bottom: solid 2px #d7d7d7;

    }

    .topnews .honbun{
        margin: 1vw 0;
    }

    .gotonewsbtn {
        background: #d90000;
        border: solid 1px #d90000;
        width: 42%;
        padding: 1.5vw;
        border-radius: 0.8vw;
        position: absolute;
        bottom: -2.5vw;
        text-align: center;
        right: 3vw;
        font-size: 1vw;
        font-weight: normal;
        transition: .5s;
    }

    .gotonewsbtn:hover{
        background: #fff;
        border: solid 1px #000;
        color: #000;
    }

    .gotonewsbtn:hover > p img{
        filter: brightness(0);
    }

    .topnews .gotonewsa {
        color: #fff;
    }

    .gotonewsbtn img{
        object-fit: contain;
        width: 4%;
        margin-left: 1vw;
        transition: .5s;
    }

    .gotonewsbtn p{
        display: flex;
        justify-content: center;
    }



    .reco{
        margin-top: 10vw;
    }

    .reco .dash{
        width: 50%;
        border-bottom: dashed 1px #000;
        padding: 0.5vw 0;
        letter-spacing: 0.05vw;
        margin: auto;
    }

    .reco h2{
        font-size: 2.5vw;
        margin-top: 0.3vw;
        letter-spacing: 0.1vw;
        margin-bottom: 0.5vw;
    }

    .recofl{
        padding-top: 4vw;
        width: 95%;
    }

    .recofl > div{
        width: 30%;
    }

    .recofl h3{
        margin: 0;
        font-size: 1.2vw;
    }

    .recofl .flcol{
        margin-top: 2vw;
    }

    .recofl .flcol img{
        width: 5%;
    }

    .recofl .title{
        margin: 1.5vw 0;
    }

    .recofl .honbun{
        font-size: 1vw;
        text-align: left;
    }

    .recoimgbox {
        position: relative;
    }

    .recoimgbox .image{
        transition: .5s;
    }

    .recofla:hover > .recoimgbox .image{
        filter: brightness(0.5);
    }

    .recoimgbox p{
        position: absolute;
        top: 45%;
        left: 30%;
        color: #fff;
        display: none;
        font-size: 1.2vw;
    }

    .recofla:hover > .recoimgbox p {
        display: inline-block;

    }

    .recoimgbox p img{
        width: 12%;
        margin-left: 0.7vw;
    }

    .gotoservice{
        background: #d90000;
        width: 42%;
        padding: 1.5vw;
        border-radius: 0.8vw;
        bottom: -2.5vw;
        text-align: center;
        right: 3vw;
        font-size: 1vw;
        font-weight: normal;
        margin: 5vw auto;
        display: inline-block;
        transition: .5s;
        border: solid 1px #d90000;
    }

    .gotoservice p{
        display: flex;
        justify-content: center;
    }


    .gotoservicea{
        color: #fff!important;
    }

    .gotoservicea:hover > .gotoservice{
        background: #fff;
        border: solid 1px #000;
        color: #000;
    }

    .gotoservicea:hover > .gotoservice img{
        filter: brightness(0);
    }

    .gotoservice img{
        width: 4%;
        object-fit: contain;
        margin-left: 1vw;
        transition: .5s;
    }

    .newsview .ntitle{
        font-size: 1.3vw;
    }

}


/* PC以下サイズ */
@media (max-width: 991px) {
    .pc {
        display: none;
    }


    .topimage{
        padding-top: 20vw;
    }

    .topnews .newsview{
        background: #fff;
        border: solid 0.2vw #ddd;
        border-radius: 2vw;
        padding: 4vw;
        margin-top: 5vw;
    }


    .topnews .daybox{
        font-size: 3vw;
    }

    .newsview a{
        color: #d90000;
        font-size: 4vw;
        font-weight: bold;
    }

    .newsview li:not(:first-child){
        padding: 7vw 0;

    }

    .newsview li:first-child{
        padding-bottom: 7vw;

    }

    .newsview li:not(:last-child){
        border-bottom: solid 2px #d7d7d7;
    }

    .topnews .honbun{
        margin: 1vw 0;
    }

    .syomeisyo{
        width: 50%;
        margin-left: 25%;
        background: #d90000;
        color: #fff;
        padding: 3vw;
        border-radius: 1vw;
        display: inline-block;
    }

    .gotonewsbtn {
        background: #d90000;
        width: 50%;
        padding: 3vw;
        margin-left: 25%;
        margin-top: 10vw;
        border-radius: 2vw;
        text-align: center;
        display: inline-block;
    }

    .topnews .gotonewsa {
        color: #fff;
    }

    .gotonewsbtn img{
        width: 7%;
        vertical-align: middle;
        margin-left: 3vw;
    }


    .reco{
        margin-top: 10vw;
    }

    .reco .dash{
        width: 70%;
        border-bottom: dashed 1px #000;
        padding: 2.5vw 0;
        letter-spacing: 0.05vw;
        margin: auto;
        font-size: 5vw;
    }

    .reco p{
        font-size: 3vw;
    }

    .reco h2{
        font-size: 4vw;
        margin-top: 2.5vw;
        letter-spacing: 0.1vw;
        margin-bottom: 0.5vw;
    }

    .recofl{
        padding-top: 4vw;
        width: 95%;
        margin: auto;
    }

    .recofl h3{
        margin: 0;
        font-size: 4vw;
    }

    .recofl .flcol{
        margin: 5vw 0vw 8vw;
    }

    .recofl .flcol img{
        width: 4%;
    }

    .recofl .title{
        margin: 3vw 0;
        font-size: 3.5vw;
    }

    .recofl .honbun{
        font-size: 3vw;
        text-align: left;
    }

    .recoimgbox {
        position: relative;
    }

    .recoimgbox .image{
        transition: .5s;
        width: 100%;
    }

    .recofla:hover > .recoimgbox .image{
        filter: brightness(0.5);
    }

    .recoimgbox p{
        position: absolute;
        top: 40%;
        left: 30%;
        color: #fff;
        display: none;
    }

    .recofla:hover > .recoimgbox p {
        display: inline-block;

    }

    .recoimgbox p img{
        width: 12%;
        vertical-align: middle;
        margin-left: 0.7vw;
    }

    .gotoservice{
        background: #d90000;
        width: 48%;
        padding: 3vw;
        border-radius: 2vw;
        text-align: center;
        font-weight: normal;
        margin: 5vw auto;
        display: inline-block;
        border: solid 1px #d90000;
    }

    .gotoservice img {
        width: 7%;
        vertical-align: middle;
        margin-left: 2vw;
    }

    .reco a{
        color: #fff!important;
    }

    .gotobtn img{
        width: 8%;
        vertical-align: middle;
        margin-left: 2vw;
    }

    .gotobtn{
        background: #d90000;
        width: 50%;
        padding: 3vw;
        /* margin-left: 25%; */
        margin-bottom: 8vw;
        border-radius: 2vw;
        text-align: center;
        display: inline-block;
    }


    .reco .hasen.hasen {
        border-top: dashed 1px #000;
        width: 75%;
        margin: auto;
    }

    .newsview .ntitle{
        font-size: 3.5vw;
    }

}


