@charset "UTF-8";
.info {
  margin-top: 5rem;
  /*--------------一覧--------*/
  /*-------pagination-----*/
  /*--------------詳細--------*/
}
@media screen and (max-width: 599px) {
  .info {
    margin-top: 8rem;
  }
}
.info-items {
  width: 100% !important;
  margin-bottom: 8rem;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .info-items {
    margin-bottom: 10rem;
    padding-top: 4rem;
  }
}
.info-item {
  display: flex;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ddd;
  padding-top: 3rem;
}
@media screen and (max-width: 599px) {
  .info-item {
    flex-direction: column;
    padding-bottom: 4.7rem;
  }
}
.info-item:first-child {
  border-top: 1px solid #ddd;
}
.info-desc {
  width: 12rem;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
@media screen and (max-width: 599px) {
  .info-desc {
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(16px, 3.2rem, 32px);
    align-items: center;
    gap: 3.5rem;
  }
}
.info-date {
  width: inherit;
  font-size: 1.4rem;
  color: #101253;
}
@media screen and (max-width: 599px) {
  .info-date {
    font-size: clamp(14px, 2.8rem, 28px);
  }
}
.info-cat {
  line-height: 1.5;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0cc4ed;
  border: 1px solid #0cc4ed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 7rem;
  min-height: 2.8rem;
  padding: 0.25rem;
}
@media screen and (max-width: 599px) {
  .info-cat {
    font-size: clamp(12px, 2.4rem, 24px);
    padding: 0.7rem;
  }
}
.info-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  width: -webkit-fill-available;
  margin-top: -0.45rem;
  padding-left: 6%;
  font-size: 1.8rem;
  line-height: 1.66;
  color: #101253;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .info-title {
    margin-top: -1.2rem;
    padding-top: 3rem;
    padding-left: 0;
    font-size: clamp(16px, 3.2rem, 32px);
    line-height: 1.75;
  }
}
.info .pagination {
  text-align: center;
}
.info .pagination li {
  width: 5rem;
  height: 5rem;
  line-height: calc(5rem - 4px);
  border-radius: 9999px;
  background: #fff;
  border: 2px solid #0cc4ed;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .info .pagination li {
    width: 7rem;
    height: 7rem;
    line-height: calc(7rem - 4px);
  }
}
.info .pagination li:not(:last-of-type) {
  margin-right: 1rem;
}
.info .pagination li a {
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 500;
  color: #0cc4ed;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .info .pagination li a {
    font-size: 3.2rem;
  }
}
.info .pagination li.prev a,
.info .pagination li.next a {
  background: #0cc4ed;
}
.info .pagination li.prev a::before,
.info .pagination li.prev a::before,
.info .pagination li.next a::before,
.info .pagination li.next a::before {
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  display: block;
  content: "";
}
.info .pagination li.prev a::before {
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}
.info .pagination li.next a::before {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.info .pagination li a:hover,
.info .pagination li.active a {
  background: #0cc4ed;
  color: #fff;
}
.info-detail {
  margin-bottom: 5rem;
  padding: 6rem 6rem 6rem 6rem;
  background-color: #d3eaf4;
  position: relative;
}
@media screen and (max-width: 599px) {
  .info-detail {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .info-detail {
    margin-bottom: 8rem;
    padding: 4rem 3rem 4rem 3rem;
  }
}
.info-detail-head {
  text-align: left;
  font-size: 4rem;
  font-weight: 700;
  color: #101253;
  line-height: 1.5;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .info-detail-head {
    font-size: clamp(24px, 4.8rem, 48px);
  }
}
.info-detail-inner .info-desc {
  width: auto;
  margin-bottom: 3rem;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 599px) {
  .info-detail-inner .info-desc {
    flex-wrap: wrap;
  }
}
.info-detail-inner .info-desc .info-date {
  width: inherit;
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .info-detail-inner .info-desc .info-date {
    font-size: clamp(17px, 3.6rem, 36px);
  }
}
.info-detail-inner .info-desc .info-cat {
  font-size: 2rem;
  padding: 0.1em 0.25em;
}
@media screen and (max-width: 599px) {
  .info-detail-inner .info-desc .info-cat {
    font-size: clamp(17px, 3.6rem, 36px);
  }
}
.info-detail-content:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .info-detail-content:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
.info-detail-content .detail-txt {
  font-size: 1.8rem;
  line-height: 1.625;
}
@media screen and (max-width: 599px) {
  .info-detail-content .detail-txt {
    font-size: clamp(17px, 3.6rem, 36px);
    line-height: 1.8;
  }
}
/*# sourceMappingURL=news.css.map */

.detail_img_box {
  display: flex;
  margin-bottom: 4%;
  gap: 4%;
  a {
    pointer-events: none !important;
    width: 48%;
    height: auto;
    img {
      width: 100%;
      height: auto;
      aspect-ratio: 4/3;
      object-fit: cover;
    }
  }
}
