@charset "utf-8";
/*css document*/

@media print,
screen and (min-width: 769px) {

    .mv_box {
        height: auto;
        background: url("../images/bg02.jpg");
        padding: 50px;
    }

    .mv_box h2 {
        color: #fff;
        font-size: 26px;
        font-family: serif;
        text-align: center;
    }

    .mv_box p {
        color: #fff;
        font-size: 13px;
        text-align: center;
    }

    .main1 {
        margin-top: 70px;
        position: relative;
    }

    .main1_img {
        width: 1000px;
    }

    .main1_box {
        position: absolute;
        width: 750px;
        border: #c7c7a2 1px solid;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 35px;
        top: 8%;
        right: 15%;
        color: #333333;
        font-size: 14px;
    }

    .main1_box img {
        margin-bottom: 30px;
    }

    .main1_box::after {
        content: url("../images/icon1.png");
        position: absolute;
        right: -10px;
        bottom: -20px;
    }


    .main2 {
        position: relative;
        margin-bottom: 70px;
    }

    .main2_img {
        width: 1000px;
        float: right;
    }

    .main2_box {
        position: absolute;
        width: 750px;
        border: #c7c7a2 1px solid;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 35px;
        top: 15%;
        left: 15%;
        color: #333333;
        font-size: 14px;
    }

    .main2_box img {
        margin-bottom: 30px;
    }

    .main2_box::after {
        content: url("../images/icon2.png");
        position: absolute;
        right: -10px;
        bottom: -20px;
    }

    .news {
        background: url("../images/blog_bg.png");
        padding: 50px 0;
    }

    .news h2 {
        text-align: center;
    }

    .news_box {
        width: 1000px;
        height: 185px;
        margin: auto;
        background-color: rgba(255, 255, 255, 0.7);
        margin-top: 30px;
        overflow-y: scroll;
        padding: 20px 50px;
        background-size: cover;
    }

    .news_box dl {
        border-bottom: #bfc6cd 1px solid;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .news_box dl dt {
        width: 25%;
        float: left;
        position: relative;

    }

    .news_box dl dt span {
        position: absolute;
        top: 7px;
        left: 100px;
    }

    .news_box dl dd {
        width: 75%;
        float: left;
    }

    .btn_area {
        background: #dadada;
        padding: 50px;
    }

    .btn_area_cover {
        width: 1200px;
        margin: auto;
    }

    .btn_area_cover img {
        padding: 0 20px;
    }

}


















































}
