.singleNewsPage .singleNewsPage_contents {
  width: 93vw;
  max-width: 1200px;
  margin: 60px auto 70px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 50px; }
  .singleNewsPage .singleNewsPage_contents .main_block {
    width: calc(100% - 50px - 280px); }
    .singleNewsPage .singleNewsPage_contents .main_block .news_top_section {
      margin-bottom: 50px; }
      .singleNewsPage .singleNewsPage_contents .main_block .news_top_section .ttl {
        font-size: 34px;
        color: #09184A;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 20px; }
      .singleNewsPage .singleNewsPage_contents .main_block .news_top_section .detail {
        margin-bottom: 40px; }
        .singleNewsPage .singleNewsPage_contents .main_block .news_top_section .detail .date {
          display: inline-block;
          font-size: 16px;
          font-weight: 500;
          color: #9B9B9B;
          margin-right: 15px; }
        .singleNewsPage .singleNewsPage_contents .main_block .news_top_section .detail .category {
          display: inline-block;
          color: #09184A; }
          .singleNewsPage .singleNewsPage_contents .main_block .news_top_section .detail .category a {
            display: inline-block;
            text-decoration: underline; }
    .singleNewsPage .singleNewsPage_contents .main_block .news_main_section .contents * {
      font-size: 16px;
      line-height: 2;
      font-weight: 500; }
    .singleNewsPage .singleNewsPage_contents .main_block .news_main_section .contents h2, .singleNewsPage .singleNewsPage_contents .main_block .news_main_section .contents h3 {
      color: #09184A;
      font-weight: 700;
      line-height: 1.3;
      margin: 50px 0 30px; }
    .singleNewsPage .singleNewsPage_contents .main_block .news_main_section .contents h2 {
      font-size: 32px;
      border-bottom: 4px dashed #09184A;
      padding-bottom: 18px; }
    .singleNewsPage .singleNewsPage_contents .main_block .news_main_section .contents h3 {
      font-size: 26px;
      font-weight: 700;
      color: #09184A;
      line-height: 1.3;
      background-color: #EAF1FA;
      padding: 13px 20px; }
    .singleNewsPage .singleNewsPage_contents .main_block .news_main_section .contents p {
      margin-bottom: 60px; }
    .singleNewsPage .singleNewsPage_contents .main_block .news_main_section .matome {
      border: 2px solid #09184A;
      border-radius: 8px;
      padding: 0 70px 50px;
      margin: 60px 0 70px; }
      .singleNewsPage .singleNewsPage_contents .main_block .news_main_section .matome .ttl {
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        background-color: #09184A;
        padding: 10px 20px;
        margin-bottom: 30px; }
      .singleNewsPage .singleNewsPage_contents .main_block .news_main_section .matome .text {
        font-size: 16px;
        line-height: 2; }
  .singleNewsPage .singleNewsPage_contents .side_block {
    width: 280px; }
    .singleNewsPage .singleNewsPage_contents .side_block .ttl {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 18px;
      color: #09184A; }
    .singleNewsPage .singleNewsPage_contents .side_block a {
      display: block;
      color: #000;
      background-color: #EAF1FA;
      font-size: 16px;
      font-weight: 500;
      border-radius: 60px;
      padding: 20px;
      margin-bottom: 10px; }
.singleNewsPage .top_news_section {
  margin-bottom: 100px; }

/*# sourceMappingURL=post.css.map */
