/* header */
.str-header-top img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.str-header-top {
    padding: 0 16px;
    border-bottom: 3px solid #e60000;
    background-color: #ffffff;
}
.str-header-body--top {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: 57px;
}
.str-header-body {
    max-width: 1200px;
    margin: 0 auto;
}
.str-header-body > :first-child {
    margin-top: 0;
}
.str-header__logo-link {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.str-header-body > :last-child {
    margin-bottom: 0;
}

.str-header__logo-sub {
    height: 20px;
}
.str-header__logo-sub img {
    width: 100%;
    vertical-align: unset;
}
@media screen and (max-width: 767px) {
    .str-header-top {
        z-index: 5000;
        position: relative;
    }
    .str-header-body--top {
        justify-content: center;
        padding-right: 44px;
        gap: 0 14px;
    }
    .str-header__logo-main {
        width: 100%;
    }
    .str-header__logo-text {
        display: none;
    }
    .str-header__logo-sub {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .str-header-top {
        border-bottom-width: 4px;
    }
    .str-header-body--top {
        height: 86px;
    }
    .str-header__logo-link {
        gap: 0 18px;
    }
}
/* 戻りボタン */

.str-pagetop {
  z-index: 2000;
  position: sticky;
  bottom: 0;
  margin-top: 55px;
}
.str-pagetop__btn {
  position: absolute;
  right: 16px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .str-pagetop__btn {
      right: 24px;
  }
}
/* footer */
li {
    list-style: none;
}

.str-footer {
  border-top: 1px solid #cccccc;
  font-size: 10px;
}
.str-footer-body {
  max-width: 1200px;
  margin: 0 auto;
}
.str-footer-bottom {
  background-color: #ffffff;
  padding: 0 16px;
  padding-top: 25px;
}
.str-footer-list-link {
  display: grid;
  grid-template-rows: 1fr;
}
.str-footer-list-link--bottom {
  gap: 12px;
}
.str-footer-body > :first-child {
    margin-top: 0;
}
.str-footer-body > :last-child {
  margin-bottom: 0;
}
.str-footer-list-link__link {
  display: block;
  position: relative;
  padding-left: 16px;
  color: #333333 !important;
  transition: color 0.3s ease;
  text-decoration: none;
}
.str-footer-list-link__link:hover {
  color: #b40001 !important;
  text-decoration: underline;
}
.str-footer-list-link__link::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}
.str-footer-bottom__copy {
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
}
.str-footer-bottom__copy small {
  display: block;
}
small {
  font-size: inherit;
}
/* str-footer-important-box */
.str-footer-important-box {
  padding-block: 16px;
}
.str-footer-important-box {
  padding: 24px 16px;
  background-color: #fcefef;
}
.str-footer-important-box-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
  margin-inline: auto;
  gap: 16px 40px;
}
.str-footer-important-box-inner__title {
  display: flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 27px 5px 5px;
  border-radius: 16px;
  background-color: #b40001;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
.str-footer-important-box-inner__title::before {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url(/assets/img/common/icon-important-footer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.str-footer-important-box-inner__content {
  align-self: center;
}
.str-footer-list-link {
  display: grid;
  grid-template-rows: 1fr;
}
.str-footer-important-box-inner__content > :last-child {
  margin-bottom: 0;
}
.str-footer-important-box-inner__content > :first-child {
  margin-top: 0;
}
.str-footer-list-link--bottom {
  gap: 12px;
}
.str-footer-list-link__link {
  display: block;
  position: relative;
  padding-left: 16px;
  color: #333333 !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}
.str-footer-list-link__link:hover {
  color: #b40001 !important;
  text-decoration: underline !important;
}
.str-footer-list-link__link::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}
@media screen and (max-width: 767px) {
  .str-footer--simple {
    margin-bottom: 0;
  }
  .str-footer-list-link[data-col] {
    gap: 14px;
  }
  .str-footer-list-link[data-col="1"] {
    grid-template-columns: 100%;
  }
  .str-footer-list-link__link {
    font-size: 12px;
  }
  .str-footer-bottom__copy {
    margin: 25px -16px 0;
    padding: 12px 16px;
    border-top: 4px solid #e60000;
    font-size: 1em;
    text-align: left;
  }
  .str-footer-bottom__copy small {
    margin-top: 6px;
  }
}

@media screen and (min-width: 768px) {
  .str-footer-bottom {
    padding-bottom: 25px;
    border-top: 4px solid #e60000;
  }
  .str-footer-list-link[data-col-wide=auto] {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 8px 36px;
  }
  .str-footer-list-link__link {
    font-size: 1.4em;
  }
  .str-footer-important-box-inner__title::before {
    width: 22px;
    height: 22px;
  }
  .str-footer-list-link--bottom {
    gap: 10px 40px;
  }
  .str-footer-list-link__link {
    font-size: 14px;
  }
  .str-footer-important-box-inner {
    flex-direction: row;
  }
}
