.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;
}
#footer * {
    box-sizing: content-box;
    line-height: 1.75;
}
/* 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-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;
    }
    #footer {
        margin-bottom: 40px;
    }
    #pagetop_btn {
    background: #f0f0f0 url(/lp/msgp/images/common/btn_scroll_top.png) no-repeat center center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 42px; }
}
@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-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;
    }
}
