#contents {
	padding-bottom: 0;
}

.contact-info {
	margin-bottom: 7rem;
}

.contact-info__txt {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 3rem;
	text-align: center;
}

.contact-info__box {
	border: .1rem solid #e5e5e5;
	line-height: 2;
	margin-bottom: 3rem;
	padding: 3rem 1rem;
	text-align: center;
}

.contact-info__box-ttl {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.28;
	margin-bottom: 2rem;
}

.contact-info__box .tel-wrap {
	margin-bottom: 1.7rem;
}

.contact-info__box .tel {
	margin-bottom: .5rem;
}

.contact-info__box .tel a {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
}

.contact-info__box .tel a::before {
	content: '';
	background: url("../../images/common/icon_tel.svg") no-repeat center/contain;
	display: inline-block;
	height: 2.5rem;
	width: 2.5rem;
	margin-right: 1rem;
}

.contact-info__box .mail-txt {
	margin-bottom: 1.7rem;
}

.contact-info__box .mail-txt a {
	font-weight: bold;
}

.contact-form {
	background-color: #f5f5f5;
	padding: 7rem 0;
}

.contact-form__ttl {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 3rem;
	text-align: center;
}

.contact-form__txt {
	line-height: 2;
	margin-bottom: 4rem;
	text-align: left;
}

.contact-form__wrap {
	background-color: #fff;
	padding: 2rem 1.5rem 6rem;
}

.contact-form .tbl-form {
	margin-bottom: 2rem;
	width: 100%;
}

.contact-form .tbl-form th {
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 1rem;
}

.contact-form .tbl-form td {
	margin-bottom: 4rem;
}

.contact-form .tbl-form__required {
	border: 0.1rem solid #c51144;
	color: #c51144;
	float: right;
	font-size: 1.4rem;
	margin-top: -.2rem;
	padding: .5rem .5rem;
	text-align: center;
	width: 6.4rem;
}

.contact-form .form-control {
	background-color: #fff;
	border: 0.1rem solid #e5e5e5;
	height: 5.2rem;
	outline: none;
	padding: 0 1.9rem;
	width: 100%;
}

.contact-form .form-control:-ms-input-placeholder {
	color: #c6c6c6;
}

.contact-form .form-control::-moz-placeholder {
	color: #c6c6c6;
}

.contact-form .form-control::placeholder {
	color: #c6c6c6;
}

.contact-form textarea.form-control {
	height: 28rem;
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
}

.contact-form .list-checkbox:after {
	content: '';
	clear: both;
	display: block;
}

.contact-form .list-checkbox li {
	margin: .5rem 0;
	min-width: 20.8rem;
}

.contact-form .form-privacy {
	margin-bottom: 3rem;
	text-align: center;
}

.contact-form .form-privacy a {
	font-weight: bold;
	text-decoration: underline;
}

.contact-form .btn-main {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.contact-form .checkbox-custom {
	cursor: pointer;
}

.contact-form .checkbox-custom input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.contact-form .checkbox-custom input:checked ~ span {
	background-color: #005aff;
	border-color: #005aff;
}

.contact-form .checkbox-custom input:checked ~ span:after {
	opacity: 1;
}

.contact-form .checkbox-custom span {
	border: 0.1rem solid #2f2f2f;
	display: inline-block;
	margin-right: 1.5rem;
	position: relative;
	top: .3rem;
	height: 1.7rem;
	width: 1.7rem;
}

.contact-form .checkbox-custom span:after {
	content: '';
	border-left: .2rem solid #fff;
	border-bottom: .2rem solid #fff;
	height: .4rem;
	width: 1rem;
	transform: rotate(-45deg);
	position: absolute;
	opacity: 0;
	left: .2rem;
	top: .2rem;
}

.contact-form .error {
	color: #c51144;
	display: block;
}

.contact-form .form-result {
	border-top: 0.1rem solid #e5e5e5;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 8.2rem;
	padding-top: 8.4rem;
	text-align: center;
}

@media only screen and (min-width: 481px) {

.contact-form__txt {
	text-align: center;
}

}

@media only screen and (min-width: 769px) {

.contact-info {
	margin-bottom: 13rem;
}

.contact-info__txt {
	font-size: 2rem;
	margin-bottom: 6.8rem;
}

.contact-info__wrap {
	display: flex;
	justify-content: space-between;
}

.contact-info__box {
	margin-bottom: 0;
	padding: 6.8rem 1rem 7.2rem;
	width: 48.89%;
}

.contact-info__box-ttl {
	font-size: 2.8rem;
	margin-bottom: 3.2rem;
}

.contact-info__box .tel a {
	font-size: 4rem;
}

.contact-info__box .tel a::before {
	height: 3rem;
	width: 3rem;
}

.contact-info__box .mail-txt {
	margin-bottom: 3.3rem;
}

.contact-form {
	padding: 13rem 0 15rem;
}

.contact-form__ttl {
	font-size: 2.8rem;
	margin-bottom: 5rem;
}

.contact-form__txt {
	margin-bottom: 8rem;
}

.contact-form__wrap {
	padding-left: 3rem;
	padding-right: 3rem;
}

.contact-form .tbl-form {
	margin-bottom: 8rem;
}

.contact-form .tbl-form th,
.contact-form .tbl-form td {
	border-bottom: .1rem solid #e5e5e5;
	padding: 4rem 0;
}

.contact-form .tbl-form th {
	width: 30rem;
}

.contact-form .tbl-form td {
	padding-left: 6.8rem;
}

.contact-form .form-privacy {
	margin-bottom: 7rem;
}

}

@media only screen and (min-width: 992px) {

.contact-form__wrap {
	padding: 4rem 6.8rem 11rem;
}

.contact-form .list-checkbox li {
	float: left;
}

.contact-form .list-checkbox li:nth-child(2n+1) {
	width: 36.8rem;
}

}

@media only screen and (max-width: 768px) {

.contact-form .tbl-form th,
.contact-form .tbl-form td {
	display: block;
	float: left;
	width: 100%;
}

}


/*# sourceMappingURL=../sourcemap/pages/contact.css.map */
