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

._th11_module ._th11_module_wrap .row .col h2 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 auto 0.7em;
  text-align: center;
}
._th11_module ._th11_module_wrap .row .col h2:after {
  content: none;
}
._th11_module ._th11_module_wrap .row .col h2:before {
  content: none;
}
._th11_module ._th11_module_wrap .row .col:nth-child(odd) h2 {
  color: var(--color-on-primary);
}
._th11_module ._th11_module_wrap .row .col:nth-child(even) h2 {
  color: var(--color-on-primary);
}

._th11_module ._th11_module_wrap .row .col {
  margin: 0;
  float: left;
  padding: 4%;
  position: relative;
}
._th11_module ._th11_module_wrap .row .col:nth-child(odd) {
  background: var(--color-primary);
  color: var(--color-on-primary);
}
._th11_module ._th11_module_wrap .row .col:nth-child(even) {
  background: color-mix(in srgb, var(--color-primary) 80%, black);
  color: var(--color-on-primary);
}
._th11_module ._th11_module_wrap .row .col p {
  line-height: 1.6em;
}
._th11_module ._th11_module_wrap .row .col a {
  text-indent: 1000%;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1200px) {
  ._th11_module {
    position: relative;
  }
  ._th11_module ._th11_module_wrap {
    width: 1200px;
    margin: 0 auto;
  }
  ._th11_module ._th11_module_wrap:after, ._th11_module ._th11_module_wrap:before {
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    background: var(--color-primary);
    width: 50vw;
    z-index: -1; color: var(--color-on-primary); }
  ._th11_module ._th11_module_wrap:before {
    left: 0;
    background: var(--color-primary); color: var(--color-on-primary); }
  ._th11_module ._th11_module_wrap:after {
    right: 0;
    background: color-mix(in srgb, var(--color-primary) 80%, black); color: var(--color-on-primary); }
}
@media (min-width: 769px) {
  ._th11_module ._th11_module_wrap .row .col {
    transition: none;
  }
  ._th11_module ._th11_module_wrap .row .col:hover {
    transform: none;
    box-shadow: none;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  ._th11_module ._th11_module_wrap .row .col {
    width: 50%;
  }
  ._th11_module ._th11_module_wrap .row .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  ._th11_module ._th11_module_wrap .row .col:nth-child(1), ._th11_module ._th11_module_wrap .row .col:nth-child(4) {
    background: var(--color-primary);
    color: var(--color-on-primary);
  }
  ._th11_module ._th11_module_wrap .row .col:nth-child(2), ._th11_module ._th11_module_wrap .row .col:nth-child(3) {
    background: color-mix(in srgb, var(--color-primary) 80%, black);
    color: var(--color-on-primary);
  }
}
@media (max-width: 480px) {
  ._th11_module ._th11_module_wrap .row .col {
    width: 100%;
    padding: 5%;
  }
  ._th11_module ._th11_module_wrap .row .col:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  ._th11_module ._th11_module_wrap_tile .col {
    height: auto !important;
  }
}

body.two_column ._th11_module ._th11_module_wrap {
  width: 100%;
  background: var(--color-primary); color: var(--color-on-primary); }
body.two_column ._th11_module ._th11_module_wrap .col {
  padding: 3%;
}
@media (max-width: 1220px) and (min-width: 481px) {
  body.two_column ._th11_module ._th11_module_wrap .row .col {
    width: 50%;
  }
  body.two_column ._th11_module ._th11_module_wrap .row .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  body.two_column ._th11_module ._th11_module_wrap .row .col:nth-child(1), body.two_column ._th11_module ._th11_module_wrap .row .col:nth-child(4) {
    background: var(--color-primary);
    color: var(--color-on-primary);
  }
  body.two_column ._th11_module ._th11_module_wrap .row .col:nth-child(2), body.two_column ._th11_module ._th11_module_wrap .row .col:nth-child(3) {
    background: color-mix(in srgb, var(--color-primary) 80%, black);
    color: var(--color-on-primary);
  }
}
@media (max-width: 480px) {
  body.two_column ._th11_module ._th11_module_wrap .row .col {
    width: 100%;
    padding: 5%;
  }
  body.two_column ._th11_module ._th11_module_wrap .row .col:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
}
