fv_con_02fv_con_02fv_con_02@charset "UTF-8";
/* ----------------------------------------------------------------
共通
---------------------------------------------------------------- */
#contents {
  min-height: 100%;
}
#contents > .wrap {
  height: 100%;
}
/* ----------------------------------------------------------------
tl_area
---------------------------------------------------------------- */
#tl_area {
    width: 100%;
    margin: 0 auto;
    text-align: center;
	position: relative;
    color: #fff;
    font-size: 57px;
    padding: 130px 30px;
}#tl_area h2{
	    letter-spacing: 0.01em;
}
#tl_area:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../img/fv_con_02.jpg") center center no-repeat;
	background-size: cover;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	#tl_area {
    font-size: 27px;
    padding: 40px 0;
}
	#tl_area > .inner{
		padding-top: 0 !important;
	}
}

/* ----------------------------------------------------------------
container
---------------------------------------------------------------- */
#form_area{
	background: #EAEDF3;
}
#form_area .tl{
	text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 50px;
}
#form_area > .inner{
	width: 100%;
	max-width: 700px;
	padding: 80px 20px;
	margin: 0 auto;
}
#form_area .donny{
	line-height: 1.7;
	margin-bottom: 50px;
}
#form_area .donny span{
	color: #E40222;
}
.form-container {
            width: 100%;
        }

        .form-group {
            margin-bottom: 24px;
        }

        label {
            display: block;
            font-weight: 500;
            color: #121212;
            margin-bottom: 8px;
        }

        .required {
            color: #E50222;
            margin-left: 2px;
        }

        input[type="text"],
        input[type="email"],
        input[type="tel"],
        textarea {
            width: 100%;
            padding: 12px;
            font-size: 16px;
            border: 1px solid #999;
            border-radius: 4px;
            background-color: #ffffff;
            box-sizing: border-box; /* paddingを含めたサイズ計算 */
            outline: none;
        }

        input:focus,
        textarea:focus {
            border-color: #121212;
        }

        textarea {
            height: 200px;
            resize: vertical;
        }
.zip-row {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .zip-row input {
            width: 250px;
        }

.address-btn {
    color: #121212;
    border: 1px solid #121212;
    padding: 10px 70px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

        .policy-box {
            height: 280px;
            overflow-y: scroll;
            background-color: #ffffff;
            border: 1px solid #999;
            border-radius: 4px;
            padding: 20px;
            font-size: 14px;
            line-height: 1.6;
            color: #333;
            box-sizing: border-box;
        }

        .policy-box h3 {
            font-size: 16px;
            margin-top: 20px;
            margin-bottom: 10px;
            border-bottom: 1px solid #eee;
            padding-bottom: 5px;
        }

        .policy-box p {
            margin: 10px 0;
        }

        textarea {
            height: 200px;
            resize: vertical;
        }
@media screen and (max-width: 767px) {
	
	#form_area > .inner {
    padding: 50px 20px 30px;
}
#form_area .donny {
    line-height: 1.7;
    margin-bottom: 30px;
}
	.address-btn {
    color: #121212;
    border: 1px solid #121212;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
}
/* ----------------------------------------------------------------
send_btn_area
---------------------------------------------------------------- */
#send_btn_area{
	background: #fff;
}
#send_btn_area > .inner{
	width: 100%;
	max-width: 700px;
	padding: 80px 20px;
	margin: 0 auto;
}
#send_btn_area .tl{
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 50px;
}
.check{
	text-align: center;
	margin: 20px 0 100px;
}
.btn a{
	margin: 0 auto;
}
.privacy-policy-container {
    height: 280px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #f9f9f9;
    line-height: 1.6;
    font-size: 14px;
    color: #333;
  }
  .privacy-policy-container h2 {
    font-size: 18px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-top: 0;
  }
  .privacy-policy-container h3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .privacy-policy-container p, .privacy-policy-container ul {
    margin-bottom: 15px;
  }
  .privacy-policy-container ul {
    padding-left: 20px;
  }
  .address-block {
    margin-top: 10px;
    font-style: normal;
  }
.consent-area {
    margin: 20px 0;
    text-align: center; /* 中央寄せ */
    font-family: sans-serif;
  }
  .consent-checkbox {
    transform: scale(1.2); /* 少し大きくして押しやすくする */
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer;
  }
  .consent-label {
    font-size: 15px;
    cursor: pointer;
    vertical-align: middle;
  }
  .submit-btn {
    display: block;
    margin: 20px auto;
    padding: 10px 30px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
  }
  .submit-btn:hover {
    background-color: #0056b3;
  }
.wpcf7-submit {
    width: clamp(18.125rem, 16.761rem + 6.82vw, 21.875rem);
    text-align: center;
    color: #fff;
    background: #15417E;
    line-height: 1;
    position: relative;
    padding: 28px 73px 28px 35px;
    border-radius: 40px;
    display: block;
	margin: 0 auto;
    transition: background-color 0.5s ease;
}
.wpcf7-submit:before, .wpcf7-submit:after {
    content: "";
    position: absolute;
}
.wpcf7-submit:before {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #7BA0D5;
    top: calc(50% - 30px);
    right: 7px;
}
.wpcf7-submit:after {
    top: calc(50% - 8px);
    right: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 21px solid #ffffff;
    border-right: 0;
}
.wpcf7-submit:hover {
    text-decoration: none;
    background: #0f2c54;
}
/* disabled（無効化）時のボタン */
.wpcf7-submit:disabled {
  background-color: #ccc;
  color: #888;   
  cursor: not-allowed;
  opacity: 0.6;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    display: none;
}
@media screen and (max-width: 767px) {
#send_btn_area > .inner {
    padding: 50px 20px 130px;
}
	.check {
    text-align: center;
    margin: 20px 0 50px;
}
}