#page {
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#page * {
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 99999px;
  -webkit-tap-highlight-color: transparent
}

#page p a {
  text-decoration: underline;
  color: #333
}

#page p a.btn-external {
  text-decoration: none;
  border-bottom: 1px #333 solid
}

#page p a.btn-external:after {
  display: inline-block;
  width: .94em;
  height: .75em;
  margin: 0 .13em 0 .25em;
  content: '';
  background: url("/special/switch/img/external_icon.svg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%
}

#page main section {
  border: 1px #ccc solid
}

#page main section+section {
  border-top: none
}

#page main section:nth-of-type(1)>a:before {
  background-image: url("/special/switch/img/label_icon_android.png");
  width: 123px;
  height: 47px;
}
@media screen and (max-width: 989px) {
  #page main section:nth-of-type(1)>a span:before {
    background-image: url("/special/switch/img/label_icon_android.png");
    width: 123px;
    height: 47px;
  }
}

#page main section:nth-of-type(2)>a:before {
  background-image: url("/special/switch/img/label_icon_iphone.png");
  width: 123px;
  height: 47px;
}
@media screen and (max-width: 989px) {
  #page main section:nth-of-type(2)>a span:before {
    background-image: url("/special/switch/img/label_icon_iphone.png");
    width: 123px;
    height: 47px;
  }
}

#page main section:nth-of-type(3)>a:before,
#page main section:nth-of-type(3)>a span:before {
  background-image: url("/special/switch/img/label_icon_02.svg")
}

#page main section:nth-of-type(4)>a:before,
#page main section:nth-of-type(4)>a span:before {
  background-image: url("/special/switch/img/label_icon_03.svg")
}

#page main section>a {
  font-weight: normal;
  position: relative;
  margin: 0;
  cursor: pointer;
  -webkit-transition: background 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: background 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: background 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: background 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #333;
  background: #fff
}

#page main section>a.open {
  background: #fafafa
}

#page main section>a.open i:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  opacity: 0
}

#page main section>a.open i:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg)
}

#page main section>a.open+div {
  -webkit-transition: max-height 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s;
  -moz-transition: max-height 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s;
  -ms-transition: max-height 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s;
  -o-transition: max-height 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s;
  transition: max-height 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s;
  opacity: 1
}

#page main section>a:not(.open)+div {
  /* max-height: 0 !important */
}

.toggleContainer {
  display: none;
}

.toggleContainer__inner {
  padding: 30px 40px !important;
}
@media screen and (max-width: 767px) {
  .toggleContainer__inner {
    padding: 20px !important;
  }
}

.toggleContainer__icons {
  max-width: 1010px;
  margin-right: auto;
  margin-left: auto;
}

.switchDataSummary {
  font-size: 24px !important;
  padding-top: 0.9em;
}

.switchDataSummary__inner {
  border: solid 1px #b6e5eb;
  border-radius: 16px;
  padding: 42px 18px 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .switchDataSummary__inner {
    padding: 7.38% 2.54% 4.23%;
  }
}

.switchDataSummary__header {
  font-size: 24px !important;
  position: absolute;
  top: -0.9em;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .switchDataSummary__heading {
    /* 28 / 750 * 100vw */
    font-size: 3.7333vw !important;
  }
}

.switchDataSummary__heading {
  font-size: 24px !important;
  font-weight: bold;
  color: #039db0;
  display: inline-block;
  letter-spacing: 0.01em;
  background-color: #ffffff;
  padding: 0.3em;
}
@media screen and (max-width: 767px) {
  .switchDataSummary__heading {
    /* 28 / 750 * 100vw */
    font-size: 3.7333vw !important;
  }
}

.switchDataSummary__icons>ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .switchDataSummary__icons>ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -2%;
  }
}

.switchDataSummary__icons>ul>li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .switchDataSummary__icons>ul>li {
    width: 25%;
    padding: 0 2%;
    /* 22 / 750 * 100vw */
    font-size: 2.9333vw !important;
  }

  .switchDataSummary__icons>ul>li:nth-child(-n + 3) {
    width: 26%;
  }

  .switchDataSummary__icons>ul>li:nth-child(n + 4) {
    /* 50 / 750 * 100vw */
    margin-top: 6.6666vw;
  }

  .switchDataSummary__icons>ul>li:nth-child(1) {
    margin-left: 1%;
  }

  .switchDataSummary__icons>ul>li:nth-child(3) {
    margin-right: 1%;
  }
}

.switchDataSummary__icons>ul>li figure {
  display: flex;
  flex-direction: column;
}

.switchDataSummary__icons>ul>li picture {
  display: block;
  line-height: 0;
  margin-bottom: 1em;
  margin: 0 auto 0.4em;
}
@media screen and (max-width: 767px) {
  .switchDataSummary__icons>ul>li picture {
    /* 10 / 750 * 100vw */
    margin-bottom: 1.3333vw;
  }
}

.switchDataSummary__icons>ul>li img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .switchDataSummary__icons>ul>li img {
    /* 75 / 750 * 100vw */
    max-height: 10vw !important;
    /* 90 / 750 * 100vw */
    max-width: 12vw;
  }
}

.switchDataSummary__icons>ul>li figcaption {
  font-weight: bold;
  font-size: 18px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .switchDataSummary__icons>ul>li figcaption {
    /* 22 / 750 * 100vw */
    font-size: 2.9333vw;
  }
}

.switchDataSummary__iconsAddNote {
  display: inline-block;
  font-size: 0.4em;
  line-height: 1.2;
  text-align: left;
}

.switchIcon.-isCamera {
  color: #1481c5;
}

.switchIcon.-isMovie {
  color: #e8933b;
}

.switchIcon.-isMusic {
  color: #db6990;
}

.switchIcon.-isSetting {
  color: #ab93ff;
}

.switchIcon.-isAddress {
  color: #9b468c;
}

.switchIcon.-isPhone {
  color: #ed84d5;
}

.switchIcon.-isApplication {
  color: #14a39f;
}

.toggleContainer__steps {
  padding: 30px 40px !important;
}
@media screen and (max-width: 767px) {
  .toggleContainer__steps {
    padding: 40px 0 !important;
  }
}

.toggleContainer__stepsImage {
  margin-top: 0 !important;
}

.toggleContainer__stepsList>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .toggleContainer__stepsList>ul {
    display: flex;
    justify-content: center;
    margin-right: -6%;
    margin-left: -6%;
  }

  .toggleContainer__stepsList>ul>li {
    width: 100%;
    padding-right: 6%;
    padding-left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .toggleContainer__stepsList>ul>li:not(:first-child) {
    margin-top: 40px;
  }
}

.toggleContainerStepsItem {
  text-align: center;
}

.toggleContainerStepsItem>*:first-child {
  margin-top: 0;
}

.toggleContainerStepsItem>*:last-child {
  margin-bottom: 0;
}

.toggleContainerStepsItem__header {
  font-size: 24px;
  padding: 0.2em 0.4em;
  display: block;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  max-width: 190px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .toggleContainerStepsItem__header {
    font-size: 16px;
    padding: 0.6em;
    max-width: none;
  }
}

.toggleContainerStepsItem__image {
  text-align: center;
}
.toggleContainerStepsItem__image img {
  margin-right: auto;
  margin-left: auto;
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  .toggleContainerStepsItem__image img {
    max-width: 180px;
  }
}

.toggleContainerStepsItem__copy {
  display: inline-block;
  text-align: left;
  margin-top: 0.6em;
  font-size: 16px;
  line-height: 1.5;
}

.toggleContainerStepsItem__copy strong {
  font-size: 1em !important;
  display: inline !important;
  color: #4185f3;
}



#page main section>a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px #e3e3e3 solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff
}

#page main section>a i:before,
#page main section>a i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: -moz-transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: -ms-transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: -o-transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  background: #727272
}

#page main section>a i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  -o-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0)
}

#page main section>a i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg)
}

#page main section>div {
  overflow: hidden;
  -webkit-transition: max-height 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  -moz-transition: max-height 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  -ms-transition: max-height 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  -o-transition: max-height 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  transition: max-height 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0s cubic-bezier(0.39, 0.575, 0.565, 1) 0.45s;
  /* opacity: 0; */
  background: #fff
}

#page main section>div>div>header h3 small>span>span:first-child:before {
  position: relative;
  top: -.09em;
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  vertical-align: middle;
  border-width: .47em 0 .47em .66em;
  border-style: solid;
  border-color: transparent transparent transparent #039cb0
}

#page main section>div>div>div>[data-switch]>div:nth-of-type(1) h3:before {
  background-image: url("/special/switch/img/google_icon_01.png")
}

#page main section>div>div>div>[data-switch]>div:nth-of-type(2) h3:before {
  background-image: url("/special/switch/img/google_icon_02.png")
}

#page main section>div>div>div>[data-switch]>div:nth-of-type(3) h3:before {
  background-image: url("/special/switch/img/google_icon_03.png")
}

#page main section>div>div>div>div:not([data-switch]):nth-of-type(2)>h3:before {
  background-image: url("/special/switch/img/google_icon_02.png")
}

#page main section>div>div>div>div:not([data-switch]):nth-of-type(3)>h3:before {
  background-image: url("/special/switch/img/google_icon_03.png")
}

#page main section>div>div>div>div:not([data-switch]) dl:nth-of-type(1) dt:nth-of-type(1):before {
  background-image: url("/special/switch/img/step_icon_01.svg")
}

#page main section>div>div>div>div:not([data-switch]) dl:nth-of-type(1) dt:nth-of-type(2):before {
  background-image: url("/special/switch/img/step_icon_02.svg")
}

#page main section>div>div>div>div:not([data-switch]) dl:nth-of-type(1) dt:nth-of-type(3):before {
  background-image: url("/special/switch/img/step_icon_03.svg")
}

#page main section>div>div>div>div:not([data-switch]) dl:nth-of-type(1) dt:nth-of-type(4):before {
  background-image: url("/special/switch/img/step_icon_04.svg")
}

#page main section>div>div>div>div:not([data-switch]) dl:nth-of-type(1) dt:nth-of-type(5):before {
  background-image: url("/special/switch/img/step_icon_04.svg")
}

#page main section>div>div>div>div:not([data-switch]) dl:nth-of-type(2) dt:nth-of-type(1):before {
  background-image: url("/special/switch/img/step_icon_02.svg")
}

#page main section>div>div>div>div:not([data-switch]) dl:nth-of-type(3) dt:nth-of-type(1):before {
  background-image: url("/special/switch/img/step_icon_03.svg")
}

#page main section>div>div>div>div:not([data-switch]) dl:nth-of-type(4) dt:nth-of-type(1):before {
  background-image: url("/special/switch/img/step_icon_04.svg")
}

#page main section>div>div>div>div:not([data-switch]) dl:nth-of-type(5) dt:nth-of-type(1):before {
  background-image: url("/special/switch/img/step_icon_05.svg")
}

@media screen and (min-width: 990px) {
  #page {
    padding-top: 20px;
    padding-bottom: 0px
  }

  #page.ua-desktop .btn-permeate {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }

  #page.ua-desktop .btn-permeate:hover {
    opacity: .6
  }

  #page.ua-desktop p a:hover {
    text-decoration: none;
    border-bottom: none
  }

  #page.ua-desktop main section>a:hover {
    background: #fafafa
  }

  #page.ua-desktop nav ul li a {
    -webkit-transition: background 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: background 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: background 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: background 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: background 0.45s cubic-bezier(0.39, 0.575, 0.565, 1)
  }

  #page.ua-desktop nav ul li a:hover {
    background: #fafafa
  }

  #page>header {
    position: relative;
    width: 960px;
    height: 295px;
    margin: 0 auto;
    padding: 30px 0 0 30px;
    background: -webkit-linear-gradient(top, #fafafa 0%, #ebebeb 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #ebebeb 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #ebebeb 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #ebebeb 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%)
  }

  #page>header>div div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/special/switch/img/title_h1_pc.svg") 0 0 no-repeat, url("/special/switch/img/title_h1_pc.png") 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto
  }

  #page>header h1 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.29;
    position: relative;
    width: 380px;
    margin: 0
  }

  #page>header p {
    font-size: 16px;
    line-height: 1.63;
    position: relative;
    width: 380px;
    margin: 10px 0 0
  }

  #page h2 {
    display: table;
    width: 100%;
    height: 40px;
    margin: 60px 0 20px;
    border-left: #333 2px solid
  }

  #page h2 span {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.08;
    display: table-cell;
    width: 100%;
    padding-left: 14px;
    vertical-align: middle
  }

  #page main section>a {
    display: table;
    width: 100%;
    height: 98px;
    padding: 26px 18px 26px 0
  }

  #page main section>a:before {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 86px;
    height: 86px;
    content: '';
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section>a>span {
    display: table-cell;
    vertical-align: middle
  }

  #page main section>a>span:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    width: 470px;
    padding-left: 90px
  }

  #page main section>a>span:nth-child(2) {
    font-size: 16px;
    width: 470px;
    padding-left: 11px;
    color: #161616;
    border-left: 2px #ccc solid
  }

  #page main section>a i {
    right: 18px;
    width: 42px;
    height: 42px
  }

  #page main section>a i:before,
  #page main section>a i:after {
    width: 26px;
    height: 2px
  }

  #page main section>div>div {
    padding: 30px 99px 99px
  }

  #page main section>div>div>header {
    text-align: center
  }

  #page main section>div>div>header h3 {
    margin: 0
  }

  #page main section>div>div>header h3 small {
    display: table;
    width: 100%;
    height: 30px;
    padding: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #eafbfd
  }

  #page main section>div>div>header h3 small>span {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: #039db0;
    background: #eafbfd
  }

  #page main section>div>div>header h3 small>span span {
    display: inline-block;
    vertical-align: top
  }

  #page main section>div>div>header h3>span {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 100%;
    margin: 30px 0 25px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }

  #page main section>div>div>header h3>span i {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.71;
    position: relative;
    display: block;
    min-width: 144px;
    padding: 0 15px;
    color: #039db0;
    border: 1px #36a9ba solid;
    background: #fff
  }

  #page main section>div>div>header h3>span i:after {
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 20px;
    height: 12px;
    content: '';
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    background: url("/special/switch/img/header_icon_pc.svg") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section>div>div>header h3>span i+i {
    margin-left: 10px
  }

  #page main section>div>div>header h3 strong {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.08;
    display: block
  }

  #page main section>div>div>header p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    margin: 25px 0 35px;
    text-align: left
  }

  #page main section>div>div>header>a {
    position: relative;
    display: table;
    width: 347px;
    height: 67px;
    margin: 0 auto 15px;
    background: #000
  }

  #page main section>div>div>header>a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 12px;
    content: '';
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("/special/switch/img/nav_icon.svg");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section>div>div>header>a span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    display: table-cell;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    vertical-align: middle;
    color: #fff
  }

  #page main section>div>div>div {
    padding: 50px 0 0
  }

  #page main section>div>div>div [data-switch] {
    position: relative;
    padding: 39px;
    border: 1px #b6e5eb solid;
    -webkit-border-radius: 10px;
    border-radius: 10px
  }

  #page main section>div>div>div [data-switch]:before {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 8px;
    content: attr(data-switch);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #039db0;
    background: #fff
  }

  #page main section>div>div>div [data-switch] div {
    padding-top: 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #eafbfd
  }

  #page main section>div>div>div [data-switch] div ul {
    padding: 20px 0
  }

  #page main section>div>div>div [data-switch] ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }

  #page main section>div>div>div [data-switch] ul li {
    width: 140px;
    height: 80px
  }

  #page main section>div>div>div [data-switch] ul li img {
    display: block;
    width: 80px;
    margin: 0 auto
  }

  #page main section>div>div>div [data-switch]+p {
    font-size: 16px;
    line-height: 1.63;
    margin-top: 44px;
    margin-right: -.5em;
    margin-bottom: 55px;
    letter-spacing: -.02em
  }

  #page main section>div>div>div>[data-switch] {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  #page main section>div>div>div>[data-switch]>div:nth-of-type(1) {
    width: 400px
  }

  #page main section>div>div>div>[data-switch]>div:nth-of-type(2) {
    width: 260px
  }

  #page main section>div>div>div>[data-switch]>div:nth-of-type(3) {
    width: 100%;
    margin-top: 20px
  }

  #page main section>div>div>div>[data-switch]>div h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.86;
    margin: 0;
    text-align: center;
    letter-spacing: .05em
  }

  #page main section>div>div>div>[data-switch]>div h3:before {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    content: '';
    vertical-align: middle;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section>div>div>div>[data-switch]>div ul {
    margin: 0 -10px
  }

  #page main section>div>div>div>[data-switch]+p {
    margin-bottom: 75px
  }

  #page main section>div>div>div>[data-switch]+p~div+div {
    margin-top: 75px
  }

  #page main section>div>div>div>div:not([data-switch])>h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
  }

  #page main section>div>div>div>div:not([data-switch])>h3:before {
    display: block;
    width: 64px;
    height: 64px;
    content: '';
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section>div>div>div>div:not([data-switch])>h3 span {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    width: calc(100% - 64px);
    padding-left: 15px
  }

  #page main section>div>div>div>div:not([data-switch])>h3+p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    margin: 35px 0 60px
  }

  #page main section>div>div>div>div:not([data-switch]) h4 {
    font-size: 24px;
    font-weight: bold;
    margin: -20px 0 35px;
    text-align: center;
    line-heiht: 1.08
  }

  #page main section>div>div>div>div:not([data-switch]) h4:first-child {
    margin: -10px 0 25px
  }

  #page main section>div>div>div>div:not([data-switch]) h4+p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    margin: 0 0 35px
  }

  #page main section>div>div>div>div:not([data-switch]) h5 {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 15px;
    line-heiht: 1.44
  }

  #page main section>div>div>div>div:not([data-switch]) h5~h5 {
    margin-top: 45px
  }

  #page main section>div>div>div>div:not([data-switch]) p {
    font-size: 16px;
    line-height: 1.63
  }

  #page main section>div>div>div>div:not([data-switch]) p:last-child strong {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    display: block
  }

  #page main section>div>div>div>div:not([data-switch]) p small {
    font-size: 14px;
    line-height: 1.71;
    display: block;
    padding-left: 1em;
    text-indent: -1em
  }

  #page main section>div>div>div>div:not([data-switch]) p small.-isNoIndent {
    padding-left: 0em;
    text-indent: 0em
  }

  #page main section>div>div>div>div:not([data-switch])>p:first-child {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    margin: 0 0 55px
  }

  #page main section>div>div>div>div:not([data-switch])>p:last-child {
    margin: 35px 0 0
  }

  #page main section>div>div>div>div:not([data-switch]) dl {
    margin: 0
  }

  #page main section>div>div>div>div:not([data-switch]) dl dt:before {
    display: block;
    width: 120px;
    height: 42px;
    content: '';
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section>div>div>div>div:not([data-switch]) dl dt span {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63
  }

  #page main section>div>div>div>div:not([data-switch]) dl dt span small {
    font-size: 14px;
    line-height: 1.86;
    display: block
  }

  #page main section>div>div>div>div:not([data-switch]) dl dd ol {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  #page main section>div>div>div>div:not([data-switch]) dl dd ol li {
    position: relative
  }

  #page main section>div>div>div>div:not([data-switch]) dl dd ol li.ico-balloon:after {
    position: absolute;
    top: -24px;
    right: -82px;
    width: 94px;
    height: 94px;
    content: '';
    background: url("/special/switch/img/balloon_icon.svg") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section>div>div>div>div:not([data-switch]) dl dd ol li img {
    width: 100%
  }

  #page main section>div>div>div>div:not([data-switch]) dl dd figure {
    position: relative;
    display: block;
    margin: 0 auto
  }

  #page main section>div>div>div>div:not([data-switch]) dl dd figure span {
    display: block
  }

  #page main section>div>div>div>div:not([data-switch]) dl dd figure span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  #page main section>div>div>div>div:not([data-switch])>dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex
  }

  #page main section>div>div>div>div:not([data-switch])>dl dt span {
    display: block;
    width: calc(100% - 120px);
    padding: 8px 0 0 16px
  }

  #page main section>div>div>div>div:not([data-switch])>dl dd {
    margin-top: 35px
  }

  #page main section>div>div>div>div:not([data-switch])>dl dd:not(:last-child) {
    position: relative;
    padding-bottom: 160px
  }

  #page main section>div>div>div>div:not([data-switch])>dl dd:not(:last-child):after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 52px;
    height: 160px;
    content: '';
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url("/special/switch/img/step_icon.svg") 0 50% no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto
  }

  #page main section>div>div>div>div:not([data-switch])>div:not([data-switch]) {
    margin-top: 55px
  }

  #page main section>div>div>div>div:not([data-switch])>div:not([data-switch]) dl dt span {
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-top: 15px;
    line-heiht: 1.63
  }

  #page main section>div>div>div>div:not([data-switch])>div:not([data-switch]) dl dd {
    margin-top: 20px
  }

  #page main #s1>dl dd:nth-of-type(1) figure {
    width: 643px;
    height: 224px;
    margin-bottom: 66px
  }

  #page main #s1>dl dd:nth-of-type(2) figure {
    width: 760px;
    height: 368px
  }

  #page main #s1>dl dd:nth-of-type(3) figure {
    width: 410px;
    height: 174px
  }

  #page main #s1>dl dd ol {
    width: 243px
  }

  #page main #s1>dl dd ol li {
    width: 243px;
    height: 473px
  }

  #page main #s2>dl dd figure {
    width: 595px;
    height: 185px
  }

  #page main #s2>dl dd p {
    font-size: 14px;
    line-height: 1.71;
    margin: 65px 0 25px
  }

  #page main #s2>dl dd p strong {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.53;
    display: block
  }

  #page main #s2>dl dd ol li {
    width: 162px;
    height: 288px
  }

  #page main #s2>dl dd ol li+li:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 37px;
    height: 37px;
    content: '';
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -moz-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    -o-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    background: url("/special/switch/img/step_icon.svg") 50% 50% no-repeat;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    background-size: 30px auto
  }

  #page main #s3>div:not([data-switch]) {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  #page main #s3>div:not([data-switch]) dl:nth-of-type(1) {
    width: 217px
  }

  #page main #s3>div:not([data-switch]) dl:nth-of-type(2) {
    width: 454px
  }

  #page main #s3>div:not([data-switch]) dl:nth-of-type(2) dd {
    position: relative
  }

  #page main #s3>div:not([data-switch]) dl:nth-of-type(2) dd:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 89px;
    height: 89px;
    content: '';
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -moz-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    -o-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    background: url("/special/switch/img/step_icon.svg") 50% 50% no-repeat;
    -webkit-background-size: 40px auto;
    -moz-background-size: 40px auto;
    background-size: 40px auto
  }

  #page main #s3>div:not([data-switch]) dl:nth-of-type(3) {
    width: 100%
  }

  #page main #s3>div:not([data-switch]) dl:nth-of-type(3) dd ol {
    width: 515px
  }

  #page main #s3>div:not([data-switch]) dl:nth-of-type(3) dd ol li {
    height: 434px
  }

  #page main #s3>div:not([data-switch]) dl:nth-of-type(3) dd ol li+li:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 81px;
    height: 81px;
    content: '';
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -moz-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    -o-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    background: url("/special/switch/img/step_icon.svg") 50% 50% no-repeat;
    -webkit-background-size: 40px auto;
    -moz-background-size: 40px auto;
    background-size: 40px auto
  }

  #page main #s3>div:not([data-switch]) dl dd ol li {
    width: 217px;
    height: 387px
  }

  #page main #s4>div:not([data-switch]) dl:nth-of-type(1) dd {
    position: relative
  }

  #page main #s4>div:not([data-switch]) dl:nth-of-type(1) dd ol li {
    width: 136px;
    height: 242px
  }

  #page main #s4>div:not([data-switch]) dl:nth-of-type(1) dd ol li:last-child {
    position: static;
    width: 226px
  }

  #page main #s4>div:not([data-switch]) dl:nth-of-type(1) dd ol li:last-child img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 226px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }

  #page main #s4>div:not([data-switch]) dl:nth-of-type(1) dd ol li:not(:last-child):before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 42px;
    height: 42px;
    content: '';
    -webkit-transform: translate(100%, -50%) rotate(-90deg);
    -moz-transform: translate(100%, -50%) rotate(-90deg);
    -ms-transform: translate(100%, -50%) rotate(-90deg);
    -o-transform: translate(100%, -50%) rotate(-90deg);
    transform: translate(100%, -50%) rotate(-90deg);
    background: url("/special/switch/img/step_icon.svg") 50% 50% no-repeat;
    -webkit-background-size: 35px auto;
    -moz-background-size: 35px auto;
    background-size: 35px auto
  }

  #page main #s4>div:not([data-switch]) dl:nth-of-type(1) dd p {
    width: 492px;
    margin: 35px 0 15px
  }

  #page main #s4>div:not([data-switch]) dl:nth-of-type(2) dd {
    margin-top: 27px
  }

  #page main #s4>div:not([data-switch]) dl:nth-of-type(2) dd ol {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }

  #page main #s4>div:not([data-switch]) dl:nth-of-type(2) dd ol li {
    width: 169px;
    height: 338px
  }

  #page main #s4>div:not([data-switch]) dl:nth-of-type(2) dd ol li:nth-child(4)+li {
    margin-left: 0
  }

  #page main #s4>div:not([data-switch]) dl:nth-of-type(2) dd ol li:nth-child(4)~li {
    margin-top: 52px
  }

  #page main #s4>div:not([data-switch]) dl:nth-of-type(2) dd ol li+li {
    position: relative;
    margin-left: 28px
  }

  #page main #s4>div:not([data-switch]) dl:nth-of-type(2) dd ol li+li:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 41px;
    content: '';
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -moz-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    -o-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    background: url("/special/switch/img/step_icon.svg") 50% 50% no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto
  }

  #page main #s5>div:not([data-switch]) dl:nth-of-type(1) dd ol li+li:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 54px;
    height: 54px;
    content: '';
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -moz-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    -o-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    background: url("/special/switch/img/step_icon.svg") 50% 50% no-repeat;
    -webkit-background-size: 40px auto;
    -moz-background-size: 40px auto;
    background-size: 40px auto
  }

  #page main #s5>div:not([data-switch]) dl:nth-of-type(2) dd {
    padding-top: 23px
  }

  #page main #s5>div:not([data-switch]) dl:nth-of-type(2) dd ol {
    width: 515px
  }

  #page main #s5>div:not([data-switch]) dl:nth-of-type(2) dd ol li {
    height: 434px
  }

  #page main #s5>div:not([data-switch]) dl:nth-of-type(2) dd ol li+li:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 81px;
    height: 81px;
    content: '';
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -moz-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    -o-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    background: url("/special/switch/img/step_icon.svg") 50% 50% no-repeat;
    -webkit-background-size: 40px auto;
    -moz-background-size: 40px auto;
    background-size: 40px auto
  }

  #page main #s5>div:not([data-switch]) dl dd ol li {
    width: 217px;
    height: 387px
  }

  #page nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
  }

  #page nav ul li+li {
    margin-left: 15px
  }

  #page nav ul li a {
    position: relative;
    display: block;
    width: 310px;
    border: 1px #cfcfcf solid;
    background: #fff
  }

  #page nav ul li a:after {
    position: absolute;
    right: 11px;
    bottom: 11px;
    width: 14px;
    height: 12px;
    content: '';
    background-image: url("/special/switch/img/nav_icon.svg");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page nav ul li a img {
    display: block;
    width: 144px;
    margin: 0 auto
  }

  #page nav ul li a span {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.59;
    display: block;
    margin-top: -6px;
    padding-bottom: 4px;
    text-align: center;
    text-decoration: none;
    color: #333
  }
}

@media screen and (max-width: 989px) {
  #page {
    padding-top: 0;
    padding-bottom: 0
  }

  #page>header {
    padding: 30px 15px 40px;
    background: -webkit-linear-gradient(top, #fafafa 0%, #ebebeb 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #ebebeb 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #ebebeb 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #ebebeb 100%);
    background: linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%)
  }

  #page>header>div {
    max-width: 550px;
    margin: 0 auto
  }

  #page>header>div div {
    padding-bottom: 52.9%;
    background: url("/special/switch/img/title_h1_sp.svg") 0 100% no-repeat, url("/special/switch/img/title_h1_sp.png") 0 100% no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto
  }

  #page>header h1 {
    font-size: 215.38%;
    font-weight: bold;
    line-height: 1.33;
    max-width: 738px;
    margin: 0 auto
  }

  #page>header p {
    font-size: 123.08%;
    line-height: 1.56;
    max-width: 738px;
    margin: 10px auto 35px
  }

  #page>header p br {
    display: none
  }

  #page h2 {
    font-size: 100%;
    display: table;
    width: 100%;
    height: 28px;
    margin: 15px 0;
    border-left: #333 2px solid
  }

  #page h2 span {
    font-size: 138.46%;
    font-weight: bold;
    line-height: 1.13;
    display: table-cell;
    width: 100%;
    padding: 4px 0 4px 10px;
    vertical-align: middle
  }

  #page main section>a {
    display: block;
    min-height: 89px;
    padding: 1em;

  }

  #page main section>a.open+div {
    -webkit-transition: max-height 0.9s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s;
    -moz-transition: max-height 0.9s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s;
    -ms-transition: max-height 0.9s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s;
    -o-transition: max-height 0.9s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s;
    transition: max-height 0.9s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s
  }

  #page main section>a>span {
    display: block;
    max-width: 340px;
    margin: 0 auto;
    padding-right: 40px
  }

  #page main section>a>span:nth-child(1) {
    font-size: 115.38%;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #page main section>a>span:nth-child(1):before {
    display: block;
    width: 123px;
    height: 47px;
    content: '';
    vertical-align: middle;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section>a>span:nth-child(1) span {
    display: block;
    padding-left: 8px
  }

  #page main section>a>span:nth-child(2) {
    font-size: 92.31%;
    color: #161616
  }

  #page main section>a i {
    right: 10px;
    width: 30px;
    height: 30px
  }

  #page main section>a i:before,
  #page main section>a i:after {
    width: 18px;
    height: 2px
  }

  #page main section>div>div {
    padding: 15px 9px 14px
  }

  #page .-isBlue main section>div>div {
    padding: 20px 20px 50px
  }

  #page main section>div>div>header {
    text-align: center
  }

  #page main section>div>div>header h3 {
    font-size: 100%;
    margin: 0
  }

  #page main section>div>div>header h3 small {
    font-size: 100%;
    display: table;
    width: 100%;
    height: 27px;
    padding: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #eafbfd
  }

  #page main section>div>div>header h3 small>span {
    font-weight: bold;
    line-height: 1.54;
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: #039db0;
    background: #eafbfd
  }

  #page main section>div>div>header h3 small>span span {
    display: inline-block;
    vertical-align: top
  }

  #page main section>div>div>header h3>span {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 100%;
    margin: 20px 0 15px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }

  #page main section>div>div>header h3>span i {
    font-size: 84.62%;
    font-weight: bold;
    line-height: 2.7;
    position: relative;
    display: block;
    min-width: 100px;
    padding: 0 9px;
    color: #039db0;
    border: 1px #36a9ba solid;
    background: #fff
  }

  #page main section>div>div>header h3>span i:after {
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 13px;
    height: 10px;
    content: '';
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    background: url("/special/switch/img/header_icon_sp.svg") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section>div>div>header h3>span i+i {
    margin-left: 5px
  }

  #page main section>div>div>header h3 strong {
    font-size: 123.08%;
    font-weight: bold;
    line-height: 1.44;
    display: inline-block;
    text-align: left;
    vertical-align: top
  }

  #page main section>div>div>header p {
    font-size: 115.38%;
    line-height: 1.58;
    margin: 10px 0 15px;
    text-align: left
  }

  #page main section>div>div>header>a {
    position: relative;
    display: table;
    width: 243px;
    height: 47px;
    margin: 0 auto 5px;
    background: #000
  }

  #page main section>div>div>header>a:after {
    position: absolute;
    top: 50%;
    right: 10.5px;
    width: 9.8px;
    height: 8.4px;
    content: '';
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("/special/switch/img/nav_icon.svg");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section>div>div>header>a span {
    font-size: 84.62%;
    font-weight: bold;
    line-height: 1.64;
    display: table-cell;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff
  }

  #page main section>div>div>div {
    padding: 20px 0 0
  }

  #page main section>div>div>div [data-switch] {
    position: relative;
    padding: 29px 0;
    border: 1px #b6e5eb solid;
    -webkit-border-radius: 7px;
    border-radius: 7px
  }

  #page main section>div>div>div [data-switch]:before {
    font-size: 92.31%;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 5px;
    content: attr(data-switch);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #039db0;
    background: #fff
  }

  #page main section>div>div>div [data-switch] div {
    padding-top: 10px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #eafbfd
  }

  #page main section>div>div>div [data-switch] div ul {
    padding: 15px 0
  }

  #page main section>div>div>div [data-switch] ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin: 0;
    padding: 0 0 5px;
    list-style: none;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
  }

  #page main section>div>div>div [data-switch] ul li {
    width: 25%;
    max-width: 140px;
    height: 56px
  }

  #page main section>div>div>div [data-switch] ul li img {
    display: block;
    width: 56px;
    margin: 0 auto
  }

  #page main section>div>div>div [data-switch]+p {
    font-size: 115.38%;
    line-height: 1.7;
    margin-top: 14px;
    margin-bottom: 35px
  }

  #page main section>div>div>div>[data-switch] {
    padding: 14px 9px 9px
  }

  #page main section>div>div>div>[data-switch]>div+div {
    margin-top: 5px
  }

  #page main section>div>div>div>[data-switch]>div h3 {
    font-size: 84.62%;
    font-weight: bold;
    line-height: 1.7;
    margin: 0;
    text-align: center
  }

  #page main section>div>div>div>[data-switch]>div h3:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    content: '';
    vertical-align: middle;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section>div>div>div>[data-switch]>div ul {
    display: block;
    width: 75%;
    margin: 0 auto;
    text-align: center
  }

  #page main section>div>div>div>[data-switch]>div ul li {
    display: inline-block;
    width: 30%;
    vertical-align: top
  }

  #page main section>div>div>div>[data-switch]>div ul li:nth-child(4) {
    margin-top: 15px
  }

  #page main section>div>div>div>[data-switch]>div ul li:nth-child(5) {
    margin-top: 15px
  }

  #page main section>div>div>div>[data-switch]+p {
    margin-bottom: 35px
  }

  #page main section>div>div>div>[data-switch]+p~div+div {
    margin-top: 35px
  }

  #page main section>div>div>div>div:not([data-switch])>h3 {
    font-size: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
  }

  #page main section>div>div>div>div:not([data-switch])>h3:before {
    display: block;
    width: 44px;
    height: 44px;
    content: '';
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section>div>div>div>div:not([data-switch])>h3 span {
    font-size: 138.46%;
    font-weight: bold;
    line-height: 1.39;
    width: calc(100% - 44px);
    padding-left: 10px
  }

  #page main section>div>div>div>div:not([data-switch])>h3+p {
    font-size: 115.38%;
    line-height: 1.47;
    margin: 10px 0 20px
  }

  #page main section>div>div>div>div:not([data-switch]) h4 {
    font-size: 138.46%;
    font-weight: bold;
    line-height: 1.39;
    margin: 0 0 20px;
    text-align: center
  }

  #page main section>div>div>div>div:not([data-switch]) h4+p {
    font-size: 115.38%;
    line-height: 1.47;
    margin: 0 0 20px
  }

  #page main section>div>div>div>div:not([data-switch]) h5 {
    font-size: 115.38%;
    font-weight: bold;
    margin: 0 0 10px;
    text-align: center;
    line-heiht: 1.47
  }

  #page main section>div>div>div>div:not([data-switch]) h5~h5 {
    margin-top: 30px
  }

  #page main section>div>div>div>div:not([data-switch]) p {
    font-size: 115.38%;
    line-height: 1.58
  }

  #page main section>div>div>div>div:not([data-switch]) p:last-child strong {
    font-size: 73.33%;
    font-weight: normal;
    line-height: 1.7;
    display: block
  }

  #page main section>div>div>div>div:not([data-switch]) p small {
    font-size: 73.33%;
    line-height: 1.7;
    display: block
  }

  #page main section>div>div>div>div:not([data-switch])>p:first-child {
    font-size: 115.38%;
    font-weight: bold;
    line-height: 1.47;
    margin: 0 0 20px
  }

  #page main section>div>div>div>div:not([data-switch])>p:last-child {
    margin: 15px 0 0
  }

  #page main section>div>div>div>div:not([data-switch]) dl {
    margin: 0
  }

  #page main section>div>div>div>div:not([data-switch]) dl dt {
    text-align: center
  }

  #page main section>div>div>div>div:not([data-switch]) dl dt:before {
    display: block;
    width: 84px;
    height: 29.4px;
    margin: 0 auto;
    content: '';
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section>div>div>div>div:not([data-switch]) dl dt span {
    font-size: 115.38%;
    font-weight: normal;
    line-height: 1.47;
    display: inline-block;
    margin-top: 10px;
    text-align: left;
    vertical-align: top
  }

  #page main section>div>div>div>div:not([data-switch]) dl dt span>br {
    display: none
  }

  #page main section>div>div>div>div:not([data-switch]) dl dt span small {
    font-size: 73.33%;
    line-height: 1.64;
    display: block
  }

  #page main section>div>div>div>div:not([data-switch]) dl dd {
    margin-top: 25px
  }

  #page main section>div>div>div>div:not([data-switch]) dl dd figure {
    max-width: 550px;
    margin: 0 auto
  }

  #page main section>div>div>div>div:not([data-switch]) dl dd figure span {
    position: relative;
    display: block
  }

  #page main section>div>div>div>div:not([data-switch]) dl dd figure span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  #page main section>div>div>div>div:not([data-switch]) dl dd ol {
    width: 69.23%;
    max-width: 380px;
    margin: 0 auto;
    padding: 0;
    list-style: none
  }

  #page main section>div>div>div>div:not([data-switch]) dl dd ol li {
    position: relative
  }

  #page main section>div>div>div>div:not([data-switch]) dl dd ol li.ico-balloon:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 28.44%;
    padding-top: 28.44%;
    content: '';
    -webkit-transform: translate(78.13%, 42.19%);
    -moz-transform: translate(78.13%, 42.19%);
    -ms-transform: translate(78.13%, 42.19%);
    -o-transform: translate(78.13%, 42.19%);
    transform: translate(78.13%, 42.19%);
    background: url("/special/switch/img/balloon_icon.svg") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section>div>div>div>div:not([data-switch]) dl dd ol li+li {
    margin-top: 47px
  }

  #page main section>div>div>div>div:not([data-switch]) dl dd ol li+li:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 36.4px;
    height: 47px;
    content: '';
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background: url("/special/switch/img/step_icon.svg") 0 50% no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto
  }

  #page main section>div>div>div>div:not([data-switch]) dl dd ol li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  #page main section>div>div>div>div:not([data-switch])>dl dd:not(:last-child) {
    position: relative;
    padding-bottom: 65px
  }

  #page main section>div>div>div>div:not([data-switch])>dl dd:not(:last-child):after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 36.4px;
    height: 65px;
    content: '';
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url("/special/switch/img/step_icon.svg") 0 50% no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto
  }

  #page main section>div>div>div>div:not([data-switch])>div:not([data-switch]) {
    margin-top: 25px
  }

  #page main #s1>dl dd:nth-of-type(1) figure {
    margin-bottom: 30px
  }

  #page main #s1>dl dd:nth-of-type(1) figure span {
    padding-top: 34.84%
  }

  #page main #s1>dl dd:nth-of-type(1) ol li {
    padding-top: 194.33%
  }

  #page main #s1>dl dd:nth-of-type(2) figure span {
    padding-top: 48.29%
  }

  #page main #s1>dl dd:nth-of-type(3) figure span {
    padding-top: 42.44%
  }

  #page main #s2>dl dd figure span {
    padding-top: 31.09%
  }

  #page main #s2>dl dd p {
    font-size: 115.38%;
    line-height: 1.7;
    margin: 35px 0 25px
  }

  #page main #s2>dl dd p strong {
    font-size: 106.67%;
    font-weight: bold;
    line-height: 1.58;
    display: block
  }

  #page main #s2>dl dd ol li {
    padding-top: 177.78%
  }

  #page main #s3>div:not([data-switch]) dl:nth-of-type(1) dd {
    position: relative;
    padding-bottom: 65px
  }

  #page main #s3>div:not([data-switch]) dl:nth-of-type(1) dd:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 36.4px;
    height: 65px;
    content: '';
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url("/special/switch/img/step_icon.svg") 0 50% no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto
  }

  #page main #s3>div:not([data-switch]) dl:nth-of-type(2) dd ol li:before {
    display: none
  }

  #page main #s3>div:not([data-switch]) dl:nth-of-type(3) dd ol li {
    padding-top: 200%
  }

  #page main #s3>div:not([data-switch]) dl dd ol li {
    padding-top: 177.94%
  }

  #page main #s4>div:not([data-switch]) dl:nth-of-type(1) dd ol li {
    padding-top: 177.94%
  }

  #page main #s4>div:not([data-switch]) dl:nth-of-type(1) dd ol li:last-child {
    padding-top: 220.69%
  }

  #page main #s4>div:not([data-switch]) dl:nth-of-type(1) dd p {
    margin: 25px 0 15px
  }

  #page main #s4>div:not([data-switch]) dl:nth-of-type(2) dd ol li {
    padding-top: 200%
  }

  #page main #s5>div:not([data-switch]) dl:nth-of-type(1) dd ol li {
    padding-top: 177.94%
  }

  #page main #s5>div:not([data-switch]) dl:nth-of-type(2) dd ol li {
    padding-top: 200%
  }

  #page nav ul {
    margin: 0;
    padding: 0;
    list-style: none
  }

  #page nav ul li {
    border: 1px #cfcfcf solid
  }

  #page nav ul li+li {
    border-top: none
  }

  #page nav ul li a {
    position: relative;
    display: block
  }

  #page nav ul li a:after {
    position: absolute;
    right: 7.7px;
    bottom: 7.7px;
    width: 9.8px;
    height: 8.4px;
    content: '';
    background-image: url("/special/switch/img/nav_icon.svg");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page nav ul li a img {
    display: block;
    width: 100px;
    margin: 0 auto
  }

  #page nav ul li a span {
    font-size: 92.31%;
    font-weight: bold;
    line-height: 1.83;
    display: block;
    margin-top: -5px;
    padding-bottom: 4px;
    text-align: center;
    text-decoration: none;
    color: #333
  }
}

#page .title h1 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #333;
  font-size: 30px;
  font-weight: normal
}

@media (max-width: 989px) {
  #page .title h1 {
    margin-top: 20px;
    font-size: 5.5vw
  }
}

.pc {
  display: block
}

@media (max-width: 989px) {
  .pc {
    display: none
  }
}

.sp {
  display: none
}

@media (max-width: 989px) {
  .sp {
    display: block
  }
}

.header-contents {
  display: flex
}

@media (max-width: 989px) {
  .header-contents {
    display: block
  }
}

.header-contents div {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width: 989px) {
  .header-contents div {
    width: 100%
  }
}

.header-contents :first-child {
  position: relative
}

@media (max-width: 989px) {
  .header-contents :first-child {
    position: static
  }
}

.header-contents :first-child h1 {
  font-size: 43px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  position: absolute;
  bottom: 47%
}

@media (max-width: 1250px) {
  .header-contents :first-child h1 {
    font-size: 3.3vw
  }
}

@media (max-width: 989px) {
  .header-contents :first-child h1 {
    position: static;
    font-size: 6.7vw;
    margin-top: 35px
  }
}

.header-contents :first-child p {
  font-size: 19px;
  line-height: 1.63;
  margin: 10px 0 0;
  position: absolute;
  bottom: 0
}

@media (max-width: 1250px) {
  .header-contents :first-child p {
    font-size: 1.6vw
  }
}

@media (max-width: 989px) {
  .header-contents :first-child p {
    position: static;
    font-size: 4.3vw;
    margin-top: 25px;
    margin-bottom: 10px
  }
}

.header-contents img {
  max-width: 100%
}

.main-contents {
  margin-top: 60px;
  margin-bottom: -20px;
  padding: 15px 60px 60px 60px;
  background-color: #F2F2F2
}

.main-contents.-isBlue {
  background-color: #d3f5f9;
}
@media screen and (max-width: 989px) {
  .main-contents.-isBlue {
    padding: 30px 15px 45px;
  }

  .main-contents.-isBlue:first-child {
    margin-top: 0;
  }

  .main-contents.-isBlue:last-child {
    margin-bottom: 0;
  }
}

.main-contents.-isBlue h1 {
  color: #0364bf;
}

.main-contents__headline {
  padding: 0 !important;
  width: auto !important;
  text-align: center !important;
}
@media (max-width: 989px) {
  .main-contents__headline > span {
    margin-top: 0.8em;
  }
}

@media (max-width: 989px) {
  .main-contents {
    margin-top: 20px;
    margin-bottom: 35px;
    padding: 0 15px;
    background-color: #FFF
  }
}

.main-contents>h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center
}

@media (max-width: 989px) {
  .main-contents>h1 {
    font-size: 5.2vw;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 15px
  }
}

.main-contents>p {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center
}

@media (max-width: 989px) {
  .main-contents>p {
    font-size: 3.4vw;
    margin-bottom: 5px
  }
}

.main-contents.-isBlue .main-contents__wapper {
  padding: 30px 55px 30px 55px;
  background-color: #FFF
}

@media (max-width: 989px) {
  .main-contents.-isBlue .main-contents__wapper {
    padding: 0
  }
}

.main-contents .main-contents__wapper {
  padding: 10px 55px 30px 55px;
  background-color: #FFF
}

@media (max-width: 989px) {
  .main-contents .main-contents__wapper {
    padding: 0
  }
}

.main-contents .main-contents__wapper .main-contents__main>h2 {
  margin-top: 30px !important
}

@media (max-width: 989px) {
  .main-contents .main-contents__wapper .main-contents__main>h2 {
    margin-top: 20px !important
  }
}

.main-contents__navi {
  padding-left: 0
}

.main-contents__navi>h2 {
  margin-top: 40px !important
}

@media (max-width: 989px) {
  .main-contents__navi>h2 {
    margin-top: 20px !important
  }
}

.main-contents__navi ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0
}

@media (max-width: 989px) {
  .main-contents__navi ul {
    display: block
  }
}

.main-contents__navi ul li {
  list-style: none;
  width: 32%;
  position: relative
}

@media (max-width: 989px) {
  .main-contents__navi ul li {
    width: 100%
  }
}

.main-contents__navi ul li:nth-of-type(2) {
  margin: 0 2%
}

@media (max-width: 989px) {
  .main-contents__navi ul li:nth-of-type(2) {
    margin: 0
  }
}

@media (max-width: 989px) {
  .main-contents__navi ul li:nth-of-type(n+2) a {
    border-top: hidden
  }
}

.main-contents__navi ul li a {
  display: block;
  border: 1px #cfcfcf solid;
  -webkit-transition: background 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: background 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: background 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: background 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background 0.45s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.main-contents__navi ul li a:hover {
  background: #fafafa
}

.main-contents__navi ul li a:after {
  position: absolute;
  right: 10px;
  bottom: 9.5px;
  width: 14px;
  height: 12px;
  content: '';
  background-image: url("/special/switch/img/nav_icon.svg");
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%
}

.main-contents__navi ul li a img {
  display: block;
  width: 144px;
  margin: 0 auto
}

@media (max-width: 989px) {
  .main-contents__navi ul li a img {
    width: 120px
  }
}

.main-contents__navi ul li a span {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.59;
  display: block;
  margin-top: -6px;
  padding-bottom: 4px;
  text-align: center;
  text-decoration: none;
  color: #333
}

.container-wide {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px
}

@media (max-width: 989px) {
  .container-wide {
    padding-left: 15px !important;
    padding-right: 15px !important
  }
}

@media screen and (min-width: 990px) {
  #page main section.xperiaAndroid div>div>div [data-switch] ul li span {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 5px
  }

  #page main section.xperiaAndroid div>div>div [data-switch] ul:nth-child(n+2) {
    margin-top: 35px
  }

  #page main section.xperiaAndroid div>div>div [data-switch]+p {
    margin-bottom: 25px
  }

  #page main section.xperiaAndroid div>div>div [data-switch]+p+p {
    margin-bottom: 55px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]).annotationList {
    display: block;
    margin-top: 15px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]).annotationList p {
    margin-bottom: 0
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) .mt0 {
    margin-top: 0
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) {
    display: flex;
    flex-wrap: wrap
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) dl:nth-child(1),
  #page main section.xperiaAndroid .step4_leftCol {
    margin-right: 30px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) dl:nth-child(2),
  #page main section.xperiaAndroid .step5_rightCol {
    margin-left: 30px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) dl:nth-child(-n+2),
  #page main section.xperiaAndroid #s1>div:not([data-switch]) dl:nth-child(n+4) {
    width: 415px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) dl:nth-child(3) {
    margin-top: 45px;
    width: 405px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) dl ol {
    text-align: center;
    justify-content: center
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) dl ol li {
    width: 243px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div {
    margin-top: 25px;
    width: 100%
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div ol {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div ol li {
    width: 162px;
    position: relative
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div ol li img {
    width: 100%
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div ol li p {
    margin-top: 10px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div ol li+li:before {
    position: absolute;
    top: 30%;
    left: 0;
    width: 37px;
    height: 37px;
    content: '';
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -moz-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    -o-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    background: url("/special/switch/img/step_icon.svg") 50% 50% no-repeat;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    background-size: 30px auto
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div+p {
    margin-top: 25px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div+p br {
    display: inline-block
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.step3_2col {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.step3_2col div:nth-child(1) {
    margin-right: 30px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.step3_2col div:nth-child(2) {
    margin-left: 30px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.step3_2col div {
    width: 415px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.step3_2col div ol {
    margin-top: 20px;
    text-align: center;
    justify-content: center
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.step3_2col div ol li {
    width: 243px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.step3_2col div p:last-child {
    margin-top: 20px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) dl.step4_leftCol ol li,
  #page main section.xperiaAndroid #s1>div:not([data-switch]) dl.step5_rightCol ol li {
    width: 162px;
    position: relative
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) dl.step5_rightCol ol {
    justify-content: space-between
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) dl.step5_rightCol ol li+li:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 37px;
    height: 37px;
    content: '';
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -moz-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    -o-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    background: url("/special/switch/img/step_icon.svg") 50% 50% no-repeat;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    background-size: 30px auto
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.xt2Feat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.xt2Feat.-is3item {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.xt2Feat div {
    width: 162px;
    position: relative;
    margin-top: 0
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.xt2Feat div.xt2Feat_arrow::before {
    position: absolute;
    top: 31%;
    left: 0;
    width: 37px;
    height: 37px;
    content: '';
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -moz-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    -o-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    background: url("/special/switch/img/step_icon.svg") 50% 50% no-repeat;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    background-size: 30px auto
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.xt2Feat div.xt2Feat_arrow:last-child {
    margin-bottom: 0
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.xt2Feat div p {
    margin-top: 5px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.xt2Feat div img {
    width: 100%
  }

  #page main section.xperiaAndroid .btn-black {
    position: relative;
    display: table;
    width: 470px;
    height: 67px;
    margin: 80px auto 0;
    background: #000
  }

  #page main section.xperiaAndroid .btn-black::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 12px;
    content: '';
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("/special/switch/img/nav_icon.svg");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section.xperiaAndroid .btn-black span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    display: table-cell;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    vertical-align: middle;
    color: #fff
  }
}

@media screen and (max-width: 990px) {
  #page main section.xperiaAndroid div>div>div [data-switch] ul li span {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    transform: scale(0.9)
  }

  #page main section.xperiaAndroid div>div>div [data-switch] ul:nth-child(n+2) {
    margin-top: 30px
  }

  #page main section.xperiaAndroid div>div>div [data-switch]+p {
    margin-bottom: 15px
  }

  #page main section.xperiaAndroid div>div>div [data-switch]+p+p {
    margin-bottom: 35px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) dl:nth-child(n+2) {
    margin-top: 35px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]).annotationList {
    margin-top: 15px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]).annotationList p {
    margin-bottom: 0
  }

  #page main section.xperiaAndroid div>div>div>div:not([data-switch]) dl dd ol li img {
    position: relative
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div+p br {
    display: none
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.step3_2col div p:first-of-type {
    margin-bottom: 25px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.step3_2col div p:last-child {
    margin-top: 25px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.step3_2col div ol {
    width: 69.23%;
    max-width: 380px;
    margin: 0 auto;
    padding: 0;
    list-style: none
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.step3_2col div {
    margin-top: 35px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.step3_2col div ol li img {
    width: 100%
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) h5 {
    margin: 25px 0 15px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div ol {
    width: 69.23%;
    max-width: 380px;
    margin: 0 auto;
    padding: 0;
    list-style: none
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div ol li {
    padding-top: 177.78%;
    position: relative
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div ol li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div ol li+li {
    margin-top: 47px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div ol li+li:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 36.4px;
    height: 47px;
    content: '';
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background: url("/special/switch/img/step_icon.svg") 0 50% no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div {
    margin: 25px 0
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.xt2Feat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.xt2Feat div {
    width: 69.23%;
    max-width: 380px;
    margin: 0 auto;
    padding: 0;
    position: relative
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.xt2Feat div.xt2Feat_arrow {
    margin-top: 40px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.xt2Feat div.xt2Feat_arrow::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 36.4px;
    height: 47px;
    content: '';
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background: url("/special/switch/img/step_icon.svg") 0 50% no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.xt2Feat div p {
    margin-top: 5px
  }

  #page main section.xperiaAndroid #s1>div:not([data-switch]) div.xt2Feat div img {
    width: 100%
  }

  #page main section.xperiaAndroid .btn-black {
    position: relative;
    display: table;
    width: 280px;
    height: 47px;
    margin: 35px auto 5px;
    background: #000
  }

  #page main section.xperiaAndroid .btn-black::after {
    position: absolute;
    top: 50%;
    right: 10.5px;
    width: 9.8px;
    height: 8.4px;
    content: '';
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("/special/switch/img/nav_icon.svg");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section.xperiaAndroid .btn-black span {
    font-size: 84.62%;
    font-weight: bold;
    line-height: 1.64;
    display: table-cell;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff
  }
}

@media screen and (min-width: 990px) {
  #page main section.xperiaTransfer2 div>div>div [data-switch] ul li span {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 5px
  }

  #page main section.xperiaTransfer2 div>div>div [data-switch] ul:nth-child(n+2) {
    margin-top: 35px
  }

  #page main section.xperiaTransfer2 div>div>div [data-switch]+p {
    margin-bottom: 25px
  }

  #page main section.xperiaTransfer2 div>div>div [data-switch]+p+p {
    margin-bottom: 55px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]).annotationList {
    display: block;
    margin-top: 15px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]).annotationList p {
    margin-bottom: 0
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) .mt0 {
    margin-top: 0
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) {
    display: flex;
    flex-wrap: wrap
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) dl:nth-child(1),
  #page main section.xperiaTransfer2 .step4_leftCol {
    margin-right: 30px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) dl:nth-child(2),
  #page main section.xperiaTransfer2 .step5_rightCol {
    margin-left: 30px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) dl:nth-child(-n+2),
  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) dl:nth-child(n+4) {
    width: 415px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) dl:nth-child(3) {
    margin-top: 45px;
    width: 405px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) dl ol {
    text-align: center;
    justify-content: center
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) dl ol li {
    width: 243px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div {
    margin-top: 25px;
    width: 100%
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div ol {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div ol li {
    width: 162px;
    position: relative
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div ol li img {
    width: 100%
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div ol li p {
    margin-top: 10px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div ol li+li:before {
    position: absolute;
    top: 30%;
    left: 0;
    width: 37px;
    height: 37px;
    content: '';
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -moz-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    -o-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    background: url("/special/switch/img/step_icon.svg") 50% 50% no-repeat;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    background-size: 30px auto
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div+p {
    margin-top: 25px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div+p br {
    display: inline-block
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div:nth-child(1) {
    margin-right: 30px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div:nth-child(2) {
    margin-left: 30px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div {
    width: 415px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div ol {
    margin-top: 20px;
    text-align: center;
    justify-content: center
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div ol li {
    width: 243px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div p:last-child {
    margin-top: 20px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) dl.step4_leftCol ol li,
  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) dl.step5_rightCol ol li {
    width: 162px;
    position: relative
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) dl.step5_rightCol ol {
    justify-content: space-between
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) dl.step5_rightCol ol li+li:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 37px;
    height: 37px;
    content: '';
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -moz-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    -o-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    background: url("/special/switch/img/step_icon.svg") 50% 50% no-repeat;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    background-size: 30px auto
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.xt2Feat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.xt2Feat.-is3item {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.xt2Feat div {
    width: 162px;
    position: relative;
    margin-top: 0
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.xt2Feat div.xt2Feat_arrow::before {
    position: absolute;
    top: 31%;
    left: 0;
    width: 37px;
    height: 37px;
    content: '';
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    -moz-transform: translate(-100%, -50%) rotate(-90deg);
    -ms-transform: translate(-100%, -50%) rotate(-90deg);
    -o-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    background: url("/special/switch/img/step_icon.svg") 50% 50% no-repeat;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    background-size: 30px auto
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.xt2Feat div.xt2Feat_arrow:last-child {
    margin-bottom: 0
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.xt2Feat div p {
    margin-top: 5px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.xt2Feat div img {
    width: 100%
  }

  #page main section.xperiaTransfer2 .btn-black {
    position: relative;
    display: table;
    width: 470px;
    height: 67px;
    margin: 80px auto 0;
    background: #000
  }

  #page main section.xperiaTransfer2 .btn-black::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 12px;
    content: '';
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("/special/switch/img/nav_icon.svg");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section.xperiaTransfer2 .btn-black span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    display: table-cell;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    vertical-align: middle;
    color: #fff
  }
}

@media screen and (max-width: 990px) {
  #page main section.xperiaTransfer2 div>div>div [data-switch] ul li span {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    transform: scale(0.9)
  }

  #page main section.xperiaTransfer2 div>div>div [data-switch] ul:nth-child(n+2) {
    margin-top: 30px
  }

  #page main section.xperiaTransfer2 div>div>div [data-switch]+p {
    margin-bottom: 15px
  }

  #page main section.xperiaTransfer2 div>div>div [data-switch]+p+p {
    margin-bottom: 35px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) dl:nth-child(n+2) {
    margin-top: 35px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]).annotationList {
    margin-top: 15px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]).annotationList p {
    margin-bottom: 0
  }

  #page main section.xperiaTransfer2 div>div>div>div:not([data-switch]) dl dd ol li img {
    position: relative
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div+p br {
    display: none
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div p:first-of-type {
    margin-bottom: 25px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div p:last-child {
    margin-top: 25px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div ol {
    width: 69.23%;
    max-width: 380px;
    margin: 0 auto;
    padding: 0;
    list-style: none
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div {
    margin-top: 35px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div ol li img {
    width: 100%
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) h5 {
    margin: 25px 0 15px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div ol {
    width: 69.23%;
    max-width: 380px;
    margin: 0 auto;
    padding: 0;
    list-style: none
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div ol li {
    padding-top: 177.78%;
    position: relative
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div ol li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div ol li+li {
    margin-top: 47px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div ol li+li:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 36.4px;
    height: 47px;
    content: '';
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background: url("/special/switch/img/step_icon.svg") 0 50% no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div {
    margin: 25px 0
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.xt2Feat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.xt2Feat div {
    width: 69.23%;
    max-width: 380px;
    margin: 0 auto;
    padding: 0;
    position: relative
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.xt2Feat div.xt2Feat_arrow {
    margin-top: 40px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.xt2Feat div.xt2Feat_arrow::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 36.4px;
    height: 47px;
    content: '';
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    background: url("/special/switch/img/step_icon.svg") 0 50% no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.xt2Feat div p {
    margin-top: 5px
  }

  #page main section.xperiaTransfer2 #s1>div:not([data-switch]) div.xt2Feat div img {
    width: 100%
  }

  #page main section.xperiaTransfer2 .btn-black {
    position: relative;
    display: table;
    width: 280px;
    height: 47px;
    margin: 35px auto 5px;
    background: #000
  }

  #page main section.xperiaTransfer2 .btn-black::after {
    position: absolute;
    top: 50%;
    right: 10.5px;
    width: 9.8px;
    height: 8.4px;
    content: '';
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("/special/switch/img/nav_icon.svg");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
  }

  #page main section.xperiaTransfer2 .btn-black span {
    font-size: 84.62%;
    font-weight: bold;
    line-height: 1.64;
    display: table-cell;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff
  }
}

.imgHeader img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}

.featImg img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}

.view-pc {
  display: block !important;
}

@media (max-width: 989px) {
  .view-pc {
    display: none !important;
  }
}

.view-sp {
  display: none !important;
}

@media (max-width: 989px) {
  .view-sp {
    display: block !important;
  }
}

.grayBox__inner {
  background-color: #ededed;
  max-width: 386px;
  padding: 1em 1.4em;
  margin: auto;
}

.grayBox .grayBox__inner .grayBox__header {
  font-size: 16px !important;
  color: #4184f3;
  margin: 0 auto 0.6em !important;
}

.grayBox__list ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 14px;
}

.grayBox__list ul li {
  text-indent: -1em;
}

.grayBox__list ul li:not(:first-child) {
  margin-top: 0.3em;
}

.detailDescription {
  text-align: center;
  margin-top: 80px !important;
}

.detailDescription__heading {
  font-size: 20px;
}

@media (max-width: 989px) {
  .detailDescription__heading {
    font-size: 16px;
  }
}

.detailDescription__button {
  display: inline-block;
  background-color: black;
  color: #ffffff;
  padding: 1em 1.6em;
  min-width: 395px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 989px) {
  .detailDescription__button {
    min-width: auto;
    width: 90%;
    font-size: 12px;
  }
}

.detailDescription__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 13px;
  background-image: url("/special/switch/img/external_icon_gray.png");
}
@media (max-width: 989px) {
  .detailDescription__button::after {
    position: absolute;
    top: 50%;
    right: 10.5px;
    width: 9.8px;
    height: 8.4px;
    content: '';
    transform: translate(0, -50%);
    background-image: url("/special/switch/img/nav_icon.svg");
    background-size: 100% 100%;
  }
}

.tabContainer__list {
  display: flex;
  margin: 0;
}
@media (max-width: 989px) {
  .tabContainer {
    display: none;
  }
}

.tabContainer__item {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px;
  border: solid 1px #cfcfcf;
  cursor: pointer;
  background-color: #ffffff;
  position: relative;
}

.tabContainer__item[aria-selected="false"] {
  /* margin-bottom: 5px; */
}

.tabContainer__item:hover {
  background-color: #fafafa;
}
.tabContainer__item[aria-selected="true"] {
  border-bottom-width: 0;
}

.tabContainer__item::before {
  content: "";
  display: inline-block;
  background-image: url("/special/switch/img/icon_puls.png");
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  transition-duration: 0.2s;
}

.tabContainer__item[aria-selected="true"]::before {
  background-image: url("/special/switch/img/icon_minus.png");
}

.tabIcon {
  text-align: center;
  display: flex;
}

.tabIcon figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tabIcon figcaption {
  font-size: 17px;
  margin-top: 0.3em;
  font-weight: bold;
}
@media (max-width: 989px) {
  .tabIcon figcaption {
    font-size: 13px;
  }
}

.tabContainer__panel {
  border-style: solid;
  border-color: #cfcfcf;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  margin-top: -1px;
}

[role="tab"] {
  background-color: #ffffff;
}

[role="tab"][aria-selected="true"] {
  background-color: #fafafa;
}

[role="tabpanel"] {
  display: none;
}

[role="tabpanel"][aria-hidden="false"] {
  display: block;
}

.swContent__inner {
  padding: 30px 99px 99px;
}

.swContent__inner header {
  text-align: center;
}

.swContent__inner header h3 {
  margin: 0;
}

.swContent__inner header h3 small {
  display: table;
  width: 100%;
  height: 30px;
  padding: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #eafbfd;
}

.swContent__inner header h3 small>span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  color: #039db0;
  background: #eafbfd;
}

.swContent__inner header h3 small>span span {
  display: inline-block;
  vertical-align: top;
}

.swContent__inner header h3 small>span>span:first-child:before {
  position: relative;
  top: -.09em;
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  vertical-align: middle;
  border-width: .47em 0 .47em .66em;
  border-style: solid;
  border-color: transparent transparent transparent #039cb0;
}

.swContent__inner header h3 small>span span {
  display: inline-block;
  vertical-align: top;
}

.swContent__inner header h3>span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  margin: 30px 0 25px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.swContent__inner header h3>span i {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.71;
  position: relative;
  display: block;
  min-width: 144px;
  padding: 0 15px;
  color: #039db0;
  border: 1px #36a9ba solid;
  background: #fff;
}

.swContent__inner header h3>span i+i {
  margin-left: 10px;
}

.swContent__inner header h3>span i:after {
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 20px;
  height: 12px;
  content: '';
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  background: url("/special/switch/img/header_icon_pc.svg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}

.swContent__inner header h3 strong {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  display: block;
}

.swContent__content {
  padding: 50px 0 0;
}

.swContent__content [data-switch] {
  position: relative;
  padding: 39px;
  border: 1px #b6e5eb solid;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.swContent__content [data-switch]:before {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0 8px;
  content: attr(data-switch);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #039db0;
  background: #fff;
}

.swContent__content [data-switch] ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.swContent__content [data-switch] ul li {
  width: 140px;
  height: 80px;
}

.swContent__content [data-switch] ul li img {
  display: block;
  width: 80px;
  margin: 0 auto;
}

.xperiaTransfer2 div>div>div [data-switch] ul:nth-child(n+2) {
  margin-top: 35px;
}

.xperiaTransfer2 div>div>div [data-switch] ul li span {
  display: block;
  margin: auto;
  text-align: center;
  margin-top: 5px;
}

section>div>div>div [data-switch]+p {
  font-size: 16px;
  line-height: 1.63;
  margin-top: 44px;
  margin-right: -.5em;
  margin-bottom: 55px;
  letter-spacing: -.02em;
}

.xperiaTransfer2 div>div>div [data-switch]+p {
  margin-bottom: 25px;
}

.xperiaTransfer2 #s1>div:not([data-switch]) {
  display: flex;
  flex-wrap: wrap;
}

.xperiaTransfer2 #s1>div:not([data-switch]).annotationList {
  display: block;
  margin-top: 15px;
}

section>div>div>div>div:not([data-switch]) p {
  font-size: 16px;
  line-height: 1.63;
}

section>div>div>div>div:not([data-switch]) p small {
  font-size: 14px;
  line-height: 1.71;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

section>div>div>div>div:not([data-switch]) p small.-isNoIndent {
  padding-left: 0em;
  text-indent: 0em;
}

.xperiaTransfer2 #s1>div:not([data-switch]).annotationList p {
  margin-bottom: 0;
}

.xperiaTransfer2 #s1>div:not([data-switch]) dl:nth-child(1),
.xperiaTransfer2 .step4_leftCol {
  margin-right: 30px;
}

.xperiaTransfer2 #s1>div:not([data-switch]) dl:nth-child(-n+2),
.xperiaTransfer2 #s1>div:not([data-switch]) dl:nth-child(n+4) {
  width: 415px;
}

section>div>div>div>div:not([data-switch]) dl dt:before {
  display: block;
  width: 120px;
  height: 42px;
  content: '';
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}

section>div>div>div>[data-switch]>div:nth-of-type(1) h3:before {
  background-image: url("/special/switch/img/google_icon_01.png")
}

section>div>div>div>[data-switch]>div:nth-of-type(2) h3:before {
  background-image: url("/special/switch/img/google_icon_02.png")
}

section>div>div>div>[data-switch]>div:nth-of-type(3) h3:before {
  background-image: url("/special/switch/img/google_icon_03.png")
}

section>div>div>div>div:not([data-switch]):nth-of-type(2)>h3:before {
  background-image: url("/special/switch/img/google_icon_02.png")
}

section>div>div>div>div:not([data-switch]):nth-of-type(3)>h3:before {
  background-image: url("/special/switch/img/google_icon_03.png")
}

section>div>div>div>div:not([data-switch]) dl:nth-of-type(1) dt:nth-of-type(1):before {
  background-image: url("/special/switch/img/step_icon_01.svg")
}

section>div>div>div>div:not([data-switch]) dl:nth-of-type(1) dt:nth-of-type(2):before {
  background-image: url("/special/switch/img/step_icon_02.svg")
}

section>div>div>div>div:not([data-switch]) dl:nth-of-type(1) dt:nth-of-type(3):before {
  background-image: url("/special/switch/img/step_icon_03.svg")
}

section>div>div>div>div:not([data-switch]) dl:nth-of-type(1) dt:nth-of-type(4):before {
  background-image: url("/special/switch/img/step_icon_04.svg")
}

section>div>div>div>div:not([data-switch]) dl:nth-of-type(1) dt:nth-of-type(5):before {
  background-image: url("/special/switch/img/step_icon_04.svg")
}

section>div>div>div>div:not([data-switch]) dl:nth-of-type(2) dt:nth-of-type(1):before {
  background-image: url("/special/switch/img/step_icon_02.svg")
}

section>div>div>div>div:not([data-switch]) dl:nth-of-type(3) dt:nth-of-type(1):before {
  background-image: url("/special/switch/img/step_icon_03.svg")
}

section>div>div>div>div:not([data-switch]) dl:nth-of-type(4) dt:nth-of-type(1):before {
  background-image: url("/special/switch/img/step_icon_04.svg")
}

section>div>div>div>div:not([data-switch]) dl:nth-of-type(5) dt:nth-of-type(1):before {
  background-image: url("/special/switch/img/step_icon_05.svg")
}

section>div>div>div>div:not([data-switch]) dl dt span {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
}

section>div>div>div>div:not([data-switch])>div:not([data-switch]) dl dt span {
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin-top: 15px;
  line-heiht: 1.63
}

section>div>div>div>div:not([data-switch]) dl dt span small {
  font-size: 14px;
  line-height: 1.86;
  display: block;
}

section>div>div>div>div:not([data-switch])>div:not([data-switch]) dl dd {
  margin-top: 20px;
}

section>div>div>div>div dl dd ol {
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.xperiaTransfer2 #s1>div dl ol {
  text-align: center;
  justify-content: center;
}

section>div>div>div>div dl dd ol li {
  position: relative;
}

.xperiaTransfer2 #s1>div dl ol li {
  width: 243px;
}

section>div>div>div>div dl dd ol li img {
  width: 100%;
}

.xperiaTransfer2 #s1>div dl:nth-child(-n+2),
.xperiaTransfer2 #s1>div dl:nth-child(n+4) {
  width: 415px;
}

.xperiaTransfer2 #s1>div {
  display: flex;
  flex-wrap: wrap;
}

.items-heights {
  display: flex;
  flex-wrap: wrap;
}

.xperiaTransfer2 #s1>div:not([data-switch]) dl:nth-child(-n+2),
.xperiaTransfer2 #s1>div:not([data-switch]) dl:nth-child(n+4) {
  width: 45%;
}

.xperiaTransfer2 #s1>div:not([data-switch]) dl:nth-child(1),
.xperiaTransfer2 .step4_leftCol {
  margin-right: 30px;
}

.xperiaTransfer2 #s1>div:not([data-switch]) dl:nth-child(2),
.xperiaTransfer2 .step5_rightCol {
  margin-left: 30px;
}

section>div>div>div>div>div {
  margin-top: 55px;
}

.xperiaTransfer2 #s1>div dl:nth-child(1),
.xperiaTransfer2 .step4_leftCol {
  margin-right: 30px;
}

.xperiaTransfer2 #s1>div dl:nth-child(2),
.xperiaTransfer2 .step5_rightCol {
  margin-left: 30px;
}

.xperiaTransfer2 dl:nth-child(3) {
  margin-top: 45px;
  width: 405px;
}

section>div>div>div>div h5 {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.44;
}

.xperiaTransfer2 #s1>div div {
  margin-top: 25px;
  width: 100%;
}

.xperiaTransfer2 #s1>div div.xt2Feat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.xperiaTransfer2 #s1>div div.xt2Feat.-is3item {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
div.xt2Feat.-is3item {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.xperiaTransfer2 #s1>div div.xt2Feat div {
  width: 162px;
  position: relative;
  margin-top: 0;
}
div.xt2Feat div {
  width: 162px;
  position: relative;
  margin-top: 0;
}

.xperiaTransfer2 #s1>div div.xt2Feat div img {
  width: 100%;
}
div.xt2Feat div img {
  width: 100%;
}

.xperiaTransfer2 #s1>div div {
  margin-top: 25px;
  width: 100%;
}

.xt2Feat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.xperiaTransfer2 div {
  margin-top: 25px;
  width: 100%;
}

.items-heights dl ol {
  text-align: center;
  justify-content: center;
}

.items-heights dl ol li {
  max-width: 243px;
}

.xt2Feat div p {
  margin-top: 5px;
}

.xt2Feat div {
  width: 162px;
  position: relative;
  margin-top: 0;
}

.xt2Feat_arrow::before {
  position: absolute;
  top: 31%;
  left: 0;
  width: 37px;
  height: 37px;
  content: '';
  -webkit-transform: translate(-100%, -50%) rotate(-90deg);
  -moz-transform: translate(-100%, -50%) rotate(-90deg);
  -ms-transform: translate(-100%, -50%) rotate(-90deg);
  -o-transform: translate(-100%, -50%) rotate(-90deg);
  transform: translate(-100%, -50%) rotate(-90deg);
  background: url("/special/switch/img/step_icon.svg") 50% 50% no-repeat;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  background-size: 30px auto;
}

.s1class div+p {
  margin-top: 25px;
}

.xperiaTransfer2 .s1class div.xt2Feat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.xperiaTransfer2 .s1class div {
  margin-top: 25px;
  width: 100%;
}

.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div {
  width: 45%;
}

.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div:nth-child(1) {
  margin-right: 30px;
}

.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div:nth-child(2) {
  margin-left: 30px;
}

.xperiaTransfer2 #s1>div:not([data-switch]) div ol {
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}

.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div ol {
  margin-top: 20px;
  text-align: center;
  justify-content: center;
}

.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div ol li {
  max-width: 243px;
}

.xperiaTransfer2 #s1>div:not([data-switch]) div ol li img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div p:last-child {
  margin-top: 20px;
}

.xperiaTransfer2 #s1>div:not([data-switch]) dl.step4_leftCol ol li,
.xperiaTransfer2 #s1>div:not([data-switch]) dl.step5_rightCol ol li {
  max-width: 162px;
  position: relative;
}

.xperiaTransfer2 #s1>div:not([data-switch]) dl.step5_rightCol ol {
  justify-content: space-between;
}

.xperiaTransfer2 #s1>div:not([data-switch]) dl.step5_rightCol ol li+li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 37px;
  height: 37px;
  content: '';
  transform: translate(-100%, -50%) rotate(-90deg);
  background: url("/special/switch/img/step_icon.svg") 50% 50% no-repeat;
  background-size: 30px auto;
}

.xperiaTransfer2 .btn-black {
  position: relative;
  display: table;
  width: 470px;
  height: 67px;
  margin: 80px auto 0;
  background: #000;
}

.xperiaTransfer2 .btn-black span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  display: table-cell;
  width: 100%;
  padding: 0 30px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.xperiaTransfer2 .btn-black::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 14px;
  height: 12px;
  content: '';
  background-image: url("/special/switch/img/nav_icon.svg");
  background-size: 100% 100%;
}

section>div>div>div>div:not([data-switch])>dl dd:not(:last-child) {
  position: relative;
  padding-bottom: 160px;
}

section>div>div>div>div:not([data-switch])>dl dd {
  margin-top: 35px;
}

section>div>div>div>div:not([data-switch]) dl dd figure {
  position: relative;
  display: block;
  margin: 0 auto;
}

.s1class>dl dd:nth-of-type(1) figure {
  width: 643px;
  height: 224px;
  margin-bottom: 66px;
}

.s1class>dl dd ol {
  max-width: 243px;
}

section>div>div>div>div:not([data-switch])>dl dt {
  display: flex;
}

section>div>div>div>div:not([data-switch])>dl dt span {
  display: block;
  width: calc(100% - 120px);
  padding: 8px 0 0 16px;
}

section>div>div>div>div:not([data-switch])>dl dd:not(:last-child):after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 52px;
  height: 160px;
  content: '';
  transform: translate(-50%, 0);
  background: url("/special/switch/img/step_icon.svg") 0 50% no-repeat;
  background-size: 100% auto;
}

.s1class>dl dd:nth-of-type(2) figure {
  width: 760px;
  height: 368px;
}

section>div>div>div>div:not([data-switch]) dl dd figure span {
  display: block;
}

section>div>div>div>div:not([data-switch]) dl dd figure span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s1class>dl dd:nth-of-type(3) figure {
  width: 410px;
  height: 174px;
}

.s2class>dl dd ol li {
  width: 162px;
  height: 288px;
}

.s2class>dl dd ol li+li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 37px;
  height: 37px;
  content: '';
  -webkit-transform: translate(-100%, -50%) rotate(-90deg);
  -moz-transform: translate(-100%, -50%) rotate(-90deg);
  -ms-transform: translate(-100%, -50%) rotate(-90deg);
  -o-transform: translate(-100%, -50%) rotate(-90deg);
  transform: translate(-100%, -50%) rotate(-90deg);
  background: url("/special/switch/img/step_icon.svg") 50% 50% no-repeat;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  background-size: 30px auto;
}

.s2class>dl dd p {
  font-size: 14px;
  line-height: 1.71;
  margin: 65px 0 25px;
}

.s2class>dl dd p strong {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.53;
  display: block;
}

.s2class>dl dd figure {
  width: 595px;
  height: 185px;
}



@media screen and (min-width: 988px) {
  .slideToggleContainer {
    display: none;
  }
}

@media screen and (max-width: 989px) {
  .toggleButton {
    font-weight: normal;
    position: relative;
    margin: 0;
    cursor: pointer;
    transition: background 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    color: #333;
    background: #fff;
  }

  .toggleButton {
    display: block;
    min-height: 89px;
    padding: 1em;
  }

  .toggleButton>span {
    display: block;
    max-width: 340px;
    margin: 0 auto;
    padding-right: 40px;
  }

  .toggleButton>span:nth-child(1) {
    font-size: 115.38%;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .toggleButton>span:nth-child(1):before {
    display: block;
    width: 123px;
    height: 47px;
    content: '';
    vertical-align: middle;
    background-size: 100% 100%;
  }

  #idXperiaTransxperiaTransfer2:before,
  #idXperiaTransxperiaTransfer2 span:before {
    background-image: url("/special/switch/img/icon_xperia_transfer2.png");
    width: 77px;
    height: 75px;
  }

  #idPcTransfer:before,
  #idPcTransfer span:before {
    background-image: url("/special/switch/img/icon_xperia_pc.png");
    width: 98px;
    height: 68px;
  }

  #idSdCardTransfer:before,
  #idSdCardTransfer span:before {
    background-image: url("/special/switch/img/icon_xperia_sd.png");
    width: 60px;
    height: 75px;
  }

  .contents__headline {
    display: block;
    padding-left: 8px;
  }

  .toggleButton i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border: 1px #e3e3e3 solid;
    border-radius: 50%;
    background: #fff;
  }

  .toggleButton i {
    right: 10px;
    width: 30px;
    height: 30px;
  }

  .toggleButton i:before,
  .toggleButton i:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    transition: transform 0.45s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    background: #727272;
  }

  .toggleButton i:before {
    transform: translate(-50%, -50%) rotate(0);
  }

  .toggleButton i:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .toggleButton i:before,
  .toggleButton i:after {
    width: 18px;
    height: 2px;
  }

  .toggleBox {
    border: 1px #ccc solid;
  }
}

@media screen and (max-width: 989px) {
  .swContent__inner {
    padding: 15px 9px 14px;
  }

  .swContent header h3 small {
    font-size: 100%;
    display: table;
    width: 100%;
    height: 27px;
    padding: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #eafbfd;
  }

  .swContent header h3 small>span {
    font-weight: bold;
    line-height: 1.54;
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: #039db0;
    background: #eafbfd;
  }

  .swContent header h3>span i {
    font-size: 11px;
    font-weight: bold;
    line-height: 2.7;
    position: relative;
    display: block;
    min-width: 100px;
    padding: 0 9px;
    color: #039db0;
    border: 1px #36a9ba solid;
    background: #fff;
  }

  .swContent header h3 strong {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }

  .swContent__content {
    padding: 20px 0 0;
    margin-top: 0 !important;
  }

  .s1class [data-switch] {
    position: relative;
    padding: 29px 0;
    border: 1px #b6e5eb solid;
    -webkit-border-radius: 7px;
    border-radius: 7px;
  }

  .s1class [data-switch] ul {
    display: flex;
    margin: 0;
    padding: 0 0 5px;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
  }

  .s1class [data-switch] ul li {
    width: 25%;
    max-width: 140px;
    height: 56px;
  }

  .s1class [data-switch] ul li img {
    display: block;
    width: 56px;
    margin: 0 auto;
  }

  .xperiaTransfer2 [data-switch] ul:nth-child(n+2) {
    margin-top: 30px;
  }

  .xperiaTransfer2 [data-switch] ul li span {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    transform: scale(0.9);
  }

  .s1class div:not([data-switch]) p small {
    font-size: 73.33%;
    line-height: 1.7;
    display: block;
  }

  .xperiaTransfer2 #s1>div:not([data-switch]) {
    display: block;
  }

  .xperiaTransfer2 #s1>div:not([data-switch]) dl:nth-child(-n+2),
  .xperiaTransfer2 #s1>div:not([data-switch]) dl:nth-child(n+4) {
    width: 100%;
  }

  .xperiaTransfer2 #s1>div:not([data-switch]) dl:nth-child(2),
  .xperiaTransfer2 .step5_rightCol {
    margin-left: 0;
  }

  .s1class div:not([data-switch]) dl dt:before {
    display: block;
    width: 84px;
    height: 29.4px;
    margin: 0 auto;
    content: '';
    background-size: 100% 100%;
  }

  .s1class div:not([data-switch]) dl dd ol {
    width: 69.23%;
    max-width: 380px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }

  .xperiaTransfer2 #s1>div dl ol li {
    width: 100%;
    max-width: none;
  }

  .xperiaTransfer2 #s1>div:not([data-switch]) div.xt2Feat div {
    width: 69.23%;
    max-width: 380px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  .xperiaTransfer2 #s1>div:not([data-switch]) div.xt2Feat div.xt2Feat_arrow::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 36.4px;
    height: 47px;
    content: '';
    transform: translate(-50%, -100%);
    background: url("/special/switch/img/step_icon.svg") 0 50% no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }

  .xperiaTransfer2 #s1>div:not([data-switch]) div.xt2Feat div.xt2Feat_arrow {
    margin-top: 40px;
  }

  section>div>div>div>div:not([data-switch]) p {
    font-size: 15px;
    line-height: 1.58;
  }

  section>div>div>div>div h5 {
    font-size: 15px;
  }

  .xperiaTransfer2 #s1>div:not([data-switch]) h5 {
    margin: 25px 0 15px;
    text-align: center;
  }

  .xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col {
    display: block;
  }

  .xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div ol {
    width: 69.23%;
    max-width: 380px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }

  .xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div ol li {
    max-width: none;
  }

  .xperiaTransfer2 #s1>div:not([data-switch]) div.step3_2col div:nth-child(2) {
    margin-left: auto;
  }

  .xperiaTransfer2 #s1>div:not([data-switch]) dl.step4_leftCol ol li,
  .xperiaTransfer2 #s1>div:not([data-switch]) dl.step5_rightCol ol li {
    max-width: none;
  }

  section>div>div>div>div dl dd ol {
    display: block;
  }

  section>div>div>div>div:not([data-switch]) dl dd ol li+li {
    margin-top: 47px;
  }

  .xperiaTransfer2 #s1>div:not([data-switch]) dl.step5_rightCol ol li+li:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 36.4px;
    height: 47px;
    content: '';
    transform: translate(-50%, -100%);
    background: url("/special/switch/img/step_icon.svg") 0 50% no-repeat;
    background-size: 100% auto;
  }

  .xperiaTransfer2 .btn-black {
    position: relative;
    display: table;
    width: 280px;
    height: 47px;
    margin: 35px auto 5px;
    background: #000;
  }

  .xperiaTransfer2 .btn-black span {
    font-size: 11px;
  }

  .xperiaTransfer2 .btn-black::after {
    position: absolute;
    top: 50%;
    right: 10.5px;
    width: 9.8px;
    height: 8.4px;
    content: '';
    transform: translate(0, -50%);
    background-image: url("/special/switch/img/nav_icon.svg");
    background-size: 100% 100%;
  }

  .s1class>dl dd:nth-of-type(1) figure {
    width: 100%;
  }

  .s1class>dl dd figure {
    width: 100% !important;
  }

  .s1class>dl dd ol {
    max-width: 380px;
    width: 69.23%;
  }

  .s1class dl dd:not(:last-child) {
    position: relative;
    padding-bottom: 65px;
  }

  .s1class dl dd:not(:last-child):after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 36.4px;
    height: 65px;
    content: '';
    transform: translate(-50%, 0);
    background: url("/special/switch/img/step_icon.svg") 0 50% no-repeat;
    background-size: 100% auto;
  }

  section>div>div>div>div:not([data-switch]) dl dt:before {
    display: block;
    width: 84px;
    height: 29.4px;
    margin: 0 auto;
    content: '';
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  section>div>div>div>div:not([data-switch]) dl dt span {
    font-size: 15px;
  }

  section>div>div>div>div:not([data-switch]) h5 {
    font-size: 15px;
    text-align: center;
  }

  .swContent [data-switch]:before {
    font-size: 92.31%;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 5px;
    content: attr(data-switch);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #039db0;
    background: #fff;
  }

  .swContent [data-switch] ul li {
    width: 25%;
    max-width: 140px;
    height: 56px;
  }

  .swContent [data-switch] ul li img {
    display: block;
    width: 56px;
    margin: 0 auto;
  }

  .swContent__content [data-switch] {
    position: relative;
    padding: 29px 0;
    border: 1px #b6e5eb solid;
    -webkit-border-radius: 7px;
    border-radius: 7px;
  }

  .s2class>dl dd ol {
    width: 69.23%;
    max-width: 380px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }

  .s2class>dl dd ol li {
    width: 100%;
    height: auto;
  }

  .swContent div:not([data-switch]) dl dd ol li {
    position: relative;
  }

  .swContent div:not([data-switch]) dl dd ol li+li {
    margin-top: 47px;
  }

  #s2>dl dd ol li {
    /* padding-top: 177.78%; */
  }

  section>div>div>div>div:not([data-switch]) dl dd ol li+li:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 36.4px;
    height: 47px;
    content: '';
    transform: translate(-50%, -100%);
    background: url("/special/switch/img/step_icon.svg") 0 50% no-repeat;
    background-size: 100% auto;
  }

  .swContent div:not([data-switch])>dl dd:not(:last-child) {
    position: relative;
    padding-bottom: 65px;
  }

  .swContent div:not([data-switch])>dl dd:not(:last-child):after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 36.4px;
    height: 65px;
    content: '';
    transform: translate(-50%, 0);
    background: url("/special/switch/img/step_icon.svg") 0 50% no-repeat;
    background-size: 100% auto;
  }

  .s2class>dl dd figure {
    width: auto;
  }

  .toggleButton.open i:before,
  .toggleButton.open i:after {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .toggleButton.open i:before {
    opacity: 0;
  }

}

.container-wide.notice-contents {
  margin-top: 70px;
}
.container-wide.notice-contents p {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 1.63;
  text-indent: -1em;
  padding-left: 2em;
}

@media (max-width: 989px) {
  .container-wide.notice-contents {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .container-wide.notice-contents p {
    font-size: 3.4vw;
    font-weight: normal;
    line-height: 1.7;
  }
}