@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500);

.mat {
	margin: auto !important;
}

.mt10 {
	margin: 10px 0 0 0 !important;
}

.mt15 {
	margin: 15px 0 0 0 !important;
}

.mt25 {
	margin: 25px 0 0 0 !important;
}

.mb15 {
	margin: 0 0 15px 0 !important;
}

.mb20 {
	margin: 0 0 20px 0 !important;
}

.mb25 {
	margin: 0 0 25px 0 !important;
}

.mb30 {
	margin: 0 0 30px 0 !important;
}

.pB20 {
	padding-bottom: 20px !important;
}

.fwb {
	font-weight: bold;
}

.wrap {
	min-width: 980px;
	overflow: hidden;
	position: relative;
}

.pc-none {
	display: none;
}
.cfix {
	display: block;
	min-height: 1%;
}
.cfix:after {
	content: '';
	font-size: 0;
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}

/* ======================================================= header */

.res14-header02 {
	min-width: 1000px;
	min-height: 100%;
	padding: 15px 0 0 0;
	border-bottom: 3px solid #68b7e6;
	background: url(/sol/contents/img/header/bg_header_01.png) repeat-x #fff;
}
.res14-header-inner02 {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.res14-top-logo {
	position: relative;
	float: left;
	margin: 0;
}
.res14-top-logo img {
	vertical-align: top;
}
.it-logo {
	position: absolute;
	top: 8px;
	width: 140px;
	height: 14px;
	margin-left: 10px;
	padding: 7px 0;
	border-radius: 15px;
	background: #f5f5f5;
	text-align: center;
}

/* --------------------------------------- site-nav */

.site-nav {
	float: right;
	width: 699px;
}

.site-nav__item {
	float: left;
}

.site-nav__item a {
	display: block;
}

.site-nav__search,
.site-nav__about,
.site-nav__work {
	margin: 0 0 0 29px;
	padding: 23px 0 0 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.site-nav__search.action,
.site-nav__about.action,
.site-nav__work.action {
	padding: 14px 0 0 0;
}

.site-nav__search a {
	width: 105px;
	height: 21px;
  background: url(/common/img/img_nav_item01_o.png) 0 0 no-repeat;
}
.site-nav__about a {
	width: 104px;
	height: 21px;
	background: url(/common/img/img_nav_item02_o.png) 0 0 no-repeat;
}
.site-nav__work a {
	width: 254px;
	height: 21px;
	background: url(/common/img/img_nav_item03_o.png) 0 0 no-repeat;
}

/* 2018/12/01 ホームデザイン改修につき追加 */
/* --------------------------------------- header- */

.header-wrap.action {
	height: 50px;
}
.header-gnav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 70px;
}
.header-gnav>li {
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: bold;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", Meiryo, MS PGothic, sans-serif;
	transition: all .2s ease;
}
.header-gnav>li:not(:last-of-type).action {
	padding-bottom: 20px;
	transition: all .2s ease;
}
.header-gnav>li:not(:nth-of-type(n+4)) {
	padding-left: 35px;
}
.header-gnav__link {
	display: block;
	padding-top: 26px;
	padding-bottom: 26px;
	font-size: 12px;
  color: #333;
	transition: all .2s ease;
}
.about a.header-gnav__link-about {
  color: #044B96;
}
.about a.header-gnav__link-about:before {
	background: url(/common/svg/icon_person_hover.svg) no-repeat;
}
.search a.header-gnav__link-search {
  color: #044B96;
}
.search a.header-gnav__link-search:before {
	background: url(/common/svg/icon_loupe_hover.svg) no-repeat;
}
.engineer a.header-gnav__link-engineer {
  color: #044B96;
}
.engineer a.header-gnav__link-engineer:before {
	background: url(/common/svg/icon_computer_hover.svg) no-repeat;
}
.action .header-gnav__link {
	padding-top: 16px;
	padding-bottom: 16px;
}
.header-gnav__link:before {
	content: "";
	display: inline-block;
	margin-right: 6px;
	vertical-align: -4px;
	font-size: 0;
}
.header-gnav__link-search:before {
	width: 20px;
	height: 20px;
  background: url(/common/svg/icon_loupe.svg) no-repeat;
}
.header-gnav__link-about:before {
	width: 19px;
	height: 20px;
  background: url(/common/svg/icon_person.svg) no-repeat;
}
.header-gnav__link-engineer:before {
	width: 27px;
	height: 18px;
  background: url(/common/svg/icon_computer.svg) no-repeat;
}
.header-gnav__link-engineer:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 6px;
	margin-left: 6px;
  background: url(/common/svg/icon_link_external.svg) no-repeat;
	vertical-align: 1px;
	font-size: 0;
}
.header-gnav__item-registration {
	position: relative;
	margin-top: 8px;
	margin-left: 25px;
	background: linear-gradient(#005ec2,#004590);
	border-radius: 10px 10px 0 0;
	box-shadow: 1px 2px 1px rgba(0,0,0,.2);
}
.header-gnav__item-registration:hover {
	background: linear-gradient(#1269ee,#1a5ac0);
}
.header-gnav__item-registration:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 3px 0;
	box-sizing: border-box;
	border-color: transparent #00356e transparent transparent;
}
.header-gnav__link-registration {
	display: block;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 1rem;
	color: #fff;
	text-shadow: 0 2px 1px rgba(0,0,0,.16);
}
a.header-gnav__link-registration:hover {
	color: #fff;
	opacity: 1;
}
.header-gnav__link-registration.header-gnav__link:visited {
	color: #fff;
}
.header-gnav__item-registration.action {
	height: calc(100% - 20px);
	margin-bottom: 20px;
}
.header-gnav__text-registration {
	position: relative;
	padding-left: 6px;
	line-height: 1.5;
}
.header-gnav__text-registration:before {
	content: "";
	position: absolute;
	top: 5.5px;
  left: -6px;
  width: 0px;
  height: 5.5px;
	padding-right: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) translateX(-50%);
	transition: all .2s ease;
}
.header-gnav__text-registration:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 6px;
	margin-left: 4px;
	background: url(/common/svg/icon_link_external02.svg) no-repeat;
	vertical-align: 2px;
	font-size: 0;
}
.header-gnav__link:hover {
	text-decoration: none;
	color: #000;
	opacity: .6;
	transition: all .2s ease;
}
.header-gnav__link:visited {
	color: #333;
}

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

/* IE11用selectデフォルトスタイル打ち消し */
select::-ms-expand {
	display: none;
}

/* --------------------------------------- home-search */

.site-nav__reserve {
	float: right;
	margin: 0 0 0 24px;
	padding: 6px 0 0 0;
}

.site-nav__reserve a {
	position: relative;
	display: block;
	width: 121px;
	height: 65px;
	padding: 0 0 6px 4px;
	background: url(/common/img/img_nav_reserve_bottom.png) no-repeat 0 bottom;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.site-nav__reserve.action a {
	height: 44px;
}

.site-nav__item a img {
	background: #fff;
}

.site-nav__item a:hover img {
	background: none;
}

.site-nav__reserve a span {
	display: block;
	width: 121px;
	height: 100%;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	background: url(/common/img/img_nav_reserve_top.png) no-repeat 100% bottom;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
}

.site-nav__reserve a:hover {
	background: url(/common/img/img_nav_reserve_bottom_o.png) no-repeat 0 bottom;
}

.site-nav__reserve a:hover span {
	background: url(/common/img/img_nav_reserve_top_o.png) no-repeat 100% bottom;
}

.site-nav__reserve a img {
	display: block;
	padding: 19px 0 0 19px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.site-nav__reserve.action a img {
	display: block;
	padding: 8px 0 0 19px;
}

.search .site-nav__search a {
background: url(/common/img/img_nav_item01_current.png) 0 0 no-repeat;
}

.about .site-nav__about a {
background: url(/common/img/img_nav_item02_current.png) 0 0 no-repeat;
}

.search .site-nav__search img,
.about .site-nav__about img,
.engineer .site-nav__engineer img {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
/* ======================================================= footer */

.res14-footer {
	min-width: 1000px;
	min-height: 100%;
	padding: 10px 0 0 0;
	border-top: 3px solid #68b7e6;
	background: #fff;
}
.res14-footer a {
	color: #0087ed;
	text-decoration: none;
}
.res14-footer a:hover {
	text-decoration: underline;
}
.res14-footer-inner {
	position: relative;
	width: 960px;
	min-height: 70px;
	margin: 0 auto;
	text-align: left;
}
.res14-copyright {
	position: absolute;
	top: 8px;
	left: 0;
	width: 280px;
}
.res14-copyright__comanylogo {
	float: left;
	width: 110px;
}
.res14-copyright__rgroup {
	float: left;
	margin: 11px 0 0 0;
	font-weight: bold;
	font-size: 11px;
}
.res14-footer-link {
	position: absolute;
	top: 20px;
	left: 580px;
}
.res14-footer-link > li {
	display: inline;
	float: left;
	min-height: 15px;
	margin: 0 7px 0 0;
	padding: 0 0 0 7px;
	border-left: 1px solid #525252;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 12px;
}
.res14-footer-link > li:first-child {
	margin: 0 7px 0 0;
	padding: 0;
	border-left: none;
}
.res14-pmark {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

/* rsis */
.wrap_its h2 {
	color: #696969;
	padding-left: 5px;
	border-left: 4px solid #68b7e6;
}
.wrap_its .item_wrap {
	box-sizing: border-box;
}
.wrap_its .item:nth-of-type(1) {
	text-align: center;
	vertical-align: middle;
}
.wrap_its .item ._logo {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	text-align: center;
}
.wrap_its .item ._logo ._img {
	width: 220px;
	height: auto;
}
.wrap_its .item ._btn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 0 #d0d0d0;
	box-shadow: 0 2px 0 #d0d0d0;
	background: url(/sol/contents/img/svg/icon/icon_window_gray.svg) no-repeat;
	background-size: 13px 12px;
	color: #444;
	text-align: center;
}
.wrap_its .its_list > li {
	background: url(/sol/contents/img/svg/icon/arrow_blue_right.svg) no-repeat left center;
}
.wrap_its .its_list > li > a {
	color: #008ce6;
}
.wrap_its .rs-is_wrap {
	background: #f0f8fc;
}
.wrap_its .rs-is_wrap ._bnr > img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 641px) {
	.wrap_its {
		width: 710px;
		margin: 30px auto;
		padding: 20px;
		box-sizing: border-box;
		border: 1px solid #e6e6e6;
		border-radius: 4px;
	}
	.wrap_its h2 {
		margin-bottom: 20px !important;
		font-size: 16px;
	}
	.wrap_its .item_wrap {
		display: block;
		overflow: hidden;
		width: 100%;
	}
	.wrap_its .item:nth-of-type(1) {
		float: left;
		width: 283px;
	}
	.wrap_its .item:nth-of-type(2) {
		float: right;
		width: 360px;
		padding-bottom: 2px;
	}
	.wrap_its .item ._logo {
		padding: 18px 0;
	}
	.wrap_its .item ._txt {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.wrap_its .item ._btn {
		height: 50px;
		background-position: right 22px center;
		font-size: 14px;
		font-weight: bold;
		line-height: 50px;
	}
	.wrap_its .item ._btn:hover {
		opacity: 0.8;
		text-decoration: none;
	}
	.wrap_its .its_list {
		margin-top: 10px;
		text-align: right;
	}
	.wrap_its .its_list > li {
		display: inline-block;
		height: 18px;
		margin-left: 20px;
		padding-left: 17px;
		background-size: 8px 14px;
		font-size: 12px;
		line-height: 18px;
	}
	.wrap_its .rs-is_wrap {
		display: block;
		overflow: hidden;
		width: 100%;
		box-sizing: border-box;
		margin-top: 20px;
		padding: 20px 0;
	}
	.wrap_its .rs-is_wrap ._bnr {
		float: left;
		width: 320px;
		padding-left: 20px;
	}
	.wrap_its .rs-is_wrap ._txt {
		float: right;
		width: 328px;
		height: 49px;
		font-size: 11px;
		line-height: 49px;
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	.wrap_its {
		margin: 0;
		padding: 20px 10px 0;
		box-sizing: border-box;
		border-top: 1px solid #d0d0d0;
	}
	.wrap_its h2 {
		margin-bottom: 10px !important;
		font-size: 13px;
	}
	.wrap_its .logo_its {
		text-align: center;
	}
	.wrap_its .item:nth-of-type(2) {
		margin-top: 10px;
	}
	.wrap_its .item ._logo {
		padding: 20px 0;
	}
	.wrap_its .item ._txt {
		margin-bottom: 16px;
		font-size: 11px;
	}
	.wrap_its .item ._btn {
		height: 35px;
		background-position: right 10px center;
		font-size: 13px;
		line-height: 35px;
	}
	.wrap_its .its_list {
		margin-top: 20px;
	}
	.wrap_its .its_list > li {
		height: 17px;
		margin-bottom: 10px;
		padding-left: 11px;
		background-size: 6px 10px;
		font-size: 11px;
		line-height: 17px;
	}
	.wrap_its .rs-is_wrap {
		margin: 0 -10px;
		padding: 10px 0;
		text-align: center;
	}
	.wrap_its .rs-is_wrap ._bnr {
		display: block;
		width: 280px;
		margin: 0 auto;
	}
	.wrap_its .rs-is_wrap ._txt {
		margin-top: 10px;
		font-size: 11px;
	}
}
/* ======================================================= container */

#container {
	padding: 20px 0 60px 0;
	background: #f5f5f5;
}
/* ------------------------------- container__inner */

.container__inner {
	width: 980px;
	margin: auto;
}
/* ======================================================= mod-base */

.mod-base {
	background: #fff;
}
/* ======================================================= content-block-wrap */

.content-block-wrap {
	margin: 0 0 65px 0;
}

.content-block-wrap02 {
	margin: 0 0 38px 0;
}

.content-block-wrap:last-child,
.content-block-wrap02:last-child {
	margin: 0;
}
/* ======================================================= crumb */

.crumb {
	overflow: hidden;
	height: 17px;
	margin: 0 0 22px 0;
	font-size: 80%;
	line-height: 1.25;
	color: #999;
}

.crumb li {
	color: #333;
	margin: 0 0 4px 0;
	float: left;
}

.crumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crumb li a {
	position: relative;
	margin: 0 8px 0 0;
	padding: 0 12px 0 0;
	color: #999;
}

.crumb li a:after {
	position: absolute;
	bottom: 50%;
	right: 0;
	margin: 0 0 -3px 0;
	content: "";
	width: 4px;
	height: 7px;
	background: url(/sol/contents/it/common/img/spritesheet.png) -91px -5px no-repeat;
}

.crumb li a:hover {
	color: #333;
}
/* ======================================================= crumb-multiple */

.crumb-multiple {
	margin: 20px 0;
	font-size: 80%;
	line-height: 1.5;
	color: #999;
}

.crumb-multiple li {
  display: inline;
	color: #333;
}

.crumb-multiple li:not(:first-child):before {
	content: "";
  display: inline-block;
	padding: 0 8px 0 0;
	width: 4px;
	height: 7px;
	background: url(/sol/contents/it/common/img/spritesheet.png) -91px -5px no-repeat;
}

.crumb-multiple li a {
	padding-right: 4px;
	color: #999;
}

.crumb-multiple li a:hover {
	color: #333;
}
/* ======================================================= main-contents */

.main-contents {
	width: 100%;
	position: relative;
}
/* ------------------------------- main-contents-has-side */

.main-contents.main-contents-has-side {
	float: left;
	width: 770px;
}
/* ------------------------------- main-contents__inner */

.main-contents__inner {
	padding: 50px;
	background: #fff;
}
/* ======================================================= side-contents */

.side-contents {
	float: right;
	width: 180px;
}
/* ------------------------------- side-ttl */

.side-ttl {
	padding: 18px 0;
	line-height: 1.2;
	border-top: 3px solid #044b96;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	font-size: 114.2%;
}

.side-ttl a {
	color: #333;
}

.side-ttl a:hover {
	color: #999;
	text-decoration: none;
}
/* ------------------------------- side-nav */

.side-nav a:hover {
	text-decoration: none;
}
/* ----------------------- side-nav__list-item-lv1 */

.side-nav__list-item-lv1 > li {
	padding: 18px 0;
	line-height: 1.25;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}

.side-nav__list-item-lv1 > li.current {
	padding: 18px 0;
	color: #0059b3;
}

.side-nav__list-item-lv1 > li a {
	display: block;
	color: #333;
}

.side-nav__list-item-lv1 > li a:hover {
	color: #999;
}
/* ----------------------- side-nav__list-item-lv2 */

.side-nav__list-item-lv2 > li {
	margin: 14px 0 0 0;
	padding: 0 0 0 15px;
	line-height: 1.25;
	font-weight: normal;
	font-size: 85.7%;
	background: url(/common/img/icon_sidenav.png) no-repeat 0 .2em;
}

.side-nav__list-item-lv2 > li.current {
	padding: 0 0 0 15px;
	color: #0059b3;
}

.side-nav__list-item-lv2 > li a {
	padding: 0;
	color: #666;
}

.side-nav__list-item-lv2 > li a:hover {
	color: #999;
}

.side-nav__icon-blank {
	position: relative;
	display: inline-block;
	padding: 0 14px 0 0;
}
.side-nav__icon-blank:before {
	position: absolute;
	bottom: 50%;
	right: 0;
	margin: 0 0 -3px 0;
	content: "";
	width: 8px;
	height: 6px;
	background: url(/sol/contents/it/common/img/spritesheet.png) -222px -5px no-repeat;
}

.side-nav__list-item-lv2 > li .side-nav__icon-blank:after {
  position: absolute;
  bottom: 50%;
  right: 0;
  margin: 0 0 -3px 0;
  content: "";
  width: 8px;
  height: 6px;
  background: url(/sol/contents/it/common/img/spritesheet.png) -48px -5px no-repeat;
}

.side-nav__txt-blank {
	display: block;
	margin: 3px 0 0 0;
	font-weight: normal;
	font-size: 71.4%;
}
/* ======================================================= page-nav */

.page-nav {
	margin: 50px 0 0 0;
}

.page-nav a {
	display: inline-block;
}

.page-nav a:hover {
	text-decoration: none;
}
/* ------------------------------- page-nav__prev / page-nav__next */

.page-nav__prev,
.page-nav__next {
	width: 310px;
	position: relative;
}

.page-nav__prev {
	float: left;
}

.page-nav__next {
	float: right;
	text-align: right;
}
/* ----------------------- sub-txt */

.page-nav .sub-txt {
	display: block;
	font-size: 85.7%;
	color: #999;
}

.page-nav__prev .sub-txt {
	padding: 1px 0 10px 22px;
}

.page-nav__next .sub-txt {
	padding: 1px 22px 10px 0;
}
/* ----------------------- main-txt */

.page-nav a:hover .main-txt {
	text-decoration: underline;
}
/* ----------------------- arrow */

.page-nav .arrow {
	position: absolute;
	top: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.page-nav__prev .arrow {
	left: 0;
}

.page-nav__next .arrow {
	right: 0;
}

.page-nav .page-nav__prev a:hover .arrow {
	left: -10px;
}

.page-nav .page-nav__next a:hover .arrow {
	right: -10px;
}
/* ======================================================= page-top */

.page-top {
	position: fixed;
	z-index: 2000;
	right: 0;
	bottom: 100px;
	-webkit-transform: translate3d(0, 0, 0);
}

.page-top a {
	display: block;
	width: 53px;
	height: 56px;
	background: url(/sol/contents/it/common/img/spritesheet.png) no-repeat -135px -5px;
}
/* ======================================================= job-panel */
/* --------------------------------------- job-panel01 */

.job-panel01 a {
	position: relative;
	margin: 0 0 20px 0;
	background: #fff;
	-webkit-transition: all .4s cubic-bezier(.14, .67, .24, .95);
	-moz-transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
}

.job-panel01 a:hover {
	background: #fff8e5;
	text-decoration: none;
}

.job-panel01.job-panel__3col a {
	width: 310px
}
/* --------------------------------------- job-panel02 */

.job-panel02 {
	position: relative;
	top: 100px;
	width: 480px;
	margin: 0 0 20px 0;
	background: #fff;
	-webkit-transition: all .4s cubic-bezier(.14, .67, .24, .95);
	-moz-transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}

.job-panel02.show, .job-pagenation.show  {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

.job-panel02:hover,
.ie8 .job-panel02.hover {
	cursor: pointer;
	background: #fff8e5;
}

/* ------------------------------- job-pagenation */
.job-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 100px;
  width: auto;
  height: 40px;
  margin: 30px auto auto;
  text-align: center;
  font-size: 87.5%;
  -webkit-transition: all .4s cubic-bezier(.14, .67, .24, .95);
  -moz-transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.job-pagenation > li {
  border-radius: 3px;
}
.job-pagenation > li > a, .job-pagenation > li > span {
  display: block;
  padding: 10px 15px;
  color: #044b96;
  border-radius: 3px;
}
.job-pagenation > li > a:hover {
  background-color: #e6e6e6;
  color: #1269ed;
}
.job-pagenation__prev-arrow, .job-pagenation__next-arrow {
  fill: #044b96;
}
.job-pagenation__prev-arrow {
  padding-right: 10px;
  padding-bottom: 1px;
}
.job-pagenation__next-arrow {
  padding-left: 10px;
  padding-bottom: 1px;
}
a:hover > .job-pagenation__prev-arrow, a:hover > .job-pagenation__next-arrow {
  fill: #1269ed;
}
.job-pagenation__prev:before:hover, .job-pagenation__next:after:hover {
  color: #1269ed;
}
.job-pagenation__connect {
  color: #044b96;
  cursor: default;
}
.job-pagenation > li.job-pagenation__connect {
  margin-left: 5px;
}
.is-current {
  margin-right: 15px;
  margin-left: 15px;
}
.job-pagenation .is-current > span {
  background-color: #044b96;
	font-weight: bold;
  color: #fff;
}

/* ------------------------------- job-panel__box01 */

.job-panel__box01 {
	padding: 35px 30px;
}

.job-panel01.job-panel__3col .job-panel__box01 {
	padding: 30px;
}
/* ------------------------------- job-panel-head-area */

.job-panel-head-area-wrap {
	display: flex;
	justify-content: space-between;
}

.job-panel-head-area {
	max-width: 285px;
	margin: 0 10px 22px 0;
}

.job-panel-head-area a:hover {
	text-decoration: none;
}

.job-panel__ttl,
.job-panel__info-area,
.job-panel__info-pay {
	line-height: 1.5;
	font-size: 114.2%;
	font-weight: bold;
}

.job-panel__info-area,
.job-panel__info-pay {
	display: inline;
	vertical-align: text-top;
}

.job-panel__info-line {
	font-weight: bold;
	display: inline;
	border-right: 2px solid #0059b2;
}

.job-panel__info-area:after {
	content: '｜';
	display: inline;
	padding: 0 0 0 4px;
	font-weight: bold;
}

.job-panel__info-company {
	margin: 2px 0 0 0;
	font-size: 85.7%;
	color: #333;
	line-height: 1.6;
}

.job-panel-head-save {
	display: flex;
}

.job-panel-head-save__pocket,
.job-panel-head-save__mail {
	display: block;
	width: 35px;
	height: 35px;
}

.job-panel-head-save__pocket {
	margin-right: 10px;
}

.job-panel-head-save__pocket:hover,
.job-panel-head-save__mail:hover {
	opacity: .75;
	transition: all .3s ease;
}
/* ----------------------- recommend-job job-panel-head-area */

.recommend-job .job-panel-head-area {
	margin: 0 0 15px 0;
}

.recommend-job .job-panel__info-area,
.recommend-job .job-panel__info-pay {
	display: block;
}

.recommend-job .job-panel__info-area:after {
	display: none;
}

.recommend-job .job-panel__info-company {
	margin: 14px 0 0 0;
}
/* ------------------------------- job-panel__info-tag-list */

.job-panel__info-txt,
.job-detail-area__info-txt {
  position: relative;
	/*height: 4.8em;*/
	overflow: hidden;
	word-break: break-all;
	margin: 0 0 16px 0;
	padding: 0 0 0 40px;
	line-height: 1.6;
	color: #333;
}
.job-panel__info-txt br {
  display: none;
}
.home-carrousel .job-panel__info-txt {
	height: 4.8em;
}
.job-panel__info-txt:before,
.job-detail-area__info-txt:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/sol/contents/it/common/img/spritesheet.png) -510px -5px no-repeat;
}

.job-panel__info-txt.row-two-txt {
	height: 3.2em;
}

.job-detail-area__headarea .job-detail-area__info-txt {
	clear: both;
	margin: 0;
}
/* ------------------------------- job-panel__info-tag-list */

.job-panel__info-tag-list {
	margin: 0 0 18px 0;
	color: #333;
}

.job-panel__info-tag-list li {
	display: inline-block;
	padding: 1px 5px 0 5px;
	background: #f5f5f5;
	font-size: 78.5%;
}
/* ------------------------------- job-panel-line-wrap */

.job-panel-line-wrap {
	position: relative;
}
/* ------------------------------- job-panel__txt */

.job-panel__txt {
	margin: 0 0 10px 0;
	/*	padding: 0 10px;*/

	font-size: 85.7%;
	color: #333;
}

.recommend-major .job-panel__txt {
	font-size: 100%;
}
/* ------------------------------- job-panel__link */

.recommend-major .job-panel__link {
	font-size: 85.7%;
	color: #333;
}

.recommend-major .job-panel__link .link-ttl {
	font-weight: bold;
}
/* ------------------------------- job-panel__info-list */

.job-panel__info-list {
	font-size: 85.7%;
	color: #333;
	/*	padding: 0 10px;*/
}

.job-panel__info-list .item {
  position: relative;
	display: inline-block;
	padding: 0 20px 0 15px;
}

.item_pay:before {
  position: absolute;
  bottom: 50%;
  left: 0;
  margin: 0 0 -6px 0;
  content: "";
	width: 12px;
	height: 13px;
	background: url(/sol/contents/it/common/img/spritesheet.png) no-repeat -630px -5px;
}

.item_area:before {
  position: absolute;
  bottom: 50%;
  left: 0;
  margin: 0 0 -6px 0;
  content: "";
	width: 12px;
	height: 13px;
	background: url(/sol/contents/it/common/img/spritesheet.png) no-repeat -608px -5px;
}

.item_time:before {
  position: absolute;
  bottom: 50%;
  left: 0;
  margin: 0 0 -6px 0;
  content: "";
	width: 12px;
	height: 13px;
	background: url(/sol/contents/it/common/img/spritesheet.png) no-repeat -586px -5px;
}
.item_holiday:before {
  position: absolute;
  bottom: 50%;
  left: 0;
  margin: 0 0 -6px 0;
  content: "";
	width: 12px;
	height: 13px;
	background: url(/sol/contents/it/common/img/spritesheet.png) no-repeat -348px -5px;
}
/* ------------------------------- */

.job-panel_is_new .job-panel__new {
	position: absolute;
	top: -4px;
	left: -4px;
}

.job-panel__new {
	position: absolute;
	top: -4px;
	left: -4px;
}
/* -------------------※ ie8-----*/

.ie8 .job-panel_is_new .job-panel__new img {
	background: none;
}
/* ------------------------------- job-panel__btn-area */

.job-panel__btn-area {
	padding: 10px 39px;
	background: #edf4fb;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.job-panel02:hover .job-panel__btn-area,
.ie8 .job-panel02.hover .job-panel__btn-area {
	background: #fff0c8;
}

.btn-area__left {
	width: 235px;
}

.btn-area__right {
	width: 145px;
}

.btn-area__left {
	float: left;
}

.btn-area__right {
	float: right;
}

.btn-area__ttl {
	margin: 0 0 5px 0;
	font-size: 85.7%;
}

.btn-area__link {
	display: block;
	padding: 16px 0;
	line-height: 1.25;
	font-size: 85.7%;
}

.btn-area__link span {
	position: relative;
	padding: 0 0 0 12px;
}

.btn-area__link span:before {
	position: absolute;
	bottom: 50%;
	left: 0;
	margin: 0 0 -3px 0;
	content: "";
	width: 4px;
	height: 7px;
	background: url(/sol/contents/it/common/img/spritesheet.png) -48px -5px no-repeat;
}

.btn-area__btn,
.btn-area__link {
	display: block;
	position: relative;
}

.btn-area__btn {
	display: block;
	width: 235px;
	height: 53px;
	background: url(/sol/contents/it/common/img/spritesheet.png) -7007px -5px no-repeat;
}
/* ------------------------------- job-panel__logo */

.job-panel__logo {
	margin: 0 0 25px 0;
	/*	padding: 0 12px;*/
}

.job-panel__logo .inner {
	width: 250px;
	height: 100px;
	background: #fff;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	-webkit-transition: all .4s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .4s ease;
	text-align: center;
}

.job-panel01 a:hover .job-panel__logo .inner {
	border: 1px solid #1269ed;
}
/* --------------------------------------- ●position● */

.job-panel__left,
.job-panel__center {
	float: left;
}

.job-panel__center {
  margin-left: 25px;
}

.job-panel__center-home {
  margin-left: 0;
}

.job-panel__right {
	float: right;
}
/* ======================================================= more-job-panel */

.more-job-panel {
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

.foot-fixed-panel {
	background: #f5f5f5;
}
/* ======================================================= foot-fixed-panel__reserve */

#foot-fixed-panel__reserve,
#home-foot-fixed-panel__reserve {
	/*	background: url(/common/img/bg_reservepanel.jpg) no-repeat 0 top;*/
	/*	background-size: cover;*/

	background: #000;
	z-index: 1000;
	-webkit-transform: translate3d(0, 0, 0);
}

#foot-fixed-panel__reserve .inner-wrap,
#home-foot-fixed-panel__reserve .inner-wrap {
	position: relative;
}

#foot-fixed-panel__reserve .inner,
#home-foot-fixed-panel__reserve .inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	z-index: 2000;
}
/* --------------------------------------- foot-fixed-panel__reserve__bg-video */

.foot-fixed-panel__reserve__bg-video {
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
	height: 52px;
}

#fixed-video {
	position: relative;
	display: block;
	top: -325px;
	z-index: 1000;
}
/* --------------------------------------- foot-fixed-panel__reserve__btn */

.foot-fixed-panel__reserve__btn {
	position: relative;
	top: -2px;
	float: right;
	width: 494px;
}

.foot-fixed-panel__reserve__btn a {
	display: block;
	width: 494px;
	height: 52px;
  background: url(/sol/contents/it/common/img/spritesheet.png) -4084px -5px no-repeat;
}
/* --------------------------------------- foot-fixed-panel__reserve__txt */

.foot-fixed-panel__reserve__txt-box {
	float: left;
	width: 480px;
	padding: 8px 0 10px 0;
	color: #fff;
	line-height: 1.25;
}

.foot-fixed-panel__reserve__ttl {
	padding: 0 0 4px 0;
}

.foot-fixed-panel__reserve__txt {
	font-size: 78.5%;
}

.foot-fixed-panel__reserve__txt .tel {
	float: left;
	font-size: 85.7%;
	line-height: 1.25;
	color: #fff;
}

.foot-fixed-panel__reserve__txt .list {
	float: right;
	font-size: 85.7%;
}

.foot-fixed-panel__reserve__txt .list li {
	float: left;
	display: inline-block;
	padding: 0 20px 0 0;
	line-height: 1.25;
}

.foot-fixed-panel__reserve__txt .list li a {
	color: #fff;
	padding: 0 0 0 12px;
}

.foot-fixed-panel__reserve__txt .list li a:before {
	position: absolute;
	bottom: 50%;
	left: 0;
	margin: 0 0 -3px 0;
	content: "";
	width: 4px;
	height: 7px;
	background: url(/sol/contents/it/common/img/spritesheet.png) -105px -5px no-repeat;
}
/* --------------------------------------- foot-fixed-panel__contact */

.foot-fixed-panel__contact {
	background: #e6e6e6;
	font-size: 85.7%;
}

.foot-fixed-panel__contact .inner {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
}

.foot-fixed-panel__contact .tel {
	float: left;
	padding: 0 0 0 20px;
	font-weight: bold;
	background: url(/sol/contents/it/common/img/icon_tel_black.png) no-repeat 0 center;
}

.foot-fixed-panel__contact .tel span {
	padding: 0 0 0 20px;
	font-weight: normal;
}

.foot-fixed-panel__contact .list {
	float: right;
}

.foot-fixed-panel__contact .list li {
	float: left;
	padding: 0 0 0 20px;
}

.foot-fixed-panel__contact .list li a {
  position: relative;
	padding: 0 0 0 13px;
}
.foot-fixed-panel__contact .list li a:before {
  position: absolute;
  bottom: 50%;
  left: 0;
  margin: 0 0 -3px 0;
  content: "";
  width: 4px;
  height: 7px;
  background: url(/sol/contents/it/common/img/spritesheet.png) -48px -5px no-repeat;
}

.foot-fixed-panel__contact .list .link-blank a span {
	position: relative;
	padding: 0 14px 0 0;
}
.foot-fixed-panel__contact .list .link-blank a span:after {
	position: absolute;
	bottom: 50%;
	right: 0;
	margin: 0 0 -3px 0;
	content: "";
	width: 8px;
	height: 6px;
	background: url(/sol/contents/it/common/img/spritesheet.png) -240px -5px no-repeat;
}
/* ======================================================= entry */

.entry a {
	display: block;
	position: relative;
	background: #fff;
	-webkit-transition: all .8s cubic-bezier(.14, .67, .24, .95);
	-moz-transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
	-ms-transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
}

.entry a:hover {
	text-decoration: none;
}

.entry__inner {
	position: relative;
	;
	padding: 40px;
}

.entry a:hover {
	background: #fff8e5;
}

.entry__inner .txt {
	color: #333;
}

.entry__inner .annotation {
	color: #333;
}

.entry__inner .annotation02 {
	margin: 15px 0 0 0;
	color: #333;
}
/* --------------------------------------- entry-wrap */

.entry-wrap {
	margin: 0 0 25px 0;
}
/* --------------------------------------- entry__about-reason */

.entry__about-reason {
	margin: 16px 0 25px 0;
}

.entry__about-reason-item {
	float: left;
	width: 448px;
	min-height: 104px;
	text-indent: -9999px;
	box-sizing: border-box;
}

.entry__about-reason-item01 {
	background: url(/about/img/txt_about_index01.png) no-repeat 0 0;
}

.entry__about-reason-item02 {
	margin: 0;
	border-left: 1px solid #ccc;
	background: url(/about/img/txt_about_index02.png) no-repeat center 0;
}
/* --------------------------------------- entry__link */

.entry__link {
	padding: 15px 0;
	text-align: center;
	background: #edf4fb;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.entry__link.type-2line {
	height: 3em;
}

.entry__link.type-2line-1line span {
	margin: 15px 0 0 0;
}

.entry__link span {
	position: relative;
	display: inline-block;
	position: relative;
	padding: 0 0 0 13px;
	line-height: 1.25;
}
.entry__link span:before {
	position: absolute;
	bottom: 50%;
	left: 0;
	margin: 0 0 -3px 0;
	content: "";
	width: 4px;
	height: 7px;
	background: url(/sol/contents/it/common/img/spritesheet.png) -48px -5px no-repeat;
}

.entry a:hover .entry__link {
	background: #fff0c8;
}

.entry__link.entry__link_is_blank .blank-txt {
	padding: 0 13px;
}

.entry__link_is_blank .blank-txt:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	display: inline-block;
	width: 8px;
	height: 6px;
	background: url(/sol/contents/it/common/img/spritesheet.png) -240px -5px no-repeat;
}

.entry__link.entry__link_is_blank .blank-txt-sub {
	display: block;
	background: none;
	padding: 0;
}
/* ======================================================= layout01 */

.layout01__item {
	float: left;
	width: 300px;
	margin: 0 0 22px 40px;
}

.layout01__item:first-child {
	margin: 0;
}

.layout01__item a {
	display: block;
	width: 300px;
	min-height: 100px;
	background: #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.layout01__itema a:first-child {
	margin: 0;
}

.layout01__item a:hover {
	background: #fff8e5;
	text-decoration: none;
}

.layout01__item .img {
	float: left;
	width: 100px;
	height: 100px;
}

.layout01__item .img img {
	background: #fff;
}

.layout01__item .boxTxt {
	float: left;
	width: 160px;
	padding: 16px 20px 5px 20px;
}

.layout01__item .boxTxt .sub {
	margin: 0 0 5px 0;
	color: #999;
	font-size: 78.5%;
	line-height: 1.4;
}

.layout01__item .boxTxt .ttl {
	line-height: 1.6;
}
/* -------------------※ ie8-----*/

.ie8 .layout01__item a {
	height: 104px;
}

.ie8 .layout01__item .boxTxt {
	width: 155px;
}
/* ======================================================= cate-top-lead-txt */

.cate-top-lead-txt {
	margin: 0 0 75px 0;
	padding: 0 248px 0 0;
}
/* ======================================================= layout */

.layout-2col,
.layout-3col {
	clear: both;
}

.layout-2col__col-l,
.layout-3col__col-l,
.layout-3col__col-c {
	float: left;
}

.layout-2col__col-r,
.layout-3col__col-r {
	float: right;
}

.layout-2col__col-l,
.layout-2col__col-r {
	width: 475px;
}

.layout-3col__col-l,
.layout-3col__col-c,
.layout-3col__col-r {
	width: 310px;
}

.layout-3col__col-c,
.layout-3col__col-r {
	margin: 0 0 0 22px;
}
/* ======================================================= inner-layout */

.inner-layout-2col {
	clear: both;
}

.inner-layout-2col__col-l,
.inner-layout-2col__col-r {
	width: 315px;
}

.inner-layout-2col__col-l {
	float: left;
}

.inner-layout-2col__col-r {
	float: right;
}
/* ======================================================= table-style */

.table-base {
	width: 100%;
}

.table-base th,
.table-base td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.table-base th {
	padding: 20px;
	vertical-align: top;
	font-weight: normal;
	background: #f5f5f5;
}

.table-base td {
	padding: 20px 0 20px 20px;
}
/* --------------------------------------- table-style01 */

.table-style01 th {
	width: 21%;
}

.table-style01 td {
	width: 79%;
}
/* ----------------------------- link-ssl */

.link-ssl {
	margin: 20px 0 0 0;
}

.table-style01 .link-ssl th,
.table-style01 .link-ssl td {
	border: none;
	margin: 0;
	padding: 0;
}
/* --------------------------------------- table-style02 */

.table-style02 th,
.table-style02 td {
	width: 50%;
	border-left: 1px solid #ccc;
	vertical-align: top;
}

.table-style02 th:first-child,
.table-style02 td:first-child {
	border-left: none;
}
/* --------------------------------------- table-style03 */

.table-style03 th {
	width: 100px;
}
/* --------------------------------------- table-th-style */

.table-th-style th {
	font-weight: bold;
}
/* ======================================================= list-style */
/* --------------------------------------- table-style01 */

.list-style01 > li {
  position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	line-height: 1.25;
}
.list-style01 > li:before {
  position: absolute;
  top: .4em;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  background: url(/sol/contents/it/common/img/spritesheet.png) -544px -5px no-repeat;
}

.list-style01 > li:last-child {
	margin: 0;
}
/* --------------------------------------- table-style02 */

.list-style02 {
	margin: 0 0 0 25px;
}

.list-style02 > li {
	/*	margin: 0 0 18px 0;*/

	margin: 0 0 5px 0;
	line-height: 1.4;
	list-style: decimal;
}
/* --------------------------------------- table-style03 */

.list-style03 {
	margin: 0 0 0 25px;
}

.list-style03 > li {
	text-indent: 0;
	margin: 0 0 5px 0;
	line-height: 1.4;
	list-style: upper-alpha;
}

.list-style03 > li:last-child {
	margin: 0;
}
/* ------------------------------- type01 */

.list-style03.type01 {
	margin: 10px 0 0 25px;
}
/* --------------------------------------- table-style-no */

.list-style-no > li {
	margin: 0 0 18px 0;
	line-height: 1.4;
	list-style: none;
}
/* ------------------------------- type01 */

.list-style-no.type01 {
	margin: 10px 0 18px 30px;
	text-indent: -38px;
}
/* ======================================================= icon */
/* --------------------------------------- icon-link */

.icon-link a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 14px;
	line-height: 1.25;
}
.icon-link a:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	width: 4px;
	height: 7px;
  background: url(/sol/contents/it/common/img/spritesheet.png) -48px -5px no-repeat;
}
/* --------------------------------------- icon-link-blank */

.icon-link-blank a {
	position: relative;
	display: inline-block;
	padding: 0 14px 0 14px;
	line-height: 1.25;
}
.icon-link-blank a:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	width: 4px;
	height: 7px;
  background: url(/sol/contents/it/common/img/spritesheet.png) -48px -5px no-repeat;
}
.icon-link-blank a:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	display: inline-block;
	width: 8px;
	height: 6px;
  background: url(/sol/contents/it/common/img/spritesheet.png) -240px -5px no-repeat;
}
/* --------------------------------------- icon-link-blank02 */

.icon-link-blank02 .blank-txt {
	position: relative;
	display: inline-block;
	padding: 0 14px 0 14px;
	line-height: 1.25;
}
.icon-link-blank02 .blank-txt:before {
	position: absolute;
	bottom: 50%;
	left: 0;
	margin: 0 0 -3px 0;
	content: "";
	width: 4px;
	height: 7px;
	background: url(/sol/contents/it/common/img/spritesheet.png) -48px -5px no-repeat;
}

.icon-link-blank02 .blank-txt:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	display: inline-block;
	width: 8px;
	height: 6px;
	background: url(/sol/contents/it/common/img/spritesheet.png) -240px -5px no-repeat;
}

.icon-link-blank02 a:hover span {
	text-decoration: underline;
}

.blank-txt-sub {
	display: block;
	padding: 0;
	font-size: 85.7%;
	background: none;
}
/* ======================================================= return-link */

.return-link {
	margin: 50px 0 0 0;
}

.return-link a {
	position: relative;
	padding: 0 0 0 13px;
	line-height: 1.25;
}

.return-link a:before {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -4px 0 0 0;
	content: "";
	width: 4px;
	height: 7px;
	background: url(/sol/contents/it/common/img/spritesheet.png) -5px -5px no-repeat;
}
/* ======================================================= edit-area */

.edit-area {
	clear: both;
}

.edit-area p {
	margin: 0 0 25px 0;
}

.edit-area p:last-child {
	margin: 0;
}
/* ======================================================= other */
/* --------------------------------------- annotation */

.annotation {
	font-size: 85.7%;
	color: #666;
	text-indent: -15px;
	margin: 0 0 0 15px;
}
/* ======================================================= overlay */

.overlay {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	z-index: 9000;
}

.overlay.action {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
}
/* ======================================================= ●page-ttl● */

.page-ttl01 {
	margin: 0 0 22px 0;
	line-height: 1.25;
	font-size: 185.7%;
	font-weight: bold;
}

.page-ttl01.type-info-dtl {
	margin: 0 0 10px 0;
}
/* --------------------------------------- ● has-icon */

.has-icon-building {
  position: relative;
	padding: 0 0 0 46px;
}
.has-icon-building:before {
  position: absolute;
  bottom: 50%;
  left: 0;
  margin: 0 0 -12px 0;
  content: "";
  width: 26px;
  height: 24px;
  background: url(/sol/contents/it/common/img/spritesheet.png) -312px -5px no-repeat;
}
/* ======================================================= ●section-ttl● */
/* --------------------------------------- section__ttl */

.section__ttl {
	margin: 0 0 25px 0;
	line-height: 1.2;
	font-size: 142.8%;
}
/* --------------------------------------- section__ttl02 */

.section__ttl02 {
	margin: 0 0 22px 0;
	padding: 2px 0 0 12px;
	line-height: 1.2;
	font-size: 142.8%;
	border-left: 4px solid #044b96;
}
/* --------------------------------------- section__ttl03 */

.section__ttl03 {
	margin: 0 0 12px 0;
	line-height: 1.2;
	font-size: 128.5%;
}
/* --------------------------------------- section__ttl05 */

.section__ttl05 {
	margin: 0 0 12px 0;
	line-height: 1.2;
	font-size: 114.2%;
}
/* ======================================================= ●box-shadow● */
/* --------------------------------------- box-shadow */

.box-shadow a {
	display: block;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px 1px;
}

.box-shadow a:hover {
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 4px 3px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 4px 3px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 4px 3px 3px;
}
/* -------------------※ ie8-----*/

.ie8 .box-shadow a {
	border-top: 1px solid #eaeaea;
	border-left: 2px solid #eaeaea;
	border-right: 2px solid #eaeaea;
	border-bottom: 3px solid #eaeaea;
	box-sizing: border-box;
}
/* --------------------------------------- box-shadow02 */

.box-shadow02 {
	display: block;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px 1px;
}

.box-shadow02:hover {
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 4px 3px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 4px 3px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 4px 3px 3px;
}
/* -------------------※ ie8-----*/

.ie8 .box-shadow02 {
	border-top: 1px solid #eaeaea;
	border-left: 2px solid #eaeaea;
	border-right: 2px solid #eaeaea;
	border-bottom: 3px solid #eaeaea;
	box-sizing: border-box;
}
/* --------------------------------------- box-shadow02 */

.box-shadow03 {
	display: block;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px 1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px 1px;
}
/* -------------------※ ie8-----*/

.ie8 .box-shadow03 {
	border-top: 1px solid #eaeaea;
	border-left: 2px solid #eaeaea;
	border-right: 2px solid #eaeaea;
	border-bottom: 3px solid #eaeaea;
	box-sizing: border-box;
}
/* ========================================================================== */
/*  150604（木）　長田　追記 */
/* ========================================================================== */

.side-nav__list-item-lv1 > li.current span,
.side-nav__list-item-lv1 > li a span {
	display: block;
	margin: 0 0 5px 0;
	font-size: 85.7%;
	font-weight: normal;
}
/* ========================================================================== */
/*  150803（月）　長田　追記 */
/* ========================================================================== */

.foot-fixed-panel__reserve__ttl {
	padding: 0;
	font-size: 107.1%;
}

.foot-fixed-panel__reserve__txt-box {
	display: table-cell;
	float: none;
	width: 605px;
	padding: 0 67px 0 0;
	vertical-align: middle;
}

.fixed-search-area {
	display: table-cell;
	width: 308px;
}

.fixed-search-area.pc-none {
	display: none;
}

.fixed-search-area__form {
	display: table;
	position: relative;
}

.fixed-search-area__input {
	display: table-cell;
	border: none;
	width: 200px;
	margin: 0 10px 0 0;
	padding: 10px 10px 9px 10px;
	color: #333;
}

.fixed-search-area__button {
	display: table-cell;
	width: 98px;
  background: url(/sol/contents/it/common/img/spritesheet.png) -2380px -5px no-repeat;
	vertical-align: middle;
}

.foot-fixed-panel .inner-wrap .inner {
	padding: 10px 0 8px 0;
}

.fixed-search-area__button button {
	display: block;
	border: none;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}

.fixed-search-area__button img {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.fixed-search-area__button:hover img {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}

.fixed-search-suggest {
	position: absolute;
	bottom: 40px;
	left: 0;
	min-width: 198px;
	border: 1px solid #7a9cd3;
	background: #fff;
	display: none;
	overflow: hidden;
}

.fixed-search-suggest.show {
	display: block;
}

.fixed-search-suggest__item {
	padding: 5px 8px 3px 8px;
	line-height: 1;
}

.fixed-search-suggest__item:hover {
	background: #1e90ff;
}

.home-section #foot-fixed-panel__reserve {
	bottom: -70px;
}

#home-foot-fixed-panel__reserve .inner-wrap .inner {
	padding: 10px 0 8px 0;
}

#home-foot-fixed-panel__reserve .foot-fixed-panel__reserve__bg-video {
	height: 60px;
}
/* ========================================================================== */
/*  jquery UI
/* ========================================================================== */
/*! jQuery UI - v1.11.4 - 2015-08-12
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
	/* support: IE7 */
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
	/* support: IE8 */
}

.ui-front {
	z-index: 100;
}
/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
	cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-autocomplete {
	position: absolute;
	left: 0;
	z-index: 1000;
	background: #fff;
	cursor: default;
	border: 1px solid #7a9cd3;
}

.ui-autocomplete.fixed {
	top: auto!important;
	position: fixed;
	bottom: 50px;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0;
	/* support: IE7 */
	/* support: IE10, see #8844 */

	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	background: #1e90ff;
}
/* icon support */

.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}
/* left-aligned */

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}
/* right-aligned */

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin-top: -2px;
	margin-bottom: -2px;
}
