
.inquiry-select {
    max-width: 345px !important;
}


.form-header-text {
    font-weight: 600;
    display: inherit;
}

.checkbox-container {
    border-left: none !important;
    border-top: none !important;
}

.cell {
    border-right: none !important;
    border-bottom: none !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.inquiry-details {
    border: solid 1px #e0e0e0;
}

.help-text {
    font-size: 10px;
}

select.pcr_error {
    border: solid 1px #bf0000 !important;
    background-color: #fdf4f4 !important;
}

.error-text{
    color: #bf0000;
    font-size: 14px;
    line-height: 1.38;
    padding-left: 20px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 5px;
}

.redirect-link{
    text-decoration: none;
}
.redirect-link:hover{
    color: inherit;
}

.inquiry_privacy {
    font-size: 12px;
    color: #333;
    margin-left: 25%;
    padding-top: 2%;
}

#pcr_wrapper .pcr_submitBtn input {
    background-image: none;
}

#pcr_errList{
    padding: 20px 20px 30px;
    border: none;
}

.inquiry-details {
    font-size: 14px;
    padding: 11px 16px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.thanks-message{
    margin: 50px auto 30px;
    font-size: 14px;
    text-align: center;
}

.thanks-message h1{
    text-align: center;
}

@media screen and (max-width: 600px) {
    #pcr_wrapper {
        max-width: 100%;
    }

    .pcr_submitBtn {
        max-width: 70%;
    }

    .cell {
        display: block;
    }

    .contents::before {
        min-width: 0px;
    }

    .inquiry_privacy{
        margin-left: 0px;
        margin-top: 10px;
    }

    .pcr_otherTxt{
        display: block !important;
    }

   .pcr_otherTxt input {
        max-width: 240px !important;
    }

   .inquiry-details{
        max-width: 240px;
   }
}