@charset "UTF-8";

#news main.is-archive,
#news main.is-single {
  background-color: #fff;
}

#news .main-title-box {
  background-color: #F4F1EF;
}

/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px),print {

  /* news -------------------------------------*/
  #news .system-contents {
    padding: 1px;
    margin-bottom: 30px;
  }
  #news .system-contents-inner {
    background: #fff;
    padding: 40px 20px;
  }
  #news .system-contents .system-date {
    margin-bottom: 1em;
    font-size: 14px;
  }
  #news .system-contents .system-ttl {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 25px;
    line-height: 1.4;
  }
  #news .system-contents .system-i-pic {
    margin-bottom: 50px;
  }

  #news .system-list {
    grid-template-columns: 1fr;
    padding: 1px;
    margin-bottom: 50px;
  }
  #news .system-list li {
    overflow: hidden;
    line-height: 1.4;
    border-bottom: 1px dotted #b2b2b2;
    padding: 20px;
  }
  #news .system-list .system-list__item--empty {
    border-bottom: none;
    text-align: center;
  }
  #news .system-list li a:hover {
    text-decoration: none;
  }
  #news .system-list .news__link {
    display: flex;
    align-items: flex-start;
    gap: clamp(26px, 6px + 2.604vw, 56px);
  }
  #news .system-list .news__date {
    flex-shrink: 0;
    font-size: clamp(16px, 13.33px + 0.347vw, 20px);
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #f17b01;
  }
  #news .system-list .text-box {
    flex: 1;
    min-width: 0;
  }
  #news .system-list .system-ttl-01 {
    font-size: 20px;
    line-height: 1.6;
    display: block;
    width: 100%;
  }
  #news .system-list .system-category-set {
    margin-bottom: 0.5em;
    display: inline-block;
    width: 100%;
  }
  #news .system-list .system-category-set p {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 4px 15px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  #news .system-category {
    margin-bottom: 20px;
  }

  /* =================================================
    詳細ページ (is-single) 
  ================================================= */
  #news main.is-single { }
  #news main.is-single .system-contents { }
  #news main.is-single .system-contents-inner { }

  #news main.is-single .system-category { }
  #news main.is-single .system-category span { }
  #news main.is-single .system-date { }
  #news main.is-single .system-ttl { }
  #news main.is-single .wysiwyg { }
}


/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {

  /* news -------------------------------------*/
  #news .system-contents {
    padding: 1px;
    padding-top: 4vw;
    margin: 0 3vw 10vw;
  }
  #news .system-contents-inner {
    background: #fff;
    padding: 5vw 3vw;
  }
  #news .system-contents .system-date {
    font-size: 3.8vw;
    margin-bottom: 2vw;
    display: block;
  }
  #news .system-contents .system-category-set {
    width: 100%;
    margin-bottom: 5vw;
  }
  #news .system-contents .system-ttl {
    font-size: 5.2vw;
    font-weight: bold;
    margin-bottom: 4vw;
    padding-bottom: 2vw;
    line-height: 1.4;
  }
  #news .system-contents .system-i-pic {
    margin-bottom: 4vw;
  }

  #news .system-list {
    grid-template-columns: 1fr;
    padding: 1px;
    margin: 0 3vw 10vw;
  }
  #news .system-list-inner {
    background: #fff;
    padding: 5vw 3vw;
  }
  #news .system-list li {
    overflow: hidden;
    line-height: 1.4;
    margin-bottom: 3vw;
    border-bottom: 0.2vw dotted #b2b2b2;
    padding: 0 0 2vw;
  }
  #news .system-list .system-list__item--empty {
    border-bottom: none;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #news .system-list li a:hover {
    text-decoration: none;
  }
  #news .system-list .news__link {
    display: flex;
    align-items: flex-start;
    gap: 7vw;
  }
  #news .system-list .news__date {
    flex-shrink: 0;
    font-size: 3.4vw;
    font-weight: 300;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
    color: #f17b01;
  }
  #news .system-list .text-box {
    flex: 1;
    min-width: 0;
  }
  #news .system-list .system-ttl-01 {
    font-size: 3.6vw;
    line-height: 1.6;
  }
  #news .system-list .system-category-set {
    margin-bottom: 2vw;
  }
  #news .system-list .system-category-set p {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 0.4vw 4vw;
    margin-right: 1vw;
    font-size: 3.2vw;
    line-height: 1.4;
  }

  #news .system-category span {
    display: inline-block;
    font-size: 3.4vw;
    padding: 1vw 3vw;
  }
  #news .system-category {
    margin-bottom: 3vw;
  }

  /* =================================================
    詳細ページ (is-single) 
  ================================================= */
  #news main.is-single { }
  #news main.is-single .system-contents { }
  #news main.is-single .system-contents-inner { }

  #news main.is-single .system-category { }
  #news main.is-single .system-category span { }
  #news main.is-single .system-date { }
  #news main.is-single .system-ttl { }
  #news main.is-single .wysiwyg { }

}