.is-column.detail {
  background-color: #fff;
}
.is-column.detail .headline__title {
  line-height: 1.3;
}
.is-column.detail .column {
  padding-top: 24px;
  padding-bottom: 24px;
}
.is-column.detail .column__thumbnail {
  width: 100%;
}
.is-column.detail .column__category ul {
  display: flex;
  margin-top: 20px;
  gap: 10px;
}
.is-column.detail .column__category a {
  border: 1px solid #0057A6;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  line-height: 1;
  display: inline-block;
  font-size: 1.2rem;
  color: #0057A6;
}

.column-contents .common-texts {
  background-color: #E6EFF7;
  padding: 5px 30px 30px 32px;
  font-weight: bold;
}

.column-contents,
.static-contents {
  font-size: 1.8rem;
  font-feature-settings: "palt";
}
.column-contents p,
.static-contents p {
  margin-inline: auto;
  font-size: 1.8rem;
}
.column-contents h2,
.static-contents h2 {
  font-weight: bold;
  margin-top: 80px;
  font-size: 2.8rem !important;
  line-height: 1.4;
  width: 100%;
  padding: 8px 15px;
  text-align: center;
}
.column-contents h3,
.static-contents h3 {
  font-weight: bold;
  margin-top: 60px;
  font-size: 2.4rem;
  border-bottom: 2px solid #0057A6;
  text-align: left;
}
.column-contents h4,
.static-contents h4 {
  font-weight: bold;
  margin-top: 40px;
  font-size: 2rem;
  background-color: #E6EFF7;
  padding: 4px 4px 4px 12px;
}
.column-contents h5,
.static-contents h5 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 30px;
  background-color: #E6EFF7;
  padding: 4px 4px 4px 12px;
}
.column-contents h6,
.static-contents h6 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 20px;
  background-color: #E6EFF7;
  padding: 4px 4px 4px 12px;
}
.column-contents p + p,
.column-contents .lead,
.static-contents p + p,
.static-contents .lead {
  margin-top: 20px;
}
.column-contents strong,
.column-contents .emphasis,
.static-contents strong,
.static-contents .emphasis {
  font-weight: bold;
}
.column-contents strong,
.static-contents strong {
  background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.5) 0%);
}
.column-contents .notes,
.static-contents .notes {
  font-size: 12px;
}
.column-contents .caution,
.static-contents .caution {
  color: #E50012;
}
.column-contents .bk-blue,
.static-contents .bk-blue {
  background-color: #E6EFF7;
}
.column-contents .bk-red,
.static-contents .bk-red {
  background-color: #ffe4e6;
}
.column-contents b,
.static-contents b {
  background: none;
}
.column-contents ul,
.column-contents ol,
.static-contents ul,
.static-contents ol {
  margin-top: 30px;
}
.column-contents ul li::before,
.static-contents ul li::before {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #E6EFF7;
  border-radius: 50%;
}
.column-contents ol,
.static-contents ol {
  counter-reset: number;
}
.column-contents ol li,
.static-contents ol li {
  position: relative;
  padding: 1px 0 1px 30px;
}
.column-contents ol li::before,
.static-contents ol li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #E6EFF7;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  text-align: center;
}
.column-contents ol ul li::before,
.static-contents ol ul li::before {
  content: none;
}
.column-contents blockquote,
.static-contents blockquote {
  position: relative;
  border-left: 3px solid #0057A6;
  padding-left: 10px;
  margin-top: 10px;
}
.column-contents blockquote:before,
.static-contents blockquote:before {
  position: absolute;
  content: '"';
  font-size: 3rem;
  color: #0057A6;
  line-height: 1;
}
.column-contents blockquote p,
.static-contents blockquote p {
  position: relative;
  padding-left: 20px;
}
.column-contents blockquote cite,
.static-contents blockquote cite {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
}
.column-contents a,
.static-contents a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.column-contents em,
.static-contents em {
  font-family: oblique;
}
.column-contents dl,
.static-contents dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border-bottom: none;
}
.column-contents dt,
.static-contents dt {
  text-align: left;
  background-color: #E6EFF7;
  padding: 20px;
  width: 50%;
  border-bottom: 1px solid #fff;
}
.column-contents dd,
.static-contents dd {
  background-color: #fff;
  padding: 20px;
  width: 50%;
  border-bottom: 1px solid #D9D9D9;
}
.column-contents table,
.static-contents table {
  border-collapse: collapse;
  width: 100%;
}
.column-contents th,
.column-contents td,
.static-contents th,
.static-contents td {
  padding: 20px;
}
.column-contents th:last-of-type,
.column-contents td:last-of-type,
.static-contents th:last-of-type,
.static-contents td:last-of-type {
  border-right: none;
}
.column-contents th,
.static-contents th {
  text-align: left;
  font-weight: normal;
  background-color: #E6EFF7;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 896px) {
  .column-contents th,
  .static-contents th {
    width: 38%;
  }
}
.column-contents th h3,
.static-contents th h3 {
  margin-top: 0;
  text-align: center;
  font-weight: normal;
}
.column-contents td,
.static-contents td {
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.column-contents .iframe,
.static-contents .iframe {
  margin-top: 40px;
  width: 100%;
}
.column-contents section + section,
.static-contents section + section {
  margin-top: 60px;
}
.column-contents:not(.notFound) p,
.static-contents:not(.notFound) p {
  margin-top: 20px;
}

.static-contents h2,
.static-contents h3 {
  font-weight: normal;
}
.static-contents h2 {
  line-height: 1.4;
  margin-top: 40px;
}
.static-contents h3 {
  margin-top: 0;
}
.static-contents .emphasis {
  color: #E50012;
}
.static-contents h2 + p {
  margin-top: 10px;
}
.static-contents p {
  font-size: 1.5rem;
}

.static-contents.company section {
  margin-top: 20px;
}
.static-contents.company figure {
  max-width: 200px;
  margin-inline: auto;
}
@media (min-width: 897px) {
  .static-contents.company figure {
    margin-left: 20px;
  }
}
.static-contents.company table {
  margin-top: 30px;
}
@media (max-width: 896px) {
  .static-contents.company .flex {
    flex-direction: column;
  }
}
.static-contents.company h2 + div {
  margin-top: 10px;
}

.static-contents.about ul.flex {
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 896px) {
  .static-contents.about ul.flex {
    flex-direction: column;
  }
}
.static-contents.about ul.flex li::before {
  content: none;
}
.static-contents.about table {
  margin-top: 40px;
}
@media (max-width: 896px) {
  .static-contents.about .flex {
    flex-direction: column;
  }
}
.static-contents.about .flex:has(.purchase, .mediation) {
  justify-content: center;
  gap: 40px;
}
@media (max-width: 896px) {
  .static-contents.about .flex:has(.purchase, .mediation) {
    gap: 20px;
  }
}
.static-contents.about .purchase,
.static-contents.about .mediation {
  background-color: #E6EFF7;
  min-width: 404px;
  margin-top: 10px;
  padding-bottom: 20px;
}
.static-contents.about .purchase section,
.static-contents.about .mediation section {
  padding: 10px;
  background-color: #fff;
  margin-inline: 10px;
  border-radius: 3px;
  margin-top: 20px;
}
.static-contents.about .purchase .img,
.static-contents.about .mediation .img {
  max-width: 220px;
}
.static-contents.about .purchase li,
.static-contents.about .mediation li {
  font-size: 1.8rem;
}
.static-contents.about .purchase h3,
.static-contents.about .mediation h3 {
  background-color: #0057A6;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 0;
}
.static-contents.about h2 + div {
  margin-top: 10px;
}

@media (min-width: 897px) {
  .static-contents.inherit .flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 896px) {
  .static-contents.inherit .flex {
    flex-direction: column;
  }
}
.static-contents.inherit ul {
  gap: 20px;
}
@media (min-width: 897px) {
  .static-contents.inherit ul li {
    max-width: 48%;
  }
}
.static-contents.inherit ul li::before {
  content: none;
}
.static-contents.inherit ul + p {
  margin-top: 10px;
}
.static-contents.inherit ol {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.static-contents.inherit ol li {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 20px;
}
.static-contents.inherit ol li::before {
  content: none;
}
.static-contents.inherit ol li::after {
  position: absolute;
  margin-inline: auto;
  content: "";
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-top: 2px solid #0057A6;
  border-right: 2px solid #0057A6;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
}
.static-contents.inherit ol li .img {
  max-width: 120px;
}
.static-contents.inherit ol li p {
  font-size: 1.6rem;
}
.static-contents.inherit picture {
  display: block;
  margin-inline: auto;
}
@media (min-width: 897px) {
  .static-contents.inherit picture {
    max-width: 800px;
  }
}
.static-contents.inherit p {
  width: -moz-fit-content;
  width: fit-content;
}

.notFound__titti {
  max-width: 100px;
  margin-inline: auto;
}
.notFound-search form {
  display: flex;
  justify-content: space-between;
}
.notFound-search input[type=text] {
  border: 1px solid #D9D9D9;
  width: 74%;
}
.notFound-search button {
  width: 24%;
}
.notFound .column-list,
.notFound .column-item {
  margin-top: 20px;
}
.notFound .in-column-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 896px) {
  .notFound {
    flex-direction: column;
  }
}
.notFound .in-column-item {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 20px;
  position: relative;
}
@media (min-width: 897px) {
  .notFound .in-column-item {
    width: 48%;
  }
}
.notFound .in-column-item::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 11px;
  height: 11px;
  border-top: 2px solid #0057A6;
  border-right: 2px solid #0057A6;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 15px;
}
.notFound .in-column-item a {
  text-decoration: none;
}
.notFound .in-column-item .column__title {
  color: #0057A6;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 0;
}
.notFound .column__thumbnail {
  max-width: 100px;
  margin-right: 15px;
}
.notFound .column-texts {
  margin-top: 15px;
}
.notFound .column__category {
  border: 1px solid #0057A6;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  line-height: 1;
  display: inline-block;
  font-size: 1.2rem;
  color: #0057A6;
}
.notFound .column__category a {
  color: #0057A6;
}
.notFound .column__category + .column__category {
  margin-left: 10px;
}
.notFound .column-headline {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.notFound__thumbnail {
  max-width: 50%;
}
.notFound .column__text {
  margin-top: 0;
  font-size: 1.4rem;
}
.notFound .more-link {
  text-decoration: none;
}

@media (min-width: 897px) {
  .is-column.detail.tac .row.w1000 {
    max-width: 760px;
  }
}
.is-column.detail.tac .column-contents h2 {
  font-size: 2.2rem;
}
.is-column.detail.tac .column-contents p {
  font-size: 1.4rem;
}

.before-after > .image-compare-wrap {
  margin-top: 80px;
}
.before-after .image-compare {
  margin-inline: auto;
}
@media (min-width: 897px) {
  .before-after .image-compare {
    max-width: 800px;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.before-after .image-compare.vertical {
  max-width: 500px;
  margin-inline: auto;
}
.before-after .image-compare-wrap + .image-compare-wrap {
  padding-top: 100px;
}
.before-after .image-compare + .image-compare {
  margin-top: 40px;
}
@media (min-width: 897px) {
  .before-after .abreast {
    display: flex;
    gap: 40px;
    align-items: flex-end;
  }
}
.before-after .example {
  margin-top: 30px;
}
@media (max-width: 896px) {
  .before-after .example {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 897px) {
  .before-after .example {
    display: flex;
    gap: 30px;
    align-items: flex-end;
  }
}
@media (min-width: 897px) {
  .before-after .example-mainImgs {
    max-width: 55%;
  }
}
@media (min-width: 897px) {
  .before-after .example-texts {
    max-width: 45%;
  }
}
@media (max-width: 896px) {
  .before-after .example-texts {
    margin-top: 30px;
  }
}
.before-after .example-texts .example-mainImgs {
  max-width: 100%;
}
.before-after .example__mainImg + .example__mainImg {
  margin-top: 15px;
}
.before-after .example__title span {
  font-size: 50%;
  padding-left: 10px;
  letter-spacing: 1px;
}
.before-after .example-subImgs {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
.before-after .example-subImgs.multiline {
  flex-wrap: wrap;
}
.before-after .example-subImgs.multiline .example__subImg {
  max-width: 30%;
}
@media (min-width: 897px) {
  .before-after .example:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.before-after .example + .example {
  margin-top: 60px;
}
@media (max-width: 896px) {
  .before-after .example + .example {
    margin-top: 100px;
  }
}

.wrap:has(.before-after) {
  overflow-x: hidden;
  background-color: #fff;
}/*# sourceMappingURL=column.css.map */