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


	
	
/* contact-area
--------------------- */
#contact-area .inner {
	max-width: 960px;
}
	#contact-area .read {
		text-align: center;
		margin-bottom: 40px;
		padding-bottom: 50px;
		border-bottom: solid 1px #ddd;
	}

	#contact-area {
		width: 100%;
		background: #F8F8F8;
		border-radius: 20px;
	}
		#contact-area table {
			width: 100%;
			border-collapse: collapse;
		}
			#contact-area table th {
				width: 250px;
				font-size: 1.8rem;
				line-height: 1.4em;
				text-align: left;
				padding: 20px 0;
			}
				#contact-area table th span {
					display: inline-block;
					background: #F5C558;
					font-size: 1.0rem;
					line-height: 1;
					border-radius: 5px;
					vertical-align: text-bottom;
					padding: 5px;
					margin-left: 12px;
				}


			#contact-area table td {
				padding: 20px 0;
				font-size: 1.6rem;
			}
			#contact-area table td.flex-start {
				display: flex;
				display: -webkit-flex;
				justify-content: space-between;
			}

				#contact-area table td .textbox {
					width: 100%;
					padding: 20px;
					border: solid 1px #BDBFC4;
					border-radius: 5px;
					font-size: 1.6rem;
				}
				#contact-area table td .textbox-half {
					width: 49%;
					padding: 20px;
					border: solid 1px #BDBFC4;
					border-radius: 5px;
					font-size: 1.6rem;
				}
				#contact-area table td .textbox-half:nth-child(1) {
					margin-right: 2%;
				}
				#contact-area table td textarea {
					width: 100%;
					height: 200px;
					padding: 20px;
					border: solid 1px #BDBFC4;
					border-radius: 5px;
					font-size: 1.6rem;
				}

				#contact-area table td .sub_txt {
					display: block;
					font-size: 1.2rem;
					padding-top: 8px;
				}
				#contact-area.confirm table td .sub_txt {
					display: none;
				}

				#contact-area table td .horizontal-item {
					display: block;
					margin-left: 0 !important;
					margin-right: 20px;
					margin-bottom: 7px;
				}
				#contact-area table td .horizontal-item:nth-last-child(1) {
					margin-bottom: 0;
				}
					#contact-area input[type=radio].radio_btn_item{
						display: none;
					}
					#contact-area input[type=checkbox].radio_btn_item{
						display: none;
					}
					#contact-area label {
						display: inline-block;
					}
					#contact-area .radio_btn_item + span {
						padding-left: 32px;
						display: inline-block;
						position: relative;
					}
					#contact-area .radio_btn_item + span::after,
					#contact-area .radio_btn_item + span::before {
						content: '';
						display: block;
						position: absolute;
						top: 4px;
					}
					#contact-area .radio_btn_item + span::before {
						border: 1px solid #BDBFC4;
						background: #fff;
						border-radius: 50%;
						left: 0;
						height: 20px;
						width: 20px;
					}
					#contact-area .radio_btn_item + span::after{
						border: none;
						border-right: 3px solid #F5C558;
						border-bottom: 3px solid #F5C558;
						height: 12px;
						left: 8px;
						opacity: 0;
						top: 4px;
						transform: rotate(45deg);
						width: 7px;
					}
					#contact-area .radio_btn_item:checked + span::after {
						opacity: 1;
					}


	#contact-area .text {
		width: 100%;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}
		#contact-area .text p {
			font-size: 1.6rem;
			margin-bottom: 10px;
		}
		#contact-area.confirm .text p {
			display: none;
		}
			#contact-area .text a {
				color: #676464;
				text-decoration: underline;
			}
			#contact-area .text a:hover {
				text-decoration: none;
			}

		#contact-area .text .check {
			display: flex;
			justify-content: center;
			align-items: center;
			font-size: 1.6rem;
		}
		#contact-area.confirm .text .check {
			position: relative;
		}
		#contact-area.confirm .text .check:after {
			content: "";
			border: none;
			border-right: 3px solid #F5C558;
			border-bottom: 3px solid #F5C558;
			position: absolute;
			height: 12px;
			left: 50%;
			top: 6px;
			transform: rotate(45deg);
			width: 7px;
			margin-left: -140px;
		}



	#contact-area .contact_submitbtn {
		padding-top: 0;
	}
	#contact-area.confirm .contact_submitbtn {
		max-width: 750px;
		margin: auto;
		padding-top: 0;
	}
		#contact-area .button {
			width: 49%;
			max-width: 350px;
			height: 70px;
			background: #2F2B2B;
			border-radius: 5px;
			border: none;
			font-size: 1.9rem;
			font-weight: 700;
			color: #fff;
			cursor: pointer;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#contact-area .button:hover {
			opacity: 0.7;
		}

		#contact-area .back {
			width: 49%;
			max-width: 350px;
			height: 70px;
			background: #E5E5E5;
			border-radius: 5px;
			font-size: 1.9rem;
			border: none;
			font-weight: 700;
			cursor: pointer;
			transition: 0.3s;
			-webkit-transition: 0.3s;
			margin-right: 2%;
		}
		#contact-area .back:hover {
			opacity: 0.7;
		}


	#contact-area.thanks .txt {
		text-align: center;
		margin-bottom: 50px;
	}

	#contact-area.thanks .btn {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
		#contact-area.thanks .btn a {
			display: flex;
			justify-content: center;
			align-items: center;
			height: 70px;
			background: #2F2B2B;
			border-radius: 5px;
			border: none;
			font-size: 1.9rem;
			font-weight: 700;
			color: #fff;
			cursor: pointer;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#contact-area.thanks .btn a:hover {
			opacity: 0.7;
		}





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


	
/* contact-area
--------------------- */
#contact-area .read {
	text-align: left;
	margin-bottom: 30px;
	padding-bottom: 40px;
}

#contact-area table th {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	padding: 20px 0 14px 0;
}


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

	#contact-area table td .textbox {
		padding: 15px;
		font-size: 1.6rem;
	}
	#contact-area table td .textbox-half {
		padding: 15px;
		font-size: 1.6rem;
	}
	#contact-area table td textarea {
		padding: 10px;
	}

	#contact-area table td .sub_txt {
		font-size: 1.0rem;
	}


#contact-area .text {
	padding-top: 10px;
	padding-bottom: 30px;
}
	#contact-area .text p {
		font-size: 1.4rem;
	}

	#contact-area .text .check {
		font-size: 1.4rem;
	}



#contact-area.confirm .contact_submitbtn {
	display: block;
	max-width: 100%;
}
	#contact-area .button {
		width: 100%;
		max-width: 100%;
		height: 60px;
		font-size: 1.6rem;
	}

	#contact-area .back {
		width: 100%;
		max-width: 100%;
		height: 60px;
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	#contact-area.thanks .btn {
		width: 70%;
	}
		#contact-area.thanks .btn a {
			height: 60px;
			font-size: 1.6rem;
		}



}