/* news-detail.php detail */
#news .detail_box {
  padding: 80px 0;
}
#news .detail_box .pNav {
  text-align: center;
}
#news .news_ttl {
  position: relative;
  font-size: 1.4em;
  padding-bottom: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
}
#news .news_ttl img {
  height: 1em;
  margin-right: 5px;
}
#news .news_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(-90deg, #ffd13b 10%, var(--main-color) 10%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#news .news_ttl:hover a {
  color: var(--main-color);
  transition: all 0.3s;
}
#news #detail {
  max-width: 820px;
  margin: 20px auto 0;
  background: #ffffff;
  padding: 60px;
  box-shadow: 0 0 10px #49382133;
  margin-bottom: 60px;
}
#news #detail img {
  width: auto;
  max-width: 620px;
}
#news #detail .detailText {
  padding: 10px;
  line-height: 1.8;
}
#news #detail .main_btn {
  margin: 60px auto 0;
}
#news #detail strong {
  font-size: 125%;
}
#news #detail small {
  font-size: 80%;
}
#news #detail u {
  text-decoration: none;
  border-bottom: 2px var(--main-color) 55 solid;
}
#news #detail .btn {
  background: var(--main-color);
  color: #ffffff;
  border-radius: 50px;
  padding: 5px 10px;
  transition: all 0.3s;
}
#news #detail .btn:hover {
  background: #493821;
  color: var(--main-color);
  border-radius: 50px;
  padding: 5px 10px;
  transition: all 0.3s;
}

/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 768px) {
  #news #detail {
    padding: 6vw;
  }
  #news #detail img {
    width: auto;
    max-width: 80%;
  }
}
@media screen and (max-width: 430px) {
}
