@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
form
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
input[type="text"], input[type="tel"], input[type="email"], input[type="submit"], button, textarea {
	background: #fff;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#wrapper {
	background: none;
}
.form #applyFlow {
	text-align: center;
	margin-top: 100px;
}
.form #applyFlow figcaption {
	color: #000;
	overflow: hidden;
	text-align: center;
	max-width: 320px;
	margin: 0 auto;
	letter-spacing: 5px;
	text-indent: 5px;
}
.form #applyFlow figcaption img {
	vertical-align: top;
}
.form #applyFlow figcaption span:first-child { float: left; }
.form #applyFlow figcaption span:last-child { float: right; }
.formTable {
	width: 760px;
	max-width: 100%;
	margin: 0 auto;
}
.formTable tr > * {
	vertical-align: top;
	padding: 15px 0 15px 20px;
}
.formTable tr:nth-child(odd) > * {
	background: #FAFAFA;
}
.tabs .formTable tr:nth-child(odd) > *,
.formTable.border tr:nth-child(odd) > * {
	background: none;
}
.formTable.nobg tr > * {
	background: none;
}
.formTable th {
	width: 254px;
	font-weight: bold;
}
.formTable th span {
	font-size: 12px;
}
.tabs .formTable th {
	color: #505050;
}
.formTable td {
	padding-right: 10px;
}
.formTable .require:after {
	color: #fff;
	content: "必須";
	font-size: 12px;
	line-height: 18px;
	background: #ea5292;
	display: inline-block;
	padding: 0 5px;
	float: right;
	margin-top: 5px;
}
.formTable input[type=text],
.formTable input[type=email],
.formTable input[type=tel],
.formTable select,
.formTable textarea {
	color: #000;
	width: 100%;
	height: 34px;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #c8c8c8;
}
.formTable select {
	background: #fff;
}
.formTable textarea {
	height: 200px;
	resize: vertical;
	padding-top: 5px;
	padding-bottom: 5px;
}
.formTable label {
	color: #000;
}
.formTable input[type=checkbox] {
	margin-right: 10px;
}
.formTable.border {
	margin-top: 10px;
}
.formTable.border td {
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
}
.formTable.border tr > * {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px dotted #C8C8C8;
	border-bottom: 1px dotted #C8C8C8;
}
.submit {
	font-size: 0;
	padding-top: 40px;
	text-align: center;
}
.submit input[type=submit],
.submit input[type=reset],
.submit input[type=button],
.submit button,
.submit a {
	color: #fff;
	width: 450px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	border: none;
	cursor: pointer;
	background: #000;
	border: 1px solid #000;
}
.submit input[type=submit]:hover,
.submit input[type=reset]:hover,
.submit input[type=button]:hover,
.submit button,
.submit a:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
}

.error_messe {
	color: #f00;
	text-align: center;
}

@media(max-width: 740px){
	.formTable,
	.formTable tbody,
	.formTable tr,
	.formTable tr > * {
		display: block;
		overflow: hidden;
		width: auto !important;
	}
	.formTable {
		max-width: 9999px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.formTable tr + tr {
		margin-top: 5px;
	}
	.formTable tr > * {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.formTable th {
		padding-top: 7px !important;
		padding-bottom: 5px !important;
	}
	.formTable td {
		padding-top: 0 !important;
		padding-bottom: 15px !important;
	}
	.formTable.border {
		margin-left:  0;
		margin-right: 0;
		margin-top: 30px;
	}
	.formTable.border tr > * {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.formTable.border th {
		padding-top: 15px !important;
		border-bottom: none;
	}
	.formTable.border tr + tr th,
	.formTable.border td {
		border-top: none;
	}
	.formTable.border td {
		padding-bottom: 15px !important;
	}
	.submit input[type=submit],
	.submit input[type=reset],
	.submit input[type=button],
	.submit button,
	.submit a {
		width: 100%;
		height: 50px;
		font-size: 14px;
		line-height: 48px;
	}

	.form #applyFlow {
		width: 200px;
		font-size: 10px;
		margin: 20px auto 0;
	}
	.form #applyFlow img {
		width: 95%;
	}

	.formTable input[type=text],
	.formTable input[type=email],
	.formTable input[type=tel],
	.formTable select,
	.formTable textarea {
		font-size: 16px;
	}
}


.bt {
	border-top: 1px dotted #C8C8C8;
}

.koutei {
	display: block;
	margin: 100px auto 0px;
}
.radio input {
	margin-right: 4px;
	position: relative;
	top: 2px;
}
.radio label {
	margin-right: 20px;
}


.ocsentaku {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    background: #ea5292;
    display: inline-block;
    padding: 5px;
    margin-top: 5px;
	margin-bottom: 5px;
}
