@charset "UTF-8";

.news8264-block1 .info {
  margin-top: 10px;
  font-size: 12px;
  line-height: 22px;
}

@media screen and (min-width: 769px) {
  .news8264-block1 .info {
    margin-top: 15px;
  }
}

#news .p-news .p-news__image img {
  margin: 30px auto 0;
}

@media screen and (min-width: 769px) {
  #news .p-news .p-news__image img {
    margin: 50px auto 0;
  }
}

.news8264-block2 {
  max-width: 520px;
  margin: 30px auto 0;
}

.news8264-block2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.news8264-block2 li {
  width: 50%;
  padding: 0 4px;
}

.news8264-block2 li:nth-child(n+2) {
  margin-top: 12px;
}

.news8264-block2 li.large {
  width: 100%;
}

.news8264-block2 li figcaption {
  margin-top: 5px;
  font-size: 12px;
  font-size: .75rem;
  line-height: 19px;
}

.news8264-block3.person {
  background: #ffedf3;
  padding: 20px;
  position: relative;
  margin: 30px auto 0;
}

.news8264-block3.person .image {
  width: 160px;
  margin: 15px auto 0;
}

.news8264-block3.person .name {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.news8264-block3.person .name .ja {
  font-size: 18px;
}

.news8264-block3.person .name .en {
  font-size: 13px;
  margin-left: 12px;
}

.news8264-block3.person .text {
  margin-top: 15px;
}

.news8264-block3.person .text span {
  display: block;
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .news8264-block2 {
    margin: 50px auto 0;
  }

  .news8264-block2 ul {
    margin: 0 -12px;
  }

  .news8264-block2 li {
    padding: 0 12px;
  }

  .news8264-block2 li:nth-child(n+2) {
    margin-top: 32px;
  }

  .news8264-block3.person {
    padding: 40px;
    margin: 50px auto 0;
  }

  .news8264-block3.person .person-inner {
    width: calc(100% - 230px);
  }

  .news8264-block3.person .image {
    width: 200px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }

  .news8264-block3.person .name {
    justify-content: flex-start;
  }

  .news8264-block3.person .name .ja {
    font-size: 20px;
  }

  .news8264-block3.person .name .en {
    margin-left: 16px;
  }

}
