@charset "UTF-8";
/* CSS Document */



	
	
/* contact
--------------------- */
#contact {
	width: 100%;
	padding-bottom: 150px;
}
	#contact .txt {
		font-size: 1.5rem;
		margin-bottom: 80px;
	}


	#contact .step {
		margin-bottom: 80px;
	}
		#contact .step li {
			width: 31%;
			border-bottom: solid 2px #ddd;
			font-size: 1.7rem;
			font-weight: 700;
			color: #B0B0B0;
			letter-spacing: 0.02em;
			padding-bottom: 5px;
		}
		#contact .step li.active {
			border-bottom: solid 2px #FF7D8C;
			color: #FF7D8C;
		}
			#contact .step li span {
				font-size: 1.9rem;
			}


	#contact table {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 30px;
	}
		#contact table th {
			width: 260px;
			font-size: 1.6rem;
			text-align: left;
			padding: 20px;
		}
			#contact table th span {
				font-size: 1.2rem;
				color: #FF7D8C;
				padding-left: 15px;
			}

		#contact table td {
			width: -webkit-calc(100% - 260px);
			width: calc(100% - 260px);
			text-align: left;
			padding: 20px 0;
		}
			#contact table td .textbox {
				width: 100%;
				font-size: 1.6rem;
				padding: 20px;
				letter-spacing: 0.06em;
				background: #F5F5F5;
				border: none;
			}

			#contact table td textarea {
				width: 100%;
				height: 300px;
				font-size: 1.6rem;
				padding: 20px;
				letter-spacing: 0.06em;
				background: #F5F5F5;
				border: none;
			}

			#contact table td span {
				display: block;
				padding-top: 5px;
				font-size: 1.2rem;
				letter-spacing: 0.06em;
			}


	#contact .btn {
		width: 280px;
		margin: auto;
	}
		#contact button {
			width: 280px;
			height: 70px;
			background: #FF7D8C url("../../common/img/icon_arrow_white.svg") no-repeat right 20px center;
			border: none;
			font-size: 1.8rem;
			font-weight: 700;
			letter-spacing: 0.06em;
			color: #fff;
			cursor: pointer;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#contact button:hover {
			background: #FF7D8C url("../../common/img/icon_arrow_white.svg") no-repeat right 15px center;
			opacity: 0.7;
		}

	
	#contact .btn02 {
		max-width: 600px;
		margin: 0 auto;
	}
		#contact .btn02 li.next {
			width: 48%;
		}
			#contact .btn02 li.next input {
				border: none;
				width: 100%;
				height: 70px;
				background: #FF7D8C url("../../common/img/icon_arrow_white.svg") no-repeat right 20px center;
				font-size: 1.8rem;
				font-weight: 700;
				letter-spacing: 0.06em;
				color: #fff;
				cursor: pointer;
				transition: 0.3s;
				-webkit−transition: 0.3s;
			}
			#contact .btn02 li.next input:hover {
				background: #FF7D8C url("../../common/img/icon_arrow_white.svg") no-repeat right 15px center;
				opacity: 0.7;
			}
	
	
		#contact .btn02 li.back {
			width: 48%;
			margin-right: 4%;
		}
			#contact .btn02 li.back input {
				border: none;
				width: 100%;
				height: 70px;
				background: #e8e8e8 url("../../common/img/icon_arrow_back.svg") no-repeat left 20px center;
				font-size: 1.8rem;
				font-weight: 700;
				letter-spacing: 0.06em;
				color: #1f1f1f;
				cursor: pointer;
				transition: 0.3s;
				-webkit−transition: 0.3s;
			}
			#contact .btn02 li.back input:hover {
				background: #e8e8e8 url("../../common/img/icon_arrow_back.svg") no-repeat left 15px center;
				opacity: 0.7;
			}


	.thanks h2 {
		font-size: 2.6rem;
		font-weight: 500;
		margin-bottom: 20px;
		text-align: center;
	}


	.thanks .txt {
		font-size: 1.5rem;
		line-height: 2em;
		margin-bottom: 60px;
		text-align: center;
	}


	.thanks .btn {
		margin: auto;
	}
	

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}







/* max 767px */
@media screen and (max-width: 767px) {



	
	
/* contact
--------------------- */
#contact {
	padding-bottom: 70px;
}
	#contact .txt {
		font-size: 1.2rem;
		margin-bottom: 50px;
	}


	#contact .step {
		margin-bottom: 40px;
	}
		#contact .step li {
			font-size: 1.3rem;
		}
			#contact .step li span {
				font-size: 1.5rem;
			}


	#contact table th {
		display: block;
		width: 100%;
		font-size: 1.4rem;
		padding: 20px 0 10px 0;
	}
		#contact table th span {
			font-size: 1.0rem;
		}

	#contact table td {
		display: block;
		width: 100%;
		padding: 0 0 20px 0;
	}
		#contact table td .textbox {
			font-size: 1.6rem;
			padding: 20px;
		}

		#contact table td textarea {
			width: 100% !important;
			height: 300px !important;
			font-size: 1.6rem !important;
			padding: 20px !important;
			letter-spacing: 0.06em !important;
			background: #F5F5F5 !important;
			border: none !important;
		}

		#contact table td span {
			font-size: 1.0rem;
			letter-spacing: 0;
		}


	#contact .btn {
		width: 80%;
	}
		#contact button {
			width: 100%;
			height: 60px;
			font-size: 1.8rem;
		}


	
	#contact .btn02 {
		display: block;
		width: 80%;
	}
		#contact .btn02 li.next {
			width: 100%;
		}
			#contact .btn02 li.next input {
				width: 100%;
				height: 60px;
				font-size: 1.8rem;
			}
	
	
		#contact .btn02 li.back {
			width: 100%;
			margin-right: 0;
			margin-bottom: 20px;
		}
			#contact .btn02 li.back input {
				width: 100%;
				height: 60px;
				font-size: 1.8rem;
			}


	
	.thanks h2 {
		font-size: 2.0rem;
		font-weight: 500;
		margin-bottom: 20px;
		text-align: center;
	}


	.thanks .txt {
		font-size: 1.4rem;
		line-height: 1.8em;
		margin-bottom: 40px;
		text-align: left;
	}


	.thanks .btn {
		margin: auto;
	}






}