@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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

body, div, p {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol, ul {
	list-style-type:none;
	list-style-image: url(data:0);
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

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

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

img {
	vertical-align: top;
	font-size:0;
	line-height:0;
	width:100%;
	height:auto;
}

em {
	font-style:normal;
	font-weight:bold;
}

address {
	font-style:normal;
}

.clear {
	clear:both;
}

html{
box-sizing: border-box;
}
*, *:before, *:after{
box-sizing: inherit;
}
/* web font
------------------------------------------------- */
/*
html {
	visibility: hidden;
	overflow-y:hidden;
}

html.wf-active,
html.loading-delay {
	visibility: visible;
	overflow-y:scroll;
	animation: fadeIn 2.6s ease;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {

		opacity: 1;
	}
}
html #corp h1 {
	visibility: hidden;
}
html.wf-active #corp h1 {
	visibility: visible;
}
*/

/* Google Fonts */
/*

*/



/* サイト共通
------------------------------------------------- */

html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	}
	@media screen and (max-width: 320px) {
	html { font-size: 54.6875%; }
}

body {
	width: 100%;
/*	height: 100%;*/
	font-size: 100%;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
/*	font-weight: 500;  游ゴシックの場合 */
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}


/* ヘッダ
============================ */
#HeaderArea1 {
	position: relative;
	background-color: #ffffff;
	z-index: 80;
	min-width: 320px;
}
#HeaderArea1 .Container {
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	min-width: 290px;
}
#HeaderArea1 .Container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 0;
	margin: 0 auto;
	max-width: 1305px;
	/* box-sizing: border-box; */
}

#Statement {
	height: 45px;
	margin-right: auto;
	display: flex;
	align-items: center;
}
#Statement img {
	width: 115px;
	height: auto;
	margin-top: 13px;
	margin-bottom: 12px;
}
#SupportNavi {
	margin-left: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end !important;
	max-width: 610px;
}
#SupportNavi > a,
#SupportNavi > button > span {
	position: relative;
	height: 45px;
	padding: 0;
	font-size: 83%;
	white-space: normal;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
}

#SupportNavi > a > img,
#SupportNavi > button > span > img {
	width: 45px;
	height: 90px;
	align-self: flex-start !important;
	display: inline-block;
	pointer-events: none;
}
#SupportNavi > button {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	cursor: pointer;
}
#SupportNavi > a, #SupportNavi > button > span {
	position: relative;
	height: 45px;
	padding: 0;
	font-size: 83%;
	white-space: normal;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
}

#SupportNavi > a:link, #SupportNavi > a:visited {
    color: #000;
    text-decoration: none;
}
#SupportNavi > a:hover, #SupportNavi > a:focus, #SupportNavi > a:active, #SupportNavi > button:hover, #SupportNavi > button:focus, #SupportNavi > button:active {
    background-color: #ccc;
    text-decoration: none;
    color: #000;
}
#SupportNavi > a span {
	font-size:1.328rem;
}
#SiteIdentity img+span {
	display: none;
}
#SiteIdentity span {
	word-break: break-all;
	font-weight: bold;
}
#HitachiTop a:hover, #HitachiTop a:focus, #HitachiTop a:active {
    color: #b1000e;
    text-decoration: underline;
}
#SpMenuBtn {
	width: 45px;
	height: 45px;
	background-color: #ff0026;
	cursor: pointer;
	display: none;
	position: relative;
	border: 0;
	box-sizing: border-box;
	cursor: pointer;
}
#SpMenuModal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 75;
	display: none;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	outline: 0;
	transition: opacity 0.15s linear;
	outline: 0;
}
#SpMenuModal:not(.show) {
	opacity: 0;
}
#HeaderArea2 {
	position: relative;
	background-color: #f2f2f2;
	min-width: 320px;
}
#HeaderArea2 .Container {
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	min-width: 290px;
}
.Container.Wide {
	max-width: 1305px;
}
#SiteID {
box-sizing: border-box;
    min-height: 60px;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#SiteID a {
	color: #000;
	text-decoration: none;
}
#HeaderArea2 > .Container #SiteID a+a::before {
	content: "";
	pointer-events: none;
	cursor: default;
	background-color: #c2c2c2;
	position: absolute;
	display: inline-block;
	top: 50%;
	left: -15px;
	width: 1px;
	height: 20px;
	transform: none;
	transform: translateY(-50%);
}
#HeaderArea2 > .Container #SiteID img {
/*	display: none;*/
}
#SiteID img {
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	width: initial;
	height: 50px;
}
#SiteID a+a {
	margin-left: 30px;
	position: relative;
}

#SiteID span {
	font-weight: 700;
}
#HeaderArea2 > .Container #SiteID span {
/*	display: inline;*/
}
#SiteID img+span {
	display: none;
}
#SiteID a:hover img, #SiteID a:focus img, #SiteID a:hover span, #SiteID a:focus span {
    opacity: 0.6;
}


@media screen and (max-width: 767px) {
	#SupportNavi > a, #SupportNavi > button > span {
		display: none;
	}

	#SpMenuBtn {
		width: 45px;
		height: 45px;
		background-color: #ff0026;
		cursor: pointer;
		position: relative;
		border: 0;
		box-sizing: border-box;
		cursor: pointer;
		margin-right: -15px;
		display: block;
	}
	#SpMenuBtn span {
		position: absolute;
		left: 0;
		width: 50%;
		left: 25%;
		height: 2px;
		background-color: #ffffff;
		border-radius: 4px;
		transform-origin: center;
		transition: 0.6s;
	}
	#SpMenuBtn span:nth-of-type(1) {
		top: 30%;
	}
	#SpMenuBtn span:nth-of-type(2) {
		top: calc(50% - 1px);
	}
	#SpMenuBtn span:nth-of-type(3) {
		bottom: 30%;
	}
	#SpMenuBtn.is-open span:nth-of-type(1) {
		transform: rotate(-45deg);
		top: 50%;
	}
	#SpMenuBtn.is-open span:nth-of-type(2) {
		display: none;
	}
	#SpMenuBtn.is-open span:nth-of-type(3) {
		transform: rotate(45deg);
		top: 50%;
	}
	#SpMenuModal {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 75;
		display: none;
		width: 100%;
		height: 100%;
		max-height: 100%;
		overflow: hidden;
		outline: 0;
		transition: opacity 0.15s linear;
		outline: 0;
		background:rgba(0,0,0,0.4);
	}
	#SpSupportNavi {
		border-top: 1px solid #ddd;
		margin: 45px 0 0;
	}
	#SpSupportNavi button {
		font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
		background-color: transparent;
		border: 0;
		margin: 0;
		padding: 0;
		font-size: 100%;
		cursor: pointer;
		width: 100%;
		display: block;
		text-align: left;
	}
	#SpSupportNavi ul {
		display: none;
	}
	#SpSupportNavi a, #SpSupportNavi button > span {
		box-sizing: border-box;
		text-decoration: none;
		width: 100%;
		border: 0;
		margin: 0;
		cursor: pointer;
		font-size:1.44rem;
		position: relative;
		line-height: 1.6;
		color: #000;
		overflow: hidden;
		display: block;
		padding-top: 18.5px;
		padding-bottom: 18.5px;
		padding-right: 48px;
	}
	#SpSupportNavi a > span.Icon, #SpSupportNavi button > span > span.Icon {
		width: 45px;
		height: 45px;
		display: inline-block;
		overflow: hidden;
		position: absolute;
		top: 50%;
		left: 8px;
		margin-top: -22.5px;
	}
	#SpSupportNavi > li > a, #SpSupportNavi > li > button > span {
		padding-left: 16px;
		background-color: #f2f2f2;
	}
	#SpSupportNavi a::before, #SpSupportNavi a::after, #SpSupportNavi button > span::before, #SpSupportNavi button > span::after {
		content: "";
		position: absolute;
	}
	#SpSupportNavi button > span::before {
		right: 22px;
		top: calc(50% - 18px / 2);
		width: 2px;
		height: 18px;
		background-color: #666;
	}
	#SpSupportNavi button > span::after {
		right: 22px;
		top: calc(50% - 18px / 2);
		width: 2px;
		height: 18px;
		background-color: #666;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	#SpSupportNavi a::after {
		right: 20px;
		top: calc(50% - 10px / 2);
		left: auto;
		width: 10px;
		height: 10px;
		border: transparent;
		border-right: 2px solid #666;
		border-top: 2px solid #666;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#SpSupportNavi a > span:not(.Icon), #SpSupportNavi button > span span {
		margin-left: 40px;
		display: inline-block;
	}

	#SpSupportNavi a span:first-child, #SpSupportNavi button > span span:first-child {
		margin-left: 0px;
	}
	#SpSupportNavi a:hover,
	#SpSupportNavi a:focus,
	 #SpSupportNavi button:hover > span,
	 #SpSupportNavi button:focus > span,
	#SpSupportNavi button.is-open > span,
	 #SpSupportNavi li.Selected a {
		color: #ffffff;
		background-color: #b1000e;
	}
	 #SpSupportNavi button:hover > span::before,
	 #SpSupportNavi button:focus > span::before,
	 #SpSupportNavi button:hover > span::after,
	 #SpSupportNavi button:focus > span::after {
		background-color: #fff;

	}
	#SpSupportNavi a:hover::after {
		border-right: 2px solid #fff;
		border-top: 2px solid #fff;
	}

	#SpSupportNavi a:hover img,
	#SpSupportNavi a:focus img,
	#SpSupportNavi button:hover > span img,
	#SpSupportNavi button:focus > span img,
	#SpSupportNavi button.is-open > span img {
		margin-top: -45px;
	}
	#SpSupportNavi button.is-open > span::before {
		content:none;
	}
	#SpSupportNavi button.is-open > span::after {
		background-color: #fff;
	}
	#SpSupportNavi > li > ul > li > a {
		padding-left: 80px;
		background-color: #f2f2f2;
	}
	#SpSupportNavi > li > ul > li > a:hover,
	 #SpSupportNavi > li > ul > li > a:focus,
	 #SpSupportNavi > li > ul > li > a.Current {
		background-size: 15px 12px;
		background-repeat: no-repeat;
		background-position: 50px center;
		background-image: url(../images/icon_checkmark.png);
	}
	#HeaderArea2 > .Container #SiteID img {
		display: none;
	}
	#SiteID img+span {
		display: inline;
		font-size: 1.6rem;
	}
}
/* フッタ
============================ */
#FooterArea {
	position: relative;
	background-color: #e5e5e5;
	min-width: 320px;
}
#FooterArea > .Container, #FooterArea > .ContainerFix {
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	min-width: 290px;
	position: relative;
	padding-top: 32px;
	padding-bottom: 20px;
	max-width: 1305px;
	/* box-sizing: border-box; */
}
#Footer1 {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#HitachiTop {
	margin-bottom: 15px;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
}
#HitachiTop a {
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
}
#HitachiTop a:link, #HitachiTop a:visited {
	color: #000;
	text-decoration: none;
}
#Footer1Menu {
	margin-bottom: 10px;
	text-align: center;
}
#Footer1Menu a {
	font-size: 67%;
	display: inline-block;
}
#Footer1Menu a+a {
	margin-left: 20px;
}
#Footer1Menu a:link, #Footer1Menu a:visited {
	color: #000;
	text-decoration: none;
}
#Copyright {
	font-size: 1.04rem;
	line-height: 1.5em;
	color: #000;
	margin-right: auto;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	#FooterArea > .Container, #FooterArea > .ContainerFix {
		position: relative;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	#Footer1 {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
	}
	#HitachiTop {
		width: 100%;
		flex-basis: auto;
		margin-bottom: 10px;
		flex-basis: 100%;
		display: flex;
		flex-direction: column;
	}
	.Container #HitachiTop a {
		width: 100%;
		display: block;
		padding: 10px;
		text-align: center;
		border: 1px solid #666;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.Container #Copyright {
		margin-right: 0;
	}
}
/* ナビ
============================ */
nav {
}
#pageTop {
	display: block;
	opacity: 0;
	position: fixed;
	bottom: 30px;
	right: 13px;
	z-index: 999;
	transition: 0.7s;
}
#pageTop.is-active {
	opacity: 1;
}
#pageTop a {
	display: block;
	position: relative;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
}
#pageTop a::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* VisualArea
============================= */

/* システムエリア
============================ */
#systemArea {
	position: relative;
	font-size: 1.6rem;
	width: 86%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 50px;
}
	@media screen and (min-width:768px) {
	#systemArea {
		max-width: 1275px;
		padding: 0 54px 100px;
	}
}
#systemArea h1 {
	font-size: 26px;
	margin: 2em 0;
	text-align: center;
}
#systemArea p {
	margin: 0;
}


#systemArea .msgArea, #systemArea .zeroArea {
	font-size: 1.4rem;
	padding: 20px;
	width: 100%;
	margin: 30px 0 20px;
	box-sizing: border-box;
	text-align: left;
}
#systemArea .msgArea {
	background: #f6f6f6;
}
@media screen and (min-width: 737px)
#systemArea .msgArea, #systemArea .zeroArea {
	margin: 60px 0 20px;
	font-size: 1.6rem;
}
/* 改行
------------------------------------------------- */
/* スマホだけ改行 */
br.sp { 
display: block;
	}
	@media screen and (min-width:768px) {
	br.sp {
	display: none;
	}
}
/* スマホ＋タブレットだけ改行 */
br.sptb { 
display: block;
	}
	@media screen and (min-width:1025px) {
	br.sptb {
	display: none;
	}
}
/* タブレット＋PCだけ改行 */
br.tbpc { 
display: none;
	}
	@media screen and (min-width:768px) {
	br.tbpc {
	display: block;
	}
}
/* PCだけ改行 */
br.pc { 
	display: none;
	}
	@media screen and (min-width:1025px) {
	br.pc {
	display: block;
	}
}

.nojobmsg {
	margin:80px auto;
	width:100%;
	box-shadow:0px 0px 0px 20px #fafafa inset;
	border:1px solid #dddddd;
	line-height: 1.5;
	background: #fff;
	padding: 10px;
	display: flex;
	text-align:center;
	justify-content:center;
	align-items: center;
	height:100px;
}
/* 検索
============================ */
.searchTable dt {
	font-size: 2rem;
	margin: 1.6rem 0;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	word-break: break-all;
}
.searchTable {
	width:100%;
}
.searchTable .listButton {
	display:flex;
	flex-wrap: wrap;
	margin:0;
}
.searchTable .listButton li {
	flex-basis: auto;
}
.btnWrap {
	text-align:center;
	margin:20px 0;
}
.btnWrap button {
	padding:1rem 2rem;
	border-style: none;
	color:#fff;
	font-weight: bold;
	text-align:center;
	width:160px;
	background: #b1010e;
}
#resultMsg {
	border:1px solid #ccc;
	padding:1rem 0;
	margin:0 0 20px;
}
#resultMsg span {
	display:block;
}
.searchArea {
	margin:80px 0 20px;
}
.searchArea .resetArea {
	text-align:center;
}
.searchArea .resetArea button {
	padding: 13px 20px;
	font-size: 12px;
	border-style: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 160px;
	background: #333;

}
.resultlen {
	text-align:center;
	margin:2rem 0;
}
@media screen and (min-width:768px) {
	.btnWrap {
		text-align:center;
		margin:40px 0 20px;;
	}
	.searchArea {
		margin:80px 0 40px;
	}
	.searchTable {
		width:100%;
		overflow: hidden;
		border-top: 1px solid #ccc;
		background:#fafafa;
	}
	.searchTable:last-of-type {
		border-bottom: 1px solid #ccc;
	}
	.searchTable dt {
		width:240px;
		float: left;
		margin:0;
		padding: 10px;
		box-sizing: border-box;
		border-top: none;
		border-bottom: none;

	}
	.searchTable dd {
		margin-left: 240px;
		padding: 10px;
		background:#fff;
	}
	.searchTable dd:after{
		display: block;
		content: "";
		clear: both;
	}
	.btnWrap button {
		cursor: pointer;
		width:240px;
		transition: .6s;
	}
	.searchArea .resetArea button {
		font-size: 1.4rem;
		text-align:center;
		padding: 1rem 0;
		cursor: pointer;
		transition: .6s;
	}
	.btnWrap button:hover,
	.searchArea .resetArea button:hover {
		opacity:0.7;
	}
}
@media screen and (min-width:1025px) and (-ms-high-contrast:none) {
	.searchTable .listButton {
	width:898px;
	}
}

/* 入力欄、セレクトボックス */

#systemArea input[type="text"],
#systemArea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* チェックボックス */
#systemArea label {
	font-size:1.3rem;
	padding:0 15px 0 25px;
	cursor: pointer;
	position: relative;
	border:none;
	color:#333;
	box-shadow:none;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
	min-height:14px;

}
#systemArea label[for^="f_check_"]:not(.nobox):before {
	content: '';
	position: absolute;
	width: 1.6rem;
	height: 1.6rem;
	left: 0;
	top: 4px;
	border: 1px solid #d2d2d2;
	z-index: 4;
}
#systemArea label[for^="f_check_"]:not(.nobox):after {
	content: '';
	position: absolute;
	top: 7px;
	left: 6px;
	display: block;
	width: 5px;
	height: 8px;
	border-right: 2px solid #01224f;
	border-bottom: 2px solid #01224f;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	z-index: 2;
}
#systemArea input[type="checkbox"] {
	font-size: 1.4rem;
	width: 1em;
	height:1em;
	position: absolute;
	left: -40px;
	top:5px;
	display: block;
	box-shadow: 41px 0px #fff;
	z-index: 3;
	margin: 0px;
	padding: 0px;
}


#systemArea label input[type="checkbox"]:checked {
	background:#fff;
	z-index:1;
}

@media screen and (min-width:1025px) {
	#systemArea label {
		font-size:1.6rem;
	}

}

/* TypeB */
#systemArea .typeB dl.jobs dt {
	position: relative;
	width: 100%;
	color:#fff;
	background: #4a6692;
	font-weight: bold;
	font-size: 14px;
	padding: 12px 60px 12px 20px;
	box-sizing: border-box;
}
#systemArea .typeB dl.jobs dt:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	background: #8599b7 url(../images/icon_open.png) no-repeat center center;
	background-size: 16px 16px;
/*	transition: all 0.2s;*/
}
#systemArea .typeB dl.jobs dt.active:after {
	background: #8599b7 url(../images/icon_close.png) no-repeat center center;
	background-size: 16px 2px;
/*	transition: all 0.2s;*/
}
#systemArea .typeB dl.jobs dd ul li {
	background: #ecf0f1;
}
#systemArea .typeB dl.jobs dd ul li:nth-child(even) {
	background: #e3e6ea;
}


/* input */
#systemArea .typeB label[for^="f_check_"]:not(.nobox) {
	font-size:1.2rem;
	line-height:1.2;
	cursor: pointer;
	position: relative;
	color:#333;
	box-shadow:none;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
	min-height:14px;
	background: #fff;
	border-radius: 20px;
	border: solid 1px #ccc;
	padding: 0.4rem 2rem;
	margin: 0 0.8rem 0.6rem 0;
	transition: .6s;
}
#systemArea .typeB li.current label[for^="f_check_"]:not(.nobox) {
	background:#b1010e;
	color:#fff;
}

#systemArea .typeB label[for^="f_check_"]:not(.nobox):before,
#systemArea .typeB label[for^="f_check_"]:not(.nobox):after {
	content:none;
}
#systemArea .typeB input[type="checkbox"] {
	box-shadow:none;
}
@media screen and (min-width:1025px) {
	#systemArea .typeB label[for^="f_check_"]:not(.nobox) {
		padding:0.5rem 15px;
	}
}
@media screen and (min-width:1025px) and (-ms-high-contrast:none) {
	#systemArea .typeB label[for^="f_check_"]:not(.nobox) {
		padding:0.5rem 15px 0;
	}
}

