@charset "utf-8";
/* CSS Document */

/**================================= Local Setting =================================**/

/*
	TOP Page
------------------------------------------*/
.indexBtnBox {
	text-align:center;
	margin-top:50px;
}
/************* Side Navi *************/
.blockIndexSideNavi {
	/*display:none;    一時的 */
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px 0 0 5px;
    height: 340px;
    margin-top: -170px;
    position: fixed;
    right: 0;
    top: 50%;
    width: 186px;
    z-index: 31;
	right:-128px;
}

.sideNaviTitle {
    margin: 14px 0 25px 80px;
    margin: 14px 0 25px 9px;
    height: 10px;
    width: 39px;
}
.sideNavItem {
	margin-top:22px;
}
.sideNavItem a {
	min-height:36px;
	display:block;
	font-size:1.4em;
	font-weight:bold;
	color:#999;
	padding:0 0 0 60px;
	text-decoration:none;
	line-height:36px;
}
.sideNavItem a:hover,
.sideNavItem.active a {
	color:#FFF;
}
.sideNavItem--pagetop a:hover,
.sideNavItem--pagetop.active a {
    background-position: 12px -36px;
}
.sideNavItem--service a:hover,
.sideNavItem--service.active a {
    background-position: 12px -36px;
}
.sideNavItem--company a:hover,
.sideNavItem--company.active a {
    background-position: 12px -36px;
}
.sideNavItem--csr a:hover,
.sideNavItem--csr.active a {
    background-position: 12px -36px;
}
.sideNavItem--contact a:hover,
.sideNavItem--contact.active a {
    background-position: 12px -36px;
}
/************* Mainimage *************/

.blockIndexMainimg {
}

.indexSlideItem {
	height:580px;
}
.indexSlideItem01 {
	background:url(../img/top-banner01_pc.jpg) no-repeat center center;
	background-size:cover;
}
.indexSlideItem02 {
	background:url(../img/top-banner02_pc.jpg) no-repeat center center;
	background-size:cover;
}
.indexSlideItem03 {
	background:url(../img/top-banner03_pc.jpg) no-repeat center center;
	background-size:cover;
}
.indexSlideItem04 {
	background:url(../img/top-banner04_pc.jpg) no-repeat center center;
	background-size:cover;
}

@media only screen and (max-width:740px) {
	.indexSlideItem01 {
		background:url(../img/top-banner01_sp.jpg) no-repeat center center;
		background-size:cover;
	}
	.indexSlideItem02 {
		background:url(../img/top_title_sp.jpg) no-repeat center center;
		background-size:cover;
	}
	.indexSlideItem03 {
		background:url(../img/top-banner02_sp.jpg) no-repeat center center;
		background-size:cover;
	}
	.indexSlideItem04 {
		background:url(../img/top-banner03_sp.jpg) no-repeat center center;
		background-size:cover;
	}
}

.indexSlideItem_content__Wrap {
	width:100%;
	height:100%;
	display:block;
}

.indexSlideItem_content {
	width:950px;
	margin:0 auto;
}

.indexSlideItem_content01 {
	/* padding-top:205px; */
}
.indexSlideItem_content02 {
	/* padding-top:205px;
	text-align:right; */
}
.indexSlideItem_content03 {
	/* padding-top:205px;
	text-align:right; */
}
.indexSlideItem_content__btn {
	display:inline-block;
	margin-top:30px;
	background-color: rgba(0,0,0,0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:250px;
	padding:20px 0;
	text-align:center;
}
.indexSlideItem_content__btn:hover {
	background-color: rgba(0,0,0,0.9);
}
/* Slider Setting */

/* Dots */
/*.slick-slider
{
    margin-bottom: 30px;
}*/

.slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 14px;
    height: 14px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
	display:block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    content: '';
    opacity: .5;
    background-color: #FFF;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
}

#slide {
	position:relative;
	width:100% !important;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
	position: absolute;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	bottom:10px;
	z-index:2;
}

.sp-rtl .sp-buttons {
	direction: rtl;
}

.sp-full-screen .sp-buttons {
	display: none;
}

.sp-button {
	border:none;
	background-color:#FFF;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 10px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	opacity:.5;
}

.sp-selected-button {
	opacity:1;
}

/* Arrows
--------------------------------------------------*/

.arrowWrap {
	position:absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -24px;
}
.sp-horizontal .sp-arrows {
	max-width: 1280px;
	margin:0 auto;
	position:relative;
}

.sp-arrow {
	position: absolute;
	display: block;
	width: 30px;
	height: 48px;
	cursor: pointer;
}
.sp-arrow:hover {
	opacity:.7;
}

.sp-horizontal .sp-previous-arrow {
	left: 20px;
	right: auto;
	background:url(../img/btn_prev.png) no-repeat center center;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
	right: 20px;
	left: auto;
}

.sp-horizontal .sp-next-arrow {
	right: 20px;
	left: auto;
	background:url(../img/btn_next.png) no-repeat center center;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
	left: 20px;
	right: auto;
}


.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
	display:none;
}

.sp-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}


/************* AttentionBox *************/
.blockIndexAttention {
	background-color:#E4E4E4;
	padding:20px 0;
}
.indexAttentionWrap {
	width:950px;
	margin:0 auto;
}
.indexAttentionTtl {
	float:left;
	clear:left;
	width:10em;
	color:#D90000;
	font-size:1.6em;
	font-weight:bold;
}
.indexAttentionTtl img {
	vertical-align:middle;
	margin-right:5px;
	width:20px;
	height:auto;
}
.indexAttentionTxt {
	font-size:1.6em;
	padding-left:10em;
}

/************* contentsIndexMenuBox *************/
.contentsIndexMenuBox {
	width:950px;
	margin:0 auto;
	padding:90px 0 30px;
}
.contentsIndexMenuItem {
	width:300px;
	float:left;
	margin-left:25px;
	text-align:center;
	font-size:1.8em;
}
.contentsIndexMenuItem:first-child {
	margin-left:0;
}
.contentsIndexMenuItem a {
	color:#333;
}
.contentsIndexMenuItem img {
	margin-bottom:10px;
}
.contentsIndexMenuItem a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

/* ContentsBtm */
.contentsIndex01Btm {
	width:950px;
	margin:64px auto 0;
}
.contentsIndex01Btm__inner {
	min-width:950px;
	display:table;
	width:100%;
	margin:0 auto;
}
.contentsIndex01Btm__innerItemLink {
	display:table-cell;
	vertical-align:top;
	width:33.4%;
	border-left: #FFF solid 1px;
	position:relative;
	overflow:hidden;
}
.contentsIndex01Btm__innerItemLink:link,
.contentsIndex01Btm__innerItemLink:visited {
	color:#FFF;
}
.contentsIndex01Btm__innerItemLink:first-child {
	border-left: none;
	width:33.2%;
}
.contentsIndex01Btm__innerItemLink img {
	width:100%;
	height:auto;
}
.innerItemSlideTxt {
	position:absolute;
	width:100%;
	background-color:rgba(0,0,0,0.7);
	bottom:0;
	left:0;
	height:206px;
}
.innerItemSlideTxt__ttl {
	font-size:2.4em;
	font-weight:bold;
	text-align:center;
	padding:18px 0 12px;
}
.innerItemSlideTxt__txt {
	width:260px;
	margin:0 auto;
	font-size:1.6em;
}
.innerItemSlideTxt__link {
	border:#FFF solid 1px;
	text-align:center;
	padding:10px 0;
	width:260px;
	margin:20px auto 0;
}
.innerItemSlideTxt__linkInner {
	padding-left:15px;
	background-size:6px auto;
	font-size:1.4em;
}

/************* contentsIndexNews *************/
.contentsIndexNews {
	background-color:#F7F5EE;
	margin-top:64px;
	padding:64px 0;
}
.contentsIndexNewsInner {
	width:950px;
	margin:0 auto;
	display:table;
}
.contentsIndexNews__bodyBox {
	display:table-cell;
	vertical-align:top;
	width:600px;
	padding-right:34px;
}
.indexNewsHlLv2 {
	margin-bottom:40px;
}
.indexNewsHlLv2__eng {
	font-size:2.4em;
	font-weight:bold;
	display:inline-block;
	letter-spacing:0.1em;
	vertical-align:middle;
}
.indexNewsHlLv2__eng:first-letter {
	color:#FF3F00;
}
.indexNewsHlLv2__jp {
	display:inline-block;
	margin-left:20px;
	padding-left:20px;
	border-left:#CCC solid 1px;
	font-size:1.6em;
	vertical-align:middle;
	color:#666;
}
/*.contentsIndexNewsWrap {
	border-top:#E4DDC7 solid 1px;
}*/
.contentsIndexNewsTtl {
	padding:25px 0 15px;
}
.contentsIndexNewsTtl:first-child {
	padding-top:0;
}
.contentsIndexNewsDate {
	display:inline-block;
	vertical-align:middle;
	color:#1E63B0;
	font-size:1.4em;
}
.contentsIndexNewsCat {
	display:inline-block;
	vertical-align:middle;
	font-size:1.2em;
	color:#FFF;
	padding:5px 15px;
	margin-left:30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contentsIndexNewsCat--normal {
	background-color:#1F7DC5;
}
.contentsIndexNewsCat--important {
	background-color:#EB6643;
}
.contentsIndexNewsCat--recruitment {
	background-color:#70ad47;
}

.contentsIndexNewsTxt {
	padding:0 0 25px;
	border-bottom:#E4DDC7 solid 1px;
	font-size:1.6em;
}
.contentsIndexNews__bnrBox {
	display:table-cell;
	vertical-align:top;
	width:316px;
}
.contentsIndexNews__bnrItem {
	margin-top:20px;
}
.contentsIndexNews__bnrItem:first-child {
	margin-top:0;
}
.contentsIndexNews__bnrItem a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

/************* indexMovieBox *************/
.indexMovieBox {
	margin-bottom:70px;
}

/************* indexClm3BoxItem *************/
.indexClm3BoxItem {
	width:300px;
	float:left;
	margin-left:25px;
	text-align:center;
	font-size:1.8em;
}
.indexClm3BoxItem:first-child {
	margin-left:0;
}
.indexClm3BoxItem a {
	color:#333;
}
.indexClm3BoxItem img {
	margin-bottom:10px;
}
.indexClm3BoxItem a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

/************* indexContactBox *************/
.indexContactBox {
	margin-top:90px;
	border:#EEE solid 10px;
	padding:35px 40px;
	width:850px;
	box-sizing:content-box;
	display:table;
}
.indexContactTxtBox {
	display:table-cell;
	vertical-align:middle;
}
.indexContactTtl {
	background-size:40px auto;
	font-size:2em;
	font-weight:bold;
	padding-left:56px;
	margin-bottom:15px;
}
.indexContactBtnBox {
	display:table-cell;
	vertical-align:middle;
	text-align:right;
}

/************* Pallarax image *************/
.bgFixImg {
	height:600px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}


/*=================================
	Service
=================================*/
/*
	Service Top Page
------------------------------------------*/
.blockServiceTopVideo {
	height:562px;
	clear:both;
    width: 100%;
	overflow:hidden;
	position:relative;
}
.loadingBox {
	height:562px;
    width: 100%;
	position:absolute;
	background-color:#FFF;
	min-width:950px;
	text-align:center;
	/*display:none;*/
	line-height:562px;
	z-index:1;
}
.loadingBox img {
	margin-top:202px;
	vertical-align:middle;
}
/*.blockServiceTopVideo img {
	width:100%;
}
*/
/* video tag test */
/*.blockServiceTopVideoWrap {
	height:562px;
	overflow:hidden;
	position:relative;
}
.blockServiceTopVideo--tag{
	width:100%;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	min-width:1000px;
}*/

.videoAtt {
	width:950px;
	margin:10px auto 0;
}
.videoAttTxt {
	font-size:1.2em;
	text-align:center;
	color:#666;
}

/************* Service02 *************/
.contentsService02 {
	padding-bottom:0;
}

/*
	Design Page
------------------------------------------*/
.spc__flowInnerFlowWrap {
	text-align:center;
}
.spc__flowInnerFlowItem {
	display:inline-block;
	width:178px;
	padding-left:68px;
	position:relative;
}
.spc__flowInnerFlowItem:first-child {
	padding-left:0;
}
.spc__flowInnerFlowItem:before {
	display:block;
	content:"";
	width:9px;
	height:15px;
	top:50%;
	margin-top:-18px;
	left:28px;
	position:absolute;
}
.spc__flowInnerFlowItem:first-child:before {
	display:none;
}

.spc_flowMovieITem01 {
	width:480px;
	margin:0 auto;
}
.spc_flowMovieITem02 {
	width:360px;
	float:left;
	margin-left:30px;
}
.spc_flowMovieITem02:first-child {
	margin-left:0;
}

.spc__flow__designCompImgITemWrap {
	padding:30px 0;
}
.spc__flow__designCompImgITem {
	display:inline-block;
	margin-left:21px;
	width:230px;
	text-align:center;
}
.spc__flow__designCompImgITem:first-child {
	margin-left:0;
}
.flow__designCompImgITem03 {
	width:98px;
}

.contentsDesign03 {
	background-size:cover;
}

/*
	Design Case Page
------------------------------------------*/
.spc__designCaseBox {
	background-color:#EEE;
	padding:100px 50px 50px;
	width:850px;
	margin:0 auto;
}
.spc__designCaseBoxTtl {
	width:150px;
	margin:60px auto -60px;
}
.spc__designCase--oneItem {
	text-align:center;
	margin-bottom:50px;
}
.spc__designCaseItem {
	width:400px;
	float:left;
	margin-right:50px;
	text-align:center;
}
.spc__designCaseItem:nth-child(2n) {
	margin-right:0;
}
.spc__designCaseItem:nth-last-child(1),
.spc__designCaseItem:nth-last-child(2) {
	margin-bottom:0;
}
.spc__designCaseItem--bm {
	margin-bottom:50px;
}
.spc__designCaseItem--oneItem {
	float:none;
	margin-right:0;
	display:inline-block;
}

.spc__designCaseBtmBox {
	padding:80px 0 10px;
	text-align:center;
}

div.spc_designCaseBox_con {
	background-color:#EEE;
	padding:50px;
	width:850px;
	margin:0 auto 70px;
}
.spc_designCaseItem_con {
	width:430px;
	float:left;
	margin-right:20px;
	text-align:center;
}
.spc_designCaseItem_con_l {
	width:220px;
	float:left;
	margin-right:10px;
}
.spc_designCaseItem_con_r {
	width:170px;
	float:left;
}
.spc_designCaseItem_conlr {
	width:400px;
	float:left;
}
.spc_designCaseItem_con_c {
	width:58%;
}

clear_fl {
	clear: both;
}
div.bg_color01 {
	background-color:#fdeada;
	padding:5px;
}

.designCaseBox_con {
	width:820px;
	margin:0 auto;
}
.designCaseItem_con {
	width:480px;
	float:left;
	margin-right:20px;
}
.designCaseItem_con_r {
	width:320px;
	float:left;
	padding-top:30px;
}


/*
	Packing Page
------------------------------------------*/
/* spc__packingBox */
.spc__packingBox__pcClm03Item {
	width:300px;
	float:left;
	margin-right:25px;
	margin-bottom:40px;
}
.spc__packingBox__pcClm03Item:nth-child(3n) {
	margin-right:0;
}
/* spc_packingBox02 */
.spc_packing__txtBox {
	width:340px;
	float:left;
}
.spc_packing__imgBox {
	width:556px;
	float:right;
}
.spc_packing__imgFrowBox {
	width:220px;
	float:left;
	padding-left:76px;
}
.spc_packing__imgFrowBox:first-child {
	padding-left:0;
	background-image: none;
}

/* spc_packingBox03 */
.spc_packingBox03Ttl {
	font-size:2em;
	font-weight:bold;
	margin-bottom:10px;
}
.spc_packingBox03__txtBox {
	width:640px;
	float:left;
}
.spc_packingBox03__imgBox {
	width:200px;
	float:right;
}
.imgBox_clm2_sp {
	margin-top:20px;
}
.imgBox_clm2_sp:first-child {
	margin-top:0;
}

/* spc_packingTbl */
.spc_packingTbl {
	font-size:1.6em;
	width:100%;
}
.spc_packingTbl tr {
	border-top:#AAA dotted 1px;
}
.spc_packingTbl tr:first-child {
	border-top:none;
}
.spc_packingTbl th {
	background-color:#FFF;
	padding:12px 15px;
	color:#1F64B0;
	font-weight:bold;
}
.spc_packingTbl td {
	background-color:#FFF;
	padding:12px 15px;
}

/* Special Packing Page --------*/
.flex_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;   /* IE9 */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_index{
	width: 30%;
	border: 1px solid #d3d3d3;
	padding: 10px;
	margin: 10px 0;
}
.flex_dummy{
	width: 30%;
	border: 1px solid #ffffff;
	padding: 10px;
	margin: 10px 0;
}



/************* Pallarax image *************/


/*
	Transport Page
------------------------------------------*/
.spc_transportTtl {
	background-color:#1E63B0;
	padding:5px 0;
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	margin-bottom:30px;
}
.spc__innerTransportTxt {
	float:left;
	width:360px;
}
.spc__innerTransportImg {
	float:right;
	width:400px;
}

/************* Transport03 *************/
.contentsTransport03 {
	background-size:cover;
}
.transport__btmImg02,
.transport__btmImg03 {
	vertical-align:middle;
}
.transport__btmImg02 {
	margin-right:70px;
}

/*=================================
	Company
=================================*/

/*
	Message Page
------------------------------------------*/
.spc__messageTxt {
	margin-bottom:40px;
}
.spc_presidentName {
	margin-top:30px;
}
.spc_presidentName img {
	width:auto;
	height:30px;
}

/*
	Outline Page
------------------------------------------*/
/************* contentsOutline01 *************/
/* outlineTxt */
.spc_outlineTxt {
	text-align:center;
	letter-spacing:0.2em;
}
.spc_outlineTxtTtl {
	font-size:3.6em;
	font-weight:bold;
	color:#000;
	margin-top:40px;
	margin-bottom:15px;
}
.spc_outlineTxtTtl:first-letter {
	color:#1E63B0;
}
.spc_outlineTxtTtl:first-child {
	margin-top:0;
}

.spc_outlineTxtData {
	font-size:2.4em;
	line-height:1.5;
	color:#333;
}

/************* contentsOutline02 *************/
.contentsOutline02 {
	border-top:#1E63B0 dotted 1px;
	display:table;
	width:100%;
	min-width:950px;
}
.contentsOutline02__outlineBox01 {
	display:table-cell;
	vertical-align:top;
	width:50%;
	border-right:#1E63B0 dotted 1px;
	text-align:right;
}
.contentsOutline02__outlineBox01Inner {
	display:inline-block;
	width:435px;
	padding-right:40px;
	text-align:left;
	padding-top:40px;
	padding-bottom:40px;
}
.spc__outlineTbl {
	font-size:1.4em;
	line-height:2;
}
.spc__outlineTblTtl {
	float:left;
	clear:left;
	color:#1E63B0;
	width:6em;
}
.spc__outlineTblData {
	padding-left:7em;
	margin-bottom:10px;
}
.contentsOutline02__outlineBox02 {
	display:table-cell;
	vertical-align:top;
	width:50%;
}
.contentsOutline02__outlineBox02__inner {
	padding-left:40px;
	padding-top:40px;
	padding-bottom:40px;
	min-width:434px;
}
.contentsOutline02__outlineBox02__inner--borderTop {
	border-top:#1E63B0 dotted 1px;
}

/************* contentsOutline03 *************/
.contentsOutline03 {
	background-color:#F1F1F1;
}
.contentsOutline03Inner {
	width:690px;
	margin:0 auto;
}

/************* contentsOutline04 *************/
.spc__historyTbl {
	width:100%;
}
.spc__historyTbl tr {
	background-color:#F6F6F6;
}
.spc__historyTbl tr:nth-child(2n) {
	background-color:#EEE;
}
.spc__historyTbl th {
	padding:10px 30px;
	font-size:1.6em;
	vertical-align:middle;
	width:100px;
}
.spc__historyTbl__yearNum {
	font-size:1.5em;
	font-weight:bold;
}
.spc__historyTbl td {
	padding:20px 30px 20px 0;
	font-size:1.4em;
}
.spc__historyTblInnerTtl {
	float:left;
	clear:left;
	width:3em;
}
.spc__historyTblInnerData {
	padding-left:4em;
	margin-bottom:10px;
}
.spc__historyTblInnerData:last-child {
	margin-bottom:0;
}

/************* Pallarax image *************/


/*
	Logistics Page
------------------------------------------*/
.spc__ttlBoxLogistics {
	text-align:center;
	margin-bottom:-25px;
	margin-top:50px;
}
.spc__ttlBoxLogistics:first-child {
	margin-top:0;
}

/*
	Access Page
------------------------------------------*/
.contentsAccess01 {
}
.spc__accessInnerBox01 {
	padding:0 85px 50px;
}
.spc__accessInnerItem01 {
	width:320px;
	margin-left:140px;
	float:left;
	text-align:center;
}
.spc__accessInnerItem01:first-child {
	margin-left:0;
}
.accessMapImg {
	border:#CCC solid 1px;
	display:inline-block;
	margin-bottom:20px;
}
.accessMapImgTtl {
	text-align:center;
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:20px;
}
.accessMapAddrss {
	display:inline-block;
	text-align:left;
	margin-bottom:30px;
}
.accessMapAddrss--block {
	display:block;
}

.spc__accessInnerBox02 {
	padding-top:40px;
	border-top:#999 dotted 1px;
	text-align:center;
}
.spc__accessInnerItem02 {
	width:250px;
	float:left;
	margin-right:100px;
	margin-bottom:80px;
}
.spc__accessInnerItem02:nth-child(3n) {
	margin-right:0;
}

/*
	Recruit Page
------------------------------------------*/
.spc__recruitInnerBox__norecruit {
	height:300px;
	background-color:#EEE;
}
.spc__recruitInnerBox__txt {
	text-align:left;
}

.spc__recruitInnerBox__txt h3 {
  margin: 20px 0 10px 0;
  font-size:1.8em;
}

.spc__recruitInnerBox__txt table {
  width: 100%;
  font-size:1.4em;
}

.spc__recruitInnerBox__txt table td {
  padding: 10px;
  border: solid 1px #c9c9c9;
  line-height: 1.6;
}

.spc__recruitInnerBox__txt table td.item {
  width: 18%;
}

.spc__recruitInnerBox__txt table td.location {
  background-color: #e5e5e5;
}

.spc__recruitInnerBox__txt p.location {
  font-size:1.8em;
  font-weight: bold;
  text-align: center;
}

.spc__recruitInnerBox__txt p.mynavi {
  margin-top: 30px;
  text-align: center;
  font-size:1.4em;
}

.spc__recruitInnerBox__txt div.entry_f {
    float: right;
    border: 1px solid #1e63b0;
    background-color: #1e63b0;
    display: block;
    padding: 5px 8px;
    margin-bottom: 4px;
    font-size: 1.4em;
    color: #ffffff;
}
.spc__recruitInnerBox__txt div.entry_f a {
    color: #ffffff;
    text-decoration: none;
}
.spc__recruitInnerBox__txt div.entry_f a:hover {
    color: #33ffcc;
    text-decoration: underline;
}

ul.recruit-l {
  margin: 30px 0;
  font-size:1.8em;
}

ul.recruit-l li {
  float: left;
  margin: 0 20px 0 0;
  padding: 10px 20px;
  border: solid 2px #1e63b0;
}

ul.recruit-l li.first {
/*  margin: 0 20px 0 300px;*/
  margin: 0 20px 0 180px;
}



/*=================================
	csr
=================================*/
.contentsCsr02 {
	padding-bottom:30px;
}
.contentsCsr03 {
	background-color:#FBF6EB;
	padding:60px 0;
}

.threeBox {
  padding: 10px;
  font-weight: bold;
  font-size:1.9em;
  border-bottom: solid 1px #e5e5e6;
}

.threeBox-in {

}

.threeBox-in p {
  float: left;
  width: 65%;
}

.threeBox-in rightbox {
  float: right;
}

/************* Pallarax image *************/
.fixImgCsr {
	height:400px;
	background-attachment:scroll;
}


/*=================================
	Other
=================================*/

.modOtherItem {
	padding-left:1.7em;
	text-indent:-1.7em;
	margin-top:30px;
}
.modOtherItem:first-child {
	margin-top:0;
}
.modOtherSubItem01 {
	padding-left:1.1em;
	text-indent:-1.1em;
	font-size:1.6em;
	margin-top:5px;
}
.modOtherSubItem01:first-child {
	margin-top:0;
}
.modOtherSubBox02 {
	padding-left:1.5em;
	padding-top:10px;
	padding-bottom:15px;
}
.modOtherSubItem02 {
	margin-top:5px;
}
.modOtherSubItem02:first-child {
	margin-top:0;
}

.modOtherInnerBox {
	padding:15px 0 20px;
}
.modOtherInnerBox:first-child {
	padding-bottom:0;
}
.modOtherInnerTtl,
.modOtherInnerData {
	padding-left:0;
	text-indent:0;
}

/*
	Sitemap Page
------------------------------------------*/
.sitemapTtl {
	margin-top:30px;
}
.sitemapTtl:first-child {
	margin-top:0;
}
.sitemapTtl a,
.sitemapTtl span {
	display:block;
	padding:5px 15px;
	font-size:1.6em;
	font-weight:bold;
	color:#FFF;
	background-color:#1E63B0;
	text-decoration:none;
}
.sitemapContent {
	padding-left:15px;
}
.sitemapContentItem {
	font-size:1.6em;
	margin-top:20px;
}


/*
	News Page(added Rocoz 11.1)
------------------------------------------*/

.ttlBox--news {
	width: 800px;
	margin: 0 auto 50px;
}
.newsDate {
	font-size: 1.6em;
	color: #666;
	margin-bottom: 5px;
}
.modHlLv1--news {
	font-size: 3em;
	color: #000;
}

.imgLinkBlock {
	display: inline-block;
	position: relative;
}
a.imgLinkBlock,
a.imgLinkBlock:hover	{
	text-decoration: none;
}

.imgLinkBlock__imgCont {
	position: relative;
}
.imgLinkBlock__imgCont::after {
	content: "";
	background-position: right 10px bottom 10px;
	background-repeat: no-repeat;
	background-size: 28px auto;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0);
	transition: background-color 0.3s linear;
}
.imgLinkBlock__imgCont:hover::after {
	background-color: rgba(0,0,0,.5);
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .imgLinkBlock__imgCont img {
		width: 100%;
	}
}


.imgLinkBlock__captionCont {
	margin-top: 10px;
}
.hvTxt {
	font-size: 1.6em;
	text-align: center;
	color: #333;
	/*position: absolute;
	width: 100%;*/
}

.clm2__Item {
	width: 380px;
	float: left;
	margin: 40px 40px 0 0;
}
.clm2__Item:nth-child(2n) {
	margin-right: 0;
}
.clm2__Item:nth-child(1),
.clm2__Item:nth-child(2) {
	margin-top: 0;
}

.clm3__Item {
	width: 240px;
	float: left;
	margin: 40px 40px 0 0;
}
.clm3__Item:nth-child(3n) {
	margin-right: 0;
}
.clm3__Item:nth-child(1),
.clm3__Item:nth-child(2),
.clm3__Item:nth-child(3) {
	margin-top: 0;
}


.modBox01 {
	border: #CCC solid 1px;
	padding: 29px;
}

.modDl01 {
	font-size: 1.6em;
	line-height: 1.8;
}
.modDl01__dt {
	float: left;
	clear: left;
	width: 5em;
}
.modDl01__dt::after {
	content: "：";
}
.modDl01__dd {
	padding-left: 5.5em;
	margin-bottom: 10px;
}
.modDl01__dd:last-child {
	margin-bottom: 0;
}
.btmbtnBox {
	text-align: center;
	margin-top: 50px;
}
