@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
.editor-style {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem); }
  @media all and (-ms-high-contrast: none) {
    .editor-style {
      word-break: break-all; } }
  .editor-style p {
    line-height: 2; }
    .editor-style p:not(:last-child) {
      margin-bottom: 2em; }
    @media screen and (max-width: 767px) {
      .editor-style p {
        line-height: 1.75; } }
  .editor-style a {
    color: blue;
    text-decoration: underline; }
    .editor-style a img {
      transition: 0.3s; }
    .editor-style a:hover {
      text-decoration: none; }
      .editor-style a:hover img {
        opacity: 0.5; }
  .editor-style img {
    height: auto; }
  .editor-style h2 {
    font-size: clamp(2.2rem, 3.2vw, 3.2rem);
    font-weight: bold;
    line-height: 1.4;
    margin: 1em 0 1.5em;
    padding: 0.7em 1em;
    background: #000;
    color: #fff; }
  .editor-style h3 {
    line-height: 1.4;
    font-size: clamp(2rem, 2.8vw, 2.8rem);
    font-weight: bold;
    padding: 0 0 0.3em;
    border-bottom: 2px solid #000;
    margin: 1em 0 2em; }
  .editor-style h4 {
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    font-weight: bold;
    border-left: 7px solid #333;
    padding: 0 0 0 0.5em;
    margin: 1em 0 1.5em; }
  .editor-style h5 {
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    position: relative;
    padding: 0 0 0.3em;
    margin: 1em 0 1.5em; }
    .editor-style h5::before {
      content: "";
      display: block;
      position: absolute;
      width: 30px;
      height: 2px;
      bottom: -2px;
      left: 0;
      background: var(--text-primary); }
  .editor-style h6 {
    font-size: clamp(1.6rem, 2vw, 2rem);
    margin: 1em 0 1.5em;
    font-weight: bold; }
    .editor-style h6::before {
      content: "";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      margin-right: 0.3em; }
  .editor-style strong {
    font-weight: bold; }
  .editor-style em {
    font-style: italic; }
  .editor-style ul {
    margin: 2em 0;
    background: #f7f5f4;
    padding: 1.5em 2em; }
    @media screen and (max-width: 767px) {
      .editor-style ul {
        padding: 1em; } }
    .editor-style ul li {
      position: relative;
      padding: 0 0 0 1.5em; }
      .editor-style ul li:not(:last-child) {
        margin-bottom: 0.7em; }
      .editor-style ul li::before {
        content: "";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-weight: 900;
        top: 0;
        left: 0;
        position: absolute; }
  .editor-style ol {
    margin: 2em 0;
    background: #f7f5f4;
    padding: 1.5em 2em;
    counter-reset: number; }
    @media screen and (max-width: 767px) {
      .editor-style ol {
        padding: 1em; } }
    .editor-style ol li {
      padding: 0 0 0 4em;
      position: relative; }
      .editor-style ol li::after {
        position: absolute;
        content: "＜" counter(number) "＞";
        counter-increment: number;
        top: 0;
        left: 0; }
      .editor-style ol li:not(:last-child) {
        margin-bottom: 0.7em; }
  .editor-style .blocks-gallery-grid,
  .editor-style .wp-block-gallery {
    margin: 0; }
  .editor-style li.blocks-gallery-item {
    padding-left: 0; }
    .editor-style li.blocks-gallery-item::before {
      display: none; }
  .editor-style .wp-block-image:not(:last-child) {
    margin-bottom: 2em; }
  .editor-style .wp-block-embed-youtube .wp-block-embed__wrapper {
    width: 100%;
    max-width: 840px;
    aspect-ratio: 16 / 9;
    margin-inline: auto; }
  .editor-style .wp-block-embed-youtube iframe {
    width: 100%;
    height: 100%; }
  .editor-style hr {
    border-top: 2px solid #000;
    width: 100%;
    margin: clamp(30px, 6vw, 60px) auto; }
  .editor-style table {
    width: 100%; }
    .editor-style table thead {
      border-bottom-width: 1px; }
    .editor-style table th, .editor-style table td {
      border: 1px solid #000;
      padding: 1em; }
    .editor-style table th {
      text-align: center;
      background: var(--text-primary);
      color: #fff;
      border-bottom: 0; }
      .editor-style table th:not(:last-child) {
        border-right-color: #fff; }
  .editor-style blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    border: solid 2px #ccc;
    color: #464646; }
    .editor-style blockquote:before {
      display: inline-block;
      position: absolute;
      top: 20px;
      left: 15px;
      content: "";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: var(--brand-primary);
      font-size: 2.5rem;
      line-height: 1; }
    .editor-style blockquote p {
      padding: 0;
      margin: 10px 0;
      line-height: 1.75; }
    .editor-style blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }
  .editor-style .wp-block-cover {
    margin: 40px auto; }
  .editor-style .wp-block-media-text {
    margin: 40px auto; }
    .editor-style .wp-block-media-text .wp-block-media-text__content {
      padding: 0 0 0 8%; }
      @media (max-width: 600px) {
        .editor-style .wp-block-media-text .wp-block-media-text__content {
          margin-top: 1.75em;
          padding: 0; } }
    .editor-style .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
      padding: 0 8% 0 0; }
      @media (max-width: 600px) {
        .editor-style .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
          padding: 0; } }
  .editor-style .wp-block-buttons .wp-block-button__link {
    text-decoration: none; }

/*==========================================
 共通
===========================================*/
/*==========================================
 ARCHIVE
===========================================*/
.archive-news .news-listRgl {
  margin-bottom: clamp(40px, 10vw, 100px); }
.archive-news .tagList-Reg li {
  min-width: 9em; }

/*==========================================
 SINGLE
===========================================*/
.single-news .article-head {
  min-width: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem); }
  @media screen and (max-width: 1200px) {
    .single-news .article-head {
      min-width: inherit;
      width: 100%; } }
.single-news .article-date {
  min-width: 7em; }
.single-news .article-cat {
  min-width: 7em; }
.single-news .article-ttl {
  margin-top: clamp(25px, 3vw, 30px);
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: 0.1em;
  text-align: center; }

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