.article.detail .detail__wrapper h2 {
  position: relative;
  margin: 60px 0 40px;
  padding-left: 25px;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
}

.article.detail .detail__wrapper h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: var(--point-color);
  content: "";
}

.article.detail .detail__wrapper h3 {
  margin: 40px 0;
  padding: 10px 20px;
  background-color: var(--bg-color);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
}

.article.detail .detail__wrapper h4 {
  position: relative;
  margin-bottom: 40px;
  padding: 0 0 10px 25px;
  border-bottom: solid 1px var(--point-color);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}

.article.detail .detail__wrapper h4::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: var(--point-color);
  content: "";
  flex-shrink: 0;
}

.article.detail .detail__wrapper h5 {
  position: relative;
  margin-bottom: 40px;
  padding-left: 25px;
  font-weight: 600;
  font-size: 1.6rem;
}

.article.detail .detail__wrapper h5::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--point-color);
  content: "";
  flex-shrink: 0;
}

.article.detail .detail__wrapper h6 {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 1.6rem;
}

.article.detail .detail__wrapper p {
  margin-bottom: 20px;
  line-height: 2;
}

.article.detail .detail__wrapper .has-vivid-red-color {
  margin-bottom: 20px;
  line-height: 2;
}

.article.detail .detail__wrapper p a {
  display: inline;
  color: var(--lightBlue-color);
  text-decoration: underline;
}

.article.detail .detail__wrapper > .wp-block-image {
  margin: 30px 0;
}

.article.detail .detail__wrapper p {
  line-height: 2;
}

.article.detail .detail__wrapper a {
  display: inline-block;
  color: var(--point-color);
  text-decoration: underline;
}

.article.detail .detail__wrapper ul,
.article.detail .detail__wrapper ol {
  margin: 30px 0;
}

.article.detail .detail__wrapper .wp-block-image {
  position: relative;
}

.article.detail .detail__wrapper .wp-block-image .aligncenter img {
  margin: 0 auto;
}

.article.detail .detail__wrapper .wp-block-image .alignright img {
  margin-left: auto;
  margin-right: 0;
}

.article.detail .detail__wrapper .wp-block-image img {
  height: auto;
}

.article.detail .detail__wrapper .wp-block-image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 20px;
  background-color: rgba(var(--base-color-rgb), 0.5);
  color: #fff;
  font-size: 1.4rem;
}

.article.detail .detail__wrapper strong {
  font-weight: 700;
}

.article.detail .detail__wrapper ul {
  padding-left: 20px;
  list-style: disc;
}

.article.detail .detail__wrapper ol {
  padding-left: 20px;
  list-style: decimal;
}

.article.detail .detail__wrapper li {
  line-height: 2;
}

.article.detail .detail__wrapper .wp-block-table {
  margin: 40px 0;
}

.article.detail .detail__wrapper table {
  width: 100%;
  min-width: 700px;
}

.article.detail .detail__wrapper .col-head table td:first-child {
  background-color: var(--bg-color);
  font-weight: 500;
}

.article.detail .detail__wrapper .col-head table th:first-child {
  text-align: left;
}

.article.detail .detail__wrapper .col-center table th:first-child,
.article.detail .detail__wrapper .col-center table td:first-child {
  text-align: center;
}

.article.detail .detail__wrapper table th,
.article.detail .detail__wrapper table td {
  padding: 20px;
  border-top: solid 1px var(--line-color);
  border-bottom: solid 1px var(--line-color);
  vertical-align: middle;
}

.article.detail .detail__wrapper table th {
  background-color: var(--bg-color);
  font-weight: 500;
}

.article.detail .detail__wrapper table td:first-of-type {
  width: 175px;
  font-weight: 600;
  background-color: var(--bg-color02);
}

.article.detail .detail__wrapper .wp-block-gallery {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article.detail .detail__wrapper .wp-block-gallery.has-nested-images figure.wp-block-image {
  -webkit-box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
}

.article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%;
}

.article.detail .detail__wrapper .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  width: calc(50% - 1em);
  margin: 0;
}

.article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
  width: calc(33.33333% - 1.33334em);
}

.article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
  width: calc(25% - 1.5em);
}

.article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
  width: calc(20% - 1.6em);
}

.article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
  width: calc(16.66667% - 1.66666em);
}

.article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
  width: calc(14.28571% - 1.71428em);
}

.article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
  width: calc(12.5% - 1.75em);
}

.article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  width: calc(33.33% - 1.33334em);
}

.article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
.article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
  width: calc(50% - 1em);
}

.article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
  width: 100%;
}

.article.detail .detail__wrapper .wp-block-media-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  direction: ltr;
}

.article.detail .detail__wrapper .wp-block-media-text.is-vertically-aligned-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article.detail .detail__wrapper .wp-block-media-text__media img {
  width: 100%;
  max-width: unset;
  height: auto;
  vertical-align: middle;
}

.article.detail .detail__wrapper .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  gap: 20px;
}

.article.detail .detail__wrapper .wp-block-columns p {
  margin: 0;
}

.article.detail .detail__wrapper .wp-block-columns p + p {
  margin: 20px 0;
}

.article.detail .detail__wrapper .wp-block-columns .wp-block-image {
  margin: 0;
}

.article.detail .detail__wrapper .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  -ms-flex-preferred-size: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-basis: 0;
}

.article.detail .detail__wrapper .wp-block-columns.is-layout-flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.article.detail .detail__wrapper .wp-block-media-text .wp-block-media-text__content {
  grid-row: 1;
  grid-column: 2;
  padding: 0 8%;
  direction: ltr;
  word-break: break-word;
}

/* .article.detail .detail__wrapper .wp-block-buttons {
  margin-top: 30px;
} */

.article.detail .detail__wrapper .wp-block-buttons.wp-block-buttons-is-layout-flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

.article.detail .detail__wrapper .wp-block-buttons.is-content-justification-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article.detail .detail__wrapper .wp-block-buttons.is-content-justification-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.article.detail .detail__wrapper .wp-block-buttons > .wp-block-button {
  display: inline-block;
}

.article.detail .detail__wrapper .wp-block-button.has-custom-width.wp-block-button__width-100 {
  width: 100%;
}

.article.detail .detail__wrapper .wp-block-button.has-custom-width.wp-block-button__width-75 {
  width: 75%;
}

.article.detail .detail__wrapper .wp-block-button.has-custom-width.wp-block-button__width-50 {
  width: 50%;
}

.article.detail .detail__wrapper .wp-block-button.has-custom-width.wp-block-button__width-25 {
  width: 25%;
}

.article.detail .detail__wrapper .wp-block-button .wp-block-button__link {
  display: flex;
  position: relative;
  align-items: center;
  min-width: 260px;
  height: 60px;
  border: solid 1px var(--point-color);
  border-radius: 100px;
  background-color: transparent;
  color: var(--point-color);
  font-weight: 600;
  text-align: center;
  padding: 10px 55px 10px 30px;
}

.article.detail .detail__wrapper .wp-block-button .wp-block-button__link::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  content: "";
  background-color: var(--point-color);
  mask: url(../img/common/icon-arrow01.svg) no-repeat center center / contain;
  transition: var(--base-transition);
}

.article.detail .detail__wrapper .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}

.article.detail .detail__wrapper .wp-block-button__link {
  -webkit-box-shadow: none;
  display: block;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  border-radius: 9999px;
  background-color: #32373c;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

.article.detail .detail__wrapper .has-text-align-center {
  text-align: center;
}

.article.detail .detail__wrapper .has-text-align-right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .tab {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .article.detail .detail__wrapper h2 {
    font-size: 2.0rem;
    margin: 30px 0;
  }

  .article.detail .detail__wrapper h3 {
    font-size: 1.8rem;
    margin: 30px 0;
  }

  .article.detail .detail__wrapper h4 {
    padding-left: 20px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  
  .article.detail .detail__wrapper h4::before {
    width: 12px;
    height: 12px;
  }
  
  .article.detail .detail__wrapper h5 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  
  .article.detail .detail__wrapper h6 {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }

  .article.detail .detail__wrapper p {
    margin-bottom: 30px;
  }

  .article.detail .detail__wrapper .wp-block-media-text {
    grid-template-columns: 100%;
  }

  .article.detail .detail__wrapper .wp-block-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article.detail .detail__wrapper .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
  .article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image),
  .article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image),
  .article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image),
  .article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image),
  .article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image),
  .article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image),
  .article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
  .article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image),
  .article.detail .detail__wrapper .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }

  .article.detail .detail__wrapper .wp-block-image {
    margin: 20px 0;
  }

  .article.detail .detail__wrapper .wp-block-columns.is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article.detail .detail__wrapper .wp-block-media-text .wp-block-media-text__content {
    grid-row: 2;
    grid-column: 1;
    padding: 0;
  }

  .article.detail .detail__wrapper .wp-block-media-text {
    grid-template-columns: 100% !important;
  }

  .article.detail .detail__wrapper .wp-block-table {
    margin: 30px 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .article.detail .detail__wrapper:hover .wp-block-button .wp-block-button__link:hover {
    background-color: var(--point-color);
    color: #fff;
  }

  .article.detail .detail__wrapper:hover .wp-block-button .wp-block-button__link:hover::after {
    background-color: #fff;
  }
}
/*# sourceMappingURL=editor.css.map */
