@charset "UTF-8";

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

@media screen and (min-width:900px) {

  /* =====================
    page_news
  ===================== */
  
  /*  news_archive
  ------------------------*/
 
  #news_archive .news_item,
  #news_archive .news_item a {
    color: var(--color-main-black);
  }

  #news_archive .news_item {
    border-bottom: 1px solid rgba(9, 9, 21, 0.2);
    padding: 27px 0;
    margin-bottom: 0;
  }

  #news_archive .news_item:first-of-type {
    padding-top: 0;
  }

  #news_archive .news_item .ttl {
    font-weight: 400;
  }

  /* =====================
    news_post
  ===================== */

  #news_post {
    padding-top: 0;
  }

  #news_post .post {
    margin-top: -70px;
  }

  /*  post_head
  ------------------------*/
  
  .post_head {
    margin-bottom: 40px;
  }

  .post_head .time {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .post_head .post_ttl {
    margin-bottom: 30px;
  }

  /*  post_body
  ------------------------*/
  
  .post_body > p:not([class]) {
    margin-bottom: 32px;
  }

  .post_body > p:not([class]) a {
    text-decoration: underline;
  }

  h2.wp-block-heading:first-child,
  h3.wp-block-heading:first-child {
    margin-top: 0;
  }

  h2.wp-block-heading {
    font-size: 20px;
    font-weight: 500;
    margin: 40px 0 15px;
    position: relative;
    line-height: 1.5;
  }

  h3.wp-block-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 40px 0 15px;
    position: relative;
    padding-left: 25px;
  }

  h3.wp-block-heading::before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    background: var(--color-main-gold);
    border-radius: 2px;
    position: absolute;
    top: 5px;
    left: 0;
  }

  .post_body .wp-block-list {
    margin: 30px 0;
  }

  .post_body .wp-block-list li {
    padding-left: 25px;
  }

  .post_body ul.wp-block-list li::before {
    left: 8px;
  }

  .post_body ol.wp-block-list li::before {
    left: -12px;
  }

  .post_body > p strong {
    background: linear-gradient(transparent 0%,rgba(246, 255, 0, 0.6) 0%);
    font-weight: 500;
  }

  .wp-block-image {
    width: 100%;
    margin: 20px 0;
  }

  .post_body .pdf {
    margin: 30px 0;
  }

  .post_body .pdf li {
    margin-bottom: 5px;
  }

  .post_body .pdf li:last-child {
    margin-bottom: 0;
  }

  .post_body .pdf li a {
    text-decoration: underline;
    padding-left: 33px;
  }

  .post_body .pdf li a::before {
    color: var(--color-main-gold);
    font-size: 27px;
    top: 1px;
  }

  /*  news
  ------------------------*/

  #single_news #news {
    padding-bottom: 80px;
  }
  
}

/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/

@media screen and (max-width:899px) {

  #page_fv {
    height: auto;
    padding: 0;
  }

  #page_fv #breadcrumbs {
    position: static;
  }
  
  /* =====================
    news_post
  ===================== */

  #news_post {
    padding-top: 20px;
  }

  #news_post .bg_shape::before,
  #news_post .bg_shape::after {
    display: none;
  }

  .post_ttl {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .post_time {
    font-family: 'stinger variable', stinger-variable, sans-serif;
    text-align: right;
    font-size: 12px;
    color: #919191;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .post_body {
    background: #fff;
    padding: 20px 20px 25px;
    font-size: 14px;
    line-height: 1.8;
  }

  .post_body > p {
    margin-bottom: 14px;
  }

  h2.wp-block-heading {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    margin: 25px 0 10px;
    position: relative;
    padding-left: 25px;
  }

  h2.wp-block-heading::before,
  h2.wp-block-heading::after {
    content: '';
    display: block;
    transform: rotate(45deg);
    position: absolute;
  }

  h2.wp-block-heading::before {
    width: 10px;
    height: 10px;
    top: 6px;
    left: 0;
    background: #222;
  }

  h2.wp-block-heading::after {
    width: 5px;
    height: 5px;
    top: 14px;
    left: 12px;
    background: #d3d3d3;
  }

  h3.wp-block-heading {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin: 20px 0 10px;
  }

  .post_body > ul {
    margin: 10px 0 20px;
  }

  .post_body > ul li {
    line-height: 1.6;
    margin-bottom: 5px;
    position: relative;
  }

  .post_body > ul:not([class]) li {
    padding-left: 15px;
  }

  .post_body > ul li:last-child {
    margin-bottom: 0;
  }

  .post_body > ul:not([class]) li::before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background: #d3d3d3;
    position: absolute;
    top: 8px;
    left: 0;
  }

  .post_body > p strong {
    background: linear-gradient(transparent 65%, rgba(255, 196, 0, 0.4) 65%);
    font-weight: 600;
  }

  .post_body > p a {
    text-decoration: underline;
  }

  .wp-block-image {
    width: 100%;
    margin: 15px 0;
  }

  .post_body .pdf li {
    padding-left: 25px;
  }

  .post_body .pdf li::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url(/images/common/icon_pdf.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 1px;
    left: 0;
  }

  .post_body .pdf li a {
    text-decoration: underline;
  }

}