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

.sub_header {
	width: 100%;
	height: 16vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	color: #FFF;
	background-image: url(../images/02.png);
}
.sub_header_title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 2em;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding: 0 0 1rem 0;
	text-shadow: 3px 3px 3px rgb(0 0 0 / 100%);
	margin: 0;
}
.sub_header_txt {
	padding-left:0.4rem;
	line-height: 1.8em;
	margin: 0;
	color: #000;
}
.headather:before {
	content: "";
	width: 80%;
	height: 100%;
	background-image: url("../images/top_img_sumple1.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: absolute;
	top: 0;
	z-index: -1;
}
/****************************************************************
.sub_header_title {
	display: inline-block;
	background-color: #003e87;
	color: #fff;
	padding: 0.8em 4rem;
	font-size: 1.6em;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-bottom: 1rem;
}
******************************************************/
.inq_container {
	width: 80%;
	min-width: 1024px;	
	max-width: 1240px;
	margin: 2rem auto;
}
.inq_container p {	
	font-size: 0.9em;
	font-family: 'M PLUS 1p', sans-serif;
	padding-left:0.4rem;
	line-height: 1.8em;
}
.form_infotxt {
	width: 60%;
	max-width: 1024px;
	margin: 0 auto;
}
.wp-block-heading {
	font-size: 1.25rem;
	line-height: 1.4rem;
}
.form_infotxt p {	
	font-size: 1rem;
	line-height: 1.6rem;
	margin: 1rem 0;
}

#inquiry-form {
	width: 1024px;
	margin: 0 auto 40px auto;
}
/**************フォーム****************************/
/*******************/
.flex-form-box {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 0;
	border-bottom: dotted 1px #ccc;
}
.form-box,
.textarea-box {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 0;
	border-bottom: dotted 1px #ccc;
}
.radio-box,
.check-box {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 0;
	border-bottom: dotted 1px #ccc;
}

.label_s {
	font-weight: 700;
	line-height: 1.5em;
}
.s_red {
	font-size: 70%;
	color: #ff0000;
	display: inline-block;
}
.form-box span,
.flex-form-box span {
	font-size: 70%;
	color: #ff0000;
}
/****左***************/
.heading-box,
.f_heading{
	width: 30%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: flex-end;
	padding-right: 20px;
	background-color: #cccccc3b;
}
/****右***************/
.f_input {
	width: 60%;
	box-sizing: border-box;
}
.answer {
	margin-bottom: 8px;
}
/*名前**/
.item-box {
	width: 25%;
	box-sizing: border-box;
}
.kubun,
.catalogbox {	
	font-size: 1.2em;
}

.labelnote {
	padding-left: 16px;
	font-size: 0.8em;
}
::placeholder {
   font-size: 0.8em;
}
/**エラーメッセージ追加指定*/
.wpcf7-not-valid-tip {	
	padding-left: 16px;
	font-size: 70%;
	color: #ff0000;
}
/**************入力部分****************/
/*縦チェックボックス*/
.catalogbox .wpcf7-checkbox .wpcf7-list-item{
	display: block;
	margin-bottom: 0.8em;
}
.kubun .wpcf7-radio .wpcf7-list-item {
	margin-right: 2em;
}
/***/
#inquiry-form input[type=text],
#inquiry-form input[type=email] {
	width: 95%;
	height: 18px;
	padding: 16px 16px;
	font-size: 1.4em;
	line-height: 1em;
	border-radius: 4px;
	border: solid 1px #666;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	margin-left: 20px;
}
#inquiry-form input[type=tel] {
	width: 200px;	
	height: 18px;
	padding: 16px 16px;
	font-size: 1.4em;
	line-height: 1em;
	border-radius: 4px;
	border: solid 1px #666;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	margin-left: 20px;
}
#inquiry-form input[name=zip] {
	width: 200px;
	height: 18px;
	padding: 16px 16px;
	font-size: 1.4em;
	line-height: 1em;
	border-radius: 4px;
	border: solid 1px #666;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	margin-left: 4px;
}
#inquiry-form input[name=pref] {
	width: 50%;
	height: 18px;
	padding: 16px 16px;
	font-size: 1.4em;
	line-height: 1em;
	border-radius: 4px;
	border: solid 1px #666;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	margin-left: 20px;
}
#inquiry-form input[name=city],
#inquiry-form input[name=buildingname],
#inquiry-form input[name=your-email],
#inquiry-form input[name=your-email-confirm]{
	width: 100%;
	height: 18px;
	padding: 16px 16px;
	font-size: 1.4em;
	line-height: 1em;
	border-radius: 4px;
	border: solid 1px #666;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	margin-left: 20px;
}

/**********/
textarea {	
	width: 95%;
	padding: 16px 16px;
	font-size: 1.4em;
	line-height: 1em;
	border-radius: 4px;
	border: solid 1px #666;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	margin-left: 20px;
}
.textarea-box .wpcf7-form-control-wrap {
	width: 90%;
}
/*****************/
#inquiry-form select {
	min-width: 50%;
	height: 40px;
	padding-left: 18px; 
	font-size: 1.3em;
	line-height: 1em;
	border-radius: 4px;
	border: solid 1px #666;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	margin-left: 20px;
}
#inquiry-form input[type=file] {	
	margin-left: 20px;
}
::file-selector-button {
	padding: 0.5em 1.5em;
	border: thin solid grey;
	border-radius: 3px;
}
/******承諾******/
.contact-agree {
	width: 100%;
	box-sizing: border-box;
	margin: 20px auto;
	padding: 2em 10%;
	background-color: #f5f5f5;
	border-radius: 8px;
}
.agree_text01 {	
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.6em;
	color: #747474;
}
.icon_window {
	padding-right: 1em;
	background-image: url(../images/blank_img.webp);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 0.8em;
	color: #4a7db0 !important;
}
.contact-agree li {
	padding-top: 16px;
    list-style: decimal;
	font-size: 0.9em;
	line-height: 1.6em;
}
.contact-agree .title4 {
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 1em;
	line-height: 1em;
	color: #747474;
}
.accept-area {
	text-align: center;
	margin: 1.4rem 0 1em 0;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 0.5em;
	line-height: 1em;
	color: #747474;
}
#inquiry-form input[type=checkbox] {	
	width: 24px;
	height: 24px;
	position: relative;
	top: 6px;
	margin-right: 8px;
}
/******submitbtn******/
.bottom-btn-area {	
	text-align: center;
	margin: 2.4rem 0 1em 0;
}

.wpcf7-submit {
	font-size: 20px;
	font-weight: bold;
	width: 200px;
	padding: 10px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	color: #FFF;
	background-color: rgba(16, 70, 180, 0.6);
}
.submit-btn01 input[type="submit" i]:disabled {
    background-color: rgba(16, 16, 16, 0.3);
    color: #FFF;
}
/****************************************************************/
.contact_under {
	width: 900px;
	display: block;
	margin: 2em auto;
	text-align: center;
}
.inquiry_box {
	width: 50%;
	max-width: 500px;
	margin: 20px auto 0 auto;
	box-sizing: border-box;
	border: solid 4px #ccc;
	padding: 1em;
	background-color: #fff !important;
}
.head_dial {
	font-size: 2rem !important;
	font-weight:900;
	text-align: center;
	margin: 0;
}
.head_txt04 {
	text-align: center;	
	margin: 0;
}