.pankuzu ul {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    display: table;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
@media screen and (max-width: 745px) {
    .pankuzu ul {
        padding-top: 30px;
    }
}
@media screen and (max-width:  481px) {
    .pankuzu ul {
        padding-top: 20px;
    }
}

.pankuzu {
    width: 100%;
    background-image: url(/img/common/bg-dotted.png);
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: .8em;
}

.pankuzu ul {
    width: 1230px;
    margin: 0 auto;
    display: table;
    padding: 5px 15px;
}

.pankuzu ul li {
    display: initial;
    font-size: 10px;
    line-height: 2.25em;
    float: left;
}

.pankuzu ul li span {
    font-size: inherit;
}

.pankuzu ul li span,
.pankuzu ul li a {
    color: #5E6162;
}

.pankuzu ul li a span {
    font-size: inherit;
}

.pankuzu ul li a:hover {
    text-decoration: underline;
}

.pankuzu ul li:nth-child(2):before, .pankuzu ul li:nth-child(3):before, .pankuzu ul li:nth-child(4):before, .pankuzu ul li:nth-child(5):before, .pankuzu ul li:nth-child(6):before {
    content: ">";
    padding-left: 6px;
    padding-right: 6px;
}

.f_pankuzu {
    padding-top: 3px;
}
@media screen and (max-width:  481px) {
    .pankuzu {
        padding: 0 2.5%;
        background-image: url(/img/common/bg-dotted.png);
    }
      
    .pankuzu ul {
        width: 100%;
        margin: 0 auto;
        display: table;
        text-align: start;
        padding: 10px 0;
    }
      
    .pankuzu ul li {
        display: initial;
        font-size: 9px;
        line-height: 2.0em;
        float: left;
        width: 100%;
    }
      
    .pankuzu ul li span {
        font-size: inherit;
    }
      
    .pankuzu ul li a {
        color: #5E6162;
    }
      
    .pankuzu ul li a span {
        font-size: inherit;
    }
      
    .pankuzu ul li a:hover {
        text-decoration: underline;
    }
      
    .pankuzu ul li:nth-child(2):before, .pankuzu ul li:nth-child(3):before, .pankuzu ul li:nth-child(4):before, .pankuzu ul li:nth-child(5):before, .pankuzu ul li:nth-child(6):before {
        content: ">";
        padding-left: 6px;
        padding-right: 6px;
    }
}

.pankuzu_card_mail_custom,
.pankuzu_multipay_custom,
.pankuzu_member_custom {
    padding-top: 110px;
}
.pankuzu_member_custom ul {
  width: 1000px;
  max-width: 1000px;
}
@media screen and (max-width: 640px) {
    .pankuzu_card_mail_custom,
    .pankuzu_multipay_custom,
    .pankuzu_member_custom {
        padding-top: 60px;
    }   
}
@media screen and (max-width:  481px) {
    .pankuzu_card_mail_custom,
    .pankuzu_multipay_custom,
    .pankuzu_member_custom {
        padding-top: 60px;
    }
}

.payment_header ul#dropmenu li a {
    height: 70px;
    line-height: 70px;
}


#global_setting.payment_header div,
#global_setting.payment_header nav {
  color: #5E6162;
  background: transparent;
  border: 0;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-align: justify;
}
/* #global_setting.payment_header #global_head {
  height: unset;
} */
.lp-contents,
#lp-contents {
  padding-top: 110px;
}
@media screen and (max-width: 640px) {
    .lp-contents,
    #lp-contents {
        padding-top: 60px;
    }
}

footer.payment_footer,
footer.payment_footer li,
footer.payment_footer a {
  text-align: left;
  background: transparent;
  word-break: normal;
  overflow-wrap: normal;
}

footer {
  width: 100%;
  min-width: 1000px;
  letter-spacing: normal;
}

footer nav {
  width: 100%;
  background-color: #f7f8ff;
  border-top: solid .5pt;
  border-top-color: #C4c4c4;
}

footer nav ul {
  width: 1000px;
  margin: 0 auto;
  display: table;
}

footer nav a {
  color: #5E6162;
}

footer nav dd {
  font-size: 0.95em;
}

footer nav ul:first-child {
  padding-top: 55px;
}

footer nav ul:first-child li:first-child {
  border-bottom: solid 1pt;
  border-bottom-color: #C4c4c4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

footer nav ul:first-child li:last-child {
  width: 100%;
  display: table;
  table-layout: fixed;
}

footer nav ul:first-child li:last-child dl {
  display: table-cell;
}

footer nav ul:first-child li:last-child dl dd {
  line-height: 2.25em;
}

footer nav ul:last-child {
  padding-bottom: 55px;
  table-layout: fixed;
}

footer nav ul:last-child li {
  display: table-cell;
}

footer nav ul:last-child li ul {
  display: block;
  width: auto;
  margin-right: 10px;
  padding-bottom: 0px;
}

footer nav ul:last-child li ul li {
  width: 100%;
  display: block;
}

footer nav ul:last-child li ul li dd {
  font-size: .85em;
}

footer nav ul:last-child li:last-child ul {
  display: table;
  width: auto;
  margin-right: 0px;
}

footer nav ul:last-child li:last-child ul li {
  display: table;
  border-bottom: solid 1pt;
  border-bottom-color: #C4c4c4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

footer nav .sp_footer_nav_btn {
  display: none;
}

footer.payment_footer,
footer.payment_footer *,
footer.payment_footer li,
footer.payment_footer a {
  text-align: left;
  background: transparent;
  word-break: normal;
  overflow-wrap: normal;
}

footer nav ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: table;
}

footer #footer_bottom {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: table;
}

footer #footer_bottom li {
  display: table-cell;
  font-size: .75em;
  vertical-align: middle;
  height: 40px;
}

footer #footer_bottom li:first-child ul {
  height: 40px;
}

footer #footer_bottom li:first-child ul li {
  background-image: url(/img/common/arrow_black.png);
  background-repeat: no-repeat;
  background-position: left 42%;
  background-position-x: 0;
  background-position-y: 42%;
  padding-left: 12px;
  padding-right: 10px;
}

footer #footer_bottom li:first-child ul li a {
  color: #5E6162;
}

footer #footer_bottom li:first-child ul li a:hover {
  text-decoration: underline;
}

footer #footer_bottom li:last-child {
  text-align: right;
}

footer .footer_logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1000px;
  margin: -30px auto 20px;
}

footer .footer_logo img {
  width: 50px;
}

footer .footer_logo p {
  margin-left: 10px;
}

@media screen and (max-width: 480px) {
  footer nav #footer_menu_sp_01,
  footer nav #footer_menu_sp_02,
  footer nav #footer_menu_sp_03,
  footer nav #footer_menu_sp_04 {
    display: none;
  }
  footer.payment_footer {
    width: 100%;
    min-width: 100%;    
  }
  .footer_bottom_copy {
    text-align: center;
  }
  footer nav ul:last-child li ul,
  footer nav .footer_nav_btm {
    width: 100%;
  }
  footer nav ul:first-child {
    padding-top: unset;
  }
  footer nav ul:first-child li:first-child,
  footer nav ul:last-child li:last-child ul li,
  footer nav ul:nth-child(2) li:last-child ul li,
  footer nav .footer_nav_btm .nav_ttl {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 5.33333vw;
  }
  footer #footer_bottom li:last-child {
    text-align: center;
  }
}

.pankuzu.f_pankuzu.payment_base,
.payment_base .page_ttl {
  font-feature-settings: normal;
  font-size: 14px;
}

.payment_base {
  color: #5E6162;
  font-size: 14px;
  font-size: .80em;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  line-height: initial;
}