<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* ---------- ---------- ----------
	::index::

 A. Setting
 B. Header Layout
 C. Logo
 D. Region
 E. HeaderLinks
 F. Search
 G. BlockSkip
 H. NoScriptMessage
 I. Modal

---------- ---------- --- ------- */


/* A. Setting
---------- ---------- ---------- */
#HeaderAll {
	z-index: 1000;
}

#HeaderShrinking {
	z-index: 1000;
}

#HeaderWrap p,
#HeaderWrap ul,
#HeaderWrap ol,
#HeaderWrap li,
#HeaderWrap dl,
#HeaderWrap dt,
#HeaderWrap dd,
#HeaderWrap div,
#HeaderWrap form,
#HeaderWrap input,
#HeaderWrap textarea,
#HeaderWrap table,
#HeaderWrap th,
#HeaderWrap td {
	margin: 0;
	padding: 0;
}

#HeaderWrap a,
#HeaderWrap a:link,
#HeaderWrap a:visited {
	color: #666;
	text-decoration: none;
	font-size: 100%;
}

#HeaderWrap a:hover,
#HeaderWrap a:active,
#HeaderWrap a:focus {
	color: #0099cc;
	font-size: 100%;
}

.vk_home_item_pc {
	display: block;
}

.vk_home_item_h5 {
	display: none;
}

@media screen and (max-width: 960px) {
	.vk_home_item_pc {
		display: none;
	}
	.set-responsiveWebDesign #HeaderShrinking {
		position: static !important;
	}

	.set-responsiveWebDesign #HeaderSubstitution {
		height: auto !important;
	}
	.swiper_home {
		min-width: 330px;
		height: 400px !important;
		width: initial !important;
	}

	.vk_so_slide {
		padding: 0 !important;
	}
	.vk_home_item {
		width: 100% !important;
		height: 180px !important;
	}

	.vk_home_item img {
		height: 180px !important;
		left: 50% !important;
		transform: translateX(-50%);
	}
	.vk_home_item_h5 {
		display: block;
		background-image: linear-gradient(to right, rgb(0, 148, 221), rgb(0, 137, 204));
	}

	.vk_home_item_h5 img {
		width: auto !important;
		height: 200px !important;
	}

	.vk_content {
		min-width: 320px;
		width: initial !important;
	}

	.vk_title_line {
		min-width: 320px;
		width: initial !important;
	}

	.vk_company_info {
		min-width: 320px;
		width: initial !important;
	}

	.vk_company_list, .vk_company_list2  {
		flex-wrap: wrap;
	}

	.vk_company_item {
		width: 96% !important;
		margin: 0 auto;
	}

	.pbAreaWrapper1 .vk_p3 {
		width: 92% !important;
	}

	.vk_company_item2 {
		width: 96% !important;
		margin: 5px auto;
	}
}

@media screen and (max-width: 769px) {
	html.set-responsiveWebDesign.localnav-open.hide-header #HeaderShrinking {
		display: none;
	}
}


/* B. Header Layout
---------- ---------- ---------- */
#HeaderWrap {
	width: 100%;
	min-width: 960px;
	color: #666;
	background: #FFF;
	z-index: 1003;
}

#HeaderWrap #HeaderArea:after {
	content: "";
	display: block;
	clear: both;
}

#HeaderWrap #HeaderArea {
	width: 960px;
	margin: 0 auto;
	padding: 22px 0;
}

@media screen and (max-width: 960px) {
	.set-responsiveWebDesign #HeaderWrap {
		min-width: 320px;
		width: 100%;
	}

	.set-responsiveWebDesign #HeaderWrap #HeaderArea {
		min-width: 320px;
		padding: 10px 13px 11px 10px;
		box-sizing: border-box;
	}
}


/* C. Logo
---------- ---------- ---------- */
#HeaderArea .Logo {
	float: left;
	margin-bottom: 0;
}

@media screen and (max-width: 960px) {
	.set-responsiveWebDesign #HeaderArea .Logo {
		width: 100px;
		margin-top: 3px;
	}

	.set-responsiveWebDesign #HeaderArea .Logo img {
		width: 180px;
		height: auto;
	}
}


/* D. Region
---------- ---------- ---------- */
#HeaderArea .Region {
	float: left;
	margin: 10px 0 0 20px;
}

@media screen and (max-width: 960px) {
	.set-responsiveWebDesign #HeaderArea .Region {
		font-size: 83%;
		margin-top: 8px;
		margin-left: 10px;
	}
}


/* E. HeaderLinks
---------- ---------- ---------- */
#HeaderArea .HeaderLinks {
	float: right;
	margin-top: 5px;
	font-size: 109%;
	/* 13px */
}

#HeaderArea .HeaderLinks ul li {
	float: left;
	margin-left: 15px;
	padding-left: 15px;
}

#HeaderArea .HeaderLinks ul li a {
	display: block;
}

#HeaderArea .HeaderLinks ul li a,
#HeaderArea .HeaderLinks ul li a:link,
#HeaderArea .HeaderLinks ul li a:visited {
	color: #666;
}

#HeaderArea .HeaderLinks ul li a:hover,
#HeaderArea .HeaderLinks ul li a:active,
#HeaderArea .HeaderLinks ul li a:focus {
	color: #0097e0;
}

#HeaderArea .HeaderLinks ul li.FindRegion a {
	min-height: 15px;
	padding-right: 20px;
	background: url(../img/icon_region.png) no-repeat 100% 50%;
}

#HeaderArea .HeaderLinks ul li.Search a {
	min-height: 14px;
	padding-right: 18px;
	background: url(../img/icon_search.png) no-repeat 100% 50%;
}

#HeaderArea .HeaderLinks ul li.Menu {
	display: none;
}

@media screen and (max-width: 960px) {

	.set-responsiveWebDesign #HeaderArea {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: static;
	}
	.set-responsiveWebDesign #HeaderArea .HeaderLinks {
		margin-top: 0px;
	}

	.set-responsiveWebDesign #HeaderArea .HeaderLinks ul li {
		display: none;
		padding-left: 13px;
		margin-left: 10px;
	}

	.set-responsiveWebDesign #HeaderArea .HeaderLinks ul li a span {
		display: none;
	}

	.set-responsiveWebDesign #HeaderArea .HeaderLinks ul li.FindRegion {
		display: block;
		padding-top: 0;
		margin-top: 0;
	}

	.set-responsiveWebDesign #HeaderArea .HeaderLinks ul li.FindRegion a {
		padding: 16px 0 0 0;
		background: url(../img/icon_region_sp.png) no-repeat 50% 0;
		background-size: 16px auto;
		font-size: 63%;
	}

	.set-responsiveWebDesign #HeaderArea .HeaderLinks ul li.Menu {
		display: block;
		position: relative;
		border-left: 1px solid #d2d7d9;
	}

	.set-responsiveWebDesign #HeaderArea .HeaderLinks ul li.Menu.is-Show:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		bottom: -17px;
		left: 50%;
		border: 6px solid transparent;
		border-bottom: 6px solid #ebeff5;
		z-index: 10;
		z-index: 100;
	}

	.set-responsiveWebDesign #HeaderArea .Menu {
		width: 36px;
		height: 36px;
		background: url(../img/menu.png) no-repeat 100% 50%;
		background-size: 100% auto;
		position: absolute;
		/*top: 6px;*/
		right: 10px;
	}

	.vk_home_r {
		display: none !important;
	}
}


/* F. Search
---------- ---------- ---------- */
#SearchWrap {
	border-top: solid 1px #d2d6d9;
	display: none;
	width: 100%;
	background: #fff;
}

#SearchWrap.is-Show {
	display: block;
}

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

#SearchArea {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 20px;
}

#SearchArea p,
#SearchArea input {
	float: left;
}

#SearchArea form .InputTxt {
	margin: 0 20px 0 0;
	padding-bottom: 8px;
	border-bottom: 3px solid #0097e0;
}

#SearchArea form .InputTxt input {
	position: relative;
	width: 706px;
	padding: 0 12px 0 11px;
	font-size: 291%;
	/* 35px */
	font-weight: bold;
	color: #0097e0;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #0097e0;
	background: none;
	z-index: 3;
	border-radius: 0;
}

#SearchArea form .InputTxt input::-webkit-input-placeholder {
	color: #edeff1;
	opacity: 1;
}

#SearchArea form .InputTxt input:-ms-input-placeholder {
	color: #edeff1;
	opacity: 1;
}

#SearchArea form .InputTxt input::-moz-placeholder {
	color: #edeff1;
	opacity: 1;
}

#SearchArea form .InputTxt input[type="text"]:focus {
	outline: 0;
}

/* for ie8 */
#SearchArea .PlaceHolder {
	position: absolute;
	top: 23px;
	left: 10px;
	font-size: 291%;
	/* 35px */
	font-weight: bold;
	color: #edeff1;
	z-index: 1;
}

#SearchArea .BlockLayer {
	position: absolute;
	top: 30px;
	left: 0;
	width: 730px;
	height: 41px;
	z-index: 2;
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: #2C3033;
}

#SearchArea form .SearchButton {
	margin: 3px 20px 0 0;
}

#SearchArea form .SearchButton input {
	padding: 8px 42px 8px 28px;
	font-size: 175%;
	/* 19px */
	font-weight: bold;
	color: #FFF;
	border: none;
	background: #000 url(../img/icon_search_b.png) no-repeat 85% 50%;
	cursor: pointer;
	line-height: 1;
	border-radius: 0;
}

#SearchArea .closeButton {
	margin: 11px 0 0 0;
	float: right;
}

#SearchArea .closeButton a {
	display: block;
	padding: 7px 7px 5px;
	background: #000;
	border: none;
	cursor: pointer;
	line-height: 1;
}

#SearchArea .closeButton a img {
	vertical-align: baseline;
}

#SearchArea form .SearchButton input:hover,
#SearchArea form .SearchButton input:focus,
#SearchArea .closeButton a:hover,
#SearchArea .closeButton a:focus {
	background-color: #849099;
}


/* G. BlockSklp
---------- ---------- ---------- */
.BlockSkip {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
	z-index: 9999;
}

.BlockSkip a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 1px;
	color: #FFF;
	line-height: 0;
	height: 0;
	background: #666666;
	overflow: hidden;
	cursor: default;
}

.BlockSkip a:hover {
	color: #FFF;
	text-decoration: underline;
}

.BlockSkip a.is-Show {
	height: 1em;
	padding: 5px 0;
	font-size: 100%;
	line-height: 1;
	cursor: pointer;
}



/* H. NoScriptMessage
---------- ---------- ---------- */
#NoScriptMessageWrap {
	padding: 17px 0;
	border-bottom: 1px solid #FF0000;
	background: #FFDDDD;
}

#NoScriptMessageWrap p {
	width: 960px;
	margin: 0 auto;
	color: #FF0000;
}


/* I. Modal
---------- ---------- ---------- */
#ModalHeaderArea a,
#ModalHeaderArea a:link,
#ModalHeaderArea a:visited {
	color: #666;
	text-decoration: none;
	font-size: 100%;
}

#ModalHeaderArea a:hover,
#ModalHeaderArea a:active,
#ModalHeaderArea a:focus {
	color: #0099cc;
	font-size: 100%;
}

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

#ModalHeaderArea {
	width: 860px;
	margin: 0 auto;
	padding: 17px 0 14px;
}

#ModalHeaderArea .Logo {
	float: left;
	margin-bottom: 0;
}

#ModalHeaderArea .Region {
	float: left;
	margin: 6px 0 0 20px;
}

#colorbox #ModalHeaderArea {
	display: none;
}

@media only screen and (max-width: 960px) {
	.set-responsiveWebDesign #ModalHeaderArea {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
}</pre></body></html>