/* ニュース一覧 */
.p-news-list__item {
  background-color: var(--gray-1);
  border-radius: 4px;
  display: flex;
  gap: 24px;
  padding: 20px 24px 24px;
}
.p-news-list__item:nth-child(n + 2) {
  margin-top: 4px;
}
.p-news-list__date {
  font-family: var(--font-en);
  color: var(--text-color-dark-gray-2);
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-news-list__title a {
  color: var(--black);
  font-size: 0.14rem;
  line-height: 1.4;
}
.p-news-list__categories {
  display: flex;
  gap: 6px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.p-news-list__category {
  display: inline-block;
  background-color: var(--charcoal);
  color: var(--white);
  font-size: 0.11rem;
  padding: 3px 10px 4px 21px;
  border-radius: 20px;
  position: relative;
  border: 1px solid var(--border-color-dark-2);
  box-sizing: border-box;
}
.p-news-list__category::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--white);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

.p-news-list__category.category_general::before {
  background-color: var(--category-color-general-2);
}
.p-news-list__category.category_runner::before {
  background-color: var(--category-color-runner);
}
.p-news-list__category.category_charity::before {
  background-color: var(--category-color-charity-2);
}
.p-news-list__category.category_volunteer::before {
  background-color: var(--category-color-volunteer);
}
.p-news-list__category.category_event::before {
  background-color: var(--category-color-event);
}
.p-news-list__category.category_awmm::before {
  background-color: var(--category-color-awmm);
}
.p-news-list__category.category_sustainability::before {
  background-color: var(--category-color-sustainability);
}
.p-news-list__category.category_other::before {
  background-color: var(--category-color-other);
}

@media screen and (min-width: 1024px) {
  .p-news-list__head {
    flex: 0 0 112px;
  }
  .p-news-list__body {
    flex: 1;
  }
}
@media screen and (max-width: 1023px) {
  .p-news-list__item {
    flex-direction: column;
    gap: 12px;
    padding: 14px 16px 18px;
  }
  .p-news-list__head {
    line-height: 1;
  }
  .p-news-list__date {
    font-size: 0.12rem;
  }
  .p-news-list__title a {
    font-size: 0.13rem;
  }
  .p-news-list__categories {
    margin-top: 14px;
    gap: 4px;
  }
  .p-news-list__category {
    font-size: 0.1rem;
    padding: 3px 10px 4px 18px;
  }
  .p-news-list__category::before {
    left: 8px;
  }
}

/* ニュース詳細 */
.entry {
  margin-bottom: 80px;
}
.entry img {
  max-width: 100%;
  height: auto;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry > *:last-child {
  margin-bottom: 0;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  color: var(--category-color-news-2);
  margin-top: 64px;
  margin-bottom: 10px;
}
.entry p:has(img),
.entry p:has(iframe) {
  margin-top: 64px;
  margin-bottom: 64px;
}
.news_image {
  margin-top: 10px;
  margin-bottom: 20px;
}
.news_image ul{
  display:block;
  width: 960px;
  margin: 0 auto;
}
.news_image ul li{
  width: 320px;
  text-align:center;
}
.news_image ul li img{
  width: 300px;
}
.button_wh{
  border-radius: 5px 5px;
  width: 150px;
  height: 40px;
}
.button_wh a{
    text-decoration: none !important;
    color:#fff !important;
  }
.button_box{
  width: 580px;
  height: 40px;
  clear: both;
  margin: 0 auto;
}
.button_L{
  float: left;
  width: 150px;
}
.button_R{
  float: right;
  width: 150px;
}

.entry p {
margin-bottom: 30px;
}
.entry a {
  font-size: inherit;
  text-decoration: underline;
  color: var(--link-color);
  text-underline-offset: 4px;
}

.youtube {
  width: 50%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .entry a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
.news_image_add{
  width: 700px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.news_image_add img:first-child{
padding-right:60px;
}

.center-block{
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.half-block{
  width: 100%;
}
.half-block_left{
  width: 40%;
  float: left;
  text-align: center;
  margin-right: 5%;
}
.half-block_left img{
  width: 100%;
}
.half-block_right{
  width: 55%;
  float: left;
}

.app_half-block{
  width: 100%;
}
.app_half-block_left{
  width: 47%;
  float: left;
  text-align: center;
  margin-right: 6%;
}
.app_half-block_right{
  width: 47%;
  text-align: center;
  float: left;
}

.only--pc{
  display: inline-block;
}
.only--sp{
  display: none;
}

.youtube {
  width: 50%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .entry {
    margin-bottom: 64px;
  }
  .return_button{
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }
  .news_image ul{
    width: 100%;
    margin: 0 auto;
  }
  .news_image ul li{
    width: 100%;
    text-align:center;
  }
  .news_image ul li img{
    width: 100%;
  }

  .button_wh{
    width: 100%;
  }
  .button_box{
    width: 100%;
    height: auto;
    clear: none;
    margin: 0 auto;
  }
  .button_L{
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .button_R{
    float: none;
    width: 100%;
  }

  .news_image_add{
  width: auto;
  }
  .news_image_add img:first-child{
  padding-right:0px;
  }
  .news_image_add img{
  display:block;
  margin-bottom:30px;
  margin-left:auto;
  margin-right:auto;
  }
  .half-block{
    width: 100%;
  }
  .half-block_left{
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .half-block_right{
    width: 100%;
    float: none;
  }
  .half-block_left img{
    width: auto;
  }
  .app_half-block{
    width: 100%;
  }
  .app_half-block_left{
    width: 100%;
    float: none;
    text-align: center;
    margin-right: 0;
  }
  .app_half-block_right{
    width: 100%;
    text-align: center;
    float: none;
  }
  .app_half-block_left img{
    width: 70%;
  }
  .app_half-block_right img{
    width: 70%;
  }

  .only--pc{
    display: none;
  }
  .only--sp{
    display: inline-block;
  }
}



/* RTTM用スタイルを追記*/
.ttl_color_01 {
  color: #DF1614
}
.ttl_color_01::before {
  border: 0.3em solid #DF1614;
}
.ttl_color_02 {
  color: #F18D43
}
.ttl_color_02::before {
  border: 0.3em solid #F18D43;
}
.ttl_color_03 {
  color: #D4BC00
}
.ttl_color_03::before {
  border: 0.3em solid #D4BC00;
}
.ttl_color_04 {
  color: #A48278
}
.ttl_color_04::before {
  border: 0.3em solid #A48278;
}
.ttl_color_05 {
  color: #7DBB28
}
.ttl_color_05::before {
  border: 0.3em solid #7DBB28;
}
.ttl_color_06 {
  color: #E4007F
}
.ttl_color_06::before {
  border: 0.3em solid #E4007F;
}
.ttl_color_07 {
  color: #00A0E8
}
.ttl_color_07::before {
  border: 0.3em solid #00A0E8;
}
.ttl_color_08 {
  color: #005BAC
}
.ttl_color_08::before {
  border: 0.3em solid #005BAC;
}
/* RTTM用スタイル追記ここまで */
