/*
----------------------------------------
contact
----------------------------------------
*/
ol {
	text-align: left;
}
.form-box {
	padding: 0rem 0 0rem;
}

.form-note {
	margin: 3.3rem 0 3.8rem;
	background: #eeeeee;
	min-height: 27rem;
	position: relative;
}
.form-note::after {
	content: "";
	width: 30.1rem;
	height: 20.9rem;
	background: url(../img/emao.png) no-repeat 0 0 / contain;
	position: absolute;
	bottom: -1rem;
	right: -9.3rem;
}
.form-note dl {
	padding: 3.3rem 4.6rem;
}
.form-note dt {
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
	color: var(--main-color);
	line-height: 1em;
	height: 1em;
	border-left: 4px solid var(--main-color);
	padding-left: 1.3rem;
}
.form-note dd {
	margin-top: 1.6rem;
	letter-spacing: 0.05em;
}

.thanks {
	text-align: center;
}
.thanks p {
	font-size: 1.4rem;
	line-height: 1.6;
}
/*
----------------------------------------
1000
----------------------------------------
*/

@media screen and (max-width: 1000px) {
	.form-box {
		padding: 8rem 0 10rem;
	}
	.form-note::after {
		display: none;
	}
	.form-note dl {
	}
	.form-note dt {
		width: 200px;
		padding: 5.4rem 1rem;
		font-size: 2rem;
	}

	.form-note dd {
		width: calc(100% - 200px);
		padding-left: 2rem;
	}

	.form-note dd li {
		font-size: 1.4rem;
		text-indent: -1.4rem;
		padding-left: 1.4rem;
	}

	.form-note dd li br.pc {
		display: none;
	}
	.thanks p {
		font-size: 1.4rem;
		line-height: 1.6;
	}
}

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

@media screen and (max-width: 768px) {
	.form-box {
		padding: 0rem 0 6rem;
	}

	.form-note {
		margin: 3rem 0;
	}

	.form-note {
		flex-direction: column;
	}
	.form-note dl {
		padding: 2rem;
	}
	.form-note dt {
		width: 100%;
		padding: 0 0 0 1rem;
		margin-bottom: 2rem;
	}

	.form-note dd {
		width: 100%;
		padding: 0;
	}

	.form-note dd li {
		font-size: 1.5rem;
		text-indent: -1.2rem;
		padding-left: 1.2rem;
		letter-spacing: 0;
		line-height: 1.8;
		margin-top: 0.5rem;
	}

	.form-note dd li br.pc {
		display: inline;
	}

	#thanks .form-wrap {
		padding: 2rem 0;
	}

	#thanks .form-wrap .read {
		text-align: left;
		font-size: 1.5rem;
		letter-spacing: 0.6px;
	}

	#thanks #info {
		padding: 0 0 3rem;
	}

	#thanks #info .ttl {
		font-size: 1.6rem;
	}

	#thanks #info h2 {
		font-size: 2.4rem;
		margin-bottom: 2.5rem;
	}

	#thanks .tel-block {
		margin: 3rem 0 4rem;
	}
	.line_banner {
		width: inherit;
		display: block;
		margin: 3.5rem 14px 0 20px;
	}
}
