.-ec-thanks .wrap {
    padding-bottom: 84px;
}

.ec_foot {
    padding: 59px 0 104px;
    border-top: 1px solid #C1C1C1;
}

.ec_foot_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.ec_foot_list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 10px);
    height: 100px;
    text-align: center;
    margin-bottom: 20px;
    border: 2px solid #DF0001;
}

.ec_foot_list li.vis-sp {
    display: none;
}

.ec_foot_list li em {
    font-size: 22px;
    color: #DF0001;
}

.ec_foot_list li em.-form {
    padding-left: 20px;
    background: url(/online/assets/img/icon-form.svg) no-repeat left center;
    background-size: 20px;
}

.ec_foot_list li em.-catalog {
    padding-right: 45px;
    background: url(/online/assets/img/icon-pdf.svg) no-repeat right center;
    background-size: 39px;
}

.-ec-single .item {
    padding: 65px 0 107px;
}

.guide_sec {
    padding-top: 32px;
    margin-bottom: 32px;
}

.guide_sec_hd {
    margin-bottom: 26px;
    padding-bottom: 12px;
    font-size: 22px;
    border-bottom: 1px solid #C1C1C1;
}

.guide_sec_list li {
    position: relative;
    padding-left: 20px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.guide_sec_list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #DF0001;
    border-radius: 50%;
}

.guide_sec_list li strong {
    font-weight: 500;
    color: #DF0001;
}

.guide_sec_list li strong span {
    font-size: 30px;
}

.guide_sec_row {
    display: flex;
    gap: 30px;
}

.guide_sec_row.-center {
    justify-content: center;
}

.guide_sec figcaption {
    text-align: center;
}

.guide_sec_card {
    margin-top: 54px;
    width: 320px;
    border: 1px solid #DF0001;
}

.guide_sec_card_hd {
    padding: 8px 0;
    background-color: #F7F3F0;
    color: #DF0001;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.guide_sec_card_body {
    padding: 9px 11px;
}

.guide_btn a {
    display: block;
    color: #fff;
    margin-bottom: 7px;
    padding: 7px 15px;
    border-radius: 5px;
    background-color: #DF0001;
    text-align: center;
}

.guide_sec_card_body .guide_btn:last-of-type a {
    margin-bottom: 0;
}

.guide_btn.-arrow {
    position: relative;
}

.guide_btn.-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    transform: translateY(-50%);
}

@media (hover: hover) {
    .guide_btn a:hover {
        background-color: #C10000;
    }
}

.guide_txt {
    font-size: 20px;
    font-weight: 500;
}

.guide_txt strong {
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .ec_foot_list li {
        width: 100%;
    }

    .ec_foot_list li.vis-sp {
        display: flex;
    }

    .guide_sec_row {
        flex-direction: column;
        align-items: center;
    }

    .guide_sec_card {
        width: 100%;
    }

    .guide_sec_card_hd {
        font-size: 18px;
    }

    .guide_sec_card_body {
        padding: 8px 10px;
    }
}