/* ++++++++++++++++++++ LAYOUT ++++++++++++++++++++ */
.top_contents,
.top_network,
.relation {
  margin-top: 50px;
}

/* ++++++++++++++++++++ MODULE ++++++++++++++++++++ */
.top_slider {
  margin-top: 30px;
}
.top_slider ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}
.top_slider-item {
  position: relative;
}
.top_slider .slide_btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  display: inline-block;
  padding: 10px 34px 10px 20px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/arrow_white.png") no-repeat right 10px top 50% rgba(0, 0, 0, 0.15);
  color: #fff;
  text-decoration: none;
  border: solid 1px #fff;
  border-right: none;
}
.top_slider .slide_btn:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.top_slider .slick-dots {
  bottom: 27px;
  z-index: 99;
}
.top_slider .slick-dots li {
  height: 6px;
  width: 40px;
}
.top_slider .slick-dots li button:before {
  content: "";
  background: #fff;
  height: 8px;
  width: 40px;
}

.top_news h2 {
  position: relative;
  margin: 0;
  font-size: 20px;
  padding: 10px 10px 10px 20px;
  border-bottom: solid 1px #0f3666;
  line-height: 1.2;
}
.top_news h2::before {
  left: 0;
  background: #0f3666;
}
.top_news h2::after {
  left: 5px;
  background: #0098d6;
}
.top_news .sys_news {
  margin-top: 20px;
  margin-bottom: 20px;
}
.top_news .sys_news .tag {
  margin-left: 1em;
}

.top_news h2::before,
.top_news h2::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 1px;
  width: 5px;
  height: 100%;
}

.recom_slider .slick-next,
.recom_slider .slick-prev {
  height: 90px;
  width: 30px;
}
.recom_slider .slick-next::before,
.recom_slider .slick-prev::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  height: 90px;
  width: 30px;
  display: block;
}
.recom_slider .slick-prev {
  left: -35px;
  z-index: 90;
}
.recom_slider .slick-prev::before {
  background-image: url("../img/arrow_slide_l.png");
  opacity: 0.4;
}
.recom_slider .slick-next {
  right: -35px;
  z-index: 90;
}
.recom_slider .slick-next::before {
  background-image: url("../img/arrow_slide_r.png");
  opacity: 0.4;
}
.recom_slider .cells {
  margin-right: 2px;
}
.recom_slider .cells a {
  color: #333;
}
.recom_slider .cells .img {
  width: 100%;
  height: 268px;
  position: relative;
  overflow: hidden;
  background-color: #eee;
}
.recom_slider .cells .img img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.recom_slider .cells .head {
  margin: 0;
  text-align: center;
  padding: 10px;
  background: #0f3666;
  color: #fff;
  font-size: 100%;
}
.recom_slider .cells .txt {
  padding: 20px;
  background: #f2f2f2;
}
.recom_slider .cells .txt p {
  margin: 0;
}
.recom_slider .cells .txt i {
  font-style: normal;
  margin-left: 6px;
}

.recom_slider .cells .img,
.recom_slider .cells .head,
.recom_slider .cells .txt {
  display: block;
}

.top_contents .lo-solid {
  overflow: hidden;
}

.top_network {
  margin-top: 80px;
}
.top_network a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333;
}
.top_network a:hover {
  opacity: 0.7;
}
.top_network h3 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  color: #0f3666;
}
.top_network h3 br {
  display: none;
}
.top_network ruby {
  margin-bottom: -20px;
}
.top_network ul {
  padding: 0 12px 0 0;
  margin: 50px 0 0;
  font-size: 0;
  list-style: none;
}
.top_network ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 18px;
  width: 25%;
  margin-right: 4px;
  margin-bottom: 20px;
}
.top_network ul li:nth-child(4n) {
  margin-right: -12px;
}
.top_network ul li img {
  width: 100%;
  height: auto;
}
.top_network h2.main_title {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin: 0;
  text-align: center;
  background: #005377;
  font-size: 24px;
}
.top_network h2.main_title span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
}
.top_network .corp {
  margin: 10px 0 0;
  color: #0f3666;
}
.top_network .txt {
  margin: 10px 0 0;
  font-size: 16px;
}

.relation {
  padding: 40px 0 80px;
  margin-bottom: -100px;
  background-color: #eef5fb;
  overflow: hidden;
}
.relation h2 {
  color: #005377;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 100%;
}
.relation .sitelist_wrap {
  letter-spacing: -0.8em;
  padding-right: 80px;
}
.relation .slick-prev {
  height: 60px;
  left: -45px;
}
.relation .slick-prev::before {
  content: url("../img/arrow_slide_l.png");
  opacity: 0.4;
}
.relation .slick-next {
  height: 60px;
  right: -45px;
}
.relation .slick-next::before {
  content: url("../img/arrow_slide_r.png");
  opacity: 0.4;
}
.relation .slick-dots {
  bottom: -50px;
}
.relation .slick-dots li {
  width: 24px;
  height: 24px;
}
.relation .slick-dots li button::before {
  font-size: 24px;
  color: #4a89db;
}
.relation .slick-dots li.slick-active button::before {
  color: #4a89db;
}
.relation .sitebox {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 20%;
  margin-right: 20px;
}
.relation .sitebox a {
  display: block;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  color: #333;
}
.relation .sitebox:nth-of-type(5n) {
  margin-right: -80px;
}
.relation .sitebox:nth-of-type(n + 6) {
  margin-top: 20px;
}
.relation .sitebox .img {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
}
.relation .sitebox .img img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.relation .sitebox .txt {
  display: block;
  font-size: 12px;
  margin-top: 20px;
}

[id=contents] .slick-slide {
  height: inherit;
}