@charset "UTF-8";

/* ==========================================================
 mainimg
========================================================== */
.hero-top { background: url(../../img/mainimg.jpg) top center no-repeat; }
.hero-top.type-01 { background: url(../../img/mainimg_en.jpg) top center no-repeat; }

/* ==========================================================
 section
========================================================== */
.sec-top-01 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 1020px;
  margin: -30px auto 50px;
  padding-top: 30px;
  background: #fff;
}
.sec-top-02 {
  overflow: hidden;
  min-height: 508px;
  padding: 48px 0;
  background: url(../../img/bg_top_01.jpg) top center no-repeat;
  background-size: cover;
}
.sec-top-02.type-01{
  min-height: 493px;
}
.sec-top-03 {
  padding: 59px 0 100px;
  text-align: center;
}
  .sec-top-01 .inner,
  .sec-top-02 .inner,
  .sec-top-03 .inner {
    width: 960px;
    margin: 0 auto;
  }

.txt-top-01 {
  margin-bottom: 40px;
  padding: 14px 0;
  border: 1px solid #a5e2f0;
  text-align: center;
}

/* ==========================================================
 list
========================================================== */
/*.list-link-top {
  width: 960px;
  margin-top: -30px;
  text-align: center;
}
  .list-link-top li {
    display: inline-block;
    margin: 30px 0 0 30px;
  }
  .list-link-top li:nth-child(3n+1) { margin-left: 0; }
    .list-link-top li a {
      text-decoration: none;
    }
      .list-link-top li span { display: block; }
      .list-link-top li .button {
        position: relative;
        width: 250px;
        margin: -25px auto 0;
        padding: 11px 0 13px;
        text-align: center;
        background: #1cbad8;
        border-radius: 25px;
        font-size: 115%;
        font-weight: 300;
        color: #fff;
        -webkit-font-smoothing: subpixel-antialiased;
      }
        .list-link-top li .button:after {
          position: absolute;
          right: 20px;
          top: 50%;
          width: 8px;
          height: 12px;
          margin-top: -6px;
          background: url(../../common/img/ico_arrow_02.png) no-repeat;
          content: "";
        }
        .list-link-top li .button.ico-window:before {
          position: absolute;
          left: 20px;
          top: 50%;
          width: 11px;
          height: 10px;
          margin-top: -5px;
          background: url(../../common/img/ico_win_01.png) no-repeat;
          content: "";
        }
      .list-link-top li .image {
        overflow: hidden;
        width: 300px;
        height: 170px;
      }
        .list-link-top li .image img { transition: all 0.3s ease-in-out; }
        .list-link-top li a:hover img,
        .list-link-top li a:focus img {
          transform: scale(1.1);
          -webkit-backface-visibility: hidden;
        }*/

.list-tips-top {
  overflow: hidden;
  margin-left: -30px;
}
  .list-tips-top li {
    float: left;
    margin: 28px 0 0 30px;
  }
    .list-tips-top li a {
      display: table;
      width: 298px;
      border: 1px solid #a5e2f0;
      background: #fff;
      text-align: left;
      font-size: 129%;
      color: #005bac;
      line-height: 1.4;
      text-decoration: none;
    }
    .list-tips-top li.tips01 a { background: url(../../img/img_tips_01.jpg) center right no-repeat;}
    .list-tips-top li.tips02 a { background: url(../../img/img_tips_02.jpg) center right no-repeat;}
    .list-tips-top li.tips03 a { background: url(../../img/img_tips_03.jpg) center right no-repeat;}
    .list-tips-top li.tips04 a { background: url(../../img/img_tips_04.jpg) center right no-repeat;}
    .list-tips-top li.tips05 a { background: url(../../img/img_tips_05.jpg) center right no-repeat;}
    .list-tips-top li.tips06 a { background: url(../../img/img_tips_06.jpg) center right no-repeat;}
    .list-tips-top li.tips07 a { background: url(../../img/img_tips_07.jpg) center right no-repeat;}
    .list-tips-top li.tips08 a { background: url(../../img/img_tips_08.jpg) center right no-repeat;}
    .list-tips-top li.tips09 a { background: url(../../img/img_tips_09.jpg) center right no-repeat;}
      .list-tips-top li a span {
        overflow: hidden;
        display: table-cell;
        width: 100%;
        height: 98px;
        padding: 0 10px 0 20px;
        vertical-align: middle;
      }
      .list-tips-top li a img {
        display: block;
        float: right;
      }
      .list-tips-top li a:hover,
      .list-tips-top li a:focus { opacity: 0.7; }

 /* ==========================================================
 News
========================================================== */   
.box-news-top {
  position: relative;
  float: left;
  width: 460px;
  padding: 20px 20px 15px;
  background: rgba(255,255,255,0.9);
}
.box-news-top.type01 {
  width: 960px; 
}
.box-news-top.right { margin-left: 39px; }
.box-news-top:before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 40px;
  height: 3px;
  background: #1cbad8;
  content: "";
}
  .box-news-top h2 {
    float: left;
    margin-bottom: 18px;
  }
  .box-news-top h2.type-01 {
    margin-top: 5px;
  }
  .box-news-top .link-more {
    display: block;
    float: right;
    margin-top: 10px;
    padding-right: 14px;
    background: url(../../common/img/ico_arrow_03.png) right center no-repeat;
    color: #444;
  }
  .box-news-top .link-more.type-01 {
    margin-top: 5px;
  }
  .box-news-top ul {
    clear: both;
    border-top: 1px dashed #d0cfcf;
  }
    .box-news-top ul li {
      padding: 16px 0;
      border-bottom: 1px dashed #d0cfcf;
    }
    .box-news-top ul li:last-child { border-bottom: none; }
      .box-news-top ul li a {
        display: block;
        color: #444;
      }
      .box-news-top ul li span {
        display: block;
        padding: 0 0 2px 18px;
        background: url(../../common/img/ico_arrow_04.png) left center no-repeat;
        color: #005bac;
        font-weight: 500;
      }
      .box-news-top ul li span.pdf {
        display: inline-block;
        padding: 0x;
		width: 18px;
		background: url(../../common/img/ico_pdf_01.png) right center no-repeat;
      }
