/****************************************************
  入力画面
****************************************************/
/* エラーテキスト */
.error-txt {
	padding-top: 5px;
	font-size: 23px;
	font-weight: 500;
	color: red;
}
@media screen and (min-width: 768px) {
.error-txt {
    padding-top: 0.26vw;
    font-size: 1.198vw;
  }
}
@media screen and (max-width: 768px) {
	.error-txt {
		padding-top: 5px;
		font-size: 14px;
		font-weight: 500;
		color: red;
	}
}
@media screen and (max-width: 375px) {
	.error-txt {
		padding-top: 1.333vw;
		font-size: 4.267vw;
	}
}
/* ボタン */
.contact__btn {
	background-color: #fff;
}
.contact__btn-wrap button {
    width: 461px;
    padding: 26px 0 30px;
    font-size: 36px;
    border-radius: 2px;
    color: #fff;
    background-color: #005bab;
    border: 1px solid #005bab;
    transition: .3s;
}
@media screen and (min-width: 768px) {
	.contact__btn-wrap button {
		width: 24.01vw;
		padding: 1.354vw 0 1.563vw;
		font-size: 1.875vw;
		border-radius: 0.104vw;
	}
	.contact__btn-wrap button:hover {
		color: #005bab;
		background-color: #fff;
	}
}
@media screen and (max-width: 768px) {
	.contact__btn-wrap button {
		width: 250px;
		padding: 15px 0;
		font-size: 16px;
	  }
}
@media screen and (max-width: 375px) {
	.contact__btn-wrap button {
		width: 66.667vw;
		padding: 4vw 0;
		font-size: 4.267vw;
	  }
}

/****************************************************
  確認画面
****************************************************/
#conf {
	background-color: #fff;
}
#conf .contact__title {
	margin-bottom: 50px;
}
#conf .contact__item {
	border-bottom: 1px solid #acacac;
}
#conf .contact__item:nth-of-type(1) {
	border-top: 1px solid #acacac;
	padding-top: 65px;
}
@media screen and (min-width: 768px) {
	#conf .contact__item:nth-of-type(1){
		padding-top: 3.385vw;
	}
}
@media screen and (max-width: 768px) {
	#conf .contact__item:nth-of-type(1){
		padding-top: 20px;
	}
}
@media screen and (max-width: 375px) {
	#conf .contact__item:nth-of-type(1){
		padding-top: 5.333vw;
	}
}
#conf .contact__item-label {
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	#conf .contact__item-label.fw-500{
		font-weight: 500;
	}
}
/* ボタン */
#conf .contact__btn-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}
#conf .return-btn {
	background-color: #afafaf;
    border: 1px solid #afafaf;
	margin-top: 1rem;
}
@media screen and (min-width: 768px) {
	#conf .return-btn:hover {
		color: #333;
		background-color: #fff;
	}
}
	
/* テキスト */
.conf__txt {
	text-align: center;
	font-weight: 500;
	font-size: 25px;
	line-height: 1.3;
}
@media screen and (min-width: 768px) {
	.conf__txt {
		font-size: 1.4vw;
	}
}
@media screen and (max-width: 768px) {
	.conf__txt {
		font-size: 18px;
	}
}
@media screen and (max-width: 375px) {
	.conf__txt {
		font-size: 4.5vw;
	}
}
#thanks {
	background-color: #fff;
}
#thanks .contact__title {
	margin-bottom: 50px;
}
.contact__thanks-lead {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.6;
}
#thanks .txt-area {
	padding-top: 30px;
}
.contact__thanks-txt {
	line-height: 1.6;
	font-size: 18px;
	margin-top: 2rem;
}
@media screen and (max-width: 768px) {
	.contact__thanks-txt {
		font-size: 16px;
	}
}
@media screen and (max-width: 375px) {
	.contact__thanks-txt {
		font-size: 4.5vw;
	}
}
#thanks .contact__return-top {
	text-decoration: underline;
}