.main-title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .main-title {
        font-size: 3.6rem;
    }
}

.main-title.-form {
    border-bottom: 1px solid #CBCED2;
    margin-bottom: 0px;
    padding-bottom: 1rem;
    text-align: center;
}

@media screen and (min-width: 960px) {
    .main-title.-form {
        text-align: left;
    }
}

.main-title.-memberLink {
    color: #1987F5;
    text-decoration: underline;
}

.main-title.-modal {
    margin-bottom: 40px;
    text-align: center;
}

.main-title.-require {
    align-items: center;
    border-bottom: 1px solid #CBCED2;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 1em;
}

@media screen and (min-width: 960px) {
    .main-title.-require {
        margin-bottom: 40px;
    }
}

.main-title.-require::before {
    align-items: center;
    background: #E01D2C;
    border-radius: 6px;
    color: #FFFFFF;
    content: "必須";
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    margin-right: 1em;
    width: 48px;
}

@media screen and (min-width: 960px) {
    .main-title.-require::before {
        font-size: 1.8rem;
        height: 40px;
        width: 64px;
    }
}

.main-title.-require>.text {
    flex: 1 1 100%;
}

@media screen and (min-width: 960px) {
    .main-title.-require>.text {
        flex: 0 1 auto;
    }
}

.section-title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1em;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .section-title {
        font-size: 2.8rem;
    }
}

.section-title.-items {
    display: inline-block;
    margin: 0;
    min-width: 120px;
    width: auto;
}

@media screen and (max-width: 959px) {
    .section-title.-items {
        display: block;
        margin-bottom: 1em;
        text-align: center;
        width: 100%;
    }
}

.section-title.-modal {
    margin-bottom: 0.5em;
    text-align: center;
}

@media screen and (max-width: 959px) {
    .section-title.-order {
        text-align: center;
    }
}

.section-title>.icon-component.-upload {
    bottom: -0.3em;
    display: inline-block;
    margin-right: 0.75em;
    position: relative;
}

@media screen and (max-width: 959px) {
    .section-title>.icon-component.-upload {
        width: 40px;
    }
}

.section-title>.small {
    font-size: 1.2rem;
}

@media screen and (min-width: 960px) {
    .section-title>.small {
        font-size: 2rem;
    }
}

.sub-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.5em;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .sub-title {
        font-size: 2rem;
    }
}

.sub-title.-center {
    text-align: center;
}

@media screen and (min-width: 960px) {
    .sub-title>br {
        display: none;
    }
}