/* --------------------
 Information
-------------------- */
.menu {
    margin: 0 0 10.6666666667vw;
    padding: 10.6666666667vw 0 0;
}

@media (min-width: 768px) {
    .menu {
        margin: 0 0 50px;
        padding: 50px 0 0;
    }
}

.menu-container {
    margin: 0 auto;
    max-width: calc(960px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.menu__item-wrapper {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 4.2666666667vw 8vw;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .menu__item-wrapper {
        gap: 20px 30px;
    }
}

@media (min-width: 992px) {
    .menu__item-wrapper {
        gap: 28px 60px;
    }
}

.menu__item {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .menu__item {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (min-width: 992px) {
    .menu__item {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .menu__item .com-button {
        font-size: var(--fs15);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu__item .com-button {
        font-size: var(--fs15);
    }
}

.detail {
    overflow: hidden;
    position: relative;
}

.detail:before {
    background-image: url(../../images/commons/com-shape-02.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 512vw 10.6666666667vw;
    content: "";
    display: block;
    height: 10.6666666667vw;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -0.2666666667vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail:before {
        background-size: 1920px 40px;
        height: 40px;
        top: -1px;
    }
}

.detail:after {
    background-image: url(../../images/commons/com-shape-01.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 512vw 10.6666666667vw;
    bottom: -0.2666666667vw;
    content: "";
    display: block;
    height: 10.6666666667vw;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail:after {
        background-size: 1920px 40px;
        bottom: -1px;
        height: 40px;
    }
}

.detail-container {
    background-color: var(--color-cream);
    margin: 0 auto;
    max-width: 1535px;
    padding: 21.3333333333vw var(--c-pad);
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .detail-container {
        padding: 100px var(--c-pad);
    }
}

.detail-container-inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.detail__info1 {
    margin: 0 0 21.3333333333vw;
}

@media (min-width: 768px) {
    .detail__info1 {
        margin: 0 0 160px;
    }
}

@media (min-width: 992px) {
    .detail__info1 {
        margin: 0 0 200px;
    }
}

@media (min-width: 768px) {
    .detail__info1 .com-title {
        margin-bottom: 50px;
        max-width: 730px;
    }
}

.detail__info1__item {
    margin: 0 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .detail__info1__item {
        margin: 0 0 48px;
    }
}

.detail__info1__item:last-child {
    margin-bottom: 0;
}

.detail__info1__item__title {
    border-bottom: 0.2666666667vw solid var(--color-onyx);
    font-size: var(--fs20);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.4;
    margin: 0 0 4.2666666667vw;
    padding: 0 0 4.2666666667vw 7.68vw;
    position: relative;
}

@media (min-width: 768px) {
    .detail__info1__item__title {
        border-bottom-width: 1px;
        font-size: var(--fs24);
        margin: 0 0 16px auto;
        padding: 0 0 20px 48px;
    }
}

.detail__info1__item__title:before {
    background-color: var(--color-peach);
    background-image: url(../../images/icons/icon-black-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.12vw 2.64vw;
    border: 0.5333333333vw solid var(--color-umber);
    border-radius: 3.12vw;
    bottom: auto;
    content: "";
    display: block;
    height: 6.24vw;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0.2em;
    width: 6.24vw;
}

@media (min-width: 768px) {
    .detail__info1__item__title:before {
        background-size: 13px 11px;
        border-radius: 13px;
        border-width: 2px;
        height: 26px;
        left: 16px;
        width: 26px;
    }
}

@media (min-width: 768px) {
    .detail__info1__item__content {
        padding: 0 16px;
    }
}

.detail__info1__item__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.66;
    margin: 0 0 1.75em;
}

@media (min-width: 768px) {
    .detail__info1__item__content p {
        font-size: var(--fs18);
    }
}

.detail__info1__item__content p:last-child {
    margin-bottom: 0;
}

.detail__info1__item__content ul {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.66;
    list-style: none;
    margin: 0 0 1.75em;
    padding: 0;
}

@media (min-width: 768px) {
    .detail__info1__item__content ul {
        font-size: var(--fs18);
    }
}

.detail__info1__item__content ul:last-child {
    margin-bottom: 0;
}

.detail__info1__item__content ul > li {
    font-size: inherit;
    letter-spacing: 0.025em;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 1em;
    position: relative;
}

.detail__info1__item__content ul > li:before {
    background-color: var(--color-onyx);
    border-radius: 1.0666666667vw;
    content: "";
    display: block;
    height: 0.5333333333vw;
    left: 1.0666666667vw;
    position: absolute;
    top: 0.75em;
    width: 1.6vw;
}

@media (min-width: 768px) {
    .detail__info1__item__content ul > li:before {
        border-radius: 4px;
        height: 2px;
        left: 4px;
        width: 6px;
    }
}

.detail__info2 {
    margin: 0 auto 21.3333333333vw;
    max-width: 1160px;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__info2 {
        margin: 0 auto 160px;
    }
}

@media (min-width: 992px) {
    .detail__info2 {
        margin: 0 auto 200px;
    }
}

@media (min-width: 768px) {
    .detail__info2 .com-title {
        margin-bottom: 50px;
        max-width: 730px;
    }
}

.detail__info2__info {
    margin: 0 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .detail__info2__info {
        margin: 0 0 48px;
    }
}

.detail__info2__info p {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.66;
    margin: 0 0 1.75em;
    text-align: right;
}

@media (min-width: 768px) {
    .detail__info2__info p {
        font-size: var(--fs18);
    }
}

.detail__info2__info p:last-child {
    margin-bottom: 0;
}

.detail__info2__lead {
    margin: 0 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .detail__info2__lead {
        margin: 0 0 48px;
    }
}

.detail__info2__lead p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.66;
    margin: 0 0 1.75em;
}

@media (min-width: 768px) {
    .detail__info2__lead p {
        font-size: var(--fs18);
    }
}

.detail__info2__lead p:last-child {
    margin-bottom: 0;
}

.detail__info2__item {
    margin: 0 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .detail__info2__item {
        margin: 0 0 48px;
    }
}

.detail__info2__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .detail__info2__item[data-local="02"] {
        margin-bottom: 52px;
    }
}

@media (min-width: 768px) {
    .detail__info2__item[data-local="03"] {
        margin-bottom: 82px;
    }
}

@media (min-width: 768px) {
    .detail__info2__item[data-local="04"] {
        margin-bottom: 78px;
    }
}

.detail__info2__item__title {
    border-bottom: 0.2666666667vw solid var(--color-onyx);
    font-size: var(--fs18);
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1.4;
    margin: 0 0 4.2666666667vw;
    padding: 0 0 3.2vw 0;
    position: relative;
}

@media (min-width: 768px) {
    .detail__info2__item__title {
        border-bottom-width: 1px;
        margin: 0 0 16px auto;
        padding: 0 0 12px 0;
    }
}

.detail__info2__item__title:first-letter {
    font-size: var(--fs26);
}

.detail__info2__item__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.66;
    margin: 0 0 1.65em;
}

@media (min-width: 768px) {
    .detail__info2__item__content p {
        font-size: var(--fs18);
    }
}

.detail__info2__item__content p:last-child {
    margin-bottom: 0;
}

.detail__info2__item__content p:has(+ ul[data-local="02"]) {
    margin-bottom: 0;
}

.detail__info2__item__content ul {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.66;
    list-style: none;
    margin: 0 0 1.65em;
    padding: 0;
}

@media (min-width: 768px) {
    .detail__info2__item__content ul {
        font-size: var(--fs18);
    }
}

.detail__info2__item__content ul:last-child {
    margin-bottom: 0;
}

.detail__info2__item__content ul > li {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: 0.025em;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 1em;
    position: relative;
}

.detail__info2__item__content ul[data-local="01"] {
    padding: 0 0 0 1em;
}

.detail__info2__item__content ul[data-local="01"] > li {
    text-indent: -1em;
}

.detail__info2__item__content ul[data-local="02"] {
    margin-top: 0;
    padding: 0 0 0 1em;
}

.detail__info2__item__content ul[data-local="02"] > li {
    text-indent: -1em;
}

.detail__info2__item__content table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0 auto;
    max-width: 1000px;
    table-layout: fixed;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__info2__item__content table {
        margin: -8px auto 0;
    }
}

.detail__info2__item__content table > tbody > tr > th, .detail__info2__item__content table > tbody > tr > td {
    border-bottom: 0.2666666667vw solid var(--color-onyx);
    font-size: var(--fs14);
    font-weight: 500;
    line-height: 1.4;
    overflow-wrap: break-word;
    padding: 1.6vw 2.1333333333vw;
    text-align: left;
    vertical-align: top;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .detail__info2__item__content table > tbody > tr > th, .detail__info2__item__content table > tbody > tr > td {
        border-bottom-width: 1px;
        font-size: var(--fs18);
        padding: 7px 12px;
    }
}

.detail__info2__item__content table > tbody > tr > td a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.detail__info2__item__content table > tbody > tr > td a:focus {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

@media (hover: hover) and (pointer: fine) {
    .detail__info2__item__content table > tbody > tr > td a:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
    }
}

.detail__info2__item__content table > tbody > tr:first-child > th, .detail__info2__item__content table > tbody > tr:first-child > td {
    border-top: 0.2666666667vw solid var(--color-onyx);
}

@media (min-width: 768px) {
    .detail__info2__item__content table > tbody > tr:first-child > th, .detail__info2__item__content table > tbody > tr:first-child > td {
        border-top-width: 1px;
    }
}

.detail__info2__item__content table > tbody > tr:nth-child(odd) > th, .detail__info2__item__content table > tbody > tr:nth-child(odd) > td {
    background-color: #fdedcf;
}

.detail__info3 {
    margin: 0 auto 21.3333333333vw;
    max-width: 1160px;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__info3 {
        margin: 0 auto 160px;
    }
}

@media (min-width: 992px) {
    .detail__info3 {
        margin: 0 auto 190px;
    }
}

@media (min-width: 768px) {
    .detail__info3 .com-title {
        margin-bottom: 55px;
        max-width: 730px;
    }
}

.detail__info3__item {
    margin: 0 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .detail__info3__item {
        margin: 0 0 50px;
    }
}

.detail__info3__item:last-child {
    margin-bottom: 0;
}

.detail__info3__item__title {
    border-bottom: 0.2666666667vw solid var(--color-onyx);
    font-size: var(--fs18);
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1.4;
    margin: 0 0 4.2666666667vw;
    padding: 0 0 3.2vw 0;
    position: relative;
}

@media (min-width: 768px) {
    .detail__info3__item__title {
        border-bottom-width: 1px;
        margin: 0 0 16px auto;
        padding: 0 0 12px 0;
    }
}

.detail__info3__item__title:first-letter {
    font-size: var(--fs26);
}

.detail__info3__item__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.66;
    margin: 0 0 1.65em;
}

@media (min-width: 768px) {
    .detail__info3__item__content p {
        font-size: var(--fs18);
    }
}

.detail__info3__item__content p:last-child {
    margin-bottom: 0;
}

.detail__info3__item__content p:has(+ ul[data-local="01"]) {
    margin-bottom: 0;
}

.detail__info3__item__content ul {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.66;
    list-style: none;
    margin: 0 0 1.65em;
    padding: 0 0 0 1em;
}

@media (min-width: 768px) {
    .detail__info3__item__content ul {
        font-size: var(--fs18);
    }
}

.detail__info3__item__content ul:last-child {
    margin-bottom: 0;
}

.detail__info3__item__content ul > li {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: 0.025em;
    line-height: inherit;
    margin: 0 0 1.75em;
    padding: 0 0 0 1em;
    position: relative;
    text-indent: -1em;
}

.detail__info3__item__content ul > li:last-child {
    margin-bottom: 0;
}

.detail__info4 {
    margin: 0 0 21.3333333333vw;
}

@media (min-width: 768px) {
    .detail__info4 {
        margin: 0 0 160px;
    }
}

@media (min-width: 992px) {
    .detail__info4 {
        margin: 0 0 195px;
    }
}

@media (min-width: 768px) {
    .detail__info4 .com-title {
        margin-bottom: 55px;
        max-width: 730px;
    }
}

.detail__info4__item {
    margin: 0 0 16vw;
}

@media (min-width: 768px) {
    .detail__info4__item {
        margin: 0 0 90px;
    }
}

.detail__info4__item:last-child {
    margin-bottom: 0;
}

.detail__info4__item__title {
    border-bottom: 0.2666666667vw solid var(--color-onyx);
    font-size: var(--fs20);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.4;
    margin: 0 0 4.2666666667vw;
    padding: 0 0 4.2666666667vw 7.68vw;
    position: relative;
}

@media (min-width: 768px) {
    .detail__info4__item__title {
        border-bottom-width: 1px;
        font-size: var(--fs24);
        margin: 0 0 16px auto;
        padding: 0 0 20px 48px;
    }
}

.detail__info4__item__title:before {
    background-color: var(--color-peach);
    background-image: url(../../images/icons/icon-black-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.12vw 2.64vw;
    border: 0.5333333333vw solid var(--color-umber);
    border-radius: 3.12vw;
    bottom: auto;
    content: "";
    display: block;
    height: 6.24vw;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0.2em;
    width: 6.24vw;
}

@media (min-width: 768px) {
    .detail__info4__item__title:before {
        background-size: 13px 11px;
        border-radius: 13px;
        border-width: 2px;
        height: 26px;
        left: 16px;
        width: 26px;
    }
}

.detail__info4__item__content {
    margin: 0 0 13.3333333333vw;
}

@media (min-width: 768px) {
    .detail__info4__item__content {
        margin: 0 0 50px;
        padding: 0 16px;
    }
}

.detail__info4__item__content b {
    font-weight: 700;
}

.detail__info4__item__content b[data-local="01"] {
    font-weight: 900;
}

.detail__info4__item__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.66;
    margin: 0 0 1.75em;
}

@media (min-width: 768px) {
    .detail__info4__item__content p {
        font-size: var(--fs18);
    }
}

.detail__info4__item__content p:last-child {
    margin-bottom: 0;
}

.detail__info4__item__content ul {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.66;
    list-style: none;
    margin: 0 0 1.75em;
    padding: 0;
}

@media (min-width: 768px) {
    .detail__info4__item__content ul {
        font-size: var(--fs18);
    }
}

.detail__info4__item__content ul:last-child {
    margin-bottom: 0;
}

.detail__info4__item__content ul > li {
    font-size: inherit;
    letter-spacing: 0.025em;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 1em;
    position: relative;
}

.detail__info4__item__content ul > li:before {
    background-color: var(--color-onyx);
    border-radius: 1.0666666667vw;
    content: "";
    display: block;
    height: 0.5333333333vw;
    left: 1.0666666667vw;
    position: absolute;
    top: 0.75em;
    width: 1.6vw;
}

@media (min-width: 768px) {
    .detail__info4__item__content ul > li:before {
        border-radius: 4px;
        height: 2px;
        left: 4px;
        width: 6px;
    }
}

.detail__info4__item__content table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: -8px auto 0;
    max-width: 1000px;
    table-layout: fixed;
    width: 100%;
}

.detail__info4__item__content table > thead > tr > th, .detail__info4__item__content table > thead > tr > td {
    border-bottom: 0.2666666667vw solid var(--color-onyx);
    font-size: var(--fs14);
    font-weight: 500;
    line-height: 1.4;
    padding: 1.6vw 2.1333333333vw;
    text-align: left;
    vertical-align: top;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .detail__info4__item__content table > thead > tr > th, .detail__info4__item__content table > thead > tr > td {
        border-bottom-width: 1px;
        font-size: var(--fs18);
        padding: 7px 12px;
    }
}

.detail__info4__item__content table > thead > tr > td a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.detail__info4__item__content table > thead > tr > td a:focus {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

@media (hover: hover) and (pointer: fine) {
    .detail__info4__item__content table > thead > tr > td a:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
    }
}

.detail__info4__item__content table > thead > tr:first-child > th, .detail__info4__item__content table > thead > tr:first-child > td {
    border-top: 0.2666666667vw solid var(--color-onyx);
}

@media (min-width: 768px) {
    .detail__info4__item__content table > thead > tr:first-child > th, .detail__info4__item__content table > thead > tr:first-child > td {
        border-top-width: 1px;
    }
}

.detail__info4__item__content table > thead > tr:nth-child(odd) > th, .detail__info4__item__content table > thead > tr:nth-child(odd) > td {
    background-color: #fdedcf;
}

.detail__info4__item__content table > tbody > tr > th, .detail__info4__item__content table > tbody > tr > td {
    border-bottom: 0.2666666667vw solid var(--color-onyx);
    font-size: var(--fs14);
    font-weight: 500;
    line-height: 1.4;
    padding: 1.6vw 2.1333333333vw;
    text-align: left;
    vertical-align: top;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .detail__info4__item__content table > tbody > tr > th, .detail__info4__item__content table > tbody > tr > td {
        border-bottom-width: 1px;
        font-size: var(--fs18);
        padding: 7px 12px;
    }
}

.detail__info4__item__content table > tbody > tr > td a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.detail__info4__item__content table > tbody > tr > td a:focus {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

@media (hover: hover) and (pointer: fine) {
    .detail__info4__item__content table > tbody > tr > td a:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
    }
}

.detail__info4__item__content table > tbody > tr:first-child > th, .detail__info4__item__content table > tbody > tr:first-child > td {
    border-top: 0.2666666667vw solid var(--color-onyx);
}

@media (min-width: 768px) {
    .detail__info4__item__content table > tbody > tr:first-child > th, .detail__info4__item__content table > tbody > tr:first-child > td {
        border-top-width: 1px;
    }
}

.detail__info4__item__content table > tbody > tr:nth-child(odd) > th, .detail__info4__item__content table > tbody > tr:nth-child(odd) > td {
    background-color: #fdedcf;
}

.detail__info4__item__content table[data-local="01"] {
    margin-bottom: 13.8666666667vw;
}

@media (max-width: 767px) {
    .detail__info4__item__content table[data-local="01"] {
        table-layout: auto;
    }
}

@media (min-width: 768px) {
    .detail__info4__item__content table[data-local="01"] {
        margin-bottom: 52px;
    }
}

@media (max-width: 767px) {
    .detail__info4__item__content table[data-local="01"] > thead > tr > th:first-child {
        width: 30%;
    }
}

.detail__info4__item__content table[data-local="01"] > tbody > tr:nth-child(even) > th, .detail__info4__item__content table[data-local="01"] > tbody > tr:nth-child(even) > td {
    background-color: #fdedcf;
}

.detail__info4__item__content table[data-local="01"] > tbody > tr:nth-child(odd) > th, .detail__info4__item__content table[data-local="01"] > tbody > tr:nth-child(odd) > td {
    background-color: var(--color-cream);
}

.detail__info4__item__content table[data-local="02"] {
    margin-top: 8vw;
}

@media (min-width: 768px) {
    .detail__info4__item__content table[data-local="02"] {
        margin-top: 30px;
    }
}

.detail__info4__item__list {
    margin: 0 auto;
    max-width: 1160px;
    width: 100%;
}

.detail__info4__item__list__item {
    margin: 0 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .detail__info4__item__list__item {
        margin: 0 0 48px;
    }
}

.detail__info4__item__list__item:last-child {
    margin-bottom: 0;
}

.detail__info4__item__list__item__title {
    border-bottom: 0.2666666667vw solid var(--color-onyx);
    font-size: var(--fs18);
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1.4;
    margin: 0 0 4.2666666667vw;
    padding: 0 0 3.2vw 0;
    position: relative;
}

@media (min-width: 768px) {
    .detail__info4__item__list__item__title {
        border-bottom-width: 1px;
        margin: 0 0 16px auto;
        padding: 0 0 12px 0;
    }
}

.detail__info4__item__list__item__title:first-letter {
    font-size: var(--fs26);
}

.detail__info4__item__list__item__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.66;
    margin: 0 0 1.65em;
}

@media (min-width: 768px) {
    .detail__info4__item__list__item__content p {
        font-size: var(--fs18);
    }
}

.detail__info4__item__list__item__content p:last-child {
    margin-bottom: 0;
}

.detail__info4__item__list__item__content p:has(+ ul[data-local="01"]) {
    margin-bottom: 0;
}

.detail__info4__item__list__item__content ul {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.66;
    list-style: none;
    margin: 0 0 1.65em;
    padding: 0;
}

@media (min-width: 768px) {
    .detail__info4__item__list__item__content ul {
        font-size: var(--fs18);
    }
}

.detail__info4__item__list__item__content ul:last-child {
    margin-bottom: 0;
}

.detail__info4__item__list__item__content ul > li {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: 0.025em;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 1em;
    position: relative;
}

.detail__info4__item__list__item__content ul[data-local="01"] {
    margin-top: 0;
    padding: 0 0 0 1em;
}

.detail__info4__item__list__item__content ul[data-local="01"] > li {
    text-indent: -1em;
}

.detail__info4__item__list__item__content ul[data-local="02"] {
    margin-top: 0;
}

.detail__info4__item__list__item__content ul[data-local="02"] > li {
    text-indent: -1em;
}

.detail__info5 {
    margin: 0 auto 21.3333333333vw;
    max-width: 1160px;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__info5 {
        margin: 0 auto 155px;
    }
}

@media (min-width: 768px) {
    .detail__info5 .com-title {
        margin-bottom: 55px;
        max-width: 730px;
    }
}

.detail__info5__item {
    margin: 0 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .detail__info5__item {
        margin: 0 0 48px;
    }
}

.detail__info5__item:last-child {
    margin-bottom: 0;
}

.detail__info5__item__title {
    border-bottom: 0.2666666667vw solid var(--color-onyx);
    font-size: var(--fs18);
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1.4;
    margin: 0 0 4.2666666667vw;
    padding: 0 0 3.2vw 0;
    position: relative;
}

@media (min-width: 768px) {
    .detail__info5__item__title {
        border-bottom-width: 1px;
        margin: 0 0 16px auto;
        padding: 0 0 12px 0;
    }
}

.detail__info5__item__title:first-letter {
    font-size: var(--fs26);
}

.detail__info5__item__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.66;
    margin: 0 0 1.65em;
}

@media (min-width: 768px) {
    .detail__info5__item__content p {
        font-size: var(--fs18);
    }
}

.detail__info5__item__content p:last-child {
    margin-bottom: 0;
}

.detail__info5__item__content p:has(+ ul[data-local="01"]) {
    margin-bottom: 0;
}

.detail__info5__item__content ul {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.66;
    list-style: none;
    margin: 0 0 1.65em;
    padding: 0 0 0 1em;
}

@media (min-width: 768px) {
    .detail__info5__item__content ul {
        font-size: var(--fs18);
    }
}

.detail__info5__item__content ul:last-child {
    margin-bottom: 0;
}

.detail__info5__item__content ul > li {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: 0.025em;
    line-height: inherit;
    margin: 0 0 1.75em;
    padding: 0 0 0 1em;
    position: relative;
    text-indent: -1em;
}

.detail__info5__item__content ul > li:last-child {
    margin-bottom: 0;
}

.detail__status {
    border-top: 0.5333333333vw solid var(--color-onyx);
    margin: 0 auto;
    padding: 10.6666666667vw 0 0;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__status {
        border-top-width: 3px;
        padding: 50px 20px 0;
    }
}

.detail__status p {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.66;
    margin: 0 0 1.75em;
    text-align: right;
}

@media (min-width: 768px) {
    .detail__status p {
        font-size: var(--fs18);
    }
}

.detail__status p:last-child {
    margin-bottom: 0;
}