@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&display=swap');

.h1-area h1 img {
    max-width: 270px;
}

.wrapper {
    background-color: #EDFBE6;
    padding: 80px 20px 0;
}

.wrapper .inner {
    max-width: 1000px;
    margin: 0 auto;
}

.form-content ul.step {
    display: flex;
    max-width: 632px;
    margin: 0 auto 80px;
    border-radius: 999px;
    background: #8ABCA4;
}

.form-content ul.step li {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    width: 33.34%;
}

.form-content ul.step li span {
    background-color: #fff;
    color: #8ABCA4;;
    width: 24px;
    height: 24px;
    padding: 0px 8.05px;
    border-radius: 150px;
    font-family: "Anton SC", sans-serif;
    margin-right: 10px;
}

.form-content ul.step li:first-of-type {
    border-radius: 40px 0 0 40px;
}

.form-content ul.step li:first-of-type {
    position: relative;
    background: #007D42;
}

.form-content ul.step li:first-of-type::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 15px solid #007D42;
    border-right: 0;
    position: absolute;
    top: 0;
    right: -15px;
}


.form-content ul.step li:first-of-type span {
    color: #007D42;
    padding: 0px 9.35px;
}

.form-content ul.step li:nth-child(2) {
    background-color: #8abca0;
}

.form-content ul.step li:last-of-type {
    background-color: #8abca0;
    border-radius: 0 40px 40px 0;
}

.form-content dl dd.dd-block {
    display: block;
}

.form-content dl dd.dd-block .input-wrap {
    width: 100%;
    margin-bottom: 32px;
}

.form-content dl dd.dd-block .input-wrap.post-cord {
    display: block;
}

.form-content dl dd.dd-block .zip_err {
    margin-left: 56px;
}

.form-content .address-text {
    line-height: 1;
    margin-left: 60px;
    margin-bottom: 12px;
    font-size: 16px;
}

.form-content input[type=text].post-cord-input {
    width: 23.704%;
}

.form-content .post-cord-btn {
    cursor: pointer;
    display: block;
    background-color: #007D42;
    font-size: 15px;
    color: #fff;
    padding: 17.5px;
    border-radius: 8px;
    font-weight: 700;
    margin-left: 8px;
}

.form-content .select-wrap.address {
    width: 276px;
}

.form-content .select-wrap.address select {
    width: 100%;
}

.form-content .confirmation-text {
    width: 84.86%;
}

.form-content .confirmation-text p{
    font-size: 15px;
    margin-bottom: 16px;
}


/* conf */

.conf .form-content {
    padding: 60px 160px;
}

.conf .form-content ul.step li:first-of-type {
    background: none;
    background-color: #8ABCA4;
}

.conf .form-content ul.step li:first-of-type span {
    padding: 0px 4px 0 5px;
}

.conf .form-content ul.step li:first-of-type span img {
    vertical-align: middle;
}

.conf .form-content ul.step li:nth-child(2) {
    position: relative;
    background-color: #007D42;
}

.conf .form-content ul.step li:nth-child(2) span {
    color: #007D42;
}

.conf .form-content ul.step li:nth-child(2)::before,
.conf .form-content ul.step li:nth-child(2)::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 15px solid #8abca0;
    border-right: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.conf .form-content ul.step li:nth-child(2)::after {
    top: 0;
    left: inherit;
    right: -15px;
    border-left: 15px solid #007D42;
}

.conf .form-content ul.step li:last-of-type {
    background-color: #8ABCA4;
    border-radius: 0 40px 40px 0;
}

.conf .form-content .text-content {
    margin-bottom: 40px;
}

.conf .form-content .text-content:last-of-type {
    margin-bottom: 80px;
}

.conf .form-content .text-content .title {
    font-size: 16px;
    margin-bottom: 14px;
    font-weight: bold;
}
.conf .form-content .text-content .text {
    font-size: 18px;
}

.conf .form-content .text-content .text.post-cord {
    line-height: 1;
    margin-bottom: 10px;
}

.conf.conf02 .text-content .title {
    font-size: 21px;
    margin-bottom: 40px;
}

.conf.conf02 .text-content .text {
    font-size: 15px;
}



/* comp */

.comp .form-content {
    padding: 60px 160px;
}

.comp .form-content ul.step li {
    width: 34.8%;
}

.comp .form-content ul.step li:first-of-type,
.comp .form-content ul.step li:nth-child(2)
 {
    background: #8abca0;
}

.comp .form-content ul.step li:first-of-type {
    width: 32.22%;
}

.comp .form-content ul.step li:first-of-type::after {
    display: none;
}

.comp .form-content ul.step li:nth-child(2) {
    position: relative;
}

.comp .form-content ul.step li:nth-child(2)::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 15px solid #8abca0;
    border-right: 0;
    position: absolute;
    top: 0;
    right: -15px;
}

.comp .form-content ul.step li:first-of-type span,
.comp .form-content ul.step li:nth-child(2) span {
    padding: 0px 4px 0 5px;
}

.comp .form-content ul.step li:first-of-type span img,
.comp .form-content ul.step li:nth-child(2) span img {
    vertical-align: middle;
}

.comp .form-content ul.step li:last-of-type {
    background: #007D42;
}


.comp .form-content ul.step li span {
    color: #007D42;
}


@media print, screen and (max-width: 865px) {

    .radio-area input[type=radio]:checked::after {
        top: 24px;
    }

    .conf .form-content {
        padding: 60px 40px;
    }

    .comp .form-content {
        padding: 60px 40px;
    }

    .comp .form-content ul.step li {
        text-align: center;
    }

    .comp .form-content ul.step li:first-of-type ,
    .comp .form-content ul.step li:nth-child(2) {
        width: 39%;
        padding: 15px 0;
    }

    .comp .form-content ul.step li:last-of-type {
        width: 40.5%;
        padding: 15px 0;
    }
}


@media print, screen and (max-width: 750px) {

    .h1-area h1 img {
        max-width: 154px;
    }

    .wrapper {
        padding: 60px 16px 0;
    }

    .form-content ul.sp-only.step {
        display: flex!important;
        margin-bottom: 48px;
        max-width: 286px;
    }

    .form-content ul.step li {
        width: 35%;
        font-size: 15px;
        padding: 10.5px 0;
        text-align: center;
    }

    .form-content ul.step li span {
        margin-right: 6px;
        font-size: 12px;
    }

    .form-content ul.step li:first-of-type {
        width: 30%;
        padding-left: 10px;
    }

    .form-content ul.step li:first-of-type::after {
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent;
        border-left: 15px solid #007D42;
    }

    .form-content ul.step li:first-of-type span {
        padding: 0px 7.02px;
    }

    .form-content ul.step li:nth-child(2) {
        width: 35%;
        padding-left: 15px;
    }

    .form-content dl dd.dd-block .input-wrap {
        gap: 8px;
        margin-bottom: 24px;
    }

    .form-content .address-text {
        display: flex;
        margin-left: 0;
        margin-top: 24px;
        margin-bottom: 12px;
        font-size: 15px;
    }

    .form-content .address-text .required,
    .form-content .address-text .any {
        margin-top: -3px;
    }

    .form-content .post-cord-btn {
        padding: 12.5px 18px;
    }

    .form-content input[type=text].post-cord-input {
        width: calc(100% - 138px);
    }

    .form-content .select-wrap.address,
    .form-content .confirmation-text {
        width: 100%;
    }

    .form-content dl dd.dd-block .zip_err {
        margin-left: 0;
    }

    /* conf */

    .conf .form-content {
        padding: 40px 24px;
    }

    .form-content ul.step li span {
        padding: 0 6.04px;
    }
    
    .conf .form-content ul.step li:first-of-type span {
        padding: 0px 4px;
    }
    .conf .form-content ul.step li:first-of-type span img {
        width: 10px;
    }

    .conf .form-content ul.step li:nth-child(2)::before,
    .conf .form-content ul.step li:nth-child(2)::after {
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent;
        border-left: 15px solid #8abca0;
    }

    .conf .form-content ul.step li:nth-child(2)::after {
        border-left: 15px solid #007D42;   
    }

    .conf .form-content ul.step li:last-of-type {
        padding-left: 10px;
    }

    .conf .form-content .text-content .title {
        margin-bottom: 14px;
    }

    .conf .form-content .text-content:last-of-type {
        margin-bottom: 48px;
    }

    .conf .form-content .text-content .text {
        margin-bottom: 30px;
    }

    .conf.conf02 .text-content .title {
        margin-bottom: 24px;
    }


    /* comp */

    .comp .form-content {
        padding: 40px 24px;
    }
    
    .comp .form-content ul.step li:first-of-type,
    .comp .form-content ul.step li:nth-child(2){
        padding: 10px 0;
        width: 38%;
    }

    .comp .form-content ul.step li:nth-child(2)::after {
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent;
        border-left: 15px solid #8abca0;
    }

    .comp .form-content ul.step li:last-of-type {
        background: url(../img/fan_club/bg_step3_sp.svg) no-repeat;
        padding: 10px 0 10px 10px;
    }

    .comp .form-content ul.step li:first-of-type span,
    .comp .form-content ul.step li:nth-child(2) span {
        padding: 0px 4px;
    }

    .comp .form-content ul.step li:first-of-type span img,
    .comp .form-content ul.step li:nth-child(2) span img {
        width: 10px;
    }


    .comp .form-content .text-content .title {
        margin-bottom: 24px;
    }
}

@media print, screen and (max-width: 735px) {
    .form-content ul.step li {
        width: 35.4%;
    }
}


@media print, screen and (max-width: 400px) {
    .form-content ul.step li:first-of-type::after {
        border-top: 23px solid transparent;
        border-bottom: 22px solid transparent;
        right: -14.8px;
    }

}
