#webform-submission-contact-us-add-form #edit-telephone, #webform-submission-contact-us-add-form .select-wrapper, #webform-submission-contact-us-add-form #edit-postal-code, form.webform-submission-recruitment_form-node-11-form #edit-postal-code {
	width: 66%;
}
@media screen and (max-width:767.98px) {
#webform-submission-contact-us-add-form #edit-telephone, #webform-submission-contact-us-add-form .select-wrapper, #webform-submission-contact-us-add-form #edit-postal-code, form.webform-submission-recruitment_form-node-11-form #edit-postal-code {
		width: 100%;
		}
}

.form-item-cancel-reason-other {
	margin: 0 0 1rem;
}

.holidayinfo {
	margin: 20px 0;
	font-size: .85em;
	text-align: center;
}

#block-contactformbottom {
	padding: 50px 0 20px;
}

#block-contactformbottom h3 {
	margin: .5em 0 1em;
	font-size: 1.25em;
	text-align: center;
}

#block-contactformbottom .inner {
	padding: 20px;
	border: 1px solid #ccc;
}

.select-wrapper select {
	width: 100%;
	}



/* 確認画面 */
.confirm {
	padding: 50px 0;
}

.confirm p {
	text-align: center;
}

.confirm table {
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
}

.confirm table th {
	padding: .5rem;
	border-bottom: 1px solid #ccc;
}

.confirm table td {
	padding: .5rem;
	border-bottom: 1px solid #ccc;
}

.confirm .buttons {
	text-align: center;
}

.confirm input {
	width: 200px;
	padding: .5em 0;
	color: #fff;
	border: 0;
	transition: .3s ease;
}
@media screen and (max-width:767.98px) {
.confirm input {
		width: 48%;
		}
}

.confirm input:hover {
	opacity: .8;
}

.confirm input[type="submit"] {
	background: #8FBF4A;
}

.confirm input[type="button"] {
	background: #ccc;
}

/* 送信完了 */
.thanks {
	padding: 50px 0;
	text-align: center;
	}

/* インジケーター */
.webform-progress {
}

.progress-tracker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto;
    padding: 0;
    list-style: none;
}

.webform-progress-tracker.progress-tracker {
    margin-top: 20px;
    margin-bottom: 20px;
}

.progress-tracker--center .progress-marker {
    margin-left: auto;
    margin-right: auto;
}

.progress-step {
    display: block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin: 0;
    padding: 0;
    min-width: 28px;
}

.progress-tracker--center .progress-step {
    text-align: center;
}

.progress-marker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 20;
    width: 28px;
    height: 28px;
    padding-bottom: 2px;
    color: #fff;
    font-weight: 400;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-transition: background-color, border-color;
    transition: background-color, border-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.progress-step .progress-marker {
    color: #fff;
    background-color: #b6b6b6;
}

.progress-step.is-active .progress-marker {
  background-color: #8FBF4A;
  border-color: #8FBF4A;
  }

.progress-text {
    display: block;
    padding: 14px 9.3333333333px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.progress-step .progress-text, .progress-step .progress-step > a .progress-text {
    color: #333333;
}

.webform-progress-tracker .progress-step .progress-text {
    color: #b6b6b6;
    padding-top: 5px;
    padding-bottom: 0;
}

.webform-progress-tracker .progress-step.is-active .progress-text {
    color: #333;
}

.progress-step:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -10;
    top: 12px;
    bottom: 12px;
    right: -14px;
    width: 100%;
    height: 4px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.progress-step::after {
    background-color: #b6b6b6;
}

.progress-tracker--center .progress-step::after {
    right: -50%;
}

.serviceid_notice {
    padding-left: 33.5%;
    color: #777;
    font-size: .8em;
}
@media screen and (max-width:767.98px) {
.serviceid_notice {
    padding-left: 0;
		}
}

img.step {
	display: block;
	width: 100%;
	}

p.red {
	color: red;
	font-size: 1.5em;
	font-weifght: bold;
	}


@media screen and (min-width:768px) {
.edit-failure-symptoms-label {
    position: relative;
    top: -90px;
		}
}

/* 採用に関するお問い合わせ */
#webform-submission-contact-us-add-form.recruitment-form {
	width: 100%;
	max-width: 900px;
	}

#webform-submission-contact-us-add-form.recruitment-form .edit-gender {
	display: flex;
	flex-wrap: wrap;
	}

#webform-submission-contact-us-add-form.recruitment-form .radio-set {
	width: 65%;
	padding: 5px;
	}

#webform-submission-contact-us-add-form.recruitment-form .radio-set label {
	width: auto;
	padding-right: 1rem;
	}

#webform-submission-contact-us-add-form.recruitment-form .radio-set input {
	margin-right: .5rem;
	}

#webform-submission-contact-us-add-form.recruitment-form .form-type-datelist {
	display: flex;
	flex-wrap: wrap;
	}

#webform-submission-contact-us-add-form.recruitment-form .form-type-datelist .select-wrapper {
	width: auto;
	}

#webform-submission-contact-us-add-form.recruitment-form .form-type-datelist select {
	width: 100%;
	}

.btn_error_back {
	display: block;
	margin: 50px auto;
	}


/* .newyear */
.newyear {
	text-align: center;
	}
