
.header-container-wrapper {
	display: none;
}
.body-container-wrapper {
	margin-top: 30px;
}
.hs-form fieldset {
	max-width: none!important;
}
.hs-form .hs-form-field {
	display: table;
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 2px solid #e5e8eb;
}
fieldset + fieldset .hs-form-field:first-child {
	border-top: none;
}
.hs-form .hs-form-field + .hs-form-field {
	border-top: none;
}
.hs-form [class*="form-columns-2"] .hs-richtext + .hs-form-field {
 	border-bottom: 2px solid #e5e8eb;
}
.hs-form [class*="form-columns-2"] .hs-form-field + .hs-form-field {
	border-top: 2px solid #e5e8eb;
	border-left: none;
}

.hs-form .hs-form-field > label {
	display: table-cell;
	width: 250px;
	padding: 15px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #5d5d5d;
	border-right: 2px solid #e5e8eb;
	background: #fbfbfb;
}


/* 必須マーク */
.hs-form .hs-form-field > label .hs-form-required {
	display: inline-block;
	background: #004e9d;
	color: #004e9d;
	font-size: 12px;
	padding: 3px 12px 1px 8px;
	margin-left: 10px;
}
.hs-form .hs-form-field > label .hs-form-required:after {
	content: "必須";
	color: #fff;
}

.hs-form .hs-form-field .input {
	padding: 15px;
	text-align: left;
	font-size: 14px !important;
}
/* 入力欄 */
.hs-form .hs-form-field .input > .hs-input,
.hs-form .hs-form-field .hs-dateinput > .hs-input {
	box-sizing: border-box;
	width: 95%;
	padding: 10px 14px;
	background: #f4f4f4;
	border: 1px solid #ddd!important;
	border-radius: 5px;
	font-size: 14px;
	color: #444;
	outline: none;
}
/* ラジオボタン */
.hs-form .hs-form-field .input .hs-form-radio {
	display: inline-block;
	margin: 5px 20px 5px 0;
}
/* select */
.hs-form .hs-form-field .input > select.hs-input {
	padding: 0;
	height: 38px;
	line-height: 38px;
}

/* ヘルプテキスト */
.hs-field-desc {
	width: auto!important;
	padding: 15px 20px 0;
	background: #fff;
	font-size: 12px !important;
	line-height: 1.5;
	color: #aaa;
}
.hs-field-desc + .input {
	padding-top: 10px;
}

/* 複数カラム */
.hs-form [class*="form-columns-"] .hs-form-field .input {
	margin-right: 0!important;
}
.hs-form .form-columns-3 .hs-form-field {
	width : calc(100% / 3)!important;
}
.hs-form .form-columns-3 .hs-form-field > label {
	width : 45%;
}

/* リッチテキスト部分 */
.hs-richtext {
	margin-bottom: 10px;
}
.hs-richtext h3 {
	margin: 100px 0 25px;
	padding-left: 10px;
	font-weight: bold;
	color: #3d3d3d;
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	border-left: 1px solid #3d3d3d;
}

/* 送信 */
.hs_submit {
	margin: 40px 0;
}
.hs_submit .hs-button {
	display: block;
	margin: 20px auto 0;
	background: #004e9d;
	font-size: 20px;
	color: #fff;
	padding: 15px 0;
	width: 300px;
	border: none;
	cursor: pointer;
	font-weight: bold;
}

 /* エラーメッセージ */
.hs-error-msgs {
	display: block;
	padding: 0 20px 20px;
}
.hs-error-msgs li {
	font-weight: bold;
	color: #f43b81;
}
.hs_error_rollup {
	margin: 30px 0;
	padding: 20px;
	text-align: center;
	background: #10abb2;
	border-radius: 10px;
}
.hs_error_rollup .hs-error-msgs {
	padding: 0;
}
.hs_error_rollup .hs-error-msgs li {
	color: #fff;
}

/* 管理No12　お問い合わせフォーム */
.hs-content-id-10383045490 .hs_firstname_kana {
	border-top: none !important;
}


/* ----------------------------------
            	SP
-----------------------------------*/
@media only screen and (max-width: 667px) {
	.hs-form .hs-form-field > label {
		padding: 10px;
		width: 80px!important;
	}
	.hs-form [class*="form-columns-"] .hs-form-field {
		float: none!important;
		width: 100%!important;
	}
	.hs-form .hs-form-field + .hs-form-field {
		border-left:  2px solid #e5e8eb!important;
		border-top: none!important;
	}
	.hs-form .hs-form-field > label .hs-form-required {
		display: block;
		width: 40px;
		text-align: center;
		padding: 0 4px 0 0;
		margin: 3px 0 0;
	}
	.hs-form .hs-form-field .input .hs-form-radio input {
		width: 24px!important;
		height: 24px!important;
	}
}