@charset 'utf-8';

/* ------------------------------
 フォーム
------------------------------ */

/* レイアウト */

#header .header_closing .telbox {
	float: right;
}

#footer {
	margin-top: 160px;
}

#contents {
	float: left;
	width: 720px;
}

#side {
	float: right;
	width: 210px;
}

#ssl {
	width: auto;
	float: none;
	padding-top: 0;
}

#ssl_seal {
	width: 100px;
	margin: 0 10px 10px 0;
}

#ssl_seal img {
	width: 100%;
	height: auto;
}

#ssl p {
	width: 100px;
}

/* フロー */

#flow li {
	border-radius: 5px;
	padding: 20px;
	background-color: #ededed;
}

#flow li:not(:last-child) {
	position: relative;
	margin-bottom: 30px;
}

#flow li:not(:last-child):after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: -20px;
	left: 80px;
	margin-right: auto;
	margin-left: auto;
	border-top: 20px solid #ededed;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
}

#flow li:not(:last-child).on:after {
	border-top: 20px solid #ffd3d3;
}

#flow li.on {
	background-color: #ffd3d3;
}

#flow li h3 {
	line-height: 0;
	padding: 0 0 10px 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #494949;
}

#flow li.on h3 {
	border-bottom: 1px dotted #fff;
}

#flow li p {
	color: #666;
	line-height: 20px;
	font-size: 14px;
}

#flow li.on p {
	color: #333;
}

/* 中見出し */

.t_form {
	margin: 0 0 13px 10px;
}

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

.form_tbl {
	width: 100%;
	border-collapse: collapse;
}

.form_tbl th,
.form_tbl td {
	font-size: 18px;
	border: 1px solid #cbcbcb;
}

.form_tbl th {
	padding: 20px;
	width: 210px;
	font-weight: bold;
	line-height: 26px;
	color: #555;
	white-space: nowrap;
	background-color: #feeace;
}

.form_tbl th.other_color {
	background-color: #fff6e9;
}

.form_tbl td {
	padding: 10px 20px;
	line-height: 1.4;
	background-color: #fff;
}

/* 必須・任意アイコン */

.ico_important,
.ico_optional {
	padding-right: 74px;
}

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

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

/* フォーム要素 */

.input,
.select,
.textarea {
	font-family: 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 18px;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	color: #333;
	border: 1px solid #cbcbcb;
	border-radius: 0;
	background-color: #f2f2f2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input:focus {
	background-color: #ffffec;
}

li .input {
	width: 150px;
	margin-left: 5px;
}

.select {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAGCAYAAAAlvnXZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAF1JREFUeNpiNDMz28nAwODGgAm2njx50oeBCMAExPlA/BtN/CcQFzIQCUCG3ADiSWji/UB8mxRDQKAJiF9A2SC6nYEEADPkExBXQNkVUD7RgAWJvQiIjaE0SQAgwAD7zRHXpHeUxwAAAABJRU5ErkJggg==)
		no-repeat right center;
	width: 200px;
}

.textarea {
	height: 5em;
}

/* IMEモード */

.active {
	ime-mode: active;
}

.disabled {
	ime-mode: disabled;
}

/* placeholder文字色 */

:placeholder-shown {
	font-size: 18px;
	color: #666;
}

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

::-webkit-input-placeholder {
	font-size: 18px;
	color: #666;
}

/* Firefox 18- */

:-moz-placeholder {
	font-size: 18px;
	color: #666;
}

/* Firefox 19+ */

::-moz-placeholder {
	font-size: 18px;
	color: #666;
}

/* IE 10+ */

:-ms-input-placeholder {
	font-size: 18px;
	color: #666;
}

.info {
	font-size: 12px;
	line-height: 1.2;
	display: inline-block;
	margin-top: 5px;
	color: #333;
}

@media screen and (min-width: 941px) {
	.input {
		width: 300px;
	}
	.textarea {
		height: 150px;
	}
	.info {
		font-size: 12px;
		line-height: 1.2;
		display: inline-block;
		margin-top: 0;
		color: #333;
	}
}

#disp_mess1 a,
#disp_mess2 a {
	font-size: 14px;
	line-height: 22px;
	display: block;
	color: #00e;
}

#disp_mess2 a {
	margin-bottom: 10px;
}

#disp_mess1 a:hover,
#disp_mess2 a:hover {
	text-decoration: none;
}

/* チェックボックス */

.check {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.check li {
	display: inline-block;
	min-width: 11em;
	margin: 5px 0;
}

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

.check input[type='checkbox'] + label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	color: #555;
	font-weight: bold;
	line-height: 24px;
}

@media (min-width: 1px) {
	.check input[type='checkbox'] {
		display: none;
		margin: 0;
	}
	.check input[type='checkbox'] + label {
		padding-left: 23px;
	}
	.check input[type='checkbox'] + label::before {
		position: absolute;
		top: 12px;
		left: 0;
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		content: '';
		background-color: #f2f2f2;
	}
	.check input[type='checkbox'] + label::before {
		border: 1px solid #cdcdcd;
	}
	.check input[type='checkbox']:checked + label::after {
		position: absolute;
		top: 12px;
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		content: '';
	}
	.check input[type='checkbox']:checked + label::before {
		border: 1px solid #bf0000;
		background-color: #bf0000;
	}
	.check input[type='checkbox']:checked + label::after {
		left: 2px;
		width: 15px;
		height: 10px;
		margin-top: -7px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-bottom: 4px solid #fff;
		border-left: 4px solid #fff;
	}
}

/* サブミット */

#btn_sub_1,
#btn_sub_2,
#btn_home {
	padding-top: 70px;
	height: 0;
	overflow: hidden;
	border: none;
	border-radius: 5px;
	width: 420px;
	cursor: pointer;
	text-align: center;
	display: block;
}

#btn_sub_1,
#btn_home {
	margin: 30px auto 40px;
	background: #43bf00 url(/img/form/btn_sub_1.png) no-repeat center center;
	box-shadow: 0 8px 0 #297400;
}

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

#btn_sub_2 {
	margin: 30px auto 0;
	background: #297400 url(/img/form/btn_sub_2.png) no-repeat center center;
	box-shadow: 0 8px 0 #163d00;
}

#btn_sub_1:hover,
#btn_sub_2:hover,
#btn_home:hover {
	position: relative;
	top: 2px;
}

#btn_sub_1:hover,
#btn_home:hover {
	box-shadow: 0 6px 0 #297400;
}

#btn_sub_2:hover {
	box-shadow: 0 6px 0 #163d00;
}

/* 完了画面 */

#t_regist {
	font-size: 25px;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #121212;
	border-bottom: 1px dotted #838383;
}

#txt_regist {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
}

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