.l-main-bread {
  width: 100%;
  background-color: #434343;
  overflow: hidden;
}
.l-main-bread .l-main-bread-list {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}
.l-main-bread .l-main-bread-list > li {
  height: 23px;
  line-height: 23px;
  float: left;
  background: url("/common/images/header_ic009.png") center left no-repeat;
  margin-right: 7px;
  padding: 0 0 0 19px;
  color: #fff;
  font-size: 11px;
  width: auto;
  border: none;
}
.l-main-bread .l-main-bread-list > li:first-child {
  background: url("/common/images/header_ic008.png") center left no-repeat;
}
.l-main-bread .l-main-bread-list > li a {
  color: #fff;
}
.l-main-bread .l-main-bread-list > li a:hover {
  opacity: 1;
  color: #ff6600;
}

main {
  margin: auto;
  width: 100%;
  max-width: 1000px;
  font-size: 14px;
}
main h1 {
  line-height: 0;
}
main h1 img {
  width: 100%;
  height: auto;
}
main .section-link-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #FFFFFF;
}
main .section-link-list .section-link {
  width: 33.3333333333%;
}
main .section-link-list .section-link a {
  position: relative;
  display: block;
  border-bottom: solid 1px #000;
  padding: 24px 0 28px;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition-duration: 0.3s;
}
main .section-link-list .section-link a::after {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translate(-50%, 0);
  content: "";
  width: 12px;
  height: 6px;
  background: url(/feature/smartphone-payment/images/arrow_down.svg) center no-repeat;
  background-size: contain;
}
main section {
  padding-left: 40px;
  padding-right: 40px;
}
main section h2 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 8px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
main section h2::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  content: "";
  height: 1px;
  width: 24px;
  background-color: #333;
}
main section#smartphone {
  padding-top: 48px;
  padding-bottom: 60px;
  background-color: #FFFFFF;
}
main section#smartphone .intro-box {
  margin-bottom: 40px;
  border-radius: 10px;
  padding: 32px 20px 20px;
  background-color: #F5F5F5;
}
main section#smartphone .intro-box h2 {
  margin-bottom: 16px;
}
main section#smartphone .intro-box .intro {
  margin-bottom: 32px;
  text-align: center;
}
main section#smartphone .intro-images {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}
main section#smartphone .intro-images .intro-image {
  width: 33.3333333333%;
}
main section#smartphone .intro-images .intro-image img {
  width: 100%;
  height: auto;
}
main section#smartphone h3 {
  margin: 0 auto 24px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: normal;
}
main section#smartphone h3::before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(/feature/smartphone-payment/images/icon_check.svg) center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
main section#smartphone .floating-sp {
  display: none;
}
main section#smartphone table {
  margin-bottom: 10px;
  width: 100%;
}
main section#smartphone table th {
  padding: 15px 20px;
  border: 1px solid #D0D0D0;
  text-align: left;
  background-color: #F5F5F5;
  font-weight: normal;
}
main section#smartphone table th > div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
}
main section#smartphone table th > div .c-tooltip_reserve {
  margin-left: 5px;
}
main section#smartphone table th > div .c-tooltip_reserve .c-tooltip_reserve_desc {
  z-index: 10;
  border: 1px solid #888888;
  border-radius: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 278px;
}
main section#smartphone table th > div .c-tooltip_reserve .c-tooltip_reserve_desc img {
  display: block;
  margin-top: 16px;
  width: 100%;
  height: auto;
}
main section#smartphone table th > div .c-tooltip_reserve .c-tooltip_reserve_desc::before {
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 0;
  border-width: 10px 5px 0px 5px;
  border-color: #888888 transparent transparent transparent;
}
main section#smartphone table th > div .c-tooltip_reserve .c-tooltip_reserve_desc::after {
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 0;
  border-width: 8px 4px 0 4px;
}
main section#smartphone table td {
  padding: 15px 20px;
  border: 1px solid #D0D0D0;
  width: 36.9565%;
  text-align: center;
}
main section#smartphone table td:first-child {
  width: 26.087%;
}
main section#smartphone table .border-none {
  border: none;
}
main section#smartphone table .bubble {
  padding: 0 0 16px;
}
main section#smartphone table .bubble div {
  margin: auto;
  border-radius: 31px;
  position: relative;
  width: 85.2941%;
  padding: 10px 8px;
  background-color: #FFD600;
}
main section#smartphone table .bubble div::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translate(-50%, 0);
  border-top: 8px solid #FFD600;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  display: block;
}
main section#smartphone table .type {
  padding: 20px 0;
}
main section#smartphone table .type > div:first-child {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
main section#smartphone table .type > div:first-child::before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
main section#smartphone table .type > div.app::before {
  background: url(/feature/smartphone-payment/images/icon_app.svg) center no-repeat;
  background-size: contain;
}
main section#smartphone table .type > div.web::before {
  background: url(/feature/smartphone-payment/images/icon_web.svg) center no-repeat;
  background-size: contain;
}
main section#smartphone table .type > div {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
main section#smartphone table .type > div:last-child {
  font-size: 12px;
}
main section#smartphone table .type > div span {
  display: block;
}
main section#smartphone table .type > div .with-check {
  padding-left: 16px;
  background: url(/feature/smartphone-payment/images/icon_check2.svg) left 3px center no-repeat;
  background-size: 8px 6px;
}
main section#smartphone table .group-head {
  background-color: #E7E7E7;
  font-weight: bold;
}
main section#app {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F6F6F1;
}
main section#app .intro {
  text-align: center;
}
main section#app .intro-note {
  margin-top: 10px;
  text-align: center;
}
main section#app .app-link {
  margin: 24px auto 0;
  display: block;
  width: 100%;
  max-width: 800px;
  line-height: 0;
  transition-duration: 0.3s;
}
main section#app .app-link img {
  width: 100%;
  height: auto;
}
main section#web {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
main section#web .intro {
  margin-bottom: 40px;
  text-align: center;
}
main section#web h3 {
  margin: 0 auto 24px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: normal;
}
main section#web h3::before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
main section#web h3.web-01::before {
  background: url(/feature/smartphone-payment/images/icon_operation.svg) center no-repeat;
  background-size: contain;
}
main section#web h3.web-02::before {
  background: url(/feature/smartphone-payment/images/icon_money.svg) center no-repeat;
  background-size: contain;
}
main section#web h3.web-03::before {
  background: url(/feature/smartphone-payment/images/icon_caution.svg) center no-repeat;
  background-size: contain;
}
main section#web .cards-wrapper {
  margin-bottom: 40px;
  width: 100%;
  overflow: auto;
  padding-bottom: 23px;
}
main section#web .cards-wrapper::-webkit-scrollbar {
  border-radius: 4px;
  height: 7px;
  background-color: #EEEEEE;
}
main section#web .cards-wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #CCCCCC;
}
main section#web .cards-wrapper .cards {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  width: 171.9565%;
}
main section#web .cards-wrapper .cards li {
  width: 15.6131%;
  padding: 25px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
main section#web .cards-wrapper .cards li:last-child {
  margin-right: 4px;
}
main section#web .cards-wrapper .cards li img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
main section#web .cards-wrapper .cards li .step {
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 14px;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  background-color: #FFD600;
}
main section#web .web-logo {
  display: block;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 508px;
}
main section#web .points {
  margin: auto;
  border-radius: 10px;
  width: 100%;
  max-width: 640px;
  padding: 30px 40px;
  background-color: #F5F5F5;
}
main section#web .points .point {
  margin-bottom: 10px;
  padding-left: 15px;
  background: url(/feature/smartphone-payment/images/icon_dot.svg) left top 8px no-repeat;
  background-size: 5px 5px;
}
main section#web .points .point:last-child {
  margin-bottom: 0;
}
main section#faq {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F6F6F1;
}
main section#faq .faq-wrapper {
  margin-bottom: 24px;
}
main section#faq .faq-wrapper .c-faqAccordion_box {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
main section#faq .other-question {
  display: block;
  margin: auto;
  border: 1px solid #999999;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #333;
  text-align: center;
  font-weight: bold;
  padding: 14px 40px;
  background: url(/common/responsive/svg/common_blank03.svg) center right 12px no-repeat, #fff;
  background-size: 8px 8px;
  transition-duration: 0.3s;
}

.display-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-main-bread {
    display: none;
  }
  main .section-link-list {
    padding-left: 0;
    padding-right: 0;
  }
  main section {
    padding-left: 15px;
    padding-right: 15px;
  }
  main section h2 {
    margin-bottom: 16px;
    font-size: 18px;
  }
  main section#smartphone {
    padding-top: 32px;
    padding-bottom: 40px;
    background-color: #FFFFFF;
  }
  main section#smartphone .intro-box {
    padding: 24px 10px 0;
  }
  main section#smartphone .intro-box .intro {
    text-align: left;
    margin-bottom: 24px;
  }
  main section#smartphone .intro-images {
    flex-wrap: wrap;
    gap: 0;
  }
  main section#smartphone .intro-images .intro-image {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
  }
  main section#smartphone .intro-images .intro-image picture {
    margin-right: 10px;
    width: 60.3077%;
  }
  main section#smartphone .intro-images .intro-image picture img {
    width: 100%;
    height: auto;
  }
  main section#smartphone .intro-images .intro-image > img {
    width: 30.7692%;
    height: auto;
  }
  main section#smartphone h3 {
    margin: 0 auto 16px;
    font-size: 16px;
  }
  main section#smartphone .floating-sp {
    display: none;
    flex-wrap: nowrap;
    justify-content: center;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    background: #fff;
  }
  main section#smartphone .floating-sp.show {
    display: flex;
  }
  main section#smartphone .floating-sp > div {
    width: 50%;
    border: 1px solid #D0D0D0;
    padding: 10px;
    text-align: center;
  }
  main section#smartphone .floating-sp > div:first-child {
    border-right: none;
  }
  main section#smartphone .floating-sp > div > div {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
  main section#smartphone .floating-sp > div > div:first-child {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
    min-height: 42px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }
  main section#smartphone .floating-sp > div > div:first-child::before {
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
  }
  main section#smartphone .floating-sp > div > div.app::before {
    background: url(/feature/smartphone-payment/images/icon_app.svg) center no-repeat;
    background-size: contain;
  }
  main section#smartphone .floating-sp > div > div.web::before {
    background: url(/feature/smartphone-payment/images/icon_web.svg) center no-repeat;
    background-size: contain;
  }
  main section#smartphone .floating-sp > div > div:last-child {
    font-size: 12px;
  }
  main section#smartphone .floating-sp > div > div:last-child span {
    display: block;
    padding-left: 16px;
    background: url(/feature/smartphone-payment/images/icon_check2.svg) left 3px center no-repeat;
    background-size: 8px 6px;
    line-height: 1.8;
    font-size: 10px;
  }
  main section#smartphone table.display-sp {
    display: table;
  }
  main section#smartphone table.display-sp th {
    text-align: center;
  }
  main section#smartphone table.display-sp th > div {
    justify-content: center;
  }
  main section#smartphone table.display-sp th > div .c-tooltip_reserve .c-tooltip_reserve_desc {
    text-align: left;
    width: 242px;
  }
  main section#smartphone table.display-sp th > div .c-tooltip_reserve .c-tooltip_reserve_desc img {
    margin-top: 6px;
  }
  main section#smartphone table.display-sp td {
    width: 50%;
  }
  main section#smartphone table.display-sp td:first-child {
    width: 50%;
  }
  main section#smartphone table.display-sp .bubble {
    font-size: 13px;
  }
  main section#smartphone table.display-sp .bubble div {
    width: calc(100% - 10px);
  }
  main section#smartphone table.display-sp .type {
    padding: 10px;
  }
  main section#smartphone table.display-sp .type > div:first-child {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    min-height: 42px;
  }
  main section#smartphone table.display-sp .type > div span {
    font-size: 10px;
    line-height: 1.8;
  }
  main section#smartphone table.display-sp .type .with-check {
    font-size: 10px;
  }
  main section#app {
    padding-top: 30px;
    padding-bottom: 15px;
    background-color: #F6F6F1;
  }
  main section#app .intro {
    text-align: left;
  }
  main section#app .intro-note {
    text-align: left;
  }
  main section#web {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main section#web .intro {
    margin-bottom: 16px;
    text-align: left;
  }
  main section#web h3 {
    margin-bottom: 16px;
  }
  main section#web .cards-wrapper {
    margin-bottom: 24px;
  }
  main section#web .cards-wrapper .cards {
    width: 510%;
    gap: 10px;
  }
  main section#web .web-logo {
    margin-bottom: 24px;
    max-width: 295px;
  }
  main section#web .points {
    padding: 15px;
  }
  main section#web .points .point {
    font-size: 12px;
  }
  main section#faq {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .display-pc {
    display: none;
  }
  .display-sp {
    display: initial;
  }
}
@media screen and (max-width: 370px) {
  main section#smartphone table.display-sp th > div .c-tooltip_reserve .c-tooltip_reserve_desc {
    width: 200px;
  }
}