@charset "UTF-8";
.news-title {
  height: 100%;
  border-radius: 5px;
  background: #000;
  color: #fff;
}

#news .news-title {
  margin-bottom: 2rem;
  font-size: 10px;
}

@media screen and (min-width: 431px) {
  .news-item {
    display: flex;
    position: relative;
    height: 170px;
    margin-bottom: 20px;
    justify-content: space-between;
    gap: 10px;
  }
  .news-title {
    position: relative;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    flex-grow: 1;
  }
  time {
    font-size: 14px;
  }
  #news time {
    font-size: 14px;
  }
  #news img {
    width: 242px;
  }
  #news h3 {
    font-size: 18px;
    line-height: 28px;
  }
  #news .tya {
    width: 224px;
  }
  #news .goDetail {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 140px;
    height: 36px;
    font-size: 15px;
    line-height: 32px;
  }
  .goDetail {
    right: 20px;
    bottom: 10px;
    width: 140px;
    height: 36px;
    font-size: 15px;
    line-height: 32px;
  }
}
@media screen and (max-width: 430px) {
  #news time {
    font-size: 12px;
    font-weight: normal;
  }
  #news h3 {
    font-size: 14px;
    line-height: 22px;
  }
  #news .goDetail {
    width: 109px;
    height: 26px;
    margin-left: auto;
    font-size: 12px;
    line-height: 22px;
  }
  .news-title {
    margin-top: 0.5rem;
    padding-top: 10px;
    padding-right: 1.4rem;
    padding-bottom: 10px;
    padding-left: 1.4rem;
  }
}
/*詳細ページ*/
#newsDatail .titleHead {
  margin-bottom: 30px;
  border-bottom: 1px solid #929292;
}
#newsDatail time {
  display: block;
  margin-left: 20px;
  padding-bottom: 9px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
#newsDatail .detailMV {
  margin-bottom: 19px;
}
#newsDatail dl + dl {
  border-top: 1px solid #929292;
}
#newsDatail dt {
  width: 110px;
  height: 20px;
  color: #603813;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
}
#newsDatail dd {
  color: #2b2424;
  font-weight: normal;
  text-align: left;
  flex-grow: 1;
}
#newsDatail ul {
  list-style-type: none;
}
#newsDatail li {
  position: relative;
}
#newsDatail li a, #newsDatail p a {
  padding-bottom: 1px;
  border-bottom: 1px solid #603813;
  color: #603813;
  word-break: break-all;
}
#newsDatail li a:visited, #newsDatail p a:visited {
  border-bottom: 1px solid #666;
  color: #333;
}

@media screen and (max-width: 430px) {
  #newsDatail {
    padding-bottom: 2rem;
  }
  #newsDatail .titleHead {
    margin-bottom: 19px;
  }
  #newsDatail time {
    margin-top: -2rem;
  }
  #newsDatail ul {
    list-style-type: none;
    margin-left: 1.5em;
  }
  #newsDatail ul li::before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: -0.7em;
    width: 0.4em;
    height: 0.4em;
    border-radius: 50%;
    background-color: black;
  }
  #newsDatail dt {
    position: relative;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-left: 5px;
    font-size: 16px;
  }
  #newsDatail dt:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    border-left: 2px solid #603813;
  }
  #newsDatail dl {
    padding: 15px 0 12px;
  }
  #newsDatail dd {
    font-size: 14px;
    line-height: 22px;
  }
  #newsDatail h2 + p {
    margin-top: 20px;
  }
  #newsDatail p, #newsDatail li {
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
  }
  #newsDatail li {
    margin-top: 9px;
    line-height: 20px;
  }
  #newsDatail + .footer {
    padding-top: 0;
  }
  #newsDatail + .footer .logo {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 431px) {
  #newsDatail .detailMV {
    margin-bottom: 30px;
  }
  #newsDatail h2 {
    margin-bottom: 11px;
  }
  #newsDatail p, #newsDatail li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  #newsDatail li {
    line-height: 20px;
  }
  #newsDatail ul {
    margin-left: 1.5em;
  }
  #newsDatail li {
    text-indent: -1px;
  }
  #newsDatail ul li::before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: -0.7em;
    width: 0.4em;
    height: 0.4em;
    margin-right: -0.5em;
    border-radius: 50%;
    background-color: black;
  }
  #newsDatail dl {
    display: flex;
    margin-top: 29px;
    margin-bottom: 29px;
    justify-content: Pcace-between;
    flex-wrap: wrap;
  }
  #newsDatail dt {
    position: relative;
    width: 110px;
    min-height: 26px;
    padding-left: 6px;
    font-size: 16px;
    line-height: 20px;
  }
  #newsDatail dt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 16px;
    border-left: 2px solid #603813;
  }
  #newsDatail dd {
    width: calc(100% - 120px);
    margin-top: -3px;
    font-size: 16px;
    line-height: 26px;
    flex-grow: 1;
  }
  #newsDatail .tya {
    clear: both;
    width: 292px;
    margin-top: 45px;
  }
  #newsDatail + .footer {
    padding-top: 0;
  }
}
/*# sourceMappingURL=news.css.map */