/*--------------------------------
COMMON
------------------------------------*/
#inputForm .error_massage_area {
    margin: 0 auto;
    padding: 0 0 25px 0px;
}

.upper_error_massage_area {
    margin: 0 auto;
    padding: 0 0 20px 80px;
}

.error_border {
    border: #cb5219 2px solid;
}

p.errorText {
    padding-bottom: 10px;
    font-weight: bold;
    color: #cb5219;
    padding: 0;
    margin: 5px 0 0 0;
    text-indent: 0;
    font-size: 1.4rem;
}

#inputForm .error {
    border: #cb5219 2px solid;
    margin: 0;
}

#inputForm .error_radio::before {
    border-color: #cb5219;
}

#inputForm .error_checkbox::before {
    border: 2px solid #cb5219;
}

#errorMessageArea.htmlErrorMessageArea {
    margin-bottom: 20px;
}

#div_breadcrumb {
    margin: 0 0 -12px 0;
}

/*----------------------------------
news
------------------------------------*/
.not-content {
    margin: 0 18px;
}

.news-detail ul {
    padding-inline-start:40px;
    list-style-type: decimal;
}

.news-detail ol {
    padding-inline-start:40px;
    list-style-type: disc;
}

/*----------------------------------
manual
------------------------------------*/
.not-content {
    margin: 0 18px;
}

.manual ul {
    padding-inline-start:40px;
    list-style-type: decimal;
}

.manual ol {
    padding-inline-start:40px;
    list-style-type: disc;
}

/*----------------------------------
contactform
------------------------------------*/
#contactform .wrap-input {
    outline: 1px #ccc solid;
    font-size: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    border: 0px solid rgba(0, 0, 0, 0.16);
    background: #fff;
    padding: 9px 0.8em 0.4em;
    width: 100%;
}


.file-button {
    background-color: #f3f3f3;
    padding: 6px 8px;
    border-radius: 2px;
    outline: 1px #6f6f6f solid;
}

.file-text {
    padding: 5px 0px 0 0px;
}

input#file {
    display: none;
}

.contactform-notice-left {
    color: #a30b1a;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    text-align: left;
}

#contactform #contact-area .input-box input[type="text"],
#contactform #contact-area .input-box select {
    font-size: 12px;
    height: 37px;
}

#contact-area .input-box-service {
    width: 320px;
}

#contact-area .arrorw-parent {
    position: relative;
}

#contact-area .arrorw-parent::before {
    position: absolute;
    top: 0.9em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}

#contact-area .arrorw-parent::after {
    position: absolute;
    top: 0;
    right: 2.5em;
    bottom: 0;
    width: 1px;
    content: '';
    border-left: 1px solid #bbbbbb;
}


@media only screen and (max-width: 1000px) {
    #contact-area #inputForm {
        displayplay: flex;
        flex-direction: column;
        width: 300px;
        margin-left: auto;
    }

    #contact-area .select-box {
        margin-bottom: 10px;
    }

    #contact-area .input-box-service {
        width: 300px;
    }

}

#login_id[readonly] {
  cursor: default;
  outline-color:  rgb(204, 204, 204)
}

.contactform-input-item-list dd .contactform-span{
    font-size: 18px;
    font-weight: bold;
}

