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

._th01_module ._th01_module_title,
._th01_module ._th01_module_title2 {
  font-weight: bold;
  color: var(--color-text);
}
._th01_module ._th01_module_title span,
._th01_module ._th01_module_title2 span {
  display: block;
}
._th01_module ._th01_module_title:after, ._th01_module ._th01_module_title:before,
._th01_module ._th01_module_title2:after,
._th01_module ._th01_module_title2:before {
  content: none;
}
._th01_module ._th01_module_title {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 2em;
  font-size: 1.5rem;
}
._th01_module ._th01_module_title span {
  font-size: 1rem;
}
@media (max-width: 767px) {
  ._th01_module ._th01_module_title {
    margin-bottom: 1.5em;
  }
}
._th01_module ._th01_module_title2 {
  line-height: 1.6;
  margin: 1.5em 0;
  padding-bottom: 0;
  font-size: 1.125rem;
}
@media (max-width: 899px) {
  ._th01_module ._th01_module_title2 {
    margin: 1.3em 0;
  }
}
._th01_module ._th01_module_title2 span {
  color: var(--color-text-muted);
  font-size: 0.875rem;
}
@media (min-width: 768px) and (max-width: 899px) {
  ._th01_module .row {
    max-width: 690px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  ._th01_module .span_3 {
    margin-left: 0;
    width: 48%;
  }
  ._th01_module .span_3:nth-child(even) {
    margin-left: 26px;
  }
}
._th01_module ._th01_module_contents {
  max-width: 334px;
  margin: auto;
}
@media (max-width: 899px) {
  ._th01_module ._th01_module_contents {
    margin-bottom: 6.5%;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  ._th01_module ._th01_module_contents ._th01_module_img {
    text-align: left;
  }
}
._th01_module ._th01_module_contents ._th01_module_text {
  color: var(--color-text);
}
@media (max-width: 899px) {
  ._th01_module ._th01_module_contents ._th01_module_text {
    margin: 0.5em 0;
  }
}
._th01_module .more {
  display: block;
}
._th01_module .more a {
  border-color: var(--color-primary);
  color: var(--color-on-primary);
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  ._th01_module .more a {
    max-width: none;
  }
}
._th01_module .more a:after {
  border-color: var(--color-on-primary);
  right: 8%;
  transform-origin: bottom;
}
._th01_module .more a:hover {
  color: var(--color-text);
}
._th01_module .more a:hover:after {
  border-color: var(--color-text);
}

@media (max-width: 767px) {
  #page_block3 .container .row .col {
    background: none;
    height: auto;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 899px) {
  body.two_column #page_block3 ._th01_module .span_3 {
    width: 47%;
  }
}
