/* contact form 7 normal style start */
.wpcf7 {
     
}
.wpcf7 .screen-reader-response{
    display: none;
}
.wpcf7 .wpcf7-not-valid-tip{
    color: #FD3F4A;

    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.36px;
    margin-top: 4px;
}
.wpcf7 form{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 13px;
/*     max-width: 348px; */
}
.wpcf7 form div{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 396px;
    gap: 7px;
}
.wpcf7 form div p{
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* margin-top: 16px; */
    margin: 0;
}
.wpcf7 form div p label{
    color: #313131;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.36px;
    display: flex;
    gap: 5px;
    align-items: center;
}
.wpcf7 form div p label .required{
    display: flex;
    padding: 2px 3px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 2px;
    border: 1px solid #FD3F4A;

    color: #FD3F4A;

    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 11px */
    letter-spacing: 0.3px;
}
.wpcf7 form div p label .n_required{
    display: flex;
    padding: 2px 3px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 2px;
    border: 1px solid #919191;

    color: #919191;

    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 11px */
    letter-spacing: 0.3px;
}
.wpcf7 form div p br{
    display: none;
}
.wpcf7 form div p .wpcf7-form-control-wrap{
    display: flex;
    flex-direction: column;
}
.wpcf7 form div p .wpcf7-form-control-wrap input{
    display: flex;
    height: 40px;
    padding: 0px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;

    border-radius: 3px;
    border: 1px solid #D9E7F2;
    background: #FFF;

    color: #000;
    
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.48px;
}


.wpcf7 form .namaediv{

}
.wpcf7 form .namaediv p {
    display: flex;
    width: 100%;
    max-width: 380px;
    flex-direction: row;
    width: 98%;
    margin-top: 8px;
}
.wpcf7 form .namaediv p .wpcf7-form-control-wrap{
    display: flex;
    width: 50%;
}

.wpcf7 form .pridiv{
    display: flex;
    align-items: center;
}
.wpcf7 form .pridiv p .wpcf7-form-control-wrap input {
    height: unset;
}
.wpcf7 form .pridiv p label{
    justify-content: center;
}
.wpcf7 form .pridiv p label span{
    color: #131313;
	font-feature-settings: 'palt' on;
	font-family: "Noto Sans JP";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.36px;
}
.wpcf7 form .pridiv p label span a{
	color: #131313;
	font-feature-settings: 'palt' on;
	font-family: "Noto Sans JP";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 12px */
	letter-spacing: 0.36px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.wpcf7 form .pridiv p{
    margin: 0;
}
.wpcf7 form .priinfodiv{

}

.wpcf7 form .priinfodiv p{

}

.wpcf7 form .priinfodiv p span{
    color: #313131;

    font-family: "Noto Sans JP";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 16.5px */
    letter-spacing: 0.33px;
}

.wpcf7 form .priinfodiv p span a{
    color: #0091E1;
    font-family: "Noto Sans JP";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.33px;
    text-decoration-line: underline;
    cursor: pointer;
}

.wpcf7 form .wpcf7-response-output{
    display: none;
}

.wpcf7 form .btndiv{
    display: flex;
    justify-content: center;
    width: 100%;
}
.wpcf7 form .btndiv p{
    align-items: center;
    margin: 0;
    margin-top: 10px;
/*     margin-bottom: 24px; */
	width: 100%;
}
.wpcf7 form div p .wpcf7-form-control-wrap textarea{
    border-radius: 3px;
    border: 1px solid #D9E7F2;
    background: #FFF;
    resize: none;
    display: flex;
    height: 44px;
    padding: 8px 10px;
}

.wpcf7 form .btndiv p input[type="submit"]{

    border: 0;
    cursor: pointer;
    display: flex;
    max-width: 280px;
    width: 95%;
    height: 60px;
/*     padding-bottom: 3.087px; */
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 8px;
    background: linear-gradient(90deg, #FF6E1C 0%, #E44 85.15%);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);

    color: #FFF;

    color: #FFF;
	text-align: center;
	font-feature-settings: 'palt' on;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 16px */
	letter-spacing: 0.48px;
	
	border-radius: 30px;
	background: #FF8000;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.20);
}

.wpcf7 form .btndiv p input[type="submit"]:disabled{
/*     background: #E7E7E7;
    box-shadow: 0px 0px 0px 0px #5897C0;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.90);
    color: #FFF;
    text-align: center;
    cursor: default; */
}


.wpcf7 form .btndiv p input[type="submit"]:hover{
    opacity: .5;
    cursor: pointer;
	color: #e53900;
	transition: all .3s;
}

.wpcf7 form .wpcf7-response-output{
    display: none;
}


/* contact form 7 normal style end  */

.input_group_names_type2{
    display: flex;
    flex-direction: row !important;
}
.input_group_names_type2 .input_group{
    display: flex;
    width: 49%;
}

.wpcf7 form .input_group:not(.privacy) .wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 5px 5px 0;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item input, 
.wpcf7 form .input_group:not(.privacy) .wpcf7-checkbox .wpcf7-list-item input {
    display: none;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item:has(:checked), 
.wpcf7 form .input_group:not(.privacy) .wpcf7-checkbox .wpcf7-list-item:has(:checked) {
    background-color: rgba(255, 255, 0, 0.2);
}

.select_infors_chk input[type="checkbox"], .select_infors_chk input[type="checkbox"] {
    display: none !important;
}
.wpcf7 form div p .wpcf7-form-control-wrap .wpcf7-exclusive-checkbox{
    width: 100%;
    display: flex;
    gap: 6px;
}
.wpcf7 form .select_infors_chk .wpcf7-checkbox{
	display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.wpcf7 form .required_chk_custom .wpcf7-checkbox{
	width:80%;
}

.select_infors_chk .wpcf7-list-item{
    margin: 0;
    background: #FFF;
    height: 28px;
    display: flex;
    align-items: center;
	
	border-radius: 2px;
	border: 1px solid #131313;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
	
	color: #131313;

	font-feature-settings: 'palt' on;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	letter-spacing: 0.42px;
}
.select_infors_chk .wpcf7-list-item:has(:checked){
    background-color: rgba(255, 255, 0, 0.2);
}
.select_infors_chk .wpcf7-list-item label{
    display: flex;
    width: 100%;
    padding: 9px;
}

.wpcf7 form .wpcf7-select{
	display: flex;
    height: 40px;
    padding: 10px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 3px;
    border: 1px solid #D9E7F2;
    background: #FFF;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.42px;
	display: flex;
    justify-items: center;
}
.wpcf7 form .wpcf7-select div{
	display: flex;
    align-content: center;
}

select[name="inquiry_type"] option:first-child {
  color: rgb(117, 117, 117);
}

.hidden-fields-container{
	display: none;
}
.wpcf7-response-output{
	display: none !important;
}

