@charset "utf-8";

/*---------------------------*/

.p-h2title {
	text-align: center;
	padding-bottom: 20px;
}

.p-form {
	background-color: #ffffff;
	padding: 45px 84px;
}

.p-read01 {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding-bottom: 10px;
}

.p-required {
	color: #e8496b;
}

.p-table01 {
	width: 100%;
	margin-bottom: 12px;
	display: table;
}

.p-table01-tr{
	display: table-row;
}

.p-table01-th {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: left;
	padding: 12px 0;
	vertical-align: middle;
	display: table-cell;
}

.p-table01-th .p-required02 {
	color: #e8496b;
	font-size: 12px;
	font-weight: normal;
}

.p-table01-td {
	font-size: 16px;
	line-height: 1.2em;
	text-align: right;
	padding: 12px 0px;
	display: table-cell;
}

.p-table01-td option {
	background-color: #515151;
	padding: 8px 10px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1em;
}

.p-table01-select01 {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding: 10px 20px;
	width: 500px;
	border: none;
	background-color: #eaeaea;
	font-size: 16px;
	line-height: 1em;
}

.p-table01-input01 {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding: 10px 20px;
	width: 460px;
	border: none;
	background-color: #eaeaea;
}

.p-table01-textarea01 {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding: 10px 20px;
	width: 460px;
	max-width: 460px;
	border: none;
	background-color: #eaeaea;
}

/*----------------------*/

.p-privacy {
	border: 1px solid #cccccc;
	overflow: auto;
	height: 158px;
	margin-bottom: 18px;
}

.p-privacy-in {
	padding: 12px 18px 20px 18px;
	text-align: left;
	font-size: 14px;
	line-height: 25px;
}

.p-privacy-in h3 {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	padding: 10px 0px;
}

.p-privacy-in h4 {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	padding: 10px 0px;
}

.p-privacy-in p {
	font-size: 14px;
	line-height: 25px;
}

/*---------------------*/

.p-privacy02 {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #0067b6;
	text-align: center;
	margin-bottom: 26px;
}

.p-privacy02 .p-required03 {
	color: #e8496b;
	font-size: 14px;
}

.submit {
	text-align: center;
}

.submit input {
	border-style: none;
	height: 55px;
	width: 270px;
	font-size: 21px;
	line-height: 1.2em;
	color: #ffffff;
	cursor: pointer;
}


/*---------確認ページ--------- */
.p-formbtn{
	width: 590px;
	margin: 60px auto 0;
}


/*---------*/

@media only screen and (max-width: 767px) {
	.p-form {
		padding: 0;
	}
	.p-table01 {
		display: block;
	}

	.p-table01-tr{
		display: block;
	}

	.p-table01-th {
		display: block;
		border-bottom: 1px solid #3964C8;
	}
	.p-table01-td {
		text-align: left;
		padding: 12px 0px;
		display: block;
	}
	.p-table01-select01 {
		width: 100%;
	}

	.p-table01-input01 {
		width: 100%;
	}

	.p-table01-textarea01 {
		width: 100%;
		max-width: 100%;
	}



	
}