@charset "utf-8";

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

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

.form_title-box {
    margin-bottom: 3.13rem;
    position: relative;
    padding-left: 1.88rem;
    display: flex;
    align-items: center;
}

.form_title-box::before {
    position: absolute;
    content: "";
    display: block;
    width: 0.94rem;
    border-radius: 2px;
    background-color: #1C92B2;
    height: 90%;
    left: 0;
}

.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: 800px) {
    .form-content .flex_pc_contact {
        display: block;
    }
}

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

.form-content .checkbox-container p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 800px) {
    .form-content .checkbox-container p {
        display: block;
    }
}

.checkbox-container {
    width: 100%;
}

.checkbox-container .wpcf7-form-control-wrap {
    width: 70%;
}

.form-content .form-item p br {
    display: none;
}

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

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

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

.checkbox-box {
    width: 70%;
}

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

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

@media screen and (max-width: 800px) {
    .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 p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

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

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

/* 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-box_01 {
    width: 70%;
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 800px) {
    .input-box_01 {
        width: 100%;
    }
}

.input-box_02 {
    width: 70%;
}

@media screen and (max-width: 800px) {
    .input-box_02 {
        width: 100%;
    }
}

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

.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: 800px) {
    .input-a {
        padding-left: 5%;
        height: 4.5rem;
    }
}

.input-b {
    width: 100%;
    height: 5rem;
    padding-left: 1.88rem;
    padding-right: 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: 800px) {
    .input-b {
        padding-left: 5%;
    }
}

.textarea-box {
    width: 70%;
}

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

.textarea-box textarea {
    width: 100%;
    height: 15rem;
    padding: 1.88rem;
    box-sizing: border-box;
    background: #ECECEC;
    border: none;
    border-radius: 0.62rem;
    font-size: 1.16rem;
    line-height: 1.8em;
}

@media screen and (max-width: 414px) {
    .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-title {
    font-weight: bold;
    margin-bottom: 1.25rem;
}

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

.privacy .checkbox-content {
    display: flex;
    align-items: center;
}

.privacy .checkbox-content br {
    display: none;
}

.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: 414px) {
    .privacy .scroll-box {
        margin-bottom: 3.13rem;
        padding: 5%;
    }
}

.privacy-content {
    margin-bottom: 1.88rem;
}


#contact .common-btn {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#contact .common-btn .btn_add {
    text-align: center;
    margin-bottom: 1.25rem;
}


#contact .common-btn p:last-of-type {
    position: relative;
}

#contact .common-btn p:last-of-type::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #1C92B2;
    border-right: 0;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
}

#contact .common-btn p:last-of-type:hover::after {
    border-left: 8px solid #fff;
    transition: .5s;
}

#contact .common-btn input {
    border: 1.5px solid #1C92B2;
    border-radius: 0.5rem;
    width: 15.6rem;
    height: 3.75rem;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    text-align: left;
    transition: .5s;
}

#contact .common-btn input:hover {
    border: 1.5px solid #1C92B2;
    border-radius: 0.5rem;
    width: 15.6rem;
    height: 3.75rem;
    background-color: #1C92B2;
    color: #fff;
    transition: .5s;
}

#contact .common-btn span,
#contact .common-btn br {
    display: none;
}

#contact .common-btn .btn_add br {
    display: block;
}

#contact .common-btn a {
    margin-left: auto;
    margin-right: auto;
}



/* 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-not-valid-tip {
    font-size: 0.88rem !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    margin-top: 1.25rem !important;
    padding: 0 !important;
    border: none !important;
    text-align: center;
    color: #dc3232;
    font-size: 0.88rem !important;
}
