@charset "UTF-8";

.problem-wrap {
    padding: 60px 0;
    text-align: center;
    line-height: 2;
}

.problem-body {
    margin-top: 1.5em;
}

.problem-head {
    margin-bottom: 0.5em;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (min-width: 821px) {
    .package_creation_grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 70px !important;
        width: 100% !important;
        max-width: calc(380px * 2 + 70px) !important;
        margin: 0 auto !important;
    }

    .package_creation_grid li {
        width: 100% !important;
        max-width: 380px !important;
        margin: 0 auto !important;
    }
}

@media screen and (min-width: 751px) and (max-width: 820px) {
    .package_creation_grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 26px !important;
        width: 100% !important;
        max-width: calc(380px * 2 + 26px) !important;
        margin: 0 auto !important;
    }

    .package_creation_grid li {
        width: 100% !important;
        max-width: 380px !important;
        margin: 0 auto !important;
    }
}

.package_creation__service-img {
    border-radius: 5px;
}

.package_creation__service-img img {
    border-radius: 5px;
}

.gaiyou {
    margin-top: 40px;
    text-align: center;
}

.gaiyou_head {
    margin-bottom: 20px;
    font-weight: bold;
}

.partner {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}

.partner-list {
    display: inline-block;
    margin: 0 auto;
    list-style-type: disc;
    text-align: left;
}

.partner-item {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 0.5em;
}

.partner-item::before {
    display: inline-block;
    content: url('/assets/img/checked.png');
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

.gaiyou_table {
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
}

.gaiyou_tr {
    display: table-row;
}

.gaiyou_th {
    width: 35%;
    padding: 1em 0;
    color: #e80614;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    text-align: left;
}

.gaiyou_td {
    width: 65%;
    padding: 1em 0 1em 1em;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .gaiyou_tr {
        display: flex;
        flex-direction: column;
    }

    .gaiyou_th {
        width: 100%;
        border-bottom: 1px solid transparent;
    }

    .gaiyou_td {
        width: 100%;
        padding: 0 0 1em 0;
    }
}

.bnr_oem_support_figure {
    display: block;
    width: calc(100% - 40px);
    max-width: 906px;
    padding: 40px 0;
    margin: 0 auto;
}
