/* ----------------------------------------------------------------
    Pseudo element (Block)
----------------------------------------------------------------- */
.widget-switcher__btn::before, .widget-switcher__btn::after, .widget-carousel__playAlt::before, .widget-carousel__playAlt::after, .widget-carousel__pauseAlt::before, .widget-carousel__pauseAlt::after, .panel-account::before, .panel-account::after, .panel-register::before, .panel-register::after, .panel-register__txt::before, .list-recommend__panelTxt::before, .list-recommend__link::before, .list-recommend__linkTxt::before, .list-recommend__linkTxt::after, .link::before, .link-list-info__txt::before, .icon-blank::before, .hdg-l2::before, .hdg-l3::before, .btn::before, .btn.-showMore::after, .btn.-update::after, .btn.-normal::after, .box-news__txt::before, .box-alert.-error .box-alert__item::before, .box-alert.-warning .box-alert__item::before, .box-alert__link::before, .h-ss-menu__btn::before, .h-ss-menu__alt::before, .h-ss-menu__alt::after, .h-ss-menu__link::before, .h-ss-menu__link.-help::after, .h-ss-menu__time::before, .h-ss-profile__link::before, .h-ss-profile__link.-signout::after, .h-ss-profile__link.-manual::after, .h-ss-profile-manual__link::before, .h-ss-profile-manual__link.-signout::after, .h-ss-profile-manual__link.-manual::after, .f-contact__col:first-child::before, .content-inner.-bg-2::before, .content-inner.-bg-3::before, .content-inner.-bg-4::before, .content-inner.-bg-5::before, .content-inner.-bg-6::before {
  display: block;
  content: "";
}

.h-ss-menu__link.-help::before {
content: initial;
}

/* ----------------------------------------------------------------
    Pseudo element (Inline Block)
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
    Base
----------------------------------------------------------------- */
body {
  word-break: break-all;
}

a[class] {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
img,
svg {
  height: auto;
  vertical-align: bottom;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

select {
  color: #000;
}

input:disabled,
button:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed;
}

/* ----------------------------------------------------------------
    Content (.content[-*])
----------------------------------------------------------------- */
/* .content-main
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .content-main {
    max-width: 1280px;
  }
}

/* .content-wrapper
----------------------------------------------- */
.content-wrapper {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .content-wrapper {
    width: calc(100% - 250px);
    margin: 0 0 0 auto;
    margin-top: 68px;
  }
}
@media print, screen and (min-width: 768px) and (-ms-high-contrast: active), only screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .content-wrapper {
    max-width: 1030px;
    margin-left: 250px;
  }
}
@media print, screen and (min-width: 960px) {
  .content-wrapper {
      margin-top: 10px;
  }
}
/* .content-inner
----------------------------------------------- */
.content-inner {
  position: relative;
  min-width: 280px;
  margin: 0 20px;
  padding: 30px 0;
}
.content-inner > *:last-child {
  margin-bottom: 0;
}
.content-inner.-bg-2::before, .content-inner.-bg-3::before, .content-inner.-bg-4::before, .content-inner.-bg-5::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.content-inner.-bg-2::before {
  margin-top: -47px;
  margin-left: -108px;
  background-image: url(./img/portal_bg-account.gif);
  background-size: 225px auto;
}
.content-inner.-bg-3::before {
  margin-top: -32px;
  margin-left: -93px;
  background-image: url(./img/portal_bg-recommend.gif);
  background-size: 195px auto;
}
.content-inner.-bg-4::before {
  margin-top: -47px;
  margin-left: -108px;
  background-image: url(./img/portal_bg-service.gif);
  background-size: 225px auto;
}
.content-inner.-bg-5::before {
  margin-top: -32px;
  margin-left: -93px;
  background-image: url(./img/portal_bg-news.gif);
  background-size: 195px auto;
}
@media print, screen and (min-width: 768px) {
  .content-inner {
    margin: 0 40px 0 48px;
    padding: 30px 0;
  }
  .content-inner.-bg-2::before {
    margin-top: -58px;
    margin-left: -146px;
    background-size: 300px auto;
  }
  .content-inner.-bg-3::before {
    margin-top: -48px;
    margin-left: -126px;
    background-size: 260px auto;
  }
  .content-inner.-bg-4 {
    padding-bottom: 10px;
  }
  .content-inner.-bg-4::before {
    margin-top: -58px;
    margin-left: -146px;
    background-size: 300px auto;
  }
  .content-inner.-bg-5::before {
    margin-top: -38px;
    margin-left: -126px;
    background-size: 260px auto;
  }
}
/* ----------------------------------------------------------------
    Carousel (.fn-carousel[-*])
----------------------------------------------------------------- */
.js-on .fn-carousel__list {
  -webkit-flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.js-on .fn-carousel__list.is-ready {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.js-on .fn-carousel__list.is-animate {
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.js-on .fn-carousel__list.is-swipe {
  transition: all 0.3s ease;
  will-change: transform;
}
.js-on .fn-carousel__list.is-update {
  transition: none !important;
}
.js-on .fn-carousel__item {
  width: 100%;
}

:root[data-fontSize=large] {
  font-size: 120%;
}
:root[data-fontSize=small] {
  font-size: 80%;
}

/* ----------------------------------------------------------------
    menu (.fn-menu[-*])
----------------------------------------------------------------- */
.js-on .fn-menu__overlay {
  position: fixed;
  top: 65px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.js-on .fn-menu__overlay.is-animate {
  transition: opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: opacity;
}
.js-on .fn-menu__overlay.is-show {
  background-color: rgba(168, 184, 191, 0.75);
  opacity: 1;
}
.js-on .fn-menu__content {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.js-on .fn-menu__content.is-animate {
  transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: height;
}
.js-on .fn-menu__content.is-show {
  visibility: visible;
  overflow-y: auto;
}

.js-on .fn-menu-ls__content {
  -webkit-transform: translateX(-4px);
  visibility: hidden;
  transform: translateX(-4px);
  opacity: 0;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.js-on .fn-menu-ls__content.is-show {
  -webkit-transform: translateX(0);
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
/* ----------------------------------------------------------------
    Footer (.footer and .f[-*])
----------------------------------------------------------------- */
/* .footer
----------------------------------------------- */
.footer {
  max-width: 1280px;
}

/* .f-inner
----------------------------------------------- */
.f-inner {
  min-width: 280px;
  padding: 20px 0;
  font-size:14px;
  line-height: normal;
}
@media print, screen and (min-width: 768px) {
  .f-inner {
    width: calc(100% - 250px);
    margin-left: 250px;
    padding: 24px 40px 32px 48px;
  }
}

/* .f-inner-logout
----------------------------------------------- */
.f-inner-logout {
  min-width: 280px;
  padding: 20px 0;
  font-size:14px;
  line-height: normal;
}
@media print, screen and (min-width: 768px) {
  .f-inner-logout {
    padding: 24px 0px 32px 0px;
  }
}

/* .f-box
----------------------------------------------- */
.f-box {
  margin-bottom: 24px;
  padding: 20px;
  background-color: #f7f9fa;
  text-align: center;
  font-size:14px;
  font-weight: 400;
}
@media print, screen and (min-width: 1180px) {
  .f-box {
    padding: 20px;
  }
  .f-box__inner {
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .f-box {
    border-radius: 12px;
  }
}

/* .f-title
----------------------------------------------- */
.f-title {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 1180px) {
  .f-title {
    margin-bottom: 0;
    padding-right: 20px;
    padding-bottom: 0;
    border-right: 1px solid #d8d8d8;
    border-bottom: none;
  }
}

/* .f-contact
----------------------------------------------- */
.f-contact {
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.f-contact__col {
  text-align: left;
}
.f-contact__col:first-child {
  position: relative;
  margin-bottom: 12px;
  padding-left: 44px;
}
.f-contact__col:first-child::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 32px;
  margin: auto;
  border-radius: 8px;
  background: url(./img/portal_icon-tel.gif) no-repeat center center, linear-gradient(-45deg, #b1000e, #ff0026);
  background-repeat: no-repeat;
}
.f-contact__txt {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
}
.f-contact__tel {
  display: block;
  color: #b1000e;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none !important;
}
.f-contact__time {
  display: block;
  font-size: 0.75rem;
}
.f-contact__note {
  display: block;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 530px) {
  .f-contact {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .f-contact__col:first-child {
    margin-bottom: 0;
  }
  .f-contact__col:last-child {
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .f-contact {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .f-contact__col:first-child {
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 896px) {
  .f-contact {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .f-contact__col:first-child {
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 1180px) {
  .f-contact {
    margin-left: 20px;
  }
  .f-contact__inner {
    -webkit-align-items: center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .f-contact__col:first-child {
    margin-bottom: 0;
  }
  .f-contact__col:last-child {
    margin-left: 20px;
  }
}

/* .f-copyright
----------------------------------------------- */
.f-copyright {
  display: block;
  color: #666;
  font-size: 0.5rem;
  text-align: center;
}

/* ----------------------------------------------------------------
    Header (.header and .h[-*])
----------------------------------------------------------------- */
/* .header
----------------------------------------------- */
.header {
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  border-bottom: 1px solid #d8d8d8;
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem !important;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .header {
    height: 120px;
  }
}
@media print, screen and (min-width: 960px) {
  .header {
    height: 68px;
  }
}
/* ----------------------------------------------------------------
    Header-logout (.header and .h[-*])
----------------------------------------------------------------- */
/* .header-logout
----------------------------------------------- */
.header-logout {
  z-index: 11;
/*position: fixed;        */
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  border-bottom: 1px solid #d8d8d8;
  /*background-color: #fff;*/
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.875rem !important;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .header-logout {
    height: 120px;
  }
}
@media print, screen and (min-width: 960px) {
  .header-logout {
    height: 68px;
  }
}

.btn.-signout:hover::before, .btn.-signout:active::before, .btn.-signout:focus::before {
  opacity: 0;
}

/* .h-ss
----------------------------------------------- */
.h-ss {
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 280px;
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .h-ss {
    display: none;
  }
}

/* .h-ss-logout
----------------------------------------------- */
.h-ss-logout {
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .h-ss-logout {
    display: none;
  }
}

/* .h-ss-logo
----------------------------------------------- */
.h-ss-logo {
  -webkit-order: 2;
  order: 2;
}
.h-ss-logo__link {
  -webkit-align-items: center;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

/* .h-ss-menu
----------------------------------------------- */
.h-ss-menu {
  -webkit-order: 1;
  order: 1;
}
.h-ss-menu__btn {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #fbf2f2;
}
.h-ss-menu__btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  margin: auto;
  border-radius: 100vw;
  background-color: #b1000e;
}
.h-ss-menu__btn[aria-expanded=true] {
  background-color: #b1000e;
}
.h-ss-menu__btn[aria-expanded=true]::before {
  content: initial;
}
.h-ss-menu__alt {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: transparent;
}
.h-ss-menu__alt::before, .h-ss-menu__alt::after {
  position: absolute;
  right: 0;
  left: 0;
  width: 24px;
  height: 2px;
  margin: auto;
  border-radius: 100vw;
  background-color: #b1000e;
}
.h-ss-menu__alt::before {
  top: 13px;
}
.h-ss-menu__alt::after {
  bottom: 13px;
}
.h-ss-menu__btn[aria-expanded=true] .h-ss-menu__alt::before, .h-ss-menu__btn[aria-expanded=true] .h-ss-menu__alt::after {
  width: 20px;
  background-color: #fff;
}
.h-ss-menu__btn[aria-expanded=true] .h-ss-menu__alt::before {
  -webkit-transform: rotate(45deg);
  top: 19px;
  transform: rotate(45deg);
}
.h-ss-menu__btn[aria-expanded=true] .h-ss-menu__alt::after {
  -webkit-transform: rotate(-45deg);
  bottom: 19px;
  transform: rotate(-45deg);
}
.h-ss-menu__content {
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
}
.h-ss-menu__list, .h-ss-menu__time {
  z-index: 100;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f7f9fa;
  line-height: normal;
}
.h-ss-menu__item:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
.h-ss-menu__link {
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 20px 0;
  color: #000 !important;
}
.h-ss-menu__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background-image: url(./img/portal_icon-angle.gif);
}
.h-ss-menu__link[target=_blank]::before {
  content: initial;
}
.h-ss-menu__link.-help {
  padding-left: 24px;
}
.h-ss-menu__link.-help::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background-image: url(./img/portal_icon-help.gif);
  background-size: contain;
}
.h-ss-menu__time {
  display: block;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
}
.h-ss-menu__time::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background-color: #d8d8d8;
}

/* .h-ss-profile
----------------------------------------------- */
.h-ss-profile {
  -webkit-order: 3;
  order: 3;
  line-height: normal;
}
.h-ss-profile__btn {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fbf2f2;
}
.h-ss-profile__btn[aria-expanded=true] {
  background-color: #b1000e;
}
.h-ss-profile__btnIcon {
  vertical-align: text-top;
}
.h-ss-profile__btnPath {
  fill: #b1000e;
  -webkit-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
}
.h-ss-profile__btn[aria-expanded=true] .h-ss-profile__btnPath {
  fill: #fff;
}
.h-ss-profile__alt {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.h-ss-profile__content {
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
}
.h-ss-profile__title, .h-ss-profile__dl, .h-ss-profile__list {
  z-index: 100;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f7f9fa;
}
.h-ss-profile__title {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.h-ss-profile__titleSub {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
}
.h-ss-profile__titleMain {
  display: block;
  font-weight: 700;
}
.h-ss-profile__dl {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.h-ss-profile__dt {
  margin-bottom: 4px;
  color: #666;
  font-size: 12px;
}
.h-ss-profile__dd:not(:last-child) {
  margin-bottom: 20px;
}
.h-ss-profile__time {
  margin-right: 16px;
}
.h-ss-profile__item:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
.h-ss-profile__link {
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 20px 0;
  color: #000 !important;
}
.h-ss-profile__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background-image: url(./img/portal_icon-angle.gif);
}
.h-ss-profile__link.-blank::before {
  content: initial;
}
.h-ss-profile__link.-signout, .h-ss-profile__link.-manual {
  padding-left: 24px;
}
.h-ss-profile__link.-signout::after, .h-ss-profile__link.-manual::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background-size: contain;
}
.h-ss-profile__link.-signout::after {
  background-image: url(./img/portal_icon-signout_sp.gif);
}
.h-ss-profile__link.-manual::after {
  background-image: url(./img/portal_icon-manual.gif);
}

.h-ss-profile-manual__link {
  -webkit-justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 20px 0;
  color: #000 !important;
}
.h-ss-profile-manual__link.-blank::before {
  content: initial;
}
.h-ss-profile-manual__link.-manual {
  padding-left: 24px;
}
.h-ss-profile-manual__link.-signout::after, .h-ss-profile-manual__link.-manual::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  background-size: contain;
}
.h-ss-profile-manual__link.-signout::after {
  background-image: url(./img/portal_icon-signout_sp.gif);
}
.h-ss-profile-manual__link.-manual::after {
  background-image: url(./img/portal_icon-manual.gif);
}

/* .h-ss-right
----------------------------------------------- */
  .h-ss-right {
   position: absolute;
/* top: 0;                  */
/* right: 0;                */
   right: 16px;
   padding-right: 10px;
   display: flex;
   align-items: center;
   padding: 10px;
  }

/* .h-ss-sub_logout
----------------------------------------------- */
.h-ss-sub_logout {
  -webkit-order: 2;
  order: 2;
  position: relative;

}
.h-ss-sub_logout__link {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

/* .h-ls
----------------------------------------------- */
.h-ls {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .h-ls {
    -webkit-justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    padding: 12px 40px;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 960px) {
  .h-ls {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

@media print, screen and (min-width: 960px) {
  .h-ls-right {
    margin-left: auto;
  }
}

/* .h-ls-logout
----------------------------------------------- */
.h-ls-logout {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .h-ls-logout {
    -webkit-justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    line-height: 1.5;
    font-size:14px;
  }
}
@media print, screen and (min-width: 960px) {
  .h-ls-logout {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

/* .h-ls-logo
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .h-ls-logo {
    -webkit-align-items: center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .h-ls-logo__link {
    -webkit-align-items: center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 960px) {
  .h-ls-logo {
    width: auto;
    min-width: 120px;
  }
}

/* .h-ls-sub
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .h-ls-sub {
    -webkit-align-items: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
  }
  .h-ls-sub__link {
    position: relative;
    padding: 8px 12px 8px 44px;
    border-radius: 4px;
    color: #000 !important;
	text-decoration: none !important;
  }
  .h-ls-sub__link::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffe5e9;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
  .h-ls-sub__link:hover::after, .h-ls-sub__link:active::after, .h-ls-sub__link:focus::after {
    opacity: 1;
  }
  .h-ls-sub__link::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 24px;
    height: 24px;
    margin: auto;
    background-image: url(./img/portal_icon-manual.gif);
    content: "";
  }
  .h-ls-sub__link::after {
    border-radius: 4px;
  }
}

/* .h-ls-menu
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .h-ls-menu {
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-left: 40px;
  }
  .h-ls-menu__control {
    -webkit-align-items: center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .h-ls-menu__controlTxt {
    display: inline-block;
  }
  .h-ls-menu__controlList {
    -webkit-align-items: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
    padding: 4px;
    border-radius: 8px;
    background-color: #f7f9fa;
  }
  .h-ls-menu__controlItem:not(:first-child) {
    margin-left: 3px;
  }
  .h-ls-menu__controlBtn {
    width: 44px;
    height: 30px;
    border-radius: 4px;
    color: #aeaeae;
    font-weight: 700;
    transition: background-color 0.3s ease-out;
  }
  .h-ls-menu__controlBtn.-small {
    font-size: 0.9rem;
  }
  .h-ls-menu__controlBtn.-middle {
    font-size: 1.0rem;
  }
  .h-ls-menu__controlBtn.-large {
    font-size: 18px;
  }
  .h-ls-menu__controlBtn:disabled {
    background-color: #fff;
    color: #000;
  }
  .h-ls-menu__controlBtn:hover, .h-ls-menu__controlBtn:active, .h-ls-menu__controlBtn:focus {
    background-color: #f5f6f7;
    mix-blend-mode: multiply;
  }
  .h-ls-menu__controlBtn:hover:disabled, .h-ls-menu__controlBtn:active:disabled, .h-ls-menu__controlBtn:focus:disabled {
    background-color: #fff;
    mix-blend-mode: initial;
  }
  .h-ls-menu__btn {
    -webkit-align-items: center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-left: 40px;
  }
}
@media print, screen and (max-width: 959px) {
  .h-ls-menu {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-right: 0;
  }
}
/* ----------------------------------------------------------------
    Navigation (.n[-*])
----------------------------------------------------------------- */
/* .n-aside
----------------------------------------------- */
.n-aside,
.n-aside__profile-wrapper {
  display: none;
  font-size: 14px;
  line-height: normal;
}
@media print, screen and (min-width: 768px) {
  .n-aside {
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    z-index: 10;
    position: fixed;
    top: 72px;
    flex-direction: column;
    justify-content: space-between;
    width: 250px;
    height: calc(100vh - 68px - 56px);
    margin-top: 56px;
    overflow: auto;
    background-color: #f7f9fa;
  }
  .n-aside__profile-wrapper {
    display: block;
    position: fixed;
    top: 66px;
    width: 631px;
    height: calc(100% - 68px);
  }
  .n-aside__profile-wrapper.is-show {
    z-index: 9;
  }
  .n-aside__profile-wrapper .n-aside__btn {
    overflow: visible;
  }
  .n-aside__profile-wrapper .n-aside__btn::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: -8px;
    left: -8px;
    width: 250px;
    height: calc(100% + 23px);
    background-color: #f7f9fa;
    content: "";
  }
  .n-aside__profile {
    width: 250px;
    margin-bottom: 4px;
    padding: 7px 8px 8px 8px;
  }
  .n-aside__row {
    margin-right: 8px;
    margin-left: 8px;
  }
  .n-aside__row:first-child {
    margin-top: 8px;
  }
  .n-aside__row:last-child {
    margin-bottom: 12px;
  }
  .n-aside__btn {
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px 12px 32px;
    overflow: hidden;
  }
  .n-aside__btn::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffe5e9;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
  .n-aside__btn:hover::after, .n-aside__btn:active::after, .n-aside__btn:focus::after {
    opacity: 1;
  }
  .n-aside__btn::after {
    border-radius: 8px;
  }
  .n-aside__btnTxt {
    position: relative;
    padding-left: 30px;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: hidden;
  }
  .n-aside__btnTxt::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    background: url("./img/portal_icon-profile.gif") no-repeat;
    content: "";
  }
  .n-aside__btnAlt {
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    color: transparent;
  }
  .n-aside__btnAlt::before, .n-aside__btnAlt::after {
    position: absolute;
    margin: auto;
    border-radius: 2px;
    background-color: #b1000e;
    content: "";
  }
  .n-aside__btnAlt::before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 2px;
  }
  .n-aside__btn[aria-expanded=false] .n-aside__btnAlt::after {
    top: 0;
    right: 0;
    left: 0;
    width: 2px;
    height: 12px;
  }
  .n-aside__content {
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: fixed;
    top: calc(68px + 4px);
    left: 250px;
    width: 368px;
    height: 0;
    margin-left: 4px;
    padding-left: 8px;
  }
  .n-aside__content::-webkit-scrollbar {
    display: none;
  }
  .n-aside__content::before {
    -webkit-transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 18px;
    left: 1px;
    width: 14px;
    height: 14px;
    transform: rotate(-45deg);
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    background-color: #fff;
    content: "";
  }
  .n-aside__contentInner {
    padding: 20px 12px 4px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 10px 40px rgba(184, 190, 204, 0.4);
  }
  .n-aside__contentSubtitle, .n-aside__contentTitle {
    display: block;
    font-weight: 700;
  }
  .n-aside__contentSubtitle {
    margin-bottom: 8px;
  }
  .n-aside__contentTitle {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d8d8;
  }
  .n-aside__contentDt {
    margin-bottom: 4px;
    color: #666;
    font-size: 12px;
  }
  .n-aside__contentDd {
    margin-bottom: 16px;
  }
  .n-aside__contentTime {
    margin-right: 16px;
  }
  .n-aside__contentItem {
    border-top: 1px solid #d8d8d8;
    font-size:16px;
  }
  .n-aside__contentLink {
    display: block;
    position: relative;
    padding: 16px 28px 16px 0;
    color: #000 !important;
  }
  .n-aside__contentLink::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background: url("./img/portal_icon-angle.gif") no-repeat;
    content: "";
  }
  .n-aside__contentLink:hover .n-aside__contentTxt, .n-aside__contentLink:active .n-aside__contentTxt, .n-aside__contentLink:focus .n-aside__contentTxt {
    background-size: 100% 1.3px;
  }
  .n-aside__contentTxt {
    padding-bottom: 1px;
    background: linear-gradient(#ff0026, #b1000e);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size 0.3s cubic-bezier(0.4, 0.1, 0.3, 1);
  }
  .n-aside__item {
    margin-bottom: 4px;
  }
  .n-aside__item:last-child {
    margin-bottom: 0;
  }
  a.n-aside__link{
    display: block;
    position: relative;
    padding: 12px 16px 12px 32px;
    border-radius: 8px;
    color: #000;
	text-decoration: none;
  }
  .n-aside__link::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffe5e9;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
  .n-aside__link:hover::after, .n-aside__link:active::after, .n-aside__link:focus::after {
    opacity: 1;
  }
  .n-aside__link::before {
    display: block;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background: url("./img/portal_icon-angle.gif") no-repeat 100% center;
    content: "";
  }
  .n-aside__link::after {
    border-radius: 8px;
  }
  .n-aside__link.-blank::before {
    content: none;
  }
  .n-aside__link.-help {
    margin-bottom: 12px;
  }
  .n-aside__link.-blank .n-aside__txt {
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .n-aside__link.-help .n-aside__txt {
    position: relative;
    padding-left: 32px;
  }
  .n-aside__link.-help .n-aside__txt::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    background: url("./img/portal_icon-help.gif") no-repeat 100% center;
    content: "";
  }
  .n-aside__time {
    display: block;
    font-size: 12px;
    text-align: center;
  }
}
@media print, screen and (max-width: 959px) {
  .n-aside {
    top: 125px;
    height: calc(100vh - 120px - 63px);
  }
  .n-aside__profile-wrapper {
    top: 120px;
  }
  .n-aside__content {
    top: 125px;
  }
}

/* ----------------------------------------------------------------
    Button (.btn[-*])
----------------------------------------------------------------- */
/* .btn
----------------------------------------------- */
.btn {
  display: inline-block;
  position: relative;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 100vw;
  background: linear-gradient(to right bottom, #b1000e, #ff0026);
}
.btn__txt {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.0rem;
  font-weight: 700;
}
.btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  background: linear-gradient(to right bottom, #ff0026, #b1000e);
  transition: opacity 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .btn.-signout {
    padding-right: 38px;
    padding-left: 62px;
  }
  .btn.-signout::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 38px;
    width: 16px;
    height: 16px;
    margin: auto;
    background-image: url("./img/portal_icon-signout_pc.gif");
    content: "";
  }
}
/* ----------------------------------------------------------------
    Icon (.icon[-*])
----------------------------------------------------------------- */
/* .icon-blank
----------------------------------------------- */
.icon-blank {
  display: inline-block;
  position: relative;
  margin-left: 8px;
}
.icon-blank::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("./img/portal_icon-blank-wht.gif");
  opacity: 0;
}
.icon-blank > img {
  vertical-align: baseline;
}
.icon-blank::before,
.icon-blank > img {
  transition: opacity 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  a:hover .icon-blank::before, a:active .icon-blank::before, a:focus .icon-blank::before {
    opacity: 1;
  }
  a:hover .icon-blank > img, a:active .icon-blank > img, a:focus .icon-blank > img {
    opacity: 0;
  }
}
/* ----------------------------------------------------------------
    Utility (.u[-*])
----------------------------------------------------------------- */
/* .u-display-block
----------------------------------------------- */
.u-display-block {
  display: block !important;
}

/* ============================================================================
 * _header ログオン前共通ヘッダー
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * #l_header
 * ------------------------------------------------------------------------- */
#l_header .header_area4 > .pad::after,
.m_column_float::after{
	display: block;
	clear: both;
	content: "";
}

@supports (display: flow-root){
	#l_header .header_area4 > .pad,
	.m_column_float{
		display: flow-root;
	}
	#l_header .header_area4 > .pad::after,
	.m_column_float::after{
		display: none;
	}
}
#l_header .header_area4{
	padding: 0px;
	min-height: 62.5px;
}
@media print, screen and (max-width: 767px) {
  #l_header .header_area4 {
    display: none;
  }
}
#l_header .header_area4 > .pad{
	max-width: 1000px;
	margin: auto;
	padding: 13px 0 10px;
	height: 100%;
	position: relative;
}
/* ============================================================================
 * _footer 共通フッター
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * #l_footer
 * ------------------------------------------------------------------------- */
#l_footer .footer_area3{
}

#l_footer .footer_area3 > .pad{
	max-width: 1000px;
	margin: auto;
}
#l_footer .footer_area3{
	background-color: #ffffff;
}

@media screen and (min-width: 768px) {

.b_footer_nav > .footer_nav_inner > .inner_segment._left:first-child .m_btn {
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 10px;
}
.b_footer_nav > .footer_nav_inner > .inner_segment._left:first-child .m_btn + .m_btn {
  margin-left: 0px;
}
}
/* ----------------------------------------------------------------
    Box (.box[-*])
----------------------------------------------------------------- */
/* .box-news
----------------------------------------------- */
.box-news__txt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  position: relative;
  overflow-y: hidden;
}

@media print {
	.n-aside__profile-wrapper {
		display: none;
	}
	.n-aside {
		display: none;
	}
	.content-wrapper {
		width: 100%;
		margin: 0 0 0 auto;
	}
	.f-inner {
		margin-left: 0;
		width: 100%;
	}
}
