@charset "utf-8";

/* ////////////////////////////////////////
PC,SP共通 
//////////////////////////////////////// */
.table-common input,
.table-common textarea,
.table-common select{
	box-sizing: border-box;
}
.table-common input,
.table-common textarea{
	width: 100%;
	background: #fff;
}
.required:after{
	content: "必須";
	display: inline-block;
	padding: 0 0.75em;
	margin-left: 1em;
	color: #fff;
	background: #1a1a1a;
	border-radius: 3px;
	vertical-align: middle;
}
.form.entry .caution{
	position: relative;
}
.form.entry .caution:after{
	content: "※英数半角";
	
}

/* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */


/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */

@media screen and (min-width: 751px) , print{
	.section-entry{
		padding: 70px 0 90px;
	}
	.entry .table-common th{
		padding: 8px 0 0 0;
	}
	.confirm.entry .table-common th{
		padding: 0;
	}
	
	.table-common input,
	.table-common select{
		height: 45px;
	}
	.table-common select{
		width: 130px;
		background: #fff url(../images/select-arrow.png) no-repeat right 12px top 18px;
	}
	.table-common textarea{
		height: 195px;
	}
	.required{
		line-height: 22px;
	}
	.required:after{
		font-size: 11px;
	}
	.form.entry .caution:after{
		position: absolute;
		left: 0;
		top: 30px;
	}
}


/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */


/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */

@media screen and (max-width: 750px) {
	.section-entry{
		padding: 10vw 0;
	}
	.table-common input,
	.table-common textarea,
	.table-common select{
		font-size: 16px;
	}
	.table-common input,
	.table-common select{
		min-height: 7.5vw;
	}
	.table-common select{
		padding: 0;
		width: 20vw;
		background: #fff url(../images/select-arrow.png) no-repeat right 2vw top 12px;
	}
	.required:after{
		font-size: 2.4vw;
	}
	.wrap-table-common .btn{
		margin-top: 3vw;
	}
}


/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
