@media only screen and (max-width: 740px) {
    .col-md-4-custom {
        width: 420px !important;
    }

    .content-frame {
        padding: 0 !important;
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 560px) {
    .col-md-4-custom {
        width: 85% !important;
    }

    .content-frame {
        padding: 0 !important;
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 460px) {
    .col-md-4-custom {
        width: 360px !important;
    }

    .content-frame {
        padding: 0 !important;
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 400px) {
    .col-md-4-custom {
        width: 340px !important;
    }

    .content-frame {
        padding: 0 !important;
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 320px) {
    .col-md-4-custom {
        /* width: 340px; */
    }

    li.frame-custom {
        height: 150px;
        text-align: center;
        align-items: center;
        background-color: #fff;
        border: 2px solid;
        border-color: #e4d4c6;
        border-radius: 10px;
        box-shadow: 2px 2px 0px #e4d4c6;
        display: flex;
        flex: 1;
        flex-grow: 1;
        justify-content: center;
        margin-bottom: 20px;
        padding: 5px;
        position: relative;
    }

    .title-frame {
        width: 90%;
        font-size: 16px !important;
        white-space: normal;
        margin: 10px 10px -10px;
    }

    .content-frame {
        width: 100%;
        height: 75%;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-align-content: center;
        vertical-align: middle;
        /* font-size: 12px !important; */
        white-space: normal;
        padding: 0 10px;
    }

    .title-frame::after {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url(/../../../../asset/front/images/common/ico-logout.png)
            no-repeat center;
        background-size: contain;
        position: absolute;
        right: 10px !important;
        top: 10px !important;
    }

    h3.ttlCenter {
        padding: 5px 30px;
        font-size: 28px;
        font-family: "HiraginoKakuGothicPro-W6", Helvetica;
    }

    /* .field {
        margin: 10px
    } */

    .field-full {
        margin: 0px;
    }

    .mt20 {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 740px) {
    .col-md-4-custom {
        width: 490px !important;
    }

    li.frame-custom {
        height: 125px;
        text-align: center;
        align-items: center;
        background-color: #fff;
        border: 2px solid;
        border-color: #e4d4c6;
        border-radius: 10px;
        box-shadow: 2px 2px 0px #e4d4c6;
        display: flex;
        flex: 1;
        flex-grow: 1;
        justify-content: center;
        margin-bottom: 20px;
        padding: 5px;
        position: relative;
    }
    .title-frame {
        margin: 10px 0 -10px;
    }

    .content-frame {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 1023px) {
    .mt-100 {
        margin-top: 100px !important;
    }

    .field {
        margin: 70px auto 70px !important;
    }

    li.frame-custom {
        height: 122px;
        text-align: center;
        align-items: center;
        background-color: #fff;
        border: 2px solid;
        border-color: #e4d4c6;
        border-radius: 10px;
        box-shadow: 2px 2px 0px #e4d4c6;
        display: flex;
        flex: 1;
        flex-grow: 1;
        justify-content: center;
        margin-bottom: 20px;
        padding: 20px 25px;
        position: relative;
    }

    .col-md-4-custom {
        margin: 0 10px;
        width: 48% !important;
    }

    .content-frame {
        width: 100%;
        font-size: 12px !important;
    }

    .title-frame {
        font-size: 16px !important;
        margin: 0;
    }

    li.frame-custom {
        height: 110px !important;
    }
}

@media only screen and (min-width: 1400px) {
    .mt-100 {
        margin-top: 100px !important;
    }

    .field {
        margin: 70px auto 70px !important;
    }

    li.frame-custom {
        height: 122px;
        text-align: center;
        align-items: center;
        background-color: #fff;
        border: 2px solid;
        border-color: #e4d4c6;
        border-radius: 10px;
        box-shadow: 2px 2px 0px #e4d4c6;
        display: flex;
        flex: 1;
        flex-grow: 1;
        justify-content: center;
        margin-bottom: 20px;
        padding: 20px 25px;
        position: relative;
    }

    .col-md-4-custom {
        margin: 0 10px;
        width: 48% !important;
    }

    .content-frame {
        font-size: 14px !important;
    }

    .title-frame {
        font-size: 18px !important;
    }

    li.frame-custom {
        padding: 20px 25px !important;
        height: 122px !important;
    }
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.py-80 {
    padding: 80px 0;
}

.mb-80 {
    margin-bottom: 80px;
}

.title-frame::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("/../../../../asset/front/images/common/ico-logout.png")
        no-repeat center;
    background-size: contain;
    position: absolute;
    right: 25px;
    top: 25px;
}

.title-frame {
    color: #0097d8;
    text-decoration: underline;
    font-size: 18px;
    font-family: "HiraginoKakuGothicPro-W6", Helvetica !important;
}

.content-frame {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-family: "HiraginoKakuGothicPro-W3", Helvetica !important;
}

.acordion-frame {
    width: 1111px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.text-wrap {
    white-space: nowrap !important;
}

.d-block {
    display: block !important;
}
