*:last-child {
    margin-bottom: 0;
}
main {
    position: relative;
    padding: 200px 0 0;
    background: var(--main-background-color);
}
section {
    margin: auto;
}
ul li {
    font-size: 1.6rem;
}
.att li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}
.att li:before {
    content: "・";
    position: absolute;
    left: 2px;
}
.anotation_txt {
    padding: 10px 0 0;
}
.anotation_txt li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 1.4rem;
}
.anotation_txt li::before {
    position: absolute;
    left: 2px;
    content: "※";
}
.text-link[target="_blank"] {
    position: relative;
    text-decoration: underline;
    word-break: break-all;
}
.text-link[target="_blank"]::after {
    content: "";
    display: inline-flex;
    width: 16px;
    height: 15px;
    margin-left: 4px;
    margin-right: 4px;
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_blank_gold.png);
}
.white {
    background-color: var(--full-light-color);
}
.color-gold {
    color: var(--gold-color);
}
.js-accordion-box {
    display: none;
}
.mv-area {
    width: 100%;
    margin: 0;
}
.concierge-list {
    position: absolute;
    top: 40px;
    left: calc(50% - 540px);
    width: 1080px;
    max-width: 100%;
    margin-bottom: 80px;
    border-radius: 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.14);
    background: var(--full-light-color);
}
.concierge-list.fixed {
    position: fixed;
    top: 75px;
    left: 0;
    bottom: auto;
    width: 100%;
    margin: 0;
    border-top: 1px solid #ccc;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.14);
    z-index: 1000;
}
.anchor-link a {
    position: relative;
    display: block;
    padding: 30px 45px 30px 30px;
    font-size: 1.5rem;
}
.cruise .anchor-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    min-height: 70px;
    padding: 10px 10px 20px;
}
.travel-desk-wrap.white h3 {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
    background: none;
}
.travel-desk-wrap.white .plan_contact .inner > .flex {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
}
.campaign-close {
    width: 1180px;
    margin: 0 auto 80px;
    padding: 20px;
    font-size: 3.0rem;
    color: var(--full-light-color);
    background-color: var(--gold-color);
    font-family: 'Noto Serif JP';
}
.section-wrap {
    width: 1180px;
    max-width: 100%;
    margin: 0 auto 70px;
    padding: 60px 50px;
}
.section-wrap + .section-wrap.-padding-none {
    margin-top: 15px;
}
.section-wrap.-padding-none {
    padding: 0;
}
.section-wrap p,
.section-wrap ul li {
    text-align: left;
}
section h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 3.0rem;
    color: #57370D;
    font-family: 'Noto Serif JP';
}
section#faq h2 {
    padding: 16px;
    border: 2px solid #b4aca4;
    background-color: #fefaf2;
}
section h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 540px);
    width: 100%;
    height: 2px;
    background: var(--concierge-border-color);
}
section#faq h2::after {
    content: none;
}
section h2 + p {
    margin-bottom: 30px;
}
#faq h2 + p {
    margin-bottom: 40px;
}
.products-section + .products-section {
    margin-top: 70px;
}
.products-section h3 {
    position: relative;
    margin-bottom: 24px;
    padding-left: 16px;
    font-size: 2.4rem;
    text-align: left;
    color: #57370D;
    font-family: 'Noto Serif JP';
}
.products-section h3::before {
    content: "";
    position: absolute;
    top: 2.5px;
    left: 0;
    display: block;
    width: 8px;
    height: 30px;
    background-color: var(--gold-color);
}
.products-section .flex-only_pc {
    gap: 30px;
}
#recommend_product .flex-left {
    width: 540px;
    max-width: 100%;
}
.step-list-wrap {
    margin-bottom: 40px;
}
.step-list {
    width: 345px;
}
.step-list dt {
    padding: 8px;
    font-size: 2.2rem;
    text-align: center;
    font-family: 'Noto Serif JP';
    background: var(--light-dark-color);
    color: var(--full-light-color);
}
.step-list dd {
    padding: 20px;
    background: var(--dark-white-color);
}
.step-list dd p {
    margin-bottom: 20px;
    text-align: left;
}
.step-list dd img {
    display: block;
    margin: 0 auto 25px;
    width: 129px;
    height: 100px;
}
.double-campaign {
    width: 850px;
    padding: 20px 20px 25px;
    border: 1px solid #b5ab95;
    background-color: #fff7e9;
}
.double-campaign h4 {
    position: relative;
    margin-bottom: 20px;
    font-size: 2.2rem;
    color: #57370d;
}
.double-campaign h4::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 110px;
    width: 14px;
    height: 24px;
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/img/cp/2025/ico_dotted_line.png) center / contain no-repeat;
}
.double-campaign h4::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 110px;
    width: 14px;
    height: 24px;
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/img/cp/2025/ico_dotted_line.png) center / contain no-repeat;
    transform: scale(-1, 1);
}
.double-campaign h4 .col_red {
    font-size: 3.0rem;
}
.merit-wrap h2 {
    font-family: 'Noto Sans JP';
    color: var(--full-dark-color);
}
.merit-section {
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #999;
}
.merit-section h3 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 25px 20px;
    font-size: 2.8rem;
    font-family: 'Noto Serif JP';
    font-weight: 500;
    color: var(--full-light-color);
    background: var(--light-dark-color);
}
.merit-section h3 span {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-left: 25px;
}
.merit-section h3 img {
    width: 60px;
}
.merit-section h3 + div {
    padding: 30px;
    background: var(--full-light-color);
}
.merit-section h4 {
    font-size: 1.8rem;
    text-align: left;
}
.merit-section .flex-only_pc {
    align-items: center;
    gap: 35px;
}
.merit-section .flex-only_pc img {
    width: 360px;
}
.merit-section .card-img {
    position: absolute;
    top: 25px;
    right: 80px;
    width: 145px;
}
.gold {
    font-weight: bold;
    background: linear-gradient(244deg, #c09d50 19.86%, #edd8aa 55.34%, #c09d50 95.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cash-back-list.-pattern02 dt > p {
    font-size: 3.0rem;
    color: #edd8aa;
}
.cash-back-list.-pattern02 .gold {
    background: unset;
    -webkit-text-fill-color: unset;
}
.cruise #recommend_product .btn {
    justify-content: center;
    gap: 46px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--concierge-border-color);
}
.cruise #recommend_product .btn a {
    width: 267px;
    border: 1px solid var(--concierge-border-color);
}
.cruise #recommend_product .btn a:first-child {
    background-color: #e7e4de;
}
.cruise #recommend_product .btn a::after {
    background-image: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_blank_gold.svg);
}
.qa-list {
    padding: 20px 0 20px 44px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
.qa-list + .qa-list {
    border-top: none;
}
.cash-back-list + .cash-back-list {
    margin-top: 34px;
}
.qa-list dt,
.qa-list dd {
    position: relative;
    padding-top: 5px;
    font-size: 1.6rem;
    text-align: left;
}
.qa-list dt span.qa,
.qa-list dd span.qa {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    left: -44px;
    width: 34px;
    height: 34px;
    border-radius: 20px;
    font-size: 2.0rem;
    color: var(--full-light-color);
    background-color: var(--gold-color);
}
.qa-list dt {
    font-weight: bold;
}
dt.js-accordion-btn {
    cursor: pointer;
}
.qa-list dt.--open {
    margin-bottom: 20px;
}
.qa-list dd span.qa {
    background-color: #999;
}
.cash-back-list dt.js-accordion-btn::after,
.qa-list dt.js-accordion-btn::after {
    content: "";
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
    width: 18px;
    height: 18px;
    position: absolute;
    right: -70px;
    z-index: 2;
    top: calc((100% - 9px) / 2);
    cursor: pointer;
}
.qa-list dt.js-accordion-btn.--open::after {
    background-image: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_minus.svg);
}
.cash-back-list dt.js-accordion-btn {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 100px 12px 30px;
    font-size: 3.6rem;
    background-color: #262626;
    font-family: 'Noto Serif JP';
}
.cash-back-list dt.js-accordion-btn::after {
    top: calc((100% - 48px) / 2);
    right: 34px;
    padding: 16px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #fff;
    background-image: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_plus_wht.svg);
    background-position: center;
    background-size: 15px;
}
.cash-back-list dt.js-accordion-btn.--open::after {
    background-image: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_minus_wht.svg);
}
.cash-back-list dt.js-accordion-btn .num {
    font-size: 6.0rem;
}
.cash-back-list dt.js-accordion-btn .small {
    font-size: 3.0rem;
}
.cash-back-list.-pattern02 dt.js-accordion-btn .small,
.cash-back-list.-pattern02 dt.js-accordion-btn p .small {
    font-size: 2.6rem;
}
.cash-back-list .js-accordion-btn .label {
    padding: 7px 14px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    font-family: 'Noto Sans JP';
}
.cash-back-list dd.js-accordion-box {
    border: 1px solid;
    border-color: var(--gray--color) #ccc;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
}
.cash-back-list dd.js-accordion-box .box-inner {
    justify-content: space-between;
    padding: 35px 40px 40px;
}
.cruise dd.js-accordion-box .box-inner dl,
.cruise .box-inner .anotation_txt {
    width: 580px;
    margin: auto;
    text-align: left;
}
.cruise dd.js-accordion-box .box-inner dl div {
    display: block;
    margin-bottom: 8px;
}
.cruise dd.js-accordion-box .box-inner dl div:last-child {
    margin-bottom: 0;
}
.cruise dd.js-accordion-box .box-inner dt,
.cruise dd.js-accordion-box .box-inner dd {
    display: inline;
    font-size: 1.6rem;
    text-align: left;
}
dd.js-accordion-box .box-inner > div:first-child {
    width: 660px;
}
dd.js-accordion-box .box-inner section {
    width: 100%;
    border: 1px solid #ccc;
}
dd.js-accordion-box .box-inner section h3 {
    margin-bottom: 0;
    padding: 5px;
    font-size: 2.0rem;
    text-align: center;
    color: var(--full-dark-color);
    background: #e6e6e6;
}
dd.js-accordion-box .box-inner section h3 .-small {
    font-size: 1.8rem;
}
dd.js-accordion-box .box-inner section h3::before {
    content: none;
}
dd.js-accordion-box .box-inner section ul {
    padding: 20px 10px;
}
dd.js-accordion-box .box-inner .lead-text {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 2.4rem;
    text-align: center;
    font-family: 'Noto Serif JP';
    color: #57370d;
    border-top: 1px solid #a29061;
    border-bottom: 1px solid #a29061;
}
.cash-back-list.-pattern02 dd.js-accordion-box .box-inner .lead-text {
    margin-bottom: 20px;
    padding: 12px;
}
dd.js-accordion-box .box-inner .lead-text::before {
    content: "";
    position: absolute;
    top: -13px;
    left: calc(50% - 52px);
    width: 105px;
    height: 12px;
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/img_decoration_01.png) center / contain no-repeat;
}
dd.js-accordion-box .btn {
    justify-content: center;
    padding: 26px;
    gap: 10px;
    background: #f5f2e8;
}
.cruise .accordion-travel-desk .tel::after {
    content: none;
}
main:not(.cruise) dd.js-accordion-box .btn a {
    width: 333px;
    padding-right: 35px;
    color: var(--full-light-color);
    border-radius: 100px;
    border: 1px solid #4B3C1D;
    background: linear-gradient(180deg, #A89469 0%, #7A6740 100%);
}
main:not(.cruise) dd.js-accordion-box .btn a[target="_blank"]::after {
    right: 20px;
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_blank_wht.svg) center no-repeat;
}
.cruise .accordion-travel-desk .flex-only_pc {
    justify-content: center;
}
.cruise .accordion-travel-desk .tel {
    width: 29%;
    color: var(--link-red-color);
    font-weight: bold;
}
.cruise .accordion-travel-desk .webforn_btn {
    width: 334px;
}
.cruise .accordion-travel-desk .tel img {
    width: 30px;
    height: 30px;
    margin-right: 1%;
    vertical-align: inherit;
}
.cruise .accordion-travel-desk .tel a {
    font-size: 3.4rem;
}
.cruise .accordion-travel-desk.btn a {
    padding: 0;
    border: none;
}
.cruise .accordion-travel-desk .webforn_btn a {
    justify-content: left;
    padding: 16px 16px 16px 111px;
    background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_mail.png) center no-repeat;
    background-color: var(--link-red-color);
    color: var(--full-light-color);
    background-position: 57px;
    background-size: 42px;
    font-size: 1.8rem;
}
.cruise .accordion-travel-desk.btn a::after {
    content: none;
}
.cruise .accordion-travel-desk .anotation_txt {
    width: fit-content;
    margin: auto;
    padding-top: 20px;
}
@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
    .anchor-link {
        display: flex;
        justify-content: center;
    }
    main:not(.cruise) .fixed .anchor-link a {
        padding: 30px;
    }
    .cruise .fixed .anchor-link a {
        padding-bottom: 10px;
    }
    .anchor-link li {
        position: relative;
    }
    .anchor-link li::after {
        position: absolute;
        content: "";
        top: calc(50% - 3px);
        right: 20px;
        width: 11px;
        height: 6px;
        background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_arrow_down.png) center / contain no-repeat;
    }
    .fixed .anchor-link li::after {
        content: none;
    }
    .cruise .anchor-link li::after {
        display: block;
        align-items: center;
        top: auto;
        bottom: 10px;
        right: calc(50% - (11px / 2));
    }
    .anchor-link li:not(:first-child) a::before,
    main:not(.cruise) .anchor-link li:last-child a::after {
        content: "";
        position: absolute;
        top: 20px;
        left: 0;
        width: 1px;
        height: 30px;
        background: #999;
    }
    main:not(.cruise) .anchor-link li:last-child a::after {
        left: auto;
        right: 0;
    }
    #recommend_product .flex-right {
        width: 47%;
    }
    .section-wrap {
        border-radius: 10px;
    }
    .double-campaign p {
        text-align: center;
    }
    .double-campaign .anotation_txt {
        display: inline-block;
        text-align: center;
    }
    .travel-desk-wrap.white {
        width: 1180px;
        max-width: 100%;
        margin-bottom: 65px;
        padding: initial;
        border: 1px solid var(--concierge-border-color);
    }
    .travel-desk-wrap.white .travel-desk {
        position: static;
        max-width: 100%;
        margin: auto;
        padding: 37px 50px;
        border: none;
        background: none;
    }
    .qa-list.js-accordion-wrap {
        padding-right: 88px;
    }
    .cruise .cash-back-list dt.js-accordion-btn {
        padding-top: 20px;
        padding-left: 24px;
    }
    .cash-back-list dt.js-accordion-btn:hover,
    .qa-list dt.js-accordion-btn:hover {
        opacity: 0.7;
    }
    .merit-wrap {
        width: 1080px;
        max-width: 100%;
    }
    .anotation_txt {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    main {
        padding-top: 0;
        background-color: var(--full-light-color);
    }
    main p {
        font-size: 1.6rem;
    }
    section {
        width: 100%;
    }
    .products-section + .products-section {
        margin-top: 40px;
    }
    section h2 {
        margin-bottom: 16px;
        padding-bottom: 16px;
        font-size: 2.4rem;
    }
    section h2::after {
        left: 0;
        width: 100%;
    }
    .anotation_txt li {
        font-size: 1.3rem;
    }
    /*anchor-link*/
    .concierge-list {
        display: none;
    }
    .concierge-list.fixed {
        display: block;
        top: 55px;
        padding: 0;
        background-color: var(--full-light-color);
    }
    .concierge-list .js-accordion-btn {
        display: none;
    }
    .concierge-list.fixed .js-accordion-btn {
        position: relative;
        display: block;
        width: 100%;
        min-height: 45px;
        padding: 11px 46px;
        font-size: 1.5rem;
        text-align: center;
        box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.16);
        font-family: "Noto Serif JP";
    }
    .concierge-list.fixed .js-accordion-btn:after {
        content: "";
        width: 46px;
        height: 46px;
        display: block;
        position: absolute;
        top: -1px;
        left: 0;
        background-color: var(--full-dark-color);
        background-image: linear-gradient(180deg, var(--full-light-color) 0px 2px, transparent 2px), linear-gradient(90deg, var(--full-light-color) 0px 2px, transparent 2px);
        background-size: 15px 2px, 2px 15px;
        background-position: calc((46px - 15px - 2px) / 2) calc((46px - 2px - 2px) / 2), calc((46px - 2px - 2px) / 2) calc((46px - 2px - 15px) / 2);
        background-repeat: no-repeat;
    }
    .cruise .concierge-list.fixed .js-accordion-btn:after {
        background-color: #57370d;
    }
    .concierge-list.fixed .js-accordion-btn.--open:after {
        content: "";
        border: 1px solid #57370d;
        background-image: linear-gradient(180deg, var(--full-light-color) 0px 2px, transparent 2px);
        background-color: #57370d;
        background-size: 17px 2px;
        background-position: calc((46px - 17px - 2px) / 2) calc((46px - 2px - 2px) / 2), calc((46px - 2px - 2px) / 2) calc((46px - 2px - 17px) / 2);
        background-repeat: no-repeat;
    }
    .att li {
        font-size: 1.5rem;
    }
    .cruise .att li {
        font-size: 1.6rem;
    }
    .anchor-link {
        padding: 4px 15px;
        background-color: #f0f0f0;
    }
    .cruise .anchor-link {
        padding: 6px 24px;
    }
    .anchor-link ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .anchor-link ul li {
        width: 50%;
        text-align: left;
        border-bottom: 1px solid #bfbfbf;
    }
    .cruise .anchor-link ul li {
        width: 40%;
    }
    .cruise .anchor-link ul li:nth-child(2n) {
        width: 60%;
        padding-left: 5%;
    }
    .cruise .anchor-link a {
        justify-content: left;
        width: auto;
        min-height: unset;
        padding: 14px 0px 14px;
    }
    .anchor-link.even ul li:nth-last-child(2),
    .anchor-link.even ul li:last-child {
        border-bottom: none;
    }
    .anchor-link.odd ul li:last-child {
        border-bottom: none;
    }
    .anchor-link a {
        display: inline-block;
        padding: 12px 0;
        border-radius: 20px;
        font-size: 3.75vw;
        text-decoration: none;
    }
    .anchor-link a::before{
        content: none;
    }
    .anchor-link a::after {
        position: absolute;
        content: "";
        top: calc(50% - 3px);
        right: -20px;
        width: 11px;
        height: 6px;
        background: url(/-/media/tfc/ts3travel/file/telephone_lp/common/img/ico_arrow_down.png) center / contain no-repeat;
    }
    .cruise .anchor-link a::after {
        right: 0;
    }
    .section-wrap .campaign-close {
        width: 100%;
        margin-bottom: 40px;
        padding: 16px;
        font-size: 1.7rem;
        text-align: center;
    }
    .section-wrap {
        width: 100%;
        margin-bottom: 0;
        padding: 40px 20px;
    }
    .section-wrap + .section-wrap {
        padding-top: 0;
    }
    .section-wrap:last-of-type {
        padding-bottom: 50px;
    }
    .section-wrap.white.mb0 {
        padding-bottom: 0;
    }
    .section-wrap.-padding-none {
        padding: 0 20px 30px;
    }
    .travel-desk-wrap.white {
        width: 100%;
        background-color: var(--dark-white-color);
    }
    .fixed .anchor-link a::after {
        content: none;
    }
    .products-section h3 {
        margin-bottom: 20px;
        font-size: 2.2rem;
    }
    .step-list-wrap {
        margin-bottom: 30px;
    }
    .step-list {
        width: 100%;
        margin-bottom: 18px;
    }
    .step-list:first-of-type img {
        width: 100px;
    }
    .cruise .step-list:first-of-type img {
        width: 76px;
        height: 42px;
    }
    .step-list dt {
        font-size: 2.0rem;
    }
    .cruise .step-list dd {
        display: grid;
        grid-template-columns: 30% 66%;
        grid-template-rows: 1fr;
        padding: 15px;
        gap: 15px;
    }
    .cruise .step-list dd p {
        grid-area: 1 / 2 / 2 / 3;
        margin-bottom: 0;
    }
    .step-list dd img {
        height: 75px;
    }
    .cruise .step-list dd img {
        grid-area: 1 / 1 / 2 / 2;
        width: 76px;
        height: 70px;
        margin-bottom: 0;
    }
    .double-campaign {
        width: 100%;
    }
    .double-campaign h4 {
        font-size: 1.5rem;
    }
    .double-campaign h4::before {
        top: 18px;
        left: 25px;
    }
    .double-campaign h4::after {
        top: 20px;
        right: 25px;
    }
    .double-campaign h4 .col_red {
        font-size: 1.8rem;
    }
    .cash-back-list dt.js-accordion-btn {
        flex-direction: column;
        align-items: baseline;
        padding: 20px 55px 20px 14px;
        font-size: 2.4rem;
        gap: 8px;
    }
    .cash-back-list dt.js-accordion-btn .num {
        font-size: 4.0rem;
    }
    .cash-back-list.-pattern02 dt.js-accordion-btn p {
        font-size: 2.2rem;
    }
    .cash-back-list.-pattern02 dt.js-accordion-btn .small,
    .cash-back-list.-pattern02 dt.js-accordion-btn p .small {
        font-size: 1.8rem;
    }
    .cash-back-list dt.js-accordion-btn .small
    .cash-back-list .js-accordion-btn .label {
        font-size: 1.5rem;
    }
    .cash-back-list dt.js-accordion-btn::after {
        top: calc((100% - 35px) / 2);
        right: 16px;
        width: 35px;
        height: 35px;
        border-radius: 18px;
    }
    .cash-back-list dd.js-accordion-box .box-inner {
        padding: 30px 10px 18px;
    }
    .cruise dd.js-accordion-box .box-inner dt,
    .cruise dd.js-accordion-box .box-inner dd {
        font-size: 1.5rem;
    }
    dd.js-accordion-box .box-inner > div:first-child {
        width: 100%;
    }
    .cruise dd.js-accordion-box .box-inner dl,
    .cruise .box-inner .anotation_txt {
        width: 100%;
    }
    dd.js-accordion-box .box-inner .lead-text {
        padding: 16px 0px;
        font-size: 1.7rem;
    }
    .cash-back-list.-pattern02 dd.js-accordion-box .box-inner .lead-text {
        margin-bottom: 18px;
    }
    .cruise dd.js-accordion-box .box-inner dl div:not(:last-child) {
        margin-bottom: 10px;
    }
    dd.js-accordion-box .box-inner section h3 {
        padding: 8px 10px;
        font-size: 1.6rem;
    }
    dd.js-accordion-box .box-inner section h3 .-small {
        font-size: 1.5rem;
    }
    dd.js-accordion-box .btn {
        flex-direction: column;
    }
    .cruise dd.js-accordion-box .btn {
        padding: 20px 7.5px;
    }
    .cruise .accordion-travel-desk .tel,
    .cruise .accordion-travel-desk .webforn_btn {
        width: 85%;
        margin: auto;
    }
    dd.js-accordion-box .btn a {
        width: 100%;
        font-size: 1.4rem;
        padding-right: 30px;
    }
    .cruise .accordion-travel-desk .webforn_btn a {
        margin-top: 12px;
        min-height: 50px;
        padding: 15px 10px 15px 14vw;
        background-position: 11vw;
        background-size: 40px;
        font-size: 1.4rem;
    }
    .cruise .accordion-travel-desk .tel a {
        padding: 10px;
        background-color: var(--link-red-color);
        color: var(--full-light-color);
        background-position: 11vw;
        background-size: 40px;
        font-size: 1.4rem;
    }
    dd.js-accordion-box .btn a::after {
        right: 14px;
    }
    .cruise .accordion-travel-desk .tel img {
        margin-right: 10px;
    }
    .merit-wrap {
        width: 100%;
        padding: 30px 20px 0;
    }
    .merit-wrap h2 {
        font-size: 2.0rem;
    }
    .merit-section {
        margin-bottom: 60px;
    }
    .merit-section h3 {
        display: block;
        padding: 15px 20px;
        font-size: 2.2rem;
    }
    .merit-section h3 span {
        position: relative;
        margin: 30px 0 0 0;
    }
    .merit-section h3 span::before {
        content: "";
        position: absolute;
        top: -15px;
        left: 0;
        width: 100%;
        height: 1px;
        background: var(--full-light-color);
    }
    .merit-section h3 img {
        width: 40px;
    }
    .merit-section h3 + div {
        padding: 20px;
    }
    .merit-section .flex-only_pc img {
        width: 100%;
        margin-bottom: 85px;
    }
    .merit-section .card-img {
        top: calc(48% - 90px);
        right: calc(50% - 72px);
    }
    .cruise #recommend_product img {
        margin-bottom: 13px;
    }
    .cruise #recommend_product .btn a {
        width: 100%;
    }
    .cruise #recommend_product .btn a:not(:first-child) {
        margin-top: 12px;
    }
    .qa-list {
        padding: 12px 40px 12px 44px;
    }
    .qa-list dt.js-accordion-btn::after {
        right: -40px;
    }
}