/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {
  .news_list .text,
  .block-editor-block-list__layout {
    font-family: "Noto Sans JP", sans-serif;
  }
  .news_list .text > p,
  .block-editor-block-list__layout > p {
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 1.6;
  }
  .news_list .text > h1,
  .news_list .text > h2,
  .news_list .text > h3,
  .block-editor-block-list__layout > h1,
  .block-editor-block-list__layout > h2,
  .block-editor-block-list__layout > h3 {
    margin-bottom: 30px;
    font-size: 18px;
    color: #333;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 7px;
    border-bottom: 2px solid #00AAF4;
  }
  .news_list .text > h4,
  .block-editor-block-list__layout > h4 {
    font-size: 16px;
    border-left: 5px #00AAF4 solid;
    padding-left: 15px;
    margin-bottom: 30px;
    line-height: 1.5;
    font-weight: bold;
  }
  .news_list .text > h5,
  .news_list .text > h6,
  .block-editor-block-list__layout > h5,
  .block-editor-block-list__layout > h6 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .news_list .text > ul,
  .news_list .text > ol,
  .block-editor-block-list__layout > ul,
  .block-editor-block-list__layout > ol {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #F6F6F6;
    list-style: disc;
    padding: 20px 20px 20px 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .news_list .text > ul li,
  .news_list .text > ol li,
  .block-editor-block-list__layout > ul li,
  .block-editor-block-list__layout > ol li {
    line-height: 1.6;
    font-size: 14px;
    padding: 5px 0;
  }
  .news_list .text > ul ul, .news_list .text > ul ol,
  .news_list .text > ol ul,
  .news_list .text > ol ol,
  .block-editor-block-list__layout > ul ul,
  .block-editor-block-list__layout > ul ol,
  .block-editor-block-list__layout > ol ul,
  .block-editor-block-list__layout > ol ol {
    list-style: none !important;
    background-color: transparent;
    list-style: circle;
    margin-bottom: 5px;
    box-sizing: border-box;
  }
  .news_list .text > ol,
  .block-editor-block-list__layout > ol {
    list-style: decimal;
  }
  .news_list .text > figure,
  .block-editor-block-list__layout > figure {
    text-align: center;
    margin-bottom: 30px;
  }
  .news_list .text > figure > img,
  .block-editor-block-list__layout > figure > img {
    max-width: 100%;
  }
  .news_list .text .wp-block-button,
  .block-editor-block-list__layout .wp-block-button {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .news_list .text .wp-block-button > a,
  .block-editor-block-list__layout .wp-block-button > a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #00AAF4;
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
  }
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 751px) {
  .news_list .text,
  .block-editor-block-list__layout {
    font-family: "Noto Sans JP", sans-serif;
  }
  .news_list .text > p,
  .block-editor-block-list__layout > p {
    margin-bottom: 40px;
    line-height: 1.7;
  }
  .news_list .text > h1,
  .news_list .text > h2,
  .block-editor-block-list__layout > h1,
  .block-editor-block-list__layout > h2 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #333;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 7px;
    border-bottom: 2px solid #00AAF4;
  }
  .news_list .text > h3,
  .block-editor-block-list__layout > h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 7px;
    border-bottom: 2px solid #00AAF4;
  }
  .news_list .text > h4,
  .block-editor-block-list__layout > h4 {
    font-size: 18px;
    border-left: 5px #00AAF4 solid;
    padding-left: 15px;
    margin-bottom: 30px;
    line-height: 1.5;
    font-weight: bold;
  }
  .news_list .text > h5,
  .news_list .text > h6,
  .block-editor-block-list__layout > h5,
  .block-editor-block-list__layout > h6 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.5;
  }
  .news_list .text > ul,
  .news_list .text > ol,
  .block-editor-block-list__layout > ul,
  .block-editor-block-list__layout > ol {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #F6F6F6;
    list-style: disc;
    padding: 25px 25px 25px 55px;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
  .news_list .text > ul li,
  .news_list .text > ol li,
  .block-editor-block-list__layout > ul li,
  .block-editor-block-list__layout > ol li {
    line-height: 1.6;
    padding: 5px 0;
  }
  .news_list .text > ul ul, .news_list .text > ul ol,
  .news_list .text > ol ul,
  .news_list .text > ol ol,
  .block-editor-block-list__layout > ul ul,
  .block-editor-block-list__layout > ul ol,
  .block-editor-block-list__layout > ol ul,
  .block-editor-block-list__layout > ol ol {
    background-color: transparent;
    margin-bottom: 10px;
    box-sizing: border-box;
    list-style: none !important;
  }
  .news_list .text > ol,
  .block-editor-block-list__layout > ol {
    list-style: decimal;
  }
  .news_list .text > figure,
  .block-editor-block-list__layout > figure {
    text-align: center;
    margin-bottom: 30px;
  }
  .news_list .text .wp-block-button,
  .block-editor-block-list__layout .wp-block-button {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .news_list .text .wp-block-button > a,
  .block-editor-block-list__layout .wp-block-button > a {
    display: inline-block;
    padding: 10px 40px;
    background-color: #00AAF4;
    color: #fff;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=editor-style.css.map */