body {
    min-width: auto;
}

.layoutArea p{
    font-size: 1.4rem;
}

.step {
    margin-bottom: 80px;
}

.container {
    width: 100%;
}

/* ─────────── Column Base ─────────── */

.threeColumns .column,
.fiveColumns .column {
    position: relative;
    text-align: center;
    padding: 20px 13px;
    margin-bottom: 15px;
}

.fiveColumns .column {
    display: inline-block;
}

.step .threeColumns h3,
.step .fiveColumns h3 {
    color: #333333;
    font-size: 1.8rem;
}

.fiveColumns h3 {
    margin-bottom: 10px;
}

.threeColumns h3.small,
.fiveColumns h3.small {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.threeColumns h3.small span,
.fiveColumns h3.small span {
    display: block;
    margin-top: 10px;
}

.fiveColumns .price p {
    text-align: center;
}

.threeColumns p.text,
.fiveColumns p.text {
    font-weight: bold;
    font-size: 16px;
    color: #cc0000;
    text-align: center;
    margin-bottom: 2%;
}

/* ─────────── Column Type1 ─────────── */

.threeColumnsType1 .column,
.fiveColumnsType1 .column {
    position: relative;
    margin-bottom: 30px;
}

.fiveColumnsType1 .column:after {
    content: ' ';
    position: absolute;
}


.fiveColumnsType1 .column:after {
    width: 27px;
    height: 17px;
    background: url('/img/step/step_arrow_2.png') no-repeat;
    bottom: -25px;
    left: 50%;
    margin-left: -14px;
}

.threeColumnsType1 .columnEnd:after,
.fiveColumnsType1 .columnEnd:after {
    display: none;
}

/* ─────────── Columns Layout ─────────── */

.threeColumns {
    display: flex;
    width: 100%;
    gap: 20px;
}

.threeColumns .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    text-align: center;
    padding: 24px;
    margin-bottom: 0px;
    background: #F8F8F8;
    border-radius: 9px;
}

.threeColumns .column img{
    width: 70px;
}

.threeColumns .column p{
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.threeColumns h3.alt {
    line-height: 77px;
}

.fiveColumns {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.fiveColumns .column {
    width: 19%;
    text-align: center;
    padding: 20px 12px 55px;
    margin-bottom: 0px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    position: relative;
}

.image {
    margin-bottom: 10px;
}

.fiveColumns .column img {
    width: 80%;
}

.fiveColumns .column a.btn_common_000 {
    font-size: 1.3em;
}

/* ─────────── Buttons ─────────── */

a.btn_common_000 {
    position: absolute;
    width: calc(100% - 50px);
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
}

a.btn_notes {
    display: inline-block;
    height: 28px;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 6px 10px 5px 10px;
    width: calc(100% - 24px);
    line-height: 1.2;
    border-radius: 40px;
    border: 1px solid #202124;
    color: #202124;
    transition: .3s;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}
a.btn_notes:hover{
    background: #202124;
    color: #fff;
    text-decoration: none;
}

/* ─────────── Text & Headings ─────────── */

.step h2 {
    all: unset;
    display: block;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}

.step h2 span {
    color: #cc0000;
    margin-right: 10px;
}

.step h3 {
    font-weight: 700;
    font-size: 1.6rem;
}

.step table {
    max-width: 706px;
    width: 100%;
    border-color: #CCCCCC;
}

.step table th,
.step table td {
    font-weight: normal;
    border-color: #CCCCCC;
}
.step table th.time{
    width: 30%;
}

.cl_ededea {
    background-color: #EDEDEA;
}


/* ─────────── Steps & Arrows ─────────── */

.step .setp_chart_01 {
    max-width: 988px;
    width: 100%;
    margin-left: -30px;
}

.setp_chart_01 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.steps {
    font-size: 18px;
    font-weight: bold;
    width: 15%;
}
.steps img{
    width: 100%;
}

.step_arrow_red {
    display: contents;
}

.setp_chart_01 .step_arrow_red img {
    padding-bottom: 40px;
}

.en .setp_chart_01 .step_arrow_red img,
.tw .setp_chart_01 .step_arrow_red img {
    padding-bottom: 0;
}

.arrowSmall {
    position: relative;
}

.arrowSmall::after {
    position: absolute;
    right: 4%;
    top: -11px;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #202124;
    border-right: 1px solid #202124;
    transform: rotate(45deg);
}

a.btn_notes:hover .arrowSmall::after {
    border-color: #fff;
}

/* ─────────── Anchor Colors ─────────── */

A:visited {
    color: #202124;
}

.cardLogo {
    margin-top: 20px;
    width: 313px;
}

.white-space-nowrap {
    white-space: nowrap;
}

@media (max-width: 799px) {

    .topWrapper .contents{
        padding: 60px 20px;
    }

    .layoutArea .contents.step{
        width: 100%;
        padding: 0 15px;
    }

    .step {
        margin-bottom: 50px;
    }

    .step .setp_chart_01 {
        margin-left: 0;
        gap: 5px;
        padding: 0;
        justify-content: center;
    }

    .setp_chart_01 .step_arrow_red img {
        width: 10px;
        padding-bottom: 10px;
    }

    .steps {
        font-size: 16px;
        width: 26vw;
    }

    .steps img {
        width: 100%;
    }

    .step_arrow_red.pc{
        display: none;
    }

    .threeColumns .step_arrow_red{
        display: block;
        margin: 10px 0;
        text-align: center;
    }
    .threeColumns .step_arrow_red img {
        transform: rotate(90deg);
        vertical-align: middle;
    }

    .step h2 {
        font-size: 24px;
    }

    .step table {
        font-size: 11px;
    }
    .step table th.time{
        width: 25%;
    }

    .step ul {
        font-size: 12px;
    }

    .fiveColumns {
        gap: 10px;
    }

    .fiveColumns .column {
        width: calc(50% - 5px);
    }

    .threeColumns {
        display: block;
    }

    .threeColumns .column {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
        padding: 25px;
    }
    .threeColumns .column p{
        text-align: left;
    }
}