.area-all .inner-content {
    width: 750px;
    margin: 0 auto;
    background-color: #fafaf8;
}

.area-all .area-contacthead {
    width: 100%;
    height: 64px;
    background-color: #ffffff;
    text-align: center;
}

.area-all .area-contacthead img {
    height: 24px;
    width: auto;
    padding-top: 20px;
}

.area-all .inquiry {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    height: 24px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}

.area-all .precautions-header {
    /*width: 710px;*/
    height: 45px;
    background-color: #f1f1f1;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}

.area-all .precautions-header span, .contact-formbox .contact-form-header span {
    margin-top: 12px;
}

.area-all .faq-container {
    display: grid;
    background-color: #ffffff;
    /*width: 710px;*/
    margin-left: 20px;
    margin-right: 20px;
}

.area-all .faq-container .faq-text {
    margin: 17px 20px 0 20px;
    /*width: 670px;*/
    display: grid;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
}

.dot {
    margin-right: 25px;
    margin-left: 10px;
}

.area-all .faq-container .text-inside {
    display: flex;
}

.faq-link {
    color: #feb651;
    text-decoration-line: underline;
    text-underline-offset: 2px;
}

.area-all .faq-container .faq-button {
    padding-top: 48px;
    padding-bottom: 32px;
    height: 50px;
    text-align: center;
}

.faq-button .button-inside {
    height: 50px;
    width: 300px;
    background-color: #feb651;
    border: 1px solid #feb651;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
}

.inner-content .area-contactform {
    /*width: 710px;*/
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
}

.area-contactform .contact-formbox {
    background-color: #ffffff;
}

.contact-formbox .contact-form-header {
    height: 45px;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}

li::marker {
    display: none;
}

.area-contactform .contact-formlist {
    /*width: 670px;*/
    margin-left: 20px;
    margin-right: 20px;
}

.contact-formlist .contact-formlist__th {
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 6px;
    height: 24px;
    display: flex;
}

.contact-formlist .contact-formlist__item {
    min-height: 102px;
}

.contact-formlist__td input {
    height: 36px;
    width: 95%;
    border-radius: 4px;
    border: solid 1px #cbc9c9;
    padding-left: 16px;
    padding-right: 16px;
}

.contact-input-container {
    padding-top: 26px;
}

.notice-detail {
    height: 100%;
    color: #FFFFFF;
    display: flex;
    margin-left: 8px;
}

.warning-text {
    background-color: #ff8710;
}

.alert-text {
    background-color: #f45e5f;
}

.notice-detail-text {
    margin: 2px 11px 0 11px;
}

.contact-message-tutorial {
    padding-top: 14px;
    padding-bottom: 18px;
    font-size: 14px;
    font-weight: 300;
}

.input-message {
    width: 666px;
    min-height: 260px;
    border-radius: 4px;
    border: solid 1px #cbc9c9;
}

.space-between {
    height: 30px;
    background-color: #fafaf8;
}

.form-submit {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
    width: 100%;
    height: 80px;
    border: 1px solid #f5a623;
    border-radius: 3px;
    background-color: #f5a623;
    cursor: pointer;
    -webkit-appearance: none;
}

.more-info {
    background-color: #f1f1f1;
    width: 750px;
    margin: 0 auto;
}

.info-container {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 1.43;
}

.alert-text-all {
    color: #f45e5f;
}

.area-contactfooter {
    background-color: #888888;
    width: 750px;
    margin: 0 auto;
}

.footer-links {
    height: 12px;
    padding-top: 29px;
    padding-bottom: 20px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
}

.bijinco {
    height: 12px;
    padding-bottom: 27px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
}

.w100per {
    width: 695px;
}

.w100per select{
    width: 210px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #cbc9c9;
    padding: 10px;
}

.contact-option-selector {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #cbc9c9;
    padding: 10px 10px 10px 16px;
}

.formErrorContent {
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 88px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    z-index: 991;
}

.formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
    z-index: 996;
}

.formErrorArrow div {
    -webkit-box-shadow: 0 2px 3px #444;
    -o-box-shadow: 0 2px 3px #444;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.formErrorArrow .line1 {
     width: 1px;
     border: none;
     background: #ddd;
 }

.formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}

.formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd;
}

.formErrorArrow .line4 {
    width: 3px;
}

.formErrorArrow .line5 {
    width: 5px;
}

.formErrorArrow .line6 {
    width: 7px;
}

.formErrorArrow .line7 {
    width: 9px;
}

.formErrorArrow .line8 {
    width: 11px;
}

.formErrorArrow .line9 {
    width: 11px;
    border: none;
}

.formErrorArrow .line10 {
    width: 13px;
    border: none;
}

.formError {
    cursor: pointer;
    text-align: left;
}

.contact-option-container {
    padding-top: 13px;
    font-size: 14px;
}

.contact-option-detail .detail-header {
    padding-top: 30px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 10px;
}

.image-upload-notice {
    line-height: 1.43;
}

.contact-option-detail .image-upload-label {
    font-size: 16px;
    padding-top: 34px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 32px;
}

.image-upload-button {
    width: 153px;
    height: 42px;
    border-radius: 4px;
    border: solid 1px #979797;
    background-image: linear-gradient(to bottom, #ffffff, #dddee0);
}

.file-uploader {
    height: 42px;
    display: flex;
    position: relative;
}

.file-uploader input[type="file"] {
    position: absolute;
    width: 153px;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.file-uploader label {
    width: 153px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 4px;
    padding: 7px;
    border: solid 1px #979797;
    background-image: linear-gradient(to bottom, #ffffff, #dddee0);
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.file-name {
    word-break: break-all;
    margin-left: 30px;
    font-size: 14px;
    color: #aaaaaa;
    padding-top: 10px;
}

.contact-option-detail .file-uploader {
    padding-bottom: 4px;
}

.area-all .normal-text {
    line-height: 1.43;
}

.confirm-notice {
    padding-top: 22px;
    padding-bottom: 50px;
    font-size: 14px;
    color: #333333;
    /*width: 670px;*/
    margin-left: 40px;
    margin-right: 40px;
    text-align: left;
}

.contact-detail-showing {
    /*width: 710px;*/
    margin-right: 20px;
    background-color: #ffffff;
}

.confirm-element {
    /*width: 670px;*/
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #979797;
}

.confirm-element-label {
    padding-top: 20px;
    font-size: 14px;
    font-weight: 600;
}

.confirm-element-detail {
    color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
}

.back-btn {
    width: 200px;
    height: 80px;
    border: 1px solid #bdc0c6;
    border-radius: 3px;
    background-color: #bdc0c6;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
}

.contact-compliance {
    text-align: center;
    margin: 0 auto 25px; }
    .contact-compliance a {
        color: #ff8700;
        font-size: 14px; }

html {
    scroll-behavior: smooth;
}

.thanks-content {
    /*width: 710px;*/
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 45px;
    background-color: #ffffff;
}

.inner-text-head {
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.thanks-message {
    /*width: 670px;*/
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 32px;
    font-size: 12px;
    font-weight: 300;
    color: #333333;
    line-height: 1.67;
    text-align: left;
    padding-bottom: 66px;
}

.change-page-link {
    padding-top: 61px;
    padding-bottom: 143px;
    text-align: center;
    font-size: 12px;
}

.link-inside {
    color: #333333;
}

.file-error-message {
    color: #f45e5f;
    height: 24px;
    font-size: 12px;
    line-height: 1.4;
}

.back-btn-container {
    display: flex;
    justify-content: center;
    margin-top: 114px;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .inner-content, .more-info, .area-contactfooter {
        width: 100% !important;
    }

    .w100per, .input-message, .w100per select {
        width: 100%;
    }

    .contact-formlist__td input {
        width: 88%;
    }

    .bijinco {
        margin-top: 10px;
    }

    option {
        font-size: 12px;
    }

    .contact-detail-showing {
        margin-right: 0 !important;
    }

    .file-name {
        width: 115px;
    }
}

.footer-links .footer-link {
    color: #FFFFFF;
    text-decoration: none;
}

html {
    font-family: 'Noto Sans JP','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Meiryo UI',YuGothic,'Yu Gothic','Yu Gothic UI',sans-serif;
}