@charset "UTF-8";

/* entry */

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	[ 共通設定 ]
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.title_wrap {
	margin: 0;
	background-image: url(../../_images/entry/title.jpg);
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}
.title_wrap_tb {
	margin: 0;
	background-image: url(../../_images/entry/title.jpg);
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	height: 600px;
}
.title_minimum {
	margin-bottom: 0;
	height: 50px;
}
.confirm_title_wrap {
	margin: 0;
	background-image: url(../../_images/entry/title.jpg);
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	height: 200px;
}
.heading02 {
	padding-left: 0;
}
#entry_privacy_contents .heading02 {
	font-size: 2.0rem;
}
.title_copy {
	position: absolute;
	bottom: 80px;
	right: 80px;
}
.contents {
	border: none;
	position: relative;
}
.heading02.page_title {
	display: inline-block;
	padding: 30px 50px;
	background: #F09100;
	position: absolute;
	top: -40px;
	left: 0;
}
.heading02.page_title.career_title {
	padding: 20px 50px 40px 50px;
	background: #4C4C4C;
	color: #fff;
}
.heading02.page_title.career_title ruby,
.heading02.page_title.career_title rt {
	font-weight: bold;
	font-size: 3.3rem;
}
.heading02.page_title.career_title ruby {
	ruby-position: after;
	-webkit-ruby-position: after;
}
.heading02.page_title.career_title rt {
	font-size: 1.2rem;
}
.form_intro {
	padding-top: 100px;
}
.form_intro .text {
	font-size: 2.4rem;
	line-height: 2.5em;
}
.form_intro .supple {
	font-size: 1.8rem !important;
	line-height: 2.5em;
}
#confirm_form span.exp,
#confirm_form label.exp {
	display: none;
}
.form_set02 {
	padding-top: 80px;
	margin-bottom: 200px;
	border-top: 10px solid #F09100;
}
.form_set02 .size_m {
	margin-right: 10px;
}
.form_set02 label {
	margin-right: 10px;
}
.table01 {
	margin-bottom: 60px;
}
.table01 th {
	width: 120px;
	text-align: left;
	vertical-align: top;
}
.table01 th.th_head {
	background: #eee;
}
.footer {
	padding: 0;
}
.footer_buttons {
	display: none;
}
.privacy {
	margin-bottom: 40px;
}
.privacy a {
	padding-left: 20px;
	background: url(../../_images/_common/icons/icon_arrow_01.png) left center no-repeat;
}
@media screen and ( max-width: 767px ) {
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@	[ モバイル用設定 ]
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.title_wrap {
	margin: 0;
	background-image: url(../../_images/entry/title.jpg);
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	height: 200px;
}
.title_minimum {
	margin-bottom: 0;
	height: 30px;
}
.confirm_title_wrap {
	margin: 0;
	background-image: url(../../_images/entry/title.jpg);
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	height: 200px;
}
.title_copy {
	position: absolute;
	bottom: 80px;
	right: 80px;
}
.heading02.page_title {
	display: inline-block;
	padding: 10px 30px;
	background: #F09100;
	position: absolute;
	top: -5px;
	left: 15px;
	font-size: 2.0rem;
}
.heading02.page_title.career_title {
	padding: 10px 30px 30px;
	background: #4C4C4C;
	color: #fff;
}
.heading02.page_title.career_title ruby,
.heading02.page_title.career_title rt {
	font-weight: bold;
	font-size: 2.0rem;
}
.heading02.page_title.career_title ruby {
	ruby-position: after;
	-webkit-ruby-position: after;
}
.heading02.page_title.career_title rt {
	font-size: 1.1rem;
}
.form_intro {
	padding-top: 30px;
}
.form_intro .heading02 {
	margin-bottom: 10px;
}
.career_heading02 {
	padding-top: 30px;
}
.form_intro p.text {
	font-size: 1.6rem;
	line-height: 1.8em;
}
.form_intro .supple {
	font-size: 1.4rem !important;
	line-height: 1.8em;
}
.form_set02 {
	padding-top: 30px;
	margin-bottom: 30px;
}
.table01 {
	margin-bottom: 0;
}
.table01 th {
	width: 100%;
}
.table01 td {
	padding: 10px 0;
}
.form_submit_set {
	padding-top: 0;
	margin-bottom: 50px;
}
span.exp {
	display: block;
}
form input.size_m {
	width: 70%;
}
.radio_vertical span {
	display: block;
}
/*==================================================
	$sp_
==================================================*/

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
}

/*==================================================

	[ utility ] $clearfix

==================================================*/

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}