@charset "UTF-8";
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* フォーム部分 */
#form {
    padding-top: 15%;
    margin-top: -15%;
    /* background-color: #F1F4F3; */
}

@media screen and (max-width: 435px) {
    #form {
        padding-top: 20%;
    }
}
.contact__form {
    max-width: 900px;
    margin: auto;
    /* width:90%; */
}
.contact__form ul.form-tab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 80px;
}
.contact__form ul.form-tab button {
    background: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: calc(50% - 24px);
    font-size: 24px;
    padding: 30px 0;
    cursor: pointer !important;
}

.form-content {
    width: 100%;
}
.form-content > div {
    width: 100%;
}
.form-content > div > form {
    width: 100%;
}

.wpcf7-list-item {
    margin: 0 0 1em 0;
}

form {
	position: relative;
    max-width: 900px;
    margin: 0 auto;
}
form ul {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 24px;
    margin-top: 40px;
    gap: 56px;
}

.item-notice {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 13px;
    font-size: 14px !important;
}
.item-notice strong {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}
.item-notice p {
    font-size: 14px;
    line-height: 1.75;
}

form ul li:last-of-type {
    width: 100%;
}
form ul .item-name {
    color: #fff;
    display: flex;
    align-items: center;
    /*   justify-content: flex-end; */
    /*   flex-direction: row-reverse; */
    gap: 20px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
	line-height: 1.75;
    width: 252px;
    justify-content: space-between;
}
form ul .item-name span.item-req {
    color: #fff;
    background: #333;
    /*   border-radius: 21px; */
    text-align: center;
    padding: 6px 28px;
    font-size: 14px;
}
form ul .item-name span.item-any {
    color: #333;
background: #DDD;
    /*   border-radius: 21px; */
    text-align: center;
    padding: 6px 28px;
    font-size: 14px;
}
form ul .item-name span.item-noreq {
    color: #333;
background: #DDD;
    /*   border-radius: 21px; */
    text-align: center;
    padding: 6px 28px;
    font-size: 14px;
}
@media screen and (max-width: 640px) {
form ul .item-name {
    color: #fff;
    display: flex;
    align-items: center;
    /*   justify-content: flex-end; */
    /*   flex-direction: row-reverse; */
    gap: 20px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
	line-height: 1.75;
    width: 252px;
    justify-content: flex-start;
}
form ul .item-name span.item-req {
    padding: 3px 14px;
    font-size: 12px;
}
form ul .item-name span.item-any {
    padding: 3px 14px;
    font-size: 12px;
}
form ul .item-name span.item-noreq {
    padding: 3px 14px;
    font-size: 12px;
}
}
form ul li:last-of-type .item-form {
    width: 100%;
    display: block;
}
form ul li:last-of-type .item-form span {
    /*width: 100%;
    display: block;*/
	color:#fff;
	font-size: 1.6rem;
}
form ul li:last-of-type input:not([type="checkbox"]) {
    width: 100%;
    display: block;
}
form ul li:last-of-type textarea {
    width: 100%;
    display: block;
    resize: vertical;
    height: 240px;
}
form ul li:last-of-type input, form ul li:last-of-type textarea {
    background-color: #FFF;
    border: none;
    padding: 14px 10px;
    font-size: 16px;
    letter-spacing: normal;
    box-sizing: border-box;
}

.section-form__check1 {
    text-align: center;
    font-size: 14px;
}

.contact__form ul.form-tab button.active {
    color: #186a68;
    border-top: 1px solid #186a68;
    border-bottom: 1px solid #186a68;
}

.submit_btn {
    display: block;
    width: 100%;
    color: #000;
    text-align: center;
    border: none;
    margin: auto;
    position: relative;
    max-width: 400px;
}
.submit_btn:hover {
    /* border: 1px solid rgba(108, 142, 120, 0.5); */
}

.section-form__check {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 48px;
}
.section-form__check span {
    background: none;
}

form [type=submit] {
    background: #333333;
    display: block;
    width: 100%;
    color: #FFF;
    text-align: center;
    border: none;
    padding: 16px;
    margin: auto;
    margin-top: 0px;
    position: relative;
    font-size: 18px;
    opacity: 1;
    transition: 0.3s;
}
form [type=submit]:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.submit_btn:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 6px;
    top: 50%;
    transform: translateY(-48%);
    right: 24px;
    background-size: cover !important;
    background-position: center center !important;
}

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

li.item-form.itemform_add_search {
    display: flex;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
}
li.item-form.itemform_add_search span {
    width: calc(100% - 140px);
}
li.item-form.itemform_add_search button {
    width: 120px;
    background: #1A1A1A;
    border: none;
    color: #fff;
}

.form-caption {
    margin-bottom: 120px;
}
.form-caption p {
    font-size: 16px;
    text-align: center;
}

.section-form-privacy__cnt {
    height: 180px;
    overflow-y: scroll;
    padding: 18px;
    background-color: #FFF;
    margin-bottom: 32px;
}
.section-form-privacy__cnt h3 {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-bottom: 12px;
    margin-top: 32px;
}
.section-form-privacy__cnt h3:first-of-type {
    margin-top: 0;
}
.section-form-privacy__cnt p {
    font-size: 14px;
}

.formError {
    z-index: 20 !important;
}

.xdsoft_datetimepicker {
    z-index: 21 !important;
}

@media screen and (max-width: 640px) {
    form ul {
        /* margin-bottom:32px; */
        margin-top: 5%;
        margin-bottom: 3%;
        flex-wrap: wrap;
        gap: 0px;
    }
    form ul li:first-of-type, form ul li:last-of-type {
        width: 100%;
    }
    form ul li:first-of-type {
        margin-bottom: 16px;
    }
    .contact__form ul.form-tab::after {
        display: none;
    }
    .contact__form ul.form-tab button {
        width: calc(50% - 8px);
        font-size: 18px;
        padding: 16px 0;
    }
    form ul li:last-of-type input, form ul li:last-of-type textarea {
        padding: 16px;
        font-size: 14px;
    }
    form [type=submit] {
        font-size: 18px;
    }
    .form-caption {
        margin-bottom: 32px;
    }
    .form-caption p {
        font-size: 14px;
        text-align: left;
    }
    .contact__form ul.form-tab {
        margin-bottom: 40px;
    }
    .item-notice, li.item-form.itemform_add_search span {
        width: 100%;
    }
    .section-form__check {
        margin-bottom: 5%;
    }
}
.wpcf7-form-control {
    border: none;
    /*   padding: 8px; */
    padding: 14px 10px;
    font-size: 16px;
    letter-spacing: normal;
    box-sizing: border-box;
    width: 100%;
}
.wpcf7-form-control.wpcf7-radio label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}
.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
    width: calc(100% - 36px);
}

/* .form-caption p, form * {
  font-family: "Zen Kaku Gothic New";
} */
.wpcf7-not-valid-tip {
    /*   display: none !important; */
}

.contact__form .privacy-policy-scroll {
    background: #FFF;
    padding: 16px 20px;
    margin-bottom: 24px;
}
.contact__form .privacy-policy-scroll p {
    font-size: 14px;
    line-height: 1.71;
    color: #2C2928;
}
.contact__form .privacy-policy-scroll p a {
    color: #5839FF;
}

.form__notice {
    font-size: 14px;
	line-height: 1.75;
    margin-top: 16px;
	color:#fff;
}

.privacy-policy-scroll {
    background: #FFF;
    padding: 20px 16px;
    max-height: 200px;
    height: 100%;
    margin-top: 24px;
    overflow: hidden scroll;
}
.privacy-policy-scroll::-webkit-scrollbar {
    width: 8px;
}
.privacy-policy-scroll::-webkit-scrollbar-thumb {
    background: #A7A7A7;
    border-radius: 10px;
}
.privacy-policy-scroll::-webkit-scrollbar-track {
    background: #FFF;
}
.privacy-policy-scroll .simplebar-track {
    width: 0.3px;
}
.privacy-policy-scroll .simplebar-scrollbar {
    width: 0.3px;
}
.privacy-policy-scroll .simplebar-scrollbar::before {
    width: 0.3rem;
    background-color: #fff;
    opacity: 1;
}
.privacy-policy-scroll p {
    font-size: 14px;
    line-height: 1.71;
}

@media (max-width: 640px) {
    .form__notice {
        font-size: 12px;
        margin-top: 2%;
    }
}
.item-form.itemform_add_search {
    display: flex !important;
    gap: 16px;
}
.item-form.itemform_add_search .wpcf7-form-control-wrap {
    width: calc(100% - 96px);
}
.item-form.itemform_add_search button.wpcf7c-elm-step1 {
    width: 80px;
    background: #1a1a1a;
    color: #FFF;
    font-size: 12px;
    text-align: center;
}

span.wpcf7-form-control.wpcf7-radio {
    background: unset;
}

.privacy-box {
    background: #FFF;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 16px 26px;
    box-sizing: border-box;
}
.privacy-box h3 {
    color: #111111;
    font-size: 16px;
    line-height: 1.71;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 2%;
}
.privacy-box p {
    color: #111111;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.05em;
}
.privacy-box p:not(:last-of-type) {
    margin-bottom: 4%;
}

@media (max-width: 1024px) {
    .privacy-box {
        padding: 2% 2% 3%;
    }
}
@media (max-width: 640px) {
    .privacy-box {
        padding: 4% 4% 5%;
    }
}
.section-form__check1, .section-form__check2, .section-form__check3 {
    padding: 24px;
    text-align: center;
	color:#fff;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    background: none;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
    font-size: 1.6rem;
    line-height: 1;
}
span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wpcf7-form-control-wrap[data-name=radio-plan] span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio] {
    width: 14px;
	aspect-ratio: 1;
	padding: 3px;
    border: 1px solid #111111;
    /* 枠線の色 */
    border-radius: 50%;
    /* 丸くする */
    background-color: #FFFFFF;
    /* 背景色 */
    -moz-appearance: none;
    appearance: none;
    /* デフォルトのスタイルを無効化 */
    -webkit-appearance: none;
    /* Safari対応 */
    outline: none;
    /* フォーカス時の枠線を消す */
    cursor: pointer;
    /* ポインタを変更 */
}
.wpcf7-form-control.wpcf7-radio label input[type=radio]:checked {
    background-color: #000000 !important;
    /* チェック時の背景色 */
    box-shadow: inset 0 0 0 2px #FFFFFF;
    /* 中央に白い丸を作る */
}
.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
    width: 100%;
	color:#fff;
	font-size:1.6rem;
}

/* チェック時のスタイル */
.wpcf7-list-item {
    margin: 0;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.section-form__check1 .wpcf7-list-item, .section-form__check2 .wpcf7-list-item, .section-form__check3 .wpcf7-list-item {
    justify-content: center;
}
