@charset "utf-8";

.edit-area.news-detail {
  padding: 0 0 13rem;
}
@media screen and (max-width: 767px) {
  .edit-area.news-detail {
    padding: 0 0 6rem;
  }
}

.edit-area.news-detail {
}

.edit-area.news-detail .detail-option {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  .edit-area.news-detail .detail-option {
    margin-bottom: 0.6rem;
  }
}
.edit-area.news-detail .detail-option .option-time {
  margin-right: 1.4rem;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .edit-area.news-detail .detail-option .option-time {
    margin-right: 1rem;
    font-size: 1.3rem;
  }
}
.edit-area.news-detail .detail-option .option-category {
  padding: 0.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  background: #fff;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .edit-area.news-detail .detail-option .option-category {
    padding: 0.4rem;
    font-size: 1.1rem;
  }
}

.edit-area.news-detail .detail-option .option-new {
  margin-left: 2rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #0a50a2;
}

.edit-area.news-detail .detail-title.type01 {
  margin-bottom: 4.6rem;
  font-weight: normal;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px){
  .edit-area.news-detail .detail-title.type01 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
.edit-area.news-detail .detail-photo {
  margin-bottom: 5.8rem;
  text-align: center;
}
@media screen and (max-width: 767px){
  .edit-area.news-detail .detail-photo {
    margin-bottom: 2rem;
  }
}

.edit-area.news-detail .detail-topics {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px){
  .edit-area.news-detail .detail-topics {
    margin-bottom: 6rem;
  }
}
.edit-area.news-detail .detail-topics h2 {
  margin-bottom: 4rem;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
  color: #00cccb;
}
@media screen and (max-width: 767px){
  .edit-area.news-detail .detail-topics h2 {
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
  }
}
.edit-area.news-detail .detail-topics h3 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.888;
  color: #313131;
  border-bottom: 1px solid #c1c1c1;
}
@media screen and (max-width: 767px){
  .edit-area.news-detail .detail-topics h3 {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
  }
}
.edit-area.news-detail .detail-topics p {
  margin-bottom: 2rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 767px){
  .edit-area.news-detail .detail-topics p {
    margin-bottom: 1.4rem;
    line-height: 1.6;
  }
}

.edit-area.news-detail .detail-topics a {
  text-decoration: underline;
  letter-spacing: 0.2em;
  text-align: left;
  color: #17a6ff;
}
@media (hover: hover) and (pointer: fine) {
  .edit-area.news-detail .detail-topics a:hover {
    text-decoration: none;
  }
}
.edit-area.news-detail .detail-topics a[target="_blank"] {
  position: relative;
  padding-right: 2.5rem;
}
.edit-area.news-detail .detail-topics a[target="_blank"]:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../../common/img/parts/icon_blank01.svg) no-repeat center center / 100% auto;
  transform: translateY(-50%);
}

.edit-area.news-detail .detail-topics ul,
.edit-area.news-detail .detail-topics ol {
  margin: 5rem 0;
  letter-spacing: 0.08em;
  line-height: 1.812;
}
@media screen and (max-width: 767px){
  .edit-area.news-detail .detail-topics ul,
  .edit-area.news-detail .detail-topics ol {
    margin: 3rem 0;
  }
}

.edit-area.news-detail .detail-topics ul li,
.edit-area.news-detail .detail-topics ol li {
  position: relative;
  padding-left: 2rem;
}
.edit-area.news-detail .detail-topics ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #000;
  border-radius: 50%;
}
@media screen and (max-width: 767px){
  .edit-area.news-detail .detail-topics ul li:after {
  }
}
.edit-area.news-detail .detail-topics ol {
  counter-reset: number;
}
.edit-area.news-detail .detail-topics ol li {
  counter-increment: number;
}
.edit-area.news-detail .detail-topics ol li:after {
  content: counter(number);
  position: absolute;
  left: 0;
  top: 0;
}

.edit-area.news-detail .detail-topics blockquote {
  margin: 4rem 0;
  padding: 6.4rem 7rem;
  letter-spacing: 0.08em;
  line-height: 2;
  background: #f3f6f8;
}
@media screen and (max-width: 767px) {
  .edit-area.news-detail .detail-topics blockquote {
    margin: 2rem 0;
    padding: 2rem;
  }
}
