@charset "UTF-8";
/*
  Copyright J-LINE CORPORATION. All rights reserved.
  http://www.j-line.co.jp/
*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
}

html {
  font: 62.5%/1.6 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', 'Meiryo', 'MS UI Gothic', sans-serif;
}

.logo_sp{
  display: none;
}
.logo_pc{
  display: inline;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon-g297mr.eot");
  src: url("../fonts/icomoon-g297mr.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon-g297mr.ttf") format("truetype"), url("../fonts/icomoon-g297mr.woff") format("woff"), url("../fonts/icomoon-g297mr.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icomoon-"], [class*=" icomoon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cse-search-form{
	display: none!important;
}
.icomoon-thin-angle-up:before {
  content: "\e900";
}

.icomoon-thin-angle-right:before {
  content: "\e901";
}

.icomoon-thin-angle-left:before {
  content: "\e902";
}

.icomoon-thin-angle-down:before {
  content: "\e903";
}

.icomoon-target-blank:before {
  content: "\e904";
}

.body .trunk {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.body .trunk > .branches {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
.body .trunk > .branches > .boxpad-left {
  padding-left: 0;
}
.body .trunk > .branches > .boxpad-right {
  padding-right: 0;
}
.body .trunk > .branches > .leaf {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.body .trunk > .branches:first-of-type {
  margin-top: 0;
}
.body .trunk > .wmax {
  max-width: 1120px;
}
.body .trunk > .boxpad {
  padding-left: 0;
  padding-right: 0;
}
.body .trunk > .liner > * {
  float: left;
}
.body .trunk:before, .body .trunk:after {
  content: " ";
  display: table;
}
.body .trunk:after {
  clear: both;
}
.body .trunk > .tbl {
  display: table;
}
.body .trunk > .tbl > * {
  display: table-cell;
}
.body .trunk > .blk {
  display: block;
}
.body .trunk > .blk > * {
  display: block;
}
.body .trunk .branches {
  min-width: 1120px;
  position: relative;
}

/* ↓ ここから - 2015/12/04 - ヘッダー、パンくずリスト、メインコンテンツ、サイドメニュー、「スペシャリストに相談」ブロック */
.body.lower .trunk .branches.header {
  height: 131px;
}
.body.lower .trunk .branches.grey {
  background: #F7F7F7;
  padding-bottom:100px;
}
.body.lower .trunk .branches.dark-grey {
  background: #EFEFEF;
}
.body.lower .trunk .branches.bg-company {
	background:url(../images/company/bg_company4.jpg) no-repeat center 70%;
	background-size:cover;
}
.body.lower .trunk .branches.blue {
  background: #174aa6;
}
.body.lower .trunk .branches .leaf.title {
  color: #1F1F1F;
  font-size: 24px;
  font-weight: normal;
  line-height: 160px;
  letter-spacing: 3px;
}
.body.lower .trunk .branches .leaf > .breadcrum {
  display: table;
  width: 100%;
  padding: 21px 0 41px;
}
.body.lower .trunk .branches .leaf > .breadcrum .item {
  float: left;
  color: #1F1F1F;
  font-size: 12px;
  list-style-type: none;
}
.body.lower .trunk .branches .leaf > .breadcrum .separator {
  padding: 0 5px;
}
.body.lower .trunk .branches .leaf > .breadcrum .link {
  color: #1F1F1F;
  font-size: 12px;
  text-decoration: underline;
}
.body.lower .trunk .branches .leaf > .breadcrum .link:hover {
  text-decoration: none;
}
.body.lower .trunk .branches .leaf > .main {
  display: table;
  width: 100%;
  padding-bottom: 83px;
}
.body.lower .trunk .branches .leaf > .main > .sidebar {
  display: table;
  float: left;
  width: 265px;
}
.body.lower .trunk .branches .leaf > .main > .sidebar .menu .heading {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  padding: 0 16px;
  background: #174aa6;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.body.lower .trunk .branches .leaf > .main > .sidebar .menu .heading:hover {
  opacity: 0.8;
}
.body.lower .trunk .branches .leaf > .main > .sidebar .menu .item {
  display: block;
  color: #1F1F1F;
  font-size: 14px;
  line-height: 40px;
  padding: 0 16px 0 32px;
  background-color: #FFFFFF;
  background-image: url("../images/common/menu_bullet.gif");
  background-repeat: no-repeat;
  background-position: 15px center;
  border-top: 1px solid #F7F7F7;
  text-decoration: none;
}
.body.lower .trunk .branches .leaf > .main > .sidebar .menu .item:hover {
  text-decoration: underline;
}
.body.lower .trunk .branches .leaf > .main > .sidebar .menu .item.active {
  color: #174aa6;
}
.body.lower .trunk .branches .leaf > .main > .content {
  display: table;
  width: 835px;
  margin:0 auto;
}
.body.lower .trunk .branches .leaf > .contact {
  display: table;
}
.body.lower .trunk .branches .leaf > .contact .message {
  float: left;
  position: relative;
  color: #FFFFFF;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 18px;
  line-height: 1;
  margin: 40px 23px 0 72px;
  letter-spacing: 0.8px;
  margin-right: 50px;
}
.body.lower .trunk .branches .leaf > .contact .message:after {
  content: " ";
  display: block;
  width: 98%;
  height: 3px;
  margin: 10px 0 0;
  /*border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;*/
}
.body.lower .trunk .branches .leaf > .contact .link {
  float: right;
  color: #006EC5;
  font-size: 18px;
  line-height: 60px;
  margin: 20px 0;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  letter-spacing: 1.6px;
  text-decoration: none;
  background-image: url("../images/common/contact-icon.gif");
  background-position: 120px center;
  width: 360px;
  padding-left: 36px;
  box-sizing: border-box;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.body.lower .trunk .branches .leaf > .contact .link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* ↑ ここまで - 2015/12/04 - ヘッダー、パンくずリスト、メインコンテンツ、サイドメニュー、「スペシャリストに相談」ブロック */
/* ↓ ここから - 2016/04/05 - ピックアップテンプレート */
.pickup-footer {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.pickup-footer .list {
  padding: 10px 0px;
}

.pickup-footer .list > .children {
  display: table;
  height: 50px;
  padding-left: 0;
  width: auto;
}

.pickup-footer .list > .children > .middle {
  display: table-cell;
  vertical-align: middle;
}

.pickup-footer .list > .children.corporate a {
  background: #174aa6 url("../images/common/bottom-link.png") no-repeat scroll 90% center;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  padding: 0 30px 0 0;
  text-align: center;
  text-decoration: none;
  width: 160px;
  margin-left: 25px;
  box-sizing: border-box;
}

.pickup-footer .list > .children.copyright {
  float: right;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.pickup .area-headblue {
  height: auto;
}

.pickup .clear {
  clear: both;
}

.pickup .left {
  float: left;
}

.pickup .right {
  float: right;
}

.pickup .clearfix:before,
.pickup .clearfix:after {
  content: " ";
  display: table;
}

.pickup .clearfix:after {
  clear: both;
}

/* ↑ ここまで - 2016/02/19 - ピックアップテンプレート */
.area-headblue {
  height: 50px;
  width: 100%;
  background-color: #174aa6;
}
.area-headblue .base {
  height: 50px;
  width: 100%;
  min-width: 1120px;
  background-color: #174aa6;
  position: fixed;
  z-index: 10000;
}

.subnav {
  float: right;
  height: 100%;
  color: #fff;
  display: table;
  *zoom: 1;
}
.subnav > * {
  display: table-cell;
  vertical-align: middle;
}
.subnav:before, .subnav:after {
  content: " ";
  display: table;
}
.subnav:after {
  clear: both;
}
.subnav > .children {
  letter-spacing: 1px;
}
.subnav > .item {
  font-size: 1.2rem;
  padding-right: 10px;
}
.subnav > .tel {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  padding-right: 25px;
}
.subnav > .ontime {
  font-size: 1.4rem;
  padding-right: 25px;
}
.subnav > .ontime span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
}
.subnav form.gsc-search-box {
  margin-bottom: 0;
}
.subnav .gsc-control-cse.gsc-control-cse-ja {
  padding: 0;
  margin-right: 20px;
}
.subnav .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools .gsc-search-box {
  margin-bottom: 0;
}
.subnav .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools .gsc-search-box td.gsc-input {
  padding-right: 0;
  width: 162px;
}
.subnav .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools .gsc-search-box td.gsc-input > .gsc-input-box {
  width: 162px;
  height: auto;
  border: none;
  box-sizing: border-box;
  padding-top: 3px;
  padding-bottom: 3px;
}
.subnav .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools .gsc-search-box td.gsc-input > .gsc-input-box .gstl_50 .gsib_a {
  padding-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
}
.subnav .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools .gsc-search-box td.gsc-input > .gsc-input-box .gstl_50 .gsib_a .gsc-input {
  padding-right: 0;
}
.subnav .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools .gsc-search-box .gsc-search-button .gsc-search-button.gsc-search-button-v2 {
  margin-top: 0;
  background: none;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  border: none;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}
.subnav .gsc-control-cse.gsc-control-cse-ja .gsc-control-wrapper-cse .gsc-search-box.gsc-search-box-tools .gsc-search-box .gsc-search-button .gsc-search-button.gsc-search-button-v2:before {
  display: none;
}
.subnav .lang .link {
  height: 50px;
  width: 50px;
  background:#fff;
  text-align: center;
  display: table;
  color: #fff;
  text-decoration: none;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.subnav .lang .link .middle {
  display: table-cell;
  vertical-align: middle;
}
.subnav .lang .link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.55);
}
.subnav .lang.active .link {
  height: 50px;
  width: 50px;
  background:#fff;
  text-align: center;
  display: table;
  color: #fff;
  text-decoration: none;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.subnav .lang.active .link .middle {
  display: table-cell;
  vertical-align: middle;
}
.subnav .lang.active .link:hover {
  color: #fff;
  background-color: rgba(57, 56, 104, 0.3);
}

.gsc-search-box tbody {
  width: 182px;
  display: table;
}

.nav {
  overflow-x: hidden;
  background-color: #fff;
  border-bottom: 1px #CBCBCB solid;
}
.nav .gnav {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  width: 1120px;
  /*ロゴはhoverかからない*/
}
.nav .gnav > * {
  float: left;
}
.nav .gnav:before, .nav .gnav:after {
  content: " ";
  display: table;
}
.nav .gnav:after {
  clear: both;
}
.nav .gnav > .children:first-of-type .w .link {
  display: table;
  padding-left: 0em;
  height: 80px;
  padding: 0;
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.nav .gnav > .children:first-of-type .w .link > .middle {
  display: table-cell;
  vertical-align: middle;
}
.nav .gnav > .children:first-of-type .w .link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition: ease 0.8s;
  -o-transition: ease 0.8s;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
}
.nav .gnav > .children:nth-of-type(2) {
  margin-left: 285px;
}
.nav .gnav > .children:nth-of-type(n) .w {
  position: relative;
  height: 80px;
  display: table;
  padding-left: 0em;
}
.nav .gnav > .children:nth-of-type(n) .w > .middle {
  display: table-cell;
  vertical-align: middle;
}
.nav .gnav > .children:nth-of-type(n) .w .link.level1 {
  padding-left: 17px !important;
  padding-right: 17px !important;
  color: #222;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  height: 80px;
  text-align: center;
  display: table;
  padding-left: 0em;
  -moz-transition: linear 0.2s 0s;
  -o-transition: linear 0.2s 0s;
  -webkit-transition: linear 0.2s;
  -webkit-transition-delay: 0s;
  transition: linear 0.2s 0s;
}
.nav .gnav > .children:nth-of-type(n) .w .link.level1 > .middle {
  display: table-cell;
  vertical-align: middle;
  font-size:1.4rem;
}
.nav .gnav > .children:nth-of-type(n) .w > .link.level1:hover {
  background-color: rgba(179, 212, 238, 0.9);
  color: #174aa6;
}
.nav .gnav > .children:nth-of-type(n) .w .positioning {
  height: 100%;
}
.nav .gnav > .children:nth-of-type(n) .w .positioning > .link.level1 {
  width: 70px;
}
.nav .gnav > .children:nth-of-type(n) .w .positioning > .link.level1:hover {
  background-color: rgba(179, 212, 238, 0.9);
  color: #174aa6;
}
.nav .gnav > .children:nth-of-type(n) .w:hover .drop-menu {
  height: 320px;
}
.nav .gnav .drop-menu {
  display: none;
  box-shadow: 0px 2px 2px 0px #ddd;
}
.nav .gnav .drop-menu.up {
  box-shadow: 0px -2px 2px 0px #ddd;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu {
  bottom: 80px;
  left: 0;
  position: absolute;
  z-index: 10000;
  display: block;
  width: 100%;
  min-width: 1120px;
  background-color: rgba(179, 212, 238, 0.9);
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  max-height: 20000px;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  margin-top: 30px;
  width: 1120px;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > * {
  float: left;
  margin-left: 20px;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > *:first-of-type {
  margin-left: 0;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list:before, .nav .gnav > .children:nth-of-type(2) .drop-menu > .list:after {
  content: " ";
  display: table;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list:after {
  clear: both;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list .icon-caret-right {
  font-size: 1rem;
  padding-right: 10px;
  vertical-align: 3px;
  color: #174aa6;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > .children {
  width: 550px;
  height: 260px;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
  box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > .children > .link {
  width: 100%;
  height: 60px;
  display: table;
  padding-left: 0em;
  text-align: center;
  color: #222;
  font-size: 1.6rem;
  text-decoration: none;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > .children > .link > .middle {
  display: table-cell;
  vertical-align: middle;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > .children > .link:hover {
  text-decoration: underline;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > .children > .list {
  margin-top: 20px;
  margin-left: 18px;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > .children > .list > .children .link {
  color: #222;
  font-size: 1.4rem;
  line-height: 1.6;
  text-decoration: underline;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > .children > .list > .children .link:hover {
  text-decoration: none;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > .children:nth-of-type(2) > .list {
  *zoom: 1;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > .children:nth-of-type(2) > .list > * {
  float: left;
  margin-left: 20px;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > .children:nth-of-type(2) > .list > *:first-of-type {
  margin-left: 0;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > .children:nth-of-type(2) > .list:before, .nav .gnav > .children:nth-of-type(2) .drop-menu > .list > .children:nth-of-type(2) > .list:after {
  content: " ";
  display: table;
}
.nav .gnav > .children:nth-of-type(2) .drop-menu > .list > .children:nth-of-type(2) > .list:after {
  clear: both;
}
.nav .gnav > .children:nth-of-type(2):hover {
  background-color: rgba(179, 212, 238, 0.9);
}
.nav .gnav > .children:nth-of-type(2):hover .level1 {
  color: #174aa6;
}
.nav .gnav > .children:nth-of-type(2):hover .drop-menu {
  height: 320px;
}
.nav .gnav > .children:nth-of-type(3) .drop-menu {
  bottom: 80px;
  left: 0;
  position: absolute;
  z-index: 10000;
  display: block;
  width: 100%;
  min-width: 1120px;
  background-color: rgba(179, 212, 238, 0.9);
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  max-height: 20000px;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.nav .gnav > .children:nth-of-type(3) .drop-menu > .list {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  margin-top: 30px;
  width: 1120px;
}
.nav .gnav > .children:nth-of-type(3) .drop-menu > .list > * {
  float: left;
  margin-left: 20px;
}
.nav .gnav > .children:nth-of-type(3) .drop-menu > .list > *:first-of-type {
  margin-left: 0;
}
.nav .gnav > .children:nth-of-type(3) .drop-menu > .list:before, .nav .gnav > .children:nth-of-type(3) .drop-menu > .list:after {
  content: " ";
  display: table;
}
.nav .gnav > .children:nth-of-type(3) .drop-menu > .list:after {
  clear: both;
}
.nav .gnav > .children:nth-of-type(3) .drop-menu > .list .icon-caret-right {
  font-size: 1rem;
  padding-right: 10px;
  vertical-align: 3px;
  color: #174aa6;
}
.nav .gnav > .children:nth-of-type(3) .drop-menu > .list > .children {
  width: 360px;
  height: 60px;
  background-color: #fff;
  margin-bottom: 20px;
  -moz-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
  box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
}
.nav .gnav > .children:nth-of-type(3) .drop-menu > .list > .children:nth-of-type(4), .nav .gnav > .children:nth-of-type(3) .drop-menu > .list > .children:nth-of-type(7), .nav .gnav > .children:nth-of-type(3) .drop-menu > .list > .children:nth-of-type(10) {
  margin-left: 0;
}
.nav .gnav > .children:nth-of-type(3) .drop-menu > .list > .children > .link {
  width: 100%;
  height: 60px;
  display: table;
  padding-left: 0em;
  text-align: center;
  color: #222;
  font-size: 1.6rem;
  text-decoration: none;
}
.nav .gnav > .children:nth-of-type(3) .drop-menu > .list > .children > .link > .middle {
  display: table-cell;
  vertical-align: middle;
}
.nav .gnav > .children:nth-of-type(3) .drop-menu > .list > .children > .link:hover {
  text-decoration: underline;
}
.nav .gnav > .children:nth-of-type(3) .drop-menu > .list > .children > .list {
  margin-top: 15px;
  margin-left: 18px;
}
.nav .gnav > .children:nth-of-type(3) .drop-menu > .list > .children > .list > .children .link {
  color: #222;
  font-size: 1.4rem;
  line-height: 1.6;
  text-decoration: none;
}
.nav .gnav > .children:nth-of-type(3) .drop-menu > .list > .children > .list > .children .link:hover {
  text-decoration: underline;
}
.nav .gnav > .children:nth-of-type(3):hover {
  background-color: rgba(179, 212, 238, 0.9);
}
.nav .gnav > .children:nth-of-type(3):hover .level1 {
  color: #174aa6;
}
.nav .gnav > .children:nth-of-type(3):hover .drop-menu {
  height: 360px;
}
.nav .gnav > .children:nth-of-type(4) .drop-menu {
  bottom: 80px;
  left: 0;
  position: absolute;
  z-index: 10000;
  display: block;
  width: 100%;
  min-width: 1120px;
  background-color: rgba(179, 212, 238, 0.9);
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  max-height: 20000px;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.nav .gnav > .children:nth-of-type(4) .drop-menu > .list {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  margin-top: 30px;
  width: 1120px;
}
.nav .gnav > .children:nth-of-type(4) .drop-menu > .list > * {
  float: left;
  margin-left: 20px;
}
.nav .gnav > .children:nth-of-type(4) .drop-menu > .list > *:first-of-type {
  margin-left: 0;
}
.nav .gnav > .children:nth-of-type(4) .drop-menu > .list:before, .nav .gnav > .children:nth-of-type(4) .drop-menu > .list:after {
  content: " ";
  display: table;
}
.nav .gnav > .children:nth-of-type(4) .drop-menu > .list:after {
  clear: both;
}
.nav .gnav > .children:nth-of-type(4) .drop-menu > .list .icon-caret-right {
  font-size: 1rem;
  padding-right: 10px;
  vertical-align: 3px;
  color: #174aa6;
}
.nav .gnav > .children:nth-of-type(4) .drop-menu > .list > .children {
  width: 208px;
  height: 200px;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
  box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
}
.nav .gnav > .children:nth-of-type(4) .drop-menu > .list > .children:nth-of-type(5) {
  height: 60px;
}
.nav .gnav > .children:nth-of-type(4) .drop-menu > .list > .children > .link {
  width: 100%;
  height: 60px;
  display: table;
  padding-left: 0em;
  text-align: center;
  color: #222;
  font-size: 1.6rem;
  text-decoration: none;
}
.nav .gnav > .children:nth-of-type(4) .drop-menu > .list > .children > .link > .middle {
  display: table-cell;
  vertical-align: middle;
}
.nav .gnav > .children:nth-of-type(4) .drop-menu > .list > .children > .link:hover {
  text-decoration: underline;
}
.nav .gnav > .children:nth-of-type(4) .drop-menu > .list > .children > .list {
  margin-top: 15px;
  margin-left: 18px;
}
.nav .gnav > .children:nth-of-type(4) .drop-menu > .list > .children > .list > .children .link {
  color: #222;
  font-size: 1.4rem;
  line-height: 1.6;
  text-decoration: none;
}
.nav .gnav > .children:nth-of-type(4) .drop-menu > .list > .children > .list > .children .link:hover {
  text-decoration: underline;
}
.nav .gnav > .children:nth-of-type(4):hover {
  background-color: rgba(179, 212, 238, 0.9);
}
.nav .gnav > .children:nth-of-type(4):hover .level1 {
  color: #174aa6;
}
.nav .gnav > .children:nth-of-type(4):hover .drop-menu {
  height: 260px;
}
.nav .gnav > .children:nth-of-type(5) .drop-menu {
  bottom: 80px;
  left: 0;
  position: absolute;
  z-index: 10000;
  display: block;
  width: 100%;
  min-width: 1120px;
  background-color: rgba(179, 212, 238, 0.9);
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  max-height: 20000px;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.nav .gnav > .children:nth-of-type(5) .drop-menu > .list {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  margin-top: 30px;
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.nav .gnav > .children:nth-of-type(5) .drop-menu > .list > * {
  float: left;
  margin-left: 20px;
}
.nav .gnav > .children:nth-of-type(5) .drop-menu > .list > *:first-of-type {
  margin-left: 0;
}
.nav .gnav > .children:nth-of-type(5) .drop-menu > .list:before, .nav .gnav > .children:nth-of-type(5) .drop-menu > .list:after {
  content: " ";
  display: table;
}
.nav .gnav > .children:nth-of-type(5) .drop-menu > .list:after {
  clear: both;
}
.nav .gnav > .children:nth-of-type(5) .drop-menu > .list .icon-caret-right {
  font-size: 1rem;
  padding-right: 10px;
  vertical-align: 3px;
  color: #174aa6;
}
.nav .gnav > .children:nth-of-type(5) .drop-menu > .list > .children {
  width: 360px;
  height: 160px;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
  box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.2);
}
.nav .gnav > .children:nth-of-type(5) .drop-menu > .list > .children:nth-of-type(5) {
  height: 60px;
}
.nav .gnav > .children:nth-of-type(5) .drop-menu > .list > .children > .link {
  width: 100%;
  height: 60px;
  display: table;
  padding-left: 0em;
  text-align: center;
  color: #222;
  font-size: 1.6rem;
  text-decoration: none;
}
.nav .gnav > .children:nth-of-type(5) .drop-menu > .list > .children > .link > .middle {
  display: table-cell;
  vertical-align: middle;
}
.nav .gnav > .children:nth-of-type(5) .drop-menu > .list > .children > .link:hover {
  text-decoration: underline;
}
.nav .gnav > .children:nth-of-type(5) .drop-menu > .list > .children > .list {
  margin-top: 15px;
  margin-left: 18px;
}
.nav .gnav > .children:nth-of-type(5) .drop-menu > .list > .children > .list > .children .link {
  color: #222;
  font-size: 1.4rem;
  line-height: 1.6;
  text-decoration: none;
}
.nav .gnav > .children:nth-of-type(5) .drop-menu > .list > .children > .list > .children .link:hover {
  text-decoration: underline;
}
.nav .gnav > .children:nth-of-type(5):hover {
  background-color: rgba(179, 212, 238, 0.9);
}
.nav .gnav > .children:nth-of-type(5):hover .level1 {
  color: #174aa6;
  background-color: rgba(179, 212, 238, 0.9);
}
.nav .gnav > .children:nth-of-type(5):hover .drop-menu {
  height: 280px;
}

footer .list a {
	line-height:20px;
}

footer .list2 {
	
	display: flex;
	flex-flow: row;
	justify-content: center;
	margin: 0px 0;
	padding: 15px 30px;
}

footer ul.leaf  li.children {
	font-size: 1.4rem;
	border-right:1px solid #ccc;}
footer ul.leaf  li.children:last-child {
	border:none;}

footer ul.leaf  li.children > ul {
	font-size: 1.4rem;
	border:none;}
footer a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
footer a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #174AA6;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
footer a:hover::after {
  transform: scale(1, 1);
}

.footer .area-footblue {
  width: 100%;
  background-color: #174aa6;
}
.footer .area-footblue .list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  
  *zoom: 1;
  width:100%;
  
}
.footer .area-footblue .list > * {
  float: left;
}
.footer .area-footblue .list > *:last-child {
  float: right;
}
.footer .area-footblue .list:before, .footer .area-footblue .list:after {
  content: " ";
  display: table;
}
.footer .area-footblue .list:after {
  clear: both;
}
.footer .area-footblue .list > .children {
  height: 50px;
  display: table;
  padding-left: 0em;
}
.footer .area-footblue .list > .children > .middle {
  display: table-cell;
  vertical-align: middle;
}
.footer .area-footblue .list > .children .link {
  height: 19px;
  border-left: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
}
.footer .area-footblue .list > .children .link:hover {
  text-decoration: underline;
}
.footer .area-footblue .list > .children .copyright {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 1.2rem;
}
.footer .area-footblue .list > .children:first-of-type .link {
  border-left: none;
  padding-left: 0;
}

.pagetop {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: table;
  padding-left: 0em;
  text-align: center;
  position: fixed;
  z-index: 10000;
  bottom: 90px;
  right: 45px;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagetop > .middle {
  display: table-cell;
  vertical-align: middle;
}
.pagetop .icomoon-thin-angle-up {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.pagetop:after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-color: #174aa6;
  top: 0;
  left: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pagetop:hover:after {
  background-color: rgba(0, 111, 197, 0.8);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ↓ ここから - 2016/02/19 - ピックアップテンプレート */
.main-banner {
  width: 100%;
  min-width: 1120px;
  position: relative;
}

.main-banner img {
  width: 100%;
}

.pickup-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
  text-align: center;
  background-color: #ffffff;
  opacity: 0.8;
  width: 550px;
  padding-top: 40px;
}

.pickup-social {
  position: absolute;
  top: 14px;
  right: 10px;
}

.twitter-share-button {
  float: left;
  padding-right: 10px;
}

.fb_iframe_widget {
  float: left;
}

.pickup-title-des {
  font-size: 16px;
}

.pickup-main-title {
  font-size: 48px;
  margin-bottom: 20px;
}

.pickup-menu-icon {
  position: absolute;
  top: 15px;
  left: 25px;
  cursor: pointer;
}

.pickup-side-menu {
  position: absolute;
  top: 0px;
  left: -300px;
  bottom: 0px;
  width: 300px;
  background-color: #174aa6;
}

.pickup-side-menu .item {
  border-bottom: 1px solid #004376;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pickup-side-menu .item:not(.icon):not(.title):hover {
  background-color: #2684ce;
}

.pickup-side-menu .item.icon {
  text-align: right;
  border: none;
  padding: 10px 0px;
}

.pickup-side-menu .item.icon .link {
  display: inline;
  cursor: pointer;
}

.pickup-side-menu .item.icon img {
  width: auto;
}

.pickup-side-menu .item.title {
  text-align: center;
}

.pickup-side-menu .item.title,
.pickup-side-menu .item .link {
  color: #ffffff;
  display: block;
  font-size: 16px;
  line-height: 1.75;
  padding: 15px;
  text-decoration: none;
}

.pickup-side-menu .item .link span {
  font-size: 12px;
  display: block;
}

.pickup-menu {
  background-color: #174aa6;
  margin: auto;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  min-width: 1120px;
  overflow: hidden;
}

.pickup-menu ul {
  display: inline-block;
  list-style: none;
}

.pickup-menu ul li {
  display: inline;
}

.pickup-menu ul li a {
  float: left;
  text-decoration: none;
  color: #fff;
  padding: 0 30px;
  /* variable width */
  line-height: 60px;
}
.pickup-menu ul li a:hover {
  text-decoration: underline;
}

.pickup-contact-title {
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.pickup-contact-button {
  clear: both;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 360px;
  line-height: 50px;
  font-size: 16px;
  color: #FFF;
  letter-spacing: 1.5px;
  display: block;
  margin: auto;
  background: url("../images/common/img-contact-bg.png") no-repeat 320px center;
  background-color: #174aa6;
  text-decoration: none;
  border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pickup-contact-button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.pickup-footer {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.pickup-footer .list {
  padding: 10px 0px;
}

.pickup-footer .list > .children {
  display: table;
  height: 50px;
  padding-left: 0;
  width: auto;
}

.pickup-footer .list > .children > .middle {
  display: table-cell;
  vertical-align: middle;
}

.pickup-footer .list > .children.corporate a {
  background: #174aa6 url("../images/common/bottom-link.png") no-repeat scroll 90% center;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  padding: 0 30px 0 0;
  text-align: center;
  text-decoration: none;
  width: 160px;
  margin-left: 25px;
  box-sizing: border-box;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pickup-footer .list > .children.corporate a:hover {
  opacity: 0.8;
}

.pickup-footer .list > .children.copyright {
  float: right;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.pickup .area-headblue {
  height: auto;
}

.clear {
  clear: both;
}

.body .trunk .branches .leaf.pickup-contact-content.kazu1 {
  padding: 60px 0;
  font-size: 18px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.body .trunk .branches .leaf.pickup-contact-content.kazu1 .pickup-cont-item {
  float: left;
  width: 33.333%;
  display: inline-block;
  margin-bottom: 40px;
}
.body .trunk .branches .leaf.pickup-contact-content.kazu1 .pickup-cont-item .pickup-tel {
  font-size: 24px;
  color: #174aa6;
  font-family: 'Noto Sans Japanese','robot';
}
.body .trunk .branches .leaf.pickup-contact-content.kazu1 .pickup-cont-item:nth-of-type(1) {
  margin-left: 370px;
}
.body .trunk .branches .leaf.pickup-contact-content.kazu2 {
  padding: 60px 0;
  font-size: 18px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.body .trunk .branches .leaf.pickup-contact-content.kazu2 .pickup-cont-item {
  float: left;
  width: 33.333%;
  display: inline-block;
  margin-bottom: 40px;
}
.body .trunk .branches .leaf.pickup-contact-content.kazu2 .pickup-cont-item .pickup-tel {
  font-size: 24px;
  color: #174aa6;
  font-family: 'Noto Sans Japanese','robot';
}
.body .trunk .branches .leaf.pickup-contact-content.kazu2 .pickup-cont-item:nth-of-type(1) {
  margin-left: 180px;
}
.body .trunk .branches .leaf.pickup-contact-content.kazu3 {
  padding: 60px 0;
  font-size: 18px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.body .trunk .branches .leaf.pickup-contact-content.kazu3 .pickup-cont-item {
  float: left;
  width: 33.333%;
  display: inline-block;
  margin-bottom: 40px;
}
.body .trunk .branches .leaf.pickup-contact-content.kazu3 .pickup-cont-item .pickup-tel {
  font-size: 24px;
  color: #174aa6;
  font-family: 'Noto Sans Japanese','robot';
}

.ind-search {
  position: fixed;
  right: -400px;
  top: 250px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
}
.ind-search:hover {
  right: 0;
}
.ind-search .ind-search-button {
  cursor: pointer;
  width: 40px;
  height: 160px;
  color: #FFF;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 42px;
  float: left;
  background: url("../images/common/ind-search.png") no-repeat center 14px;
  background-color: #174aa6;
}
.ind-search .ind-search-button:hover + .ind-search-form {
  display: block;
}
.ind-search .ind-search-form {
  display: block;
  float: left;
  padding-left: 20px;
  padding-right: 12px;
  padding-top: 20px;
  background-color: #EFEFEF;
  height: 160px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.ind-search .ind-search-form .ind-search-area {
  width: 177px;
  height: 38px;
  border: 1px solid #DDDDDD;
  margin-right: 7px;
  margin-bottom: 18px;
  text-align: center;
  color: #174aa6;
  font-size: 16px;
  float: left;
  line-height: 38px;
  background-color: #FFF;
}
.ind-search .ind-search-form .ind-search-area:hover {
  text-decoration: underline;
}
.ind-search .ind-search-form .ind-search-market {
  width: 180px;
  height: 38px;
  border: 1px solid #DDDDDD;
  margin-bottom: 18px;
  font-size: 16px;
  text-align: center;
  color: #174aa6;
  float: left;
  line-height: 38px;
  background-color: #FFF;
}
.ind-search .ind-search-form .ind-search-market:hover {
  text-decoration: underline;
}
.ind-search .ind-search-form p {
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 6px;
  clear: both;
}
.ind-search .ind-search-form .ind-search-keyword {
  width: 209px;
  height: 40px;
  border: 1px solid #DDDDDD;
  margin-right: 7px;
  padding-left: 10px;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.ind-search .ind-search-form .ind-search-submit {
  width: 80px;
  height: 40px;
  color: #FFF;
  border: none;
  font-size: 16px;
  background-color: #174aa6;
  cursor: pointer;
  transition-duration: 0.3s;
}
.ind-search .ind-search-form .ind-search-submit:hover {
  opacity: 0.8;
}

/* ↑ ここまで - 2016/02/19 - ピックアップテンプレート */
.unlink {
  pointer-events: none;
  cursor: default;
}

.scroll {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 120px;
  left: 50%;
  display: block;
  text-align: center;
  margin-left: -25px;
}
.scroll .p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  color: #fff;
}

.scroll-down {
  width: 46px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  display: table;
  padding-left: 0em;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.scroll-down > .middle {
  display: table-cell;
  vertical-align: middle;
}
.scroll-down .icomoon-thin-angle-down {
  color: #fff;
  font-size: 2rem !important;
  font-weight: 800 !important;
  padding-top: 5px;
}
.scroll-down:hover {
  opacity: 0.6;
}

.w-nav {
  width: 100%;
  height: 81px;
  display: block;
}

.now_printing {
	text-align:center;
}