@charset 'utf-8';

.mobile-support-section-container {
    padding: 0;
}
.mobile-page-tab-btns {
  margin: 60px auto 0;
  width: 950px!important;
}
.mobile-page-title-lv2.mobile-page-title-lv2--device {
  width: 240px;
  font-size: 34px;
  line-height: 1.2;
}
.mobile-page-tab-contents_item {
  padding-bottom: 0!important;
}
.mobile-page-attention {
  margin: 0;
  padding: 30px 0;
  font-weight: bold;
  text-align: center;
}
.mobile-page-channel-keitai_link {
  text-align: center;
}
.mobile-page-section_channel-mysoftbank,
.mobile-page-section_channel-zubarifaq,
.mobile-page-section_channel-faq,
.mobile-page-section_channel-chat,
.mobile-page-section_channel-tel,
.mobile-page-section_channel-shop {
  padding: 80px 0;
}
.mobile-page-tab-contents_item .mobile-page-section_channel-mysoftbank:first-child,
.mobile-page-tab-contents_item .mobile-page-section_channel-zubarifaq:first-child,
.mobile-page-tab-contents_item .mobile-page-section_channel-faq:first-child,
.mobile-page-tab-contents_item .mobile-page-section_channel-shop:first-child,
.mobile-page-tab-contents_item .mobile-page-channel-keitai_link + .mobile-page-section_channel-mysoftbank,
.mobile-page-tab-contents_item .mobile-page-channel-keitai_link + .mobile-page-section_channel-zubarifaq,
.mobile-page-tab-contents_item .mobile-page-channel-keitai_link + .mobile-page-section_channel-faq,
.mobile-page-tab-contents_item .mobile-page-channel-keitai_link + .mobile-page-section_channel-shop {
  padding-top: 40px;
}
.mobile-page-section_channel-callback {
  padding: 165px 0 170px;
}
.mobile-page-section-inner {
  position: relative;
}
.mobile-page-section_channel + .mobile-page-section_channel,
.mobile-page-section_channel + .mobile-support-js-accordion-inner:not(.mobile-support-js-accordion-inner--open) + .mobile-support-btn,
.mobile-page-section_channel + .mobile-support-js-accordion-inner--open,
.mobile-page-section_channel-other-container {
  border-top: 4px #dedfe0 solid;
}
.mobile-support-js-accordion-inner:not(.mobile-support-js-accordion-inner--open) + .mobile-support-btn.mobile-page-accordion-btn {
  padding: 80px 0 50px;
  /* padding-bottom: 80px; */
  border-top: 4px #dedfe0 solid;
}
.mobile-support-js-accordion-inner.mobile-support-js-accordion-inner--open + .mobile-support-btn.mobile-page-accordion-btn {
  padding-bottom: 80px;
}
.mobile-page-section_channel-faq + .mobile-support-js-accordion-inner:not(.mobile-support-js-accordion-inner--open) + .mobile-support-btn.mobile-page-accordion-btn {
  padding: 80px 0 50px;
}
.mobile-page-box-title-lv2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-page-read-sentence {
  margin-top: 30px;
  text-align: center;
}
.mobile-page-section_channel-chat .mobile-page-read-sentence {
  margin-left: 475px!important;
  width: 415px!important;
}
.mobile-page-section_channel-callback .mobile-page-box-title-lv2,
.mobile-page-section_channel-callback .mobile-page-read-sentence,
.mobile-page-section_channel-callback .mobile-page-btn {
  width: 475px!important;
}
.mobile-page-title-lv2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.mobile-page-section_channel-chat .mobile-page-title-lv2 {
  margin-bottom: 15px;
}
.mobile-page-title-lv2_supplement {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  color: #0099cc;
}
.mobile-page-section_channel-callback .mobile-page-box-image-inner {
  width: 430px;
  left: calc(50% - 215px);
  top: 55px;
}
.mobile-page-image {
  width: 100%;
}
.mobile-page-section_channel-other-container .mobile-page-image {
  width: 140px;
}
.mobile-page-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 15px;
  font-size: 18px;
}
.mobile-page-channel-tel-container .mobile-page-btn {
  margin-top: 50px;
}
.mobile-page-btn-link {
  cursor: pointer;
}
.mobile-page-btn_bule .mobile-page-btn-link {
  display: block;
  width: auto;
  font-weight: bold;
  outline: none;
  min-width: 340px;
  padding: 12px 3em;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #72848d;
  box-sizing: border-box;
  color: #72848d;
  position: relative;
}
.mobile-page-btn_arrow-right .mobile-page-btn-link:after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  transform: rotate(45deg);
  z-index: 0;
}
.mobile-page-btn_bule.mobile-page-btn_arrow-right .mobile-page-btn-link:after {
  content: "";
  display: block;
  border-top: solid 2px #94a1a8;
  border-right: solid 2px #94a1a8;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  transform: rotate(45deg);
  z-index: 0;
}
.mobile-page-btn_bule .mobile-page-btn-link:hover,
.mobile-page-btn_bule .mobile-page-btn-link:active,
.mobile-page-btn_bule .mobile-page-btn-link:focus {
  color: #72848d;
  text-decoration: none;
}
.mobile-page-btn_bg-gray .mobile-page-btn-link {
  display: block;
  width: auto;
  font-weight: bold;
  outline: none;
  min-width: 300px;
  padding: 12px 3em;
  text-align: center;
  border-radius: 100px;
  border: none;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  background-color: #72848d;
  box-shadow: 0 4px #5d6b73;
}
.mobile-page-btn_bg-gray .mobile-page-btn-link:hover,
.mobile-page-btn_bg-gray .mobile-page-btn-link:active,
.mobile-page-btn_bg-gray .mobile-page-btn-link:focus {
  color: #fff;
  text-decoration: none;
}
.mobile-page-btn_bg-bule .mobile-page-btn-link {
  display: block;
  width: auto;
  font-weight: bold;
  outline: none;
  min-width: 300px;
  padding: 12px 3em;
  text-align: center;
  border-radius: 100px;
  border: none;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  background-color: #0c68c7;
  box-shadow: 0 4px #0a4494;
}
.mobile-page-btn_bg-bule .mobile-page-btn-link:hover,
.mobile-page-btn_bg-bule .mobile-page-btn-link:active,
.mobile-page-btn_bg-bule .mobile-page-btn-link:focus {
  color: #fff;
  text-decoration: none;
}
.mobile-page-btn_arrow-left .mobile-page-btn-link:before {
  content: "";
  display: block;
  border-top: solid 2px #000;
  border-left: solid 2px #000;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -4px;
  transform: rotate(-45deg);
  z-index: 0;
}
.mobile-page-channel-mysoftbank_text {
  margin: 35px auto 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.mobile-page-channel-mysoftbank_text-time {
  display: inline-block;
  margin-left: 10px;
  color: #f7802c;
}
.mobile-page-channel-mysoftbank_text-time-zero {
  font-size: 35px;
  color: #f7802c;
}
.mobile-page-channel-mysoftbank_text-without_business_hours {
  font-size: 24px;
  color: #0c68c7;
}
.mobile-page-channel-mysoftbank_text-reception-time {
  font-size: 18px;
}
.mobile-page-channel-mysoftbank_note-text {
  margin-top: 30px;
  text-align: center;
}
.mobile-page-channel-mysoftbank_note {
  text-align: center;
  margin: 0 auto 30px;
}
.mobile-page-channel-chat-container {
  width: 670px;
  margin: 20px auto 0;
  padding: 0 0 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.mobile-page-channel-tel-container {
  width: 670px;
  margin: 0 auto;
  padding: 0 0 45px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.mobile-page-box-channel-tel_note {
  margin: 0;
  padding: 15px 0;
  border-radius: 8px 8px 0 0;
  background-color: #e8e8e9;
}
.mobile-page-channel-tel_note {
  margin: 0 auto;
  text-align: center;
}
.mobile-page-channel-tel_note-text {
  color: #333333;
  display: inline-block;
  padding-left: 38px;
  text-align: left;
  background-image: url(/mobile/set/data/support/cancellation-contact/lib/img/shared/icon-attention-02.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 29px 25px;
  background-size: 29px 25px;
  font-weight: bold;
}
.mobile-page-channel-tel_link {
  margin-top: 35px;
  color: #0e5fce!important;
  text-align: center;
}
.mobile-page-channel-tel_link .mobile-page-link-faq:after {
  border-top: solid 1px #0e5fce!important;
  border-right: solid 1px #0e5fce!important;
}
.mobile-page-section_channel-other-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 80px;
}
.mobile-page-section_channel-other-support-nandemo,
.mobile-page-section_channel-other-support-nandemo .mobile-support-section-inner {
  width: 455px;
}
.mobile-page-section_channel-other-support-nandemo {
  margin-right: 20px;
}
.mobile-page-section_channel-other-support-nandemo .mobile-support-section-inner {
  padding-right: 10px;
}
.mobile-page-section_channel-other-shop,
.mobile-page-section_channel-other-shop .mobile-support-section-inner {
  width: 475px;
}
.mobile-page-section_channel-other-container .mobile-page-title-lv2 {
  font-size: 18px;
  text-align: left;
}
.mobile-page-list-qa {
  margin-top: 30px;
  padding: 0 60px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.mobile-page-list-qa_item {
  padding: 30px 0;
}
.mobile-page-list-qa_item:nth-child(n + 2) {
  border-top: 1px solid #ccc;
}
.mobile-page-faq {
  display: table;
}
.mobile-page-faq-icon-box,
.mobile-page-faq-icon-text {
  display: table-cell;
}
.mobile-page-faq-icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  line-height: 37px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
}
.mobile-page-faq-icon-q {
  margin-right: 20px;
  background-color: #0c68c7;
}
.mobile-page-faq-icon-a {
  margin-right: 15px;
  background-color: #f7802c;
}
.mobile-page-list-qa_item-term {
  display: block;
  position: relative;
  min-height: 21px;
  padding: 0;
  line-height: 21px;
  color: #0c68c7;
  font-size: 20px;
}
.mobile-page-qa_item--open {
  display: none;
}
.mobile-page-list-qa_item-define--open .mobile-page-qa_item {
  display: none;
}
.mobile-page-list-qa_item-define--open .mobile-page-qa_item--open {
  display: inline;
}
.mobile-page-list-qa_item-description {
  display: none;
  position: relative;
  min-height: 21px;
  padding: 0;
  background: #fff;
  color: #333;
  margin-top: 30px;
  line-height: 21px;
  font-size: 16px;
}
.mobile-page-link-faq {
  display: inline-block;
  margin-top: 10px;
  font-weight: normal!important;
}
.mobile-page-link-faq:after {
  border-top: solid 1px #0c68c7!important;
  border-right: solid 1px #0c68c7!important;
}
.mobile-page-channel-tel-container .mobile-page-link-faq {
  color: #0e5fce;
}
.mobile-page-channel-tel-container .mobile-page-link-faq:after {
  border-top: solid 1px #0e5fce!important;
  border-right: solid 1px #0e5fce!important;
}
.mobile-page-list-box-01 .mobile-page-list-box-01_link {
  position: relative;
  text-align: left;
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding-right: 30px;
  color: #0c68c7;
  font-weight: bold;
  transition: .3s;
}
.mobile-page-list-box-01 .mobile-page-list-box-01_link:hover {
  opacity: .5;
}
.mobile-page-list-box-01 .mobile-page-list-box-01_link:link,
.mobile-page-list-box-01 .mobile-page-list-box-01_link:hover,
.mobile-page-list-box-01 .mobile-page-list-box-01_link:visited {
  color: #0c68c7;
  text-decoration: none;
}
.mobile-page-list-box-01 .mobile-page-list-box-01_link::after {
  content: "";
  display: block;
  border-top: solid 2px #0c68c7;
  border-right: solid 2px #0c68c7;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -5px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mobile-page-list-box-01 .mobile-page-list-box-01_link:hover::after {
  -webkit-animation: arrowDown 0.4s 2 ease;
  animation: arrowDown 0.4s 2 ease;
}
.mobile-page-list-box-01 .mobile-page-list-box-01_link {
  position: relative;
  text-align: left;
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding-right: 30px;
  color: #0c68c7;
  font-weight: bold;
  transition: .3s;
}
.mobile-page-list-qa_item-define--open .mobile-page-list-box-01 .mobile-page-list-box-01_link:after {
  content: "";
  display: block;
  border-top: solid 2px #0c68c7;
  border-right: solid 2px #0c68c7;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -5px;
  transform: rotate(315deg);
  z-index: 0;
}
.mobile-page-list-qa_item-define--open .mobile-page-list-box-01 .mobile-page-list-box-01_link:hover::after {
    animation: arrowUp 0.4s 2;
}
.mobile-page-list-box-02 .mobile-page-list-box-02_link {
  position: relative;
  text-align: left;
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding-right: 30px;
  color: #0c68c7;
  font-weight: bold;
  transition: .3s;
}
.mobile-page-list-box-02 .mobile-page-list-box-02_link:hover {
  opacity: .5;
}
.mobile-page-list-box-02 .mobile-page-list-box-02_link:link,
.mobile-page-list-box-02 .mobile-page-list-box-02_link:hover,
.mobile-page-list-box-02 .mobile-page-list-box-02_link:visited {
  color: #0c68c7;
  text-decoration: none;
}
.mobile-page-list-box-02 .mobile-page-list-box-02_link::after {
  content: "";
  display: block;
  border-top: solid 2px #0c68c7;
  border-right: solid 2px #0c68c7;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -5px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mobile-page-list-box-02 .mobile-page-list-box-02_link:hover::after {
  -webkit-animation: swing 0.4s 2 ease;
  animation: swing 0.4s 2 ease;
}
.mobile-page-list-box-02 .mobile-page-list-box-02_link:hover::after {
  -webkit-animation: swing 0.4s 2 ease;
  animation: swing 0.4s 2 ease;
}
.mobile-page-section_page-back {
  background-color: #f8f8f8;
}
.mobile-page-section_page-back .mobile-support-btn a {
  background-color: #ffffff;
}
.mobile-page-sp {
  display: none;
}
.mobile-page-btn_arrow-right .mobile-page-btn-link:hover:after {
  animation: arrowR 0.4s 2;
}
.note-covid19 {
  font-size: 20px;
  font-weight: bold!important;
}
.note-covid19:after {
  margin-left: 10px!important;
  border-top: solid 2px #0c68c7!important;
  border-right: solid 2px #0c68c7!important;
}
.mobile-page-list-bullet {
  width: 790px!important;
  text-align: left;
  margin: 20px auto;
  font-size: 14px;
}
.mobile-page-list-bullet_item {
  position: relative;
  padding-left: 40px;
  font-size: 15px;
  line-height: 1.8;
}
.mobile-page-list-bullet_item:first-child {
  margin-top: 0;
}
.mobile-page-list-bullet_item + .mobile-page-list-bullet_item {
  margin-top: 10px;
}
.mobile-page-list-bullet_item::before {
  position: absolute;
  display: block;
  content: '';
  left: 18px;
  top: 0.5em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
}
.mobile-page-title-lv2_marker {
  font-size: 32px;
  background: linear-gradient(to bottom, transparent 70%, #ffe76f 70%, #ffe76f 90%, transparent 90%);
}
.mobile-page-box-container-type01_balloon {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  min-height: 100px;
  padding: 18px 25px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #ccc;
  box-sizing: border-box;
  border-radius: 10px;
}
.mobile-page-box-container-type01_balloon:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 13px 0 13px;
  border-color: #fff transparent transparent transparent;
  margin-left: -16px;
  z-index: 2;
}
.mobile-page-box-container-type01_balloon:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 14px 0 14px;
  border-color: #ccc transparent transparent transparent;
  margin-left: -17px;
  z-index: 1;
}
.mobile-page-box-container-type01_balloon_text {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  margin-top: 0;
}
.mobile-page-box-container-type01 {
  margin-bottom: 40px;
  text-align: center;
}
.mobile-page-box-container-type01__q-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 640px;
  margin: 0 auto;
}
.mobile-page-box-container-type01__q-word:not(:first-child) {
  margin: 30px auto 0;
}
.mobile-page-box-container-type01__q-word>*:first-child {
  margin: 0 0 0 0;
}
.mobile-page-box-container-type01__q-word__image {
  display: block;
  width: 90px;
}
.mobile-page-box-container-type01__q-word__balloon--right,
.mobile-page-box-container-type01__q-word__balloon--left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 512px;
  min-height: 100px;
  padding: 8px 25px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
.mobile-page-box-container-type01__q-word__balloon--right::before,
.mobile-page-box-container-type01__q-word__balloon--left::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 2;
}
.mobile-page-box-container-type01__q-word__balloon--right::before {
  left: 0;
  -webkit-transform: translate(-93%, -50%);
  transform: translate(-93%, -50%);
  border-width: 9px 18px 9px 0;
  border-color: transparent #fff transparent transparent;
}
.mobile-page-box-container-type01__q-word__balloon--left::before {
  right: 0;
  -webkit-transform: translate(93%, -50%);
  transform: translate(93%, -50%);
  border-width: 9px 0 9px 18px;
  border-color: transparent transparent transparent #fff;
}
.mobile-page-box-container-type01__q-word__balloon--right::after,
.mobile-page-box-container-type01__q-word__balloon--left::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}
.mobile-page-box-container-type01__q-word__balloon--right::after {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  border-width: 11px 20px 11px 0;
  border-color: transparent #ccc transparent transparent;
}
.mobile-page-box-container-type01__q-word__balloon--left::after {
  right: 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  border-width: 11px 0 11px 20px;
  border-color: transparent transparent transparent #ccc;
}
.mobile-page-box-container-type01__q-word__balloon__text {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-top: 0;
}
@media all and (-ms-high-contrast: none) {
  .mobile-page-box-container-type01__q-word__balloon__text {
    display: table-cell;
    min-height: 120px;
    vertical-align: middle;
  }
}
.mobile-page-box-container-type01__q-word__balloon__text--with-line {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe76f), color-stop(90%, #ffe76f), color-stop(90%, transparent));
  background: -webkit-linear-gradient(top, transparent 70%, #ffe76f 70%, #ffe76f 90%, transparent 90%);
  background: linear-gradient(to bottom, transparent 70%, #ffe76f 70%, #ffe76f 90%, transparent 90%);
}
.mobile-page-box-container-type01+.mobile-page-btn {
  margin-top: 62px;
}
.mobile-page-btn__q-time {
  color: #333;
  font-weight: bold;
  font-size: 12px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #ffe76f;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 0 0 0;
  position: absolute;
  top: -31px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-262%, 0);
  transform: translate(-262%, 0);
  pointer-events: none;
  line-height: 1.2;
}
.mobile-page-btn__q-time::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px 12px;
  border-color: transparent transparent #ffe76f transparent;
  -webkit-transform: translate(190%, -90%);
  transform: translate(190%, -90%);
  display: block;
}
.mobile-page-q-time__time-type02{
  margin-top: 12px;
  font-size: 18px;
  color:#2f76b5;
  text-align: center;
  font-weight: bold;
}
.mobile-page-btn__q-time__strong-text {
  font-size: 21px;
}
.mobile-page-btn__q-number {
  font-weight: bold;
  color: #333;
  text-align: center;
  position: relative;
  margin: 40px 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobile-page-btn__q-number::after,
.mobile-page-btn__q-number::before {
  content: "";
  display: block;
  width: 4px;
  height: 40px;
  background-color: #ffe76f;
}
.mobile-page-btn__q-number::before {
  -webkit-transform: skew(-27deg);
  transform: skew(-27deg);
  margin: -8px 27px 0 0;
}
.mobile-page-btn__q-number::after {
  -webkit-transform: skew(27deg);
  transform: skew(27deg);
  margin: -8px 0 0 27px;
}
.mobile-page-btn__q-number__text {
  font-size: 14px;
  letter-spacing: 1px;
}
.mobile-page-btn__q-number__strong-text {
  font-size: 22px;
}
.mobile-page-section_channel-tel .mobile-page-box-container-type01 {
  margin-bottom: 90px;
}
.mobile-page-box-container-type02 {
  margin: 20px auto 0;
  text-align: center;
}
.mobile-page-list-bullet-mysoftbank {
  margin: 20px auto 0;
  width: 750px;
}
.mobile-page-list-bullet-mysoftbank_item {
  line-height: 1.8;
}
.mobile-page-list-bullet-mysoftbank_item + .mobile-page-list-bullet-mysoftbank_item {
  margin-top: 10px;
}
.mobile-page-list-bullet .mobile-page-list-bullet-mysoftbank {
  width: 790px!important;
  text-align: left;
  margin: 20px auto;
  font-size: 14px;
}
.mobile-page-list-bullet-mysoftbank_link {
  margin-top: 10px;
}
.mobile-page-box-title-lv2-type01_text,
.mobile-page-box-title-lv2-type02_text {
  display: inline;
  line-height: 1.5;
  font-size: 32px;
  font-weight: bold;
}
.mobile-page-box-title-lv2-type01_text {
  background: linear-gradient(to bottom, transparent 70%, #ffe76f 70%, #ffe76f 90%, transparent 90%);
}
.mobile-page-box-title-lv2-type02_text {
  font-size: 21px;
}
.mobile-page-box-title-lv2-type01,
.mobile-page-box-title-lv2-type02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobile-page-box-title-lv2-type01_icon {
  margin-right: 30px;
}
.mobile-page-box-title-lv2-type01_icon .mobile-page-icon-qa {
  width: 78px;
}
.mobile-page-box-title-lv2-type01_icon .mobile-page-icon-shop {
  width: 70px;
}
.mobile-page-box-title-lv2-type01_icon .mobile-page-icon-chat {
  width: 55px;
}
.mobile-page-box-title-lv2-type01_icon .mobile-page-icon-tel-support {
  width: 71px;
}
.mobile-page-box-title-lv2-type02_icon {
  margin-top: -10px;
  margin-right: 12px;
}
.mobile-page-box-title-lv2-type02_icon .mobile-page-icon-qa {
  width: 58px;
}
.mobile-page-section_channel-mysoftbank .mobile-page-box-title-lv2-type01_title,
.mobile-page-section_channel-zubarifaq .mobile-page-box-title-lv2-type01_title {
  width: 750px;
  text-align: center;
}
.mobile-support-link.mobile-support-link_normal {
  font-weight: normal;
}
.mobile-support-link.mobile-support-link_normal.mobile-support-link_arrow:after {
  border-top: solid 1px #0c68c7!important;
  border-right: solid 1px #0c68c7!important;
}
.mobile-support-js-accordion-inner.mobile-support-js-accordion-inner--open .mobile-page-section_channel-tel {
  padding-bottom: 40px!important;
}
.mobile-page-accordion-btn {
  margin-top: 0!important;
}