@charset "utf-8";

/*
  File Name   : content.css
  Description : コンテンツエリア関係 他
*/


/* top-slider-section
============================================================ */
.top-slider-section {
  margin: 0 0 40px 0;
  opacity: 0;
}

.slide-thumb {
  margin: 7.5px 0 0;
}

.slide-thumb li {
  width: 190px;
  margin-right: 7.5px;
}

.slide-thumb li:last-child {
  margin-right: 0;
}

.slide-thumb li img {
  width: 100%;
  height: auto;
}

#bx-pager a img {
  opacity: .5;
  filter: alpha(opacity=50);
}
#bx-pager a.active img {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* info
============================================================ */
.top-info-section {
  padding: 40px 40px 30px 40px;
  box-sizing: border-box;
  background-color: #fff;
}

.title-right-btn-wrap {
  margin: 0 0 10px 0;
}

.top-info-section table {
  border-top: solid 1px #d8d5c6;
}

.top-info-section table th,
.top-info-section table td {
  vertical-align: top;
  border-bottom: dashed 1px #d8d5c6;
  font-size: 13px;
  padding: 15px 0 15px;
}

.top-info-section table th {
  font-weight: bold;
  width: 90px;
  color: #777;
}

.top-info-section table td .title {
  font-weight: bold;
  margin: 0 0 6px 0;
  display: block;
}

.top-info-section table td a:hover {
  text-decoration: none;
}

.title-info img {
  width: 149px;
  height: auto;
}

.top-info-section {
  margin: 0 0 20px 0;
}


/* SP
============================================================ */
@media screen and (max-width: 767px) {
  .top-info-section {
    margin: 0 0 10px 0;
  }
  .top-info-section table th,
  .top-info-section table td {
    font-size: 12px;
    width: 100% !important;
    display: block;
  }
  .top-info-section table th {
    border: none !important;
    padding: 10px 0 0 !important;
  }
  .top-info-section table td {
    padding: 5px 0 5px !important;
  }
  .top-info-section table td .text {
    display: none;
  }
  .top-info-section__btn-wrap a {
    margin: 20px auto 0;
  }
  .scroll-box-max-height-260 {
    max-height: none;
  }
  .top-info-section {
    padding: 25px 15px 20px 15px;
  }
  .title-info img {
    width: 114px;
    height: auto;
  }
  .title-right-btn-wrap {
    margin: 0 0 0 0;
  }
  .sub-catch-title {
    font-size: 13px;
    margin: 0 0 20px 0;
  }
  .top-slider-section {
    margin: 0 0 60px 0;
  }
  .sp-top-catch {
    padding: 14px 0;
  }
  .sp-top-catch img {
    width: 100%;
    height: auto;
  }
  li.example-list__item.ranking-4,
  li.example-list__item.ranking-5 {
    display: none;
  }
}

.bx-controls.bx-has-controls-direction.bx-has-pager {
  display: none;
}
.basic-section .example-list {
  display: flex;
}

