@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- topics_area
- サムネイル/日付・カテゴリ・タイトル
- topics_detail
-------------------------*/
/*=======================================
　topics_area
=======================================*/
.topics_area {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .topics_area {
    margin-bottom: 40px;
  }
}
.topics_area ul li {
  border-bottom: 1px solid #c6c6c6;
}
.topics_area ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 33px 20px;
  padding: 27px 25px 26px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .topics_area ul li a {
    gap: 0 17px;
    padding: 20px 1em 20px 0;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .topics_area ul li a:hover {
    background: #FFF2ED;
    opacity: 1;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .topics_area ul li a:hover {
    background: #FFF2ED;
    opacity: 1;
  }
}

/*=======================================
　サムネイル/日付・カテゴリ・タイトル
=======================================*/
main .thumbnail {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  main .thumbnail {
    width: 90px;
    height: 90px;
  }
}
main .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
main .ttl_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 23px 25px;
}
@media screen and (max-width: 768px) {
  main .ttl_area {
    gap: 22px 14px;
  }
}
main .ttl_area .day {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.777;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main .ttl_area .day {
    font-size: 14px;
  }
}
main .ttl_area .category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fff;
  height: 22px;
  background: var(--main_orange);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
}
main .ttl_area .ttl {
  width: 100%;
  font-size: 22px;
  line-height: 1.681;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main .ttl_area .ttl {
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.333;
  }
}

/*=======================================
　topics_detail
=======================================*/
.topics_detail .mt_style {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .topics_detail .mt_style {
    margin-bottom: 85px;
  }
}
.topics_detail .ttl_area {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.topics_detail .cmn_btn01 {
  margin: 0 auto;
}/*# sourceMappingURL=topics.css.map */