@charset "utf-8";
/* CSS Document */

.subpage .header_block h2 span.type02 {
  display: block;
  width: 346px;
  height: 98px;
  line-height: 98px;
  border-bottom: none;
}
@media (max-width: 760px) {
  .subpage .header_block h2 span.type02 {
	padding: 20px 0;
    width: 200px;
	height: auto;
	line-height: 100%;
  }
}


/* gnavi */
@media (min-width: 761px) {
  .navigation .nav-container li ul {
    width: 370px;
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    padding-right: 164px;
    padding-left: 16px;
    padding-top: 0;
    top: 0px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8) url(../img/common/bg_nav_business_subnav.jpg) no-repeat;
    background-position: right 8px top 18px;
    text-align: left;
    -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 761px) {
  .navigation .nav-container li#nav_information ul {
    background-image: url(../img/common/bg_nav_information_subnav.jpg);
    width: 370px;
  }
  .navigation .nav-container li#nav_business ul {
    background-image: url(../img/common/bg_nav_business_subnav.jpg);
    width: 430px;
  }
  .navigation .nav-container li#nav_products ul {
    background-image: url(../img/common/bg_nav_products_subnav.jpg);
    width: 430px;
  }
  .navigation .nav-container li#nav_products ul li:nth-of-type(even) {
    width: 44%;
  }
  .navigation .nav-container li#nav_products ul li:nth-of-type(odd) {
    width: 50%;
  }
  .navigation .nav-container li#nav_company ul {
    background-image: url(../img/common/bg_nav_company_subnav.jpg);
    width: 400px;
  }
  .navigation .nav-container li#nav_recruit ul {
    background-image: url(../img/common/bg_nav_recruit_subnav.jpg);
    left: auto;
    width: 400px;
    right: 230px;
  }
}



/* footer */
footer nav ul > li + li {
  margin-top: 10px;
}

footer nav ul li > ul {
	margin-top: 5px;
}



/* common */
.fl-cen {
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-flex-pack:center;
	-moz-flex-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}

.hidden_smp { display: block; }
@media (max-width: 761px) {
	.hidden_smp { display: none; }
}