/*202407_TopページIcon_Block*/
.top-container {
    position: fixed;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    top: 60%; /* 画面上部からの距離を設定 */
}
.icon-block {
    text-align: center;
    margin-top: 20px; /* Space between image and icons */
}
.icon-block img {
    width: 100px; /* Adjust the size as needed */
    height: 100px; /* Adjust the size as needed */
}
/* Add media query for smaller screens */
@media screen and (max-width: 768px) {
    .top-container {
        flex-direction: column;
        align-items: center;
        top: 50%;
    }
    .icon-block {
        margin-bottom: 20px; /* Space between blocks */
    }
    .icon-block img {
        width: 80px; /* Adjust the size for smaller screens */
        height: 80px; /* Adjust the size for smaller screens */
    }
    .p-slider__g72box p {
        display: none; /* Hide the detailed description on smaller screens */
    
    }
}

/*@media screen and (max-width: 1200px) {
    .p-slider__g72box__heading {
        bottom:80%;
        margin: auto;
        font-size: 20px;
        background: url(../img/text_shadow_sp.png) 50% no-repeat;
        background-size: contain
    }
}

@media screen and (max-width: 374px) {
    .p-slider__g72box__heading {
        font-size:16px
    }
}

@media screen and (min-width: 1201px) {
    .p-slider__g72box__heading {
        bottom:45%;
        margin: 0
    }

    .p-slider__g72box__heading>span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 10
    }

    .p-slider__g72box__heading br {
        display: none
    }

    .p-slider__g72box__heading img {
        width: 100px;
        padding-right: 10px
    }

    .p-slider__g72box__heading:before {
        content: "";
        position: absolute;
        display: block;
        width: 900px;
        height: 150px;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        background: url(../img/top_g72_back.png) 50% no-repeat;
        background-size: contain
    }
}
*/