.fcform {
	padding: 134px 0 205px;
	max-width: 1280px;
	width: 92.2%;
}
.fcform br.sp-break {
	display: none;
}
.fcform br.pc-none {
	display: none;
}
/* title */
.fcform__title {
	margin-bottom: 25px;
	padding: 60px 20px 20px;
	font-size: 240%;
	font-weight: 600;
	text-align: center;/*background: #DFDFDF;*/
}
/* title */
.fcform__note {
	margin-bottom: 25px;
	padding: 0px 20px 0px;
	font-weight: 600;
	line-height: 180%;
	text-align: center;/*background: #DFDFDF;*/
}
/* desc */
.fcform__desc {
	display: none;
	margin: 25px auto;
	font-size: 110%;
}
/* progress */
.fcform__progress {
	margin-bottom: 50px;
}
.fcform__progress-step {
	float: left;
	color: #a3a3a3;
	font-size: 125%;
	font-weight: 600;
	width: 33.33%;
	position: relative;
	transition: all .3s ease;
	overflow: hidden;
}
.fcform__progress-step.active {
	color: #d00000;
}
.fcform__progress-step span {
	display: inline-block;
	padding: 35px 0;
	position: relative;
}
.fcform__progress-step span:before {
	content: "";
	margin: auto;
	background: #e0e0e0;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: none;
	transform: translateY(-2px);
	transition: all .3s ease;
	z-index: 1;
}
.fcform__progress-step.active span:before {
	background: #d00000;
	width: 20px;
	height: 20px;
	transform: translateY(0);
	box-shadow: inset 0 0 0 2px #d00000, inset 0 0 0 5px #FEFEFE;
}
.fcform__progress-step span:after {
	content: "";
	background: #e0e0e0;
	height: 5px;
	position: absolute;
	bottom: 10px;
	transform: translateY(2px);
}
.fcform__progress-start {
}
.fcform__progress-start span:after {
	left: 50%;
	right: -33.33vw;
}
.fcform__progress-confirm {
	text-align: center;
}
.fcform__progress-confirm span:after {
	left: -33.33vw;
	right: -33.33vw;
}
.fcform__progress-thanks {
	float: right;
	text-align: right;
}
.fcform__progress-thanks span:after {
	left: -33.33vw;
	right: 50%;
}
/* description */
.fcform__desc {
	text-align: center;
}
/* form */
#mail input {
	line-height: 1.428571428571429;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
#mail select::-ms-expand {
 display: none;
}
.fcform__main {
	letter-spacing: .5px;
}
.fcform__main select, .fcform__main input, .fcform__main textarea {
	display: block;
	padding: 16px 17px 17px;
	color: inherit;
	font: inherit;
	line-height: 1.25;
	background: #F0F0F0;
	width: 100%;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
.fcform__main select {
	width: 30%;
	display: inline-block;
}
.fcform__main select {
	background: #F0F0F0 url(../img/index/icon_select.svg) no-repeat 97% 63%;
}
.fcform__main textarea:focus {
	background: #F0F0F0;
}
.fcform__main input::placeholder, .fcform__main select::placeholder, .fcform__main textarea::placeholder {
 opacity: 1;
 color: #CFCFCF;
 line-height: 1.8;
}
.fcform__main input:-ms-input-placeholder, .fcform__main select:-ms-input-placeholder, .fcform__main textarea:-ms-input-placeholder {
 color: #CFCFCF;
 line-height: 1.8;
}
.fcform__main input::-ms-input-placeholder, .fcform__main select::-ms-input-placeholder, .fcform__main textarea::-ms-input-placeholder {
 color: #CFCFCF;
 line-height: 1.8;
}
.fcform__main select {
	padding: 16px 17px 17px;;
	min-width: 100%;
	position: relative;
	
	top: 1px;
}
.fcform__main select::before {
	content: "";
	background: url(../img/index/icon_select.svg) no-repeat top center;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 10px;
}
.fcform__main .i-dropdown {
	position: relative;
}
.fcform__main .i-dropdown.i-arrow:before, .fcform__main .i-dropdown.i-arrow:after {
	content: "";
	pointer-events: none;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	top: 0;
	right: 7px;
	bottom: 0;
	z-index: 2;
}
.fcform__main .i-dropdown.i-arrow:before {
	border-bottom: 5px solid #000;
	transform: translateY(-4px);
}
.fcform__main .i-dropdown.i-arrow:after {
	border-top: 5px solid #000;
	transform: translateY(4px);
}
.fcform__main .i-dropdown select {
	padding-right: 25px;
}
.fcform__main select option[value=""] {
	color: #909090;
	font-style: italic;
}
.fcform__main .choice-date select option:disabled {
	font-style: italic;
}
.fcform__main textarea {
	min-height: 360px;
	resize: vertical;
}
.fcform__main textarea.auto-resize {
	resize: none;
	overflow: hidden;
}
.fcform__main input[type="radio"], .fcform__main input[type="checkbox"] {
	display: inline-block;
	padding: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #333;
	margin-right: 10px;
}
.fcform__main input[type="number"] {
	/* direction: rtl; */
	display: inline-block;
	width: 100px;
}
.fcform__quote {
	margin-top: 25px;
	padding: 25px 70px;
	background: #f5f5f5;
}
.fcform__quote-title {
	padding: 10px 5px;
	font-size: 135%;
	font-weight: 600;
	border-bottom: 1px solid #e0e0e0;
}
.fcform__quote-content {
	padding: 10px 5px;
}
.fcform__quote-content dl {
	margin: 10px 0;
}
.fcform__quote-content dl + dl {
	margin-top: 40px;
}
.fcform__quote-content dt {
	font-size: 110%;
}
.fcform__quote-content dd {
	font-size: 105%;
}
.i-list {
	margin: 0 -10px;
}
.i-custom {
	cursor: pointer;
	display: inline-block;
	margin: 0 10px;
	position: relative;
}
.i-custom +.i-custom {
}
.i-custom input {
	opacity: 0;
	position: absolute;
}
.i-custom span {
	padding-left: 30px;
	position: relative;
}
.i-custom span:before, .i-custom span:after {
	content: "";
	margin: auto;
	border-radius: 2px;
	position: absolute;
	top: 2px;
	transition: all .3s ease;
}
.i-custom input[type="radio"] ~ span:before, .i-custom input[type="radio"] ~ span:after {
	border-radius: 100%;
}
.i-custom span:before {
	background: transparent;
	width: 16px;
	height: 16px;
	border: 1px solid #666;
	left: 0;
}
.i-custom span:after {
	opacity: 0;
	background: #333;
	width: 12px;
	height: 12px;
	left: 3px;
	transform: scale(0);
	top: 5px;
}
.i-custom:hover span:after {
	opacity: .5;
	transform: scale(1);
}
.i-custom input:checked ~ span:after {
	opacity: 1;
	transform: scale(1);
}
.i-custom a {
	text-decoration: underline;
}
.form-row {
	display: table;
	margin: auto;
	padding: 30px 0;
	width: 100%;
	border-bottom: 1px solid #999;
	box-sizing: border-box;
}
.contact-page .first-row, .confirm-main .first-row {
	border-top: none;
	font-size: 13px;
}
.recruit-page .first-row {
	margin-top: 20px;
}
.contact-page .confirm-main .first-row {
	display: none;
}
.contact-page .first-row .i-list, .contact-page .first-row p + p {
	padding-top: 20px;
}
.fc-form .form-row .caption {
	display: table-cell;
	min-width: 220px;
	width: 18.7%;
	padding-top: 17px;
}
.fc-form .form-row .caption.vtop {
	padding-top: 5px;
}
.caption-inline {
	position: relative;
}
.caption--askerisk {
	display: none !important;
	padding: 4px 8px;
	color: #FEFEFE;
	font-size: 85%;
	font-weight: 600;
	line-height: 1;
	background: #d00000;
	border-radius: 20px;
	position: absolute;
	top: 3px;
	left: -45px;
}
.form-value {
	display: table-cell;
	vertical-align: middle;
	width: 81.3%;
}
.ct-row-1 {
	display: block;
	font-size: 13px;
}
.ct-row-1 .caption {
	padding-bottom: 20px;
}
.ct-row-1 .caption, .ct-row-1 .form-value {
	display: block;
	width: 100%;
}
.ct-row-1 .form-value label {
	display: inline-block;
	padding: 5px 0;
	cursor: pointer;
}
.confirm-main .ct-row-1 {
	border-top: none;
}
.confirm-main .ct-row-1 .caption {
	display: none;
}
.submit-form .note {
	text-align: center;
	margin-bottom: 20px;
	font-size: 80%;
	line-height: 180%;
	font-weight: 600;
	color: #000;
}
.form-block {
	margin: 0 -5px;
}
.form-block.s-medium {
	margin: 0 -10px;
}
.form-block.s-large {
	margin: 0 -20px;
}
.form-group {
	table-layout: fixed;
	display: table;
}
.form-group:not(.form-inline) {
	margin: auto;
	width: 100%;
}
.form-box {
	display: table-cell;
	vertical-align: middle;
}
.form-group:not(.form-inline) > .form-box {
	width: 100%;
}
.form-group.x2 > .form-box {
	width: 50%;
}
.form-group.x3 > .form-box {
	width: 33.33%;
}
.form-group.x4 > .form-box {
	width: 25%;
}
.form-group.x5 > .form-box {
	width: 20%;
}
.form-group.x3 input[name*="year"] {
	text-align: right;
	width: 100px;
}
.form-block .form-box {
	padding: 0 5px;
}
.form-block.s-medium > .form-group > .form-box {
	padding: 0 10px;
}
.form-block.s-large > .form-group > .form-box {
	padding: 0 20px;
}
.form-button {
	padding: 40px 0 0;
	text-align: center;
}
.fc-confirm .form-button {
/*	border-top: 1px solid #999;*/
	padding-bottom: 0;
}
.form-button button {
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #999;
	cursor: pointer;
	display: block;
	background: none;
	position: relative;
	transition: all .3s ease;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 75px;
	width: 100%;
	font-weight: inherit !important;
	color: inherit;
	line-height: 1.8;
}
.form-button button.form-back {
	color: #333;
}
.form-button button.form-back:hover {
	background: #ccc;
	border: 1px solid #999;
	color: #333333;
}
.form-button button.form-submit {
	background-color: #E8E8E8;
}
.form-button button:before {
	content: ">";
	margin: auto;
	font-family: monospace, sans-serif, serif;
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
	display: none;
}
.form-button button:hover {
	text-decoration: none;
	background: #ccc;
	color: #666;
}
.form-button button[type="submit"]:before {
	content: "";
	margin: auto;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 8px solid #FEFEFE;
	border-bottom: 8px solid transparent;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	display: none;
}
.form-button button[type="submit"]:hover {
	text-decoration: none;
	background: #768DAF;
	color: #fff;
	
}

.form-button .submit-confirm button[type="submit"]:hover {
	background-color: #768DAF;
	color: #fff;
}	

.fc-form [class^="error"] {
	position: static;
	color: #B12729;
	font-weight: inherit;
}
.submit-confirm .form-block {
	width: 47.6%;
}
.form-block-auto {
}
.form-block-auto .form-group {
	margin: 0;
	width: auto !important;
}
.form-block-auto .form-box {
	width: auto !important;
}
.vtop {
	vertical-align: top;
}
.vmiddle {
	vertical-align: middle;
	padding-top: 0!important;
}
.vbottom {
	vertical-align: bottom;
}
.fc-thanks {
	display: none;
	padding-top: 100px;
    padding-bottom: 60px;
}
.thanks-message p + p {
	padding-top: 30px;
}
.thanks-message p a {
	text-decoration: none;
}
.thanks-button {
	color: #d00000;
}
.thanks-button a {
	display: inline-block;
	position: relative;
}
.thanks-button a:before {
	content: ">";
	margin: auto;
	font-family: monospace, sans-serif, serif;
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
}
.confirm-main .form-row .caption {
	min-width: 220px;
}

@media only screen and (max-width: 960px) {
* {
	-webkit-tap-highlight-color: transparent;
}
a, article, div, h1, h2, h3, h4, h5, h6, img, section, span {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.fcform__main select {
	/*	padding: 5px 10px;*/
	top: 0;
}
html.responsive .fcform {
	width: auto;
}
html.responsive .form-row {
	padding: 20px 0;
}
html.responsive .caption--text {
	display: block;
	margin-left: 0;
}
html.responsive .caption--askerisk {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
}
html.responsive .form-block {
	margin: 0;
}
html.responsive .form-group {
	display: block !important;
}
html.responsive .form-group:not(.form-inline) > .form-box {
	display: block;
	padding: 0;
	width: 100%;
}
html.responsive .form-group > .form-box + .form-box {
	margin-top: 20px;
}
html.responsive .fcform__quote {
	padding: 25px 50px;
}
}

@media only screen and (max-width: 750px) {
html.responsive .fcform {
	padding: 50px 0;
}
html.responsive .fcform__title {
	font-size: 200%;
}
html.responsive .fcform__quote {
	padding: 25px;
}
html.responsive .form-row {
	display: block;
	padding: 15px 0;
}
.fc-form .form-row .caption, html.responsive .form-caption {
	display: block;
	margin-bottom: 5px;
	width: 100%;
	padding-top: 0!important;
}
	
html.responsive .caption--text {
	display: inline-block;
}
html.responsive .caption--askerisk {
	margin-right: 5px;
	top: -1px;
}
html.responsive .form-value:not(.form-box) {
	display: block;
	width: 100%;
}
html.responsive .form-group > .form-box + .form-box {
	margin-top: 10px;
}
html.responsive label {
	display: block;
}
html.responsive .form-button {
	padding: 30px 0 0;
}
html.responsive .fc-confirm .form-button {
	padding: 35px 0 0;
}
html.responsive .form-button button {
	padding: 10px 15px;
}
html.responsive .fcform__main input, html.responsive .fcform__main select, html.responsive .fcform__main textarea {
	padding: 10px;
}
html.responsive .fcform__main textarea {
	min-height: 150px;
}
html.responsive .i-custom span {
	font-size: 14px;
}
.fcform__main select {
	background: #F0F0F0 url(../img/index/icon_select.svg) no-repeat 97% 82%;
}
 .fcform__main input::placeholder, .fcform__main select::placeholder, .fcform__main textarea::placeholder {
 font-size: 14px;
}
 .fcform__main input:-ms-input-placeholder, .fcform__main select:-ms-input-placeholder, .fcform__main textarea:-ms-input-placeholder {
 font-size: 14px;
}
 .fcform__main input::-ms-input-placeholder, .fcform__main select::-ms-input-placeholder, .fcform__main textarea::-ms-input-placeholder {
 font-size: 14px;
}
	.thanks-contact p + p,
.thanks-message p + p {
	padding-top: 15px;
}
}

@media only screen and (max-width: 767px) {
.i-custom span {
	padding-left: 25px;
}
}

@media only screen and (max-width: 640px) {
html.responsive .fcform__title {
	font-size: 180%;
}
html.responsive .fcform__progress {
	margin-bottom: 20px;
}
html.responsive .fcform__progress-step {
	font-size: 95%;
	text-align: center;
}
html.responsive .fcform__progress-vertical .fcform__progress-step {
	display: block;
	float: none;
	padding: 15px 0;
	font-size: 100%;
	text-align: left !important;
	width: 100%;
}
html.responsive .fcform__progress-step:before {
	content: "";
	margin: auto;
	height: 5px;
	background: #e0e0e0;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
}
html.responsive .fcform__progress-vertical .fcform__progress-step:before {
	width: 5px;
	height: auto;
	top: 0;
	left: 7.5px;
	right: auto;
	bottom: 0;
}
html.responsive .fcform__progress-start:before {
	left: 50%;
}
html.responsive .fcform__progress-vertical .fcform__progress-start:before {
	top: 50%;
	left: 7.5px;
}
html.responsive .fcform__progress-thanks:before {
	right: 50%;
}
html.responsive .fcform__progress-vertical .fcform__progress-thanks:before {
	right: auto;
	bottom: 50%;
}
html.responsive .fcform__progress-step span {
	display: block;
	padding: 0;
	padding-top: 40px;
}
html.responsive .fcform__progress-vertical .fcform__progress-step span {
	padding: 0;
	padding-left: 40px;
}
html.responsive .fcform__progress-step:not(.active) span:before {
	left: 1.5px;
}
html.responsive .fcform__progress-step span:before {
	top: 20px;
	left: 0;
	right: 0;
	bottom: auto;
	transform: translateY(-6px);
}
html.responsive .fcform__progress-step.active span:before {
	transform: translateY(-7px);
}
html.responsive .fcform__progress-vertical .fcform__progress-step span:before {
	top: 0;
	right: auto;
	bottom: 0;
	transform: none !important;
}
html.responsive .fcform__progress-step span:after {
	display: none;
}
}

@media only screen and (max-width: 480px) {
html.responsive .fcform__title {
	font-size: 160%;
}
html.responsive .fcform__progress-step {
	font-size: 90%;
}
.fc-thanks {
	text-align: left;
}
html.responsive .fcform br.pc-none {
	display: block;
}
	
.fc-form .w1 .form-parse-text {
	width: 200px;
}
.fc-form .w1 input[type="text"] {
	width: 200px;
	display: inline-block;
	margin-right: 10px;
}

	
}

@media only screen and (max-width: 360px) {
html.responsive .fcform__title {
	font-size: 150%;
}
html.responsive .fcform br.sp-break {
	display: block;
}
html.responsive .i-custom span {
	padding-left: 25px;
	font-size: 12px;
}
.i-custom span:before, .i-custom span:after {
	top: 0;
}
.i-custom span:after {
	top: 3px;
}
}
