/* CSS Document */

.biz-freeform h3{
	color: #003366;
	font-size: 24px;
	margin-bottom: 40px;
}
table.form{
	margin: 0 auto 20px;
	width: 70%;
}
table.form th{
	padding: 10px 0;
	font-weight: normal;
	width: 30%;
	text-align: left;
}
table.form th i.reqd{
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	padding: 5px;
	margin-left: 10px;
	vertical-align: middle;
	background-color: #FE6F6C;
}
table.form th small{
	font-size: 14px;
}
table.form td{
	line-height: 1.8;
	padding: 10px 0;
	width: 50%;
	text-align: left;
}
table.form td small{
	font-size: 14px;
}
table.form input[type="email"],
table.form input[type="text"],
table.form input[type="tel"]{
	border: 1px solid #888;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 10px;
	width: 100%;
}

/* 送信ボタンの初期設定を消す */
.submit input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
/* 送信ボタンのカスタマイズ */
.submit input[type="submit"]{
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: #00a0e9;
	border-radius: 100px;
	padding: 15px 20px;
	max-width: 250px;
	width: 100%;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}
.submit input[type="submit"]:hover{
	opacity: 0.8;
}
.terms{
	text-align: left;
	background: #fff;
	max-width: 920px;
	padding: 20px;
	height: 250px;
	margin: 0 auto;
	border: 1px solid #ddd;
	overflow-y: auto;
	font-size: 14px;
}
.terms div,
.terms p,
.terms li{
	line-height: 1.7;
}
.terms div{
	margin: 20px auto;
}
.terms p{
	padding-bottom: 0;
}
.terms ol li{
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.terms ul li{
	text-indent: -1.25em;
	padding-left: 1.25em;
}
.terms h4{
	text-align: center;
	font-size: 20px;
	margin: 20px auto;
}
.terms h5{
	font-size: 16px;
	margin: 30px auto 0;
}
.terms p.enforcement{
	text-align: right;
}
.terms-check{
	margin: 20px auto;
	display: inline-block;
	text-align: left;
}
span.err-msg{
	display: block!important;
	font-size: 14px;
	color: #FE6F6C;
	line-height: 1.8;
}

@media screen and (max-width: 800px){
	.title-wrapper .btn-anchor{
		font-size: 16px;
	}
	.title-wrapper .btn-anchor a{
		padding: 10px 15px;
	}
	table.form{
		width: 90%;
	}
}
@media screen and (max-width: 640px){
	.title-wrapper .btn-anchor{
		position: static;
		margin: 0 auto 20px;
		font-size: 18px;
		width: 100%;
	}
	table.service th,
	table.service td{
		display: block;
	}
	table.service th{
		width: 100%;
		padding: 10px;
		border-bottom: none;
	}
	table.service td{
		padding: 20px 10px;
	}
	table.service td small br{
		display: none;
	}
	table.form{
		margin: 0 auto 40px;
		width: 100%;
	}
	table.form th,
	table.form td{
		display: block;
		width: 100%;
	}
	table.form th{
		padding: 30px 0 5px;
	}
	table.form td{
		padding: 0;
	}
	table.form tr:nth-of-type(1) th{
		padding: 0 0 5px;
	}
	.terms{
		padding: 10px;
		height: 200px;
	}
}