@charset "UTF-8";

#registFrom table td h4 span {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.6rem;
    font-weight: normal;
}

#registFrom table td h4 span.must {
    margin-left: 5px;
    font-size: 1.2rem;
}

#registFrom .inquiryCheck {
    margin: 0 auto;
    width: 680px;
}

.catalogFromInner {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 980px) {
    .catalogFromInner {
        flex-direction: column;
        align-items: center;
    }
}

.catalogFromContent {
    width: 100%;
}

.catalogFromContent.--on {
    width: 75%;
}

@media screen and (max-width: 980px) {
    .catalogFromContent.--on {
        width: 100%;
    }
}

.textRed {
    color: #D2171A;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 125%;
    text-align: left;
    margin: 0 0 15px 0.7em;
}

.catalogFromImage {
    display: none;
    margin-top: 1em;
    width: 20%;
    font-size: 2rem;
}

@media screen and (max-width: 980px) {
    .catalogFromImage {
        width: 50%;
    }
    
    .textRed {
        text-align: center;
        margin: 0 0 15px 0;
    }
}

.catalogFromImage.--on {
    display: block;
}

.catalogFromImage picture img {
    max-width: 100%;
    height: auto;
}

#registFrom h3 {
    width: 100%;
}

#registFrom table {
    width: 100%;
}

.errorMessage {
    margin-top: 5px;
    margin-left: 1em;
    font-size: 1.6rem;
}

.errorMessage .error {
    display: inline-block;
    padding: 10px 20px;
}

@media screen and (min-width: 981px) {
    .textArea {
        margin: 0 0 30px;
        width: 100%;
        font-weight: bold;
    }
}

@media screen and (max-width: 980px) {
    .radioSet {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 980px) {
    .radioSet>label {
        margin: 0 0 10px 0.5em;
    }
    
    .radioSet>label:first-child {
        margin: 0 0 10px 0.5em;
    }
}

@media screen and (max-width: 980px) {
    .radioSet>label:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 738px) {
    #titleBox.-lental {
        height: 150px;
    }
}