@media screen and (min-width: 769px) {
  #newsDetailPage {
    background-color: #26C4A6;
  }
  #newsDetailPage .news-detail-header {
    padding: 120px 80px 0px;
    color: #fff;
  }
  #newsDetailPage .news-detail-header .inner {
    width: 100%;
    margin: 0 auto;
  }
  #newsDetailPage .news-detail-header .meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    font-family: "Noto Sans", sans-serif;
  }
  #newsDetailPage .news-detail-header .meta time {
    font-weight: bold;
    font-size: 14px;
  }
  #newsDetailPage .news-detail-header .meta .news-tag {
    font-weight: bold;
    font-size: 14px;
  }
  #newsDetailPage .news-detail-header .news-main-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.3;
  }
  #newsDetailPage .news-detail-body {
    padding: 60px 80px 100px;
  }
  #newsDetailPage .news-detail-body .inner.flex-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #newsDetailPage .news-main-content {
    width: calc(100% - 400px);
  }
  #newsDetailPage .content-white-box {
    background: #fff;
    border-radius: 20px;
    padding: 60px;
  }
  #newsDetailPage .content-white-box .entry-body p {
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 1.8em;
    color: #333;
  }
  #newsDetailPage .content-white-box .entry-body .highlight-block {
    background: #f8f8f8;
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
  }
  #newsDetailPage .content-white-box .entry-body .bottom-link {
    margin-top: 40px;
  }
  #newsDetailPage .content-white-box .entry-body .bottom-link a {
    text-decoration: underline;
    font-weight: bold;
  }
  #newsDetailPage .news-side-menu {
    width: 320px;
  }
  #newsDetailPage .news-side-menu .side-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
  }
  #newsDetailPage .news-side-menu .side-news-list .side-news-item {
    border-bottom: 2px solid rgb(255, 255, 255);
    padding: 20px 0;
  }
  #newsDetailPage .news-side-menu .side-news-list .side-news-item .side-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 12px;
    font-family: "Noto Sans", sans-serif;
  }
  #newsDetailPage .news-side-menu .side-news-list .side-news-item .side-item-title {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
  }
  #newsDetailPage .news-side-menu .side-news-list .side-news-item a:hover {
    opacity: 0.7;
  }
  #newsDetailPage .news-side-menu .side-btn-wrap {
    text-align: center;
  }
  #newsDetailPage .news-side-menu .side-btn-wrap .btn-back {
    margin: 40px auto 0;
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #26C4A6;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    transition: 0.3s;
  }
  #newsDetailPage .news-side-menu .side-btn-wrap .btn-back:hover {
    background: #f0f0f0;
  }
}
@media screen and (max-width: 768px) {
  #newsDetailPage .news-detail-header {
    background-color: #26C4A6;
    padding: 120px 20px 0;
    color: #fff;
  }
  #newsDetailPage .news-detail-header .meta {
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    margin-bottom: 20px;
  }
  #newsDetailPage .news-detail-header .meta .news-tag {
    margin-left: 10px;
  }
  #newsDetailPage .news-detail-header .news-main-title {
    font-size: 24px;
    font-weight: 900;
  }
  #newsDetailPage .news-detail-body {
    background-color: #26C4A6;
    width: 100%;
    margin: 0px auto 0;
    padding-top: 20px;
    padding-bottom: 60px;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 0 0 15px 15px;
  }
  #newsDetailPage .inner.flex-container {
    display: block;
  }
  #newsDetailPage .news-main-content {
    margin-bottom: 4lvb;
  }
  #newsDetailPage .news-main-content .content-white-box {
    border-radius: 15px;
    padding: 30px 20px 40px;
    background-color: #fff;
    width: calc(100% - 40px);
    margin: auto;
  }
  #newsDetailPage .news-side-menu {
    width: calc(100% - 40px);
    margin: 20px auto 0;
    color: #fff;
  }
  #newsDetailPage .news-side-menu .side-title {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 2px solid #26C4A6;
    padding-bottom: 8px;
  }
  #newsDetailPage .news-side-menu .side-news-item {
    border-bottom: 2px solid #ffffff;
    padding: 15px 0;
    margin-top: 20px;
  }
  #newsDetailPage .news-side-menu .side-news-item .side-meta {
    font-size: 11px;
  }
  #newsDetailPage .news-side-menu .side-news-item .side-item-title {
    margin-top: 15px;
    font-size: 13px;
    font-weight: bold;
  }
  #newsDetailPage .news-side-menu .side-btn-wrap .btn-back {
    background: #fff;
    border: 2px solid #26C4A6;
    color: #26C4A6;
    padding: 15px;
    border-radius: 50px;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    font-size: 14px;
    width: 240px;
    height: 50px;
    margin: 40px auto 0px;
  }
}