@charset "utf-8";

.sns_modal_icon_group p:last-of-type {
display: none;
}

.sns_modal_title_1 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}
.sns_modal_title_2 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}
.sns_modal_title_img_1 {
    height: 25px
}
.sns_modal_title_img_2 {
    height: 30px
}
.sns_modal_icon_group {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif !important
}
.sns_modal_icon_item {
    width: 40%;
    padding-bottom: 20px;
    text-align: center
}
.sns_modal_icon_item a {
    width: 70%
}
.sns_modal_icon_item img {
    width: 100%
}
.sns_modal_icon_item_title {
    margin-top: 10px;
    font-size: 12px
}
@media screen and (max-width: 1024px) {
    .sns_modal_icon_item {
        width: 45%;
        margin: 0 2.5%
    }
    .modaal-container {
        border-radius: 15px;
        overflow: hidden
    }
    .modaal-content-container {
        padding: 30px 5% 15px
    }
    .sns_modal_icon_item_title {
        margin-top: 0
    }
}
@media screen and (min-width: 364px) {
    .sns_modal_icon_group {
        margin-top: 30px
    }
    .sns_modal_icon_item {
        width: 23%;
        margin: 0 1%;
        padding-bottom: 30px
    }
    .sns_modal_icon_item a {
        width: 70%
    }
    .sns_modal_icon_item_title {
        font-size: 14px
    }
}