@charset "UTF-8";
:root {
  --header-height: 112px;
}

@media screen and (max-width: 768px) {
  :root {
    --header-height: min(17.0666666667vw, 64px);
    --header-height: 17.0666666667vw;
  }
}
.wysiwyg {
  padding-bottom: 4px;
  overflow-wrap: break-word;
  word-break: break-all;
}
.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
  margin-top: 50px;
  margin: 50px 0 20px;
  font-family: "inter", "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
.wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
  line-height: 1.6;
}
.wysiwyg h3::before, .wysiwyg h4::before, .wysiwyg h5::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
    margin-top: 10vw;
  }
}
.wysiwyg:not(.box_contents) h2 {
  position: relative;
  padding: 15px 18px 12px;
  font-size: 24px;
  line-height: 1.4;
  background: #EFEFEF;
}
@media screen and (max-width: 768px) {
  .wysiwyg:not(.box_contents) h2 {
    margin-top: 10vw;
    padding: 0.6em 0.6em 0.5em;
    font-size: min(5.3333333333vw, 24px);
  }
  .wysiwyg:not(.box_contents) h2::before {
    width: 3px;
    height: 60%;
    top: 0.45em;
  }
}
.wysiwyg:not(.box_contents) h3 {
  margin-top: 77px;
  padding: 14px 10px 12px 26px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  font-size: 20px;
}
.wysiwyg:not(.box_contents) h3::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #B90101;
  position: absolute;
  top: 1.4em;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wysiwyg:not(.box_contents) h3 {
    font-size: min(4.8vw, 20px);
  }
}
.wysiwyg:not(.box_contents) h4 {
  font-size: 20px;
  color: #B90101;
}
@media screen and (max-width: 768px) {
  .wysiwyg:not(.box_contents) h4 {
    font-size: min(4.8vw, 20px);
  }
}
.wysiwyg:not(.box_contents) h5 {
  padding-left: 3.3em;
  font-size: 16px;
}
.wysiwyg:not(.box_contents) h5::before {
  width: 2.7em;
  height: 1px;
  background: #000;
  top: 0.8em;
}
.wysiwyg p {
  font-size: 16px;
}
.wysiwyg > p {
  line-height: 2;
}
.wysiwyg > p + p {
  margin-top: 30px;
}
.wysiwyg > p.small {
  margin-top: 25px;
  line-height: 2;
  color: #9E9E9E;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .wysiwyg > p {
    margin-top: 5vw;
    line-height: 1.8;
  }
  .wysiwyg > p + p {
    margin-top: 5vw;
  }
  .wysiwyg > p.small {
    margin-top: 5vw;
    font-size: 3.2vw;
  }
}
.wysiwyg p a, .wysiwyg li a {
  color: #B90101;
  text-decoration: underline;
}
.wysiwyg p b,
.wysiwyg p strong, .wysiwyg li b,
.wysiwyg li strong {
  font-family: "inter", "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wysiwyg .movie {
  margin: 30px 0;
}
.wysiwyg table {
  margin-top: 30px;
  background: #F6F6F6;
}
.wysiwyg table th, .wysiwyg table td {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 1.5625rem;
  vertical-align: middle;
}
.wysiwyg table th p, .wysiwyg table td p {
  margin: 0;
}
.wysiwyg table th img, .wysiwyg table td img {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .wysiwyg table {
    margin-top: 7vw;
    background: #F6F6F6;
  }
  .wysiwyg table th, .wysiwyg table td {
    padding: 2vw 3vw;
    font-size: min(3.4666666667vw, 16px);
  }
}
.wysiwyg blockquote {
  margin: 50px 0;
  padding: 40px 20px;
  background: #F6F6F6;
  border-left: 4px solid #EFEFEF;
  position: relative;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.wysiwyg blockquote::before, .wysiwyg blockquote::after {
  content: "";
  display: block;
  width: min(6.4vw, 32px);
  height: min(6.4vw, 32px);
  background: url(../img/column/icon_quote.svg) no-repeat center top;
  background-size: 100%;
  position: absolute;
}
.wysiwyg blockquote::before {
  top: -10px;
  left: 30px;
}
.wysiwyg blockquote::after {
  bottom: -10px;
  right: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wysiwyg blockquote .source {
  font-size: min(3.2vw, 14px);
  color: #EFEFEF;
}
@media screen and (max-width: 768px) {
  .wysiwyg blockquote {
    margin-top: 5vw;
    padding: 2em 4%;
  }
  .wysiwyg blockquote::before {
    top: -3vw;
    left: 5vw;
  }
  .wysiwyg blockquote::after {
    bottom: -3vw;
    right: 5vw;
  }
}
.wysiwyg p.caption {
  width: 100% !important;
  margin-bottom: 30px;
}
.wysiwyg .caption-text {
  margin-top: 10px;
  font-size: min(3.2vw, 14px);
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .wysiwyg .caption-text {
    margin-top: 3vw;
  }
}
.wysiwyg ul,
.wysiwyg ol {
  margin-top: 30px;
}
.wysiwyg ul li,
.wysiwyg ol li {
  position: relative;
}
.wysiwyg ul li:nth-child(n+2),
.wysiwyg ol li:nth-child(n+2) {
  margin-top: 0.4em;
}
@media screen and (max-width: 768px) {
  .wysiwyg ul,
  .wysiwyg ol {
    margin-top: 5vw;
  }
  .wysiwyg ul li,
  .wysiwyg ol li {
    line-height: 1.8;
  }
  .wysiwyg ul li:nth-child(n+2),
  .wysiwyg ol li:nth-child(n+2) {
    margin-top: 1vw;
  }
}
.wysiwyg ul {
  margin-top: 1.2em;
}
.wysiwyg ul li {
  padding-left: 1em;
}
.wysiwyg ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #B90101;
  position: absolute;
  border-radius: 50%;
  top: 0.6em;
  left: 0;
}
.wysiwyg ol {
  margin: 1.3em 0 0 1.4em;
  counter-reset: count 0;
}
.wysiwyg ol li {
  text-indent: -1.2em;
}
.wysiwyg ol li::before {
  content: counter(count) ". ";
  counter-increment: count 1;
  color: #B90101;
  font-family: "inter", sans-serif;
  position: relative;
  left: -0.2em;
}
.wysiwyg img {
  margin-top: 26px;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.wysiwyg img.aligncenter {
  text-align: center;
  margin-inline: auto;
}
.wysiwyg .banner {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .wysiwyg .banner {
    margin: 5vw 0;
  }
}
.wysiwyg .youtube {
  height: 0;
  margin-top: 30px;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.wysiwyg .youtube iframe {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.wysiwyg iframe {
  width: 100%;
  height: auto;
  margin: 1em 0;
  display: block;
  aspect-ratio: 16/9;
}
.wysiwyg .u-blue {
  color: #0000ff;
}
.wysiwyg .u-detail {
  background-color: #eeeeee;
  text-align: center;
  padding: 30px;
  margin-top: 2.1875rem;
}
.wysiwyg .u-detail p {
  font-family: "inter", "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2em;
  margin-bottom: 20px;
}
.wysiwyg .u-detail a {
  display: block;
  background-color: #007e41;
  color: #fff;
  width: 60%;
  padding: 12px 30px;
  margin: 0 auto;
  font-family: "inter", "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .wysiwyg .u-detail a {
    width: 100%;
  }
}
.wysiwyg .product-box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #007e41;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wysiwyg .product-box + br {
  display: none;
}
@media screen and (max-width: 768px) {
  .wysiwyg .product-box {
    margin-top: 1.5em;
  }
}
.wysiwyg .product-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
}
.wysiwyg .product-details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.wysiwyg .product-name {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}
.wysiwyg .product-description {
  margin-bottom: 10px;
}
.wysiwyg .product-price {
  font-size: 1.2em;
  color: rgba(0, 126, 65, 0.9294117647);
}
.wysiwyg .product-image img {
  height: 200px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .wysiwyg .product-name {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .wysiwyg .product-description {
    font-size: 0.9em;
  }
  .wysiwyg .product-price {
    font-size: 1em;
  }
  .wysiwyg .product-image img {
    height: 120px;
  }
}

#ez-toc-container {
  margin-top: 50px;
}
#ez-toc-container .ez-toc-title {
  font-size: min(4.8vw, 20px);
}
#ez-toc-container nav {
  margin-top: 14px;
  padding: 25px 50px 35px;
  background: #fff;
}
#ez-toc-container ul {
  margin: 0;
}
#ez-toc-container .ez-toc-heading-level-2,
#ez-toc-container .ez-toc-heading-level-3,
#ez-toc-container .ez-toc-heading-level-4,
#ez-toc-container .ez-toc-heading-level-5 {
  position: relative;
}
#ez-toc-container .ez-toc-heading-level-2::before,
#ez-toc-container .ez-toc-heading-level-3::before,
#ez-toc-container .ez-toc-heading-level-4::before,
#ez-toc-container .ez-toc-heading-level-5::before {
  content: "";
  display: block;
  background: #B90101;
  position: absolute;
}
#ez-toc-container .ez-toc-heading-level-2 a,
#ez-toc-container .ez-toc-heading-level-3 a,
#ez-toc-container .ez-toc-heading-level-4 a,
#ez-toc-container .ez-toc-heading-level-5 a {
  text-decoration: none;
}
#ez-toc-container .ez-toc-heading-level-2:last-of-type::after,
#ez-toc-container .ez-toc-heading-level-3:last-of-type::after,
#ez-toc-container .ez-toc-heading-level-4:last-of-type::after,
#ez-toc-container .ez-toc-heading-level-5:last-of-type::after {
  content: none;
}
#ez-toc-container .ez-toc-heading-level-2 {
  margin-top: 10px;
  padding-left: 1em;
  padding-bottom: 10px;
}
#ez-toc-container .ez-toc-heading-level-2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAAXNSR0IArs4c6QAAABpJREFUGFdjnDdv3v+kpCRGBgYGBjABAygcAI3ZBAQVheorAAAAAElFTkSuQmCC) repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
#ez-toc-container .ez-toc-heading-level-2::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 0.8em;
  left: 0;
}
#ez-toc-container .ez-toc-heading-level-2 a {
  color: #B90101;
  font-size: min(4.2666666667vw, 18px);
}
#ez-toc-container .ez-toc-heading-level-3 {
  margin-top: 10px;
  padding-left: 1.5em;
}
#ez-toc-container .ez-toc-heading-level-3::before {
  width: 12px;
  height: 2px;
  top: 0.9em;
  left: 0;
  border-radius: 0;
}
#ez-toc-container .ez-toc-heading-level-3 a {
  color: #000;
  font-size: min(3.7333333333vw, 16px);
}
#ez-toc-container .ez-toc-heading-level-4 {
  margin-top: 14px;
  padding-left: 4px;
}
#ez-toc-container .ez-toc-heading-level-4::before {
  content: "・";
  width: 0;
  height: 0;
  display: inline-block;
  position: relative;
  top: 0;
  left: -16px;
}
#ez-toc-container .ez-toc-heading-level-5 {
  margin: 8px 0 0;
  padding-left: 0;
}
#ez-toc-container .ez-toc-heading-level-5 a {
  font-size: min(3.2vw, 14px);
}
#ez-toc-container .ez-toc-heading-level-5::before {
  content: none;
}
@media screen and (max-width: 768px) {
  #ez-toc-container {
    margin-top: 10vw;
  }
  #ez-toc-container nav {
    margin-top: 0.6em;
    padding: 0.4em 6%;
  }
  #ez-toc-container .ez-toc-heading-level-2 {
    margin-top: 1em;
    padding-left: 1.4em;
    padding-bottom: 1em;
  }
  #ez-toc-container .ez-toc-heading-level-2::before {
    left: 0.3em;
  }
  #ez-toc-container .ez-toc-heading-level-3 {
    margin-top: 2vw;
    padding-left: 1em;
  }
  #ez-toc-container .ez-toc-heading-level-3::before {
    width: 10px;
  }
  #ez-toc-container .ez-toc-heading-level-4 {
    margin-top: 14px;
    padding-left: 4px;
  }
}

.box_author {
  margin-top: 60px;
  padding: 30px 30px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.box_author .img {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box_author .img img {
  width: auto;
  max-width: 200px;
  height: auto;
}
.box_author .box_text {
  width: calc(100% - 280px);
}
.box_author .box_text .tit {
  color: #9E9E9E;
  font-size: min(3.7333333333vw, 16px);
}
.box_author .box_text .name {
  font-size: min(4.8vw, 20px);
}
.box_author .box_text .text {
  font-size: min(3.2vw, 14px);
}
@media screen and (max-width: 768px) {
  .box_author {
    margin-top: 10vw;
    padding: 5vw 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box_author .img {
    width: 100%;
    max-width: 250px;
  }
  .box_author .img img {
    width: auto;
    max-width: 100%;
  }
  .box_author .box_text {
    width: 100%;
    margin-top: 3vw;
  }
}
/*# sourceMappingURL=wysiwyg.css.map */