body {
  margin: 0;
  font-family: "BIZ UDPGothic", "Noto Sans", "Hiragino Sans", "Meiryo", sans-serif;
  box-sizing: border-box;
}

#cmnHeader button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

#cmnHeader button {
  position: relative;
  margin: 0;
  border-radius: 0;
  text-transform: none;
}

#cmnHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 44px);
  min-height: calc(100dvh - 44px);
}

.footer {
  width: 100%;
  margin-top: auto;
}

#cmnHeader .primary {
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  height: 44px;
  margin: 0;
  padding: 0
}

#cmnHeader .primary li {
  height: 44px
}

#cmnHeader .primary a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 44px;
  padding: 6px 2px 0 2px;
  color: #737373;
  font-size: .625rem;
  line-height: 1.5;
  text-decoration: none;
  transition-duration: 0s
}

#cmnHeader .primary a:hover {
  color: #232324
}

#cmnHeader .primary a:hover:before {
  filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(2667%) hue-rotate(42deg) brightness(89%) contrast(92%)
}

#cmnHeader .primary a:before {
  content: '';
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top
}

#cmnHeader .primary .navContract a:before {
  background-image: url(../images/global/icon_contract.svg)
}

#cmnHeader .primary .navProcedure a:before {
  background-image: url(../images/global/icon_procedure.svg)
}

#cmnHeader .primary .navPayment a:before {
  background-image: url(../images/global/icon_payment.svg)
}

#cmnHeader .primary .label {
  white-space: nowrap
}

#cmnHeader .globalHeader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  border-bottom: 1px solid #E5E5EA;
  background-color: #FAFAFA;
  box-sizing: border-box;
}

#cmnHeader .globalHeader__drawer[aria-hidden="false"] {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}

#cmnHeader .globalHeader__drawerInner {
  background-color: #FAFAFA;

  a {
    color: #232324;
    transition-duration: .3s;
    text-decoration: none;
  }
}

#cmnHeader .globalHeader__drawerInner .primary {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 !important
}

#cmnHeader .globalHeader__drawerInner .primary li {
  width: 100%;
  height: auto;
  padding: 8px 0 6px
}

#cmnHeader .globalHeader__drawerInner .primary a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  font-size: .85rem;
  line-height: 1.5
}

#cmnHeader .globalHeader__drawerInner .primary a:before {
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  margin-right: 8px
}

#cmnHeader .globalHeader__drawerInner .primary .label {
  font-weight: bold
}

#cmnHeader .globalHeader__drawerInner .primary .description {
  display: block;
  width: 100%;
  margin-top: 4px;
  font-size: 0.75rem
}

#cmnHeader .globalHeader__drawerInner .secondary li {
  border-bottom: 1px solid #E5E5EA;
}

#cmnHeader .globalHeader__drawerInner .el-button_after {
  position: relative;
  transition-duration: .3s;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 12px 8px;
  border-radius: 8px;
  border: 2px solid #005539;
  background-color: #005539;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  word-break: auto-phrase;
}

#cmnHeader .globalHeader__drawerInner .el-button_after:hover {
  border-color: #003120;
  background-color: #003120;
  color: #fff;
}

#cmnHeader .globalHeader__drawerInner .rounded-full {
  border-radius: 9999px;
}

#cmnHeader .globalHeader__drawerInner .mt-5 {
  margin-top: 20px;
}


@media screen and (min-width: 768px) {
  #cmnHeader .primary li {
    margin-right: 16px
  }

  #cmnHeader .primary a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    color: #737373;
    font-size: .875rem;
    line-height: 1.5
  }

  #cmnHeader .primary a:before {
    width: 28px;
    height: 28px;
    margin-right: 4px
  }

  #cmnHeader .ghNav__scroller .primary {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 36px;
    margin: 0 !important;
    padding: 0 !important
  }

  #cmnHeader .ghNav__scroller .primary li {
    display: flex;
    align-items: center;
    width: auto;
    height: 36px
  }

  #cmnHeader .ghNav__scroller .primary .navTop {
    display: none
  }

  #cmnHeader .ghNav__scroller .primary a {
    height: 24px;
    padding: 0 11px;
    border-radius: 24px;
    font-size: .85rem
  }

  #cmnHeader .ghNav__scroller .primary a:before {
    display: none
  }

  #cmnHeader .globalHeader__drawerInner .primary {
    display: block;
    margin: 0 !important;
    padding: 0 !important
  }

  #cmnHeader .globalHeader__drawerInner .primary li {
    height: auto;
    border-bottom: none;
    padding: 11px 0 11px
  }

  #cmnHeader .globalHeader__drawerInner .primary li.navTop {
    display: none
  }

  #cmnHeader .globalHeader__drawerInner .primary .description {
    margin-top: -2px;
    margin-left: 40px
  }

  #cmnHeader .drawer__inner .primary {
    width: 66%;
    column-count: 2
  }
}

@media screen and (min-width: 1024px) {
  #cmnHeader .ghNav__scroller .primary {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 56px
  }

  #cmnHeader .ghNav__scroller .primary li {
    display: flex;
    align-items: center;
    width: auto;
    height: 56px
  }

  #cmnHeader .ghNav__scroller .primary a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 24px;
    padding: 0 11px;
    border-radius: 24px;
    font-size: .85rem;
    line-height: 1.5;
    text-decoration: none
  }

  #cmnHeader .ghNav__scroller .primary a:before {
    display: none
  }
}

#cmnHeader .secondary {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0
}

#cmnHeader .secondary li {
  width: 100%;
  height: auto
}

#cmnHeader .secondary a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 16px 0;
  font-size: .85rem;
  line-height: 1.5;
  text-decoration: none;
  transition-duration: 0s
}

#cmnHeader .secondary a:after {
  content: '';
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background-image: url(../images/Icon/chevron-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(48%) sepia(1%) saturate(1043%) hue-rotate(351deg) brightness(91%) contrast(79%)
}



#cmnHeader .secondary .label {
  white-space: nowrap;
  font-weight: bold
}

@media screen and (min-width: 1024px) {
  #cmnHeader .secondary {
    flex-direction: row;
    justify-content: center;
    padding-top: 20px
  }

  #cmnHeader .secondary li {
    width: 194px;
    margin: 0 8px
  }

  #cmnHeader .secondary a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 16px 0;
    font-size: .85rem;
    line-height: 1.5;
    text-decoration: none;
    transition-duration: 0s;
    border-radius: 8px;
    border: 1px solid #E5E5EA;
    background: #FFF;
    transition-duration: .3s;

  }

  #cmnHeader .secondary a:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../images/Icon/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(48%) sepia(1%) saturate(1043%) hue-rotate(351deg) brightness(91%) contrast(79%)
  }

  #cmnHeader .secondary a:hover {
    border: 1px solid #C7C7CC;
  }

  #cmnHeader .secondary .label {
    white-space: nowrap;
    font-weight: bold
  }
}

#cmnHeader .globalHeader__logo {
  width: 60px
}

.siteLogo {
  width: 60px;
  height: 44px
}

.siteLogo a {
  display: block;
  width: 60px;
  height: 44px;
  background-image: url("/images/global/logo_mynhk_mobile.svg");
  text-indent: -9999px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.siteLogo a:hover {
  filter: brightness(0) saturate(100%) invert(11%) sepia(1%) saturate(2506%) hue-rotate(209deg) brightness(94%) contrast(92%);
}

.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0
}

.hamburger button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  background-color: transparent;
  transition-duration: .3s;
}

.hamburger button:before {
  content: ''
}

.hamburger button .lines {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 4px
}

.hamburger button .line {
  display: inline-block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #6E6E6F;
  transition: all .4s
}

.hamburger button .line:nth-of-type(1) {
  top: 4px
}

.hamburger button .line:nth-of-type(2) {
  top: 11px
}

.hamburger button .line:nth-of-type(3) {
  top: 18px
}

.hamburger button .label {
  width: 0;
  height: 0;
  overflow: hidden
}

.hamburger button:hover .line {
  background-color: #232324
}

.ghNav__inner {
  padding-right: 34px
}

.loginOnly .ghNav__inner {
  padding-right: 0;
}

.v-enter,
.v-enter-from,
.v-leave-to {
  top: -100%
}

.v-enter-to,
.v-leave {
  top: 44px
}

.v-enter-active,
.v-leave-active {
  transition: all 300ms
}

#cmnHeader .globalHeader__drawer {
  display: none;
  position: fixed;
  left: 0;
  top: 44px;
  bottom: 0;
  right: 0;
  z-index: 600;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100dvh;
  transition-duration: 1s
}

#cmnHeader .globalHeader__drawer.is-opened {
  display: block;
  background-color: rgba(0, 0, 0, 0.8)
}

#cmnHeader .globalHeader__drawerInner {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  overflow-y: auto;
  padding: 0 40px 40px 40px;
  box-sizing: border-box;
}

.drawer__close {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 510;
  width: 44px;
  height: 43px
}

.drawer__close button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 43px;
  margin-left: auto;
  border: none;
  background-color: #FAFAFA;
}

.drawer__close button .lines {
  position: relative;
  width: 24px;
  height: 24px
}

.drawer__close button .lines .line {
  position: absolute;
  left: 0;
  top: 11px;
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background-color: #6e6e6e;
  transform-origin: center center
}

.drawer__close button .lines .line:nth-child(1) {
  transform: rotate(45deg)
}

.drawer__close button .lines .line:nth-child(2) {
  transform: rotate(-45deg)
}

.drawer__close button .label {
  color: #000;
  font-size: 0.75rem
}

.drawer__close button:hover .line {
  background-color: #232324
}

@media screen and (min-width: 768px) {
  .siteLogo {
    width: 161px;
    height: 20px
  }

  .siteLogo a {
    width: 161px;
    height: 20px;
    background-image: url("/images/global/logo_mynhk_desktop.svg")
  }

  #cmnHeader .globalHeader {
    padding: 0 40px 0 40px
  }

  #cmnHeader .globalHeader__spHead {
    justify-content: flex-start
  }

  #cmnHeader .globalHeader__logo {
    width: 32%;
    max-width: 245px;
    margin-right: 12px
  }

  .hamburger {
    position: absolute;
    right: 30px;
    bottom: auto;
    top: 0;
    padding: 0
  }

  .hamburger .label {
    display: none
  }

  .ghNav__inner {
    border: none;
  }

  .ghNav__scroller {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    overflow-x: hidden
  }

  .drawer__inner {
    display: flex
  }

  .drawer__inner:before {
    display: none
  }

  .drawer__close {
    right: 30px
  }
}

@media screen and (min-width: 1024px) {
  #cmnHeader .globalHeader__spHead {
    width: 400px;
    flex-shrink: 0;
    padding: 0 0 0 40px
  }

  #cmnHeader .globalHeader__logo {
    width: 245px
  }

  #cmnHeader .globalHeader__navAll {
    padding-right: 0
  }

  .ghNav__inner {
    border-top: none
  }

  #cmnHeader .globalHeader__drawerInner button {
    display: none !important;
  }

  #cmnHeader .globalHeader__drawerInner .secondary li {
    border-bottom: none;
  }
}

.otherItems {
  padding: 22px 0 0 0
}

.globalFooter {
  background: #F0F0F0
}

.globalFooter .globalFooter__logo {
  padding: 16px 20px;
  border-bottom: 1px solid #D2D2D3
}

.globalFooter .siteLogo {
  width: 161px;
  height: 20px
}

.globalFooter .siteLogo a {
  display: block;
  width: 161px;
  height: 20px;
  background-image: url("../images/global/logo_mynhk_desktop.svg");
  text-indent: -9999px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center
}

.globalFooter .siteLogo a:hover {
  filter: brightness(0) saturate(100%) invert(11%) sepia(1%) saturate(2506%) hue-rotate(209deg) brightness(94%) contrast(92%)
}

.globalFooter .globalFooter__section {
  padding: 0;
  color: #232324
}

.globalFooter .section__item {
  border-bottom: 1px solid #D2D2D3
}

.globalFooter .section__item a {
  display: block;
  padding: 0 16px;
  color: #232324
}

.globalFooter .section__item a:hover {
  color: #232324
}

.globalFooter .loggedMenu a {
  position: relative;
  padding: 16px
}

.globalFooter .loggedMenu a:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  background-image: url(/images/Icon/chevron-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%)
}

.globalFooter .regularMenu {
  padding: 14px 0
}

.globalFooter .regularMenu a {
  padding: 8px 16px;
  color: #737373;
  font-size: .85rem;
  line-height: 1.25
}

.globalFooter .regularMenu a:link {
  color: #737373
}

.globalFooter .regularMenu a:hover {
  color: #232324
}

.globalFooter .section__ttl {
  padding: 0 16px 16px 16px;
  color: #232324;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5
}

.globalFooter .utilityMenu {
  display: flex;
  width: 100%
}

.globalFooter .utilityMenu .section__item {
  position: relative;
  width: 50%
}

.globalFooter .utilityMenu .section__item:nth-child(2) {
  padding-left: 1px
}

.globalFooter .utilityMenu .section__item:nth-child(2):before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: 36px;
  background-color: #D2D2D3
}

.globalFooter .utility {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 53px;
  padding: 0 12px !important;
  border-radius: 8px;
  border: none;
  background: #F0F0F0;
  color: #737373 !important;
  font-size: .85rem;
  line-height: 1.25;
  text-align: center;
}

.globalFooter .utility :link {
  color: #737373 !important
}

.globalFooter a.utility:after {
  content: '';
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-image: url(../images/Icon/chevron-right.svg);
  background-size: contain;
  background-repeat: no-repeat
}

.globalFooter select.utility {
  position: relative;
  width: 100%;
  padding-right: 32px !important;
  appearance: none;
  text-align-last: center
}

.globalFooter .select__wrap {
  position: relative;
  width: 100px
}

/* .globalFooter .select__wrap:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../images/Icon/chevron-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  pointer-events: none
}

*/
.globalFooter .globalFooter__credit {
  padding: 16px
}

.globalFooter .globalFooter__credit small {
  font-size: .625rem;
  line-height: 1.5;
  color: #737373
}

@media screen and (min-width: 768px) {
  .globalFooter {
    padding: 0 40px
  }

  .globalFooter .globalFooter__logo {
    padding-top: 20px
  }

  .globalFooter .globalFooter__section {
    padding-top: 24px
  }

  .globalFooter .globalFooter__block {
    display: flex;
    flex-direction: row;
    align-items: strech
  }

  .globalFooter .globalFooter__block>div:not(:first-child) {
    border-left: 1px solid #D2D2D3
  }

  .globalFooter .globalFooter__block .regularMenu {
    padding: 0 24px
  }

  .globalFooter .globalFooter__block .regularMenu:first-of-type {
    padding: 0 48px 0 0
  }

  .globalFooter .section__item {
    border-bottom: none
  }

  .globalFooter .loggedMenu,
  .globalFooter .regularMenu,
  .globalFooter .regularMenu {
    flex: 1
  }

  .globalFooter .regularMenu,
  .globalFooter .regularMenu {
    padding-top: 8px
  }

  .globalFooter .loggedMenu a {
    display: flex;
    justify-self: flex-start
  }

  .globalFooter .loggedMenu a:after {
    position: relative;
    right: auto;
    top: auto;
    margin-left: 4px;
    transform: translateY(0)
  }

  .globalFooter .utilityMenu {
    padding-top: 24px
  }

  .globalFooter .utilityMenu .section__item {
    width: auto;
    margin-right: 12px
  }

  .globalFooter .utilityMenu .section__item:nth-child(2) {
    padding-left: 0
  }

  .globalFooter .utilityMenu .section__item:nth-child(2):before {
    display: none
  }

  .globalFooter .utility {
    padding: 12px 16px !important;
    border-radius: 8px !important;
    border: 2px solid #C7C7CC !important;
    background: #FFF !important;
    font-size: .75rem !important;
    line-height: 1.25 !important
  }

  .globalFooter .globalFooter__credit {
    padding: 56px 0
  }

  .globalFooter .globalFooter__credit small {
    font-size: .875rem
  }
}

.globalFooter .select__wrap {
  position: relative;
}

.globalFooter .selectLang {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 53px;
  padding: 0 12px !important;
  border-radius: 8px;
  border: none;
  background: #F0F0F0;
  color: #737373 !important;
  font-size: .750rem;
  line-height: 1.25;
  text-align: center;
}

.globalFooter .selectLang:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../images/Icon/chevron-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  pointer-events: none
}

.globalFooter .selectLang__list {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  list-style-type: none;
  width: 143px;
  margin: 0;
  padding: 4px;
  border-radius: 8px;
  border: 1px solid #adadad;
  background-color: #e4e4e6;
  box-shadow: 0px 0px 8px #adadad;
}

.globalFooter .selectLang__list a {
  display: block;
  padding: 6px 6px 6px 16px;
  font-size: .750rem;
  transition-duration: 0s;
}

.globalFooter .selectLang__list a:hover {
  border-radius: 4px;
  background-color: #6a9ef9;
  background-image: url(../images/Icon/icon_selectactive.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #FFF;
  transition-duration: 0s;
}

.select__wrap:active .selectLang__list,
.select__wrap:focus-within .selectLang__list {
  display: block;
}


@media screen and (min-width: 768px) {
  .globalFooter .select__wrap {
    margin-right: 0 !important;
  }

  .globalFooter .selectLang {
    justify-content: flex-start;
    width: 156px;
    padding: 12px 16px 12px 8px !important;
    border-radius: 8px !important;
    border: 2px solid #C7C7CC !important;
    background: #FFF !important;
    font-size: .75rem !important;
    line-height: 1.25 !important;
  }




}
