.mobile-pc-display-none {
  display: none;
}
.mobile-sp-display-none {
  display: block;
}
.mobile-support-contents-center {
  justify-content: center;
}
.mobile-support-btn-contents-wrap {
  width: 100%;
}
.mobile-support-bg-gray {
  background: #e8e8e9;
}
.mobile-support-bg-white {
  background: #fff!important;
}
.mobile-support-section-lv2 .mobile-support-heading-lv2_title {
  font-size: 32px;
  line-height: 1.3125;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.mobile-support-section-lv2 .mobile-support-readtext {
  text-align: center;
}

.mobile-page-js-switch-content-btn {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;  
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 100%;
  margin-top: 40px;
}
.mobile-page-js-switch-content-btn-3col {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;  
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin-left: auto;
  margin-right: auto;
/*  max-width: 800px;*/
  max-width: 950px;
  width: 100%;
  margin-top: 40px;
}
.mobile-page-js-switch-content-btn .mobile-page-js-switch-content-btn-inner-box {
  background: #fff;
  border: 8px solid #f1f1f2;
  width: 60%;
  height: 100px;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-page-js-switch-content-btn .mobile-page-js-switch-content-btn-inner-box::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e8e8e9;
}
.mobile-page-js-switch-content-btn .mobile-page-js-switch-content-btn-inner-box-flex {
  background: #fff;
  border: 8px solid #f1f1f2;
  width: 60%;
  height: 100px;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-page-js-switch-content-btn .mobile-page-js-switch-content-btn-inner-box-flex::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e8e8e9;
}
.mobile-page-js-switch-content-btn-3col .mobile-page-js-switch-content-btn-inner-box-3col {
  background: #fff;
  border: 8px solid #f1f1f2;
  width: 100%;
  height: 100px;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-page-js-switch-content-btn-3col .mobile-page-js-switch-content-btn-inner-box-3col::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e8e8e9;
}
.mobile-page-js-switch-content-btn-3col .mobile-page-js-switch-content-btn-inner-box-3col:not(:last-child) {
  margin-right: 20px;
}

.mobile-page-js-switch-content-btn .mobile-page-js-switch-content-btn-inner-box:nth-child(1),
.mobile-page-js-switch-content-btn .mobile-page-js-switch-content-btn-inner-box-flex:nth-child(1) {
  margin-right: 30px;
}
.mobile-page-js-switch-content-btn .mobile-page-js-switch-content-btn-inner-box:nth-child(2),
.mobile-page-js-switch-content-btn .mobile-page-js-switch-content-btn-inner-box-flex:nth-child(2) {
  margin-left: 30px;
}
.mobile-page-js-switch-content-btn .mobile-page-js-switch-content-btn-inner-box .mobile-page-js-switch-content-btn-inner-text,
.mobile-page-js-switch-content-btn .mobile-page-js-switch-content-btn-inner-box-flex .mobile-page-js-switch-content-btn-inner-text,
.mobile-page-js-switch-content-btn-3col .mobile-page-js-switch-content-btn-inner-box-3col .mobile-page-js-switch-content-btn-inner-text {
  font-weight: bold;
  color: #000;
  font-size: 18px;
}
.mobile-page-js-switch-content-btn .mobile-page-js-switch-content-btn-inner-box.checked,
.mobile-page-js-switch-content-btn .mobile-page-js-switch-content-btn-inner-box-flex.checked,
.mobile-page-js-switch-content-btn-3col .mobile-page-js-switch-content-btn-inner-box-3col.checked {
  background: #0c68c7;
  border-color: #70aeef;
  pointer-events: none;
}
.mobile-page-js-switch-content-btn .mobile-page-js-switch-content-btn-inner-box.checked::after,
.mobile-page-js-switch-content-btn .mobile-page-js-switch-content-btn-inner-box-flex.checked::after,
.mobile-page-js-switch-content-btn-3col .mobile-page-js-switch-content-btn-inner-box-3col.checked::after {
  border: 3px solid #fff;
  background-color: #0c68c7;
  box-sizing: border-box;
}
.mobile-page-js-switch-content-btn .mobile-page-js-switch-content-btn-inner-box.checked .mobile-page-js-switch-content-btn-inner-text,
.mobile-page-js-switch-content-btn .mobile-page-js-switch-content-btn-inner-box-flex.checked .mobile-page-js-switch-content-btn-inner-text,
.mobile-page-js-switch-content-btn-3col .mobile-page-js-switch-content-btn-inner-box-3col.checked .mobile-page-js-switch-content-btn-inner-text {
 color: #fff;
}
.mobile-support-change-contents-wrapper {
  display: none;
}
.mobile-support-box_border-gray-flex {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  margin-top: 40px;
  border: 1px solid #d8dadc;
  padding: 25px;
}
.mobile-support-box_border-gray-flex .mobile-support-box-border-gray-2col-wrap {
  width: calc((100% - 20px) / 2);
  padding-left: 15%;
}
.mobile-pc-middle {
  vertical-align: middle;
}
.mobile-page-attention {
  margin: 0;
  padding: 30px 0;
  font-weight: bold;
  text-align: center;
}
.mobile-link-underline {
  text-decoration: underline;
}