@font-face {
  font-family: "ZenOldMincho", sans-serif;
  font-style: normal;
  src: url(../font/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique", sans-serif;
  font-style: normal;
  src: url(../font/ZenKakuGothicAntique-Medium.ttf);
}
@font-face {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500 300 200;
  src: url(../font/Manrope-Medium.ttf) format("truetype");
  src: url(../font/Manrope-Light.ttf) format("truetype");
  src: url(../font/Manrope-ExtraLight.ttf) format("truetype");
}
main {
  background-color: #f7f7f8;
}

header .logo a {
  color: #101010;
}

header .header_menu .menu_item {
  color: #101010;
}

.news_detail {
  margin: 0 auto;
  padding: 200px 0;
}
@media screen and (max-width: 959px) {
  .news_detail {
    padding: 140px 0 50px;
  }
}
.news_detail .news_detail_inner {
  align-items: flex-start;
  display: flex;
  gap: 80px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .news_detail .news_detail_inner {
    flex-direction: column-reverse;
  }
}
.news_detail .news_detail_inner .image {
  margin: 40px auto;
  width: 100%;
}
.news_detail .sidebar {
  height: 100%;
  max-width: 300px;
  width: 30%;
}
@media screen and (max-width: 959px) {
  .news_detail .sidebar {
    margin-top: 100px;
    max-width: 100%;
    width: 100%;
  }
}
.news_detail .sidebar .sidebar_inner {
  height: 100%;
  width: 100%;
}
.news_detail .sidebar .sidebar_item {
  background-color: #fff;
  display: block;
  margin-bottom: 20px;
  width: 240px;
}
@media screen and (max-width: 959px) {
  .news_detail .sidebar .sidebar_item {
    margin-bottom: 30px;
    width: 100%;
  }
}
.news_detail .sidebar .sidebar_item:hover .arrow img {
  transform: translateX(5px);
  transition: all 0.3s ease;
}
.news_detail .sidebar .sidebar_item .image {
  margin: 20px auto;
  width: 100%;
}
.news_detail .sidebar .sidebar_item .title_area {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.news_detail .sidebar .sidebar_item .title_area .title {
  color: #101010;
  font-size: 13px;
  font-weight: bold;
}
.news_detail .sidebar .sidebar_item .title_area .arrow {
  height: 13px;
  width: 13px;
}
.news_detail .sidebar .sidebar_item .title_area .arrow img {
  height: 100%;
  transition: all 0.3s ease;
  width: 100%;
}
.news_detail .back_btn {
  background-color: #fff;
  border: 1px solid #36454d;
  border-radius: 18px;
  color: #36454d;
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .news_detail .back_btn {
    border-radius: 26px;
    width: 100%;
  }
}
.news_detail .back_btn:hover img {
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.news_detail .back_btn a {
  align-items: center;
  color: #36454d;
  display: flex;
  font-size: 14px;
  justify-content: center;
  padding: 8px 20px;
}
@media screen and (max-width: 959px) {
  .news_detail .back_btn a {
    padding: 16px 20px;
  }
}
.news_detail .back_btn img {
  height: 10px;
  margin-right: 20px;
  transition: all 0.3s ease;
  width: 10px;
}
.news_detail .news_content {
  width: 100%;
}
.news_detail .news_content .title_area {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .news_detail .news_content .title_area {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.news_detail .news_content .title_area .title {
  font-size: 26px;
  font-weight: bold;
}
.news_detail .news_content .title_area .flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .news_detail .news_content .title_area .flex {
    margin-top: 10px;
  }
}
.news_detail .news_content .title_area .flex .day {
  font-size: 14px;
}
.news_detail .news_content .title_area .breadcrumbs {
  color: #aaaaaa;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .news_detail .news_content .title_area .breadcrumbs {
    margin-bottom: 30px;
  }
}
.news_detail .news_content .title_area .breadcrumbs .breadcrumbs01 {
  color: #aaaaaa;
}
.news_detail .news_content .title_area .breadcrumbs .breadcrumbs02 {
  color: #aaaaaa;
}
.news_detail .news_content .title_area .breadcrumbs .breadcrumbs03 {
  color: #36454d;
}
.news_detail .news_content .content_area {
  font-family: "ZenKakuGothicAntique", sans-serif;
  padding: 30px 0;
}
.news_detail .news_content .content_area h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0;
}
.news_detail .news_content .content_area p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.news_detail .news_content .content_area img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/*# sourceMappingURL=sourcemaps/news_detail.css.map */