@charset 'utf-8';

/* ------------------------------
 お見積もり・お問い合わせ 設定
------------------------------ */

/* レイアウト */

#header .header_closing {
	padding-top: 16px;
}

#contents_template {
	padding: 40px 0 100px;
}

#container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 47px 29px 80px;
	background-color: #fff;
	border: 1px solid #dedede;
}

#container::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 960px;
	height: 7px;
	background-color: #c4b795;
	content: "";
}

#copy {
	color: #333;
	font-size: 18px;
	line-height: 26px;
}

.tl {
	padding-bottom: 20px;
	border-bottom: 1px dotted #000;
}

.tl h1 {
	float: left;
	width: 580px;
	color: #333;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
}

.tl h1.full {
	width: auto;
}

.tl p {
	float: right;
	width: 300px;
	color: #777;
	font-size: 14px;
	line-height: 25px;
	text-align: right;
}

.tl p img {
	margin-right: 5px;
}

#form_header {
	width: 900px;
	margin: 0 auto 40px;
}

#flow {
	float: left;
	width: 620px;
}

#secom {
	float: right;
	width: 250px;
}

#secom form {
	float: left;
	width: 50px;
	margin-right: 10px;
}

#secom p {
	margin-top: 2px;
	color: #555;
	font-size: 10px;
	line-height: 16px;
}

/* フォームレイアウト */

#contact_form {
	width: 100%;
	border: 1px solid #b8b8b8;
	border-collapse: collapse;
}

#contact_form th {
	width: 190px;
	padding: 20px;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	white-space: nowrap;
	background-color: #f6f2e8;
	border: 1px solid #b8b8b8;
}

#contact_form tr:nth-child(even) th {
	background-color: #f5eedc;
}

.important,
.optional {
	padding-right: 54px;
}

.important {
	background: url(../img/form/ico_important.png) no-repeat right center;
}

.optional {
	background: url(../img/form/ico_optional.png) no-repeat right center;
}

#contact_form td {
	padding: 20px;
	color: #333;
	font-size: 18px;
	line-height: 1.4;
	background-color: #fff;
	border: 1px solid #b8b8b8;
}

/* 補足説明 */

.ex {
	display: inline-block;
	color: #777;
	font-size: 14px;
}

.ex-block {
	display: block;
	margin-top: 10px;
}

/* プレースホルダー */

:placeholder-shown {
	color: #a2a2a2;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
	color: #a2a2a2;
}

/* Firefox 18- */

:-moz-placeholder {
	color: #a2a2a2;
}

/* Firefox 19+ */

::-moz-placeholder {
	color: #a2a2a2;
}

/* IE 10+ */

:-ms-input-placeholder {
	color: #a2a2a2;
}

/* フォーム部品 */

.input_small {
	width: 50px;
	padding: 10px;
	font-size: 18px;
	border: 1px solid #c8c6bc;
}

.input_normal {
	width: 256px;
	padding: 10px;
	font-size: 18px;
	border: 1px solid #c8c6bc;
}

.select_normal {
	padding: 10px;
	font-size: 16px;
	border: 1px solid #c8c6bc;
}

.textarea_normal {
	width: 380px;
	height: 10em;
	padding: 10px;
	overflow: auto;
	font: 400 18px Arial;
	border: 1px solid #c8c6bc;
}

.textarea_normal::placeholder {
	color: #a2a2a2;
}

/* IMEモード */

.active {
	ime-mode: active;
}

.disabled {
	ime-mode: disabled;
}

label {
	line-height: 20px;
}

.check li {
	float: left;
	margin-right: 20px;
}

.check input[type="radio"] {
	display: inline-block;
	margin-right: 6px;
}

.check input[type="radio"] + label {
	position: relative;
	display: inline-block;
	padding: 5px 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

@media (min-width: 1px) {
	.check input[type="radio"] {
		display: none;
		margin: 0;
	}

	.check input[type="radio"] + label {
		padding-left: 25px;
		line-height: 1;
	}

	.check input[type="radio"] + label::before {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #fff;
		border-radius: 9px;
		content: "";
	}

	.check input[type="radio"] + label::before {
		border: 1px solid #c53d43;
	}

	.check input[type="radio"]:checked + label::after {
		position: absolute;
		top: 50%;
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		content: "";
	}

	.check input[type="radio"]:checked + label::before {
		background-color: #c53d43;
	}

	.check input[type="radio"]:checked + label::after {
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #fff;
		border-radius: 8px;
	}
}

.check input[type="checkbox"] {
	display: inline-block;
	margin-right: 6px;
}

.check input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	display: block;
	padding-left: 35px;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	cursor: pointer;
}

@media (min-width: 1px) {
	.check input[type="checkbox"] {
		display: none;
		margin: 0;
	}

	.check input[type="checkbox"] + label {
		line-height: 1;
	}

	.check input[type="checkbox"] + label::before {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 22px;
		height: 22px;
		margin-top: -10px;
		background: #fff;
		content: "";
	}

	.check input[type="checkbox"] + label::before {
		border: 2px solid #cdcdcd;
	}

	.check input[type="checkbox"]:checked + label::after {
		position: absolute;
		top: 50%;
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		content: "";
	}

	.check input[type="checkbox"]:checked + label::before {
		background-color: #aa9b73;
		border: 2px solid #aa9b73;
	}

	.check input[type="checkbox"]:checked + label::after {
		left: 3px;
		width: 15px;
		height: 10px;
		margin-top: -6px;
		border-bottom: 4px solid #fff;
		border-left: 4px solid #fff;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

#btn_regist,
#btn_home a {
	display: block;
	width: 444px;
	height: 0;
	margin: 70px auto 0;
	padding-top: 74px;
	overflow: hidden;
	border: none;
	cursor: pointer;
}

#btn_regist {
	background: url(../img/form/btn_form.png) no-repeat;
}

#btn_home a {
	background: url(../img/form/btn_home.png) no-repeat;
}

#btn_regist:hover,
#btn_home a:hover {
	background-position: 0 -74px;
}

#disp_mess_1 a,
#disp_mess_2 a {
	display: block;
	color: #0024d9;
	font-size: 16px;
	line-height: 1.5;
}

#disp_mess_2 a {
	margin-bottom: 5px;
}

/* 完了画面テキスト */

#txt_regist {
	color: #333;
	font-size: 18px;
	line-height: 1.5;
}

/* privacy */

.privacy_block {
	box-sizing: border-box;
	width: 100%;
	height: 350px;
	margin: 0 auto 20px;
	padding: 20px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #ddd;
}

.privacy_block h3 {
	margin-bottom: 14px;
	padding: 0 0 0 10px;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3;
	background: url(../img/company/bg_tm.png) repeat-x left bottom;
	border-left: 10px solid #c53d43;
}

.privacy_block h4,
.privacy_block h5 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #333;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2;
	border-bottom: 1px dotted #333;
}

.privacy_block p {
	margin-bottom: 20px;
	color: #333;
	font-size: 13px;
	line-height: 1.6;
}

/* 2002 add */

/* ---------- gift ---------- */

#gift {
	padding: 14px 0 24px;
	background-color: #f6f6f6;
}

#gift .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 810px;
	margin: 0 auto;
	font-feature-settings: "palt";
}

#gift .list .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#gift .list .box .imgbox {
	width: 187px;
}

#gift .list .box .txtbox {
	box-sizing: border-box;
	width: 188px;
	padding-left: 8px;
}

#gift .list li:nth-of-type(2) .txtbox {
	width: 206px;
}

#gift .list li:nth-of-type(1) {
	width: 380px;
}

#gift .list li:nth-of-type(2) {
	width: 400px;
}

#gift .list li .txt {
	font-size: 16px;
}

#gift .list li .stxt {
	font-size: 8px;
	line-height: 1.5;
}

/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
