ul,
ol,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

input,
select,
option,
textarea {
	font-size: 16px;
	font-size: 1rem;
	outline: 0;
}

.rec_contents {
	padding-bottom: 6em;
}

.container {
	font-size: 16px;
	font-size: 1rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: auto;
}

.container-small {
	max-width: 640px;
}

.container-form {
	padding: 70px 80px;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
}

.container-thanks {
	min-height: 400px;
}

.container p {
	font-size: 0.875em;
}

.caution {
	margin-left: .5em;
}

.checkbox_list:before,
.checkbox_list:after,
.checkbox__li:before,
.checkbox__li:after,
.item:before,
.item:after,
.item__content:before,
.item__content:after {
	content: '';
	display: table;
}

.checkbox_list:after,
.checkbox__li:after,
.item:after,
.item__content:after {
	clear: both;
}

/**************************
.button
*/
.button {
	display: table;
	margin: 0 auto;
}

.button a,
.button input {
	border: 3px solid #cce16b;
	font-size: 1em;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	min-width: 160px;
	border-radius: 40px;
	padding: 10px 20px;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: auto;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	        transition: opacity 0.2s, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	        transform: scale(1, 1);
}

.button a:hover,
.button input:hover {
	background-color: #cce16b;
}

.button a.button-disable,
.button input.button-disable {
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-webkit-transform: scale(0.95, 0.95);
	    -ms-transform: scale(0.95, 0.95);
	        transform: scale(0.95, 0.95);
	cursor: default;
}

.button a.button-disable:hover,
.button input.button-disable:hover {
	background-color: transparent;
}

.button_area-2 {
	text-align: center;
}

.button_area-2 .button {
	display: inline-block;
}

.button_area-2 .button:nth-child(2n+1) {
	padding-right: 20px;
}

.button_area-2 .button:nth-child(2n) {
	padding-left: 20px;
}

/**************************
	form
*/
.caution_area {
	border: 2px solid #fb911f;
	border-radius: 5px;
	color: #ff0000;
	padding: 5px 10px;
}

.caution_area p {
	margin-bottom: 1px;
}

.input {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
}

.input-2_l {
	padding-right: 120px;
	margin-right: -120px;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}

.input__input-text {
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 3px;
	padding: 0 .5em;
	height: 50px;
	line-height: 1.7em;
	width: 100%;
	padding-right: .5em;
	margin: 0;
	border: 1px solid #cfcfcf;
	font-size: 1em;
	background-color: #f7f7f7;
}

.input__input-text::-webkit-input-placeholder {
	color: #ababab;
}

.input__input-text:-ms-input-placeholder {
	color: #ababab;
}

.input__input-text::-moz-placeholder {
	color: #ababab;
}

.input__input-text-multi {
	height: 170px;
	padding: .7em 1em;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.input__input-text-multi-l {
	height: 360px;
}

.select {
	position: relative;
	top: 0;
	left: 0;
}

.select-2_s {
	margin-left: 10px;
	width: 110px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}

.select__select {
	-webkit-user-modify: read-write-plaintext-only;
	-moz-user-modify: read-write-plaintext-only;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: 0 none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: 100%;
	height: 50px;
}

.select__display {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 3px;
	padding: .95em .9em 0;
	height: 50px;
	line-height: 1.5em;
	width: 100%;
	padding-right: .5em;
	margin: 0;
	border: 1px solid #cfcfcf;
	background-color: #f7f7f7;
	font-size: 0.875em;
}

.select__display:after {
	content: '';
	display: block;
	background: url("/recruit/entry/img/arrow_down_black.png") 0 0 no-repeat transparent;
	background-size: 12px 8px;
	width: 12px;
	height: 8px;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-40%);
	    -ms-transform: translateY(-40%);
	        transform: translateY(-40%);
}

.select__option {
	padding: 11px;
	color: #333;
	font-size: 1em;
}

.textarea_frame textarea {
	width: 100%;
	height: 150px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
	resize: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: .5em;
}

.radio {
	position: relative;
	top: 0;
	left: 0;
}

.radio__input {
	position: absolute;
	-webkit-user-modify: read-write-plaintext-only;
	-moz-user-modify: read-write-plaintext-only;
	z-index: 1;
	left: 0;
	width: 14px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	padding: 0;
	margin: 0;
	border: 0 none;
}

.radio__label {
	cursor: pointer;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	color: #ababab;
	text-align: center;
	font-size: 0.875em;
}

.radio .radio__input:checked + .radio__label {
	color: #333;
	background-color: #cce16b;
}

.check {
	position: relative;
	top: 0;
	left: 0;
}

.check__display {
	cursor: pointer;
	display: block;
	width: 21px;
	height: 21px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #cce16b;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.check__icon {
	cursor: pointer;
	width: 21px;
	height: 21px;
	background: url("/recruit/entry/img/check__icon.png") center center no-repeat transparent;
	background-size: 21px 21px;
	position: absolute;
	top: -2px;
	left: -2px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

.check__input {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-user-modify: read-write-plaintext-only;
	-moz-user-modify: read-write-plaintext-only;
	z-index: 1;
	width: 21px;
	height: 21px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	padding: 0;
	margin: 0;
	border: 0 none;
}

.check__label {
	cursor: pointer;
	margin-left: 30px;
	display: inline-block;
	font-size: 0.875em;
	line-height: 1.7;
	position: relative;
	top: -.1em;
	left: 0;
}

.check .check__input:checked + .check__display {
	background-color: #cce16b;
}

.check .check__input:checked + .check__display .check__icon {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

/**************************
.step_num
*/
.step_num {
	background: url("/recruit/entry/img/bg_step_list.png") 0 0 no-repeat transparent;
	background-size: 205px 26px;
	width: 205px;
	height: 26px;
	margin: 30px auto;
	position: relative;
	top: 0;
	left: 0;
}

.step_num__li {
	width: 89px;
	height: 26px;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

.step_num__li:first-child {
	width: 26px;
}

.step_num__arrow {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: 46px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 8px;
	-webkit-transition: opacity .3s;
	        transition: opacity .3s;
}

.step_num__arrow-3 {
	left: 10px;
}

.step_num__arrow.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.step_num__num {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: scale(0, 0);
	    -ms-transform: scale(0, 0);
	        transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	        transition: transform 0.3s ease-in-out;
}

.step_num__num.active {
	-webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	        transform: scale(1, 1);
}

/**************************
.item
*/
.item__title {
	font-size: 0.75em;
	font-weight: bold;
}

.item__content {
	margin: 1em 0 3em;
}

.item__content-s {
	margin-top: 0.3em;
	margin-bottom: 1.7em;
}

.item-2 {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding-right: 10px;
}

.item-2 + .item-2 {
	padding-right: 0;
	padding-left: 10px;
}

.checkbox__li {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 1em;
}

.radio_list {
	display: table;
	width: 100%;
}

.radio_list .radio {
	height: 100%;
}

.radio_list .radio > label {
	display: table;
	width: 100%;
	height: 100%;
}

.radio_list .radio__label {
	height: 100%;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-right-width: 0;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	background-color: #f7f7f7;
}

.radio__li {
	display: table-cell;
	height: 50px;
}

.radio__li:last-child .radio__label {
	border-right-width: 1px;
}

.radio__li-3 {
	width: 33%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.radio__li:first-child .radio__label {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.radio__li:last-child .radio__label {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

/**************************
 .slider
*/
.slider {
	overflow: hidden;
}

.bx-wrapper {
	position: relative;
	top: 0;
	left: 0;
}

.scean {
	display: block;
	width: 100%;
}

/**************************
.recruit_stage
*/
.recruit_stage {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: -webkit-transform .4s ease-in-out;
	        transition: transform .4s ease-in-out;
}

.recruit_stage.start {
	-webkit-transform: translateY(-80px);
	    -ms-transform: translateY(-80px);
	        transform: translateY(-80px);
}

/**************************
.recruit_form
*/
.recruit_form {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: -webkit-transform .4s ease-in-out;
	        transition: transform .4s ease-in-out;
}

.recruit_form.start {
	-webkit-transform: translateY(-60px);
	    -ms-transform: translateY(-60px);
	        transform: translateY(-60px);
}

.recruit_form.end {
	-webkit-transform: translateY(-60px);
	    -ms-transform: translateY(-60px);
	        transform: translateY(-60px);
}

/**************************
.recruit_ex
*/
.recruit_ex {
	position: relative;
	top: 0;
	left: 0;
	height: 50px;
}

.recruit_ex__p {
	-webkit-transition: opacity .4s;
	        transition: opacity .4s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	left: 0;
}

.recruit_ex__p.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-alert-top {
	margin-bottom: 1em;
}

.form-alert .alert {
	color: #ff5370;
}

.invalid_msg li {
	display: block;
	padding: .7em 1em;
	line-height: 1.7;
	background-color: #ffdfd4;
	border: 1px solid #ff5370;
	border-radius: 3px;
}

.button_area {
	position: relative;
	top: 0;
	left: 0;
}

.button_area .goto_prev {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.goto_prev {
	text-decoration: none;
	color: #333;
}

.goto_prev:before {
	content: '';
	display: inline-block;
	background: url("/recruit/entry/img/arrow_left.png") 0 center no-repeat transparent;
	background-size: 7px 11px;
	width: 7px;
	height: 11px;
	position: relative;
	top: 0;
	left: 0;
	margin-right: .7em;
}

.goto_prev:hover {
	text-decoration: underline;
}

.ul {
	font-size: 0.875em;
}
