@charset "utf-8";

.hy_thum_roll {
    display: flex;
    overflow: hidden;
}

.hy_type_container {
    width: 100%;
    margin-bottom: 20px;
    padding: 40px 50px 70px;
    background-color: #fff;
    border-radius: 20px;
}

.type_badge {
    min-width: 190px;
    width: 190px;
    margin: 0 auto 20px;
    padding: 5px 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 100px;
}

.hy_table_colored td {
    background-color: #FFFFFF !important;
}


@media print, screen and (min-width:768px){
    #mv01 {
        height: 460px;
        background: url(/jpn/consumer/hydrogen/station/images/mv01.jpg) no-repeat center/cover;
    }

    .bg_blue_sec {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .map_btn a {
        transition: all 0s !important;
    }

    .map_btn a:hover {
        opacity: .85;
    }
}

@media print, screen and (max-width:767px){
    #mv01 {
        height: 350px;
        background: url(/jpn/consumer/hydrogen/station/images/mv01_sp.jpg) no-repeat right center/cover;
    }

    .hy_type_container {
        padding: 30px 30px 40px;
    }

    .bg_blue_sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hy_btn01 {
        width: 70% !important;
        margin: 0 auto;
    }

    .hy_thum_link_wrap .hy_thum_link_box.hy_thum_link_box01 {
        background: url("/jpn/consumer/hydrogen/station/common/images/station_banner01.jpg") no-repeat center/cover;
    }
    .hy_thum_link_wrap .hy_thum_link_box.hy_thum_link_box02 {
        margin-bottom: 2px;
        background: url("/jpn/consumer/hydrogen/station/common/images/station_banner02.jpg") no-repeat center/cover;
    }
}



/* ----------COLORS---------- */

.bg_blue_sec {
    background-color: #F3FBFE;
}

.bg_lblue {
    background-color: #D3F1FB;
}

.bg_purple {
    background-color: #E3D3FB;
}

.bg_lgreen {
    background-color: #35CDD2;
}

.text_lblue {
    color: #00B3EE;
}

.text_purple {
    color:#7A59C9;
}

.text_white {
    color: #FFFFFF;
}

/* ----------------- MAP NAVI ---------------------- */

.map_btn_wrap {
    position: relative;
}

.map_btn {
    position: absolute;
    width: 102px;
    height: 102px;
}

.map_btn a {
    display: flex;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #8BEAEC, #57C9F0, #3FB2F3, #2377C8);
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.map_btn_kyushu {
    bottom: 5%;
    left: 24%;
}

.map_btn_kinki {
    bottom: 8%;
    left: 45%;
}

.map_btn_chugoku {
    bottom: 29%;
    left: 34%;
}

.map_btn_chubu {
    bottom: 39%;
    left: 46.5%;
}

.map_btn_kantou {
    bottom: 20%;
    left: 56.6%;
}

.map_btn_tohoku {
    bottom: 44.4%;
    left: 61.8%;
}

@media print, screen and (max-width:767px){
    .map_btn a {
        font-size: 14px;
        font-weight: 400;
    }

    .map_btn {
        width: 12%;
        height: 14%;
    }

    .map_btn_kyushu {
        bottom: 6%;
        left: 7%;
    }
    
    .map_btn_kinki {
        bottom: 13%;
        left: 41%;
    }
    
    .map_btn_chugoku {
        bottom: 30%;
        left: 24%;
    }
    
    .map_btn_chubu {
        bottom: 39%;
        left: 46.5%;
    }
    
    .map_btn_kantou {
        bottom: 21%;
        left: 61.6%;
    }
    
    .map_btn_tohoku {
        bottom: 46.4%;
        left: 70.8%;
    }
}