@charset "utf-8";

.hy_img_container {
    text-align: center;
    min-width: 300px;
    margin-top: 20px;
}

.hy_img_container img {
    width: 100%;
}

.hy_point_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hy_point_container {
    min-width: 80%;
}

.ttl_large01 {
    position: relative;
    /* padding-top: 20px; */
    text-align: center;
}

/* .ttl_large01:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 32px;
    height: 2px;
    background-color: #222222;
} */

@media print, screen and (min-width:1200px) {
    .txt_thumb_ver_3_1 > .col_inner::after {
        right: -7% !important;
    }
}

@media print, screen and (min-width:768px){
    #mv01 {
        height: 460px;
        background: url(/jpn/consumer/hydrogen/station/system/images/mv01.jpg) no-repeat center/cover;
    }

    .txt_thumb_ver_3_1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 100px;
    }

    .txt_thumb_ver_3_1 > .col_inner:nth-of-type(-n+3) {
        margin-top: 0;
        margin-bottom: 60px;
    }

    .txt_thumb_ver_3_1 > .col_inner {
        display: flex;
        width: calc((100% - 80px) / 3);
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .txt_thumb_ver_3_1 > .col_inner {
        position: relative;
    }


    .txt_thumb_ver_3_1 > .col_inner::after {
        content: '';
        background: url(/jpn/consumer/hydrogen/station/system/images/arrow_bullet_right.png) no-repeat;
        width: 20px;
        height: 48px;
        position: absolute;
        right: -10%;
        top: 70%;
        transform: translateY(-50%);
    }

    .txt_thumb_ver_3_1 > .col_inner:last-child:after {
        content: none;
    }

    .hy_point_item {
        width: calc((100% - 76px)/2);
    }
}

@media print, screen and (max-width:767px){
    #mv01 {
        background: url(/jpn/consumer/hydrogen/station/system/images/mv01_sp.jpg) no-repeat center/cover;
        height: 350px;
    }

    .hy_thum_link_wrap .hy_thum_link_box.hy_thum_link_box01 {
        background: url("/jpn/consumer/hydrogen/station/common/images/station_banner02.jpg") no-repeat center/cover !important;
    }

    .txt_thumb_ver_3_1 > .col_inner {
        margin-bottom: 60px;
        position: relative;
    }

    .hy_point_item {
        width: 100%;
    }
    .hy_img_container{
    }
    .txt_thumb_ver_3_1 > .col_inner::after {
        content: '';
        background: url(/jpn/consumer/hydrogen/station/system/images/arrow_bullet_right.png) no-repeat;
        width: 20px;
        height: 48px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -50px;
        transform:rotate(90deg);
    }

    .txt_thumb_ver_3_1 > .col_inner:last-child:after {
        content: none;
    }

}
