.contactTxt {
    flex-direction: column;
    align-items: flex-start;
}

.contactTxt.fd-r {
    flex-direction: row;
}

.contactTxt span.error {
    width: 100%;
    text-align: left;
    display: block;
}

.contactTxt span.error label,
span.error label {
    color: red;
}

.formBtnBox .commonLink01 {
    border-radius: 10px;
    width: 320px;
    padding: 20px 10px;
    font-size: 16px;
}

.formBtnBox .commonLink01:after {
    display: none;
}

.btn03 a {
    display: block;
}

.contactType label {
    display: block;
}

.pageTit {
    margin-bottom: 0;
}

.contactType {
    content: '';
    position: relative;
}

.contactType_cover::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
}

.formBtnBox {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
}

.yubinbango input {
    width: calc(30% - 10px);
}

.g-recaptcha {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 310px;
    margin-bottom: 40px;
}

.lowBoxDisc {
    text-align: left;
}

@media screen and (min-width: 767px) {
    .lowBoxDisc {
        font-size: 14px;
    }

    .formBtnBox {
        flex-direction: row;
    }
}

button[disabled],
html input[disabled],
html textarea[disabled] {
    border: none !important;
    background-color: transparent !important;
}

p {
    line-height: 2.1;
}

@media screen and (max-width: 768px) {
    p {
        line-height: 1.7;
    }
}
