/* ++++++++++++++++++++ BASE ++++++++++++++++++++ */
/* ++++++++++++++++++++ LAYOUT ++++++++++++++++++++ */
.top_contents {
  margin-top: 60px;
}

/* ++++++++++++++++++++ MODULE ++++++++++++++++++++ */
.top_slider .lo_solid {
  padding: 0;
}

.top_slider ul {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
}
.top_slider ul li {
  position: relative;
}
.top_slider ul li img {
  width: 100%;
  height: auto;
  margin: 0;
}
.top_slider .slide_btn {
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  padding: 10px 34px 10px 20px;
  right: 0;
  bottom: 0;
  background: url("../img/arrow_white.png") no-repeat right 10px top 50% rgba(0, 0, 0, 0.5);
  color: white;
  text-decoration: none;
  border: solid 1px white;
  border-right: none;
  z-index: 999;
}
.top_slider .slide_btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.top_slider .slick-dots {
  bottom: -30px;
  z-index: 99;
}
.top_slider .slick-dots li {
  height: 6px;
  width: 40px;
  border: solid 1px #bfbfbf;
}
.top_slider .slick-dots li button {
  display: none;
}
.top_slider .slick-active {
  background: #bfbfbf;
}

.top_news {
  margin-top: 50px;
}
.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, .top_news h2::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 1px;
  width: 5px;
  height: 100%;
}
.top_news h2::before {
  left: 0;
  background: #0f3666;
}
.top_news h2::after {
  left: 5px;
  background: #0098D6;
}
.top_news .sys_news .tag {
  display: block;
}
.top_news .sys_news li {
  position: relative;
}
.top_news .sys_news .newicon {
  position: absolute;
  top: 4px;
  right: 0;
}

.recom_slider {
  margin: 0 auto;
}
.recom_slider .slick-prev {
  height: 60px;
  left: 0px;
  z-index: 90;
}
.recom_slider .slick-prev::before {
  content: url(../img/arrow_slide_l.png);
  opacity: 0.4;
}
.recom_slider .slick-next {
  height: 60px;
  right: 2px;
  z-index: 90;
}
.recom_slider .slick-next::before {
  content: url(../img/arrow_slide_r.png);
  opacity: 0.4;
}
.recom_slider .cells {
  position: relative;
  margin-right: 2px;
}
.recom_slider .cells .img,
.recom_slider .cells .head,
.recom_slider .cells .txt {
  display: block;
}
.recom_slider .cells .img {
  position: relative;
  padding: 0;
  padding-top: 96%;
  width: 100%;
  height: auto;
  margin-top: 42px;
  overflow: hidden;
}
.recom_slider .cells .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  height: auto;
}
.recom_slider .cells .head {
  position: absolute;
  display: -ms-grid;
  display: grid;
  place-content: center;
  top: 0;
  margin: 0;
  width: 100%;
  height: 42px;
  font-size: 1rem;
  text-align: center;
  padding: 0px;
  background: #0f3666;
  color: white;
}
.recom_slider .cells .txt {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.4em;
}
.recom_slider .cells .txt p {
  margin: 0;
}
.recom_slider .cells .txt i {
  font-style: normal;
  margin-left: 6px;
}

.top_network {
  margin-bottom: 40px;
}
.top_network h2.main_title {
  width: 100%;
  padding: 10px;
  margin: 0 0 -15px;
  text-align: center;
  background: #005377;
  font-size: 18px;
}
.top_network h2.main_title span {
  font-weight: normal;
  color: white;
  line-height: 1.2;
}
.top_network h2.main_title br {
  display: none;
}
.top_network h3 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  color: #0f3666;
  margin: 0;
}
.top_network ul {
  padding: 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: 100%;
  margin-bottom: 20px;
}
.top_network ul li img {
  width: 100%;
  height: auto;
}
.top_network .corp {
  margin: 10px 0 0;
  color: #0F3666;
  font-weight: normal;
}
.top_network .txt {
  margin: 0;
  font-size: 16px;
}

.relation {
  display: none;
}
.relation h2 {
  color: #005377;
  margin-bottom: 20px;
}
.relation .sitelist_wrap {
  letter-spacing: -0.8em;
}
.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: white;
  border-radius: 10px;
}
.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;
  text-align: center;
  height: 40px;
  width: 170px;
}
.relation .sitebox .img img {
  position: absolute;
  max-height: 100%;
  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;
  min-height: 60px;
  font-size: 12px;
  margin-top: 20px;
}

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