@charset "utf-8";

/* Wodpressで統一、変更 */

#html-contact .logo-company-name span {
    color: #527553;
}

#html-contact .menu-pc_item {
    color: #527553;
}

#html-contact .menu-pc_item:hover {
    color: #9AB59D;
    transition: .5s;
}

#html-contact .icon-phone {
    fill: #527553;
}

#html-contact .icon-phone:hover {
    fill: #9AB59D;
    transition: .5s;
}

#html-contact .hamburger span {
    background-color: #527553;
}

#html-contact .header-scrolled {
    background-color: rgba(82, 117, 83, 0);
}

#html-contact #header-sp.scrolled-visible {
    background-color: rgba(82, 117, 83, 0);
}

#html-contact footer .logo-company-name span {
    color: #fff;
}

/* 本編↓ */

#contact {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#contact .h2-box {
    margin-bottom: 3.13rem;
}

.form_title-box {
    margin-bottom: 3.13rem;
}

.form_title-box p {
    text-align: center;
}

@media screen and (max-width: 412px) {
    .form_title-box p {
        text-align: left;
    }
}

.form-content .flex_pc_contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 412px) {
    .form-content .flex_pc_contact {
        display: block;
    }
}

.form-content .form-item {
    margin-bottom: 3.13rem;
}

.form-label-title {
    font-weight: bold;
}

@media screen and (max-width: 412px) {
    .form-label-title {
        margin-bottom: 0.88rem;
        display: block;
    }
}

.form-label-title br {
    display: none;
}

.form-label-title span {
    color: #D1191C;
    font-size: 0.88rem;
    margin-left: 0.62rem;
}

.checkbox-box {
    width: 70%;
}

@media screen and (max-width: 412px) {
    .checkbox-box {
        width: 100%;
    }
}

.checkbox-box .checkbox-content {
    display: flex;
    align-items: center;
    margin-bottom: 0.94rem;
}

@media screen and (max-width: 412px) {
    .checkbox-box .checkbox-content {
        margin-bottom: 0.88rem;
    }
}

.checkbox-box .checkbox-content:last-of-type {
    margin-bottom: 0;
}

.checkbox-box .checkbox-content input {
    margin-right: 0.94rem;
}

.checkbox-box .checkbox-content span {
    font-size: 0.88rem;
}

.form-item .input-box {
    width: 70%;
}

@media screen and (max-width: 412px) {
    .form-item .input-box {
        width: 100%;
    }
}

.form-item .input-box p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-item .input-box p .wpcf7-form-control-wrap {
    width: 47%;
}

.form-item .input-box_02 p .wpcf7-form-control-wrap {
    width: 100%;
}

/* SLECT BOX ARROW を削除 */

select {
    -webkit-appearance: none; /* Chrome, Safari */
    -moz-appearance: none;    /* Firefox */
    appearance: none;         /* 標準 */
    background: none;         /* 背景アイコンを消す */
}

/* 代わりのARROW */

.select-box {
    position: relative;
}

.select-box::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    right: 1rem;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #333;
    border-bottom: 0;
}

.input-a {
    width: 100%;
    height: 5rem;
    padding-left: 1.88rem;
    box-sizing: border-box;
    background: #ECECEC;
    border: none;
    border-radius: 0.62rem;
    font-size: 1.16rem;
    color: #333;
}

@media screen and (max-width: 412px) {
    .input-a {
        padding-left: 5%;
        height: 4.5rem;
    }
}

.input-b {
    width: 100%;
    height: 5rem;
    padding-left: 1.88rem;
    box-sizing: border-box;
    background: #ECECEC;
    border: none;
    border-radius: 0.62rem;
    font-size: 1.16rem;
    color: #333;
}

@media screen and (max-width: 412px) {
    .input-b {
        padding-left: 5%;
    }
}

.textarea-box {
    width: 70%;
}

@media screen and (max-width: 412px) {
    .textarea-box {
        width: 100%;
    }
}

.textarea-box textarea {
    width: 100%;
    height: 15rem;
    padding-left: 1.88rem;
    padding-top: 1.88rem;
    box-sizing: border-box;
    background: #ECECEC;
    border: none;
    border-radius: 0.62rem;
    font-size: 1rem;
}

@media screen and (max-width: 412px) {
    .textarea-box textarea {
        padding-left: 5%;
        padding-top: 5%;
    }
}

.input-box .input-a::placeholder,
.input-box .input-b::placeholder,
.textarea-box textarea::placeholder {
    font-weight: bold;
    color: #B4B4B4;
    opacity: .6;
    font-size: 1.16rem;
}

/* PRIVACY */

.privacy label br {
    display: none;
}

.privacy-title {
    font-weight: bold;
    margin-bottom: 1.25rem;
}

.privacy-bold {
    font-weight: bold;
}

.privacy .checkbox-content {
    display: flex;
    align-items: center;
    margin-bottom: 1.88rem;
}

.privacy .checkbox-content input {
    margin-right: 0.94rem;
}

.privacy-add {
    margin-bottom: 1.88rem;
    font-weight: normal;
}

.privacy .scroll-box {
    width: 100%;
    height: 30rem;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 1.88rem;
    border-radius: 0.62rem;
    margin-bottom: 5rem;
    background-color: #ECECEC;
    font-weight: normal;
}

@media screen and (max-width: 412px) {
    .privacy .scroll-box {
        margin-bottom: 3.13rem;
        padding: 5%;
    }
}

.privacy .scroll-box .text-area {
    margin-bottom: 1.88rem;
}

.form-content .btn_link {
    padding: 0;
    font-size: 1.16rem;
}

/* CONTACT FORM 7 */

.wpcf7-list-item {
    margin: 0 0 0.94rem 0 !important;
    display: block !important;
}

.wpcf7-list-item input {
    margin-right: 0.94rem;
}

.wpcf7-spinner {
    display: none !important;
}

.btn-box br {
    display: none !important;
}

.wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    color: #dc3232;
    font-size: 1em;
}