.odekake h2 {
    margin-bottom: 40px;
}

.odekake h2 picture img {
    display: block;
    width: 100%;
    height: auto;
}

.odekake h3 {
    color: var(--color-blue2, #221C70);
    font-size: var(--font-size-22-16, 22px);
    font-weight: 700;
    margin-bottom: 24px;
}

.odekake h3 span {
    background: linear-gradient(transparent 40%, #FFE922 0%);
    color: var(--color-blue2, #221C70);
    font-size: 26px;
    font-weight: 900;
}

.odekake table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 24px;
}

.odekake table th,
.odekake table td {
    border: 1px solid var(--color-blue2, #221C70);
    padding: 22.5px;
    text-align: center;
    vertical-align: middle;
}

.odekake table th {
    background: var(--color-blue2, #221C70);
    font-size: var(--font-size-18-16, 18px);
    font-weight: bold;
    color: #fff;
}

.odekake table th:not(:last-child) {
    border-right: 1px solid #fff;
}

.odekake table td {
    color: var(--color-blue2, #221C70);
    text-align: center;
    font-size: var(--font-size-18-16, 18px);
    font-style: normal;
    font-weight: 700;
    letter-spacing: var(--Typography-Heding-h5-letter-spacing, 0);
    background: #fff;
}

.odekake tbody tr td:first-child {
    background: var(--color-blue6, #E6F4FF);
}

.odekake table tbody tr:nth-child(even) {
    background: #fafafa;
}

.odekake dl {
    margin-bottom: 24px;
}

.odekake dl>div {
    display: flex;
    align-items: flex-start;
    padding: 24px 0;
    border-bottom: 1px dashed var(--color-logo, #006CB8);
}

.odekake dt {
    width: 120px;
    color: var(--color-blue2, #221C70);
    font-size: var(--font-size-18-16, 18px);
    font-weight: 700;
    letter-spacing: var(--Typography-Heding-h5-letter-spacing, 0);
    flex-shrink: 0;
    min-width: 248px;
    margin-right: 24px;
}

.odekake dd {
    margin: 0;
    flex: 1;
    color: var(--color-black, #000);
    font-size: var(--font-size-18-16, 18px);
    font-weight: 400;
    letter-spacing: var(--Typography-Body-m-letter-spacing, 0);
}

.odekake dd span {
    color: var(--color-notice, #6D6D6D);
    font-size: var(--font-size-12, 12px);
    display: block;
}

.odekake__notes {
    margin-bottom: 64px;
}

.odekake__notes li {
    color: var(--color-notice, #6D6D6D);
    font-size: var(--font-size-12, 12px);
    margin-bottom: 8px;
    padding-left: 1em;
    text-indent: -1em;
}

.odekake__notes li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1920px) {
    .odekake h2 {
        height: 595px;
        overflow: hidden;
    }

    .odekake h2 picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1104px) {
  .odekake h2 {
        height: 54.35vw;
    }
}

@media screen and (max-width: 767px) {
    .odekake h2 {
        margin-bottom: 24px;
        height: auto;
        overflow: auto;
    }

    .odekake h3 {
        font-size: var(--font-size-5, 16px);
    }

    .odekake h3 span {
        font-size: var(--font-size-4, 18px);
    }

    .odekake table {
        table-layout: auto;
    }

    .odekake table th {
        font-size: var(--font-size-18-16, 16px);
        padding: 20px 16px;
        white-space: nowrap;
    }

    .odekake table td {
        font-size: var(--font-size-18-16, 16px);
        padding: 28px 16px;
    }

    .odekake dl>div {
        display: block;
        padding: 16px 0;
    }

    .odekake dt {
        font-size: var(--font-size-18-16, 16px);
        min-width: auto;
        width: 100%;
        margin-bottom: 8px;
    }

    .odekake dd {
        font-size: var(--font-size-18-16, 16px);
    }

    .odekake dd span {
        margin-top: 4px;
    }
}