@media screen and (max-width: 1080px) {
  /* SP用のCSS */
  body {
    font-size: 14px;
  }
  /* 各セクション */
  .news_single_wrapper {
    margin-top: 80px;
  }
  .news_single_section_inner {
    max-width: 767px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .news_single_nav_wrapper {
    width: 266px;
  }
  .news_single_nav_item > a {
    letter-spacing: 0.1em;
  } 
  .news_single_nav_item:not(:last-child)::after {
    margin-left: 12px;
  } 
  .news_single_nav_item:last-child > a {
    color:#DEDEDE;
  } 
  .news_single_content {
    max-width: 727px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tag_wrapper {
    margin-top: 80px;
    width:185px;
  }
  .tag_wrapper > time {
    padding-top: 6px;
    font-size:12px;
    letter-spacing:0px;
  }
  .news_single_category {
    width:110px;
  }
  .news_single_category_notice > a > p {
    font-size:12px;
  }
  .news_single_main_content {
    margin-top:30px; 
  }
  .news_single_title {
    padding-top:9px;
  }
  .news_single_title > h1{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  .news_single_main_img {
    margin-top:40px;
  }
  .news_single_main_img > figure > img {
    width: 100%;
    aspect-ratio: 59/37;
    object-fit: cover;
  }
  .news_single_document {
    margin-bottom: 80px;
  }
  .news_single_document > p{
    font-size: 14px;
    line-height: 24px;
  }
  /* .news_single_sub_title {
    margin-top:40px;
  } */
  .news_single_document > h2 {
    font-size:18px;
    line-height: 16px;
    letter-spacing: 0.1em;
  }
  /* .news_single_document02 {
    margin-top: 24px;
  }
  .news_single_sub_sub_title {
    margin-top:40px;
  } */
  .news_single_document > h3 {
    font-size:16px;
    line-height: 16px;
    letter-spacing: 0.1em;
  }
  /* .link_text {
    margin-top:24px
  } */
  .news_single_document > p > a {
    font-size:14px;
    font-weight: 400;
  }
  /* .ul_list {
    margin-top:24px;
  } */
  .news_single_document > ul {
    margin-bottom: 18px;
  }
  .news_single_document > ul > li{
    font-size:14px;
    line-height: 32px;
    letter-spacing: 0.1em;
    display:flex;
    align-items: center;
  }
  .news_single_document > ul > li::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #15171B;
    margin-right: 8px;
  }
  /* .ol_list {
    margin-top:18px;
    margin-bottom: 80px;
  } */
  .news_single_document > ol {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .news_single_document > ol > li{
    font-size:14px;
    line-height: 32px;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
  }
  .news_single_document > ol > li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #15171B;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    margin-right:8px;
  }
  .cv_btn_news_single {
    margin-top:80px;
    margin-bottom:120px;
    margin: 0 auto;
  }
  .cv_btn_news_single > a {
    font-size:18px;
  }
}