/* banner-cta-th10.css — ベースライン(自動読込・module-base.css前提)。編集せず上書きで調整。 */
@charset "UTF-8";

._th10_module {
  background: var(--color-surface);
  padding: 2em 0;
}
@media (min-width: 1000px) {
  ._th10_module {
    padding: 4em 0;
  }
}
._th10_module .bnr_box {
  background: #fff;
  border: solid 1px var(--color-text-muted);
  font-weight: bold;
  font-size: 1rem;
}
._th10_module .bnr_box a {
  text-decoration: none;
}
._th10_module .text_arrow {
  display: block;
  position: relative;
}
._th10_module .text_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--color-text);
  border-right: 1px solid var(--color-text);
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}
._th10_module .text_arrow:hover:after {
  right: 5%;
}

@media (min-width: 768px) {
  ._th10_module .textbox {
    position: relative;
  }
  ._th10_module .textbox p {
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    width: 100%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  ._th10_module {
    padding: 2em 1em;
  }
  ._th10_module .col {
    margin-bottom: 0 !important;
  }
  ._th10_module .bnr_box {
    position: relative;
  }
  ._th10_module .bnr_box.first {
    border-bottom: none;
  }
  ._th10_module .bnr_box.last {
    border-top: none;
  }
  ._th10_module .bnr_box .textbox {
    position: absolute;
    top: 50%;
    left: 110px;
    transform: translateY(-50%);
  }
}
