@charset "UTF-8";

.main_head {
    background-image: url(../common/img/bg-head09.jpg);
}

.main_head_ttl {
    color: #000;
}

.hiv_cnt {
    margin-bottom: 40px;
}

.hiv_cnt_ttl {
    font-size: 18px;
    font-weight: bold;
    color: #009AE0;
    background: #DFF3F9;
    padding: 10px 20px;
    margin-bottom: 26px;
}

.hiv_cnt_txt {
    font-size: 16px;
}

.hiv_cnt_txt a {
    text-decoration: underline;
}

.hiv_cnt_txt a:hover {
    text-decoration: none;
}

.hiv_cnt_txt span {
    display: block;
    color: #F56034;
    font-size: 18px;
}

.hiv_cnt .btn_download {
    display: block;
    font-size: 15px;
    width: 100%;
    max-width: 245px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, #46B9EF, #0098E6);
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px 20px;
    font-weight: bold;
    transition-duration: 0.5s;
}

.hiv_cnt .btn_download:hover {
    opacity: .8;
}

.foot .inner {
    max-width: 1100px;
}


@media screen and (max-width:767px) {

    .main_head {
        background-position-x: -340px;
    }
    

    .hiv_cnt_ttl {
        font-size: 16px;
    }

    .hiv_cnt_txt span {
        font-size: 15px;
    }

    .hiv_cnt_txt {
        font-size: 14px;
    }
}