@charset "utf-8";
/* CSS Document */


/*--------------------------------------
　mv
---------------------------------------*/

.lower_key {
	background-image: url("../img/contact/lower_key.jpg");
	background-size: auto 100%;
}

.lower_key {
	max-height: 300px;
	height: 12vw;
}
.lower_key .keyInr {
	height: 12vw;
	gap: 5%;
}
.lower_key .pageTit span {
	font-size: clamp(1.5rem, -0.27rem + 3vw, 3.075rem);
	width: min(4.08vw, 86.7px);
	height: min(4.08vw, 86.7px);
}
.lower_key .subTit {
	font-size: clamp(0.8rem, 0.068rem + 1.82vw, 1.55rem);
}
@media only screen and (max-width: 599px) {
	.lower_key {
        height: 120px;
    }
	.lower_key .keyInr {
        height: 120px;
    }
    .lower_key .pageTit span {
        font-size: 28px;
        width: 45px;
        height: 45px;
    }
	.lower_key .subTit {
        font-size: 17px;
    }
}

.l-inner {
    max-width: 900px;
}

.leadTxt {
	padding: 0 20px;
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
}
.contact .part_kind .kindWrap:before {
    background: none;
}

.contact .part_kind .blue .btn-internal a {
    background: #fff url(../img/top/arr_down_blue.png) no-repeat center right 20px;
    background-size: 20px;
}

.contact .part_kind .gr .btn-internal a {
    background: #fff url(../img/top/arr_down_gr.png) no-repeat center right 20px;
    background-size: 20px;
}

.contact #contentA {
    background: #f5f5f5;
    padding: 10px 40px 40px;
}

.contact #contentB {
    background: #f5f5f5;
    padding: 10px 40px 40px;
}

/* フォーム全体のスタイル */
.form__block01 {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
}

/* 見出しのスタイル */
.boxA .form__title01 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    background-color: #f5f5f5;
    padding: 10px 0;
}

.boxB .form__title01 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    background-color: #f5f5f5;
    padding: 10px 0;
}

/* 送信ボタン */
.boxA .form__button01 {
    width: 600px;
    margin: 30px auto 0;
    height: 75px;
    font-size: clamp(1rem, 0.854rem + 0.23vw, 1.125rem);
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    background: url(../img/top/arr_right_wh.png) no-repeat right 20px center;
    background-size: 9px auto;
    background-color: #D60000;
    color: #fff;
    border-radius: 20px;
}
.boxA .form__button01:hover {
    opacity: 0.8;
}
.boxA .page-contents__back-link {
    width: 400px;
    margin: 30px auto 0;
    height: 75px;
    font-size: clamp(1rem, 0.854rem + 0.23vw, 1.125rem);
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    background: url(../img/top/arr_left_wh.png) no-repeat left 20px center;
    background-size: 9px auto;
    background-color: #bbb;
    color: #fff;
    border-radius: 20px;
	padding: 0 0 0 10px;
}
.boxA .page-contents__back-link:hover {
    opacity: 0.8;
}


.boxB .form__button01 {
    width: 600px;
    margin: 30px auto 0;
    height: 75px;
    font-size: clamp(1rem, 0.854rem + 0.23vw, 1.125rem);
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    background: url(../img/top/arr_right_wh.png) no-repeat right 20px center;
    background-size: 9px auto;
    background-color: #da0202;
    color: #fff;
    border-radius: 20px;
}
.boxB .form__button01:hover {
    opacity: 0.8;
}
.boxB .page-contents__back-link {
    width: 400px;
    margin: 30px auto 0;
    height: 75px;
    font-size: clamp(1rem, 0.854rem + 0.23vw, 1.125rem);
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    background: url(../img/top/arr_left_wh.png) no-repeat left 20px center;
    background-size: 9px auto;
    background-color: #bbb;
    color: #fff;
    border-radius: 20px;
	padding: 0 0 0 10px;
}
.boxB .page-contents__back-link:hover {
    opacity: 0.8;
}

/* 入力フィールドのデザイン */
.form__block03 input,
.form__block04 select,
.form__block03 textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #bbb;
    border-radius: 0px;
    margin-top: 0px;
    box-sizing: border-box;
    background-color: #fff;
}

.form__item {
	margin-bottom: 20px;
}

/* チェックボックスとラジオボタンのラベル */
.form__block03 label {
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}

/* チェックボックスとラジオボタンの共通設定 */
.form__block03 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
	grid-row-gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
}
/*.selectBox {
	margin-top: 20px;
}*/

/*.mw_wp_form_confirm .form__block03 {
	margin-top: 20px;
}*/
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}
.mwform-checkbox-field-text,
.mwform-radio-field-text {
    padding: 0px;
}

/* ラジオボタンとチェックボックスのラベル */
.form__block03 label {
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    /* テキストが折り返されないようにする */
}

/* チェックボックスのカスタムデザイン */
.form__block03 input[type="checkbox"] {
    appearance: none;
    /* デフォルトのスタイルを消す */
    width: 18px;
    height: 18px;
    border: 1px solid #bbb;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-right: 8px;
}

.form__block03 input[type="checkbox"]:checked {
    background-color: #3c5a78;
    border-color: #3c5a78;
}

.form__block03 input[type="checkbox"]::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

.form__block03 input[type="checkbox"]:checked::after {
    display: block;
}

/* 🔘 ラジオボタンのカスタムデザイン */
.form__block03 input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #bbb;
    border-radius: 50%;
    /* 完全な円形にする */
    display: inline-block;
    position: relative;
    margin-right: 8px;
}

.form__block03 input[type="radio"]:checked {
    background-color: #3c5a78;
    border-color: #3c5a78;
}

.form__block03 input[type="radio"]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: block;
    opacity: 0;
    /* 初期状態は非表示 */
}

.form__block03 input[type="radio"]:checked::after {
    opacity: 1;
    /* 選択時に白丸を表示 */
}




/* プライバシーポリシーの同意部分 */
.contact__text02 {
    margin-top: 40px;
    font-size: 14px;
	justify-content: center;
}
/*.contact__text02 label {
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.contact__text02 label a {
    text-decoration-line: underline;
}*/

.js-mw-checkbox .mwform-checkbox-field-text {
	font-size: 14px;
}
.contact__text02 a {
	display: inline;
    text-decoration-line: underline;
}

/* メモや注釈のデザイン */
.form__note {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}

/* セレクトボックスのスタイル */
.form__block04 select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #bbb;
    border-radius: 5px;
    background-color: #fff;
    -webkit-appearance: none;
    /* Safariなどのデフォルトスタイルを消す */
    -moz-appearance: none;
    /* Firefoxのデフォルトスタイルを消す */
    appearance: none;
    /* 全ブラウザ共通 */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%2300B7CB'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
}

/*.sp-mb20 {
    margin-bottom: 20px;
}
*/
/* セレクトボックスの親要素のスタイル調整 */
.form__block04 {
    position: relative;
}
/*.mw_wp_form_confirm .form__block04 {
	margin-top: 20px;
}*/
/* IE11対応（非推奨だが必要なら） */
.form__block04 select::-ms-expand {
    display: none;
}

.form__block03 textarea {
    height: 48px;
    /* 任意の高さに調整 */
}



@media only screen and (max-width: 1024px) {

    .form__block01 {
        width: 100%;
        padding: 10px 20px 30px;
    }

    .page-contents {
        padding-top: 30px;
    }

    .contact .part_kind .blue .btn-internal a {
        background: #fff url(../img/top/arr_down_blue.png) no-repeat bottom 5px center;
        background-size: 10px;
        padding: 20px 10px;
    }

    .contact .part_kind .gr .btn-internal a {
        background: #fff url(../img/top/arr_down_gr.png) no-repeat bottom 5px center;
        background-size: 10px;
        padding: 20px 10px;
    }

    .contact #contentA {
        padding: 0;
    }

    .contact #contentB {
        padding: 0;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        height: fit-content;
        display: block;
        margin: 0 0 5px 0;
        margin-left: 0 !important;
    }

    .form__block03 {
		column-gap: 15px;
		grid-row-gap: 5px;
    }

    .form__block03 label {
        font-size: 14px;
    }

	.form__block03 input[type="radio"],
	.form__block03 input[type="checkbox"] {
        margin-right: 6px;
    }
    .form__block03 textarea {
        margin-bottom: 0px;
    }

    /*.sp-mb20 {
        margin-bottom: 20px;
    }*/

    .boxA .form__button01 {
        width: 100%;
        height: 55px;
    }


    .boxB .form__button01 {
        width: 100%;
        height: 55px;
    }

    .boxA .page-contents__back-link {
        width: 80%;
        height: 55px;
		margin: 20px auto 0;
    }

    .boxB .page-contents__back-link {
        width: 80%;
        height: 55px;
		margin: 20px auto 0;
    }

    /* 見出しのスタイル */
    .boxA .form__title01 {
        display: block;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 0;
    }

    .boxB .form__title01 {
        display: block;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 0;
    }
	
	.form__item {
        margin-bottom: 15px;
    }

}

.contact__text01 {
    text-align: center;
    margin: 30px auto;
}

.boxA .hissu {
    background: #fff;
    color: #00B7CB;
    padding: 5px 10px;
    margin-left: 20px;
}

.boxB .hissu {
    background: #fff;
    color: #4CBF93;
    padding: 5px 10px;
    margin-left: 20px;
}
.hissuTxt {
	margin-bottom: 10px;
	font-size: 12px;
	color: #D60000;
}
.hissu02 {
	color: #D60000;
    font-size: 19px;
	margin-left: 5px;
}
@media only screen and (max-width: 1024px) {
.hissuTxt {
	margin-bottom: 5px;
	font-size: 12px;
}
.hissu02 {
    font-size: 16px;
}
}

.mw_wp_form .error {
    margin: 0 0 15px 0;
}
@media only screen and (max-width: 1024px) {
.mwform-checkbox-field label, .mwform-radio-field label {
    margin-bottom: 5px !important;
}
}



