/*
----------------------------------------
contact
----------------------------------------
*/

.page-header {
	background: url( ../img/contact/2x/header-bg.png ) center center / cover no-repeat;
}

.info-box {
	margin: 5rem 0 10rem;
}

.info-box .read {
	line-height: 2.4;
	letter-spacing: 1px;
	margin: 2.5rem 0 5.5rem;
}

.info-box .tel {
	margin: 3.2rem 0;
}

.info-box .tel a {
	display: block;
	background: #fff;
	border-radius: 10px;
	padding: 43px 20px;
	text-align: center;
	line-height: 1.15;
}

.info-box .tel a .num {
	display: inline-block;
	font-size: 4.8rem;
	font-weight: 600;
	letter-spacing: 2px;
	padding-left: 40px;
	margin-left: 5px;
	background: url( ../img/contact/2x/icon-tel.png ) left center / 35px no-repeat;
}

.info-box .tel a .num span {
	display: inline-block;
	font-weight: normal;
	transform: translateY( -5px );
}

.info-box .tel a .note {
	color: #999;
}

.info-box .line a {
	display: block;
	line-height: .5;
	border-radius: 10px;
}

.form-box {
	padding: 5.5rem 0 13rem;
}

.form-box .read {
	line-height: 2.4;
	letter-spacing: 1px;
	margin: 2.5rem 0 4.5rem;
}

.form-box .notice .ttl {
	width: 200px;
}

.form-box .notice .ttl h3 {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: calc( 100% - 10px );
	border: solid 2px #8fc31f;
	border-radius: 10px;
	font-weight: 500;
	color: #8fc31f;
	letter-spacing: 1px;
}

.form-box .notice .txt {
	width: calc( 100% - 200px );
	padding-left: 3rem;
	transform: translateY( -10px );
}

.form-box .notice .txt li {
	font-size: 1.4rem;
	text-indent: -1.4rem;
	padding-left: 1.4rem;
	line-height: 2.2;
	letter-spacing: .8px;
	margin: 0 0 2px;
}

.form-box .form-wrap {
	margin-top: 4rem;
	padding: 50px;
	background: #fff;
	border-radius: 10px;
}

#thanks .info-box .read {
	text-align: center;
}

#thanks .info-box .tel a {
	max-width: 600px;
	margin: 0 auto;
}

#thanks .btn {
	text-align: center;
}

#thanks .btn a {
	display: inline-block;
	width: 360px;
	max-width: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
	color: #fff;
	background: #8fc31f;
	padding: 16px;
	margin: 0;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba( 0, 0, 0, .2 );
	transition: all .2s;
}


/*
----------------------------------------
1400
----------------------------------------
*/

@media screen and ( max-width: 1400px ) {
}


/*
----------------------------------------
1200
----------------------------------------
*/

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

	.form-box .form-wrap {
		padding: 30px 20px 40px;
	}

	#contact form#mailformpro dl dt {
		width: 220px;
		font-size: 1.6rem;
		padding: 32px 70px 0 0;
	}

	#contact form#mailformpro dl dd {
		width: calc( 100% - 220px );
		padding: 20px 30px 20px 0;
	}

	#contact form#mailformpro dl dd::before {
		left: -220px;
	}

}


/*
----------------------------------------
768
----------------------------------------
*/

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

	.info-box {
		margin: 2rem 0 4rem;
	}

	.info-box .read {
		line-height: 2;
		letter-spacing: .4px;
		margin: 2rem 0 3rem;
	}

	.info-box .tel {
		margin: 2rem 0;
	}

	.info-box .tel a {
		padding: 22px 20px 25px;
		line-height: 1.4;
	}

	.info-box .tel a .num {
		font-size: 3.2rem;
		padding-left: 36px;
		background: url( ../img/contact/2x/icon-tel.png ) left center / 28px no-repeat;
	}

	.form-box {
		padding: 3rem 0 4rem;
	}

	.form-box .ttl-02 .jp {
		margin-bottom: 2rem;
	}

	.form-box .read {
		line-height: 2;
		letter-spacing: .4px;
		margin: 2rem 0 3rem;
	}

	.form-box .notice {
		flex-direction: column;
	}

	.form-box .notice .ttl {
		width: 100%;
		margin-bottom: 1.5rem;
	}

	.form-box .notice .ttl h3 {
		padding: 5px;
	}

	.form-box .notice .txt {
		width: 100%;
		padding: 0;
		transform: none;
	}

	.form-box .notice .txt li {
		font-size: 1.2rem;
		text-indent: -1.2rem;
		padding-left: 1.2rem;
		letter-spacing: 0;
		line-height: 1.8;
		margin: 0 0 5px;
	}

	.form-box .form-wrap {
		padding: 20px 15px 30px;
		margin-top: 3rem;
	}

	#contact form#mailformpro > dl {
		flex-direction: column;
	}

	#contact form#mailformpro dl dt {
		width: 100%;
		background: transparent;
		padding: 20px 40px 5px 0;
		position: relative;
	}

	#contact form#mailformpro dl dt::after {
		content: '';
		width: 24px;
		height: 24px;
		background: url( ../img/common/icon-check.svg ) center center / 24px no-repeat;
		position: absolute;
		right: 0;
		top: 24.5px;
		opacity: 0;
		visibility: hidden;
		transition: all .2s;
	}

	#contact form#mailformpro dl dt.ok::after {
		opacity: 1;
		visibility: visible;
	}

	#contact form#mailformpro dl dd {
		width: 100%;
		padding: 5px 0 20px;
		border-bottom: dotted 1px #ccc;
	}

	#contact form#mailformpro dl dd::before,
	#contact form#mailformpro dl dd::after {
		display: none;
	}

	#sp-fix.active {
		display: none !important;
	}

	footer .bottom-wrap {
		padding-bottom: 20px;
	}

	#thanks .info-box .read {
		font-size: 1.5rem;
		letter-spacing: 0;
		text-align: left;
	}

	#thanks .info-box .tel {
		margin: 3rem 0 3.5rem;
	}

	#thanks .btn a {
		font-size: 1.6rem;
	}

}


/*
----------------------------------------
hover
----------------------------------------
*/

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

	#thanks .btn a:hover {
		background: #a1db23;
	}

	.info-box .line a:hover {
		box-shadow: 0 5px 20px rgba( 0, 0, 0, .25 );
	}

}
