@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
h2 {
  font-weight: normal !important;
}
.l-header {
  border-top: solid 3px var(--color_main) !important;
}
.viewer-wrapper {
  max-width: 700px;
}

.viewer-wrapper > div {
  width: 100%;
  position: relative;
}
.my-accordion01-02 .swell-block-accordion__label {
  text-align: center; /* 中央寄せ */
}
.my-accordion03-05 {
  border-width: 1px; /* 線の太さ */
  border-style: solid; /* 線の種類 */
  border-color: #dc2532; /* 線の色 */
}
.is-style-more_btn a {
  border: solid 1px #dc2532;
  /*線の種類、太さ、色*/
  margin-top: 0px !important;
}
.is-style-btn_line a {
  background: none;
  border: 1px solid #dc2532;
  color: #212021;
}
.l-footer__nav {
  gap: 1em;
  padding: 1em 0 4em;
  justify-content: left !important;
}

.l-footer__nav a {
  border-right: none;
}

.l-footer__nav li:first-child a {
  border-left: none;
}

.l-footer__nav > li > a {
  font-weight: 700;
  font-size: 14px;
}

.l-footer__nav .sub-menu {
  margin-top: 0.25em;
  display: grid;
  gap: 0.15em;
}

.l-footer__nav .sub-menu > li {
  margin-left: 0.75em;
}

.l-footer__nav .sub-menu > li a {
  padding: 0 0.75em;
  position: relative;
  font-size: 13px;
}

.l-footer__nav .sub-menu > li a::before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: var(--color_footer_text);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wp-block-columns {
  --wp-column-gap: 50px;
  gap: var(--wp-column-gap) !important;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .l-footer__nav {
    gap: 0.5em;
    flex-direction: column;
  }

  .l-footer__nav > li:nth-of-type(n + 2) {
    padding-bottom: 0.5em;
  }

  .l-footer__nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .l-footer__nav > li > a {
    font-size: 13px;
  }

  .l-footer__nav .sub-menu {
    margin-top: 0.2em;
    gap: 0.5em;
  }

  .l-footer__nav .sub-menu > li a {
    font-size: 12px;
  }
}
.w-beforeFooter {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
