@charset "UTF-8";
/* CSS Document */
.in_ctform {
	display: block;
	margin: 0px auto 0px auto;
	padding:0;
}
.in_ctform .chintai_right_btn {
	display: inline;
	margin: 0px auto 0px auto;
	padding:0;
	float:right;
}
.in_ctform .chintai_right_btn a {
	display: block;
	margin: 0 0 8px 10px;
	padding:6px 20px;
	background-color:#1f2c5c;
	color:#fff;
	text-decoration:none;
	border-radius:10px;
}
.in_ctform h5 {
	display: block;
	margin: 0 0 15px;
	padding:6px 10px;
	font-size:18px;
	color:#fff;
	background-color:#1f2c5c;
}
.in_ctform .textbox {
	display: block;
	margin: 0px auto 20px auto;
	padding:0;
}
.in_ctform .textbox img {
	vertical-align:middle;;
}
.in_ctform .textbox_red {
	display: block;
	margin: 0px auto 20px auto;
	padding:0;
	color:red;
}
.in_ctform .contact_flow1 {
	display: block;
	margin: 0px auto 20px auto;
	padding:20px;
	background-color:#eee;
	border:solid 1px #ccc;
}
.in_ctform .contact_flow1 .flow_title {
	display: block;
	margin: 0px auto 4px auto;
	padding:0px;
	font-size:18px;
	font-weight:bold;;
}
.in_ctform .contact_flow1 ul {
	display:flex;
	width:100%;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:0px auto 0px auto;
	padding:0;
}
.in_ctform .contact_flow1 ul li.box {
	display:block;
	width:20%;
	height:50px;
	margin:0px auto 0px auto;
	padding:0;
	background-color:#c5ceef;
}
.in_ctform .contact_flow1 ul li.sankaku {
	display:block;
	width:5%;
	height:50px;
	margin:15px auto 0px auto;
	padding:0;
	background-color:#ccc;
	width: 20px;
	height: 22px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.in_ctform .contact_flow1 ul li span.step {
	display:inline-block;
	width:70px;
	height:38px;
	margin:0 0 0 0;
	padding:12px 0 0;
	background-color:#1f2c5c;
	color:#fff;
	text-align:center;
}
.in_ctform .contact_flow1 ul li span.moji {
	display:inline-block;
	width:117px;
	height:38px;
	margin:0 0 0 0;
	padding:12px 0 0;
	background-color:#c5ceef;
	color:#000;
	text-align:center;
}
.in_ctform .contact_flow1 ul li.active span.moji {
	background-color:#efe1c5;
}
.in_ctform .contact_flow1 ul li span.moji2 {
	display:block;
	height:38px;
	margin:5px 0px 0 0;
	padding:0px 0 0;
	background-color:#c5ceef;
	color:#000;
	text-align:center;
	line-height:1.3;
}

/* contactTbl */
.in_ctform .contactTbl {
	display:block;
	margin: 0 auto 20px;
	padding:0;
}
.in_ctform .contactTbl table {
	display:table;
	table-layout: fixed;
	width:100%;
	border:1px solid #CCC;
	margin: 0 auto 0px;
	padding:0;
}
.in_ctform .contactTbl table th,
.in_ctform .contactTbl table td {
	border:1px solid #CCC;
	line-height:1.4;
	padding:10px 15px;
	vertical-align:top;
	font-size:15px;
}
.in_ctform div.contactTbl table th {
	padding:10px 0 0 15px;
	background-color:#ededed;
	text-align:left;
	width:24%;
}
.in_ctform div.contactTbl table td {
	width:75%;
}
.in_ctform div.contactTbl table th img.icon {
	margin-left:5px;
}
.in_ctform div.contactTbl table td {
	vertical-align:middle;
}
.in_ctform div.contactTbl table td ul {
	display:flex;
	width:100%;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:0px auto 0px auto;
	padding:0;
}
.in_ctform div.contactTbl table td ul li {
	text-align:left;
	margin:0px auto 0px auto;
	padding:0;
}
.in_ctform div.contactTbl table td ul.clum1 li {
	width:100%;
}
.in_ctform div.contactTbl table td ul.clum2 li {
	width:50%;
}
.in_ctform div.contactTbl table td ul.clum3 li {
	width:33%;
}
.in_ctform div.contactTbl table td ul.clum3 li:nth-child(3n) {
	width:34%;
}
.in_ctform div.contactTbl table td ul.clum4 li {
	width:25%;
}
.in_ctform div.contactTbl table td ul.clum5 li {
	width:20%;
}
.in_ctform div.contactTbl table td ul.clum6 li {
	width:16%;
}
.in_ctform div.contactTbl table td ul.clum6 li:nth-child(6n) {
	width:20%;
}

.in_ctform div.contactTbl table td.err {
	background-color:#FFE6E2;
}

.in_ctform div.contactTbl table td p.err {
	color:red;
	margin-bottom:5px;
}
.in_ctform div.contactTbl table div.frame {
	border:1px solid #CCC;
	height:150px;
	padding:10px;
	overflow:auto;
}
.in_ctform div.contactTbl table .addressHack {
	background-color:#eee;
	margin-top:10px;
	padding:15px;
	font-size:14px;
}
.formErr {
	color:#E54E52;
	font-weight:bold;
}

input.inputErr,
textarea.inputErr {
	background-color:#FADFDE;
}
.formBtn {
	display:block;
	margin:0px auto 10px auto;
	padding:0;
	text-align:center;
}
.formbtntext {
	display:block;
	margin:0px auto 0px auto;
	padding:0;
	text-align:center;
}
.formBtn div.btn {
	display:inline-block;
	width:240px;
	position: relative;
	z-index:1;
	margin:0px auto 0px auto;
	padding:0;
	text-align:center;
	float:left;
}
.formBtn1 {
	display:block;
	margin:0px auto 30px auto;
	width:240px;
	text-align:center;
}
.formBtn2 {
	display:block;
	margin:0px auto 30px auto;
	width:510px;
	text-align:center;
}
.formBtn .submit_btn {
	display:inline-block;
	width:240px;
	margin:0px auto 0px auto;
	padding:15px 0px 13px;
	text-align:center;
	border-radius :6%;
	font-size: 18px;
	cursor: pointer;
	background-color: #E60020;
	color:#ffffff;
	line-height: 1em;
	box-shadow : 1px 1px 5px #666666;
	border: 3px solid #fff;
	text-decoration:none;
	z-index:1;
}
.formBtn div.btn:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 23px;
	right: 15px;
	margin: auto;
	z-index:2;
}

.formBtn .submit_btn:hover {
	opacity:.7;
}
.formBtn .submit_btn_gray {
	display:inline-block;
	width:240px;
	margin:0px 0px 0px 20px;
	padding:15px 0px 13px;
	text-align:center;
	border-radius :6%;
	font-size: 18px;
	cursor: pointer;
	background-color: #aaa;
	color:#ffffff;
	line-height: 1em;
	box-shadow : 1px 1px 5px #666666;
	border: 3px solid #fff;
	text-decoration:none;
	z-index:1;
}
.formBtn .submit_btn_gray:hover {
	opacity:.7;
}
.in_ctform div.end_text_title {
	display:block;
	margin:50px auto 30px auto;
	padding:0px;
	text-align:center;
	font-size: 20pt;
}
.in_ctform div.end_text {
	display:block;
	width:760px;
	margin:20px auto 10px auto;
	padding:0px;
	text-align:center;
}
.in_ctform div.end_box {
	display:block;
	width:300px;
	margin:20px auto 10px auto;
	padding:20px;
	text-align:center;
	border:solid 1px #ccc;
}

/* input */
input[type="text"] {
	padding: 6px;
	margin: 2px 0;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
	font-family:"Noto Sans JP", sans-serif;
	font-size:16px;
	vertical-align:middle;
}
input[type="email"] {
	padding: 6px;
	margin: 2px 0;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
	font-family:"Noto Sans JP", sans-serif;
	font-size:16px;
	vertical-align:middle;
}
input[type="tel"] {
	padding: 6px;
	margin: 2px 0;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
	font-family:"Noto Sans JP", sans-serif;
	font-size:16px;
	vertical-align:middle;
}
input[type="checkbox"], input[type="radio"] {
	margin-right:3px;
}
input::placeholder {
	font-family:"Noto Sans JP", sans-serif;
	font-size:16px;
	vertical-align:middle;
	color: #ccc;
}

select.select {
	appearance: none;
	position: relative;
	padding: 10px;
	margin: 4px 0;
	border: 1px solid #ccc;
	padding-right: 1em;
	outline: 0;
	border: 1px solid #ccc;
	background: #fff;
	background-image: none;
	box-shadow: none;
	text-indent: 0.01px;
	text-overflow: ellipsis; // 文字の省略
	font-family:"Noto Sans JP", sans-serif;
	font-size:16px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("./images/select.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	vertical-align:middle;
}
select.select:-ms-expand {
	display: none;
}
select.select:before {
	position: absolute;
	top: 18px;
	right: 16px;
	width: 0;
	height: 0;
	border-width: 10px 5px 0 5px;
	border-style: solid;
	border-color: #eee transparent transparent transparent;
	content: "";
	pointer-events: none;
}
.txtarea {
	padding: 10px;
	max-width: 100%;
	line-height: 1.5;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 1px #999;
	font-family:"Noto Sans JP", sans-serif;
	font-size:16px;
}
.wL95 {
	width:95%;
}
.wLL {
	width:300px;
}
.wL {
	width:250px;
}
.wM {
	width:200px;
}
.wS {
	width:150px;
}
.wSS {
	width:80px;
}

.imeOn { ime-mode: active;}
.imeOff { ime-mode: disabled;}

label {
	cursor: pointer;
}
.frame {
	padding:20px;
	background-color: #f9f7f1;
	width: 100%;
	height: 280px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.frametitle {
	font-weight:bold;
}