@charset "UTF-8";
/*****************************************************************************
 * 2018/01/31 CSS for renewal
 *****************************************************************************/
/*===========================
 Common
===========================*/
.link-pdf::after,
.link-pdf2::before,
.link-blank::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-left: 5px;
}
.link-pdf::after {
  background: url(../img/ico_pdf.png) no-repeat center;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.link-blank::after {
  background: url(../img/ico_blank.png) no-repeat center;
}
.link-pdf2::before {
  background: url(../img/ico_pdf2.png) no-repeat center top;
}
/*===========================
 Header Layout
===========================*/
/*** Header ***/
.head {
  width: 100%;
/*  height: 61px;*/
  height: 75px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  z-index: 200;
}
.head.is-pc { display: block; }
.head.is-sp { display: none; }
.head-inner {
  display: block;
  width: 1020px;
  margin: 0 auto;
}
.head-inner::after {
  content: "";
  display: block;
  clear: both;
}
.head-logo {
  display: block;
  width: 278px;
  float: left;
  margin-top: 9px !important;
  margin-bottom: 0 !important;
}
.head-list {
  display: block;
/*  width: 576px;*/
  width: 700px;
  float: right;
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
.head-list > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.075em;
}
.head-list > li > img {
  margin-right: 8px;
}
.head-list > li + li {
  margin-left: 30px;
}
.head-list > li > a {
  color: #000;
}
.head-list-lang {
  position: relative;
  z-index: 0;
}
.head-list-lang .list-lang-sub {
  display: none;
  width: 120%;
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.head-list-lang .list-lang-sub::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #00b0f0 transparent;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.head-list-lang .list-lang-sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.head-list-lang .list-lang-sub li {
  margin: 0;
  padding: 0;
}
.head-list-lang .list-lang-sub li:last-child {
  border-bottom: 1px solid #00b0f0;
}
.head-list-lang .list-lang-sub li a {
  display: block;
  width: 100%;
  background-color: #fff;
  text-align: center;
  color: #000;
  padding: 5px 10px;
  border-top: 1px solid #00b0f0;
  border-left: 1px solid #00b0f0;
  border-right: 1px solid #00b0f0;
}
.head-list-lang .list-lang-sub li a:hover {
  color: #fff;
  background-color: #00609c;
  text-decoration: none;
}

/*** Yahoo Custom Search ***/
#srchBox {
  display: block;
/*  width: 174px;*/
  width: 300px;
  height: 27px;
  text-align: left;
/*  overflow: hidden;*/
}
#srchBox #srch {
  padding: 0;
}
#srchBox #srch li span.select_text {
  font-size: 12px;
}
#srchBox #srch li span input {
  vertical-align: text-top;
}
#srchBox #srch #srchForm {
  white-space: nowrap;
  margin-bottom: 0;
}
#srchBox #srch #srchInput {
  width: 152px;
/*  height: 27px;*/
  height: 24px;
  padding: 2px 1px 3px;
  border: 1px solid #e2e2e2;
  background: #fff /*url(//i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) no-repeat center*/;
  vertical-align: top;
}
#srchBox #srch #srchInput.nomark {
  background: #fff;
}
#srchBox #srch #srchBtn {
  width: 22px;
/*  height: 27px;*/
  height: 24px;
  border: none;
  background: #00b0f0 url(../img/header/ico_search.png) no-repeat center;
  vertical-align: top;
  position: relative;
  right: 8px;
}

/*** Gloabal Navigation ***/
.g-nav {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  z-index: 100;
  top: 0;
}
.g-nav.is-pc { display: block; }
.g-nav.is-sp { display: none; }
.g-nav-inner {
  display: block;

  width: 1020px;
  margin: 0 auto;
}
.g-nav-list {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.g-nav-list::after {
  content: "";
  display: block;
  clear: both;
}
.g-nav-list > li {
  display: table;
  width: 255px;
  height: 57px;
  float: left;
  position: relative;
  z-index: 10;
}
.g-nav-list > li > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 10;
  color: #000;
  letter-spacing: 0.075em;
}
.g-nav-list > li > a:hover,
.g-nav-list > li.is-active > a {
  text-decoration: none;
  background-color: rgba(0,96,156,0.85);
  color: #fff;
}
.g-nav-list > li::before,
.g-nav-list > li:last-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  border-left: 1px solid #bfbfbf;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.g-nav-list > li:hover > a::before,
.g-nav-list > li:hover:last-child::after {
  border-left-color: rgba(0,96,156,0.85);
}
.g-nav-list > li > a::before {
  left: 0;
}
.g-nav-list > li:last-child::after {
  right: 0;
}
/*** Print correspondence ***/
@media print {
  .g-nav {
    position: relative !important;
  }
}

/*** Mega Drop Down Menu ***/
.g-nav-sub {
  display: none;
  width: 255px;
  position: absolute;
  z-index: 10;
  top: 56px;
  left: 0;
}
.g-nav-sub > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: rgba(0,96,156,0.85);
}
.g-nav-sub > ul > li a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 7px 35px 7px 45px;
}
.g-nav-sub > ul > li:first-child a {
  padding-top: 22px;
  border-top: 1px solid #68a1c4;
}
.g-nav-sub > ul > li:last-child a { padding-bottom: 22px; }
.g-nav-sub > ul > li a:hover {
  text-decoration: none;
  background-color: rgba(0,65,105,0.7);
}
.g-nav-sub > ul > li a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url(../img/arrow_next1.png) no-repeat center left;
  vertical-align: middle;
  text-indent: 20px;
  margin-left: -20px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

/*===========================
 Footer Layout
===========================*/
/*** Footer ***/
.foot {
  display: block;
  width: 100%;
  clear: both;
  background-color: #f3f3f3;
  padding: 46px 0 36px;
}

/*** Footer Top ***/
.foot-top {
  text-align: center;
  margin-bottom: 36px;
}
.foot-top-nav {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.foot-top-nav > li {
  display: inline-block;
  letter-spacing: 0.025em;
}
.foot-top-nav > li a {
  color: #000;
}
.foot-top-nav > li + li::before {
  content: "|";
  display: inline;
  color: #c4c4c4;
  margin: 0 1em;
}

/*** Footer Bottom ***/
.foot-btm-cp {
  text-align: center;
  margin: 0;
  color: #000;
  letter-spacing: 0.025em;
}

/*===========================
 Top Page Layout
===========================*/
.top main {
  margin: 0;
}
/*** Main Visual ***/
#MainVisual {
  display: block;
  width: 100%;
  overflow: hidden;
  clear: both;
  position: relative;
  z-index: 0;
}
.main-slider {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 28.68055555% 0 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 1440px){
  .main-slider {
    padding-top: 413px;
  }
}
.main-slider::after {
  content: "";
  display: block;
  width: 100%;
  height: 413px;
  max-width: 1440px;
  background: url(../img/top/mainvisual_front.png) no-repeat center bottom;
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: 0;
}
.main-slider > li {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.main-slider > li img {
  width: 100%;
}
.main-slider > li .text {
  display: block;
  position: absolute;
  /*z-index: 10;*/
  top: 0;
  left: 0;
}
.main-slider > li:nth-child(1) .text {
  top: 50px;
  right: 140px;
}
.main-slider > li:nth-child(2) .text {
  top: 100px;
  left: 150px;
}
.main-slider > li:nth-child(3) .text {
  width: 100px;
  top: 75px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main-slider > li:nth-child(4) .text {
  width: 100%;
  top: 25px;
}
.main-slider > li .text p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4666666;
  letter-spacing: 0.075em;
  color: #fff;
  text-shadow:2px 2px 3px rgba(0,0,0,0.7);
}
.main-slider > li:nth-child(1) .text p { text-align: right; }
.main-slider > li:nth-child(3) .text p { text-align: center; }
.main-slider > li:nth-child(4) .text p { text-align: center; }
.main-slider-thumb {
  display: none;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 23px;
  left: 0;
  right: 0;
}
.main-slider-thumb > li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.main-slider-thumb > li + li {
  margin-left: 10px;
}
.main-slider-thumb > li.is-active {
  background-color: #006cb7;
}

/*** Notice Contents ***/
#NoticeContents .inner {
  display: block;
  width: 1020px;
  margin: 13px auto 0;
}
#NoticeContents .inner::after {
  content: "";
  display: block;
  clear: both;
}

/*** News ***/
#News {
  display: block;
  width: 553px;
  padding-top: 27px;
  padding-right: 29px;
  float: left;
}
#News .news-head-wrap {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
#News .news-head {
  margin: 0;
  padding: 0;
  background-color: inherit;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.075em;
  color: #000;
  vertical-align: middle;
}
#News .news-head span {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  border-left: 1px solid #bfbfbf;
  margin-left: 1em;
  padding-left: 1em;
}
#News .news-button {
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
}
#News .news-button a {
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
}
#News .news-button a span {
  display: block;
  width: 21px;
  height: 3px;
  background-color: #006cb7;
  border-radius: 3px;
  margin: 0 auto 3px;
}
#News .news-button a span:last-child {
  width: 100%;
  height: auto;
  background-color: inherit;
  line-height: 1;
  margin-bottom: 0;
}
#dsjigyou {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e2e2e2;
}
#dsjigyou li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
}
#dsjigyou .news-header {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
#dsjigyou .news-head-categ {
  display: inline-block;
  margin: 0;
  padding: 0 0.5em;
  vertical-align: middle;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.075em;
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  margin-right: 5px;
}
#dsjigyou .news-head-categ.is-jefhd { background-color: #007cc9; }
#dsjigyou .news-head-categ.is-jefst { background-color: #007cc9; }
#dsjigyou .news-head-categ.is-jefeng { background-color: #007cc9; }
#dsjigyou .news-head-categ.is-jeftrade { background-color: #007cc9; }
#dsjigyou .news-head-categ.is-jmu { background-color: #007cc9; }
#dsjigyou .news-head-categ.is-etc { background-color: #007cc9; }
#dsjigyou .news-body .news-data,
#dsjigyou .news-body .news-text {
  font-size: 14px;
  line-height: 1.714285714;
  letter-spacing: 0.075em;
  margin: 0;
  padding: 0;
}
#dsjigyou .news-body .news-text a {
  color: #000;
}
#dsjigyou .news-body .news-text a:hover {
  text-decoration: underline;
}

/*** Important Notices ***/
#ImpNotices {
  display: block;
  width: 467px;
  background-color: #f2f2f2;
  padding: 27px 19px;
  float: right;
}
#ImpNotices .noti-head {
  background-color: inherit;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #d21010;
  margin-bottom: 15px;
}
#ImpNotices .noti-head::before {
  content: "!";
  display: inline-block;
  width: 29px;
  height: 29px;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  background-color: #d21010;
  color: #fff;
  margin-right: 12px;
}
#dswhats {
  list-style: none;
  margin: 0;
  padding: 0;
}
#dswhats li {
  padding: 0;
  border-top: 1px solid #e2e2e2;
}
#dswhats li:last-child {
  border-bottom: 1px solid #e2e2e2;
}
#dswhats li a {
  display: block;
  width: 100%;
  padding: 5px 0 5px 20px;
  color: #000;
  text-decoration: underline;
}
#dswhats li a:hover {
  text-decoration: none;
}
#dswhats li a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url(../img/arrow_next2.png) no-repeat center;
  vertical-align: middle;
  text-indent: 20px;
  margin-left: -20px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

/*20180531追記文字色赤設定用*/
ul#dswhats li.attention a {
  color: #900;
}

/*** Group Banner ***/
#GroupBanner {
  display: block;
  width: 100%;
  margin-top: 40px;
}
#GroupBanner .inner {
  display: block;
  width: 1020px;
  margin: 0 auto;
  background: url(../img/top/banner_bg1.png) repeat-x left center;
  padding: 9px 10px 10px
}
#GroupBanner .inner .banner-head {
  display: inline-block;
  width: 140px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  background-color: inherit;
  text-align: center;
  font-size: 18px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.22);
}
#GroupBanner .inner .banner-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#GroupBanner .inner .banner-list li {
  display: inline-block;
  width: 206px;
  height: 59px;
  padding: 0;
  vertical-align: middle;
}
#GroupBanner .inner .banner-list li + li {
  margin-left: 10px;
}

/*** Menu Pannel ***/
#MenuPannel {
  display: block;
  width: 100%;
  background: #eaf5fa url(../img/top/menu_pannel_bg1.png) repeat-x center top;
  padding-top: 92px;
  margin-top: 26px;
}
#MenuPannel .pannel-top {
  display: block;
  width: 1020px;
  margin: -20px auto 0;
}
#MenuPannel .pannel-top .pannel-top-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#MenuPannel .pannel-top .pannel-top-list::after {
  content: "";
  display: block;
  clear: both;
}
#MenuPannel .pannel-top .pannel-top-list li {
  display: block;
  width: 500px;
  height: 223px;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 0;
  box-shadow: 0px 6px 8px -2px rgba(0,0,0,0.22);
}
#MenuPannel .pannel-top .pannel-top-list li:nth-child(1){
  margin-left: 0;
}
#MenuPannel .pannel-top .pannel-top-list li:nth-child(2),
#MenuPannel .pannel-top .pannel-top-list li:nth-child(3){
  width: 240px;
}
#MenuPannel .pannel-top .pannel-top-list li:nth-child(4){
  clear: both;
  margin-left: 0;
}
#MenuPannel .pannel-btm {
  display: block;
  width: 100%;
  background-color: #007cc9;
  padding: 20px 0 15px;
}
#MenuPannel .pannel-btm .pannel-btm-list {
  display: table;
  width: 1020px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
}
#MenuPannel .pannel-btm .pannel-btm-list li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
#MenuPannel .pannel-btm .pannel-btm-list li a {
  display: block;
  width: 196px;
  height: 200px;
  margin: 0 auto;
  box-shadow: 0px 6px 8px -2px rgba(0,0,0,0.22);
}

/*** External Link ***/
#ExtLink {
  display: block;
  width: 100%;
}
#ExtLink .inner {
  display: block;
  width: 1020px;
  margin: 30px auto 0;
}
#ExtLink .link-head {
  margin: 0;
  padding: 0;
  background-color: inherit;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.075em;
  color: #000;
  vertical-align: middle;
}
#ExtLink .link-head span {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  border-left: 1px solid #bfbfbf;
  margin-left: 1em;
  padding-left: 1em;
}
#ExtLink .link-slide {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
#ExtLink .link-slide:after {
  content: "";
  display: block;
  clear: both;
}
#ExtLink .link-slide div {
  display: block;
  width: 333px;
  float: left;
  margin-left: 10px;
  text-align: center;
}
#ExtLink .link-slide div:first-of-type {
  margin-left: 0;
}

/*** Slick ***/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 126px;
  padding: 0;
  border: 1px solid #00b0f0;
  background-color: #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #00b0f0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -35px;
}
.slick-prev:before {
  content: "<";
}
.slick-next {
  right: -35px;
}
.slick-next:before {
  content: ">";
}
