#news .content {
  padding: 80px 0 160px 0;
}
@media only screen and (max-width: 768px) {
  #news .content {
    padding: 56px 0 64px 0;
  }
}
#news .newsarea .main_width,
#news .detailarea .main_width {
  max-width: 880px;
}
@media only screen and (max-width: 768px) {
  #news.detail .content {
    position: relative;
    padding: 56px 0 256px 0;
  }
}
#news.detail .return {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #news.detail .return {
    position: absolute;
    bottom: 104px;
    width: 100%;
  }
  #news.detail .return a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#news.detail .detailarea__title {
  border-bottom: 1px rgb(214, 214, 214) solid;
  padding: 0 0 32px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #news.detail .detailarea__title {
    padding: 0 0 24px;
    margin: 0 0 32px;
  }
}
#news.detail .detailarea__title-catedate {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.8em 0;
}
#news.detail .detailarea__title-catedate time {
  color: #333;
}
#news.detail .detailarea__title-catedate--category {
  border: 1px #949494 solid;
  border-radius: 3em;
  font-size: 13px;
  padding: 0.189em 1.502em;
  margin-left: 0.6em;
}
#news.detail .detailarea__title-catedate--new {
  color: #e03100;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.7em;
}
@media only screen and (max-width: 768px) {
  #news.detail .detailarea__title-catedate--new {
    font-size: 14px;
  }
}
#news.detail .detailarea__title h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #news.detail .detailarea__title h1 {
    font-size: 24px;
  }
}
#news.detail .detailarea .element__item-titletxt--title h2 {
  font-size: 48px;
}
@media only screen and (max-width: 1100px) {
  #news.detail .detailarea .element__item-titletxt--title h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  #news.detail .detailarea .element__item-titletxt--title h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  #news.detail .detailarea .element__item-titletxt--title h2 {
    font-size: 36px;
  }
}

.newsarea__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 444px;
  margin: 0 0 48px auto;
}
@media only screen and (max-width: 768px) {
  .newsarea__top {
    width: 100%;
  }
}
.newsarea__top-select {
  width: 50%;
}
.newsarea__top-select + .newsarea__top-select {
  margin: 0 0 0 24px;
}
@media only screen and (max-width: 768px) {
  .newsarea__top-select + .newsarea__top-select {
    margin: 0 0 0 8px;
  }
}
.newsarea__top-select dl dt {
  color: #e03100;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 1em;
}