@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}

html	{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, "メイリオ",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	height: 100%;
	overflow-y: scroll;
	background-color: #fff;
	-webkit-text-size-adjust: 100%; /* スマホiPhoneで閲覧時に文字が大きくなる問題対策 */
	}

html.scrollbar	{
	overflow-y: scroll;
	}

body	{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-size: 16px;
	line-height: 1.75;
	background-color: #fff;
	}

/* フッター最下部固定方法(2017426)
https://qiita.com/Hiroki_M/items/0f61ec25e63fe37f5bc9

	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
*/

a	{
	text-decoration: none;
	}

h1	{
	font-size: 32px;
	font-size: 3.2rem;
	}

table	{
	border-collapse: collapse;
	border-spacing: 0;
	}

ol, ul {
	list-style: none;
	}

#page	{
	padding-bottom: 65px;
	}

.business_page1 {
	min-height: auto;
	height: 100%;
	}

.business_page2 {
	min-height: 100%;
	height: 100%;
	min-height: auto;
	height: auto;
	}

/* サイドなし ワンカラムページ用 */

#page_1column	{
	position: relative;
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom: 0px;
	}

/* JavaScriptが無効の場合 コメント */

#js_box	{
	display: block;
	}

#js_off_comment	{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	margin: 0 auto;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border: 1px solid #111;
	box-sizing: border-box;
	text-align: center;
	background-color: #ffebcd;
	}

#js_off_comment	{
	animation-name: js_off; /* キーフレーム名 */
	animation-duration: 1s; /* 開始から終了までの時間 */
	animation-timing-function: linear; /* 速度 */
	animation-delay: 3s; /* 再生するまでの時間 */
	animation-fill-mode: both; /* 再生するまで状態待機 */
	}

@keyframes js_off	{
		from {
		opacity: 1;
		}
		to {
		display: none;
		height: 0;
		border: none;
		opacity: 0;
		}
	}/* @keyframes js_off end */


#js_off_comment2	{
	animation-name: js_off2; /* キーフレーム名 */
	animation-duration: 1s; /* 開始から終了までの時間 */
	animation-timing-function: linear; /* 速度 */
	animation-delay: 5s; /* 再生するまでの時間 */
	animation-fill-mode: both; /* 再生するまで状態待機 */
	}

@keyframes js_off2	{
		from {
		top: 0;
		display: block;
		opacity: 1;
		}
		to {
		top: -40px;
		display: none;
		opacity: 0;
		}
	}/* @keyframes js_off end */

/* JavaScriptが無効の場合 コメント end */

#browser_box	{
	display: block;
	width: 80%;
	height: 480px;
	margin: 0 auto 40px;
	padding: 4px;
	border: 1px solid #000;
	box-sizing: border-box;
	}

#browser_inner	{
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	}

#browser_tab	{
	width: 98%;
	height: 8px;
	margin: 8px auto 0;
	border: 1px solid #000;
	}

.guide_top,
.guide_sitemap	{
	display: inline-block;
	float: left;
	width: 50%;
	}

/* 改行無効 レスポンシブ幅によって有効化 */

.br	{
	display: inline-block;
	}

#winsize2	{
	position: fixed;
	top: 20px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	padding: 4px;
	background-color: #ffffff;
	width: 360px;
	border: 1px solid #000;
	text-align: center;
	z-index: 9;
	}

#scr_box	{
	position: fixed;
	top: 96px;
	right: 16px;
	padding: 8px 8px 8px 24px;
	font-size: 16px;
	line-height: 20px;
	background-color: #ffffff;
	width: 320px;
	border: 1px solid #000;
	text-align: left;
	z-index: 10;
	}

/* 共通 見出し */

.headline	{
	position: relative;
	height: 50px;
	background-color: #fff;
	border-bottom: 5px solid #00083c;
	box-sizing: border-box;
	}

.headline h1,
.headline h2,
.headline h3	{
	position: relative;
	margin: 0;
	padding: 0 0 0 1.5em;
	font-size: 20px;
	line-height: 48px;
	}

.headline h1:before,
.headline h2:before,
.headline h3:before	{
	content: "";
	position: absolute;
	background: #00083c;
	top: 50%;
	left: 0.4em;
	margin: -16px 0px 0px 0px;
	height: 30px;
	width: 8px;
	}

.headline a	{
	position: absolute;
	top: 14px;
	right: 28px;
	color: #000;
	padding: 2px 2px 4px;
	z-index: 3;
	letter-spacing: 1px;
	}

.headline a:hover	{
	color: #000;
	}

.headline a:before	{
	display: inline-block;
	content: "";
	position: absolute;
	bottom: -7px;
	right: -2px;
	width: 72%;
	height: 3px;
	background-color: #00083c;
	margin: 0;
	z-index: 2;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}

.headline a:hover:before	{
	width: 100%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}

.headline a:after	{
	display: inline-block;
	content: "";
	position: absolute;
	bottom: -7px;
	right: -2px;
	width: 3px;
	height: 10%;
	background-color: red;
	z-index: 2;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}

.headline a:hover:after	{
	height: 100%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}


.headline a i	{
	position: absolute;
	bottom: -4px;
	right: -18px;
	font-size: 16px;
	vertical-align: bottom;
	margin: 0px 0px 0px 10px;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}


/*** TOPページ 上の画面 ***/

.rel	{
	position: relative;
	}

/*** サイドあり 共通コンテンツ 幅 ***/

#wrapper {
	width: 1000px;
	margin: 40px auto 0;
	line-height: 32px;
	}

/* サイドなし ワンカラムページ用 メイン */

#wrapper_short	{
	width: 1000px;
	margin: 40px auto 0;
	padding-bottom: 80px;
	}

.clearfix	{
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	}

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

/*** 共通 サイドメニュー ***/

#top2	{
	position: absolute;
	top: 0px;
	left: 0px;
	}

#box999	{
	position: fixed;
	top: 320px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 200px;
	height: 40px;
	border: 1px solid #000;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	background-color: #ffffff;
	z-index: 99;
	}

#wrapper_short #sidebar	{
	margin-top: 0;
	}

#sidebar	{
	float: left;
	position: relative;
	width: 240px;
	}

/* 最新ブラウザ向き サイド追従・固定 IE・Edgeは非対応 */

#wrapper .sidebar	{
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
	left: 0;
	float: left;
	width: 240px;
	}

#sidebar #to	{
	position: absolute;
	top: -56px;
	left: 0px;
	line-height: 40px;
	color: #000;
	text-align: center;
	width: 100%;
	height: 40px;
	border: 1px solid #000;
	box-sizing: border-box;
	z-index: 0;
	}
#sidebar #to:hover	{
	color: #ffffff;
	background-color: #00083c;
	}

#side_menu	{
	padding: 12px 12px;
	background-image:linear-gradient(-45deg,#fff 25%,#d5d5d5 25%,
	#d5d5d5 50%,#fff 50%,#fff 75%,#d5d5d5 75%,#d5d5d5);
	background-image:-webkit-linear-gradient(-45deg,#fff 25%,#d5d5d5 25%,
	#d5d5d5 50%,#fff 50%,#fff 75%,#d5d5d5 75%,#d5d5d5);
	background-size: 6px 6px;
	}

#side_menu	{
	position: relative;
	}

/* 赤縦棒 文字位置確認用
#side_menu:after	{
	position: absolute;
	top: 0;
	left: 35px;
	width: 1px;
	height: 100%;
	content: "";
	display: inline-block;
	background-color: red;
	}
 */

#side_menu ul	{
	position: relative;
	font-family: 'Meiryo', 'メイリオ',  'MS PGothic', 'ＭＳ Ｐゴシック';
	list-style: none;
	overflow: hidden;
	}

/* radio・inputフォームを利用して内容切り替え 171218 */

#main .radio,
#wrapper .radio,
.content {
	display: none;
	}


.business_main #job1_box,
.business_main #job2_box,
.business_main #job3_box	{
	display: none;
	}

/* 会社案内 内容の表示・非表示 */
/* 事業内容 内容の表示・非表示 */

#main .radio[type="radio"] + #company1,
#main .radio[type="radio"] + #company2,
#main .radio[type="radio"] + #intro1,
#main .radio[type="radio"] + #intro2	{
	display: none;
	}

#main .radio[type="radio"]:checked + #company1,
#main .radio[type="radio"]:checked + #company2,
#main .radio[type="radio"]:checked + #intro1,
#main .radio[type="radio"]:checked + #intro2	{
	display: block;
	}

#page .noscrip_comment {
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	vertical-align: top;
	background-color: #d3d3d3;
	}

#page .noscrip_comment span {
	color: red;
	}

#wrapper #main .radio[type="radio"] + .noscrip_box  {
	display: block;
	}

#wrapper #main #label_job2 + .noscrip_box	{
	padding-bottom: 24px;
	}

#job3_box	{
	margin-bottom: 80px;
	}

#main .radio[type="radio"] + #job1_box,
#main .radio[type="radio"] + #job2_box,
#main .radio[type="radio"] + #job3_box	{
	display: none;
	}

#main .radio[type="radio"]:checked + #job1_box,
#main .radio[type="radio"]:checked + #job2_box,
#main .radio[type="radio"]:checked + #job3_box	{
	display: block;
	}


/* 採用情報 内容の表示・非表示 */

#main .radio:checked + #new_box,
#main .radio:checked + #mid_box,
#main .radio:checked + #han_box	{
	display: block;
	}

#sidebar ul .current,
#side_business .job .current,
#side_business .job .current > a,
#side_menu .panel-label:hover,
#side_menu .panel-label:hover > a	{
	background-color: #00083c;
	color: #fff;
	}

#side_menu .panel-label,
#side_recruit_ul .panel-label	{
	display: block;
	padding-left: 1em;
	background-color: #fff;
	cursor: pointer;
	z-index: 9;
	}

#side_intro #side_menu ul	{
	overflow: visible;
	}

#side_menu li	{
	position: relative;
	text-align: left;
	height: 40px;
	line-height: 40px;
	}

/*
#side_menu ul li + li,
#opener li	{
	border-bottom: 1px solid #ddd;
	}
*/

#side_menu ul li.last,
#si2,
#opener li.last
	{
	border-bottom: none;
	}

#side_menu a,
#side_base_office span	{
	position: relative;
	display:  block;
	font-size: 16px;
	padding-left: 16px;
	color: #000;
	background-color: #fff;
	}

#side_menu ul h1	{
	font-size: 1.8rem;
	font-size: 18px;
	line-height: 40px;
	margin: 0 0 -1px;
	padding-left: 16px;
	color: #fff;
	background-color: #555555;
	text-shadow: 3px 3px 3px #000;
	}

#side_menu ul li a:hover,
#side_intro #side_menu ul li a:hover	{
	background-color: #00083c;
	color: #fff;
	}

/* サイド 矢印 フォントアイコン */

#side_intro ul li a:hover:after	{
	content: "\f103"; /* 二重アロー 下 */
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 40px;
	display: block;
	position: absolute;
	top: 0px;
	right: 16px;
	box-sizing: border-box;
	}

#side_intro ul li .anchor:hover:after	{
	content: none;
	}

/* 他のページ偏移を示す時>> */

#side_c2 a:after	{
	content: "\f101";
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 40px;
	display: block;
	position: absolute;
	top: 0px;
	right: 16px;
	box-sizing: border-box;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 0;
	}

#side_c2 a:hover:after	{
	right: 8px;
	opacity: 1;
	}

#side_menu ul li h1 a:hover:after	{
	content: none;
	}

#sidebar img:hover	{
	opacity: 0.7;
	}

#side_entry	{
	width: 100%;
	text-align: center;
	}

#side_entry a	{
	display: inline-block;
	margin-top: 24px;
	vertical-align: bottom;
	}

#side_entry img	{
	width: 224px;
	height: 58px;
	border: 1px solid #aaa;
	}

/* サイド 画像バナー マイナビ */

#side_entry .mynavi	{
	border: 1px solid #00a8eb;
	}

#side_entry1 img	{
	width: 240px;
	height: 58px;
	border: 1px solid #00a8eb;
	vertical-align: bottom;
	box-sizing: border-box;
	}

#side_entry a	{

	}

/*** 共通 (サイドある場合) メインコンテンツ 幅 ***/

#main	{
	width: 720px;
	margin: 0 0 0 280px;
	padding-bottom: 65px;
	}

/* アクセスページ用 */

#main_access	{
	width: 100%;
	height: 100%;
	margin: 40px auto 0px;
	}

#main3	{
	width: 100%;
	height: 100%;
	margin: 40px auto 0px;
	}

/*** 共通 (サイドなしの場合) メインコンテンツ 幅 ***/

#mainr_center	{
	width: 100%;
	max-width: 1007px;
	height: 100%;
	margin: 40px auto 0px;
	padding-bottom: 120px;
	}

#wrapper_center	{
	width: 100%;
	max-width: 1040px;
	height: 100%;
	margin: 40px auto 0px;
	padding-bottom: 80px;
	}

#wrapper_site	{
	width: 100%;
	max-width: 1024px;
	height: 100%;
	margin: 40px auto 0px;
	padding-bottom: 80px;
	}


/*** TOPページ ヘッダー ***/

#header	{
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 84px;
	background-color: #fff;
	}

#header:after	{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: inline-block;
	content: "";
	background-color: #00083c;
	margin: 0 auto;
	width: 100%;
	height: 4px;
	z-index: 9;
	}


/* 読み込み ヘッダーの下バー演出 cssで位置調整 181214 */
/*
.pace    {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	}

.pace .pace-progress    {
	background: #00083c;
	position: absolute;
	z-index: 99;
	top: 80px;
	right: 100%;
	width: 100%;
	height: 4px;
}
*/

/*** TOPページ ナビメニューバー 上部 ***/

#head	{
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	}

#logo	{
	display: inline-block;
	height: 36px;
	position: absolute;
	top: 24px;
	left: 0px;
	z-index: 9;
	}

#logo:hover img	{
	opacity: 0.8;
	}


#logo img	{
	width: 240px;
	height: 36px;
	}

#logo_text	{
	display: inline-block;
	position: absolute;
	top: 9px;
	right: 8px;
	font-size: 14px;
	color: #000;
	}

#logo_text span	{
	margin-right: 16px;
	}

/*** スマホでPC用cssへ切り替えた時 ***/

#page .header_sp	{
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 84px;
	z-index: 9;
	}

.header_sp #logo_img	{
	position: absolute;
	top: 26px;
	left: 16px;
	width: 160px;
	height: auto;
	}

#page .top_nav_sp 	{

	}

.header_sp #top_nav #switch {
	display: block;
	}

.header_sp #nav_ul	{
	display: none;
	width: 100%;
	font-size: 0;
	z-index: 9;
	}

.header_sp #switch	{
	}

/*** TOPページ ナビメニューバー 下部 ***/

#top_nav	{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	}

#nav_ul	{
	text-align: right;
	position: absolute;
	bottom: 0;
	width: 1000px;
	height: 48px;
	font-size: 0;
	}

#nav_ul li	{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: 120px;
	height: 48px;
	line-height: 48px;
	}

#nav_ul li a	{
	display: block;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
/* 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 */
	z-index: 9;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	}

/* ナビゲーション・メニュー マウスホバー */

#nav_ul li a:hover	{
	background-color: #00083c;
	color: #fff;
	-webkit-transition: background-color 0.6s;
	transition: background-color 0.6s;
	cursor: pointer;
	}

/*
#nav_ul	.nav_li	{
	z-index: 9;
	}

#nav_ul .nav_li:after	{
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
	}

#nav_ul	.nav_li ul	{
	visibility: hidden;
	width: 100%;
	height: 0;
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	}

#nav_ul	.nav_li:hover ul	{
	visibility: visible;
	height: 100%;
	opacity: 1;
	}

#nav_ul	.nav_li .nav_li_li	{
	width: 100%;
	height: 48px;
	}

#nav_ul .nav_li li a	{
	color: #111;
	background-color: #fff;
	border: 1px solid #111;
	box-sizing: border-box;
	}

#nav_ul .nav_li li a:hover	{
	background-color: #00083c;
	color: #fff;
	}
*/

/* 現在地カレント 文字色・背景色 ナビメニュー・リンク */

#nav_ul #current,
#nav_ul .current	{
	color: #fff;
	background-color: #00083c;
	}

#top_nav #switch	{
	display: none;
	}

/*** TOPページ ヘッダー end ***/

#box1x	{
	position: relative;
	width: 1000px;
	height: 480px;
	margin: auto;
	background: #fff;
	}

#box1	{
	position: relative;
	width: 1000px;
	height: 480px;
	margin: auto;
	background-color: #ffffff;
	}

#box1 img {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	}

/* 
	top: 0;
	bottom: 0;
	left: 120px;

 */

#box1:before	{
	display: inline-block;
	position: absolute;
	bottom: 56px;
	left: 80px;
	margin: auto;
	white-space: pre;
	content: "日本の放送文化を\A支える会社";
	text-align: left;
	width: auto;
	height: 160px;
	font-size: 55px;
	line-height: 150%;
	color: #fff;
	font-weight: bold;
	z-index: 9;
	font-family: "Hiragino Mincho ProN", "ＭＳ 明朝", sans-serif;
	text-shadow: 1px 0px #2162b7, -1px 0px #2162b7, 0px -1px #2162b7, 0px 1px #2162b7, 1px 1px #2162b7, -1px 1px #2162b7, 1px -1px #2162b7, -1px -1px #2162b7, 1px 1px #2162b7, -1px 1px #2162b7, 1px -1px #2162b7, -1px -1px #2162b7, 1px 1px #2162b7, -1px 1px #2162b7, 1px -1px #2162b7, -1px -1px #2162b7;
	}

#box1.shadow:before	{
	text-shadow: 2px 2px 4px #000;
	}

#box1xx:after	{
	display: inline-block;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	content: "";
	background-image: url("../img/logo.png");
	background-image: url("../img/logo.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 200px;
	height: 160px;
	z-index: 10;
	}

/* トップページ 下部 */

#box2	{
	position: relative;
	display: table;
	width: 1000px;
	height: 240px;
	margin: 24px auto 0px;
	background-color: #fff;
	box-sizing: border-box;
	}
/* 
	border: 1px solid #000;
	border-bottom: none;
 */
/* トップページ 下部 左 ニュース・更新情報 */

#box2 #news	{
	display: table-cell;
	vertical-align: top;
	min-width: 460px;
	height: 100%;
	padding-left: 24px;
	}

#side_news    {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	color : #000;
	margin: 1em 0;
	}

#side_news label,
#side_news #Panel1,
#side_news div span	{
	display: none;
	}

#side_news dt	{
	float: left;
	width: 120px;
	text-align: center;
	margin: 0;
	}

#side_news dd	{
	line-height: 32px;
	margin: 0 1em;
	padding: 0 0 0 104px;
	border-bottom: solid 1px #dadada;
	}

#side_news dd:after	{
	content: "";
	display: block;
	clear: both;
	}

#side_news #last_dd	{
	border-bottom: none;
	}

#side_news a	{
	color: #000;
	}

#side_news a:hover	{
	color: #333;
	text-decoration: underline;
	}

/* トップページ 下部 右 採用情報バナーなど */

#banner	{
	display: table-cell;
	width: 320px;
	height: 100%;
	}

#banner ul	{
	list-style: none;
	text-align: center;
	}

#banner li	{
	margin-top: 16px;
	}

#banner ul li + li	{
	margin: 20px 0px 0px;
	}

#banner a	{
	display: inline-block;
	border: 1px solid #cdcdcd;
	}

#banner img	{
	width: 240px;
	height: 56px;
	vertical-align: bottom;
	}

/* box2 マイナビ バナー画像 */

#banner #mynavi	{
	border: 1px solid #00a8eb;
	}

#banner a:hover	{
	opacity: 0.8;
	border: 1px solid #999;
	}

/* box3 下部のバナー */

#box3	{
	width: 1000px;
	height: 540px;
	margin: 0px auto;
	text-align: center;
	}

#box3 .inner_box	{
	margin: 24px auto;
	}

#box3 .thumb1	{
	margin: 0 24px 0 auto;
	}

#box3 .thumb2	{
	margin: 0 0 0 auto;
	}

#box3 .thumb1,
#box3 .thumb2	{
	position: relative;
	display: inline-block;
	width: 440px;
	height: 200px;
	overflow: hidden;
	vertical-align: bottom;
	border: 1px solid #aaa;
	box-sizing: border-box;
	-webkit-transition: 1s;
	transition: 1s;
	background: #eee;
	background-repeat: no-repeat;
	}


/* css切り替える時のアニメ無効化 */

#box3 .pc	{
	-webkit-transition: all 1s;
	transition: all 1s;
	}

/* トップページ 会社案内 (背景画像の場合) */

#box3 #company	{
	background-image: url("../img/company.jpg");
	background-size: 100%;
	background-position: top center;
	}

#box3 #company:hover	{
	background-size: 125%;
	}

/* トップページ 事業内容 (背景画像の場合) */

#box3 #service	{
	background-image: url("../img/service.jpg");
	background-size: cover;
	background-position: 0% 20%;
	}

#box3 #service:hover	{
	background-position: 0% -320px;
	}

/* トップページ 採用情報 (背景画像の場合) */

#box3 #recruit	{
	background-image: url("../img/recruit.jpg");
	background-size: 120%;
	background-position: 0% 20%;
	}

#box3 #recruit:hover	{
	background-position: 25% 100%;
	}

/* トップページ 拠点紹介 (背景画像の場合) */

#box3 #base	{
	background-image: url("../img/base.jpg");
	background-size: 100%;
	background-position: 0px -40px;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}

#box3 #base:hover	{
	background-size: 115%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}

#box3x #base:after {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0%;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	-webkit-transition: all 1s;
	transition: all 1s;
	}

/* img画像の場合 hover */
#box3 .thumb1 a img,
#box3 .thumb2 a img	{
	width: 100%;
	height: 100%;
	z-index: 1;
	}

#box3 #service a img	{
	width: 100%;
	z-index: 1;
	}

/* 見出しの背景・透明バー */

#box3 .thumb1:before,
#box3 .thumb2:before	{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 60%;
	height: 60px;
	background-color: #00083c;
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 0.9;
	z-index: 1;
	}

#box3 .thumb1:hover:before,
#box3 .thumb2:hover:before	{
	width: 100%;
	background-color: #003f8e;
	-webkit-transition: 1s;
	transition: 1s;
	}

/* 矢印の中央線 アニメーション */

#box3 .thumb1 > a:before,
#box3 .thumb2 > a:before	{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 16px;
	left: 12px;
	width: 0%;
	height: 2px;
	background-color: #fff;
	z-index: 1;
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 0;
	}

#box3 .thumb1:hover > a:hover:before,
#box3 .thumb2:hover > a:hover:before	{
	width: 93%;
	opacity: 1;
	-webkit-transition: 1s;
	transition: 1s;
	}

#box3 .thumb1 > a:after,
#box3 .thumb2 > a:after	{
	position: absolute;
	bottom: -10px;
	left: 0%;
	color: #fff;
	font-size: 32px;
	font-family: "FontAwesome";
	content:"\f105";
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
	z-index: 1;
	}

#box3 .thumb1:hover > a:hover:after,
#box3 .thumb2:hover > a:hover:after	{
	left: 94%;
	opacity: 1;
	-webkit-transition: 1s;
	transition: 1s;
	}

/* トップページ サムネ マウス重ねると表示 H3の下 スライドバー 設定 */

#box3 .thumbx1:before,
#box3 .thumbx2:before	{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 60%;
	height: 60px;
	background-color: #00083c;
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 0.9;
	z-index: 4;
	}

/* トップページ サムネ マウス重ねると表示 H3の下 スライドバー 動き・アニメーション 設定 */

#box3 .thumbx1:hover:before,
#box3 .thumbx2:hover:before	{
	width: 100%;
	background-color: #003f8e;
	-webkit-transition: all 1s;
	transition: all 1s;
	}

/*** 下の棒が伸びる1 end ***/

#box3 #company h3,
#box3 #service h3,
#box3 #recruit h3,
#box3 #base h3	{
	position: absolute;
	bottom: 0px;
	left: 12px;
	line-height: 60px;
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	z-index: 1;
	}


#box3 div h3:before	{
	width: 100%;
	position: absolute;
	bottom: 0px;
	color: #fff;
	font-size: 15px;
	content: "";
	z-index: 1;
	}

/*** 下部 カラムバナー 文字 会社案内 ***/

#box3 #company h3:before	{
	position: absolute;
	bottom: 0px;
	left: 6.5em;
	content: "会社案内";
	}

#box3 #service h3:before	{
	position: absolute;
	bottom: 0px;
	left: 6em;
	content: "事業内容";
	}

#box3 #recruit h3:before	{
	position: absolute;
	bottom: 0px;
	left: 6em;
	content: "採用情報";
	}

#box3 #base h3:before	{
	position: absolute;
	bottom: 0px;
	left: 8.5em;
	content: "拠点紹介";
	}

#box3 .thumb1 a,
#box3 .thumb2 a	{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: 1;
	}

/* トップページ サムネ マウス重ねると表示 スライドバーの矢印  設定 */

#box3 .thumbx1 a.c1:before,
#box3 .thumbx2 a.c1:before	{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 16px;
	left: 12px;
	width: 0%;
	height: 2px;
	background-color: #fff;
	z-index: 9;
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 0;
	}

/* トップページ サムネ マウス重ねると表示 スライドバーの矢印 動きアニメーション 設定 */

#box3 .thumbx1 a.c1:hover:before,
#box3 .thumbx2 a.c1:hover:before	{
	width: 93%;
	opacity: 1;
	-webkit-transition: 1s;
	transition: 1s;
	}

/* トップページ サムネ マウス重ねると表示 矢印 設定 */

#box3 .thumbx1 a.c1:after,
#box3 .thumbx2 a.c1:after	{
	position: absolute;
	bottom: 2px;
	right: 99%;
	color: #fff;
	font-size: 32px;
	font-family: "FontAwesome";
	content:"\f105";
	margin: 0;
	padding: 0 0 0 0;
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
	z-index: 2;
	}

/* トップページ サムネ マウス重ねると表示 矢印の移動・アニメーション */

#box3 .thumbx1 a.c1:hover:after,
#box3 .thumbx2 a.c1:hover:after	{
	right: 4.2%;
	opacity: 1;
	-webkit-transition: 1s;
	transition: 1s;
	z-index: 2;
	}

/*** PC ページ共通 上へ戻るボタン ***/

/* js無効の時 */

#page_top	{
	display: block;
	position: absolute;
	bottom: 65px;
	right: 20px;
	width: 120px;
	height: 48px;
	z-index: 9;
	background-color: #00083c;
	}

/* js有効の時 */

#js .page_top	{
	display: none;
	position: fixed;
	bottom: 0px;
	right: 20px;
	}

/* js有効の時 下へスクロール移動した時にフッターの上に固定 */

#js .on	{
	position: absolute;
	bottom: 65px;
	}

/* JavaScript有効の時 */

#js #page_top-on	{
	position: fixed;
	bottom: 0px;
	right: 20px;
	width: 120px;
	height: 48px;
	z-index: 9;
	background-color: #00083c;
	}

#han #page_top	{
	display: none;
	}

#page_top:before	{
	display: inline-block;
	content: "";
	position: absolute;
	top: 20px;
	right: 16px;
	width: 10px;
	height: 10px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}
#page_top:hover:before	{
	top: 16px;
	}

#page_top a	{
	position: relative;
	display: block;
	width: 100%;
	height: 48px;
	padding-left: 12px;
	color: #fff;
	font-size: 13px;
	line-height: 48px;
	border: 1px solid #00083c;
	box-sizing: border-box;
	z-index: 9;
	}

/* スマホ 上へ戻る 文字 */

/*
.page_top a	{
	position: relative;
	display: block;
	width: 100%;
	height: 48px;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	padding-left: 8px;
	border: 1px solid #00083c;
	box-sizing: border-box;
	z-index: 9;
	}

<a href="#top" title="ページの先頭へ戻る">page top</a>
<a href="#top" title="ページの先頭へ戻る">PAGE TOP</a>


#page_top a:before	{
	display: block;
	position: absolute;
	top: 0px;
	left: 12px;
	content:"PAGE TOP";
	content:"page top";
	margin: 0;
	padding: 0;
	}

#page_top a:before	{
	}
*/

/*** PC フォントアイコン 上へ戻る 上の線 ***/

/*
#page_top:after	{
	display: block;
	content: "";
	position: absolute;
	top: 12px;
	right: 10px;
	border-top: 2px solid #fff;
	width: 22px;
	cursor: pointer;
	z-index: 9;
	transition: all 0.6s;
	}
*/

/*** PC フォントアイコン 上へ戻る アロー ***/

/* 要らなければ削除
#page_top a:after	{
	display: block;
	position: absolute;
	bottom: -4px;
	right: 10px;
	color: #fff;
	font-size: 1.2em;
	font-family: "FontAwesome";
	content:"\f077";
	margin: 0;
	padding: 0 0 0 0;
	overflow: hidden;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	-webkit-transition: all 350ms;
	transition: all 350ms;
	}

*/

/*** PC フォントアイコン 上へ戻る アロー アニメーション動き 

#page_top a:hover:after	{
	bottom: 0px;
	overflow: hidden;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	-webkit-transition: all 350ms;
	transition: all 350ms;
	opacity: 1;
	}
***/


/* スマホのみ表示用 PCでは非表示 */

#page_top ul	{
	list-style-type: none;
	height: 48px;
	margin: 0;
	padding: 0;
	}

#page_top ul li	{
	height: 48px;
	margin: 0;
	padding: 0;
	}

/*** PC ページ共通 上へ戻るボタン フォントアイコン等の設置 end ***/

/* PC・スマホ切り替え */

#nav_pc_sp span	{
	display: block;
	width: 100%;
	height: 48px;
	color: #000;
	text-align: center;
	font-size: 14px;
	line-height: 48px;
	}

#nav_pc_sp .pc	{
	display: none;
	}

#nav_pc_sp .sp	{
	display: block;
	}

#switching	{
	position: absolute;
	bottom: 72px;
	left: 0px;
	right: 0px;
	width: 98%;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #111;
	background-color: #f2c9ac;/* 洗柿色 */
	}


#pc	{
	}

#sp	{
	}

#switching .on,
#switching .sp	{
	display: block;
	}

#switching span	{
	display: none;
	}

/*** フッター ***/

#footer	{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px;
	margin: 0px auto;
	background-color: #00083c;
	overflow: hidden;
	z-index: 1;
	margin-top: 0px;
	}


/* サイドなし ワンカラムページ用 フッター */

#page_1column #footerxxx	{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
	background-color: #00083c;
	overflow: hidden;
	z-index: 1;
	}

/* サイドあり 高さが足りないページ用 フッター */

#footer_absxxx	{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px;
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
	background-color: #00083c;
	overflow: hidden;
	z-index: 1;
	}

.clrFix:after	{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
	}

#footer_nav	{
	position: relative;
	width: 1000px;
	height: 65px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 8;
	}

#footer_nav a	{
	display: inline-block;
	}

#footer_nav img	{
	width: 336px;
	height: 40px;
	vertical-align: top;
	}

/*** フッター リンク 設定 ***/

#footer_nav #f_link1	{
	position: absolute;
	display: inline-block;
	content: "";
	width: 336px;
	height: 38px;
	z-index: 2;
	border: 1px solid red;
	box-sizing: border-box;
	}

#footer_nav #f_link	{
	position: absolute;
	display: inline-block;
	content: "";
	width: 336px;
	height: 38px;
	z-index: 2;
	}

#copyright	{
	position: absolute;
	bottom: 4px;
	left: 0;
	color: #fff;
	margin-left: 10px;
	font-size: 12px;
	letter-spacing: 0.12em;
	}

/*** PC ページ共通 フッター 文字リンク等 start ***/

#footer_nav2    {
	position: absolute;
	top: 0;
	width: 1000px;
	height: 100%;
	}

#footer_nav ul   {
	position: absolute;
	top: 20px;
	right: 0px;
	}

#footer_nav ul li	{
	position: relative;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	}

#footer_nav ul #f_li2	{
	margin: 0px 8px 0px 40px;
	}

/* フッター サイトマップ等への矢印アイコン */

#footer_nav ul li:after	{
	display: inline-block;
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0px;
	background-color: #fff;
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: all 0.6s;
	}

#footer_nav ul li:hover:after	{
	opacity: 1;
	transition: all 0.6s;
	}

#footer_nav ul li a	{
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	}

#footer_nav ul li a:before	{
	display: inline-block;
	content: "";
	position: absolute;
	top: 11px;
	left: -17px;
	width: 4px;
	height: 4px;
	border-right: 2px solid #00083c;
	border-bottom: 2px solid #00083c;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 2;
	}

#footer_nav ul li a:after	{
	display: inline-block;
	content: "";
	position: absolute;
	top: 7px;
	left: -20px;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 100%;
	z-index: 1;
	}

/********* PC  company 会社案内 サイドメニュー ***/

#side_menu .side_current	{
	color: #000;
	background-color: #fff;
	font-weight: normal;
	text-shadow: none;
	}

/* サイドメニュー現在地 カレント */

#side_menu .side_current:before	{
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	left: 0px;
	border-left: 4px solid #00083c;
	height: 100%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}


/********* PC 会社案内 サイドメニュー end ***********/

/********* PC 会社案内 メイン start ***********/

#main .company th,
#main .company td	{
	vertical-align: top;
	}

/*** PC 会社案内 表1 会社案内 ***/

#company1,#company2	{
	padding-bottom: 80px;
	}

#company1 table	{
	margin-top: 16px;
	margin-bottom: 16px;
	}

#company1 th	{
	width: 120px;
	font-weight: normal;
	text-align: left;
	}

#company1 th span	{
	margin-left: 16px;
	}

/* 文字の間隔 調整 二文字 */

#c2_table th span	{
	letter-spacing: 2em;
	}

/* 文字の間隔 調整 一文字 */

/* 文字の間隔 調整 三文字 */

#c1_table .tr3 span,
#c1_table .tr4 span,
#c1_table .tr5 span
	{
	letter-spacing: 0.5em;
	}

/* 文字の間隔 調整なし 四文字 */

#c1_table .tr8  span	{
	letter-spacing: 0;
	}

#c1_table #c1_td6 span	{
	margin-right: 6px;
	}

#c1_table #c1_th8	{
	height: 80px;
	}

#c_map	{
	width: 60px;
	height: 28px;
	margin-left: 10px;
	padding: 2px 4px 2px;
	font-size: 14px;
	letter-spacing: 3px;
	color: #fff;
	background-color: #df013a;
	}

a#c_map:hover{
	color: #000;
	background-color: #df013a;
	}

/*** PC 会社案内 表2改 会社沿革 ***/

#company2	{
	width: 100%;
	height: 100%;
	}

#c3_table	{
	width: 100%;
	margin: 24px 0 24px 16px;
	}

#c3_table th	{
	width: 104px;
	height: 28px;
	font-weight: normal;
	text-align: left;
	}

/* 文字の間隔 調整 年号 */

#c3_table th span	{
	letter-spacing: 1px;
	}

/*** PC 会社案内 表3改 系列会社案内 ***/

#c1_2_table p	{
	display: inline-block;
	}

#c1_2_table p:first-child	{
	display: inline-block;
	margin: 0px 12px 0px 0px;
	}

#c1_2_table a	{
	position: relative;
	color: #000;
	padding: 0 24px 0 0;
	}

#c1_2_table a:hover	{
	text-decoration: underline;
	}

#c1_2_table a:after	{
	display: inline-block;
	position: absolute;
	right: 0px;
	color: #333;
	font-family: "FontAwesome";
	content:"\f08e";
	font-size: 15px;
	z-index: 2;
	}

#c1_2_table .tr2 td span	{
	margin-right: 8px;
	}


/*** PC 会社案内 表4改→会社概要の下へ171218 主な取引会社 ***/

#company1_3_title	{
	position: relative;
	}

#company1_3_title span	{
	position: absolute;
	top: 0;
	left: 140px;
	font-size: 12px;
	line-height: 56px;
	}

/* 取引会社 一覧 ul表 */

#c1_3_list	{
	display: table;
	width: 100%;
	margin-top: 24px;
	}

#c1_3_list li	{
	display: table-cell;
	float: left;
	}

#c1_3_list .ct1	{
	clear: both;
	width: 50%;
	margin-left: 16px;
	margin-right: 16px;
	}

#c1_3_list .large1	{
	clear: both;
	width: 128px;
	margin: 0 0 0 16px;
	}
#c1_3_list .large2	{
	width: 136px;
	}
#c1_3_list .large3	{
	width: 136px;
	margin: 0;
	}
#c1_3_list .large4	{
	width: 136px;
	}
#c1_3_list .large5	{
	width: 144px;
	}

/********* PC  会社案内 メイン table end ***********/

/* 新しいページ171012  */
/*** PC 会社案内 表 事業所所在地 ***/

#office {
	overflow: visible;
	margin-bottom: 80px;
	}

/* 支社・事業所所在地 サイド */

#side_base_office span	{
	position: relative;
	display:  block;
	font-size: 16px;
	padding-left: 16px;
	color: #000;
	background-color: #fff;
	}

#side_base .angle a:after	{
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 40px;
	display: block;
	position: absolute;
	top: 0px;
	right: 16px;
	box-sizing: border-box;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}

#side_base_office a:after	{
	content: "\f100";
	right: 16px;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 0;
	}

#side_base_office .angle:after	{
	right: 16px;
	}

#side_base_office a:hover:after	{
	content: "\f100";
	right: 20px;
	opacity: 1;
	}

#side_b3 a	{
	color: #fff;
	background-color: #00083c;
	}

#side_b3 a:hover	{
	color: #fff;
	}

#side_base_title:hover + li + #side_b3 a,
#side_base_office:hover + #side_b3 a	{
	color: #111;
	background-color: #fff;
	}

#side_b3 a:hover:after	{
	content: "\f103";
	}

#side_b3 .side_angle:after	{
	content: "\f102";
	top: 0px;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 0;
	}
#side_b3 .side_angle:hover:after	{
	top: -4px;
	opacity: 1;
	}

#base_box	{
	width: 94%;
	margin: 32px auto;
	}

#base_box h3	{
	font-size: 26.4px;
	line-height: 36px;
	color: #386f9d;
	font-weight: normal;
	}

#base_box h3 + h3	{
	margin-bottom: 16px;
	}

#base_box .base_p	{
	font-size: 16.4px;
	line-height: 30px;
	text-align: justify;
    text-justify: inter-ideograph;
	}

/* 日本地図の事業所一覧・画像 */

#base,
#base_map	{
	position: relative;
	width: 100%;
	min-height: 100%;
	margin-bottom: 64px;
	text-align: center;
	}

#base_img	{
	width: 720px;
	height: 400px;
	vertical-align: bottom;
	}

#base table	{
	min-width: 100%;
	margin: 24px 0 32px;
	border-collapse: separate;
	border-spacing: 0;
	}

#base tr	{
	width: 100%;
	}

#base .separator	{
	height: 1px;
	border-bottom: dotted 1px #000;
	}

#base th	{
	padding: 2px 0;
	}

#base td	{
	height: 40px;
	padding: 2px 0;
	}

#base td p	{
	line-height: 24px;
	}

#base .td1	{
	width: 360px;
	}

/* 新しいページ end */

/* 171005新しい表 */

#office_table	{
	display: none;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	}
/* 
	table-layout: fixed;
 */

#company5 th,
#company5 td,
#company5 td p	{
	font-size: 14px;
	line-height: 18px;
	}

#office_table th span	{
	margin-left: 16px;
	}

#office_table tr	{
	width: 100%;
	}

#office_table tr:before	{
	position: absolute;
	width: 720px;
	border-bottom: solid 1px #aaa;
	content: "";
	display: inline-block;
	z-index: 9;
	}

#office_table #title:before,
#office_table #tokyo:before	{
	content: none;
	}

#office_table #title_area,
#office_table #title_access	{
	z-index: 2;
	}

#office_table th	{
	position: relative;
	}

#office_table th,
#office_table td	{
	border: 1px solid #111;
	box-sizing: border-box;
	}


#office_table th,
#office_table td	{
	padding-top: 16px;
	padding-bottom: 16px;
	}
#office_table th,
#office_table td,
#office_table td p	{
	line-height: 24px;
	}

#office_table #title th	{
	vertical-align: bottom;
	padding-top: 0;
	padding-bottom: 4px;
	}

#office_table #title_area	{
	}
#office_table #title_access	{
	}

#company5 #title	{
	display: block;
	margin-left: 1em;
	}

#office_table #title_area p	{
	}
#office_table #title_access p	{
	}

#office_table #title_access span	{
	margin-left: 84px;
	}
#office_table #title_contact	{
	}
#office_table #title_contact span	{
	margin-left: 0px;
	}

#office_table .area	{
	position: relative;
	width: 80px;
	z-index: 2;
	}

#office_table .office	{
	width: 80px;
	}

#office_table .access	{
	width: 288px;
	}

#office_table .access p	{
	margin-left: 4px;
	}

#office_table .tel	{
	width: 264px;
	}

#office_table .tel p	{
	margin-left: 0px;
	}
#office_table .tel span	{
	display: inline-block;
	width: 40px;
	}
#office_table .tel .m_left	{
	margin-left: 40px;
	}

#office_table #tokyo	{
	height: 9em;
	height: 126px;
	}
#office_table #tokyo th	{

	}
#office_table #tokyo th p	{
	}
#office_table #tokyo th span	{
	}

#office_table #tokyo .base_p	{
	margin-top: 80px;
	}
#office_table #tokyo .access_p	{
	margin-top: 56px;
	}


#office_table #hokkaido	{
	height: 80px;
	}
#office_table #hokkaido .area span,
#office_table #hokkaido .office p	{
	line-height: 24px;
	}

#office_table #tohoku	{
	height: 124px;
	}
#office_table #tohoku .base_p	{
	margin-top: 30px;
	margin-bottom: 6px;
	}
#office_table #tohoku .access_p	{
	margin-top: 10px;
	margin-bottom: 6px;
	}

#office_table #shinetsu	{
	height: 40px;
	}

#office_table #shinetsu th,
#office_table #shinetsu td	{
	padding-bottom: 0;
	}

#office_table #chubu	{
	height: 80px;
	}
#office_table #chubu .base_p	{
	margin-top: 0px;
	margin-bottom: 10px;
	}
#office_table #chubu .access_p	{
	margin-top: 0px;
	margin-bottom: 10px;
	}

#office_table #kinki	{
	height: 100px;
	}
#office_table #kinki .office_p	{
	margin-top: 0px;
	margin-bottom: 30px;
	}
#office_table #kinki .access_p	{
	margin-top: 10px;
	margin-bottom: 0px;
	}

#office_table #chugoku	{
	height: 140px;
	}

#office_table #kyushu	{
	height: 140px;
	}

#office_table #x .base_p	{
	margin-top: 0px;
	margin-bottom: 0px;
	}
#office_table #x .access_p	{
	margin-top: 0px;
	margin-bottom: 0px;
	}

/* ulで表レイアウト作成 171012 */

#office #base_map:after	{
	position: absolute;
	bottom: -32px;
	right: 0;
	display: inline-block;
	content:"地方名をクリックすると下部へ移動します";
	font-size: 14px;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 0;
	z-index: 2;
	}

#office #base_map:hover:after	{
	right: 1em;
	opacity: 1;
	}

#office_list #title_area	{
	display: inline-block;
	width: 150px;
	line-height: 24px;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #111;
	box-sizing: border-box;
	-webkit-border-radius: 24px 24px 0 0;
	border-radius: 24px 24px 0 0;
	}

#office_list #title_access	{
	display: inline-block;
	line-height: 24px;
	width: 300px;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #111;
	box-sizing: border-box;
	-webkit-border-radius: 24px 24px 0 0;
	border-radius: 24px 24px 0 0;
	}

#office_list	{
	font-size: 15px;
	margin-top: 24px;
	}

#office_title	{
	display: table;
	table-layout: fixed;
	width: 100%;
	}

#office_list #office_title li	{
	display: table-cell;
	}

#office_title #area	{
	width: 180px;
	padding: 0 0 0 20px;
	}

#office_title #access	{
	padding: 0;
	}

#office_list li,
#office_list #chugoku .office,
#office_list #kyushu .office	{
	vertical-align: top;
	}

#office_list .office_li	{
	padding: 16px 0;
	border-top: 1px solid #aaa;
	}

#office_list .office_li + .office_lix	{
	border-top: none;
	}

#office_list .office_li_ul	{
	display: table;
	width: 100%;
	}

#office_list .area	{
	display: table-cell;
	min-width: 80px;
	text-align: center;
	vertical-align: middle;
	}

#office_list .area p	{
	font-weight: bold;
	}

#office_list .office	{
	display: table-cell;
	min-width: 105px;
	padding-left: 15px;
	vertical-align: middle;
	}

#office_list .access	{
	display: table-cell;
	min-width: 312px;
	}

#office_list .access p	{
	display: block;
	}

#office_list .tel	{
	display: table-cell;
	width: 248px;
	}

#office_list .tel1	{
	width: 80px;
	}

#office_list .tel .space	{
	display: inline-block;
	width: 40px;
	}

/* 東京 */

#tokyo .office_p	{
	margin-bottom: 56px;
	}
#tokyo .access_p2	{
	margin-bottom: 24px;
	}

/* 北海道 */

#office_list #hokkaido	{
	height: 60px;
	margin-bottom: 0;
	}

/* 東北 */

#tohoku .office_p1	{
	margin-bottom: 48px;
	}
#tohoku .office_p2	{
	margin-bottom: 20px;
	}
#tohoku .access_p1	{
	margin-bottom: 20px;
	}
#tohoku .access_p2	{
	margin-bottom: 20px;
	}

/* 信越 */

#shinetsu .access,
#chubu .access,
#shikoku .access	{
	width: 548px;
	}

/* 中部 */

#chubu .p	{
	margin-bottom: 8px;
	}

/* 近畿 */

#office_list #kinki	{
	height: 112px;
	}

#office_list #kinki .office	{
	vertical-align: top;
	}

#kinki .office_p	{
	margin-bottom: 48px;
	}
#kinki .access_p	{
	}

#kinki .kinki_shisya {
	line-height: 24px;
	}

#kinki .access_p + .kinki_shisya {
	margin-bottom: 8px;
	}

#kinki .tel {
    line-height: 24px;
	}

/* 中国 */

#chugoku .access_p1	{
	margin-bottom: 8px;
	}

#chugoku .access_p2,
#chugoku .office_p2	{
	line-height: 40px;
	}

#chugoku .office_p1	{
	margin-bottom: 40px;
	}

/* 四国 */

#shikoku	{
	line-height: 40px;
	}

/* 九州 */

#office_list #kyushu	{
	height: 128px;
	border-bottom: 1px solid #aaa;
	}

#kyushu .office_p	{
	margin-bottom: 56px;
	}

#kyushu .access_p	{
	margin-bottom: 8px;
	}

#kyushu .kyushu_shisya {
	line-height: 24px;
	}

#kyushu .access p:last-child {
	margin-top: 16px;
	}

#kyushu .kyushu_shisya	{
}



/********* PC  会社案内 メイン end ***********/

/********* PC  intro 事業内容 サイド start	***********/

/* 事業紹介 サイド見出し */
/* 業務紹介 サイド見出し */

#side_menu .side_intro_li h2 a	{
	background-color: #fff;
	font-weight: normal;
	text-shadow: none;
	}

/* サイドバー 事業内容 メニュー カレント */

#side_intro #opener	{
	position: relative;
	}

#side_menu #opener a	{
	font-size: 14px;
	padding-left: 48px;
	}

#side_menu #opener a:before,
#side_business label:before	{
	position: absolute;
	top: 0px;
	left: 18px;
	display: block;
	width: 20px;
	height: 40px;
	font-family: "FontAwesome";
	content: "\f101";
	font-size: 18px;
	line-height: 40px;
	color: #000;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	z-index: 9;
	}

#side_business #side_menu .current:before	{
	color: #fff;
	}

#side_intro #side_menu #opener a:hover:before,
#side_business #side_menu label:hover:before	{
	color: #fff;
	left: 24px;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}

#side_intro ul #si1 a:hover:after,
#side_intro #side_menu #opener li a:hover:after	{
	content: none;
	}


/* 業務内容の詳細ページへの移動についてのコメント */

div#opener > span#i_text	{
	display: none;
	}

div#opener:hover > span#i_text {
	display: block;
	position: absolute;
	top: 140px;
	left: -1em;
	width: 240px;
	height: 40px;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	color :#000;
	margin: 4px 2px;
	background-color: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	}

/* 業務内容の詳細ページへの移動についてのコメント 位置固定 end */


/* PC サイド 事業紹介 折りたたみ スイッチ */

#side_intro #side_menu ul li #side_intro_sp	{
	margin: 0;
	padding-left: 2em;
	line-height: 40px;
	background-color: #fff;
	border-bottom: solid 1px #ddd;
	display: none;
	}

#side_intro #side_menu ul li #side_intro_sp:hover	{
	background-color: #87ceeb; /* 水色 */
	}

/********* PC  intro 事業内容 サイド end ***********/

/********* PC  intro 業務内容 メイン start ***********/

/* PC 上部 事業紹介 中央寄せ版  */

#intro_box1	{
	width: 94%;
	margin: 32px auto 80px;
	}

#intro_box1 h3	{
	font-size: 26.4px;
	line-height: 36px;
	color: #386f9d;
	font-weight: normal;
	}

#intro_box1 h3 + h3	{
	margin-bottom: 16px;
	}

#intro_box1 p	{
	text-align: justify;
	text-justify: inter-ideograph;
	}

#intro_div1	{
	text-align: center;
	margin-top: 40px;
	}

#intro_div1 img{
	width: 480px;
	height: 480px;
/*
	width: 420px;
	height: 420px;
	width: 70%;
	height: auto;
*/
	vertical-align: bottom;
	}

/* 171024 不要になったため あとで削除 */
/*** PC 日本地図の画像 ***/

#intro_japan	{
	width: 100%;
	margin: 24px auto 0px;
	text-align: center;
	z-index: 9;
	}

#intro_jp	{
	display: inline-block;
	width: 50%;
	height: 50%;
	min-width: 540px;
	min-height: 540px;
	vertical-align: bottom;
	margin: 0 auto;
	border: 1px solid #fff;
	z-index: 9;
	}

#intro_japan #japan_p {
	font-size: 13px;
	margin: 8px 0 0;
	}

#intro_p1	{
	display: inline-block;
	text-align: right;
	width: 100%;
	height: 28px;
	}

#intro_p1 p	{
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	}

/*** PC 新デザイン161027 ***/

#intro_box2	{
	width: 96%;
	max-width: 692px;
	margin: 40px auto 120px;
	box-sizing: border-box;
	overflow: hidden;
	}

#intro_box2 .i_box	{
	height: 168px;
	}

#intro_box2 #i2_b1 p	{
	line-height: 28px;
	}

#intro_box2 #i2_b2	{
	margin: 56px 0;
	}

/*** 1段目 左のカラム ***/

#intro_box2 .i_left	{
	float: left;
	width: 240px;
	border: 1px solid #aaa;
	border-right: none;
	}

#intro_box2 .i_left img	{
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	border: 8px solid #fff;
	-webkit-box-shadow: -4px 4px 6px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: -4px 4px 6px 0px rgba(0,0,0,0.4);
	box-shadow: -4px 4px 6px 0px rgba(0,0,0,0.4);
	box-sizing: border-box;
	}

#intro_box2 .i_left a	{
	display: block;
	z-index: 5;
	}

#intro_box2 .i_box:hover .i_left img	{
	opacity: 0.6;
	}

/*** 事業内容 業務紹介の見出し 右のカラム ***/

#intro_box2 .i_right	{
	width: 100%;
	height: 167px;
	padding-left: 240px;
	box-sizing: border-box;
	}

#intro_box2 .i_r_text	{
	position: relative;
	height: 100%;
	border: 1px solid #afabab;
	box-sizing: border-box;
	}

#intro_box2 .caption	{
	padding: 16px;
	color: #000;
	}

/* 事業内容ページ 業務紹介への見出し H2 背景色 */

#intro_box2 .i_box .i_right h4	{
	display: block;
	font-size: 18px;
	line-height: 48px;
	color: #fff;
	padding: 0px 0px 0px 1em;
	background-color: #004F7D;
	-webkit-transition: background-color 0.6s;
	transition: background-color 0.6s;
	}

/* :hoverでh4の背景色を変更 */

#intro_box2 .i_box:hover h4	{
	background-color: #00083c;
	}

/* :hoverでの矢印の位置 */

#intro_box2 .i_box:hover > .i_right .i_r_text:before	{
	right: 3.5%;
	}

/* :hoverでの詳細への文字表示 */

#intro_box2 .i_box:hover > .i_right .i_r_text:after	{
	right: 8.5%;
	opacity: 1;
	}

/*** PC 事業内容・業務紹介 矢印マーク設置 ***/

#intro_box2 .i_box .i_right .i_r_text:before	{
	display: block;
	position: absolute;
	top: 0px;
	right: 4.5%;
	font-family: "FontAwesome";
	content:"\f105";
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 48px;
	z-index: 9;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}

#intro_box2 .i_box .i_right .i_r_text:hover:before	{
	right: 3.5%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}

#intro_box2 .i_box .i_right .i_r_text:after	{
	position: absolute;
	top: 0;
	line-height: 48px;
	right: 9.5%;
	content: "詳細へ";
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}

#intro_box2 .i_box .i_right .i_r_text:hover:after	{
	right: 8.5%;
	opacity: 1;
	}

#intro_box2 .i_box .i_right h4:hover:before	{
	right: 3.5%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}

/********* PC  intro 業務内容 メイン end ***********/

/********* PC business 業務内容 サイド start ***********/

#side_business	{
	margin: 0px;
	padding: 0px;
	}

#side_business #intro	{
	height: 40px;
	line-height: 40px;
	}

#side_business #intro a	{
	display: block;
	font-size: 16px;
	padding-left: 16px;
	}

/* サイド 現在ページ・見出し 業務紹介 */

#side_business #job_h	{
	height: 40px;
	line-height: 40px;
	border-bottom: none;
	}

#side_business #job_h a	{
	position: relative;
	display: block;
	font-size: 16px;
	padding-left: 16px;
	}

/* 
#side_business #job_h a	{
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #555;
	padding-left: 16px;
	text-shadow: 3px 3px 3px #000;
	}
 */

/* サイド サブ・見出し 放送技術 演出 ～ */

#side_business a,
#side_business .anchor,
#side_business .panel-label	{
	font-size: 14px;
	overflow: hidden;
	}

#side_business .panel-label,
#side_business .noscrip_box	{
	padding-left: 48px;
	}

#side_intro .anchor,
#side_business .job a	{
	padding-left: 0;
	background-color: #ffffff;
	}

#side_business .job .anchor	{
	padding-left: 0px;
	}

#side_business .angle a:after	{
	font-family: "FontAwesome";
	content: "\f103";
	display: block;
	position: absolute;
	top: 0px;
	left: 16px;
	width: 20px;
	height: 40px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}

/********* PC  business 業務 サイド end ***********/

/********* PC  business 業務 メイン start ***********/

#wrapper .business_main {
	margin-bottom: 65px;
	}

#main .business_box	{
	display: table;
	border: 1px solid #666;
	box-sizing: border-box;
	margin-bottom: 24px;
	}

#job2_box	{
	padding-bottom: 160px;
	}

/* PC 業務紹介 コンテンツ 見出し 中 */

.business_main .headline	{
	height: 50px;
	color: #ffffff;
	background-color: #00083c;
	border-bottom: none;
	box-sizing: border-box;
	margin-bottom: 16px;
	}

.business_main .headline h2	{
	line-height: 50px;
	}


.business_main .headline h2:before,
#main .job_h2:before	{
	content: "";
	position: absolute;
	background: #ffffff;
	top: 50%;
	left: 0.4em;
	margin: -16px 0px 0px 0px;
	height: 30px;
	width: 8px;
	z-index: 9;
	}

#main .job_h2 h2	{
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding-left: 10px;
	}

/* PC 業務紹介 コンテンツ 見出し 小 */

#main .div_table + .business_h3	{
	border-top: 1px solid #666;
	}

#main .business_box .business_h3	{
	position: relative;
	width: 100%;
	height: 40px;
	}

#main .business_box .business_h3 h3	{
	font-size: 18px;
	line-height: 40px;
	padding-left: 10px;
	background-color: #eeeeee;
	}

/******************** PC 業務紹介 表 *************************/

#main .div_table	{
	position: relative;
	display: table;
	height: 320px;
	border-top: 1px solid #666;
	}

#main .div_table .row	{
	display: table-row;
	}

#main .cell1	{
	display: table-cell;
	width: 300px;
	vertical-align: top;
	}

#main .cell1 img	{
	position: relative;
	top: 40px;
	left: 32px;
	width: 240px;
	height: 220px;
	-webkit-box-shadow: -4px 4px 6px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: -4px 4px 6px 0px rgba(0,0,0,0.4);
	box-shadow: -4px 4px 6px 0px rgba(0,0,0,0.4);
	}

/* 業務内容 文章 */

#main .cell2	{
	display: table-cell;
	padding: 38px 16px 0px 0px;
	font-size: 16px;
	line-height: 26px;
	vertical-align: top;
	text-align: justify;
	text-justify: inter-ideograph;
	}

/********* PC  business 業務紹介 メイン end ***********/

/********* PC  recruitn 採用情報 サイド start ***********/

#side_recruit	{
	padding: 12px 12px;
	background-image:linear-gradient(-45deg,#fff 25%,#d5d5d5 25%,
	#d5d5d5 50%,#fff 50%,#fff 75%,#d5d5d5 75%,#d5d5d5);
	background-image:-webkit-linear-gradient(-45deg,#fff 25%,#d5d5d5 25%,
	#d5d5d5 50%,#fff 50%,#fff 75%,#d5d5d5 75%,#d5d5d5);
	background-size: 6px 6px;
	}

#side_recruit ul	{
	background-color: #fff;
	overflow: hidden;
	}

#side_recruit li	{
	text-align: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	}

/* 採用トップ */

#side_recruit_banner ul	{
	text-align: center;
	}

#side_recruit_banner li	{
	height: 56px;
	margin-top: 24px;
	}
#side_recruit_banner li + li	{
	margin-top: 16px;
	}

#side_recruit_banner img	{
	display: block;
	vertical-align: bottom;

	border: 1px solid #aaa;
	box-sizing: border-box;
	}

#side_recruit_banner img,
#side_recruit_banner_css img,
#side_banner img,
#side_recruit_banner_css #mynavi img
	{
	width: 216px;
	height: 56px;
	}
#side_recruit_banner_css .pdf_a	{
	width: 216px;
	height: 64px;
	}

#side_recruit_banner a	{
	display: inline-block;
	}

#side_recruit_banner #mynavi_img	{
	border: 1px solid #00a8eb;
	}

/* 採用トップ バナー css版 */

#side_recruit_banner_css	{
	position: relative;
	width: 100%;
	min-height: 100%;
	text-align: center;
	}

.c_2 #side_recruit_banner_css li	{
	margin-top: 32px;
	}
.c_2 #side_recruit_banner_css li + li	{
	height: 64px;
	}

.c_2 #side_recruit_banner_css .pdf_a:hover	{
	border-bottom: none;
	}

.c_2 #side_recruit_banner_css .pdf_a:after {
	position: absolute;
	bottom: 0em;
	left: -1px;
	display: inline-block;
	width: 216px;
	height: 24px;
	line-height: 24px;
	content: "ダウンロードします";
	font-size: 15px;
	padding-left: 15px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #555;
	border-top: none;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}
.c_2 #side_recruit_banner_css .pdf_a:hover:after {
	bottom: -1em;
	opacity: 1;
	z-index: 9;
	}

#side_recruit_banner_css li	{
	width: 216px;
	height: 56px;
	margin: 24px auto 0;
	}
#side_recruit_banner_css li + li	{
	margin-top: 16px;
	}

#side_recruit_banner_css #entry_comment	{
	text-align: center;
	height: 20px;
	line-height: 20px;
	margin-top: 16px;
	margin-bottom: -10px;
	}

#entry_comment span	{
	font-size: 12px;
	}

#side_recruit_banner_css img	{
	display: inline-block;

	vertical-align: bottom;
	}

#side_recruit_banner_css #mynavi img	{
	border: 1px solid #00a8eb;
	box-sizing: border-box;
	}

#side_recruit_banner_css a	{
	position: relative;
	display: block;
	color: #111;
	z-index: 10;
	}

#side_recruit_banner_css span	{
	display: inline-block;
	}

#side_recruit_banner_css .entry_span	{
	position: absolute;
	top: 4px;
	left: 72px;
	z-index: 9;
	font-size: 15px;
	}

#side_recruit_banner_css .entry_li	{
	position: relative;
	}

#side_recruit_banner_css .entry_li:hover	{
	}

#side_recruit_banner_css .entry_li:before	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 24px;
	background-color: #ddd;
	content: "";
	z-index: 9;
	}
#side_recruit_banner_css .entry_li:hover:before	{
	background-color: #bbb;
	}


#side_recruit_banner_css .pdf_a	{
	border: 1px solid #aaa;
	box-sizing: border-box;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}

#side_recruit_banner_css .pdf_a:hover	{
	border: 1px solid #555;
	}

/* 左ver PDFアイコン */

#side_recruit_banner_css .pdf_a:before	{
	position: absolute;
	top: 4px;
	left: 8px;
	content: "";
	background-image: url("../img/pdf_ico128.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 48px;
	height: 48px;
	z-index: 9;
	}
#side_recruit_banner_css .pdf_a:hover:before	{
	}

#side_recruit_banner_css .pdf_aXXX:after	{
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: "";
	background-color: #fff;
	width: 100%;
	height: 34px;
	z-index: 8;
	}

#side_recruit_banner_css span	{
	font-size: 16px;
	z-index: 9;
	}
#side_recruit_banner_css #new_span,
#side_recruit_banner_css #mid1_span,
#side_recruit_banner_css #mid2_span	{
	position: absolute;
	top: 34px;
	left: 72px;
	}

/* C-2案 画像右ver */

.c_2 #side_recruit_banner_css .entry_span	{
	position: absolute;
	top: 4px;
	left: 16px;
	z-index: 9;
	font-size: 15px;
	}

.c_2 #side_recruit_banner_css #new_span,
.c_2 #side_recruit_banner_css #mid1_span,
.c_2 #side_recruit_banner_css #mid2_span	{
	position: absolute;
	top: 34px;
	left: 16px;
	}

.c_2 #side_recruit_banner_css .pdf_a:before	{
	position: absolute;
	top: 4px;
	left: 160px;
	content: "";
	background-image: url("../img/pdf_ico128.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 48px;
	height: 48px;
	z-index: 9;
	}

.c_2 #side_recruit_banner_css .pdf_a:hover:before	{
	}


/* C-3案 画像右ver ダウンロード文字 右からスライド表示 */

.c_3 #side_recruit_banner_css li	{
	margin: 16px auto 0px;
	}
.c_3 #side_recruit_banner_css li + li	{
	height: 64px;
	margin: 24px auto 0;
	}

.c_3 #side_recruit_banner_css .entry_span	{
	position: absolute;
	top: 4px;
	left: 16px;
	z-index: 9;
	font-size: 15px;
	}

.c_3 #side_recruit_banner_css #new_span,
.c_3 #side_recruit_banner_css #mid1_span,
.c_3 #side_recruit_banner_css #mid2_span	{
	position: absolute;
	top: 34px;
	left: 16px;
	}

.c_3 #side_recruit_banner_css .pdf_a:before	{
	position: absolute;
	top: 4px;
	left: 158px;
	content: "";
	background-image: url("../img/pdf_ico128.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 48px;
	height: 48px;
	z-index: 9;
	}

.c_4 #side_recruit_banner_css li	{
	margin-top: 16px;
	}
.c_4 #side_recruit_banner_css li + li	{
	margin-top: 8px;
	}

.c_4 #side_recruit_banner_css .entry_li	{
	width: 200px;
	}

.c_4 #side_recruit_banner_css #mynavi	{
	margin-top: 16px;
	}

.c_4 #side_recruit_banner_css #entry_comment	{
	position: relative;
	width: 216px;
	height: 32px;
	background-color: #ddd;
	margin-bottom: 8px;
	}

.c_4 #side_recruit_banner_css #entry_comment:before	{
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	content: "";
	width: 216px;
	height: 232px;
	border: 1px solid #111;
	box-sizing: border-box;
	}

.c_4 #side_recruit_banner_css #entry_comment span	{
	font-size: 15px;
	line-height: 32px;
	text-align: center;
	}

.c_4 #side_recruit_banner_css .pdf_a {
	width: 200px;
	height: 56px;
	margin: 0 auto;
	}

#side_recruit_banner_css .entry_li:before {
	content: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
	background-color: #ddd;
	content: "";
	z-index: 9;
	}

.c_4 #side_recruit_banner_css .pdf_a	{
	position: relative;
	}

.c_4 #side_recruit_banner_css #new_span	{
	left: 80px;
	}
.c_4 #side_recruit_banner_css #mid1_span,
.c_4 #side_recruit_banner_css #mid2_span {
	left: 56px;
	}
.c_4 #side_recruit_banner_css #new_span,
.c_4 #side_recruit_banner_css #mid1_span,
.c_4 #side_recruit_banner_css #mid2_span {
	position: absolute;
	top: 26px;
	}

.c_4 #side_recruit_banner_css .pdf_a:before {
    position: absolute;
    top: 0px;
    left: 4px;
    content: "";
    background-image: url("../img/a_solidx280x344.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 60px;
    z-index: 9;
	}

/* 採用情報トップページ 採用トップ文字の隙間対策 */

#r_top li:nth-of-type(1),
#r_new li:nth-of-type(1),
#r_mid li:nth-of-type(2),
#r_han li:nth-of-type(3)	{
	border-bottom: none;
	}

#side_recruit_ul #side_top	{
	border-bottom: none;
	}

#side_recruit_ul a	{
	position: relative;
	display: block;
	font-size: 16px;
	padding-left: 16px;
	color: #000;
	font-family: 'Meiryo', 'メイリオ',  'MS PGothic', 'ＭＳ Ｐゴシック';
	}

#side_recruit_ul label:hover,
#side_recruit_ul .current	{
	color: #fff;
	background-color: #00083c;
	}


#side_recruit_ul a:after	{
	display: block;
	position: absolute;
	top: 0px;
	right: 24px;
	content:"\f103";
	font-family: "FontAwesome";
	font-size: 20px;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}

#side_recruit a:hover:after	{
	opacity: 1;
	}

#side_recruit .side_angle:after	{
	content:"\f102";
	}
#side_recruit .side_angle:hover:after	{
	opacity: 1;
	}

/* 採用情報トップページ サイド 見出し文字 */

#side_recruit #r_top h1,
#side_recruit_ul h1
	{
	display: block;
	font-family: 'Meiryo', 'メイリオ',  'MS PGothic', 'ＭＳ Ｐゴシック';
	font-size: 18px;
	line-height: 40px;
	padding-left: 16px;
	color: #fff;
	background-color: #555;
	text-shadow: 3px 3px 3px #000;
	}

#side_recruit #side_h	{
	font-weight: bold;
	font-family: 'Meiryo', 'メイリオ',  'MS PGothic', 'ＭＳ Ｐゴシック';
	font-size: 1.1em;
	line-height: 40px;
	margin: 0;
	background-color: #fff;
	}

#side_recruit #side_h a	{
	color: #000;
	font-size: 18px;
	}

#side_recruit #side_h a:hover	{
	color: #fff;
	}

#side_recruit ul #side_h a:hover:before,
#side_recruit ul #side_h_mid a:hover:before,
#side_recruit ul #side_h_han a:hover:before	{
	content:"";
	}

/* 採用 サイド カレント */
#side_recruit #side_current {
	position: relative;
	color: #fff;
	padding-left: 16px;
	font-size: 16px;
	text-shadow: 3px 3px 3px #000;
	background-color: #555;
	border-bottom: 1px solid #555555;
	box-sizing: border-box;
	}

#side_recruit #side_han_current {
	color: #fff;
	padding-left: 16px;
	background-color: #555;
	}

/* サイド 採用トップページ css版 171027 */

#side_banner	{
	width: 100%;
	margin: 0px auto 0;
	}

#side_banner ul	{
	text-align: center;
	}

#side_banner li	{
	height: 56px;
	margin-top: 24px;
	}
#side_banner li + li	{
	margin-top: 16px;
	}

#side_banner a	{
	display: inline-block;
	width: auto;
	height: 56px;
	}

#side_banner img	{

	border: 1px solid #ccc;
	box-sizing: border-box;
	}

/* 採用トップページ マイナビ */

#side_banner #mynavi img	{
	border: 1px solid #00a8eb;
	box-sizing: border-box;
	}

/* サイド 採用トップページ css版 171027 end */

/********* PC  recruitn 採用情報 サイド end   ***********/
/********* PC  recruitn 採用情報 メイン start ***********/

/*** PC 採用 メインコンテンツ	start ***/

#main .recruit_box	{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	}

#new_box,#mid_box	{
	padding-bottom: 80px;
	}

#han_box	{
	padding-bottom: 280px;
	}


/* 採用情報 障害者採用 */

#recruit_han dl	{
	width: 100%;
	height: 160px;
	margin-top: 40px;
	font-size: 16px;
	}

/* タイトル部分の設定 */

#recruit_han dt	{
	position: relative;
	font-size: 18px;
	text-align: left;
	margin: -18px 0px 0 10px;
	padding: 6px 0 4px 0;
	background: #fff;
	}

#recruit_han dd{
	padding: 1em 0 0 1em;
	}

/* 新卒採用ページ 表 table */

#table_new	{
	table-layout: fixed;
	width: 100%;
	min-height: 100%;
	font-size: 16px;
	text-align: left;
	border-spacing: 0;
	}

/* thtdの高さ設定 */

#recruit_box table tr	{
	height: 40px;
	}

#table_new th	{
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	width: 180px;
	padding: 8px 0px 8px 16px;
	}

#table_new td	{
	vertical-align: top;
	height: 40px;
	padding: 8px 0px 8px 0px;
	}

/* セル 下の区切り線 境界線 新卒・中途 共通 */

.bor	{
	position: relative;
	}

/* 表の下線 */

.bor:after	{
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	max-width: 960px;
	border-bottom: 1px solid #c0c0c0;
	opacity: 0.5;
	}

/* 表 最上部 td */

#recruit_new_qualification th	{
	vertical-align: middle;
	}

/* 表 最上部 td */

#recruit_new_application td,
#recruit_new_qualification td,
#recruit_new_payraise th,
#recruit_new_payraise td,
#recruit_new_bonus th,
#recruit_new_bonus td,
#recruit_new_hours th,
#recruit_new_hours td,
#recruit_new_holiday th,
#recruit_new_holiday td	{
	vertical-align: middle;
	height: 40px;
	}

/* 見出しの下部 年号 */

#main .recruit_box #Year th	{
	padding: 0px 0 0 16px;
	}

#main .recruit_box #Year h3	{
	font-weight: bold;
	}


/* 新卒採用 応募方法 リンク */

#recruit_new_application td {
	}

#recruit_new_application td p {
	}

#recruit_new_application a	{
	display: inline-block;
	margin-left: 8.5em;
	}

#recruit_new_application img	{
	display: block;
	}

/* マイナビへのリンク・マウスホバー演出 R2-12-10 無効オフ */
/*
#recruit_new_application a:hover:after	{
	position: absolute;
	bottom: 1px;
	left: 0;
	display: inline-block;
	content: "";
	border-bottom: 1px dashed #333;
	width: 104px;
	}
*/

/* マイナビへのリンク・マウスホバー演出 R2-12-10 追加 */

#recruit_new_application img:hover	{
	opacity: 0.6;
	}



#recruit_new_base_sub_table    {
	width: 524px;
	table-layout: auto;
	box-sizing: border-box;
	}

#recruit_new_base_sub_table th	{
	height: 40px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999;
	box-sizing: border-box;
	}

#recruit_new_base_sub_table td	{
	padding: 6px;
	vertical-align: middle;
	border: 1px solid #999;
	box-sizing: border-box;
	}

#recruit_new_base_sub_table .new3_td2,
#recruit_new_base_sub_table .new3_td3,
#recruit_new_base_sub_table .new3_td4,
#recruit_new_base_sub_table .new3_td5 {
	padding: 0;
	line-height: 24px;
	text-align: center;
	}



#new_master .new3_td3,
#new_master .new3_td4	{
	line-height: 24px;
	}

#new_master .new3_td3 .br1024	{
	text-align: center;
	}
#new_master .new3_td4 .br1024	{
	text-align: center;
	}

#new_master .new3_td3 span	{
	width: 7em;
	display: inline-block;
	}

/* 勤務地エリア 関東・中部 改行で非表示や表示 */
#new_master .new3_td3 span + span	{
	width: 6em;
	}

#new_master .new3_td3 .touten	{
	display: none;
	}

#new_master .new3_td4 span,
#new_camera .new3_td4 span	{
	width: 6em;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	}

#new_master .new3_td4 .span1	{
	width: 7em;
	}

/* 制作技術（カメラ） > 勤務地  */

#new_camera .new3_td4 .span1	{
	width: 7em;
	}

#new_camera .new3_td4 .span2	{
	width: 7em;
	}

/* 勤務地 R2-3-27 */

#recruit_new_base_sub_table .new3_td1    {
	padding: 6px 0 6px 6px;
	line-height: 24px;
	}

.area_td td   {
	font-size: 13px;
	text-align: center;
	}

.new3_td4 span + br + span {
	margin-right: 1em;
	}

#tr_last   {
	}
#tr_last td   {
	border: none;
	}

.bor.white:after    {
	content: none;
	}

#recruit_new_pay .space,
#recruit_new_pay .space span   {
	margin-left: 1em;
	}

#recruit_new_pay .kome span    {
	font-size: 15px;
	}

#recruit_new_flow .kou    {
	line-height: 24px;
	}

#recruit_new_flow .fo14,
#recruit_new_flow .niji_kou    {
	font-size: 14px;
	}


#recruit_new_base_sub_table #new3_th1 {
	width: 140px;
	min-width: 140px;
	height: 40px;
	background: #dcdcdc;
	}

/* 勤務地/採用予定人数 職種 サブ見出し*/

#recruit_new_base_sub_table #new3_th1 span	{
	letter-spacing: 1em;
	}

#recruit_new_base_sub_table #new3_th2 {
	width: auto;
	background: #dcdcdc;
	}

#recruit_new_base_sub_table #new3_th3 {
	width: 80px;
	min-width: 80px;
	line-height: 24px;
	background: #dcdcdc;
	}

#recruit_new_base_sub_table .work {
	font-size: 14px;
	}


/* 勤務地/採用予定人数 採用予定人数 */

#recruit_new_base_sub_table #area_td1    {
/* 
	width: 96px;
 */
	width: 64px;
	height: 40px;
	padding: 0;
	background: #e1fae1;
	}
#recruit_new_base_sub_table #area_td2    {
	width: 96px;
	padding: 0;
	background: lightcyan;
	}
#recruit_new_base_sub_table #area_td3    {
/* 
	width: 96px;
 */

	width: 180px;
	padding: 0;
	background: antiquewhite;
	}


/* 勤務地/採用予定人数 職種の下部のセル */


#recruit_new_base_nppe .new3_td1 .work	{
	font-size: 14px;
	padding-left: 4px;
	}

/* 勤務地/採用予定人数 勤務地の下部のセル */

#recruit_new_base_nppe .new3_td2	{
	padding: 10px 0;
	}

#recruit_new_base_nppe .new3_td2 p	{
	display: inline-block;
	}

/* 勤務地/採用予定人数 採用予定人数の下部のセル */

#recruit_new_base_nppe .new3_td3	{
	text-align: center;
	}

/* 勤務地/採用予定人数 演出 */

#recruit_new_base_nppe table #tr_last td	{
	height: 24px;
	padding: 5px 0 0 0;
	border: none;
	}

/* 給与 首都圏外勤務 上の余白 */
/* R2-3-27 無効
#recruit_new_pay td p:nth-last-of-type(3)	{
	margin-top: 12px;
	}
*/

#table_new dl	{
	margin: 0;
	padding: 0;
	}

#table_new dl dt	{
	width: 64px;
	float: left;
	}

/* 採用2019 フロー */

#recruit_new_flow th	{
	position: relative;
	}

/* 新卒採用 フロー 本社・支社の間の区切り線 */
/* R2-3-26 */
/* 
#recruit_new_flow th:before	{
	display: block;
	content: "";
	position: absolute;
	top: 408px;
	top: 368px;
	left: 0px;
	width: 720px;
	border-bottom: 1px solid #c0c0c0;
	opacity: 0.5;
	}
*/

#recruit_new_flow th.bor,
#recruit_new_flow td.bor	{
	padding-top: 16px;
	padding-bottom: 16px;
	}

#recruit_new_flow .flow {
	}

#recruit_new_flow .shisya {
	padding-top: 20px;
	}

#recruit_new_flow .flow li {
	padding-left: 128px;
	}

#recruit_new_flow .flow .title {
	padding-left: 160px;
	}
#recruit_new_flow .shisya .title {
	padding-left: 8.5em;
	}

#recruit_new_flow .flow .th {
	display: inline-block;
	width: 7.5em;
	padding-left: 0;
	vertical-align: top;
	}

#recruit_new_flow .flow .td {
	display: inline-block;
	padding-left: 0;
	vertical-align: top;
	}

#recruit_new_flow .flow.shisya .td {
	display: inline-block;
	padding-left: 8px;
	vertical-align: top;
	}

#recruit_new_flow .flow.shisya .th span {
	display: block;
	text-align: right;
	}

#recruit_new_flow .flow.shisya .comment {
	font-size: 14px;
	line-height: 18px;
	margin-top: 8px;
	width: 360px;
	padding-left: 126px;
	}

#recruit_new_flow hr	{
	position: relative;
	border-top: 1px solid #c0c0c0;
	}

/* 採用2019 フロー 矢印 左のマージン */

#recruit_new_flow .flow .arrow	{
	padding-left: 184px;
	}
#recruit_new_flow .flow span.arrow	{
	padding-left: 67px;
	}

#recruit_new_flow .flow .space	{
	padding-left: 8em;
	}

#recruit_new_flow .flow .briefing	{
	padding-left: 136px;
	}

/* 採用フロー 内定 2文字 */

#recruit_new_flow .nainaitei	{
	letter-spacing: 4px;
	padding-left: 2.5em;
	}


/* 新卒採用 郵送先 */

#recruit_new_post a	{
	color: #111;
	}

#recruit_new_post a:hover {
	text-decoration: underline;
	}

#recruit_new_post span	{
	margin-left: 8px;
	}


/* 中途採用ページ 表 table */

#table_mid	{
	width: 100%;
	min-height: 100%;
	font-size: 16px;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 80px;
	}

#table_mid th	{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	width: 172px;
	padding: 8px 0px 8px 16px;
	}

#table_mid td	{
	vertical-align: top;
	height: 48px;
	margin: 0;
	padding: 8px 0px 8px 0px;
	}

#table_mid #tr1 td	{
	min-width: 400px;
	text-align: left;
	}

/* 中途 勤務地／募集職種 スペース */

#table_mid #tr1 td p span	{
	margin-right: 12px;
	}

#table_mid #tr3 td p:nth-last-of-type(4)	{
	margin-top: 10px;
	}

#table_mid #tr7 th,
#table_mid #tr7 td,
#table_mid #tr8 th,
#table_mid #tr8 td,
#table_mid #tr9 th,
#table_mid #tr9 td
	{
	vertical-align: middle;
	height: 40px;
	}

/* エントリーシートの隣 span */
#recruit_new_document span	{
	margin-left: 4px;
	}

/* hover 表示 */

#current_map	{
	list-style: none;

	height: 100%;
	margin: 0px 0 20px 0;
	padding: 0;
	border: 1px solid #000;
	}

#current_map li	{
	position: relative;
	margin: 0 1.5em 0 0;
	padding: 0;
	display: inline-block;
	}

#current_map li:first-of-type	{
	margin: 0 1.5em 0 .5em;
	}

#current_map li:last-child	{
	border-bottom: 1px solid #000;
	}


#current_map:hover li	{
	border-bottom: 1px solid #fff;
	}


#current_map li ul	{
	list-style: none;
	display: inline-block;
	margin: 0px 0 0px 1.5em;
	padding: 0;

	}

#current_map li ul li:after,
#current_map li + li:after	{
	position: absolute;
	top: 0px;
	left: -1.5em;
	display: block;
	content: ">";
	font-size: 14px;
	}

#current_map li a,
#current_map li span	{
	color: #000;
	font-size: 15px;
	}

#current_map li ul li span	{
	border-bottom: 1px solid #000;
	}

#current_map li a:hover	{
	border-bottom: 1px solid #000;
	}

#current_map li:hover span	{
	border-bottom: none;
	}

/* 中途 郵送先 余白 */

#table_mid #tr11 td p span	{
	margin: 0 6px;
	}

#table_mid #tr12 td dl	{
	margin: 0;
	padding: 0;
	}

#table_mid #tr12 td dl dt	{
	width: 64px;
	float: left;
	}

/* レスポンシブ 新卒採用 表 ul */

#ul_new	{
	display: table;
	width: 100%;
	margin: 24px 0 64px;
	overflow: hidden;
	}

#ul_new .li	{
	display: table-cell;
	position: relative;
	line-height: 56px;
	box-sizing: border-box;
	}

#ul_new .th	{
	float: left;
	clear: both;
	width: 200px;
	/* 
	width: 86px;
	*/
	padding: 0px 0px 0px 16px;
	}

#ul_new .th:after	{
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	height: 1px;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, #c0c0c0 50%, rgba(255,255,255,0) 10%);
	background-size: 8px 1px;
	}

#ul_new .td	{
	float: left;
	}

#ul_new #li1th	{
	}
#ul_new #li1td	{
	}

#ul_new #li2th	{
	height: 120px;
	line-height: 40px;
	}
#ul_new #li2td	{
	line-height: 24px;
	padding-top: 8px;
	}

#ul_new #li3th	{
	height: 296px;
	}
#ul_new #li3td	{
	padding-top: 8px;
	}
#ul_new #li3td:after	{
	background: none;
	}

#ul_new #li3_ul	{
	display: table;
	}
#ul_new #li3_ul li	{
	display: table-cell;
	float: left;
	border: 1px solid #999;
	box-sizing: border-box;
	}

#ul_new #li3_ul .li2 p	{
	display: inline-block;
	float: left;
	}

#ul_new #li3_ul .li2 .one	{
	}
	
#ul_new #li3_ul .li2 .two1	{
	}
#ul_new #li3_ul .li2 .three	{

	}
#ul_new #li3_ul .li2 .four1	{
	}

#ul_new #li3_ul .li2 .end	{
	}

#ul_new #li3_ul .li1	{
	clear: both;
	width: 160px;
	padding: 8px 0 8px 16px;
	line-height: 24px;
	}

#ul_new #li3_ul .li2	{
	width: 224px;
	padding: 8px 0 8px 24px;
	line-height: 24px;
	border-left: none;
	}

#ul_new #li3_ul .li3	{
	width: 120px;
	padding: 8px 0 8px 0px;
	line-height: 48px;
	text-align: center;
	border-left: none;
	}

#ul_new #li3_ul .th1	{
	line-height: 40px;
	padding: 0;
	text-align: center;
	}

#ul_new #li3_ul .th2	{
	line-height: 40px;
	padding: 0;
	text-align: center;
	}

#ul_new #li3_ul .th3	{
	line-height: 40px;
	padding: 0;
	text-align: center;
	}

#ul_new #li3_ul .td1x3:after,
#ul_new #li3_ul .td2x3:after,
#ul_new #li3_ul .td3x3:after,
#ul_new #li3_ul .th3:after
	{
	display: block;
	content: "";
	clear: both;
	}

#ul_new #li3_ul .td1x1,
#ul_new #li3_ul .td1x2,
#ul_new #li3_ul .td1x3,
#ul_new #li3_ul .td2x1,
#ul_new #li3_ul .td2x2,
#ul_new #li3_ul .td2x3,
#ul_new #li3_ul .td3x1,
#ul_new #li3_ul .td3x2,
#ul_new #li3_ul .td3x3
	{
	border-top: none;
	}

#ul_new #li3_ul .td1x2	{
	}
#ul_new #li3_ul .td1x3	{
	}
#ul_new #li3_ul .td2x1	{
	}
#ul_new #li3_ul .td2x2	{
	line-height: 48px;
	}
#ul_new #li3_ul .td2x3	{
	}
#ul_new #li3_ul .td3x1	{
	}
#ul_new #li3_ul .td3x2	{
	line-height: 48px;
	}
#ul_new #li3_ul .td3x3	{
	}
#ul_new #li3_ul .p2	{
	padding-left: 0.25em;
	}
#ul_new #li3_ul #li3_last	{
	clear: both;
	line-height: 40px;
	border: none;
	}

#ul_new #li4th	{
	height: 64px;
	line-height: 40px;
	}
#ul_new #li4td	{
	line-height: 24px;
	padding-top: 8px;
	}

#ul_new #li5th	{
	height: 172px;
	line-height: 40px;
	}
#ul_new #li5td	{
	line-height: 24px;
	padding-top: 8px;
	}

#ul_new #li6th	{
	height: 64px;
	line-height: 40px;
	}
#ul_new #li6td	{
	line-height: 24px;
	padding-top: 8px;
	}
#ul_new #li6td span	{
	padding-left: 8px;
	}

#ul_new #li8th	{
	}
#ul_new #li8td	{
	}

#ul_new #li9th	{
	}
#ul_new #li9td	{
	}

#ul_new #li10th	{
	}
#ul_new #li10td	{
	}

#ul_new #li11th	{
	height: 136px;
	line-height: 40px;
	}
#ul_new #li11td	{
	line-height: 24px;
	padding-top: 8px;
	}

#ul_new #li12th	{
	height: 64px;
	line-height: 40px;
	}
#ul_new #li12td	{
	line-height: 24px;
	padding-top: 8px;
	}

#ul_new #li13th	{
	height: 112px;
	line-height: 40px;
	}
#ul_new #li13td	{
	line-height: 24px;
	padding-top: 8px;
	}

#ul_new #li14th	{
	height: 216px;
	line-height: 40px;
	}
#ul_new #li14td	{
	line-height: 24px;
	padding-top: 8px;
	}
#ul_new #li14td .angle	{
	margin: 0px 0px 0px 2em;
	}

#ul_new #li14td #li14p	{
	padding: 0 0 8px 1em;
	}

#ul_new #li15th	{
	height: 88px;
	line-height: 40px;
	}
#ul_new #li15td	{
	width: 400px;
	height: 88px;
	line-height: 24px;
	padding-top: 8px;
	}
#ul_new #li15td #li15_ul	{
	}
#ul_new #li15td #li15_ul .li15_th	{
	float: left;
	clear: both;
	width: 64px;
	}

#ul_new #li15td #li15_ul .li15_th .tel	{
	letter-spacing: 8px;
	}
#ul_new #li15td #li15_ul .li15_th .mail	{
	letter-spacing: 2px;
	}
#ul_new #li15td #li15_ul .li15_th .tanto	{
	letter-spacing: 32px;
	}

/* レスポンシブ 新卒採用 ul-li-div版 */

#ul_new .libox	{
	height: 56px;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
	}

#ul_new .libox .r_th	{
	width: 200px;
	float: left;
	clear: both;
	}

#ul_new .libox .r_th p	{
	padding-left: 16px;
	}

#ul_new .libox .r_td	{

	float: left;
	}

#ul_new #li1	{
	line-height: 56px;
	}

#ul_new #li2	{
	height: 120px;
	line-height: 24px;
	padding-top: 8px;
	}

#ul_new #li3	{
	height: 296px;
	line-height: 24px;
	padding-top: 8px;
	}


#ul_new #li4	{
	height: 64px;
	line-height: 24px;
	padding-top: 8px;
	}

#ul_new #li5	{
	height: 172px;
	line-height: 24px;
	padding-top: 8px;
	}

#ul_new #li6	{
	height: 64px;
	line-height: 24px;
	padding-top: 8px;
	}

#ul_new #li7	{
	line-height: 56px;
	}

#ul_new #li8	{
	line-height: 56px;
	}

#ul_new #li9	{
	line-height: 56px;
	}

#ul_new #li10	{
	line-height: 56px;
	}

#ul_new #li11	{
	height: 136px;
	line-height: 24px;
	padding-top: 8px;
	}

#ul_new #li12	{
	height: 64px;
	line-height: 24px;
	padding-top: 8px;
	}

#ul_new #li13	{
	height: 112px;
	line-height: 24px;
	padding-top: 8px;
	}

#ul_new #li14	{
	height: 216px;
	line-height: 24px;
	padding-top: 8px;
	}

#ul_new #li14 .angle {
	margin: 0px 0px 0px 2em;
	}

#ul_new #li14 #li14p1	{
	padding: 0 0 8px 1em;
	}

#ul_new #li15	{
	height: 88px;
	line-height: 24px;
	padding-top: 8px;
	}

#ul_new #li15 #li15_ul	{
	}

#ul_new #li15 #li15_ul .th	{
	float: left;
	clear: both;
	width: 64px;
	padding: 0;
	}

#ul_new #li15 #li15_ul .td	{

	}

#ul_new #li15 #li15_ul .th .tel	{
	letter-spacing: 8px;
	}
#ul_new #li15 #li15_ul .th .mail	{
	letter-spacing: 2px;
	}
#ul_new #li15 #li15_ul .th .tanto	{
	letter-spacing: 32px;
	}

/********* PC  recruitn 採用情報 メイン end   ***********/

/********* PC  access	アクセス メイン start ***********/
/********* PC  access	アクセス メイン end   ***********/

#access #wrapper	{
	width: 1000px;
	padding-bottom: 56px;
	}

/* PC アクセス 郵便 div版 */

#access_box	{
	position: relative;
	width: 96%;
	min-height: 100%;
	margin: 16px auto 0;
	padding-bottom: 48px;
	}

#access_box ul	{
	display: table;
	padding: 8px 0;
	}

#access_box li	{
	display: table-cell;
	border-collapse: separate;
	}

#access_box li p	{
	}

#access_box li a	{
	position: relative;
	color: #000;
	}

/* アクセス 住所 マウスホバー 背景色 */

#access_box a:hover	{
	text-decoration: underline;
	}

#access_box li a:visited	{
	color: #191970;
	}

#access_box li a:hover:after	{
	position: absolute;
	top: -6px;
	right: -16px;
	display: inline-block;
	font-family: "FontAwesome";
	content: "\f041";
	color: #5f9ea0;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	}

#kansai .li3 a:hover:after	{
	left: 268px;
	}

#kyushu .li3 a:hover:after	{
	left: 300px;
	}

#access_box9 li a:hover:after	{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: inline-block;
	content: "";
	border-top: 1px solid #000;
	}

#access_box .li1sp,
#access_box .li2sp	{
	display: none;
	}

#access_box #tokyo	{
	margin-top: 8px;
	}

#access_box #tokyo li	{
	vertical-align: top;
	}

#tokyo .li3 span:before,
#kansai .li3 span:before,
#kyushu .li3 span:before   {
	content: "\A";
	white-space: pre;
	}

#tokyo .li1,
#branch_office .li1	{
	min-width: 152px;
	padding-left: 16px;
	}

#tokyo .li2,#branch_office .li2	{
	min-width: 120px;
	}

#tokyo .li3,#branch_office .li3	{
	min-width: 352px;

	}

#tokyo .li4,#branch_office .li4	{
	width: 168px;
	}

#tokyo .li5,#branch_office .li5	{
	width: 160px;
	}

/*** PC アクセス 本社・支社名 ***/

#access_box .office	{
	display: table-cell;
	width: 100px;
	vertical-align: middle;
	}

#access_box .office span{
	margin: 0 0 0 10px;
	}

/*** PC アクセス 郵便番号 ***/

#access_box .post	{
	display: table-cell;
	margin: 6px 0 6px 0px;
	text-align: center;
	vertical-align: middle;
	}

/*** PC アクセス  住所 ***/

#access_box .address	{
	display: table-cell;
	margin: 6px 0 6px 0px;
	padding: 0px 0px 0px 16px;
	vertical-align: middle;
	}

/*** PC アクセス tel ***/

#access_box .tel	{
	color: #000;
	cursor: default;
	pointer-events: none;
	}

/*** PC アクセス  FAX ***/

#access_box .fax	{
	display: table-cell;
	margin: 6px 0 6px 0px;
	text-align: center;
	vertical-align: middle;
	}

/*** PC access 地図埋め込み ***/

#map	{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 360px;
	}

#head_office	{
	position: relative;
	}

#branch_office	{
	margin: 16px auto 40px;
	}

#map iframe	{
	width: 100%;
	height: 330px;
	border: 1px solid #999;
	margin: 0 auto;
	}

#map .off	{
	display: none;
	position: absolute;
	}

#map a	{
	color: #000080;
	}

#map_link	{
	position: absolute;
	top: 352px;
	right: 0;
	z-index: 9;
	}

#map a:hover	{
	text-decoration: underline;
	}

#traffic_guide li	{
	display: inline-block;
	}

#traffic_guide .bill	{
	text-align: right;
	}

#traffic_guide li p	{
	padding-left: 168px;
	font-size: 14.6px;
	line-height: 28px;

	}

#traffic_guide #office_access	{
	padding: 0;
	}

#office_access #train	{
	position: relative;
	width: 100%;
	padding: 16px 0;
	}

#office_access #train:after	{
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #c0c0c0;
	opacity: 0.5;
	}

#office_access #train .p2	{
	font-size: 14px;
	}

#office_access #train a,
#office_access #train .p1 a:hover	{
	color: #00f;
	}

#office_access #train .p1 a	{
	color: #000;
	}

#office_access #train .p2 a:hover:after	{
	content: none;
	}

#office_access #train span	{
	letter-spacing: 2px;
	}

#office_access .img_box	{
	position: absolute;
	top: 0;
	right: 0px;
	}

#traffic_guide #car p	{
	line-height: 48px;
	}

#traffic_guide #img_bill	{
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 164px;
	height: 164px;
	z-index: 9;
	}


/*** JavaScript無効時ではイラスト地図を表示させる ***/

#map_jsoff    {
	position: relative;
	text-align: center;
	z-index: 9;
	}

#map_jsoff a	{
	display: inline-block;
	}

#map_jsoff img    {
	width: 960px;
	height: 330px;
	vertical-align: bottom;
	border: 1px solid #111;
	z-index: 9;
	}


#map_jsoff img:hover	{
	opacity: 0.7;
	}

#map_jsoff:before {
	display: inline-block;
	position: absolute;
	bottom: -36px;
	right: 20px;
	font-size: 14px;
	content: "イラスト地図をクリックすると印刷用地図のPDFをダウンロードします";
	}


/********* PC アクセス end ***********/

/********* PC info start ***********/

/* 推奨環境について */

#requirement_box	{
	margin: 20px auto 160px;
	padding: 0 2em;
	}

#requirement_box p	{
	font-size: 16px;
	line-height: 26px;
	}

#requirement_box .link1	{
	color: #af173f;
	text-decoration: underline;
	}

#requirement_box table	{
	width: 84%;
	margin: 24px auto 0;
	box-sizing: border-box;
	border-collapse: collapse;
	}

#requirement_box th	{
	width: 34%;
	background-color: #efefef; /* シルバーホワイト */
	border: 1px solid #000;
	box-sizing: border-box;
	vertical-align: middle;
	}

#requirement_box td	{
	padding: 0 1em;
	border: 1px solid #000;
	box-sizing: border-box;
	vertical-align: middle;
	}

#requirement_box #os	{
	height: 80px;
	}

#requirement_box #browser	{
	height: 160px;
	}
#requirement_box #browser_sp	{
	height: 120px;
	}
#requirement_box #screen	{
	height: 80px;
	}

#requirement_box td span	{
	font-size: 15px;
	margin-left: 4px;
	}

#requirement_box #app_banner_box	{
	text-align: center;
	vertical-align: top;
	}

#requirement_box #app_banner_box p	{
	display: inline-block;
	line-height: 60px;
	vertical-align: bottom;
	}

#requirement_box #app_banner_box a	{
	display: inline-block;
	}

#requirement_box .banner_ios_app	{
	display: inline-block;
	width:135px;
	height:40px;
	background-size: contain;
	margin: 0 4px 0 8px;
	}

#requirement_box .app_ios_banner	{
	}


/********* PC サイトマップ start ***********/

#sitemap	{
	margin: 32px auto 120px;
	padding: 1em 2em 2em;
	border: 1px solid #000;
	box-sizing: border-box;
	}

#sitemap #box	{
	position: relative;
	width: 94%;
	margin: 0 auto;
	}

#sitemap ul	{
	margin-bottom: 20px;
	}

#sitemap li	{
	position: relative;
	line-height: 32px;
	text-align: right;
	}

#sitemap li + li	{
	text-align: left;
	}

#sitemap h2	{
	position: relative;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 8px;
	text-align: left;
	border-bottom: 1px solid #808080;
	}

#sitemap a	{
	color: #111111;
	margin-left: 16px;
	}

#sitemap a:after	{
	display: inline-block;
	content: "";
	position: absolute;
	bottom: 5px;
	left: 16px;
	border-bottom: 1px solid #00083c;
	width: 0em;
	opacity: 0;
	}

#sitemap a:hover:after	{
	width: 4.1em;
	opacity: 1;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	}

#sitemap .a5em:hover:after	{
	width: 5.1em;
	}
#sitemap .a6em:hover:after	{
	width: 6.1em;
	}
#sitemap .a128:hover:after	{
	width: 8.1em;
	}

#sitemap h2 a	{
	margin-left: 0;
	}

#sitemap span	{
	margin-left: 1em;
	}

#sitemap #caption	{
	font-size: 14px;
	text-align: right;
	}

#sitemap #access a	{
	margin-left: 0;
	}

/********* PC サイトマップ end ***********/

#site_pc	{
	display: none;
	position: absolute;
	top: 5px;
	right: 25%;
	margin: 0px 0 0px 0;
	padding:  0 0 0px 0;
	width: 50%;
	height: 50px;
	}

#site_pc a	{
	display: block;
	width: 100%;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: left;
	padding-left: 50%;
	background-color: #e7e6b7;
	border: 2px solid #000;
	box-sizing: border-box;
	}

#site_pc a:before	{
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 46px;
	content: "";
	background: url("../img/pc_100px2.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position : 45% 0;
	background-size: 50px 50px;
	}

#site_pc a:hover	{
	opacity: 0.6;
	}


#site_sp	{
	display: none;
	}

#site_fp	{
	display: none;
	}


#sp_bottom_menu	{
	display: none;
	}

/*** letter-spacing 文字と文字の間隔を広げる ***/

.space1p	{
	letter-spacing: 1px;
	}

.space2p	{
	letter-spacing: 2px;
	}

.space3p	{
	letter-spacing: 3px;
	}

.space01e	{
	letter-spacing: 0.1em;
	}

.space02e	{
	letter-spacing: 0.2em;
	}

.space03e	{
	letter-spacing: 0.3em;
	}

.space05e	{
	letter-spacing: 0.5em;
	}

.space08e	{
	letter-spacing: 0.8em;
	}

.space1e	{
	letter-spacing: 1em;
	}

.space1e5	{
	letter-spacing: 1.5em;
	}

.space1e6	{
	letter-spacing: 1.6em;
	}

.space2e	{
	letter-spacing: 2em;
	}

.space3e	{
	letter-spacing: 3em;
	}

/********* PC 問い合わせ start ***********/

#formWrap	{
	width: 1000px;
	height: 100%;
	margin: 40px auto 0px;
	padding: 0px 0px 100px 0px;
	color: #555555;
	line-height: 120%;
	}

#formWrap #co0 {
	width: 80%;
	margin: 30px auto 0px;
	padding: 0em 0em 0.5em 0em;
	border: 1px solid #000;
	box-sizing: border-box;
	}

#formWrap #co0 #check1	{
	font-weight: bold;
	background-color: #d3d3d3;
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
	}

#formWrap #co0 a	{
	color: #555555;
	text-decoration: underline;
	}

#formWrap #co0 p	{
	margin: 0;
	padding: 0 1em;
	line-height: 24px;
	}

#formWrap #co0 p:nth-last-of-type(2)	{
	margin: 0;
	padding: 0 1em 0.25em;
	}

#formWrap #co0 #te span 	{
	margin-left: 1em;
	}

#formWrap #co0 #te span:nth-last-of-type(1),
#formWrap #co0 #te span:nth-last-of-type(3)	{
	margin-left: 0.5em;
	}

#formWrap table	{
	width: 80%;
	margin: 40px auto 20px;
	border-collapse: collapse;
	}

#formWrap table td,
#formWrap table th	{
	margin: 0;
	padding: 10px;
	border: 1px solid #ccc;
	}

#formWrap table th{
	width: 200px;
	font-weight: normal;
	text-align: left;
	padding-left: 2em;
	background: #efefef;
	}

#formWrap table td span{
	padding-left: 0.5em;
	}

/* 問い合わせ 用件 */

#formWrap select {
	width: 400px;
	height: 45px;
	font-size: 16px;
	margin-left: 1em;
	}

/* 問い合わせ 項目 */

#formWrap input[type="text"],
#formWrap input[type="tel"]{
	width: 400px;
	height: 40px;
	margin-left: 1em;
	}

/* 問い合わせ 入力内容  */

#formWrap textarea {
	width: 400px;
	height: 120px;
	line-height: 1.5em;
	margin-left: 1em;
	}

/* 問い合わせ 選択ラジオボタンのhover的ポインター表示 */

#formWrap input[type="checkbox"],
#formWrap label {
	cursor: pointer;
	}

#formWrap #co8 td,
#formWrap #co9 td	{
	padding-left: 24px;
	}

#formWrap #td_kikkake label {
	margin-left: 1em;
	margin-right: 1em;
	}

#formWrap #co4 th span	{
	letter-spacing: 1em;
	}


/* 問い合わせ 送信ボタン */

#formWrap #co11	{
	text-align: center;
	}

#formWrap #co11 p	{
	margin: 0;
	padding: 0;
	}

#formWrap input[type="submit"] {
	cursor: pointer;
	width: 200px;
	height: 50px;
	margin: 5px 0px 20px 0px;
	padding: 10px 20px;
	font-size: 1.3em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
	-moz-box-shadow: 1px 1px 2px #E7E7E7;
	text-shadow: 0 -1px 1px #fff, -1px 0 1px #fff, 1px 0 1px #aaa;
	}

/********* PC 問い合わせ end ***********/

#nav_ul #last	{
	display: none;
	}

#nav_ul #lastx	{
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #ff8c00;
	z-index: 9;
	cursor: pointer;
	}

#cs	{
	}

#last .on	{
	display: inline-block;
	}
#last .off	{
	display: none;
	}

/* 404ページ */

#page_404 #main	{
    margin: 40px auto 0;
    padding: 8px;
    text-align: center;
    }
#page_404 #main p    {
    text-align: left;
    }
#page_404 #main span    {
    display: block;
    }
#page_404 #main a    {
    text-decoration: underline;
    }

@media screen and (max-width: 1229px) {

/* スクロールバー対策 解除 */

#scrx	{
	margin-left: 0;
	}
}
@media screen and (max-width: 1200px) {

#js .page_top	{
	position: absolute;
	bottom: 65px;
	}

}/* 1200px */
@media screen and (min-width: 1060px) and (max-width: 1180px) {

/* 支社・事業所在地 エリア名 幅の調整 */

#office_list .area {
	min-width: 48px;
	}

}/* 幅1060px ～ 幅1180pxまで end */
@media screen and (min-width: 1024px) and (max-width: 1120px) {

}/* 幅1024px ～ 幅1120pxまで end */
@media screen and (max-width: 1060px) {

#sidebar	{
	margin-left: 8px;
	}

#main {
	margin: 0px 0px 0px 272px;
	}

#box1	{
	position: relative;
	width: 100%;
	height: 480px;
	display: block;
	margin: 0 auto;
	background-color: #eee;
	}

#office_list .area {
	min-width: 64px;
	}

}/* 幅1060pxまで end */
@media screen and (max-width: 1040px) {

}/* 幅1040pxまで end */
@media screen and (max-width: 1024px) {

.br1024	{
	display: block;
	}

}/* 幅1024pxまで end */
@media screen and (max-width: 980px) {

.br980x	{
	display: block;
	}

}/* 幅980pxまで end */
@media screen and (min-width: 1px) and (max-width: 980px) {

}/* 幅980pxまで end */
@media screen and (min-width: 1px) and (max-width: 800px) {

}/* 幅1px ～ 幅800pxまで end */
@media screen and (max-width: 640px) {

}/* 幅640pxまで end */

@media all and ( -ms-high-contrast:none)	{
/* IE10以降に適用css start */

.tab_panel	{
	display: block;
	}

/* IE対策 IEで読み込む時にtransitionが動作する問題 */

#nav_ul a	{
	transition: none;
	}
#page:hover #nav_ul a	{
	transition: 0.6s;
	}

/* 優先度2 210 IEのみ適用 読み込む時のtransitionを一旦、無効化 */

#page #box3 .thumb1,
#page #box3 .thumb2	{
	transition: none;
	}

/* 優先度3 220 IEのみ適用 hoverでtransitionを有効化  */

#page:hover #box3 .thumb1,
#page:hover #box3 .thumb2	{
	transition: all 1s;
	}

}/* IE10以降に適用css end */

/* Edge css */
@supports (-ms-ime-align:auto) {

/*** Edge tel リンク化の無効 ***/

#access_box .tel	{
	pointer-events: none;
	cursor: default;
	color: #000;
	}

}/* Edge css end */
@media print	{

@page	{
	size: A4;
	margin: 3mm;
	}

html,body,#page,div	{
	height: auto;
	min-height: auto;
	}

#sidebar	{
	}

#wrapper .recruit_main {
	height: auto;
	margin-bottom: 0;
	}

#box3 {
	padding-bottom: 80px;
	}

#page_top	{
	position: relative;
	bottom: 0;
	left: 100%;
	margin-left: -140px;
	}

#footer	{

	}

#map_print #wrapper	{
	max-width: 100%;
	padding-bottom: 0px;
	}

#map_print #wrapper img	{
	width: 80%;
	margin: 0 auto;
	}

}/* media print */
@media screen and (max-width: 1000px) {

}/* 幅1000pxまで end */
@media screen and (max-width: 1020px) {

html	{
	width: 1024px;
	}

#wrapper {
	width: 1024px;
	}

#sidebar	{
	margin-left: 8px;
	}

#main	{
	margin-left: 280px;
	}

#office_list .area {
	min-width: 64px;
	}


#office_list .access {
	min-width: 288px;
	}

}/* 1020pxまで end */
@media screen and (min-width: 1064px) {

#main.recruit_main	{
	width: 720px;
	}

}/* 1064px以上 end */
@media screen and (min-width: 1200px) {
/* 1200px以上 */

#main.recruit_main	{
	width: 800px;
	}

#recruit_new_base_sub_table	{
	width: 600px;
	min-width: 600px;
	}

/* 募集職種セル 1200px以上 */
#recruit_new_base_sub_table #new3_th1 {
/* 
	width: 148px;
	min-width: 148px;
 */

	width: 120px;
	min-width: 120px;
	}

/* 勤務地エリア 結合セルの上部 1200px以上 */
#recruit_new_base_sub_table #new3_th2 {
	}

/* 人数セル 1200px以上 */
#recruit_new_base_sub_table #new3_th3 {
/* 
	width: 96px;
	min-width: 96px;
*/

	width: 80px;
	min-width: 80px;
	}

#recruit_new_base_sub_table #area_td1    {
	width: 96px;
	width: 70px;
	}

#recruit_new_base_sub_table #area_td2    {
	min-width: 152px;
	width: 152px;
	}
#recruit_new_base_sub_table #area_td3    {
	min-width: 150px;
	width: 150px;
	}

/* 勤務地エリア 関東・中部 改行で非表示や表示 */

#new_master .new3_td3 span,
#new_master .new3_td3 .touten	{
	display: inline;
	width: auto;
	}

#new_master .new3_td4 .span1		{
	width: 8em;
	}

#recruit_new_base_sub_table .span2	{
	display: block;
	}

}/* 1200px以上 end */

