@charset "UTF-8";

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
input[type="radio"] {
	-webkit-appearance: radio;
}
input[type="text"] {
	line-height: 1;
}
#page select {
	background: #fff url(/assets/img/entry/arw.png) no-repeat right 10px center;
	background-size: 8px 8px;
	padding: 15px 25px 15px 15px;
}

legend {
	display: block;
}

label {
	display: inline-block;
	padding: 4px;
	word-spacing: 10px;
}
#joboffer label {
	display: block;
	padding: 4px;
	word-spacing: 10px;
}
#post .form__input #joboffer label{
    font-weight: normal;
}
@media screen and (max-width: 767px) {
	label {
		display: block;
		width: 100%;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	input[type="radio"],
	input[type="chexkbox"] {
		transform: none;
	}
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
	display: inline-block;
	width: auto;
}
@media screen and (max-width: 767px) {
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="url"],
	input[type="tel"],
	textarea {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	background-color: #f7f7f7 !important;
}
select {
	height: 49px;
	background-color: #fff;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	select {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	input.input-age {
		display: inline-block;
		width: calc(100% - 46px)
	}
	input.input-postal-code {
		display: inline-block;
	}
	input.input-postal-code--1 {
		width: 35%;
	}
	input.input-postal-code--2 {
		width: calc(65% - 42px);
	}
	input.input-tel {
		display: inline-block;
	}
	input.input-tel--1 {
		width: calc(36% - 50px);
	}
	input.input-tel--2 {
		width: 32%;
	}
	input.input-tel--3 {
		width: 32%;
	}
}
select.select-office {
}
select.select-office--1 {
	width: 220px;
}
select.select-office--2 {
	width: 243px;
}
@media screen and (max-width: 767px) {
	select.select-office {
		width: 100%;
		margin-top: 10px;
	}
	select.select-office--1 {
	}
	select.select-office--2 {
	}
}

.label-required {
	display: inline-block;
	margin-right: 8px;
	padding: 4px 10px;
	border-radius: 5px;
	background-color: #D84D48;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
}

.btn-row {
	text-align: center;
	word-spacing: 20px;
	width: 860px;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
}
button.btn-autocomplete {
	vertical-align: middle;
	margin: 0 0 0 20px;
	padding: 8px 28px;
	border: 0;
	border-radius: 14px;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.16);
	background-color: #FFA953;
	background-image: none;
	text-shadow: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
button.btn-autocomplete:hover {
	background-color: #FFC285;
}
button.btn-autocomplete:focus {
	background-image: none;
}
@media screen and (max-width: 767px) {
	.btn-row {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	button.btn-autocomplete {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 0;
		border-radius: 4px;
	}
}
button.btn-submit {
	display: block;
	min-width: 500px;
	margin: 40px auto 60px;
	padding: 24px 32px;
	border: 0;
	box-shadow: none;
	background-color: #FFA953;
	background-image: none;
	text-shadow: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	button.btn-submit {
		width: 100%;
		min-width: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 15px 25px;
		font-size: 16px;
	}
}
button.btn-submit:hover {
	background-color: #FFC285;
	background-image: none;
}
button.btn-submit:active {
	background-image: none;
}
a.btn-link {
	display: block;
	width: 500px;
	margin: 40px auto 60px;
	padding: 24px 32px;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	background-color: #FFA953;
	background-image: none;
	text-align: center;
	text-shadow: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
a.btn-link-02 {
	background-color: #c9c9c9;
}
@media screen and (max-width: 767px) {
	a.btn-link {
		width: 100%;
		min-width: 0;
		margin-top: 10px;
		margin-bottom: 20px;
		padding: 15px 25px;
		font-size: 16px;
	}
}
a.btn-link:hover {
	background-color: #FFC285;
	background-image: none;
}
a.btn-link-02:hover {
	background-color: #D4D4D4;
}
a.btn-link:active {
	background-image: none;
}
button.btn-submit ~ button.btn-back {
	display: inline-block;
}
button.btn-back {
	display: block;
	min-width: 300px;
	margin: 40px auto 60px;
	padding: 24px 32px;
	border: 0;
	box-shadow: none;
	background-color: #c9c9c9;
	background-image: none;
	text-shadow: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	button.btn-back {
		width: 100%;
		min-width: 0;
		margin-top: 10px;
		padding: 15px 25px;
		margin-bottom: 20px;
		font-size: 16px;
	}
}
button.btn-back:hover {
	background-color: #D4D4D4;
	background-image: none;
}
button.btn-back:active {
	background-image: none;
}
.btn-link {
	display: inline-block;
	min-width: 500px;
	margin: 40px auto 60px;
	padding: 24px 32px;
	border: 0;
	box-shadow: none;
	background-color: #5882B1;
	background-image: none;
	text-decoration: none;
	text-shadow: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.btn-link:hover {
	background-color: #7b9cc1;
	background-image: none;
}
.btn-link:active {
	background-image: none;
}

.form {
	margin-top: 60px;
}
.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form input[type="url"],
.form input[type="tel"],
.form textarea {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
	font-size: 14px;
}
.form .note {
	display: block;
	margin-top: 10px;
}
.form .proviso {
	font-size: 14px;
}
.form .highlight {
	color: #FE6A6A;
	font-weight: normal;
}
.form__item .highlight {
	display: block;
	margin-top: 8px;
}
@media screen and (max-width: 767px) {
	.form__item .highlight {
		margin-top: 6px;
		font-size: 12px;
	}
}
.form__input .highlight {
	color: #D84D48;
	font-size: 14px;
}
#post .form__input .note ~ .note {
	margin-top: 8px;
}
@media screen and (max-width: 767px) {
	#post .form__input .note ~ .note {
		margin-top: 4px;
	}
}
@media screen and (max-width: 767px) {
	#post .form__input .note {
		font-size: 12px;
	}
}
.form__input .file-name {
	display: block;
	margin-bottom: 10px;
	text-align: left;
}
.form .input-unit {
	margin-left: 10px;
}
.form__item {
	display: flex;
	flex-grow: 1;
	align-items: center;
	background-color: #F0F6FF;
}
@media screen and (max-width: 767px) {
	.form__item {
		margin-right: 0;
	}
}
#post .form__item p {
	margin-top: 0;
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	#post .form__item p {
		padding: 10px 15px;
		font-size: 14px;
	}
	#post .form__item p .label-required {
	}
}
.form__input {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	margin-left: 4px;
	padding: 30px;
	background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
	.form__input {
		margin: 0;
		padding: 20px 15px;
	}
}
#post .form__input p {
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
}
#post .form__input p ~ p {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	#post .form__input p ~ p {
	}
}
.form__input p label ~ label {
	margin-left: -1px;
}
@media screen and (max-width: 767px) {
	.form__input p label ~ label {
		display: block;
		margin-top: 15px;
		margin-left: 0;
	}
}
.form__input p .note {
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.form__input p .note {
		font-size: 12px;
	}
}
.form__input .input-hdg {
	display: block;
	margin-bottom: 8px;
}
.form__input .input-file {
	position: relative;
	padding: 8px 28px;
	border-radius: 14px;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.16);
	background-color: #FFA953;
	background-image: none;
	vertical-align: middle;
	text-shadow: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.form__input .input-file {
		margin-bottom: 30px;
		padding: 10px 15px;
		border-radius: 4px;
		font-size: 14px;
	}
}
.form__input .input-file:hover {
	background-color: #FFC285;
}
.form__input .input-file .input-wrap {
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: 9px;
	left: 100%;
}
.ie .form__input .input-file .input-wrap {
	top: 6px;
	left: 110%;
	width: 195px;
}
@media screen and (max-width: 767px) {
	.form__input .input-file .input-wrap {
		top: 50px;
		left: 0;
	}
	.ie .form__input .input-file .input-wrap {
		top: 50px;
		left: 0;
		width: 100%;
	}
}
.form__input .input-file .input-wrap input {
	margin-left: -80px;
	border: 0;
	background-color: transparent;
	text-indent: -100%;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.ie .form__input .input-file .input-wrap input {
	margin-left: 0;
	text-indent: 0;
}
@media screen and (max-width: 767px) {
	.form__input .input-file .input-wrap input {
		margin-left: -90px;
		font-size: 14px;
	}
	.ie .form__input .input-file .input-wrap input {
		width: calc(100% + 67px);
	}
}
.form__input .input-width-full {
	display: block;
}
.form__input .input-width-full input {
	display: block;
	width: 100%;
}
#post .form__input .figure {
	margin-top: 40px;
}
.form__input .figure img {
	width: 100%;
}

.form .row {
	display: flex;
	min-height: 118px;
	margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
	.form .row {
		flex-direction: column;
		margin-bottom: 0;
	}
}

.form-steps {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.form-steps {
		margin-bottom: 20px;
	}
}
.form-steps__item {
	width: 25%;
	margin-bottom: 10px;
	padding: 0 20px 13px 20px;
	background-image: linear-gradient(to top, #E5E5E5, #E5E5E5);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 7px;
	text-align: center;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.form-steps__item {
		width: 50%;
		margin-bottom: 20px;
		font-size: 12px;
	}
}
.form-steps__item--current {
	background-image: linear-gradient(to top, #2172D0, #2172D0);
}
.form {
}
@media screen and (max-width: 767px) {
	.form {
		margin-top: 0;
	}
}
.page-lead {
	text-align: center;
}
.page-lead__inner {
	display: inline-block;
}
.page-lead .desc {
}
.page-lead .note {
	margin-top: 8px;
}

.sec-hdg {
	margin-bottom: 4px;
	padding: 20px;
	background-color: #F0F6FF;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.sec-hdg {
		margin-bottom: 0;
		padding: 10px 15px;
		font-size: 14px;
	}
}
.sec-cont {
	margin-bottom: 4px;
	padding: 15px 30px;
	background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
	.sec-cont {
		margin-bottom: 0;
		padding: 20px 15px;
	}
}
#post .sec-low-hdg {
	margin-top: 20px;
	padding-bottom: 8px;
	border-bottom: 3px solid #333;
	font-size: 18px;
}
#post .agreement-txt {
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#post .agreement-txt {
		font-size: 14px;
		line-height: 1.6;
	}
}
#post .agree-checkbox {
	margin-top: 30px;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#post .agree-checkbox {
		margin-top: 20px;
	}
}

#post .thanks-message {
	margin-top: 40px;
}
#post .thanks-message p {
	margin-top: 30px;
	line-height: 2;
}
#post .thanks-message p .sub {
	display: block;
	margin-bottom:10px;
}

#post .sorry-message {
	padding: 0 30px;
}
@media screen and (max-width: 767px) {
	#post .sorry-message {
		margin: 0 10px;
		padding: 0;
	}
}

.banner-app {
	margin-top: 50px;
	margin-bottom: 30px;
}

.txt-center {
	text-align: center;
}

.suf-balloon-wrap {
	position: relative;
}
.suf-balloon-wrap .form-error-balloon {
	position: absolute;
	left: 0;
	bottom: calc(100% + 20px);
}

/*complete　追加*/
.thanks-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
.thanks-box .thanks-box__item{
	width: 460px;
	background: #d20820;
	padding: 0 3px 3px;
}
.thanks-box .thanks-box__item:nth-child(2){
	width: 460px;
	background: #2272d1;
}
.thanks-box .thanks-box__item .ttl{
	text-align: center;
	color: #fff;
	margin: 15px 0;
	font-size: 18px;
}
.thanks-box .thanks-box__item__inner{
	width: 100%;
	background: #fff;
	padding: 15px;
}

@media screen and (max-width: 767px) {
	.thanks-box {
		display: block;
		margin-top: 30px;
	}
	.thanks-box .thanks-box__item{
		width: 100%;
		overflow: hidden;
		padding: 0 3px 3px;
		margin-bottom: 30px;
	}
	.thanks-box .thanks-box__item:nth-child(2){
		width: 100%;
	}
	.thanks-box .thanks-box__item__inner{
		padding: 7px;
	}
	#post .thanks-box .thanks-box__item__inner p {
    margin-top: 0;
}
}


/*190109追記*/
@media screen and (max-width: 767px) {
	label.select-item,
	label.select-item{
		border: 1px solid #ccc;
    border-radius: 10px;
		background: #fff;
		margin-bottom: 10px;
		padding: 10px;
	}

	label.select-item.selected,
	label.select-item.selected{
		background: #ddd;
	}
	#joboffer label {
		padding: 10px;
	}
}
