a {
  color: #3895ff;
}
a:visited {
  color: #3895ff;
}

.titleLabel {
  background-color: #f6f6f6;
}
.titleLabel__container {
  text-align: center;
  margin: 0 auto;
  padding: 40px 16px;
}
@media screen and (max-width: 906px) {
  .titleLabel__container {
    padding: 24px 16px;
  }
}
.titleLabel__title {
  font-size: 2.4rem;
  font-weight: 700;
}
.titleLabel__text {
  margin-top: 16px;
}
@media screen and (max-width: 906px) {
  .titleLabel__text {
    margin-top: 10px;
  }
}

.announce {
  margin: 16px auto 0;
  padding: 0;
}
@media screen and (max-width: 906px) {
  .announce {
    width: auto;
    margin: 16px 16px 0;
  }
}

.help {
  max-width: 950px;
  margin: 16px auto 80px;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .help {
    padding: 0 16px;
  }
}
.help--article {
  max-width: 950px;
  margin: 0 auto;
  padding: 80px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .help--article {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .help--article {
    display: block;
    padding-top: 24px;
  }
}
.help__head {
  display: block;
  margin: 80px 0;
}
@media screen and (max-width: 750px) {
  .help__head {
    margin: 16px 0 64px;
  }
}
.help__searchText {
  max-width: 670px;
  margin: 8px auto;
  font-size: 1.2rem;
}
.help__container {
  max-width: 950px;
  margin: 0 auto;
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .help__container {
    max-width: 100%;
  }
}
.help__contents {
  max-width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .help__contents {
    margin-top: 80px;
  }
}
.help__banner {
  max-width: 700px;
  margin: 16px auto 0;
}
.help__annotation {
  color: #ff0033;
  font-size: 1.2rem;
  padding-top: 8px;
}

.mt-site-search-container {
  max-width: 700px;
  margin: 0 auto;
}
.mt-site-search-form {
  width: 100%;
  height: 48px;
}
@media screen and (max-width: 750px) {
  .mt-site-search-form {
    height: 46px;
  }
}
.mt-site-search-form__query {
  width: 95%;
  height: 110%;
  left: -5.5%;
  padding: 0 8px 0 16px;
  font-size: 1.8rem;
  font-weight: 300;
  border-radius: 4px 0 0 4px;
  outline: none;
  vertical-align: middle;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .mt-site-search-form__query {
    width: 101%;
    height: 100%;
    padding-right: 40px;
    font-size: 1.6rem;
  }
}
.mt-site-search-form__query::-webkit-input-placeholder {
  color: #909090;
}
.mt-site-search-form__query::-moz-placeholder {
  color: #909090;
}
.mt-site-search-form__query:-ms-input-placeholder {
  color: #909090;
}
.mt-site-search-form__query::-ms-input-placeholder {
  color: #909090;
}
.mt-site-search-form__query::placeholder {
  color: #909090;
}
.mt-site-search-form__button {
  width: 134px;
  height: 47px;
  margin-left: 0;
  padding-right: 32px;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 1.6rem;
  text-indent: 0;
  text-align: right;
  background: url(https://image.paypay.ne.jp/page/help/images/ico_search_01.png) no-repeat left 32px center;
  background-size: 24px;
  background-color: #3895FF;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 750px) {
  .mt-site-search-form__button {
    width: 70px;
    height: 40px;
    background-image: none;
    padding: 0 16px;
  }
}
.mt-site-search-result__message {
  margin-left: 8px;
  font-size: 1.6rem;
  font-weight: 700;
}
.mt-site-search-result-item {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.mt-site-search-result-item:hover {
  background-color: #f9f9f9;
}
.mt-site-search-result-item__link {
  display: block;
  position: relative;
  z-index: 1;
  padding: 16px 24px 48px 40px;
}
@media screen and (max-width: 750px) {
  .mt-site-search-result-item__link {
    padding-bottom: 52px;
  }
}
.mt-site-search-result-item__link:hover {
  background-color: transparent;
}
.mt-site-search-result-item__label {
  position: relative;
  position: relative;
  padding-left: 0;
  font-size: 1.6rem;
}
.mt-site-search-result-item__label::before {
  content: "Q";
  display: block;
  position: absolute;
  top: -3px;
  left: -32px;
  width: 24px;
  height: 24px;
  color: #fd5c5c;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .mt-site-search-result-item__label {
    font-size: 1.6rem;
  }
}
.mt-site-search-result-item__url {
  display: none;
}
.mt-site-search-result-item__excerpt {
  display: block;
  position: absolute;
  left: 40px;
  bottom: 8px;
  overflow: hidden;
  height: 30px;
  color: #828282;
  line-height: 1.4;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .mt-site-search-result-item__excerpt {
    font-size: 1.2rem;
    height: 30px;
    bottom: 16px;
  }
}

.categoryList__title {
  padding: 16px 0 24px 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .categoryList__title {
    padding-top: 0;
  }
}
.categoryList__item {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
.categoryList__item.is-show .categoryList__button:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.categoryList__button {
  display: block;
  padding: 20px 24px 20px 44px;
  color: #242323;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
.categoryList__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  width: 9px;
  height: 9px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotateZ(45deg);
}
.categoryList__button:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.categoryList__button:visited {
  color: #242323;
}
@media screen and (min-width: 751px) {
  .categoryList__button {
    font-size: 1.6rem;
  }
  .categoryList__button:hover {
    background-color: #f9f9f9;
    text-decoration: none;
  }
}
.categoryList--bottom .categoryList__title {
  padding: 0 0 24px 12px;
  position: relative;
}
.categoryList--bottom .categoryList__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  height: 20px;
  background-color: #f24f4f;
}
@media screen and (max-width: 750px) {
  .categoryList--bottom .categoryList__title {
    padding-bottom: 16px;
  }
}

.subCategory {
  padding: 8px 0 16px;
  border-top: solid 1px #e5e5e5;
}
.subCategory__title {
  padding: 0 0 20px 8px;
  border-bottom: 4px solid #3599cb;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .subCategory__title {
    font-size: 1.6rem;
    padding-left: 0;
  }
}
.subCategory__link {
  display: block;
  padding: 16px 0 16px 56px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  font-size: 1.6rem;
}
.subCategory__link:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}
.subCategory__link:before {
  content: "-";
  padding-right: 8px;
  position: absolute;
  left: 44px;
}

.categoryIcon::before, .categoryIcon--service::before, .categoryIcon--inquiry::before, .categoryIcon--invoice::before, .categoryIcon--plc::before, .categoryIcon--stamp::before, .categoryIcon--commission202110::before, .categoryIcon--transaction::before, .categoryIcon--campaign::before, .categoryIcon--tableorder::before, .categoryIcon--pickup::before, .categoryIcon--cashless::before, .categoryIcon--alipay::before, .categoryIcon--other::before, .categoryIcon--qrmap::before, .categoryIcon--trouble::before, .categoryIcon--mystore-restricted::before, .categoryIcon--mystore::before, .categoryIcon--payout::before, .categoryIcon--setting::before, .categoryIcon--start::before, .categoryIcon--merchant::before, .categoryIcon--contract::before, .categoryIcon--pfb::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: 8px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.categoryIcon--pfb::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_01.png);
}
.categoryIcon--contract::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_02.png);
}
.categoryIcon--merchant::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_03.png);
}
.categoryIcon--start::before {
  background-image: url(https://paypay.ne.jp/uploads/2023/09/ico_help-top_beginner.png);
}
.categoryIcon--setting::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_03.png);
}
.categoryIcon--payout::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_04.png);
}
.categoryIcon--mystore::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_05.png);
}
.categoryIcon--mystore-restricted::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_05.png);
}
.categoryIcon--trouble::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_05.png);
}
.categoryIcon--qrmap::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_06.png);
}
.categoryIcon--other::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_07.png);
}
.categoryIcon--alipay::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_08.png);
}
.categoryIcon--cashless::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_09.png);
}
.categoryIcon--pickup::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_10.png);
}
.categoryIcon--tableorder::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_23.png);
}
.categoryIcon--campaign::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_24.png);
}
.categoryIcon--transaction::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_26.png);
}
.categoryIcon--commission202110::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_27.png);
}
.categoryIcon--stamp::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_29.png);
}
.categoryIcon--plc::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_30.png);
}
.categoryIcon--invoice::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_33.png);
}
.categoryIcon--inquiry::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_25.png);
}
.categoryIcon--service::before {
  background-image: url(https://image.paypay.ne.jp/page/help/images/ico_navigation_32.png);
}

.articleList {
  margin-left: 0;
}
.articleList__title {
  padding: 16px 0 24px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 2rem;
}
.articleList__link {
  position: relative;
  position: relative;
  padding: 20px 24px 20px 40px;
  font-size: 1.6rem;
}
.articleList__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  width: 9px;
  height: 9px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotateZ(45deg);
}
.articleList__link::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 16px;
  left: 8px;
  width: 24px;
  height: 24px;
  color: #fd5c5c;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .articleList__link {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .articleList__link::before {
    top: 10px;
  }
}
.articleList__link:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}
.articleList--bottom .articleList__title {
  padding: 0 0 24px 12px;
  font-size: 1.6rem;
  position: relative;
}
.articleList--bottom .articleList__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  height: 16px;
  background-color: #f24f4f;
}
@media screen and (max-width: 750px) {
  .articleList--bottom .articleList__title {
    padding-top: 0;
    padding-bottom: 16px;
  }
}
.articleList__name {
  font-size: 1.6rem;
}

.topicpath {
  background-color: #f6f6f6;
  max-width: 100%;
  margin-top: 0;
  padding: 0;
}
.topicpath__list {
  margin: 0 auto;
  padding: 13px 32px;
}
@media screen and (max-width: 750px) {
  .topicpath__list {
    overflow-x: scroll;
    padding: 13px 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.topicpath__item {
  color: #242323;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .topicpath__item {
    margin-top: 0px;
  }
  .topicpath__item:first-of-type {
    padding-left: 16px;
  }
  .topicpath__item:last-of-type {
    padding-right: 16px;
  }
}
.topicpath__item:not(:last-child) {
  position: relative;
  margin-right: 16px;
  padding-right: 20px;
}
.topicpath__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1px;
  width: 5px;
  height: 5px;
  border-top: solid 1px #848484;
  border-right: solid 1px #848484;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotateZ(45deg);
}
.topicpath__link {
  display: inline-block;
  color: #242323;
  font-weight: 400;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.topicpath__link:visited {
  color: #242323;
}
.topicpath__link:hover {
  color: #3895ff;
  text-decoration: none;
}

.howTo {
  display: block;
  margin-left: 0;
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .howTo {
    margin-top: 16px;
  }
}
.howTo__title {
  font-size: 2rem;
  font-weight: 700;
}
.howTo__list {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.howTo__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(25% - 12px);
  margin-left: 10px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
}
.howTo__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .howTo__item {
    width: calc(50% - 8px);
  }
  .howTo__item:nth-of-type(odd) {
    margin-left: 0;
  }
  .howTo__item:nth-of-type(n+3) {
    margin-top: 16px;
  }
}
.howTo__link:hover, .howTo__link:visited {
  text-decoration: none;
}
.howTo__text {
  display: block;
  padding: 12px;
  color: #242323;
  border-radius: 0 0 4px 4px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .howTo__text {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.howTo__subtext {
  display: block;
  padding: 12px;
  border-radius: 0 0 4px 4px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .howTo__subtext {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.howTo__subtext--start, .howTo__subtext--transaction, .howTo__subtext--pfb, .howTo__subtext--qrmap {
  position: relative;
  background-color: #ff5c63;
  color: #fff;
  padding-right: 50px;
}
.howTo__subtext--start::before, .howTo__subtext--transaction::before, .howTo__subtext--pfb::before, .howTo__subtext--qrmap::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.howTo__subtext--start::after, .howTo__subtext--transaction::after, .howTo__subtext--pfb::after, .howTo__subtext--qrmap::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: no-repeat center/contain;
  z-index: 2;
}
.howTo__subtext--merchant::after {
  background-image: url("https://image.paypay.ne.jp/page/help/images/ico_navigation_03.png");
}
.howTo__subtext--start::after {
  background-image: url("https://paypay.ne.jp/uploads/2023/09/ico_help-top_beginner.png");
}
.howTo__subtext--transaction::after {
  background-image: url("https://image.paypay.ne.jp/page/help/images/ico_navigation_02.png");
}
.howTo__subtext--pfb::after {
  background-image: url("https://image.paypay.ne.jp/page/help/images/ico_navigation_01.png");
}
.howTo__subtext--qrmap::after {
  background-image: url("https://image.paypay.ne.jp/page/help/images/ico_navigation_06.png");
}

.article {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin: 0;
}
.article__header {
  padding-bottom: 0;
  border-bottom: 1px solid #979797;
}
@media screen and (max-width: 750px) {
  .article__header {
    margin-bottom: 32px;
    border-bottom: none;
  }
}
.article__detail {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .article__detail {
    margin: 0 16px;
  }
}
.article__category, .article__category--account {
  margin-top: 0;
  margin-bottom: 8px;
}
.article__category--account {
  display: block;
}
.article__label {
  background-color: #f03;
}
.article__label--account {
  background-color: #4a90e2;
}
.article__title {
  position: relative;
  margin: 0 0 16px;
  padding-left: 32px;
  font-weight: 700;
  font-size: 2.4rem;
  position: relative;
}
.article__title::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  color: #fd5c5c;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 750px) {
  .article__title {
    margin: 16px;
    font-size: 2.2rem;
  }
}

.post {
  padding-bottom: 64px;
}
@media screen and (max-width: 750px) {
  .post {
    margin: 0 16px;
    padding-bottom: 40px;
    border-bottom: none;
  }
}
.post__text--indent {
  padding-left: 16px;
}
.post h2 {
  margin-top: 72px;
  padding: 0 0 0 12px;
}
.post h2:first-child {
  margin-top: 0;
}
.post h3 {
  margin-top: 40px;
  padding-bottom: 4px;
  border-bottom: 1px solid #3599cb;
  font-weight: 700;
  font-size: 1.8rem;
}
.post h3:first-child {
  margin-top: 24px;
}
.post ul.tab, .post ul.multipleTabs__list {
  padding: 0;
}
.post ul + ol li {
  font-size: 1.4rem;
}
.post .tab, .post .multipleTabs__list {
  padding: 0 16px;
  font-size: 0;
  list-style: none;
  border-bottom: solid 1px #ccc;
}
.post .tab__item--web, .post .multipleTabs__item, .post .tab__item--app {
  display: inline-block;
  width: 50%;
  margin-top: 0;
  margin-bottom: -1px;
  padding: 8px 20px;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  color: #909090;
}
.post .tab__item--active, .post .multipleTabs__item.active {
  color: #242323;
  cursor: auto;
  border-bottom: solid 3px #f03;
  font-weight: 700;
}
.post .tabContainer {
  padding-top: 32px;
}
.post .tabContainer__container:not(:first-child) {
  display: none;
}
.post .multipleTabs {
  margin-top: 16px;
}
.post .multipleTabs__contents {
  padding-top: 32px;
}
.post .multipleTabs__contents--inner {
  display: none;
}
.post .multipleTabs__contents--inner.active {
  display: block;
}
.post .video, .post .video--noBorder {
  width: 100%;
  max-width: 634px;
  margin-top: 16px;
  border: solid 1px #ccc;
  outline: none;
}
.post .video--noBorder {
  border: none;
}
.post .video__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px 0;
}
.post .video__button {
  width: calc((100% - 32px) / 5);
  height: 40px;
  padding: 0;
  font-size: 1.2rem;
  border: solid 1px #ccc;
  border-radius: 4px;
  color: #242323;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post .video__button:hover {
  background-color: #efefef;
}
.post table.th__align--left th {
  text-align: left;
}
.post table th {
  padding: 8px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  background-color: #ddd;
}
.post .flow__canvas::before {
  border-color: transparent transparent transparent #000080;
}
.post .step {
  margin: 16px 0;
}
.post .step__list {
  margin-top: 25px;
  padding-left: 75px;
}
.post .step__item, .post .step__item--separation {
  position: relative;
}
.post .step__item::marker, .post .step__item--separation::marker {
  content: none;
}
.post .step__item:first-child::before, .post .step__item--separation:first-child::before {
  content: none;
}
.post .step__item--separation {
  padding-bottom: 16px;
}
.post .step__item--separation::after {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  margin-left: -75px;
  border-bottom: solid 1px #bbb;
}
.post .step__icon {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0;
  border: solid 2px #3599c9;
  border-radius: 50%;
  background-color: #fff;
  color: #3599c9;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: -10px;
  left: -52px;
  z-index: 10;
}
.post .step__icon--size {
  font-size: 0.8rem;
}
.post .step__information, .post .step__information--vertical {
  width: 16px;
  height: calc(100% + 10px);
  background: #fff;
  color: #606060;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  left: -75px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 1;
}
.post .step__information::before, .post .step__information--vertical::before {
  content: "";
  display: block;
  width: 3px;
  height: calc(50% - 53px);
  border-left-width: 3px;
  border-left: dotted 3px #bbb;
  position: absolute;
  top: 0;
  left: calc(50% - 3px);
}
.post .step__information::after, .post .step__information--vertical::after {
  top: initial;
  bottom: 0;
  content: "";
  display: block;
  width: 3px;
  height: calc(50% - 53px);
  border-left-width: 3px;
  border-left: dotted 3px #bbb;
  position: absolute;
  top: 0;
  left: calc(50% - 3px);
}
.post .step__information--vertical::before {
  height: 100%;
}
.post .step__information--vertical::after {
  content: none;
}
.post .step__information p, .post .step__information--vertical p {
  height: 105px;
  margin-top: calc(50% - 50px);
  background: #fff;
  z-index: 10;
  text-align: center;
}
.post .step__contents, .post .step .step__item--separation .step__contents {
  margin-top: 16px;
}
.post .step__contents::before, .post .step .step__item--separation .step__contents::before {
  content: "";
  display: block;
  width: 16px;
  height: 100%;
  margin-top: 20px;
  background: #3599c9;
  position: absolute;
  left: -38px;
}
.post .step h3 {
  margin-top: 0;
}
.post .step .post__arrow {
  margin: 16px auto;
}
.post .step .step__item--separation .step__contents::before {
  margin-top: 0;
  height: calc(100% - 40px);
}
.post .step .step__item--separation .step__contents::after {
  content: "";
  border-top: 8px solid #3599c9;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: 32px;
  left: -38px;
}
.post .step .step__item--separation .step__information, .post .step .step__item--separation .step__information--vertical {
  height: calc(100% - 40px);
}

.side {
  max-width: 268px;
  margin-left: 48px;
}
@media screen and (max-width: 750px) {
  .side {
    max-width: 100%;
    margin: 40px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.side__title {
  position: relative;
  margin-bottom: 16px;
  padding: 0 14px;
  border: none;
  font-weight: 700;
  font-size: 1.6rem;
}
.side__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 4px;
  height: 16px;
  background-color: #f03;
}
.side__list:first-of-type {
  border-top: solid 1px #e5e5e5;
}
.side__link {
  position: relative;
  position: relative;
  padding: 16px 24px 16px 36px;
}
.side__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  width: 9px;
  height: 9px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotateZ(45deg);
}
.side__link::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 10px;
  left: 8px;
  width: 24px;
  height: 24px;
  color: #fd5c5c;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .side__link {
    padding-left: 32px;
  }
}
.side .mt-site-search-form {
  height: 39px;
}
@media screen and (max-width: 750px) {
  .side .mt-site-search-form {
    height: 45px;
  }
}
.side .mt-site-search-form__query {
  padding-left: 12px;
  font-size: 1.6rem;
}
.side .mt-site-search-form__button {
  width: 57px;
  height: 38px;
  background-image: none;
  padding: 0 12px;
  top: -1px;
}
@media screen and (max-width: 750px) {
  .side .mt-site-search-form__button {
    width: 70px;
    height: 40px;
    font-size: 1.6rem;
  }
}
.side .banner {
  margin-top: 16px;
}
.side .categoryList__list:first-of-type {
  border-top: solid 1px #e5e5e5;
}
.side .categoryList__button {
  padding: 18px 38px 18px 44px;
  font-weight: 400;
}
.side .categoryIcon::before, .side .categoryIcon--pfb::before, .side .categoryIcon--contract::before, .side .categoryIcon--merchant::before, .side .categoryIcon--start::before, .side .categoryIcon--setting::before, .side .categoryIcon--payout::before, .side .categoryIcon--mystore::before, .side .categoryIcon--mystore-restricted::before, .side .categoryIcon--trouble::before, .side .categoryIcon--qrmap::before, .side .categoryIcon--other::before, .side .categoryIcon--alipay::before, .side .categoryIcon--cashless::before, .side .categoryIcon--pickup::before, .side .categoryIcon--tableorder::before, .side .categoryIcon--campaign::before, .side .categoryIcon--transaction::before, .side .categoryIcon--commission202110::before, .side .categoryIcon--stamp::before, .side .categoryIcon--plc::before, .side .categoryIcon--invoice::before, .side .categoryIcon--inquiry::before, .side .categoryIcon--service::before {
  left: 8px;
}

.sideHelpful {
  display: none;
}
@media screen and (max-width: 750px) {
  .sideHelpful {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    display: block;
  }
}

.sideRelatedArticle {
  margin-top: 64px;
}
@media screen and (max-width: 750px) {
  .sideRelatedArticle {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 80px;
  }
}

@media screen and (max-width: 750px) {
  .searchBox {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 80px;
  }
}

.sideCategoryList {
  margin-top: 64px;
}
@media screen and (max-width: 750px) {
  .sideCategoryList {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 80px;
  }
}

.helpful__button {
  font-size: 1.4rem;
  width: 140px;
}

.contact__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .contact__list {
    display: block;
    padding: 0 16px;
  }
}
.contact__item {
  width: calc((100% - 8px) / 2);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .contact__item {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .contact__item:last-child {
    margin-top: 16px;
  }
}
.contact__button {
  width: auto;
}
.contact__button--liveagent, .contact__button--liveagent.online {
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 10px 0;
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  color: #b3b3b3;
  text-align: center;
  border-radius: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 750px) {
  .contact__button--liveagent, .contact__button--liveagent.online {
    width: auto;
  }
}
.contact__button--liveagent.online {
  border-color: #20bf7a;
  background: #20bf7a;
  color: #fff;
}
.contact__button--liveagent.online:hover {
  text-decoration: none;
  border-color: #218e5f;
  background: #218e5f;
}
.contact__button--liveagent.online:visited {
  color: #fff;
}