/*  news */

/* .news .low-fv{
  padding-top: 100px;
} */
/* .single-news .low-fv{
  padding-top: 100px;
} */



/* アーカイブ */
.news__list {
  border-top: 1px solid #999999;
}
.news__list--inner {
  display: flex;
  justify-content: start;
  align-items: start;
}
.news__list--item {
  width: 100%;
  border-bottom: 1px solid #999999;
}

.information__list--nopost{
  padding: 30px 0;
  font-size: 14px;
}
.news__list--link {
  display: block;
  padding: 30px 0;
}
.news__list--left {
  width: 250px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.date {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #5d5d5d;
}
.news__category1 {
  width: 95px;
}
.news__category1 p {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #5d5d5d;
  padding: 3px 4px;
  border: 1px solid #5d5d5d;
  border-radius: 5px;
  text-align: center;
}
.news__category1 p:last-child {
  margin-bottom: 0;
}
.news__list--right {
  width: calc(100% - 250px);
  padding-right: 20px;
  position: relative;
}
.news__list--right::after {
  content: "";
  display: block;
  background: url(../imgs/common/arrow.png) center center / contain no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.information__title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
  color: #5d5d5d;
}

.low__menuListLink {
    display: block;
    padding: 5px 0 5px 30px;
    font-weight: 500;
    font-size: 13px;
    position: relative;
    cursor: pointer;
}
.low__menuListLink:hover{
  opacity: 0.7;
}
.low__menuListLink select{
  cursor: pointer;
}
.low__menuListLink::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../imgs/common/arrow.png) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}



@media screen and (max-width: 750px) {
  .news__list--link {
    padding: 25px 0;
  }
  .news__list--inner {
    display: block;
  }
  .news__list--left {
    padding-right: 0;
    margin-bottom: 10px;
    justify-content: start;
    gap: 15px;
  }
  .news__list--right {
    width: 100%;
  }
}

/* シングルページ */
.single-news .single-type1__inner {
  margin-top: -320px;
}

.single-news__head {
  margin-bottom: 50px;
}
.single-news__ttl {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
}
.single-news__date {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}

.post__group + .post__group {
  margin-top: 34px;
}

.post__youtubeWrap {
  max-width: 800px;
  margin: 0 auto;
}
.post__youtube {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.post__youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

video.vid_main {
  width: 100%;
  max-width: 1160px;
  /*PC版での最大幅*/
}
.single-information__wrap {
}
.vid_contents {
  position: relative;
}
.vid_contents img.play-btn {
  display: block;
  width: 20%;
  max-width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.3s;
}
.vid_contents img.play-btn:hover {
  opacity: 0.7;
}

.vid_contents img.play-btn.playActive {
  display: none;
}

/* mp4 埋め込み */

.pdf__wrapBtn {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s;
}

.pdf__wrapBtn:hover {
  opacity: 0.7;
}

img.icon__pdf {
  width: 50px;
}

.pdf__text {
  font-size: 19px;
  display: block;
  padding-left: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.pdf__wrapBtn:hover .pdf__text {
  text-decoration: underline;
}

/* シェア */
.contentShare {
  width: 100%;
  margin-top: 90px;
  padding: 40px 0 44px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.contentTtl {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
.contentShare__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.6%;
}
.contentShare__item {
  width: 31px;
}
.contentShare__item:nth-child(2) {
  width: 29px;
}
.contentShare__item a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .single-news .single-type1__inner {
    margin-top: 0;
  }
  .single-news__ttl {
    color: #152828;
  }
  .single-news__date {
    color: #152828;
  }
}

@media screen and (max-width: 750px) {
  .single-news__head {
    margin-bottom: 25px;
  }
  .single-news__ttl {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .single-news__date {
    font-size: 13px;
  }
  .pdf__text {
    font-size: 14px;
  }
}
