@charset "utf-8";

/* = Common
-------------------------------------------------------------- */
.home-box {
  padding: 20px 0 0;
}

/* = #mv
-------------------------------------------------------------- */
#mv {
  height: 475px;
}
#mv .mv-slider,
#mv .mv-slider li,
#mv .mv-slider li .sp-bg {
  height: 100%;
}
#mv .mv-slider.pc {
  display: block;
}
#mv .mv-slider.sp {
  display: none;
}

#mv .mv-slider li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#mv .mv-slider li .sp-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#mv .mv-slider li .wh-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 42%;
  min-width: 600px;
  height: 120px;
  margin: auto;
  background-color: #fff;
  box-shadow:0px 0px 6px 5px rgba(0,0,0,0.08);
  -moz-box-shadow:0px 0px 6px 5px rgba(0,0,0,0.08);
  -webkit-box-shadow:0px 0px 6px 5px rgba(0,0,0,0.08);
  color: #00459c;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mv .mv-slider li .wh-box .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}
#mv .mv-slider li .wh-box .inner .txt {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #mv {
    height: 264px;
  }
  #mv .mv-slider.pc {
    display: none;
  }
  #mv .mv-slider.sp {
    display: block;
  }
  #mv .mv-slider li .wh-box {
    font-size: 30px;
    min-width: 520px;
  }
}

/* = #news
-------------------------------------------------------------- */
#news {
  padding-bottom: 30px;
}
#news .tab-ctrl {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -1px;
  font-size: 0;
}
#news .tab-ctrl li {
  display: inline-block;
  border: 1px solid #918b8a;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  text-align: center;
  padding: .2em 2em;
  font-size: 1.4rem;
  background: #00459c;
  color: #fff;
  font-weight: 200;
  cursor: pointer;
  vertical-align: middle;
}
#news .tab-ctrl li:hover {
  background: #6194d3;
}
#news .tab-ctrl li.current {
  background: #fff;
  color: #000;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  cursor: auto;
}
#news .tab-ctrl li.current:hover {
  background: #fff;
}
#news .tabs {
  padding-top: 8px;
  border-top: 1px solid #918b8a;
}
#news .tabs .tab {
  background: #fff;
  width: 100%;
  z-index: 1;
  display: none;
}
#news .tabs .tab.current {
  display: block;
  z-index: 10;
  background: #fff;
  max-height: 299px;
  overflow-y: scroll;
}
#news .tabs .tab .post_none {
  padding: 20px 50px;
}
#news .inner {
  position: relative;
  padding: 20px;
  padding-left: 120px;
}
#news .inner:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #000, #000 50%, transparent 50%, transparent 100%);
  background-size: 5px 5px;
  border: none;
}
#news .disp-new {
  position: absolute;
  top: 50%;
  left: 50px;
  width: 50px;
  margin-top: -14px;
  padding: 6px 8px;
  background: #00459c;
  color: #fff;
  font-size: 1.0rem;
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
}
#news .entry-meta,
#news .entry-title {
  font-size: 1.2rem;
  font-weight: normal;
}
#news .entry-meta {
  float: left;
}
#news .entry-title {
  margin-left: 90px;
}
#news .news-tab {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  border: none;
  border-radius: 0;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: normal;
  background: #ecf6fc !important;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
}
#news .news-tab:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-bottom: 3px solid #00459c;
  border-right: 3px solid #00459c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #news {
    width: 100%;
    padding: 0;
  }
  #news .tab-ctrl {
    display: block;
  }
  #news .tab-ctrl li,
  #news .tab-ctrl li:hover,
  #news .tab-ctrl li.current {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    border: none;
    border-radius: 0;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: normal;
    background: #ecf6fc !important;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
  }
  #news .tab-ctrl li:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 12px;
    left: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-bottom: 3px solid #00459c;
    border-right: 3px solid #00459c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #news .disp-new {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    margin-top: 0;
    width: 80px;
  }
  #news .inner {
    padding: 20px;
  }
  #news .entry-meta {
    float: left;
    margin-left: 10px;
    margin-top: 4px;
  }
  #news .entry-title {
    margin-left: 250px;
    margin-top: 3px;
  }
  .tabs .tab {
    display: none;
  }
  #news .tabs .tab.current  {
    max-height: none;
  }
}

/* = .title-box
-------------------------------------------------------------- */
.title-box {
  width: 600px;
  margin: 0 auto 30px;
  text-align: center;
}
.title-box .sec-title,
.title-box .sec-subtitle {
  font-weight: normal;
  line-height: 1.88;
}
.title-box .sec-title {
  border-bottom: 2px solid #00459c;
  font-size: 1.8rem;
}
.title-box .sec-subtitle {
  color: #00459c;
  font-size: 2.8rem;
}
.title-box p {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .title-box .sec-title {
    padding: 6px 0;
    font-size: 22px;
  }
  .title-box .sec-subtitle {
    font-size: 32px;
  }
  .title-box p {
    font-size: 28px;
  }
}

/* = #content
-------------------------------------------------------------- */
/*#content {
  padding-bottom: 0;
}*/

/* = .suf-title
-------------------------------------------------------------- */
.suf-title {
  margin-bottom: 25px;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .suf-title a:before {
    right: -30px;
    border: 8px solid transparent;
    border-left: 12px solid #00459c;
  }
}