@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/****************************** starting ******************************/

#contents div,#contents pre,#contents p,#contents blockquote,
#contents form,#contents fieldset,#contents input,#contents textarea,#contents select,#contents option,
#contents dl,#contents dt,#contents dd,#contents ul,#contents ol,#contents li,#contents h1,#contents h2,#contents h3,#contents h4,#contents h5,#contents h6,
#contents table,#contents th,#contents td,#contents embed,#contents object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;

	/* line-height:0; */

	/* word-break: break-all; */
}

#contents p,#contents blockquote,
#contents form,#contents fieldset,#contents input,#contents textarea,#contents select,#contents option,
#contents dl,#contents dt,#contents dd,#contents ul,#contents ol,#contents li,#contents h1,#contents h2,#contents h3,#contents h4,#contents h5,#contents h6,
#contents table,#contents th,#contents td {
	line-height: 1.4;
}

img {
	border: none;
	line-height: 1;
}

#contents iframe {
	border: none;
}

#contents hr {
	border: none;
	border-bottom: #ccc 1px solid;
}

#contents a > img,
#contents div > img {
	vertical-align: top;
}

#contents a:link, #contents a:active, #contents a:visited {
	text-decoration: underline;
	color: #00adb0;
}

#contents a:link {
	color: #00adb0;
}

#contents a:hover {
	text-decoration: none;
}

#contents ul li {
	list-style-type: none;
	background-image: url(/kocec/images/blank.png);
}

#contents p, #contents h2, #contents h3, #contents dl dt, #contents dl dd {
	background-image: url(/kocec/images/blank.png);
}


/****************************** clearfix ******************************/

.clearfix::after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.clearfix {

	/* min-height: 1px; */
	overflow: hidden;
}

* html .clearfix {
	height: 1px;
}


/****************************** body ******************************/

body {
	min-width: 1240px;
	font-size: 90%;
	color: #101010;

	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-family: Arial, 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding: 0;
	margin: 0;
	text-size-adjust: 100%;
}

.popup {
	padding-top: 0;
	min-width: 800px;
}


/**************************** breadcrumbs ***************************/
#breadcrumbs {
	min-width: 1240px;
	background: #000;
}

#breadcrumbs ol {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}

#breadcrumbs ol li {
	float: left;
	font-size: 80%;
	list-style: none;
	background: url(../images/ic_bc_link.png) no-repeat left center;
	padding: 12px 0 10px 21px;
	margin-left: 12px;
	color: #fff;
}

#breadcrumbs ol li:first-child {
	background: none;
	padding-left: 0;
	margin-left: 0;
}

#breadcrumbs ol li a {
	color: #bec3c8;
	text-decoration: none;
}

#breadcrumbs ol li a:hover {
	text-decoration: underline;
}


/****************************** h1Area ******************************/

.categoryTitle {
	width: 100%;
	min-width: 1200px;
	background: #999fa3;
}

.categoryTitle p {
	display: block;
	width: 1200px;
	margin: 0 auto;
	padding: 14px 0 11px;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
}

.h1Area {
	width: 100%;
	min-width: 1200px;
	border-bottom: #ccc 1px solid;
	background: #e6e6e6;
}

.h1Area.whiteHeading {
	min-height: 90px;
	background: #fff;
	border-bottom: #ccc 1px solid;
	box-sizing: border-box;
}

.h1Area.whiteHeading h1 {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 22px;
	font-size: 185%;
	font-weight: bold;
	color: #00adb0;
	line-height: 1.4;
}

.h1Area.smallHeading h1 {
	width: 1200px;
	margin: 0 auto;
	padding: 23px 0 16px;
	font-size: 240%;
	color: #00adb0;
	line-height: 1.4;
}

.h1Area.smallHeading h1 span {
	font-size: 75%;
	color: #333f48;
	font-weight: normal;
}

.h1Area.secondHeading {
	width: 100%;
	min-width: 1200px;
	min-height: 90px;
	background: #fff;
	border-bottom: #ccc 1px solid;
	box-sizing: border-box;
}

.h1Area.secondHeading h1 {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 22px;
	font-size: 185%;
	font-weight: normal;
	color: #00adb0;
	line-height: 1.4;
}

/* second */

#contents .h1Area.products {
	height: 250px;
	width: 100%;
	min-width: 1200px;
	background: url(/products/images/bg_header.jpg) no-repeat center;
	background-size: cover;
	border-bottom: none;
}

#contents .h1Area.sales {
	height: 250px;
	width: 100%;
	min-width: 1200px;
	background: url(/sales/images/bg_header.jpg) no-repeat center;
	background-size: cover;
	border-bottom: none;
}

#contents .h1Area.ss {
	height: 250px;
	width: 100%;
	min-width: 1200px;
	background: url(/ss/images/bg_header.jpg) no-repeat center;
	background-size: cover;
	border-bottom: none;
}

#contents .h1Area.used {
	height: 250px;
	width: 100%;
	min-width: 1200px;
	background: url(/used/images/bg_header.jpg) no-repeat center;
	background-size: cover;
	border-bottom: none;
}

#contents .h1Area.inquiry {
	height: 250px;
	width: 100%;
	min-width: 1200px;
	background: url(/inquiry/images/bg_header.jpg) no-repeat center;
	background-size: cover;
	border-bottom: none;
}

#contents .h1Area.products h1,
#contents .h1Area.sales h1,
#contents .h1Area.ss h1,
#contents .h1Area.used h1,
#contents .h1Area.inquiry h1 {
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	font-size: 322%;
	padding-top: 97px;
}



/****************************** contents ******************************/

#contents {
	width: 100%;
	min-width: 1200px;
}

#contents #contentsInner {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 48px;
}

.child #contents #contentsInner,
.recruit #contents #contentsInner {
	padding-top: 80px;
}

.inquiry #contents #contentsInner {
	padding-top: 60px;
}

.popup #contents #contents {
	min-width: 800px;
}

.popup #contents #contentsInner {
	padding-top: 0;
	width: 770px;
	padding: 15px;
}

#contents #localNavi {
	width: 280px;
	float: right;
}

#contents #contentsMain {
	width: 880px;
	float: left;
}

#contents .contentsBlock {
	margin-bottom: 40px;
}

.second #contents .contentsBlockWrapper {
	background: #333f48;
}

.second #contents .grayBlock {
	background: #e6e6e6;
}

.second #contents .whiteBlock {
	background: #fff;
	padding: 60px 0;
}

.second #contents .blueBlock {
	background: #d9f3f3;
	padding: 60px 0;
}

.second #contents .blockInner {
	width: 1200px;
	margin: 0 auto;
}

.second #contents .contentsBlockWrapper.whiteBlock {
	background: #fff;
}

.second.products #contents .contentsBlock,
.second.ss #contents .contentsBlock {
	margin-bottom: 0;
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
	border-bottom: 1px solid #028484;
}

.second.products #contents .contentsBlockWrapper:last-child .contentsBlock,
.second.ss #contents .contentsBlockWrapper:last-child .contentsBlock {
	border-bottom: none;
}

.second.used #contents .contentsBlock,
.second.gmerit #contents .contentsBlock {
	padding: 60px 0 60px 0;
	width: 1200px;
	margin: 0 auto;
}

.second #contents .grayBlock .contentsBlock {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	border-bottom: none;
}

.second #contents .whiteBlock .contentsBlock {
	border-bottom: none;
	padding: 40px 0;
}

#contents .contentsPadding {
	padding: 0 21px 0 18px;
}

#contents p, #contents li, #contents th, #contents td {

	/* font-size: 90%; */
	line-height: 1.6;
}

#contents img {
	vertical-align: top;
}

#contents a {
	color: #203bb6;
}

#contents .col2PageAnchorWrapper {
	padding: 40px 0;
	background-color: #000;
}

#contents .col2PageAnchor {
	width: 1200px;
	margin: 0 auto;
}

#contents .col2PageAnchor .col {
	float: left;
	width: 590px;
	margin-left: 20px;
}

#contents .col2PageAnchor .col:first-child {
	margin-left: 0;
}

#contents .col2PageAnchor .col a {
	display: table;
	width: 100%;
	height: 70px;
	color: #fff !important;
	background: #00adb0;
	box-sizing: border-box;
	padding: 5px 25px 5px 15px;
	font-size: 175%;
	font-weight: bold;
	text-decoration: none;
}

#contents .col2PageAnchor .col a:hover {
	background: #028484;
}

#contents .col2PageAnchor .col a span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	background: url(/kocec/images/ic_anchor.png) no-repeat right center;
	padding-right: 35px;
}

#contents .col2PageAnchor .col a:hover span {
	background: url(/kocec/images/ic_anchor_on.png) no-repeat right center;
}

#contents .readTextBlockWrapper {
	padding: 30px 0;
	background-color: #000;
}

#contents .readTextBlock {
	width: 1200px;
	margin: 0 auto;
}

#contents .readTextBlock p {
	color: #fff !important;
	font-size: 115%;
}

/****************************** localNavi ******************************/
#contents #localNavi .topLevelCategory {
	display: block;
	font-size: 120%;
	border-top: #333f48 3px solid;
	border-bottom: #999 1px solid;
	font-weight: bold;
}

#contents #localNavi .topLevelCategory a {
	display: block;
	padding: 25px 15px 19px 30px;
	width: 100%;
	color: #fff;
	text-decoration: none;
	background: #00adb0 url(/kocec/images/ic_lnavi_link.png) no-repeat 15px center;
}

#contents #localNavi .topLevelCategory a:hover {
	background: #4dc6c8 url(/kocec/images/ic_lnavi_link_on.png) no-repeat 15px center;
}

#contents #localNavi ul {
	margin-bottom: 25px;
}

#contents #localNavi ul li {
	display: block;
	border-bottom: #ccc 1px solid;
	font-size: 110%;
	font-weight: bold;
}

#contents #localNavi ul li a {
	display: block;
	padding: 21px 5px 17px 32px;
	text-decoration: none;
	color: #333f48;
	background: #fff;
	position: relative;
}

#contents #localNavi ul li > a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-width: 4px 0 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #00adb0;
}

#contents #localNavi ul li > a:hover {

	/* background: #b8d0f3 !important; */
}

#contents #localNavi ul li.current > a {
	background: #f2f2f2 !important;
	color: #00adb0;
}

#contents #localNavi ul li.open {
	border-bottom: none;
}

#contents #localNavi ul li.open a {
	background: #c4eced url(/kocec/images/ic_lnavi_link_open.png) no-repeat 15px center;
}

#contents #localNavi ul li a:hover,
#contents #localNavi ul li.current a:hover,
#contents #localNavi ul li.open a:hover {
	background: #d9f3f3 !important;
}

#contents #localNavi ul li.open ul {
	border-left: #c4eced 10px solid;
	margin-bottom: 0;
}

#contents #localNavi ul li.open ul li {
	font-size: 90%;
}

#contents #localNavi ul li.open ul li a {
	display: block;
	background: #fff url(/kocec/images/ic_lnavi_link_sub.png) no-repeat 15px center;
	padding: 17px 5px 14px 35px;
	text-decoration: none;
}

#contents #localNavi ul li.open ul li:hover a,
#contents #localNavi ul li.open ul li.current a {
	background: #f2f2f2 url(/kocec/images/ic_lnavi_link_sub_on.png) no-repeat 15px center !important;
}

/****************************** linkBlock ******************************/

#contents .link4Block .linkBox {
	width: 285px;
	float: left;
	margin: 0 0 20px 20px;
}

#contents .link4Block .linkBox2 {
	margin: 20px 20px 0 0 !important;
}

#contents .link4Block .linkBox:first-child,
#contents .link4Block .linkBox:nth-child(5) {
	margin: 0 0 20px 0;
}

#contents .link4Block .linkBox a {
	display: block;
	text-decoration: none;
}

#contents .link4Block .linkBox .linkText {
	display: table;
	width: 100%;
	height: 70px;
	background: #191f24;
	box-sizing: border-box;
	padding: 5px 15px;
	font-size: 110%;
	position: relative;
}

#contents .link4Block .linkBox.current img {
	opacity: 0.8;
}

#contents .link4Block .linkBox.current .linkText {
	background-color: #00adb0;
}

#contents .link4Block .linkBox .linkText::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-width: 4px 0 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

#contents .link4Block .linkBox .linkText.icOtherW::after {
	width: 14px;
	height: 11px;
	border-style: solid;
	border-width: 0;
	border-color: transparent;
	background: url(/kocec/images/ic_other_top.png) no-repeat center;
	margin-top: -6px;
}

#contents .link4Block .linkBox .linkText span {
	display: table-cell;
	width: 95%;
	vertical-align: middle;
	text-align: left;
	color: #fff;
}

#contents .link3Block .linkBox {
	float: left;
	width: 370px;
	margin-left: 45px;
}

#contents .link3Block .linkBox:first-child {
	margin-left: 0;
}

#contents .link3Block .linkBox .colImg {
	float: left;
}

#contents .link3Block .linkBox .colText {
	float: right;
	width: 120px;
}

#contents .link3Block .linkText {
	font-size: 135%;
	display: table;
	height: 75px;
}

#contents .link3Block .linkText > a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}

#contents .link3Block .linkText > a:hover,
#contents .link3Block .current .linkText > a {
	text-decoration: underline;
}

#contents .link3Block .current img {
	opacity: 0.7;
}

#contents .link3Block .readText {
	font-size: 80%;
}

#contents .link3Block .readText::before {
	display: block;
	content: '';
	height: 1px;
	width: 20px;
	background-color: #000;
	margin: 0 0 20px 0;
}

#contents .link3Block .linkText > a.icOtherW {
	background: none;
	padding: 0;
}

#contents .link3Block .linkText > a.icOtherW span {
	position: relative;
}

#contents .link3Block .linkText > a.icOtherW span::after {
	content: '';
	display: block;
	width: 14px;
	height: 11px;
	background: url(/kocec/images/ic_other.png) no-repeat center center;
	bottom: 11px;
	right: -24px;
	position: absolute;
}

#contents .img2Block .col {
	width: 590px !important;
	margin-left: 20px;
	margin-bottom: 10px !important;
	text-align: left;
	float: left;
}

#contents .img2Block .col:nth-child(odd) {
	margin-left: 0;
}

#contents .img2Block .col > a {
	display: table;
	width: 100%;
	height: 130px;
	box-sizing: border-box;
	padding: 5px 15px 5px 300px;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	background: #e0e2e4;
	color: #fff;
}

#contents .img2Block .col.merit > a {
	background: #00adb0  url(/gmerit/images/gmerit_ph01.png) no-repeat top left;
}

#contents .img2Block .col.kcross > a {
	background: #00adb0  url(/gmerit/images/gmerit_ph02.png) no-repeat top left;
}

#contents .img2Block .col.merit > a:hover,
#contents .img2Block .col.kcross > a:hover {
	background-color: #028484;
}

#contents .img2Block .col > a > span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding-right: 35px;
	position: relative;
}

#contents .img2Block .col > a.icOtherW > span::after {
	display: block;
	content: '';
	width: 14px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
	background: url(/kocec/images/ic_other_top.png) no-repeat top left;
}

#contents .img2Block .col > a.icOtherW:hover > span::after {
	display: block;
	content: '';
	width: 14px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
	background: url(/kocec/images/ic_other_top.png) no-repeat top left;
}

#contents .img2Block .col.kit > a > span::before {
	display: block;
	content: '';
	width: 61px;
	height: 25px;
	position: absolute;
	top: 30px;
	left: 265px;
	background: url(/used/images/used_logo_kit.gif) no-repeat top left;
}

#contents .img2Block .col.kit > a.icOtherW > span::after,
#contents .img2Block .col.kct > a.icOtherW > span::after {
	display: block;
	content: '';
	width: 14px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	background: url(/kocec/images/ic_other_top.png) no-repeat top left;
}

#contents .img2Block .col.kct > a > span::before {
	display: block;
	content: '';
	width: 61px;
	height: 25px;
	position: absolute;
	top: 30px;
	left: 265px;
	background: url(/used/images/used_logo_kct.gif) no-repeat top left;
}

#contents .img2Block .col.kit > a,
#contents .img2Block .col.kct > a {
	height: 170px;
	padding: 75px 15px 5px 265px;
	font-size: 120%;
	color: #fff;
	position: relative;
}

#contents .img2Block .col.kit > a > span,
#contents .img2Block .col.kct > a > span {
	vertical-align: top;
	line-height: 1.3;
	position: static;
}

#contents .img2Block .col.kit > a > span > span,
#contents .img2Block .col.kct > a > span > span {
	display: block;
	margin-top: 10px;
}

#contents .img2Block .col.kit > a {
	background: #00adb0 url(/used/images/used_ph01.jpg) no-repeat top left;
}

#contents .img2Block .col.kct > a {
	background: #00adb0 url(/used/images/used_ph02.jpg) no-repeat top left;
}

#contents .img2Block .col.kit > a:hover {
	background: #028484 url(/used/images/used_ph01.jpg) no-repeat top left;
}

#contents .img2Block .col.kct > a:hover {
	background: #028484 url(/used/images/used_ph02.jpg) no-repeat top left;
}

#contents .img2Block .col.kit > a:hover > span::before {
	background: url(/used/images/used_logo_kit.gif) no-repeat bottom left;
}

#contents .img2Block .col.kct > a:hover > span::before {
	background: url(/used/images/used_logo_kct.gif) no-repeat bottom left;
}

/****************************** h1 - h5 ******************************/

#contents h2.textHeader {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 170%;
	background: url(/shared/images/bg_h2.png) no-repeat left bottom;
	color: #333f48;
}

#contents h2.textHeader a {
	color: #333f48;
	text-decoration: none;
	position: relative;
	display: block;
}

#contents h2.textHeader a:hover {
	color: #999fa3;
}

#contents h2.textHeader a::after {
	display: block;
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -11px;
	border-radius: 22px;
	border: 1px solid #00adb0;
	background: url(/kocec/images/ic_btn_link.png) no-repeat 9px 7px;
}

#contents h2.textHeader .subText {
	font-size: 60%;
	color: #00adb0;
	font-weight: normal;
	margin-left: 24px;
	vertical-align: middle;
}

#contents h2.centerHeading {
	margin: 0 0 30px 0;
	color: #fff;
	font-size: 175%;
	text-align: center;
}

#contents h2.borderHeader {
	margin: 0 0 30px 0;
	color: #333f48;
	font-size: 175%;
	text-align: center;
	position: relative;
}

#contents h2.borderHeader::before {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -15px;
	background: #00adb0;
}

#contents h3.textHeader {
	font-size: 160%;
	margin-bottom: 20px;
	color: #333f48;
	border-bottom: 1px solid #e6e6e6;
}

#contents h3.textHeader a,
#contents h4.textHeader a {
	color: #00adb0;
}

#contents h3.textHeader a:hover,
#contents h4.textHeader a:hover {
	color: #80d6d7;
}

#contents h4.textHeader {
	margin-bottom: 15px;
	font-size: 110%;
	color: #333f48;
	border-left: 3px solid #80d6d7;
	padding-left: 10px;
}

#contents h5.textHeader {
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: normal;
	color: #333f48;
	border-left: 1px solid #80d6d7;
	padding-left: 12px;
}

.headerIcon {
	margin-top: -9px;
	margin-bottom: 3px;
	width: auto;
	height: 40px;
}

.topRead {
	font-size: 260%;
	margin-bottom: 30px;
}

.topSubRead {
	line-height: 2.5 !important;
}

#contents .productsRead {
	font-size: 170%;
}

#contents .productsText {
	font-size: 130%;
}

/****************************** list ******************************/

#contents ul.normalList > li {
	font-size: 90%;
	padding-left: 20px;
	background: url(/kocec/images/ic_lnavi_link_sub.png) no-repeat 5px 7px;
	margin-bottom: 5px;
}

#contents ol.normalList {
	margin-left: 30px;
}

#contents ol.normalList > li {
	list-style: decimal;
}

#contents ul.boxList > li {
	font-size: 110%;
	display: table;
	width: 555px;
	margin-bottom: 5px;
	float: left;
}

#contents ul.boxList.col2 > li {
	margin-right: 43px;
}

#contents ul.boxList.col2 > li:nth-child(even) {
	margin-right: 0;
}

#contents ul.boxList > li > a {
	display: block;
	background: #333f48;
	color: #fff;
	display: table-cell;
	padding: 14px;
	text-decoration: none;
	position: relative;
}

#contents ul.boxList > li > a:hover,
#contents ul.boxList > li > a.current {
	background: #00adb0;
}

#contents ul.boxList > li > a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-width: 4px 0 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

#contents ul.boxList > li.icOtherW > a::after {
	width: 14px;
	height: 11px;
	border-style: solid;
	border-width: 0;
	border-color: transparent;
	background: url(/kocec/images/ic_other_top.png) no-repeat center;
	margin-top: -6px;
}

#contents .linkList li {
	margin-bottom: 10px;
}

#contents .linkList li:last-child {
	margin-bottom: 0;
}

#contents .linkList.col4 li {
	width: 18%;
	margin-right: 2%;
	float: left;
}

#contents .linkList a {
	position: relative;
	padding-left: 1em;
	display: inline-block;
}

#contents .linkList a::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin-top: 7px;
	border-width: 4px 0 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #00a7ac;
}

#contents .anchorList {
	background: #ebebeb;
	padding: 10px 10px 0;
}

#contents .anchorList .col4Block .col {
	width: 205px !important;
	margin-left: 12px !important;
	margin-bottom: 10px !important;
	text-align: center;
}

#contents .anchorList .col4Block .col a {
	display: table;
	width: 100%;
	height: 60px;
	color: #fff !important;
	background: #00adb0;
	box-sizing: border-box;
	padding: 5px 15px;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

#contents .anchorList .col4Block .col a:hover {
	background: #028484;
}

#contents .anchorList .col4Block .col a > span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	background: url(/kocec/images/ic_anchor.png) no-repeat right center;
	padding-right: 35px;
}

#contents .anchorList .col4Block .col a:hover > span {
	background: url(/kocec/images/ic_anchor_on.png) no-repeat right center;
}

#contents .anchorList .col4Block .col:nth-child(5n) {
	margin-left: 0 !important;
}

#contents .anchorList .col2Block .col {
	width: 48.9% !important;
	margin-left: 12px !important;
	margin-bottom: 10px !important;
	text-align: center;
}

#contents .anchorList.col1 .col2Block .col {
	width: 584px !important;
}

#contents .anchorList .col2Block .col a {
	display: table;
	width: 100%;
	height: 60px;
	color: #fff !important;
	background: #00adb0;
	box-sizing: border-box;
	padding: 5px 15px;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

#contents .anchorList .col2Block .col a:hover {
	background: #028484;
}

#contents .anchorList .col2Block .col a span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	background: url(/shared/images/ic_anchor.png) no-repeat right center;
	padding-right: 35px;
}

#contents .anchorList .col2Block .col a:hover span {
	background: url(/shared/images/ic_anchor_on.png) no-repeat right center;
}

#contents .anchorList .col2Block .col:nth-child(odd) {
	margin-left: 0 !important;
}

/****************************** table ******************************/

#contents .normalTable {
	border-top: #999 1px solid;
	border-left: #999 1px solid;
	width: 100%;
	border-collapse: collapse;
}

#contents .normalTable > tbody > tr > th,
#contents .normalTable > tbody > tr > td {
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
	padding: 9px 5px 8px;
	border-collapse: collapse;
	vertical-align: middle;

	/* color: #4d575f; */
}

#contents .normalTable > tbody > tr > th {
	background: #ebebeb;
	text-align: left;
	font-weight: normal;
}

#contents .normalTable thead th {
	width: auto;
}

#contents .normalTable > tbody > tr.topLevelTh > th {
	background: #028484;
	color: #fff;
	text-align: center;
}

#contents .normalTable > tbody > tr > th.noBorderRight,
#contents .normalTable > tbody > tr > td.noBorderRight {
	border-right: none;
}

#contents .dataTable.recall {
	border-left: none;
	border-color: #e6e6e6;
}

#contents .dataTable.recall > tbody > tr > td,
#contents .dataTable.recall > tbody > tr > th {
	border-right: none;
	border-left: none;
	text-align: center;
	padding: 12px 5px 10px;
	border-color: #e6e6e6;
}

#contents .dataTable.recall > tbody > tr.topLevelTh > th {
	background: #f2f2f2;
	color: #00adb0;
	font-weight: bold;
}

.noResTable {

}

.spScrollBlock {

}

.noBorder th {
	padding-right: 20px;
	text-align: right;
}

/****************************** Definition List ******************************/
#contents .dataList dl {
	margin-bottom: 10px;
}

#contents .dataList dl:last-child {
	margin-bottom: 0;
}

#contents .dataList dl > dt {
	float: left;
	width: 260px;
}

#contents .dataList dl > dt > span.floatLeft {
	margin-top: 2px;
}

#contents .dataList dl > dd {
	float: right;
	width: 550px;
	margin-top: 2px;
}

/****************************** column ******************************/

#contents .col2Block .col {
	width: 490px;
	float: left;
	margin-left: 20px;
}

.child #contents .col2Block .col {
	width: 392px;
	float: left;
	margin-left: 33px;
}

.child #contents .col3Block .col {
	width: 366px;
	float: left;
	margin-left: 50px;
}

#contents .col4Block .col {
	width: 240px;
	float: left;
	margin-left: 13px;
}

#contents .col4Block .col .colInner {
	width: 240px !important;
	display: table;
}

.child #contents .col4Block .col {
	width: 190px;
	float: left;
	margin-left: 13px;
}

#contents .col5Block {
	width: 1006px;
}

#contents .col5Block .col {
	width: 196px;
	float: left;
	margin-left: 6px;
}

#contents .fadeBase {
	background: #fff;
}

#contents .col5Block .col .colInner {
	width: 193px !important;
	display: table;
}

.recruitBnr {
	width: 1005px;
}

.recruitBnr.col2Block col:last-child {
	float: right;
}

#contents .col2Block .col:first-child,
#contents .col3Block .col:first-child,
#contents .col4Block .col:first-child,
#contents .col5Block .col:first-child {
	margin-left: 0 !important;
}

/* #contents .col p {
	display: table-cell;
} */
#contents .col p.topColTitle {
	width: 210px;
	display: table-cell;
	background: #1463d6;
	color: #fff;
	padding: 16px 15px;
	font-size: 110%;
	text-align: center;
	min-height: 20px;
	vertical-align: middle;
}

.recruit #contents .col p.topColTitle {
	background: #333;
	padding: 6px 10px 4px;
	font-size: 100%;
}

.linkBox .topColTitle,
.linkBox {
	cursor: pointer;
}

#contents .catalogBlock .ph {
	width: 141px;
	float: left;
}

#contents .catalogBlock .detail {
	width: 231px;
	float: right;
}



/****************************** tab ********************************/





/****************************** borderBlock **************************/
#contents .borderBlock {
	border: #999 1px solid;
	background: #fff;
	padding: 20px;
}

.borderBlock.type02 {
	border: #bfbfbf 2px solid;
	background: #f2f2f2;
}

#contents .acrobatBlock {
	padding: 20px !important;
	background: #e6e6e6;
	margin-top: 70px !important;
}

#contents .acrobatBlock.noMarginTop {
	margin-top: 0 !important;
}

/****************************** label ******************************/
#contents .label {
	font-size: 75%;
	color: #000;
	background: #376ab5;
	display: inline-block;
	text-align: center;
	padding: 3px 0 2px !important;
	min-width: 120px;
	box-sizing: border-box;
}

#contents .label.recall {
	background: #71bbcc;
}

#contents .label.service {
	background: #e2a305;
}

#contents .label.cat1 {
	background: #a6bc61;
}

#contents .label.cat2 {
	background: #d38d9e;
}

/****************************** general ******************************/

.mb00 {	margin-bottom: 0 !important;}
.mb05 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb15 {	margin-bottom: 15px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb25 {	margin-bottom: 25px !important;}
.mb30 {	margin-bottom: 30px !important;}
.mb35 {	margin-bottom: 35px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb45 {	margin-bottom: 45px !important;}
.mb50 {	margin-bottom: 50px !important;}
.mb55 {	margin-bottom: 55px !important;}
.mb60 {	margin-bottom: 60px !important;}
.mb65 {	margin-bottom: 65px !important;}
.mb70 {	margin-bottom: 70px !important;}
.mb75 {	margin-bottom: 75px !important;}

.ml00 {	margin-left: 0 !important;}

.floatRight {
	float: right !important;
}

div.floatRight {
	margin: 0 0 10px 20px;
}

div.fileDownload.floatRight {
	float: right;
	margin: 0;
}

.floatLeft {
	float: left !important;
}

div.floatLeft {
	margin: 0 20px 10px 0;
}

div.fileDownload.floatLeft {
	float: left;
	margin: 0;
}

.textLeft {
	text-align: left !important;
}

.textCenter {
	text-align: center !important;
}

.textRight {
	text-align: right !important;
}

.textResCenter {

}

.x-textSmall {
	font-size: 60% !important;
}

.textSmall {
	font-size: 80% !important;
}

.textMedium {
	font-size: 90% !important;
}

.textDefault {
	font-size: 100% !important;
}

.textLarge {
	font-size: 120% !important;
}

.x-textLarge {
	font-size: 130% !important;
}

.xx-textLarge {
	font-size: 140% !important;
}

.xxx-textLarge {
	font-size: 150% !important;
}

.textNormal {
	font-weight: normal;
}

.textBold {
	font-weight: bold;
}

.textIndent {
	text-indent: -7.99em;
	padding-left: 7.99em;
}

.blockCenter {
	margin-left: auto;
	margin-right: auto;
}

.v-alignTop,
.v-alignTop tr th,
.v-alignTop tr td {
	vertical-align: top !important;
}

.v-alignMiddle,
.v-alignMiddle tr th,
.v-alignMiddle tr td {
	vertical-align: middle !important;
}

.v-alignBottom,
.v-alignBottom tr th,
.v-alignBottom tr td {
	vertical-align: bottom !important;
}

#contents a.icLink {
	position: relative;
	padding-left: 1em;
}

#contents a.icLink::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-width: 4px 0 4px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #00a7ac;
}

#contents a.icYouTube,
#contents a.icLinkedIn,
#contents a.icFacebook {
	position: relative;
	padding-left: 50px;
	margin-top: 20px;
	height: 40px;
	display: inline-block;
}

#contents a.icYouTube::after {
	display: block;
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #333f48 url(/kocec/images/btn_youtube.png) no-repeat center center;
	border: none;
}

#contents a.icLinkedIn::after {
	display: block;
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #333f48 url(/kocec/images/btn_in.png) no-repeat center center;
	border: none;
}

#contents a.icFacebook::after {
	display: block;
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #333f48 url(/kocec/images/btn_fb.png) no-repeat center center;
	border: none;
}

#contents a.icYouTube:hover::after,
#contents a.icLinkedIn:hover::after,
#contents a.icFacebook:hover::after {
	background-color: #00adb0;
}

#contents .caution {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}

.icZoom {

	/* background:url(images/common/ic_zoom.png) no-repeat 0 0.18em; */
	padding: 4px 0 4px 31px;
}

.icPdf {
	background: #4d4d4d;
	font-size: 80%;
	color: #fff;
	padding: 0 4px;
	line-height: 0.5;
	margin: 0 7px;
	text-decoration: none;
	vertical-align: 0.1em;
	cursor: pointer;
}

.textBtn.type02 .icPdf {
	background: #b2b2b2;
	color: #333;
}

.icOtherW {
	background: url(/kocec/images/ic_other.png) no-repeat 99% center;
	padding: 0 22px 0 0;
	margin-right: 4px;
}

#contents #localNavi ul li a span.icOtherW_side {
	background: url(/kocec/images/ic_other.png) no-repeat right center;
	padding: 0 25px 0 0;
	margin-right: 4px;
}

#footer .icOtherW {
	padding-right: 22px;
	background: url(/kocec/images/ic_other_top.png) no-repeat 99% center;
}

.linkMargein {
	margin-right: 35px;
}

.icRequire {
	vertical-align: middle;
	margin-left: 8px;
}

.btnPagetop {
	position: fixed;
	z-index: 500;
	bottom: 60px;
	right: 40px;
	display: none;
}

.btnPagetop a {
	display: block;
}

.btnPagetop img {
	width: 55px;
	height: 88px;
}

.underLineLink {
	text-decoration: underline !important;
}

.underLineLink:hover {
	text-decoration: none !important;
}

.kakkoKome {
	display: block;
	text-indent: -2em;
	padding-left: 2em;
}

.caption {

	/* display:block;
	margin-top:5px;
	text-align:center; */
}

sub, sup {
	font-size: 80%;
}

.sup {
	font-size: 60%;
	vertical-align: top;
}

.indent1em {
	padding-left: 1em;
}

.colorRed {
	color: #f00;
}

.colorBlue {
	color: #00f;
}

.colorLightBlue {
	color: #0cf;
}

.colorGreen {
	color: #090;
}

.colorYellow {
	color: #fc3;
}

.grayLink {
	color: #808080 !important;
	text-decoration: underline !important;
}

.grayLink:hover {
	text-decoration: none !important;
}

.pcVis {
	display: block;
}

.spVis {
	display: none;
}

.displayBlock {
	display: block !important;
}

.width100 {	width: 100% !important;}
.width95 {	width: 95% !important;}
.width90 {	width: 90% !important;}
.width85 {	width: 85% !important;}
.width80 {	width: 80% !important;}
.width75 {	width: 75% !important;}
.width70 {	width: 70% !important;}
.width65 {	width: 65% !important;}
.width60 {	width: 60% !important;}
.width55 {	width: 55% !important;}
.width50 {	width: 50% !important;}
.width45 {	width: 45% !important;}
.width40 {	width: 40% !important;}
.width35 {	width: 35% !important;}
.width30 {	width: 30% !important;}
.width25 {	width: 25% !important;}
.width20 {	width: 20% !important;}
.width15 {	width: 15% !important;}
.width10 {	width: 10% !important;}
.width05 {	width: 5% !important;}
.width561 {	width: 561px !important;}

.fadeimg,
.img100, .img90, .img80, .img70, .img60, .img50, .img40, .img30, .img20, .img10 {

}

#contents .imgBorder {
	box-shadow: 0 0 0 1px #e6e6e6 inset;
	display: inline-block;
}

#contents .imgBorder > img {
	z-index: -1;
	position: relative;
}

/* 非表示 */
.btnPagetopSp {
	display: none;
}

@media print {
	.footerInner, #footerGlobal {
		display: none;
	}
}

/* 160627追加 */
.naraki {font-family: 'HGGothicM', 'HGｺﾞｼｯｸM', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;}

/* 160708追加 */
#contents #subLink .linkBox {
	width: 555px;
	box-sizing: border-box;
	border: solid 5px #e6e6e6;}

#contents #subLink .linkBox:hover {
	border: solid 5px #00adb0;}

#contents #subLink .linkBox p {
	float: left;
	background: none !important;}

#contents #subLink .linkBox .caution {
	display: inherit !important;
}

#contents #subLink .linkBox_img img {
	width: 160px;
	margin-right: 20px;
}

#contents #subLink .linkBox_txt {
	width: 350px;
	padding-top: 18px;}

/* 161208追加 */
#contents .normalTable ul.recallList li {
	padding-left: 1.5em;
	text-indent: -1em;
	margin-bottom: 10px;
}

#contents .normalTable ul.recallList li span {
	display: inline-block;
	width: 1em;
	text-align: right;
}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb100 {margin-bottom: 100px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
.pb80 {padding-bottom: 80px;}
.pb90 {padding-bottom: 90px;}
.pb100 {padding-bottom: 100px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
.pt80 {padding-top: 80px;}
.pt90 {padding-top: 90px;}
.pt100 {padding-top: 100px;}

.pcOnly {
	display: block;
}

.spOnly {
	display: none;
}

/* 1802 追加 ローオーバー */
.rollover:hover {
	animation: rolloverFadeOutIn 0.5s linear 0s 1;
	animation: rolloverFadeOutIn 0.5s linear 0s 1;
}

@keyframes rolloverFadeOutIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.rolloverThin:hover {
	animation: rolloverFadeThin 0.5s linear 0s 1 forwards;
	animation: rolloverFadeThin 0.5s linear 0s 1 forwards;
}

@keyframes rolloverFadeThin {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.5;
	}
}

/* ========================================

新卒採用サイト用追加

======================================== */
.nextContents h1, .nextContents h2, .nextContents h3, .nextContents h4, .nextContents p, .nextContents ul, .nextContents li, .nextContents th, .nextContents td, .nextContents img {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 100%;
	word-break: break-all;
}


/* ========================================
第1階層ページ
======================================== */

.firstHierarchyNav {
	margin-top: -74px;
}

@media all and (-ms-high-contrast: none) {
	.firstHierarchyNav {
		margin-top: -78px;
	}
}

.firstHierarchyNav ul li {
	display: table;
	width: 100%;
	height: 330px;
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
}

.firstHierarchyNav ul li section {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

.firstHierarchyNav ul li section strong {
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
}

.firstHierarchyNav ul li section strong,
.firstHierarchyNav ul li section p {
	color: #fff;
}

.firstHierarchyNav ul li strong {
	font-size: 32px;
	font-weight: bold;
}

.firstHierarchyNav ul li section hr {
	display: block;
	width: 50px;
	border-style: solid;
	border-color: #fff;
	border-width: 1px 0 0 0;
	margin: 0 auto;
}

.firstHierarchyNav ul li section p {
	margin: 10px 0 20px;
	line-height: 2;
	font-size: 14px;
}

.firstHierarchyNav ul li section a {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 275px;
	padding: 14px 0;
	background-color: #fff;
	text-decoration: none;
	color: #333f48;
	font-size: 16px;
	font-weight: bold;
}

.firstHierarchyNav ul li section a::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	border-top: solid 5px transparent;
	border-right: solid 5px transparent;
	border-bottom: solid 5px transparent;
	border-left: solid 5px #333f48;
}

.firstHierarchyNav ul li:nth-child(even) section a {
	color: #00a7ac;
}

.firstHierarchyNav ul li:nth-child(even) section a::after {
	border-top: solid 5px transparent;
	border-right: solid 5px transparent;
	border-bottom: solid 5px transparent;
	border-left: solid 5px #00a7ac;
}

@media screen and (max-width: 767px) {
	.firstHierarchyNav {
		margin-top: 0;
	}

	.firstHierarchyNav ul li {
		padding: 20px 0;
		height: auto;
	}
	.firstHierarchyNav ul li section {}

	.firstHierarchyNav ul li strong {
		font-size: 16px;
		font-size: 4.8vw;
	}

	.firstHierarchyNav ul li section hr {
		width: 25px;
		width: 6.66vw;
	}

	.firstHierarchyNav ul li section p {
		margin: 5px auto 10px;
		margin: 1.33vw auto 2.66vw;
		line-height: 1.8;
		font-size: 12px;
		font-size: 2.4vw;
		width: 90%;
	}

	.firstHierarchyNav ul li section a {
		width: 137px;
		width: 36.66vw;
		padding: 7px 0;
		padding: 2.4vw 0;
		font-size: 8px;
		font-size: 2.66vw;
	}

	.firstHierarchyNav ul li section a::after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		right: 10px;
		top: 50%;
		margin-top: -5px;
		border-top: solid 5px transparent;
		border-right: solid 5px transparent;
		border-bottom: solid 5px transparent;
		border-left: solid 5px #333f48;
	}

	.firstHierarchyNav ul li.tsuyomiInv section a::after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		right: 10px;
		top: 50%;
		margin-top: -5px;
		border-top: solid 5px transparent;
		border-right: solid 5px transparent;
		border-bottom: solid 5px transparent;
		border-left: solid 5px #00a7ac;
	}
}

/* 背景画像指定 */
.firstHierarchyNav ul li.tsuyomi3m {
	background-image: url(../../tsuyomi/images/bg_tsuyomi_3m.jpg);
}

.firstHierarchyNav ul li.tsuyomi4m {
	background-image: url(../../tsuyomi/images/bg_tsuyomi_4m.jpg);
}

.firstHierarchyNav ul li.tsuyomiInv {
	background-image: url(../../tsuyomi/images/bg_tsuyomi_inv.jpg);
}

.firstHierarchyNav ul li.personInterview {
	background-image: url(../../person/images/img_person_interveiw.jpg);
}

.firstHierarchyNav ul li.personData {
	background-image: url(../../person/images/img_person_data.jpg);
}

.firstHierarchyNav ul li.personCrosstalk {
	background-image: url(../../person/images/img_person_crosstalk.jpg);
}

.firstHierarchyNav ul li.jopJob {
	background-image: url(../../job/images/img_job_job.jpg);
}

.firstHierarchyNav ul li.jobLineup {
	background-image: url(../../job/images/img_job_lineup.jpg);
}

.firstHierarchyNav ul li.jobMachine {
	background-image: url(../../job/images/img_job_machine.jpg);
}

.firstHierarchyNav ul li.jobStory {
	background-image: url(../../job/images/img_job_story.jpg);
}

.firstHierarchyNav ul li.environmentLiving {
	background-image: url(../../environment/images/img_environment_living.jpg);
}

.firstHierarchyNav ul li.environmentDiversity {
	background-image: url(../../environment/images/img_environment_diversity.jpg);
}

.firstHierarchyNav ul li.environmentMother {
	background-image: url(../../environment/images/img_environment_mother.jpg);
	background-position: right 20% top;
}

.firstHierarchyNav ul li.environmentFresher {
	background-image: url(../../environment/images/img_environment_fresher.jpg);
}

.firstHierarchyNav ul li.environmentSystem {
	background-image: url(../../environment/images/img_environment_system.jpg);
}

.firstHierarchyNav ul li.environmentWelfare {
	background-image: url(../../environment/images/img_environment_welfare.jpg);
}

.firstHierarchyNav ul li.companyAb {
	background-image: url(../../company/images/bg_companyAb.jpg);
}

.firstHierarchyNav ul li.companyTp {
	background-image: url(../../company/images/bg_companyTp.jpg);
}

.firstHierarchyNav ul li.companyGl {
	background-image: url(../../company/images/bg_companyGl.jpg);
}

.firstHierarchyNav ul li.companySpr {
	background-image: url(../../company/images/bg_companySpr.jpg);
}

.firstHierarchyNav ul li.companyHs {
	background-image: url(../../company/images/bg_companyHs.jpg);
}

.firstHierarchyNav ul li.companyPz {
	background-image: url(../../company/images/bg_companyPz.jpg);
}

.firstHierarchyNav ul li.companyCSR {
	background-image: url(../../company/images/bg_companyCSR.jpg);
}

.firstHierarchyNav ul li.companyOf {
	background-image: url(../../company/images/bg_companyOf.jpg);
}

/* 中途採用サイト 追加 */
.firstHierarchyNav ul li.companyNumber {
	background-image: url(../../company/images/bg_companyNumber.jpg);
}

.firstHierarchyNav ul li.companyAbout {
	background-image: url(../../company/images/bg_companyAbout.jpg);
}

.firstHierarchyNav ul li.companyOffice {
	background-image: url(../../company/images/bg_companyOffice.jpg);
}

.firstHierarchyNav ul li.companyGroup {
	background-image: url(../../company/images/bg_companyGroup.jpg);
}

.firstHierarchyNav ul li.companyLineup {
	background-image: url(../../company/images/bg_companyLineup.jpg);
}

.firstHierarchyNav ul li.jobJob {
	background-image: url(../../job/images/bg_jobJob.jpg);
}

.firstHierarchyNav ul li.jobInterview {
	background-image: url(../../job/images/bg_jobInterview.jpg);
}

.firstHierarchyNav ul li.personData {
	background-image: url(../../person/images/bg_personData.jpg);
}

.firstHierarchyNav ul li.environmentSystem {
	background-image: url(../../environment/images/bg_environmentSystem.jpg);
}

.firstHierarchyNav ul li.environmentWelfare {
	background-image: url(../../environment/images/bg_environmentWelfare.jpg);
}

.firstHierarchyNav ul li.employmentJob {
	background-image: url(../../employment/images/bg_employmentJob.jpg);
}

.firstHierarchyNav ul li.employmentProcess {
	background-image: url(../../employment/images/bg_employmentProcess.jpg);
}

.firstHierarchyNav ul li.employmentContact {
	background-image: url(../../employment/images/bg_employmentContact.jpg);
}


/* ========================================
第1階層ページ 　その2
======================================== */
.firstHierarchyFlexNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}

.firstHierarchyFlexNav a {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 285px;
	margin: 0 20px 20px 0;
	background-color: #191f24;
	text-decoration: none;
}

.firstHierarchyFlexNav a:nth-child(4n) {
	margin-right: 0;
}

.firstHierarchyFlexNav a figure,
.firstHierarchyFlexNav a figure img,
.firstHierarchyFlexNav a strong {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 1;
}

.firstHierarchyFlexNav a figure img {
	height: auto !important;
}

.firstHierarchyFlexNav a strong {
	position: relative;
	padding: 15px 20px;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
}

.firstHierarchyFlexNav a strong::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	border-top: solid 5px transparent;
	border-right: solid 5px transparent;
	border-bottom: solid 5px transparent;
	border-left: solid 5px #fff;
}

.firstHierarchyFlexNav a strong.icOtherW {
	background: url(/kocec/images/ic_other.png) no-repeat 90% center;
}

.firstHierarchyFlexNav a strong.icOtherW::after {
	content: inherit;
	display: none;
}

.firstHierarchyFlexNav a:hover figure img {
	opacity: 0.8;
}

.firstHierarchyFlexNav a:hover {
	background-color: #00adb0;
}

@media screen and (max-width: 767px) {
	.firstHierarchyFlexNav {
		justify-content: space-between;
		width: 100%;
	}

	.firstHierarchyFlexNav a {
		width: 50%;
		box-sizing: border-box;
		border: solid #333;
		border-width: 1px 0 0 1px;
		margin: 0;
	}

	.firstHierarchyFlexNav a:nth-child(2n) {
		border-right: solid #333 1px;
	}

	.firstHierarchyFlexNav a:nth-last-child(-n+2) {
		border-bottom: solid #333 1px;
	}

	.firstHierarchyFlexNav a strong {
		padding: 10px;
		padding: 3.2vw;
		font-size: 12px;
		font-size: 2.66vw;
	}

	.firstHierarchyFlexNav a strong::after {
		right: 10px;
		right: 3.2vw;
		top: 50%;
		margin-top: -5px;
		border-top: solid 4px transparent;
		border-right: solid 4px transparent;
		border-bottom: solid 4px transparent;
		border-left: solid 4px #fff;
	}
}

.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.container {
		width: auto;
		margin-left: 5%;
		margin-right: 5%;
	}
}


/* ==================================
191223_キャリア採用用カスタマイズ
================================== */
.nextContents .underconstruction {
	width: 1200px;
	margin: 0 auto;
	min-height: 400px;
}

.nextContents .underconstruction p {
	text-align: center;
	font-size: 16px;
}

.nextContents h1, .nextContents h2, .nextContents h3, .nextContents h4, .nextContents p, .nextContents ul, .nextContents li, .nextContents th, .nextContents td, .nextContents img {
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-size: 100%;
	word-break: break-all;
}

.icOtherW {
	background: url(/shared/images/ic_other.png) no-repeat 99% 0.4em;
	padding: 0 22px 0 0;
	margin-right: 4px;
}


/* ==================================
220125_キャリア採用用カスタマイズ
================================== */
#header[data-fixed='true'] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

@media (max-width: 374px) {
	#header #headerLogo a {
		padding-top: 11px;
	}

	#header #headerLogo span {
		position: static;
		border: 0;
		padding-left: 17px;
		margin-top: 4px;
	}
}

#headerSp[data-fixed='true'] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.entry_header_btn {
	display: none;
}

@media (max-width: 767px) {
	.entry_header_btn {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 56px;
		display: block;
	}

	.entry_header_btn a {
		color: #fff;
		background: #01adb0;
		padding: 6px 10px 2px 10px;
		text-decoration: none;
		display: block;
		width: 60px;
		font-size: 12px;
		line-height: 1.2;
		border: 1px solid #fff;
	}
}

.nextContents .bullet_list {
	text-indent: -1em;
	padding-left: 1em;
}

.text-center {
	text-align: center;
}

@media (min-width: 768px) {
	.pc-text-center {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.sp-text-center {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.pc-only {
		display: none;
	}
}

@media (min-width: 768px) {
	.sp-only {
		display: none;
	}
}

.nextContents .mb-narrow{
	margin-bottom: 20px;
}
