.main-box {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 3px 30px #0000000F;
    margin: 0 auto;
    max-width: 1200px;
    padding: 24px 5.1282051282vw 48px;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .main-box {
        border-radius: 36px;
        padding: 80px 60px 102px;
        width: 100%;
    }
}

.main-box.-confirm {
    margin-bottom: 20px;
    padding: 48px 5.1282051282vw;
}

@media screen and (min-width: 960px) {
    .main-box.-confirm {
        margin-bottom: 40px;
        padding: 80px 60px;
    }
}

.main-box.-confirm:last-child {
    margin-bottom: 40px;
}

@media screen and (min-width: 960px) {
    .main-box.-confirm:last-child {
        margin-bottom: 80px;
    }
}

.main-box.-confirm.-warning {
    background: #FFEAE5;
}

@media screen and (min-width: 960px) {
    .main-box.-flow {
        flex: 1 1 85%;
    }
}

.main-box.-flow>.section {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 48px;
    position: relative;
}

@media screen and (min-width: 960px) {
    .main-box.-flow>.section {
        padding-bottom: 64px;
    }
}

.main-box.-flow>.section:nth-child(1) {
    border-bottom: 1px solid #CBCED2;
}

.main-box.-flow>.section:nth-child(2) {
    padding: 40px 0 28px;
}

@media screen and (min-width: 960px) {
    .main-box.-flow>.section:nth-child(2) {
        border-bottom: 1px solid #CBCED2;
        padding: 68px 0 64px;
    }
}

.main-box.-flow>.section:nth-child(3) {
    border-bottom: none;
    padding: 0;
}

@media screen and (min-width: 960px) {
    .main-box.-flow>.section:nth-child(3) {
        padding: 58px 0 0;
    }
}

.main-box.-flow>.section>.comment {
    align-items: center;
    background: #3FAE29;
    border-radius: 23px;
    color: #FFFFFF;
    display: flex;
    font-size: 2rem;
    font-weight: 500;
    height: 46px;
    justify-content: center;
    position: absolute;
    right: 0;
    text-align: center;
    top: 24px;
    width: 237px;
}

.main-box.-flow>.section>.progress {
    counter-reset: flow-index-counter;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 28px auto 0;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .main-box.-flow>.section>.progress {
        margin: 20px auto 16px;
    }
}

.main-box.-flow>.section>.progress>.item {
    flex: 1 1 100%;
    margin-bottom: 10px;
    padding: 13px 0 0 7px;
    position: relative;
}

@media screen and (min-width: 960px) {
    .main-box.-flow>.section>.progress>.item {
        flex: 0 1 15.625%;
        margin-bottom: 0;
    }
}

.main-box.-flow>.section>.progress>.item::before {
    align-items: center;
    background: #62B203;
    border-radius: 50%;
    color: #FFFFFF;
    content: counter(flow-index-counter);
    counter-increment: flow-index-counter;
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 1;
}

@media screen and (min-width: 960px) {
    .main-box.-flow>.section>.progress>.item::before {
        font-size: 1.8rem;
        height: 40px;
        width: 40px;
    }
}

.main-box.-flow>.section>.progress>.item>.box {
    align-content: center;
    align-items: center;
    border: 1px solid #62B203;
    border-radius: 12px;
    color: #62B203;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.5rem;
    font-weight: 700;
    height: 70px;
    justify-content: center;
    padding: 0 2vw;
    position: relative;
}

@media screen and (min-width: 960px) {
    .main-box.-flow>.section>.progress>.item>.box {
        height: 180px;
        max-width: 160px;
        padding: 0 1vw;
        text-align: center;
    }
}

.main-box.-flow>.section>.progress>.item>.box>.icon {
    flex: 0 1 35%;
    max-width: 160px;
    text-align: center;
}

@media screen and (min-width: 960px) {
    .main-box.-flow>.section>.progress>.item>.box>.icon {
        flex: 1 1 100%;
    }
}

@media screen and (max-width: 959px) {
    .main-box.-flow>.section>.progress>.item>.box>.icon>svg {
        position: relative;
        top: 5px;
        width: 80px;
    }
}

.main-box.-flow>.section>.progress>.item>.box>.text {
    flex: 1 1 65%;
}

@media screen and (min-width: 960px) {
    .main-box.-flow>.section>.progress>.item>.box>.text {
        flex: 1 1 100%;
        font-size: calc(12px + 4 * (100vw - 960px) / 440);
        font-weight: bolder;
        margin-top: 1.5em;
        white-space: nowrap;
    }
}

@media screen and (min-width: 1400px) {
    .main-box.-flow>.section>.progress>.item>.box>.text {
        font-size: 1.6rem;
    }
}

.main-box.-flow>.section>.progress>.item>.box>.triagnle {
    left: 48%;
    position: absolute;
    top: 94%;
    transform: rotate(90deg);
}

@media screen and (min-width: 960px) {
    .main-box.-flow>.section>.progress>.item>.box>.triagnle {
        left: 105%;
        top: 50%;
        transform: translateY(-50%);
    }
}

.main-box.-flow>.section>.progress-last {
    padding: 13px 0 0 7px;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .main-box.-flow>.section>.progress-last {
        width: 74%;
    }
}

.main-box.-flow>.section>.progress-last>.box {
    align-content: center;
    align-items: center;
    background: #F7F8FC;
    border: 1px solid #1987F5;
    border-radius: 12px;
    color: #1987F5;
    display: flex;
    flex-wrap: wrap;
    font-size: 2rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.5;
    padding: 1.5em 2vw;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 960px) {
    .main-box.-flow>.section>.progress-last>.box {
        font-size: calc(16px + 8 * (100vw - 960px) / 440);
        padding: 1.2em 1vw;
        text-align: center;
    }
}

@media screen and (min-width: 1400px) {
    .main-box.-flow>.section>.progress-last>.box {
        font-size: 2.4rem;
    }
}

.main-box.-flow>.section>.progress-last>.check {
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 1;
}

@media screen and (min-width: 960px) {
    .main-box.-flow>.section>.progress-last>.check {
        font-size: 1.8rem;
        height: 40px;
        width: 40px;
    }
}

.main-box.-flow>.section>.progress-last>.check>svg {
    height: auto;
    width: 100%;
}

.main-box.-flow>.section>.text {
    color: #2A3440;
    font-size: 1.6rem;
    line-height: 1.5;
    width: 100%;
}

.main-box.-form {
    max-width: 1078px;
}

@media screen and (min-width: 960px) {
    .main-box.-half {
        width: calc(50% - 20px);
    }
}

.main-box.-modal {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 26px auto;
    max-width: 850px;
    padding: 54px 5.1282051282vw;
    position: relative;
}

@media screen and (min-width: 960px) {
    .main-box.-modal {
        padding: 86px 64px;
    }
}

@media screen and (min-width: 960px) {
    .main-box.-modal.-notice {
        padding: 80px 60px 60px;
    }
}

.main-box.-modal.-notice>.button-box {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    width: 100%;
}

.main-box.-modal>.detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .main-box.-modal>.detail {
        justify-content: space-between;
    }
}

.main-box.-modal>.detail>.image {
    flex: 1 1 100%;
    margin-bottom: 40px;
    max-width: 320px;
}

@media screen and (min-width: 960px) {
    .main-box.-modal>.detail>.image {
        flex: 1 0 auto;
        margin-bottom: 0;
    }
}

.main-box.-modal>.detail>.image>img {
    width: 100%;
}

.main-box.-modal>.detail>.texts {
    display: flex;
    flex: 1 1 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}

@media screen and (min-width: 960px) {
    .main-box.-modal>.detail>.texts {
        flex: 1 1 50%;
        justify-content: space-between;
        max-width: 350px;
    }
}

.main-box.-modal>.detail>.texts>.text {
    color: #707070;
    flex: 1 1 100%;
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 1.5em;
}

@media screen and (min-width: 960px) {
    .main-box.-modal>.detail>.texts>.text {
        font-size: 1.8rem;
    }
}

.main-box.-modal>.detail>.texts>.text>.title {
    border-bottom: 1px solid;
    font-weight: bold;
}

.main-box.-modal.-notice>.message {
    color: #2A3440;
    font-size: 1.6rem;
    text-align: left;
    width: 100%;
}

.main-box.-modal>.text {
    font-size: 1.8rem;
}

.main-box.-modal.-notice>.title {
    color: #2A3440;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: left;
    width: 100%;
}

.main-box.-modal.-warning {
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
}

@media screen and (min-width: 960px) {
    .main-box.-modal.-warning {
        border-radius: 20px;
    }
}

.main-box.-modal.-warning>.button {
    align-items: center;
    background-color: #F65656;
    color: #FFFFFF;
    display: flex;
    font-size: 2.0rem;
    height: 60px;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .main-box.-modal.-warning>.button {
        font-size: 2.5rem;
        height: 70px;
        margin-top: 50px;
    }
}

.main-box.-modal.-warning>.button:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

.main-box.-modal.-warning>.icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .main-box.-modal.-warning>.icon {
        margin-top: 50px;
    }
}

.main-box.-modal.-warning>.message {
    padding: 0 20px;
    text-align: center;
}

@media screen and (min-width: 960px) {
    .main-box.-modal.-warning>.message {
        padding: 0 40px;
    }
}

.main-box.-modal.-warning>.message>.title {
    font: bold;
    font-size: 2rem;
}

@media screen and (min-width: 960px) {
    .main-box.-modal.-warning>.message>.title {
        font-size: 3.0rem;
    }
}

.main-box.-modal.-warning>.message>.content {
    font-size: 1.3rem;
    margin-top: 10px;
}

@media screen and (min-width: 960px) {
    .main-box.-modal.-warning>.message>.content {
        font-size: 1.8rem;
        margin-top: 20px;
    }
}

.main-box>.container {
    padding: 0 5.1282051282vw 40px;
}

@media screen and (min-width: 960px) {
    .main-box>.container {
        padding: 0 0 40px;
    }
}

@media screen and (min-width: 960px) {
    .main-box>.container>.text {
        text-align: center;
    }
}

.main-box>.icon-component.-close {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 20px;
    width: 16px;
}

@media screen and (min-width: 960px) {
    .main-box>.icon-component.-close {
        right: 30px;
        top: 30px;
        width: 24px;
    }
}

.main-box>.image {
    width: 100%;
}

.main-box>.image.-card {
    max-width: 100%;
}

.main-box>.image.-serial {
    max-width: 400px;
}

.main-box>.image>img,
.main-box>.image>svg {
    width: 100%;
}