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

.column_main ._th34_module_wrap .col {
  margin-left: 0;
}
.column_main ._th34_module_wrap .col img {
  width: auto;
  height: 100%;
}
.column_main ._th34_module_wrap dl {
  max-height: none;
}
.column_main ._th34_module_wrap.typeA dl dt {
  width: 100%;
  padding: 0.5em 0 0 0;
}
.column_main ._th34_module_wrap.typeA dl dd {
  padding-left: 0;
  padding: 0 0 0.5em;
}

._th34_module_wrap .container {
  padding: 3em;
  background-color: var(--color-surface);
}
@media (max-width: 768px) {
  ._th34_module_wrap .container {
    padding: 1.7em 1.5em;
  }
}
._th34_module_wrap .col {
  position: relative;
}
@media (min-width: 768px) {
  ._th34_module_wrap .col {
    height: 400px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  ._th34_module_wrap .col {
    margin: 0;
  }
}
._th34_module_wrap .col:not(.bg_info) {
  width: 25%;
}
@media (max-width: 768px) {
  ._th34_module_wrap .col:not(.bg_info) {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  ._th34_module_wrap .col:not(.bg_info) {
    display: inline-block;
    width: 50%!important;
    float: left;
  }
}
._th34_module_wrap .col:not(.bg_info) h2 {
  padding-left: 1em;
  position: absolute;
  top: 7%;
  left: 7%;
  color: var(--color-bg);
  font-size: 20px;
  font-size: 2rem;
  z-index: 99;
}
@media (max-width: 767px) {
  ._th34_module_wrap .col:not(.bg_info) h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
._th34_module_wrap .col:not(.bg_info) h2 span {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  ._th34_module_wrap .col:not(.bg_info) h2 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
._th34_module_wrap .col:not(.bg_info) h2 span:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -1em;
  border: 5px solid transparent;
  border-left: 4px solid var(--color-bg);
  opacity: 1;
}
._th34_module_wrap .col:not(.bg_info) a {
  transition: 0.3s;
}
._th34_module_wrap .col:not(.bg_info) a:hover {
  opacity: 0.9;
  transition: 0.3s;
}
._th34_module_wrap dl {
  max-height: none;
}
._th34_module_wrap.type_A dl dt {
  padding: 1em 0 1em 0;
  width: 90px;
}
@media (max-width: 767px) {
  ._th34_module_wrap.type_A dl dt {
    padding: 0.5em 0 0 0;
  }
}
._th34_module_wrap.type_A dl dt span {
  display: none;
}
._th34_module_wrap.type_A dl dd {
  margin-left: 1em;
  border: none;
}
@media (max-width: 767px) {
  ._th34_module_wrap.type_A dl dd {
    padding: 0 0 0.5em;
  }
}
._th34_module_wrap.type_B dl dt {
  padding: 0.5em 0;
  width: 100%;
}
@media (max-width: 767px) {
  ._th34_module_wrap.type_B dl dt {
    padding: 0.5em 0 0 0;
  }
}
._th34_module_wrap.type_B dl dt span {
  display: inline-block;
}
._th34_module_wrap.type_B dl dd {
  margin-left: 1em;
  padding: 0.5em 0 0.5em 0;
  border: none;
}
@media (max-width: 768px) {
  ._th34_module_wrap.type_B dl dd {
    padding: 0.5em 0 0.5em 0;
  }
}
@media (min-width: 600px) {
  ._th34_module_wrap figure {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-top: 400px;
  }
}
@media (min-width: 600px) {
  ._th34_module_wrap figure img {
    position: absolute;
    top: -300%;
    left: -300%;
    right: -300%;
    bottom: -300%;
    margin: auto;
    max-width: 300%;
  }
}
@media (max-width: 767px) {
  ._th34_module_wrap figure img {
    width: 100%;
  }
}
._th34_module_wrap h2 {
  display: block;
  margin: 0 0 0.5em;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  ._th34_module_wrap h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
._th34_module_wrap h2:before, ._th34_module_wrap h2:after {
  display: none;
}
._th34_module_wrap .bg_info {
  padding: 2em;
  background-color: var(--color-bg);
}
@media (max-width: 768px) {
  ._th34_module_wrap .bg_info {
    width: 100%;
    height: auto !important;
  }
}
._th34_module_wrap .bg_info a {
  position: relative;
  color: var(--color-heading-ink);
  text-decoration: none;
}
._th34_module_wrap .bg_info a:after {
  content: "";
  position: absolute;
  top: 2px;
  left: -1em;
  border: 6px solid transparent;
  border-left: 4px solid var(--color-primary);
  opacity: 1;
}
._th34_module_wrap .bg_info a:hover {
  text-decoration: underline;
}
._th34_module_wrap .bg_info .content {
  position: relative;
}
@media (min-width: 769px) {
  ._th34_module_wrap .bg_info .content {
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  ._th34_module_wrap ._th34_module_list {
    position: absolute;
    right: 2em;
    bottom: 2em;
    margin-top: 1em;
  }
}
._th34_module_wrap span[class^=bg_] {
  margin-left: 10px;
  padding: 0.2em 0.4em 0;
  color: var(--color-bg);
  font-size: 12px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  ._th34_module_wrap .news dl dt + dd {
    padding-left: 90px;
  }
}
._th34_module_wrap .bg_blue {
  background-color: #202069;
}
._th34_module_wrap .bg_red {
  background-color: #69202c;
}
._th34_module_wrap .bg_green {
  background-color: #206938;
}

@media (max-width: 1023px) {
  #page_block3 ._th34_module_wrap .col.span_3 {
    width: 50%;
  }
  #page_block3 ._th34_module_wrap .col.bg_info {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  #page_block3 ._th34_module_wrap figure img {
    width: 100%;
  }
}
