@charset "UTF-8";
.main-sub {
  display: block;
  padding: 0 20px;
}
.main-sub .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 70px 0;
}
.main-sub__tit {
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 3px;
}
.main-sub__tit span {
  display: block;
  margin-right: 20px;
  color: #005bac;
  font-size: 32px;
}
.main-sub__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 0 auto;
  font-size: 0.94rem;
}
.main-sub__breadcrumb li {
  color: #005bac;
  letter-spacing: 1px;
}
.main-sub__breadcrumb li:not(:first-child) {
  margin-left: 6px;
}
.main-sub__breadcrumb li:not(:first-child)::before {
  content: "→";
  display: inline-block;
  margin-right: 8px;
  color: #999;
}
.main-sub__breadcrumb li a {
  color: #999;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .main-sub .wrap {
    padding: 100px 0 120px;
  }
  .main-sub__tit span {
    display: inline-block;
    font-size: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .main-sub__tit {
    width: auto;
  }
  .main-sub__breadcrumb {
    margin: 30px 0 0;
  }
  .main-sub__breadcrumb a:hover {
    text-decoration: none;
  }
}

.news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.news__btn li {
  font-weight: bold;
}
.news__btn li:not(:first-child) {
  margin-left: 40px;
}
.news__btn li a {
  display: block;
  padding-bottom: 6px;
  position: relative;
}
.news__btn li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #f7ce19;
  bottom: -2px;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
}
.news__btn li.on a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.news__list {
  margin-top: 40px;
  position: relative;
  border-top: #e5e5e5 1px solid;
}
.news__list li a {
  display: block;
  padding: 20px 44px 20px 0;
  position: relative;
  border-bottom: #e5e5e5 1px solid;
}
.news__list li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("/assets/img/common/ico_arrow_yellow.svg") no-repeat center top/cover;
  right: 10px;
}
.news__list li a > span {
  display: block;
  margin-bottom: 12px;
  color: #666;
  font-size: 1.08rem;
}
.news__list.info li.press {
  display: none;
}
.news__list.press li.info {
  display: none;
}
.news__list--category {
  display: inline-block;
  background: #005bac;
  width: 90px;
  height: 28px;
  margin-left: 20px;
  color: white;
  font-size: 0.78rem;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
.news__list .press .news__list--category {
  background: #0a8dff;
}
@media only screen and (min-width: 960px) {
  .news__btn a:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .news__list li {
    overflow: hidden;
  }
  .news__list li a {
    padding: 30px 44px 30px 226px;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
  }
  .news__list li a:hover {
    color: #005bac;
  }
  .news__list li a > span {
    margin-bottom: 0;
    position: absolute;
    top: 30px;
    left: 0;
  }
  .news__list--category {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
}

.tb-scroll {
  margin-top: 30px;
  overflow-x: scroll;
}
.tb-scroll table {
  min-width: 700px;
  font-size: 1rem;
  text-align: center;
  border-left: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
}
.tb-scroll table th,
.tb-scroll table td {
  padding: 14px;
  border-right: #e5e5e5 1px solid;
  border-top: #e5e5e5 1px solid;
}
.tb-scroll table thead th {
  background: #f6f6f6;
  text-align: center;
}
.tb-scroll table tbody th,
.tb-scroll table tbody td:first-of-type {
  width: 26%;
}
.tb-scroll table tbody th.bg {
  background: #f6f6f6;
}
.tb-scroll table tbody td {
  text-align: left;
}
.tb-scroll .tb-scroll__clm02 tbody th {
  background: #f6f6f6;
  width: 30%;
}
.tb-scroll .tb-scroll__clm02 tbody td:first-of-type {
  width: 70%;
}
@media only screen and (min-width: 960px) {
  .tb-scroll {
    margin-top: 50px;
  }
}

.tb-scroll__txt {
  display: table;
  margin: 8px auto 0 !important;
  padding: 0 20px;
  position: relative;
  font-size: 12px;
  line-height: 1.9;
}
.tb-scroll__txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #222;
  left: 0;
  margin-top: -1px;
}
.tb-scroll__txt span {
  display: inline-block;
  background: white;
  padding: 0 8px;
  position: relative;
}
.tb-scroll__txt span::before, .tb-scroll__txt span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 6px;
  border: 5px solid transparent;
}
.tb-scroll__txt span::before {
  left: -30px;
  border-right: 10px solid #222;
}
.tb-scroll__txt span::after {
  right: -30px;
  border-left: 10px solid #222;
}
@media only screen and (min-width: 770px) {
  .tb-scroll__txt {
    display: none;
  }
}

#content {
  padding: 0 20px;
}
#content .wrap {
  padding-top: 0;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}
.pager__prev, .pager__next {
  display: block;
  background: url("/assets/img/common/ico_arrow_gray.svg") no-repeat center/contain;
  width: 20px;
  height: 34px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.pager__prev {
  margin-right: 20px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.pager__next {
  margin-left: 20px;
}
.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pager li:not(:first-child) {
  margin-left: 14px;
}
.pager li.on a {
  background: #005bac;
  color: white;
  border: #005bac 1px solid;
}
.pager li a {
  display: block;
  width: 34px;
  height: 34px;
  color: #999;
  font-size: 1.25rem;
  line-height: 34px;
  text-align: center;
  border: #e5e5e5 1px solid;
}
@media only screen and (min-width: 769px) {
  .pager {
    margin-top: 80px;
  }
  .pager__prev, .pager__next {
    height: 40px;
  }
  .pager__prev {
    margin-right: 30px;
  }
  .pager__next {
    margin-left: 30px;
  }
  .pager li:not(:first-child) {
    margin-left: 20px;
  }
  .pager li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .pager__prev, .pager__next {
    -webkit-transition: background 0.3s ease-in-out 0s;
    transition: background 0.3s ease-in-out 0s;
  }
  .pager__prev:hover, .pager__next:hover {
    background: url("/assets/img/common/ico_arrow_blue.svg") no-repeat center/contain;
  }
  .pager li a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .pager li a:hover {
    background: #005bac;
    color: white;
  }
}

.news-detail .wrap {
  max-width: 800px;
}
.news-detail h2 {
  margin-bottom: 40px;
  padding-bottom: 18px;
  font-size: 28px;
  font-weight: bold;
  border-bottom: #e5e5e5 1px solid;
  letter-spacing: 1px;
}
.news-detail h2 > span {
  display: block;
  margin-bottom: 18px;
  font-size: 1.08rem;
  font-weight: normal;
  color: #999;
}
.news-detail__category {
  display: inline-block;
  margin-left: 12px;
  color: #005bac;
  font-size: 0.94rem;
}
.news-detail__inr img {
  display: block;
  margin: 28px 0;
}
.news-detail__inr a {
  color: #005bac;
  text-decoration: underline;
}
.news-detail__inr p,
.news-detail__inr .list-dot {
  margin-top: 20px;
}
.news-detail__tit {
  margin: 36px 0 12px;
  font-size: 16px;
  font-weight: bold;
}
.news-detail__tit-small {
  margin: 24px 0 18px;
  font-size: 14px;
  font-weight: bold;
}
.news-detail__attention-num {
  display: block;
  padding-left: 24px;
  position: relative;
  font-size: 12px;
}
.news-detail__attention-num span {
  position: absolute;
  top: 0;
  left: 0;
}
.news-detail .btn-more {
  margin: 80px auto 0;
}
.news-detail .btn-more.back {
  padding-right: 0;
  padding-left: 20px;
}
.news-detail .btn-more.back::before {
  margin-top: -6px;
  left: 20px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
@media only screen and (min-width: 960px) {
  .news-detail .wrap.last {
    padding-bottom: 120px;
  }
  .news-detail h2 {
    margin-bottom: 50px;
    font-size: 32px;
  }
  .news-detail__category {
    margin-left: 20px;
  }
  .news-detail__inr img {
    margin: 34px 0;
  }
  .news-detail__inr a:hover {
    text-decoration: none;
  }
  .news-detail__inr p,
.news-detail__inr .list-dot {
    margin-top: 24px;
  }
  .news-detail__tit {
    margin: 50px 0 18px;
  }
  .news-detail .btn-more {
    margin: 110px auto 0;
  }
}