@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */

.contactBox {
	padding-bottom: 60px;
}
	.contentBox .normalTxt a {
		color: #333;
		text-decoration: underline !important;
	}
	.formList {
		margin: 30px 0;
		border-top: 3px solid #c9c9c9;
		border-bottom: 2px solid #c9c9c9;
	}
		.formList > dt,
		.formList > dd {
			padding: 10px 0;
			font-size: 1.4rem;
		}
		.formList > dt {
			position: relative;
			padding-bottom: 0;
			font-weight: bold;
		}
			.formList > dt label {
				margin: 0;
				cursor: inherit;
			}
		.formList > dd {
			border-bottom: 1px solid #c9c9c9;
		}
			.formList > dd .txt_form {
				padding: 10px 0 5px;
				display: inline-block;
			}
		.formList_inputItem {
			width: 100%;
		}
		.formList_inputItem02 {
			width: 100%;
			height: 150px;
		}
		.formList_inputItem03 {
			width: 100%;
		}
		.formList_inputItem04 {
			width: 70px;
		}
		.txt_privacy a {
			color: #ca6272;
			text-decoration: underline !important;
		}
		.formList .errorTxt {
      color: #dc0101;
		}

	.submitBox {
		margin: 50px 0 0;
	}
		.submitBox .btnSend {
			display: block;
			width: 80%;
			margin: 0 auto;
			padding: 15px 0;
			background-color: #056e93;
			border: 0;
			border-radius: 3px;
			box-shadow: 0 0 2px 1px rgba(0,0,0,0.05);
			cursor: pointer;
			text-align: center;
			color: #fff;
			font-size: 1.4rem;
		}
		.submitBox .btnSend:hover {
			opacity: 0.7;
		}

.thanksBox {
	margin-bottom: 40px;
}
	.thanksBox .txt_large {
		margin-bottom: 20px;
		padding: 20px 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		text-align: center;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.0;
	}


/* ================================================================================================================================================================================== */
/* tablet */
/* ================================================================================================================================================================================== */

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

/* -------------------------- */
/* content */
/* -------------------------- */

	.txt_privacy {
		text-align: center;
	}


}


/* ================================================================================================================================================================================== */
/* tablet */
/* ================================================================================================================================================================================== */

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

/* -------------------------- */
/* content */
/* -------------------------- */

.contactBox {
	padding-bottom: 80px;
}
	.formList {
		margin-bottom: 50px;
		display: flex;
		flex-wrap: wrap;
	}
		.formList > dt,
		.formList > dd {
			padding: 20px 0;
			font-size: 1.6rem;
		}
		.formList > dt {
			width: 25%;
			padding-top: 35px;
			border-bottom: 1px solid #c9c9c9;
		}
		.formList > dd {
			width: 75%;
			min-height: 60px;
			padding: 27px 0 27px 30px;
		}
		.confirmList > dt {
			padding-top: 20px;
		}
		.confirmList > dd {
			padding: 20px 0 20px;
		}
		.formList_inputItem {
			width: 30%;
		}

	.submitBox {
		margin: 45px 0 0;
	}
		.submitBox .btnSend {
			width: 320px;
			padding: 20px 0;
			font-size: 1.8rem;
		}

.thanksBox {
	margin-bottom: 70px;
}



}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

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

/* -------------------------- */
/* content */
/* -------------------------- */


}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

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

/* -------------------------- */
/* content */
/* -------------------------- */



}
