/* CSS Document */
input, textarea {
	-webkit-appearance: none;
}
.main_image {
	width: 980px;
	margin: 20px auto 10px;
	text-align: center;
}
#info .inner_info {
	margin: 15px 0;
}
#info .inner_info p.desc {
	margin-bottom: .5em;
	font-size: 14px;
}
#form1 {
	background-color: #efefef;
	border-radius: 10px;
	padding: 30px;
}
.form-group {
	color: #1a1c6d;
	text-align: left;
	padding: 15px 0;
	border-bottom: 2px dotted #fff;
}
.form-group label, .form-group .jusho {
	font-weight: bold;
	width: 100%;
	display: block;
	margin-bottom: 0.3em;
}
.form-group input, .form-group textarea {
	padding: 7px 10px;
	border: none;
	border-radius: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 100%;
}
::placeholder {
	color: #aaa;
}
.form-group .jusho ~ input {
	margin-bottom: .7em;
}
.mark {
	padding: 2px .3em 2px .5em;
	color: #fff;
	font-size: .8em;
	border-radius: 5px;
	margin-left: 0.5em;
	letter-spacing: .3em;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
}
.must {
	background: #C3135B;
}
.any {
	background: #607d8b;
}
.form-group input#postcode {
	width: 10em;
}
.form-group input#date, .form-group input#date ~ img {
	display: inline-block;
}
.form-group input#date, .form-group input#states {
	width: 10em;
}
.form-group input#date ~ img {
	vertical-align: middle;
	height: 24px;
	margin-left: 0.5em;
	cursor: pointer;
}
button.submit {
	text-align: center;
	max-width: 250px;
	width: 100%;
	display: block;
	border: none;
	height: 50px;
	background: linear-gradient(135deg, #283593, #5861cc);
	border-radius: 5px;
	font-size: 1.2em;
	color: #fff;
	margin: 35px auto 25px;
	cursor: pointer;
}
button.submit:hover {
	opacity: 0.7;
}
input {
	font-size: 16px;
	transform: scale(1);
}
/*フォーム下部の注記*/
.aform-notice-frame {
	display: block;
	margin: 1em auto;
	line-height: 1.5;
}
.aform-notice-frame dt {
	width: auto;
	padding: .8em 0 .2em;
	color: #000;
	font-weight: bold;
}
.aform-notice-frame dd {
	width: auto;
	color: #999;
	font-size: .8em;
}
/*#form1下、連絡先部分*/
#info .contact {
	display: flex;
	background-color: #1a1c6d;
	border-radius: 10px;
	padding: 20px 10px;
	margin: 20px 0;
	color: #1a1c6d;
}
#info .contact h4 {
	font-weight: normal;
}
#info .contact .mail, #info .contact .tel {
	width: 48%;
	margin: 0 auto;
	background-color: #f9f8ff;
	padding: 5px 10px;
	border-radius: 6px;
}
#info .contact .fa-envelope, #info .contact .fa-mobile-alt {
	font-size: 3.5em;
}
#info .contact .inner_mail, #info .contact .inner_tel {
	display: inline-block;
	padding-left: 10px;
	font-weight: bold;
}
#info .contact .inner_mail a, #info .contact .inner_tel a {
	text-decoration: underline;
}