/*==========================================================
fresh.css
========================================================== */
/*新着情報内容ここから*/
.news-wrap {
  position: static;
  padding-left: 20.3125vw;
  word-break: break-all;
  overflow-wrap: break-word;
}
.news-container {
  max-width: 1140px;
}
.news-data {
  width: auto;
  font-size: 1.562rem;
  display: flex;
}
.news-tab {
  display: flex;
  align-items: center;
}
.news-tab.list {
  display: grid;
}
.news-tab p {
  padding: 10px 0;
  margin: 0 30px 0 0;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  width: 12em;
  display: inline-block;
}
.news-tab .hanwa {
  border: solid 0.5px #0071C5;
  background-color: #0071C5;
}
.news-tab .hyogo {
  border: solid 0.5px #0071C5;
  color: #0071C5;
}
.news-tab .class-this {
  border: solid 0.5px #FFBA00;
  background-color: #FFBA00;
}
.news-tab .class-next {
  border: solid 0.5px #ADD700;
  background-color: #ADD700;
}
.news-img {
  display: flex;
  column-gap: 40px;
}
.news-wrap img {
  width: 49%;
}
.news-content-wrap {
  display: flex;
}
.news-content-title, .news-content-text {
  font-size: 1.25rem;
  line-height: 2;
  flex: 0 0 auto;
  letter-spacing: 0.05em;
}
.news-content-title {
  width: 95px;
  font-weight: bold;
}
.news-content-text {
  width: 1045px;
}
@media screen and (max-width: 915px) {
  .news-wrap {
    padding-left: 0;
    margin: 0 15px;
  }
  .news-container {
    display: contents;
  }
  .news-tab p {
    padding: 10px 0;
    margin: 0 10px 0 0;
    width: 12em;
  }
  .news-wrap img {
    max-width: 47.4%;
  }
  .news-img {
    column-gap: 20px;
  }
  .news-content-title, .news-content-text {
    width: 100%;
    letter-spacing: 0.05em;
  }
  .news-data, .news-content-wrap {
    display: block;
  }
  .news-content-title {
    font-size: 1rem;
  }
  .news-content-text, .news-tab p {
    font-size: 0.875rem;
  }
  .c-heading-01 {
    margin-left: -15px;
    margin-top: 0;
    padding-bottom: 20px;
    max-width: 390px;
    padding: 10px 15px 20px;
  }
}
/*ニュース一覧用*/
#news-list .news-container {
  display: flex;
  border-bottom: dotted 0.5px;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
#news-list .news-tab {
  display: grid;
}
#news-list .news-tab p {
  margin-right: 95px;
  margin-bottom: 10px;
}
#news-list .news-title {
  font-size: 1.375rem;
  font-weight: bold;
}
#news-list .news-data {
  font-size: 1.25rem;
}
@media screen and (max-width: 915px) {
  #news-list .news-container {
    margin: 0 auto 20px;
    padding-bottom: 30px;
    display: block;
  }
  #news-list .news-tab {
    display: flex;
  }
  #news-list .news-data, .news-title {
    width: 100%;
  }
  #news-list .news-tab p {
    margin-right: 10px;
    margin-bottom: 15px;
  }
  #news-list .news-data, #news-list .news-title {
    font-size: 1rem;
  }
}