
.page_heading img {
	width: 100%;
	height: auto;
}

.entry_heading {
	margin-bottom: 40px;
	text-align: center;
}

.entry_heading span {
	display: inline-block;
	border-bottom: solid 2px #533c34;
	padding: 10px;
}

.entry_newgreads_box {
	padding: 20px 0;
	text-align: center;
}

.entry_newgrads_lead {
	margin-bottom: 30px;
}

.entry_newgrads_mynavi_btn a {
	display: block;
	width: 360px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
	background-color: #c89c35;
	color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.entry_newgrads_mynavi_btn a:hover {
	background-color: #533c34;
}

.requirement_wrap {
	margin-bottom: 30px;
}

.entry_recruit_box {
	padding: 20px 0 50px;
}

.entry_requirement_list {
	margin-bottom: 20px;
}

.entry_requirement_list dt {
	position: relative;
	margin-top: 30px;
}

.entry_requirement_list dt:first-child {
	margin-top: 0;
}

.entry_requirement_list dt img {
	width: 100%;
	height: auto;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.entry_requirement_list dt:hover {
	cursor: pointer;
}

.entry_requirement_list dt:hover img {
	opacity: .8;
}

.entry_requirement_list dt:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 110px;
	z-index: 1;
	width: 50px;
	height: 51px;
	background-image: url(../../../lib/images/entry/entry_reauirement_down_pc.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.entry_requirement_list dt:hover:after {
	filter:brightness(80%);
}

.entry_requirement_list dt.active:after {
	background-image: url(../../../lib/images/entry/entry_reauirement_up_pc.png);
	background-size: 50px auto;
}

.entry_requirement_list dd {
	display: none;
}

.entry_requirement_tbl {
	margin-bottom: 45px;
	border-collapse: collapse;
	border-spacing: 0;
}

.entry_requirement_tbl tr {
	border-bottom: solid 1px #e1e1e1;
}

.entry_requirement_tbl tr:last-child {
	border-bottom: 0;
}

.entry_requirement_tbl th,
.entry_requirement_tbl td {
	border: 0;
}

.entry_requirement_tbl th {
	width: 140px;
	padding: 30px 0;
	vertical-align: top;
	background-color: #ededed;
	font-size: 13px;
	font-weight: bold;
}

.entry_requirement_tbl td {
	margin-bottom: 5px;
	padding: 30px 40px;
}

.entry_requirement_tbl td div {
	margin-top: 30px;
}


.entry_form_box {
	padding: 20px 0 50px;
}

.entry_form_lead {
	margin-bottom: 30px;
	text-align: center;
}

.entry_form_cat_box {
	margin-bottom: 20px;
}

.entry_form_category {
	margin-bottom: 0;
	padding: 15px 0;
	text-align: center;
	background-color: #ededed;
	color: #c89c35;
	font-size: 17px;
	font-weight: bold;
}

.entry_form_tbl {
	border-collapse: collapse;
	border-spacing: 0;
}

.entry_form_tbl tr {
	border-bottom: solid 1px #e1e1e1;
}

.entry_form_tbl tr:last-child {
	border-bottom: 0;
}

.entry_form_tbl th,
.entry_form_tbl td {
	padding: 20px 0;
	text-align: left;
	font-weight: normal;
}

.entry_form_tbl th {
	position: relative;
	width: 200px;
}

.entry_form_tbl th .require_label {
	position: absolute;
	top: 35%;
	right: 0;
	display: inline-block;
	border-radius: 5px;
	width: 40px;
	text-align: center;
	background-color: #c89c35;
	color: #fff;
	font-size: 12px;
}

.entry_form_tbl td {
	width: 800px;
	padding-left: 15px;
	font-size: 13px;
}

.entry_form_tbl td input[type="text"],
.entry_form_tbl td input[type="email"],
.entry_form_tbl td input[type="number"],
.entry_form_tbl td input[type="tel"],
.entry_form_tbl td select,
.entry_form_tbl td textarea {
	border: solid 1px #cacaca;
	font-size: 14px;
}

.entry_form_tbl td select {
	padding: 0 30px 0 10px;
	background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
	background-position: calc(100% - 10px) 50%, calc(100% - 5px) 50%;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

.entry_form_tbl td textarea {
	width: 500px;
}

.entry_form_tbl td input[type="radio"] {
	margin-right: 4px;
	vertical-align: middle;
}

.entry_form_tbl td .postal_box {
	margin-bottom: 15px;
}

.entry_form_tbl td .insert_address_btn {
	margin-left: 5px;
	padding: 8px 5px 5px;
	background-color: #bebebe;
	font-size: 11px;
}

.entry_form_tbl td label {
	margin-right: 10px;
}

.entry_form_tbl td span {
	display: block;
}

.text_field {
	width: 130px;
}

.text_long_field {
	width: 620px;
}

.number_field {
	width: 40px;
}

.number_long_field {
	width: 70px;
}

.entry_form_btn {
	display: block;
	border: solid 1px #848585;
	width: 320px;
	margin: 0 auto 65px;
	padding: 35px 0;
	text-align: center;
	color: #333;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.entry_form_btn:hover {
	border-color: #ca9e35;
	background-color: #ca9e35;
	color: #fff;
}

.graduates_mynavi {
	text-align: center;
	margin-top: 90px;
	margin-bottom: 60px;
}

.graduates_mynavi a {
	transition: opacity .4s;
}

.graduates_mynavi a:hover {
	opacity: 0.5;
}

.graduates_mynavi img {
	margin-top: 20px;
}

.thanks {
	margin: 70px;
}

.thanks .message {
	text-align: center;
}

.thanks .message b {
	display: block;
	font-size: 170%;
	letter-spacing: 0.1em;
	margin: 30px 0;
}

.thanks .contact {
	margin: 50px auto;
	font-size: 90%;
	width: 300px;
	padding: 10px 5px;
	border-top: 1px solid #533c34;
	border-bottom: 1px solid #533c34;
}

.link-to-graduates_page {
    font-size: 120%;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: .7em 0 .6em;
    margin-top: -30px;
}