@charset "utf-8";

/* ------------------------

新卒共通
------------------------ */
/*
body{
	font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;

	color: #000;
	-webkit-text-size-adjust: 100%;
	min-width: 980px;
}

#container {
	font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
}

#container a,
#container a:link,
#container a:visited,
a:active {
	color: #000;
	text-decoration: none;
}

#container a:hover {
	color: #555;
	text-decoration: underline;
}
*/

#container #rec_body.pre_entry {
	margin-top: 72px;
}
@media screen and (max-width: 759px) {
	#container #rec_body.pre_entry {
		margin-top: 46px;
	}
}

#footer{
	/*margin-top: 4em;*/
	/*border-top: solid 1px #ccc;*/
	/*padding: 30px 0 30px;*/
}

#sp_foot_menu ol {
	list-style-type: none;
}

.btn_pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.btn_pagetop a img {
	opacity: 0.5;
	transition: 0.2s;
}

.btn_pagetop a:hover img {
	opacity: 1;
	transition: 0.2s;
}

/*strong*/
#container strong {
	font-weight: bold;
}

/*リンク　アイコン調整*/
.job-table--1 .link.link--intext a::before {
	width: 12px;
	height: 12px;
}

/*jobs/css/common_sp.cssとの競合調整*/
body #container {
	position: static;
}

/*jobs/common/css/ex-shared.cssとの競合調整*/
#container a {
	color: #464646;
}

/*Q＆A調整*/
.qa_box .anser {
	display: none;
}

/*ページ内アンカー調整*/
.anchor_navitop {
	padding-top: 72px;
	margin-top: -72px;
}

/*汎用*/
.text_red {
	color: #e60012;
}

/* ------------------------

下層共通

------------------------ */
/*新卒ナビ（SP）*/
.menu .menu_list_sp>a {
	line-height: 1;
}

/* ナビ */
#naviset {
	width: 100%;
}

#rec_navi {
	color: #fff;
	width: 100%;
	background-color: #e60012;
}

#rec_navi_inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: 64px;
	transition: 0.2s;
}

#rec_navi h1 {
	color: #fff;
	float: left;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3px;
	height: 64px;
	line-height: 64px;
	padding: 0 30px;
	text-align: left;
	transition: 0.2s;
}

#rec_navi h1 a:link,
#rec_navi h1 a:visited,
#rec_navi h1 a:active,
#rec_navi h1 a:hover {
	color: #fff;
	text-decoration: none;
}

#rec_navi ul {
	float: right;
}

#rec_navi li {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-image: url(../img/navi_li1.png);
	background-repeat: no-repeat;
	background-position: 25px center;
	background-color: #e60012;
	height: 64px;
	line-height: 64px;
	padding: 0 44px;
	cursor: pointer;
	white-space: nowrap;
	transition: 0.2s;
}

#rec_navi li p {
	padding: 0 0 0 6px;
}

#rec_navi li.over {
	background-color: #ff4444;
}

#rec_navi li.select {
	color: #000;
	background-image: url(../img/navi_li2.png);
	background-color: #ededed;
}

/* サブナビ */
.sub_navi {
	width: 100%;
	min-width: 980px;
	background-color: #ededed;
	height: 48px;
	padding-top: 5px;
	transition: 0.2s;
}

.sub_navi ul {
	max-width: 980px;
	margin: 0 auto;
	display: none;
}

.sub_navi ul.select {
	display: block;
}

.sub_navi ul li {
	display: inline-block;
	background-image: url(../img/navi_line.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}

.sub_navi ul li.current {
	border-bottom: solid 2px #e60012;
}

.sub_navi ul li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 46px;
	line-height: 46px;
	padding: 0 40px;
	white-space: nowrap;
	transition: 0.2s;
}

.sub_navi ul li a.last {
	background-image: url(../img/navi_line.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.sub_navi ul li a:hover {
	color: #f90212 !important;
	text-decoration: none !important;
}

.navi_rec1 {
	text-align: left;
	padding-left: 550px;
}

.navi_rec2 {
	text-align: right;
	/* padding-right: 322px; */
}

.navi_rec3 {
	text-align: right;
	padding-right: 65px;
}

.navi_rec4 {
	text-align: right;
}

.pree {
	padding-bottom: 28px !important;
}

/* コンテンツ */
#rec_body{
	/*margin: 25px auto 0px auto;*/
	position: relative;
	text-align: left;
	max-width: 960px;
}

/* パンくず */
/*#rec_body #pan,
.footet_pan{
	font-size: 13px !important;
	padding-left: 40px;
	max-height: 999999px !important;
	background-color: #fff !important;
}

#rec_body #pan a,
.footet_pan a {
	font-size: 13px !important;
	text-decoration: none !important;
}

#rec_body #pan a:hover,
.footet_pan a:hover {
	text-decoration: underline !important;
}
*/
/* ログオンボタン */
#rec_body .btn_logon {
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: 10;
}

#rec_body .btn_logon a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background-color: #e60012;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../img/rec_arrow2.png);
	display: inline-block;
	white-space: nowrap;
	padding: 8px 28px 8px 12px;
}

#rec_body .btn_logon a:hover {
	text-decoration: none;
	background-color: #ff3333;
}

/* 本文見出し */
#rec_body h2.rec_heading {
	text-align: center;
	padding: 50px 0 30px 0;
}

#rec_body h2.rec_heading span {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	padding: 0 0 14px 0;
	border-bottom: solid 1px #000;
}

#rec_body h3.rec_heading {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 30px 5px;
	letter-spacing: 5px;
}

#rec_body h4.rec_heading {
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	background-color: #8f8f8f;
	padding: 8px 30px;
	margin: 0 20px 14px 20px;
}

#rec_body h5.rec_heading {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 10px 0px 28px;
	margin: 20px 20px 12px 20px;
	background-position: 7px 2px;
	background-repeat: no-repeat;
	background-image: url(../img/rec_li5.png);
}

#rec_body p.rec_mt {
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	padding: 10px 20px 20px 20px;
}

#rec_body p.rec_notice {
	font-size: 18px;
	line-height: 1.4;
	color: #f00;
	padding: 20px 0 60px;
	text-align: left;
}
/*
#rec_body .entry_block_inner p.rec_notice{
	font-size: 16px;
	padding: 0;
}*/
/* プレエントリー / ログオン */
/*#rec_body.pre_entry{
	padding: 0 0 60px 0;
}

#rec_body.pre_entry h4.rec_heading {
	margin-top: 30px;
}

#rec_body.pre_entry h5.rec_heading {
	margin-top: 30px;
}

.entry_logon {
	display: table;
	padding: 20px 0;
}

.entry_block {
	display: table-cell;
	width: 50%;
	background-color: #f3f3f3;
	border: solid 10px #fff;
}

.entry_block_inner {
	padding: 30px 30px 40px 30px;
}

.entry_block_inner h4 {
	text-align: center;
	font-size: 22px;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	border-bottom: solid 1px #000;
}

.entry_block_inner p {
	font-size: 15px;
	line-height: 1.6;
	padding: 0 0 32px 0;
}

.form_tbl {
	margin: 0 40px 32px 0;
}

.form_tbl table {
	width: 100%;
}

.form_tbl table th {
	text-align: right;
	padding: 5px;
}

.form_tbl table td {
	padding: 5px;
}

.form_tbl input.frm1 {
	padding: 7px;
	font-size: 15px;
	width: 100%;
}

.entry_btn {
	padding: 0 0 30px 0;
}

.entry_btn a,
.entry_btn span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	background-color: #e60012;
	padding: 14px 10px;
	border-radius: 4px;
	max-width: 280px;
	margin: 0 auto;
	cursor: pointer;
}

.entry_btn span.end {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	background-color: #666666;
	padding: 14px 10px;
	border-radius: 4px;
	max-width: 280px;
	margin: 0 auto;
	cursor: inherit;
}

.entry_btn span.end:hover {
	background-color: #666666;
}

.entry_btn a:hover,
.entry_btn span:hover {
	text-decoration: none !important;
	background-color: #ff4444;
}

.linkbtn {
	text-align: center;
}

.linkbtn a {
	display: inline-block;
	font-size: 15px;
	padding: 0 10px 0 12px;
	margin: 0 0 0 10px;
	white-space: nowrap;
	background: url(../img/rec_arrow4.png) 0 center no-repeat;
	background-size: 6px 9px;
}

.rec_link1 {
	text-align: center;
}

.rec_link1 a {
	font-size: 15px;
	padding: 0 0 0 18px;
	text-decoration: underline;
	background: url(../img/rec_arrow4.png) 0 center no-repeat;
	background-size: 6px 9px;
}
*/



/* 新卒採用プレエントリー */
/*
#kiyaku{
	margin: 20px 30px 20px 24px;
}*/
#kiyaku #kiyaku_txt{
	/*margin: 0 0 0 5px;*/
	padding: 0 10px;
	border: solid 1px #bebebe;
	background-color: #f3f3f3;
	/*width: 100%;*/
	height: 220px;
	overflow: auto;
}

#kiyaku_txt h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 5px 0
}

#kiyaku_txt p {
	font-size: 12px;
	margin: 0 20px 10px 0;
}

#kiyaku_txt ul {
	margin: 0;
}

#kiyaku_txt ul li {
	font-size: 12px;
	margin: 0 0 3px 0;
	text-indent: -2em;
	padding-left: 2em;
}

#rec_body.pre_entry p.txt_next {
	line-height: 1.75;
	text-align: center;
	margin: 20px 0;
}

#rec_body.pre_entry p.txt_privacy {
		margin: 20px 0;
}

.agreement {
	padding: 0 0 50px 0;
}

.agreement ul {
	max-width: 550px;
	margin: 0 auto;
}

.agreement ul li {
	display: block;
	width: 50%;
	float: left;
}

.agreement ul li a {
	margin: 0 auto;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff !important;
	padding: 14px 10px;
	border-radius: 4px;
	margin: 10px;
	cursor: pointer;
	transition: background 0.2s;
	background-position: 15px center;
	background-repeat: no-repeat;
}

.agreement ul li a:hover {
	text-decoration: none !important;
}

.agreement ul li.yes a {
	background-image: url(../entry_logon/img/icon_yes.png);
	background-size: 22px 22px;
	background-color: #e60012;
}

.agreement ul li.yes a:hover {
	background-color: #ff5566;
}

.agreement ul li.no a {
	background-image: url(../entry_logon/img/icon_no.png);
	background-size: 22px 22px;
	background-color: #777;
}

.agreement ul li.no a:hover {
	background-color: #aaa;
}

/* 社員懇談会 */
.confe_list {
	padding: 14px 0 30px 0;
}

.confe_list ul {
	display: inline-block;
	text-align: left;
	margin: 0 50px;
}

.confe_list ul li {
	font-size: 16px;
	line-height: 1.4;
	background-image: url(../img/rec_li3.png);
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-position: left 10px;
	padding: 3px 0 3px 16px;
}

.ta_center {
	text-align: center;
}
/*
.confe_block{
	padding: 30px 0 60px 0;
}*/
.confe_tbl{
	margin: 0 20px 30px;
}

.confe_tbl table {
	width: 100%;
}

.confe_tbl th {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.3;
	padding: 12px 20px 12px 20px;
	text-align: left;
	background-color: #ddd;
	border: solid 1px #cdcdcd;
}

.confe_tbl td.d1 {
	width: 15%;
	font-size: 15px;
	line-height: 1.5;
	padding: 12px 10px;
	text-align: center;
	border: solid 1px #cdcdcd;
	background-color: #f3f3f3;
	white-space: nowrap;
}

.confe_tbl td.d2 {
	width: 85%;
	font-size: 15px;
	line-height: 1.5;
	padding: 12px 10px 12px 20px;
	border: solid 1px #cdcdcd;
}

.confe_tbl td.d2 span {
	padding: 0 20px 0 0;
}

.confe_tbl td.d2 a {
	color: #dd0000 !important;
	text-decoration: underline !important;
}

.confe_tbl td.d2 a:hover {
	color: #ff0000 !important;
}

/* プロセス */
.process_step {
	position: relative;
	background-position: 46px bottom;
	background-repeat: no-repeat;
	background-image: url(../process/img/step_arrow.png);
	/* width: 860px; */
	min-height: 180px;
	margin: 30px 0 10px 0;
}
.anser .process_step:first-child {
	margin-top: 0;
}

.process_step.last {
	background-image: none;
	min-height: inherit;
	margin-bottom: 30px;
}

.process_step .sup {
	font-size: 12px;
    text-indent: -1.2em;
    padding-left: 1em;
}

.stepnum {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
}

.process_block {
	padding: 32px 0 0 150px;
}

#container .process_block .process_title {
	font-size: 30px;
	padding: 0 0 30px 0;
}
/*
.process_block p {
	font-size: 16px;
	line-height: 1.6;
	padding: 0 0 20px 0;
}

.process_block p.kikan {
	font-weight: bold;
	padding: 0 0 0 16px;
	margin: 10px 0 10px 0;
	border-left: solid 5px #e60012;
}

.process_block h5 {
	font-size: 16px;
	line-height: 1.6;
	padding: 10px 0 10px 0;
}
*/

/* 募集要項 */
.rec_block {
	padding: 0 0 30px 0;
}

.recruit_tbl {
	margin: 0 20px 15px;
}

.recruit_tbl table {
	width: 100%;
}

.recruit_tbl th {
	font-size: 15px;
	line-height: 1.3;
	width: 185px;
	padding: 8px 0;
	text-align: center;
	background-color: #f3f3f3;
	border: solid 1px #cdcdcd;
	white-space: nowrap;
}

.recruit_tbl td {
	font-size: 15px;
	line-height: 1.5;
	padding: 12px 20px;
	border: solid 1px #cdcdcd;
}

.recruit_tbl table.num td {
	text-align: center;
}

ul.recruit_notice {
	margin: 0 30px 0 50px;
}

ul.recruit_notice li {
	font-size: 12px;
	line-height: 1.4;
	padding: 0 0 5px 12px;
	text-indent: -12px;
}

ul.recruit_list li a {
	text-decoration: underline !important;
	color: #d00 !important;
}

ul.recruit_list li a:hover {
	color: #ff0000 !important;
}

ul.recruit_list {
	margin: 0 50px 0 50px;
}

ul.recruit_list li {
	font-size: 15px;
	line-height: 1.4;
	padding: 5px 0 5px 16px;
	background-image: url(../img/rec_li2.png);
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-position: left 11px;
}

ul.recruit_list.smalltxt li {
	font-size: 13px;
	background-position: left 10px;
}

p.recruit_txt1 {
	font-size: 15px;
	line-height: 1.6;
	padding: 0 50px 7px 50px;
}

p.cname {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin: 10px 0 10px 0;
}

.mailicon {
	letter-spacing: 0;
	background-image: url(../img/rec_mail.png);
	background-size: 14px 10px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 20px;
}

/* QAページ */
#qa_content{
/*	margin: 0 auto;
	padding: 20px 0 50px 0;
	max-width: 940px;
	*/
}

.qa_cat {
	width: 600px;
	margin: 0 auto 20px;
}

.qa_cat ul li {
	width: 50%;
	float: left;
}

.qa_cat ul li a {
	font-size: 17px;
	letter-spacing: 0;
	color: #000 !important;
	font-weight: bold;
	text-align: center;
	display: block;
	border: solid 1px #000;
	margin: 0 10px;
	padding: 10px 20px;
	background: url(../img/rec_arrow3.png) 20px center no-repeat;
	background-size: 6px 9px;
}

.qa_cat ul li a:hover {
	text-decoration: none !important;
	color: #d00 !important;
	border: solid 1px #d00;
	background: url(../img/rec_arrow4.png) 20px center no-repeat;
	background-size: 6px 9px;
}

#qa_content h4 {
	font-size: 28px;
	font-weight: bold;
}

#qa_content h4#qa_senko {
	padding: 116px 0 15px 14px;
	border-bottom: solid 1px #ccc;
	margin: 0 0 15px 0;
	margin-top: -66px;
}

#qa_content h4#qa_nyushago {
	padding: 116px 0 15px 14px;
	border-bottom: solid 1px #ccc;
	margin: 0 0 15px 0;
	margin-top: -66px;
}
/*
.qa_box{
	margin-bottom: 3px;
}

.qa_box p.oc_trigger {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	padding: 13px 20px 13px 80px;
	border: solid 2px #f1f1f1;
	background: url(../q_and_a/img/li_q.png) 30px center no-repeat #f1f1f1;
	transition: 0.1s;
}

.qa_box p.hover {
	color: #000;
	border: solid 2px #888;
	background: url(../q_and_a/img/li_q.png) 30px center no-repeat #fff;
	transition: 0.2s;
}

.qa_box p.open {
	color: #fff;
	border: solid 2px #888;
	background: url(../q_and_a/img/li_q2.png) 30px center no-repeat #888;
	border-bottom: none;
}

.qa_box p.anser {
	display: none;
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	font-weight: normal;
	border: solid 2px #888;
	background: url(../q_and_a/img/li_a.png) 30px 26px no-repeat #fff;
	padding: 20px 40px 50px 80px;
}

.qa_box p.anser a {
	color: #d00 !important;
	text-decoration: underline !important;
}

.qa_box p.anser a:hover {
	color: #f00 !important;
	text-decoration: underline;
}

.qa_box p.anser a.link {
	display: inline-block;
	padding-top: 10px;
}

.qa_box p.anser a.link::before {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: text-top;
	background: url(../../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
	background-size: cover;
	border-radius: 50%;
	margin-right: 10px;
}
*/

/* TOPページ */
.top_header {
	position: relative;
	background-image: url(../img/topmain.jpg);
	background-color: #1081b9;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top_copy {
	width: 980px;
	margin: 0 auto;
}

.top_copy p {
	float: right;
	text-align: left;
	font-size: 30px;
	line-height: 2;
	font-weight: bold;
	color: #fff;
	letter-spacing: 12px;
	padding: 90px 0 90px 20px;
}

.top_navi_set {
	width: 980px;
	margin: 30px auto 50px auto;
}

.top_navi1 {
	text-align: left;
	width: 25%;
	float: left;
}

.top_navi1 .top_navi_inner {
	padding: 3px;
}

.top_navi1 h2 {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #d00;
	border-left: solid 5px #e60012;
	padding: 16px 0 16px 20px;
	margin: 8px 0 20px 10px;
}

.top_navi1 li a {
	display: block;
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
	color: #000 !important;
	padding: 13px 0px 13px 33px;
	background-image: url(../img/rec_li1.png);
	background-size: 14px 14px;
	background-position: 10px 16px;
	background-repeat: no-repeat;
	transition: 0.2s;
	background-color: #fff;
}

.top_navi1 li a:hover {
	color: #000 !important;
	background-color: #efefef;
	text-decoration: none !important;
}

.btn_entry {
	background: #e60012;
	position: absolute;
	right: 10px;
	top: 15px;
	z-index: 3;
}

.btn_entry a {
	color: #fff !important;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	background-color: #e60012;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(../../img/arrow_right.svg);
	display: inline-block;
	padding: 10px 20px 10px 18px;
	margin-right: 7px;
	white-space: nowrap;
	transition: background-color 0.2s;
	background-size: 12px;
	background-position: 209px 12px;
}

/* .pre_entry{
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../../img/arrow_right.svg);
    display: inline-block;
    padding: 10px 20px 10px 18px;
    margin-right: 7px;
    white-space: nowrap;
    transition: background-color 0.2s;
    background-size: 12px;
    background-position: 209px 12px;
}
.btn_entry a:hover{
	text-decoration: none !important;
	background-color: #e60012;
	opacity: .9;
} */
.btn--red,
a.btn--red {
	color: #fff !important;
	background-color: #e60012;
	padding: 1.5% 2%;
	font-size: 16px;
	margin-left: 38%;
	margin-bottom: 5%;
	display: inline-block;
	margin-top: -2%;
}

.btn--red:hover,
a.btn--red:hover {
	opacity: .9;
	text-decoration: none !important;
	color: #fff !important;
	background: #e60012;
}

a.btn--red:hover img {
	opacity: .95;
}

.btn--red img {
	width: 18px;
	margin-left: 7px;
}

.underline {
	text-decoration: underline !important;
}

div.recruit_txt1 {
	font-size: 15px;
	line-height: 1.6;
	padding: 0 50px 7px 50px;
}

.recruit_txt1 p.link a::before {
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
	background-size: cover;
	border-radius: 7px;
	margin-right: 10px;
}

p.link.recruit_txt1 a {
	position: relative;
}

p.link.recruit_txt1 a::before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
	background-size: cover;
	border-radius: 7px;
	margin-right: 10px;
	top: calc(50% - 7px);
}

@media (max-width: 480px) {
	p.link.recruit_txt1 a::before {
		top: 0.3em;
	}

	p.link.recruit_txt1 a span {
		display: block;
	}
}

p.link.recruit_txt1 a span {
	padding-left: 20px;
}

.recruit_txt1 p.link span {
	display: inline-block;
	vertical-align: middle;
}

/* IE用調整 */
/*
@media all and (-ms-high-contrast:none){

	.top_navi1 h2 {
		padding: 18px 0 14px 20px;
	}

	.top_navi1 li a {
		padding: 16px 0px 10px 33px;
	}

	#rec_navi h1 {
		padding: 5px 30px 0px 30px;
	}

	#rec_navi li p {
		padding: 4px 0 0 6px;
	}

	.sub_navi ul li a span {
		display: inline-block;
		padding: 3px 0 0 0;
	}

	#rec_body h4.rec_heading {
		padding: 12px 30px 8px 30px;
	}

	#rec_body h5.rec_heading {
		padding: 2px 10px 0px 28px;
	}

	#rec_body .btn_logon a {
		padding: 8px 28px 4px 12px;
	}

	.btn_entry a {
		padding: 13px 30px 7px 18px;
	}

	.qa_box p.oc_trigger {
		padding: 16px 20px 10px 80px;
	}

	#qa_content h4#qa_senko {
		padding: 50px 0 10px 14px;
		margin: 0 0 20px 0;
	}

	#qa_content h4#qa_nyushago {
		padding: 50px 0 10px 14px;
		margin: 0 0 20px 0;
	}

	.qa_cat ul li a {
		padding: 13px 20px 7px 20px;
	}

	.recruit_tbl th {
		padding: 13px 0 7px 0;
	}

	.recruit_tbl td {
		padding: 22px 30px 18px 30px;
	}

	.entry_btn a,
	.entry_btn span {
		padding: 17px 10px 11px 10px;
	}

	.linkbtn a {
		padding: 5px 10px 0 12px;
	}

	.agreement ul li a {
		padding: 17px 10px 11px 10px;
	}
}
*/

/* --------------------------

SmartPhone

--------------------------- */
@media (max-width: 759px) {
	body{
		min-width: 0;
	}

	#rec_navi_inner {
		width: auto;
		margin: 0;
		height: 40px;
	}

	#rec_navi h1 {
		color: #fff;
		float: none;
		font-size: 18px;
		letter-spacing: 1px;
		height: 40px;
		line-height: 40px;
		padding: 0 20px 0px 20px;
	}

	#rec_navi h1 a,
	#rec_navi h1 a:hover {
		color: #fff !important;
	}

	#rec_navi ul,
	.sub_navi {
		display: none;
	}
	#rec_body{
		/*margin: 0 auto 20px auto;*/
	}

	/*ページ内アンカー調整*/
	.anchor_navitop {
		padding-top: 46px;
		margin-top: -46px;

	}

	/* ログオンボタン */
	#rec_body .btn_logon {
		position: absolute;
		right: 5px;
		top: -31px;
		z-index: 10;
		float: right;
	}

	#rec_body .btn_logon a {
		color: #e60012 !important;
		background-image: url(../img/rec_arrow1.png);
		background-size: 20px 14px;
		background-color: #fff;
		font-size: 11px;
		padding: 2px 20px 2px 14px;
	}

	#rec_body .btn_logon a:hover {
		color: #e60012 !important;
		background-color: #fff;
	}

	/* パンくずリスト */
	#rec_body #pan {
		padding-top: 7px;
		padding-bottom: 30px;
	}

	.footet_pan {
		color: #000 !important;
		padding-top: 7px;
		padding-bottom: 30px;
	}

	#footer {
		padding: 0;
	}

	#sp_foot_menu {
		background: #fff;
	}

	.btn_pagetop {
		display: none;
		position: fixed;
		bottom: 10px;
		right: 10px;
		opacity: 0.7;
	}

	.btn_pagetop a img {
		opacity: 1;
		width: 40px;
		height: 40px;
	}

	/* 本文見出し */
	#rec_body h2.rec_heading {
		text-align: center;
		padding: 0;
	}

	#rec_body h2.rec_heading span {
		font-size: 18px;
		padding: 0;
	}

	#rec_body h3.rec_heading {
		font-size: 25px;
		padding: 10px 0 30px 3px;
		letter-spacing: 3px;
	}

	#rec_body p.rec_mt {
		font-size: 15px;
		padding: 0px 20px 20px 20px;
		text-align: left;
	}

	#rec_body p.rec_notice {
		font-size: 15px;
		padding: 0 10px 20px 10px;
	}

	/* プレエントリー / ログオン */
	/*
	#rec_body.pre_entry{
		padding: 0;
		margin-bottom: 0;
	}

	#rec_body.pre_entry h3.rec_heading {
		font-size: 22px;
		letter-spacing: 0px;
	}

	.entry_logon {
		display: block;
		padding: 0 10px;
	}

	.entry_block {
		display: block;
		width: auto;
	}

	.entry_block_inner {
		padding: 20px 20px 10px 20px;
	}

	.entry_block_inner h4 {
		font-size: 20px;
		font-weight: bold;
		padding: 0 0 7px 0;
		margin: 0 0 20px 0;
	}

	.entry_block_inner p {
		font-size: 14px;
		line-height: 1.4;
		padding: 0 0 20px 0;
	}

	.form_tbl {
		margin: 0 10px 20px 0;
	}

	.form_tbl table th {
		font-size: 12px;
		white-space: nowrap;
	}

	.form_tbl table td {
		padding: 5px;
	}

	.form_tbl input.frm1 {
		padding: 7px;
		font-size: 15px;
		width: 100%;
	}

	.entry_btn {
		padding: 0 0 10px 0;
	}

	.entry_btn a,
	.entry_btn span {
		color: #fff !important;
		font-size: 15px;
		padding: 10px;
		border-radius: 4px;
	}

	.entry_btn a:hover,
	.entry_btn span:hover {
		text-decoration: none;
		background-color: #ff4444;
	}

	.linkbtn {
		text-align: left;
		margin: 10px 0;
	}

	#rec_body.pre_entry .rec_link1 {
		margin: 10px 20px 40px 30px;
		text-align: left;
	}

	#rec_body.pre_entry .rec_link1 a {
		font-size: 13px;
	}
	*/
	/* 新卒採用プレエントリー */
	#rec_body.pre_entry h4.rec_heading {
		margin-top: 0px;
	}
	/*
	#kiyaku{
		margin: 20px 20px 20px 20px;
	}*/
	#kiyaku #kiyaku_txt{
		margin: 0;
		height: 180px;
	}

	#kiyaku_txt h6 {
		font-size: 13px;
		margin: 10px;
	}

	#kiyaku_txt p {
		font-size: 12px;
		margin: 0 10px 10px 10px;
	}

	#kiyaku_txt ul {
		margin: 0 10px 20px 10px;
	}

	#kiyaku_txt ul li {
		font-size: 12px;
		line-height: 1.4;
	}
	#rec_body.pre_entry p.txt_next{
		/*font-size: 14px;
		text-align: left;
		padding: 10px 0 20px 0;
		*/
	}

	.agreement {
		padding: 0 0 20px 0;
	}

	.agreement ul {
		text-align: center;
	}

	.agreement ul li {
		width: 94%;
		margin: 0 auto;
		float: none;
	}

	.agreement ul li a {
		color: #fff !important;
	}

	/* 社員懇談会 */
	.confe_sec {
		margin-bottom: 72px;
	}

	.confe_sec_title {
		font-size: 18px;
		font-weight: bold;
		padding: 0 0 0 16px;
		margin: 10px 0 10px 10px;
		border-left: solid 5px #e60012;
	}

	.confe_list {
		padding: 10px 0 20px 0;
	}

	.confe_list ul {
		margin: 0 20px;
	}

	.confe_list ul li {
		font-size: 15px;
		line-height: 1.4;
		background-position: left 9px;
	}

	.confe_tbl {
		margin: 0 10px 20px;
	}

	.confe_tbl th {
		font-size: 15px;
		padding: 10px;
	}

	.confe_tbl td.d1 {
		font-size: 12px;
		padding: 10px;
	}

	.confe_tbl td.d2 {
		font-size: 14px;
		padding: 10px;
	}

	.confe_tbl td.d2 span {
		display: block;
	}

	/* プロセス */
	.process_step {
		width: auto;
		margin: 0 0 6px 0;
		background-position: 20px bottom;
		min-height: 110px;
	}

	.process_step.last {
		background-image: none;
		min-height: none;
		margin-bottom: 30px;
	}

	.stepnum {
		width: 70px;
	}

	.process_block {
		padding: 20px 10px 0 82px;
	}

	#container .process_block .process_title{
		font-size: 20px;
		line-height: 1.4;
		font-weight: bold;
		padding: 0 0 10px 0;
	}


/*
	.process_block p {
		font-size: 13px;
		line-height: 1.6;
		padding: 0 0 10px 0;
	}

	.process_block p.kikan {
		line-height: 1.4;
		font-weight: bold;
	}

	.process_block h5 {
		font-weight: bold;
		font-size: 15px;
	}
	*/

	/* 募集要項 */
	#rec_body h4.rec_heading {
		font-size: 18px;
		letter-spacing: 1px;
		padding: 5px 20px;
		margin: 0 10px 14px 10px;
	}

	#rec_body h5.rec_heading {
		font-size: 16px;
		padding: 0px 10px 0px 24px;
		margin: 20px 20px 12px 10px;
		background-position: 6px 6px;
	}

	.recruit_tbl {
		margin: 0 10px 20px;
	}

	.recruit_tbl table {
		width: 100%;
	}

	.recruit_tbl th {
		font-size: 13px;
		letter-spacing: 0;
		font-weight: bold;
		line-height: 1.1;
		width: auto;
		padding: 10px 10px 10px 10px;
		vertical-align: middle;
	}

	.recruit_tbl td {
		font-size: 14px;
		padding: 10px 20px 10px 20px;
		margin-bottom: 20px;
		vertical-align: middle;
	}

	.recruit_tbl table.num td {
		font-size: 15px;
		text-align: center;
		padding: 10px;
	}

	ul.recruit_notice {
		margin: 0 20px 0 20px;
	}

	ul.recruit_notice li {
		font-size: 12px;
		line-height: 1.4;
		padding: 0 0 5px 12px;
		text-indent: -12px;
	}

	ul.recruit_list {
		margin: 0 20px 0 20px;
	}

	p.recruit_txt1 {
		padding: 0 20px 10px 20px;
	}

	p.cname {
		font-size: 15px;
		line-height: 1.4;
		margin: 10px 0 10px 0;
	}

	.scroll table {
		width: 100%;
	}

	.scroll {
		overflow: auto;
		white-space: nowrap;
	}

	.scroll::-webkit-scrollbar {
		height: 5px;
	}

	.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}

	.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}

	/* QAページ */
	.qa_cat {
		width: auto;
		margin: 0 10px;
	}

	.qa_cat ul li {
		width: 50%;
		float: left;
	}

	.qa_cat ul li a {
		margin: 0 4px;
		font-size: 15px;
		padding: 10px 0 10px 10px;
		background: url(../img/rec_arrow3.png) 10px center no-repeat;
		background-size: 6px 9px;
	}

	.qa_cat ul li a:hover {
		color: #d00 !important;
		background: url(../img/rec_arrow4.png) 10px center no-repeat;
		background-size: 6px 9px;
	}

	#qa_content {
		/*padding: 0 0 20px 0;*/
	}

	#qa_content h4 {
		font-size: 20px;
	}

	#qa_content h4#qa_senko {
		padding: 100px 0 10px 14px;
		margin: -50px 0 10px 0;
	}

	#qa_content h4#qa_nyushago {
		padding: 100px 0 10px 14px;
		margin: -50px 0 10px 0;
	}
	/*
	.qa_box{
		margin: 5px;
	}

	.qa_box p.oc_trigger {
		font-size: 14px;
		font-weight: normal;
		padding: 10px 10px 10px 50px;
		background: url(../q_and_a/img/li_q.png) 13px center no-repeat #f1f1f1;
		background-size: 18px 20px;
	}

	.qa_box p.hover {
		background: url(../q_and_a/img/li_q.png) 13px center no-repeat #fff;
		background-size: 18px 20px;
	}

	.qa_box p.open {
		background: url(../q_and_a/img/li_q2.png) 13px center no-repeat #888;
		background-size: 18px 20px;
	}

	.qa_box p.anser {
		font-size: 14px;
		line-height: 1.6;
		background: url(../q_and_a/img/li_a.png) 14px 17px no-repeat #fff;
		background-size: 18px 18px;
		padding: 15px 20px 20px 50px;
	}
	*/

	/* TOPページ */
	.top_header {
		height: auto;
	}

	.top_header {
		position: relative;
		background-image: url(../img/topmain_sp.jpg);
		background-color: #1081b9;
		background-position: left center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.top_copy {
		width: auto;
		margin: 0;
	}

	.top_copy p {
		width: 48%;
		float: right;
		font-size: 13px;
		line-height: 1.8;
		letter-spacing: 3px;
		padding: 25px 0;
		white-space: nowrap;
	}

	.btn_entry {
		background: #e60012;
		position: relative;
		top: 0;
		z-index: 10;
		text-align: center;
		width: 63%;
		margin-left: 21%;
		margin-top: -5%;
		margin-bottom: 5%;
		margin-right: 9%;
	}

	.btn_entry a {
		background-size: 13px;
		background-position: 209px 16px;
	}

	.top_navi_set {
		width: auto;
		margin: 0;
	}

	.top_navi1 {
		float: none;
	}

	.top_navi1 {
		width: 100%;
		border-bottom: solid 1px #ccc;
	}

	.top_navi1 .top_navi_inner {
		padding: 15px 0 20px 10px;
	}

	.top_navi1 h2 {
		font-size: 14px;
		border-left: solid 4px #e60012;
		padding: 0 0 0 8px;
		margin: 8px 0 12px 10px;
	}

	.top_navi1 li {
		float: left;
		padding: 0 0 0 10px;
		margin: 0;
	}

	.top_navi1 li a {
		font-size: 15px;
		color: #000 !important;
		padding: 3px 6px 3px 15px;
		background-size: 10px 10px;
		background-position: left 8px;
	}

	.top_navi1 li a:hover {
		background-color: #fff;
	}

	/* スマホナビ */
	.rec_spnavi_ttl {
		font-size: 15px;
		display: block;
		height: 48px;
		line-height: 48px;
		padding: 0 0 0 18px;
		color: #fff;
		background-color: #d00;
		background-size: 23px 12px;
		border-bottom: solid 1px #cdcdcd;
	}

	.rec_spnavi_ttl a {
		color: #fff;
	}

	.rec_spnavi_ttl a span {
		color: #fff;
	}

	li.sp_navi_sub1_1>span {
		font-size: 13px;
		font-weight: bold;
		display: block;
		padding: 6px 10px 6px 28px;
		border-bottom: solid 1px #cdcdcd;
		color: #fff;
		background: url(../img/rec_li4.png) 16px center no-repeat #989898;
	}

	.mm_l {
		font-weight: bold;
	}

	.mm_s {
		font-weight: bold;
	}

	.btn--red,
	a.btn--red {
		width: 52%;
		text-align: center;
		margin-left: 23%;
		padding: 1.5% 0.5%;
	}

	a.btn--red:after {
		left: 15px;
	}

	.btn--red img {
		margin-bottom: 4px;
		margin-left: 10px;
	}

}

.mb0 {
	margin-bottom: 0 !important;
}