@charset "UTF-8";
@-moz-keyframes delayView {
  0% {
    opacity: 0;
  }
  99.999% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes delayView {
  0% {
    opacity: 0;
  }
  99.999% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes delayView {
  0% {
    opacity: 0;
  }
  99.999% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes delayView {
  0% {
    opacity: 0;
  }
  99.999% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.main .heading .en,
.remodal .qr-container .heading .en,
.top .section-app .app-container .download .text .en,
.top .section-howto .another-contents .item .text > span .en,
.setup .section-process .local-nav .step,
.setup .section-setup .heading .step,
.setup .section-format .heading .step,
.setup .section-setup .download-content .name .text .en,
.setup .section-format .download-content .name .text .en,
.setup .section-setup .boxed-group .column .remote-text .en,
.setup .section-format .boxed-group .column .remote-text .en,
.operation .slider-container .detail ol li::before,
.reference .section-faq .faq-block .qa-item .qa-title .icon-question span {
  font-family: 'Noto Serif';
}
.is-unload .main .heading .en,
.is-unload .remodal .qr-container .heading .en,
.is-unload .top .section-app .app-container .download .text .en,
.is-unload .top .section-howto .another-contents .item .text > span .en,
.is-unload .setup .section-process .local-nav .step,
.is-unload .setup .section-setup .heading .step,
.is-unload .setup .section-format .heading .step,
.is-unload .setup .section-setup .download-content .name .text .en,
.is-unload .setup .section-format .download-content .name .text .en,
.is-unload .setup .section-setup .boxed-group .column .remote-text .en,
.is-unload .setup .section-format .boxed-group .column .remote-text .en,
.is-unload .operation .slider-container .detail ol li::before,
.is-unload .reference .section-faq .faq-block .qa-item .qa-title .icon-question span {
  font-family: sans-serif;
}
.main .heading .ja {
  font-family: 'Noto Sans JP';
}
.is-unload .main .heading .ja {
  font-family: sans-serif;
}
.main .heading .en {
  font-size: 60px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .main .heading .en,
.main .heading .en {
    font-size: 40px;
  }
}
.main .heading .ja {
  font-weight: 500;
  font-size: 16px;
  padding: 0 76px;
  letter-spacing: 0.14em;
}
.main .heading .ja::before,
.main .heading .ja::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 56px;
  height: 1px;
  margin-top: 2px;
  background-color: #c6d1d8;
}
.main .heading .ja::before {
  left: 0;
}
.main .heading .ja::after {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .main .heading .ja,
.main .heading .ja {
    font-size: 13px;
    padding: 0 40px;
  }
  .main .heading .ja::before,
  .main .heading .ja::after {
    width: 30px;
    margin-top: 0;
  }
}
/* ============================
 *  reset
 * ============================= */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', verdana, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #333;
}
img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
}
figure {
  margin: 0;
}
.for-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .for-pc {
    display: none;
  }
}
.for-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .for-sp {
    display: block;
  }
}
.button {
  display: inline-block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 768px) {
  .button-download {
    display: block;
    position: relative;
    width: 100%;
    padding: 17px 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-indent: -8px;
    border-bottom: 3px solid #2d69b3;
    border-radius: 3px;
    background-color: #3f96ff;
  }
  /*.button-download::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 10px;
    height: 11.5px;
    margin: -5.75px 0 0 -5px;
    background: url("../images/ico_download.svg") left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }*/
}
.wrapper {
  min-width: 980px;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    min-width: initial;
    min-width: auto;
  }
}
.main {
  overflow: hidden;
}
.main .eye-catch {
  width: 100%;
  height: 350px;
  margin-top: 1px;
  background-color: #deecf9;
}
.rower .main .eye-catch {
  height: 200px;
  background: url("../jpg/bg_rower.jpg") center top no-repeat #deecf9;
}
.rower .main .eye-catch-1 {
  background: url("../jpg/bg_rower_1.jpg") center top no-repeat #deecf9;
}
.rower .main .eye-catch-2 {
  background: url("../jpg/bg_rower_2.jpg") center top no-repeat #deecf9;
}
@media only screen and (max-width: 768px) {
  .rower .main .eye-catch {
    height: auto;
    padding-top: 31.25%;
    background: url("../jpg/bg_rower_sp.jpg") center top no-repeat #deecf9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .rower .main .eye-catch-1 {
    background: url("../jpg/bg_rower_1_sp.jpg") center top no-repeat #deecf9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .rower .main .eye-catch-2 {
    background: url("../jpg/bg_rower_2_sp.jpg") center top no-repeat #deecf9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
.main .inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.main .inner .lead {
  font-size: 18px;
  text-align: center;
}
.main .heading {
  text-align: center;
  line-height: 1.1;
}
.main .heading .en {
  display: block;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  .main .heading .en {
    margin-bottom: 12px;
  }
}
.main .heading .ja {
  position: relative;
}
.main .rower-nav {
  background-color: #2a64aa;
}
.main .rower-nav ul {
  letter-spacing: -1em;
  text-align: center;
  font-size: 0;
}
.main .rower-nav ul li {
  display: inline-block;
  letter-spacing: normal;
}
.main .rower-nav ul li a {
  display: block;
  width: 240px;
  padding: 25px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.main .rower-nav ul li a.is-selected {
  background-color: #18458d;
}
@media only screen and (max-width: 768px) {
  .main .rower-nav ul li {
    width: 33.3%;
  }
  .main .rower-nav ul li.for-pc {
    display: none;
  }
  .main .rower-nav ul li a {
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.back2top a {
  display: block;
  position: relative;
  padding: 26px 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
  background-color: #88bada;
  text-align: center;
  text-decoration: none;
  text-indent: -14px;
}
.back2top a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14px;
  margin: -7px 0 0 118px;
  background: url("../svg/ico_back.svg") left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .back2top a {
    padding: 14px 0;
    font-size: 14px;
  }
  .back2top a::before {
    width: 12px;
    height: 10px;
    margin-top: -5px;
    margin-left: 104px;
  }
}
@media only screen and (min-width: 769px) {
  .main .rower-nav ul li a {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .main .rower-nav ul li a:hover {
    background-color: #18458d;
  }
  .back2top a {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .back2top a:hover {
    background-color: #3378bb;
  }
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #92bfdd;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.loader .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -25px;
  margin-left: -2px;
}

.loader .icon,
.loader .icon:before,
.loader .icon:after {
border-radius: 50%;
width: .8em;
height: .8em;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: load7 1.8s infinite ease-in-out;
animation: load7 1.8s infinite ease-in-out;
}
.loader .icon {
color: #ffffff;
font-size: 10px;
// margin: 80px auto;
// position: relative;
text-indent: -9999em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.loader .icon:before,
.loader .icon:after {
content: '';
position: absolute;
top: 0;
}
.loader .icon:before {
left: -1.4em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.loader .icon:after {
left: 1.4em;
}
@-webkit-keyframes load7 {
0%,
80%,
100% {
  box-shadow: 0 .8em 0 -1.3em;
}
40% {
  box-shadow: 0 .8em 0 0;
}
}
@keyframes load7 {
0%,
80%,
100% {
  box-shadow: 0 .8em 0 -1.3em;
}
40% {
  box-shadow: 0 .8em 0 0;
}
}
.button-primary {
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #2a64aa;
}
.button-primary::before {
  content: '';
}
.button-qr {
  display: block;
  position: relative;
  width: 100%;
  padding: 17px 0;
  font-size: 17px;
  text-indent: 24px;
  border-radius: 5px;
}
.button-qr::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12.5px;
  background: url("../png/ico_qr.png") left top no-repeat;
}
.button-qr-small {
  width: 140px;
  height: 30px;
  padding: 5px 0 7px;
  border-radius: 4px;
  font-size: 12px;
  text-indent: 24px;
  letter-spacing: 0.05em;
}
.button-qr-small::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -58px;
  background: url("../png/ico_qr.png") left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.button-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #2a64aa;
  text-indent: -999em;
}
.button-modal-close::before,
.button-modal-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  margin: -1.5px 0 0 -15px;
  background-color: #fff;
}
.button-modal-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-modal-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .button-modal-close {
    width: 38px;
    height: 38px;
  }
  .button-modal-close::before,
  .button-modal-close::after {
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -9px;
  }
}
@media only screen and (min-width: 768px) {
  .button-modal-close {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .button-modal-close:hover {
    background-color: #3378bb;
  }
}
.footer {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', verdana, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
}
.footer .foot-nav {
  padding: 22px 0 16px;
  background-color: #eee;
}
.footer .foot-nav ul {
  letter-spacing: -1em;
  font-size: 0;
  text-align: center;
}
.footer .foot-nav ul li {
  display: inline-block;
  position: relative;
  margin: 0 23px 0 5px;
  padding: 0 0 0 8px;
  letter-spacing: normal;
  font-size: 11px;
}
.footer .foot-nav ul li::before {
  content: '';
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 2px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  margin-top: -3px;
  border-width: 2px 4px 2px;
}
.footer .foot-nav ul li a {
  color: #333;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .footer .foot-nav ul li a:hover {
    text-decoration: none;
  }
}
.footer .copyright {
  padding: 5px;
  font-size: 63%;
  text-align: right;
  border-top: 1px solid #ef0041;
  background-color: #cac9ca;
}
@media only screen and (max-width: 768px) {
  .footer .foot-nav {
    padding: 14px 0 17px;
  }
  .footer .foot-nav ul {
    width: 320px;
    margin: 0 auto;
  }
  .footer .foot-nav ul li {
    display: inline-block;
    margin: 5px 0 0 0;
    padding-left: 6px;
    border-left: 1px solid #d6d7d8;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer .foot-nav ul li::before {
    display: none;
  }
  .footer .foot-nav ul li:first-child {
    width: 100%;
    border: none;
  }
  .footer .foot-nav ul li:nth-child(2),
  .footer .foot-nav ul li:nth-child(4) {
    text-align: right;
    border: none;
    padding-right: 8px;
  }
  .footer .foot-nav ul li:nth-child(3),
  .footer .foot-nav ul li:nth-child(5) {
    text-align: left;
  }
  .footer .foot-nav ul li:nth-child(2),
  .footer .foot-nav ul li:nth-child(4) {
    width: 62%;
  }
  .footer .foot-nav ul li:nth-child(3),
  .footer .foot-nav ul li:nth-child(5) {
    width: 38%;
  }
  .footer .foot-nav ul li a {
    font-size: 12px;
    text-decoration: none;
  }
  .footer .copyright {
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #666;
  }
}
.header {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 63px;
  border-bottom: 1px solid #ef0041;
}
.header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cac9ca;
}
@media only screen and (max-width: 768px) {
  .header {
    height: 48px;
    border-color: #cbcbcb;
    border-width: 2px;
  }
  .header::after {
    display: none;
  }
  .header .logo {
    margin-top: 7px;
    margin-left: 10px;
    width: 57px;
  }
  .header .logo a {
    display: block;
  }
}
.pagetop {
  padding: 40px 0;
}
.pagetop .inner {
  max-width: 1122px;
  margin: 0 auto;
}
.pagetop .inner a {
  display: block;
  width: 60px;
  height: 60px;
  margin-left: auto;
  text-indent: -999em;
  background: url("../png/pagetop.png") left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .pagetop .inner a {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .pagetop .inner a:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 768px) {
  .pagetop {
    padding: 20px 0;
  }
  .pagetop .inner {
    padding: 0 10px;
  }
  .pagetop .inner a {
    width: 40px;
    height: 40px;
  }
}
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(0, 0 0, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  /*.remodal {
    max-width: 700px;
  }*/
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.remodal-wrapper {
  overflow: hidden;
}
.remodal {
  background-color: transparent;
}
.remodal .layout-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #eff4f7;
  -webkit-box-shadow: inset 0 0 0 20px #fff;
  box-shadow: inset 0 0 0 20px #fff;
}
.remodal .text {
  padding-top: 92px;
  font-size: 22px;
  color: #2a64aa;
  text-align: center;
}
.remodal .text::before {
  content: '';
  position: relative;
  top: 8px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url("../svg/check_mark.svg") left top no-repeat;
}
.remodal .qr-container {
  position: relative;
  width: 677px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  margin-bottom: 37px;
  text-align: center;
}
.remodal .qr-container .heading {
  position: relative;
  margin-bottom: 41px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}
.remodal .qr-container .heading .en {
  position: relative;
  top: 1px;
  font-size: 20px;
  margin-left: 2px;
}
.remodal .qr-container .heading::before,
.remodal .qr-container .heading::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 56px;
  height: 1px;
  background-color: #88bada;
}
.remodal .qr-container .heading::before {
  left: 0;
}
.remodal .qr-container .heading::after {
  right: 0;
}
.remodal .qr-container .os {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  margin-right: 116px;
}
.remodal .qr-container .os:last-child {
  margin-right: 0;
}
.remodal .qr-container .os dt {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 2;
  background-color: #2a64aa;
}
.remodal .qr-container .os dt::before {
  content: '';
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  border-color: #2a64aa transparent transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -16px;
  left: 50%;
  margin-left: -9px;
}
.remodal .qr-container .os dd {
  margin-top: 20px;
}
.remodal .qr-container .os .notes {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.remodal .latest-version {
  font-size: 14px;
  line-height: 1;
}
.remodal .latest-version .heading {
  margin-bottom: 22px;
}
.remodal .latest-version li {
  position: relative;
  display: inline-block;
  padding: 0 17px 0 20px;
}
.remodal .latest-version li:last-child::after,
.remodal .latest-version li::before {
  position: absolute;
  top: 0;
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #88bada;
}
.remodal .latest-version li::before {
  left: 0;
}
.remodal .latest-version li:last-child::after {
  right: 0;
}
.modal-download .layout-modal {
  width: 880px;
  height: 680px;
}
.modal-movie .layout-modal {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 20px solid #eff4f7;
}
.modal-movie .layout-modal::before {
  content: '';
  display: block;
  width: 880px;
  height: 0px;
  padding-top: 56.25%;
}
.modal-movie .layout-modal .youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-movie .button-modal-close {
  top: -80px;
  right: -20px;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .modal-movie .layout-modal {
    width: 96%;
    border-width: 10px;
  }
  .modal-movie .layout-modal::before {
    width: 100%;
  }
  .modal-movie .button-modal-close {
    top: -48px;
    right: -10px;
  }
}
.remodal-overlay {
  background-color: rgba(0,0,0,0.8);
}
@charset 'UTF-8';

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
/*.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    /*-webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;*/

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  -o-transition-property: -o-transform, height;
  -ms-transition-property: -ms-transform, height;
  transition-property: transform, height;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  -moz-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet,
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-pagination-progress {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255,255,255,0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -o-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-scrollbar-drag {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -ms-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-moz-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 768px) {
  .ios .button-google-play {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .android .button-app-store {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .windows-phone .button-app-store,
  .windows-phone .button-google-play {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .ios .support-ios {
    display: block !important;
  }
  .ios .support-android {
    display: none;
  }
  .android .support-android {
    display: block !important;
  }
  .android .support-ios {
    display: none;
  }
}
.top .accordion .accordion-title {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .top .accordion .accordion-title {
    pointer-events: auto;
  }
}
.top .accordion.accordion-1 {
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  .top .accordion.accordion-1 {
    margin-bottom: 20px;
  }
}
.top .eye-catch {
  background: url("../jpg/bg_eye_catch.jpg") center top no-repeat #deecf9;
}
@media only screen and (max-width: 768px) {
  .top .eye-catch {
    position: relative;
    margin-top: 0;
    height: auto;
    background: url("../jpg/bg_eye_catch_sp.jpg") center bottom no-repeat #deecf9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .top .eye-catch::before {
    content: '';
    display: block;
    width: 100%;
    height: 0px;
    padding-top: 80%;
  }
}
.top .eye-catch .page-title {
  width: 487.5px;
  margin: 0 auto;
  padding-top: 50px;
}
.top .eye-catch .page-title img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .top .eye-catch .page-title {
    position: absolute;
    top: 7.2%;
    left: 50%;
    width: 94.375%;
    margin-left: -47.1875%;
    padding: 0;
  }
}
.top .eye-catch .application {
  margin: 28px 0 22px;
  text-align: center;
  font-size: 0;
  letter-spacing: -1em;
}
.top .eye-catch .application img {
  width: 61px;
  margin: 0 6px;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .top .eye-catch .application {
    position: absolute;
    bottom: 14.1%;
    left: 0;
    width: 100%;
    margin: 0;
  }
  .top .eye-catch .application img {
    width: 15.78125%;
    margin: 0 1.5%;
  }
}
.top .eye-catch .text {
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top .eye-catch .text {
    position: absolute;
    top: 37.5%;
    left: 0;
    width: 100%;
    font-size: 14px;
    font-size: 4.375vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
.top .section-service .inner {
  padding: 86px 0 96px;
}
.top .section-service .service-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -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;
  margin-top: 68px;
}
.top .section-service .service-item {
  width: 180px;
}
.top .section-service .service-item .ico {
  position: relative;
  width: 180px;
  height: 180px;
}
.top .section-service .service-item .ico::before,
.top .section-service .service-item .ico::after {
  content: '';
}
.top .section-service .service-item .ico::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  border: 1px solid rgba(42,100,170,0.1);
}
.top .section-service .service-item .ico::after {
  display: block;
}
.top .section-service .service-item .ico > span {
  position: absolute;
  top: 50%;
  left: 50%;
}
.top .section-service .service-item .ico.ico-1 span {
  width: 90px;
  height: 90px;
  margin: -70px 0 0 -70px;
  background: url("../png/ico_service_1.png") left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.top .section-service .service-item .ico.ico-2 span {
  width: 90px;
  height: 90px;
  margin: -70px 0 0 -70px;
  background: url("../png/ico_service_2.png") left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.top .section-service .service-item .ico.ico-3 span {
  width: 90px;
  height: 90px;
  margin: -70px 0 0 -70px;
  background: url("../png/ico_service_3.png") left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.top .section-service .service-item .ico.ico-4 span {
  width: 90px;
  height: 90px;
  margin: -70px 0 0 -70px;
  background: url("../png/ico_service_4.png") left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.top .section-service .service-item .ico.ico-5 span {
  width: 90px;
  height: 90px;
  margin: -70px 0 0 -70px;
  background: url("../png/ico_service_5.png") left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.top .section-service .service-item .ico.ico-6 span {
  width: 90px;
  height: 90px;
  margin: -70px 0 0 -70px;
  background: url("../png/ico_service_6.png") left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.top .section-service .service-item .text {
  margin-top: 16px;
  letter-spacing: 0.25em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top .section-service .inner {
    padding: 55px 0 48px;
  }
  .top .section-service .service-list {
    margin-top: 34px;
    padding: 0 3%;
  }
  .top .section-service .service-item {
    width: 15%;
  }
  .top .section-service .service-item .ico {
    width: 100%;
    height: auto;
  }
  .top .section-service .service-item .ico::after {
    width: 100%;
    padding-top: 100%;
  }
  .top .section-service .service-item .ico.ico-1 span {
    width: 60%;
    height: 0px;
    padding-top: 58.5714285714286%;
    margin: -12px 0 0 -12px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top .section-service .service-item .ico.ico-2 span {
    width: 60%;
    height: 0px;
    padding-top: 54.285714285714306%;
    margin: -12px 0 0 -12px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top .section-service .service-item .ico.ico-3 span {
    width: 60%;
    height: 0px;
    padding-top: 57.142857142857096%;
    margin: -12px 0 0 -12px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top .section-service .service-item .ico.ico-4 span {
    width: 60%;
    height: 0px;
    padding-top: 65.71428571428571%;
    margin: -12px 0 0 -12px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top .section-service .service-item .ico.ico-5 span {
    width: 60%;
    height: 0px;
    padding-top: 65.71428571428571%;
    margin: -15px 0 0 -15px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top .section-service .service-item .ico.ico-6 span {
    width: 65%;
    height: 0px;
    padding-top: 65.71428571428571%;
    margin: -12px 0 0 -12px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top .section-service .service-item .text {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .top .section-service .service-item .text.text-2 {
    line-height: 2.7;
  }
}
.top .section-app {
  background-color: #eff4f7;
}
.top .section-app sup {
  position: relative;
  top: -7px;
  margin: 0 2px 0 3px;
  font-size: 10px;
}
.top .section-app .inner {
  padding: 87px 0 95px;
}
.top .section-app .information {
  margin-top: 60px;
  padding: 40px 40px 36px;
  border: 1px solid #000;
  font-size: 18px;
}
.top .section-app .information .heading {
  margin-bottom: 32px;
  text-align: left;
}
.top .section-app .information > p {
  margin-top: 28px;
  line-height: 1.6;
}
.top .section-app .lead {
  margin: 40px 0 65px;
  line-height: 1.65;
}
.top .section-app .downlead {
  margin: 40px auto 65px auto;
  line-height: 1.65;
  width: 55%;
}
.top .section-app .app-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -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;
}
.top .section-app .app-container .column {
  width: 479px;
  padding: 25px 25px 25px 26px;
  background-color: #fff;
}
.top .section-app .app-container .title {
  position: relative;
  margin: 0 0 20px;
  padding: 13px 0 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: #2a64aa;
  text-align: center;
}
.top .section-app .app-container .title strong {
  font-size: 24px;
}
.top .section-app .app-container .title::after {
  content: '';
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  border-color: #2a64aa transparent transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -16px;
  left: 50%;
  margin-left: -9px;
}
.top .section-app .app-container .img {
  line-height: 0;
}
.top .section-app .app-container .arrows {
  margin-top: 30px;
}
.top .section-app .app-container .arrows-1 {
  margin-top: 42px;
  margin-bottom: 20px;
}
.top .section-app .app-container .arrows .arrow {
  text-align: center;
}
.top .section-app .app-container .arrows .arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  border-color: #88bada transparent transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -16px;
  left: 50%;
  border-width: 12px 9px;
  position: static;
  margin: 10px auto;
}
.top .section-app .app-container .check {
  position: relative;
  padding: 0 0 0 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  vertical-align: top;
}
.top .section-app .app-container .check::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '';
  width: 30px;
  height: 30px;
  background: url("../svg/check_mark.svg") left top no-repeat;
}
.top .section-app .app-container .check > strong {
  font-size: 24px;
}
.top .section-app .app-container .download {
  margin-top: 21px;
  padding: 19px 34px;
  background-color: #eff4f7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.top .section-app .app-container .download .group {
  display: table;
  position: relative;
  width: 50%;
  margin-bottom: 20px;
  margin: auto;
}

.top .section-app .app-container .download .button-group .clear {
  width: 75%;
  margin: auto;
  overflow: hidden
}

.top .section-app .app-container .download .button-group .clear .left {
 float:left;
}

.top .section-app .app-container .download .button-group .clear .right {
 float:right;
}



.top .section-app .app-container .download .group a {
  display: block;
  text-decoration: none;
}
.top .section-app .app-container .download .group a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 24px;
  margin-top: -12px;
  background: url("../svg/blue_arrow.svg") left top no-repeat;
}
.top .section-app .app-container .download .ico,
.top .section-app .app-container .download .text {
  display: table-cell;
  vertical-align: middle;
}
.top .section-app .app-container .download .ico {
  width: 100px;
  line-height: 0;
}
.top .section-app .app-container .download .text {
  padding-left: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.03em;
}
.top .section-app .app-container .download .text .en {
  position: relative;
  top: 1px;
  font-size: 20px;
  margin-left: 3px;
}
.top .section-app .app-container .download .button-group .button-app-store,
.top .section-app .app-container .download .button-group .button-google-play {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top .section-app .app-container .download .button-group .button-app-store {
  margin-right: 11px;
}
.top .section-app .app-container .download .button-group .button-qr {
  margin-top: 12px;
}
.top .section-app .app-container .download .button-group .button-qr::before {
  margin-left: -113px;
}
.top .section-app .app-container .download .button-group .notes {
  margin-top: 0;
  margin-bottom: 21px;
  letter-spacing: -1em;
  font-size: 0;
}
.top .section-app .app-container .download .button-group .notes li {
  display: inline-block;
  vertical-align: top;
  width: 172px;
  margin-left: 15px;
  padding-left: 2px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: normal;
}
.top .section-app .app-container .download .button-group .notes li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.top .section-app .app-container .download-1 {
  margin-top: 20px;
}
.top .section-app .app-container .download-1 .group {
  margin-bottom: 22px;
}
.top .section-app .app-container .download-2 {
  margin-top: 18px;
}
.top .section-app .app-container .separate {
  position: relative;
  margin: 30px 0 26px;
  color: #2a64aa;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.top .section-app .app-container .separate::before,
.top .section-app .app-container .separate::after {
  content: '';
  position: absolute;
  top: 0;
}
.top .section-app .app-container .separate::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #88bada;
}
.top .section-app .app-container .separate:after {
  top: 0;
  left: 50%;
  width: 44px;
  height: 100%;
  margin-left: -22px;
  background-color: #fff;
}
.top .section-app .app-container .separate span {
  position: relative;
  z-index: 1;
}
.top .section-app .caution {
  margin-top: 10px;
}
.top .section-app .caution .notes {
  line-height: 1.6;
}
.top .section-app .caution .notes a {
  color: #f00;
}
@media only screen and (max-width: 768px) {
  .top .section-app .caution {
    width: 88.8888888888889%;
    margin: 5px auto 0;
  }
  .top .section-app .caution .notes {
    margin-top: 2px;
    font-size: 12px;
  }
}
.top .section-app .notes {
  margin-top: 6px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .top .section-app .inner {
    padding: 36px 0 50px;
  }
  .top .section-app .information {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 18px;
    font-size: 14px;
    border-width: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top .section-app .information .heading {
    margin-bottom: 22px;
  }
  .top .section-app .information > p {
    margin-top: 22px;
    line-height: 1.5;
  }
  .top .section-app .lead {
    margin: 26px 0 32px;
    font-size: 14px;
    line-height: 1.5;
  }
  .top .section-app .app-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
  .top .section-app .app-container .column {
    width: 100%;
    padding: 0;
  }
  .top .section-app .app-container .column:first-child {
    margin-bottom: 51px;
    padding-bottom: 23px;
  }
  .top .section-app .app-container .column .title {
    margin-bottom: 24px;
    padding: 12px 0 13px 16px;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
  .top .section-app .app-container .column .title strong {
    font-size: inherit;
  }
  .top .section-app .app-container .column .title::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background: url("../svg/check_mark_2.svg") left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .top .section-app .app-container .column .img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .top .section-app .app-container .column .separate {
    margin: 7px 0 6px;
    font-size: 10px;
  }
  .top .section-app .app-container .column .separate::before,
  .top .section-app .app-container .column .separate::after {
    display: none;
  }
  .top .section-app .app-container .column .download {
    margin-top: 20px;
    padding: 26px 14px 25px;
  }
  .top .section-app .app-container .column .download .group {
    margin-bottom: 15px;
  }
  .top .section-app .app-container .column .download .group a::before {
    right: 1px;
    width: 10px;
    height: 16px;
    margin-top: -8px;
    background: url("../svg/blue_arrow.svg") left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .top .section-app .app-container .column .download .group .ico {
    width: 62px;
  }
  .top .section-app .app-container .column .download .group .text {
    padding-left: 11px;
    font-size: 12px;
  }
  .top .section-app .app-container .column .download .group .text .en {
    font-size: 14px;
  }
  .top .section-app .app-container .column .download .button-qr {
    display: none;
  }
  .top .section-app .app-container .column .download .button-group-sp .button-download {
    display: block;
    position: relative;
    width: 100%;
    padding: 17px 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-indent: -8px;
    border-bottom: 3px solid #2d69b3;
    border-radius: 3px;
    background-color: #3f96ff;
  }
  .top .section-app .app-container .column .download .button-group-sp .button-download::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 10px;
    height: 11.5px;
    margin: -5.75px 0 0 -5px;
    background: url("../svg/ico_download-2.svg") left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .top .section-app .app-container .column .download .button-group-sp .notes {
    margin-bottom: 0;
  }
  .top .section-app .app-container .column .download .button-group-sp .notes li {
    width: 100%;
    margin: 7px 0 0;
    display: none;
  }
  .top .section-app .app-container .column .download-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }
  .top .section-app .app-container .column .accordion {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .top .section-app .app-container .column .accordion .check {
    padding: 14px;
    font-size: 15px;
    color: #fff;
    text-align: left;
    background-color: #2a64aa;
    border-radius: 3px;
  }
  .top .section-app .app-container .column .accordion .check sup {
    top: -5px;
    margin: 0 1px;
    font-size: 8px;
  }
  .top .section-app .app-container .column .accordion .check strong {
    font-size: inherit;
  }
  .top .section-app .app-container .column .accordion .check::before,
  .top .section-app .app-container .column .accordion .check::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 11px;
    height: 3px;
    margin-top: -1.5px;
    background-color: #2a64aa;
    z-index: 1;
  }
  .top .section-app .app-container .column .accordion .check::before {
    left: auto;
  }
  .top .section-app .app-container .column .accordion .check::after {
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top .section-app .app-container .column .accordion .check .circle {
    position: absolute;
    top: 50%;
    right: 9px;
    width: 21px;
    height: 21px;
    margin-top: -10.5px;
    background-color: #fff;
    border-radius: 50%;
  }
  .top .section-app .app-container .column .accordion.is-opened .check::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .top .section-app .app-container .column .arrows .arrow::before {
    border-width: 14px 11px 0 11px;
    border-color: #88bada transparent transparent;
  }
  .top .section-app .app-container .column .arrows-1 {
    margin-top: 15px;
    margin-bottom: 16px;
  }
  .top .section-app .app-container .column .arrows-2 {
    margin-top: 15px;
  }
  .top .section-app .app-container .column .notes-1 {
    margin: 12px 0 23px;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
  }
}
.top .section-howto .inner {
  width: auto;
  max-width: 1000px;
  padding: 87px 0 95px;
}
.top .section-howto .title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
}
.top .section-howto .howto-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -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;
  margin-top: 61px;
}
.top .section-howto .howto-container .column {
  width: 480px;
}
.top .section-howto .howto-container .movie-thumb {
  line-height: 0;
  padding: 16px 20px;
  background-color: #eff4f7;
}
.top .section-howto .howto-container .button-movie {
  position: relative;
  width: 100%;
  line-height: 0;
}
.top .section-howto .howto-container .button-movie::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url("../png/ico_play.png") left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.top .section-howto .notes {
  margin-top: 50px;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: center;
}
.top .section-howto .another-contents {
  padding: 71px 0;
  background-color: #eff4f7;
}
.top .section-howto .another-contents .inner {
  width: auto;
  max-width: 1200px;
  padding: 0;
}
.top .section-howto .another-contents .item-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -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;
}
.top .section-howto .another-contents .item {
  position: relative;
  width: 400px;
  text-align: center;
}
.top .section-howto .another-contents .item a {
  text-decoration: none;
}
.top .section-howto .another-contents .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #c6d1d8;
}
.top .section-howto .another-contents .item:first-child::before {
  display: none;
}
.top .section-howto .another-contents .item .ico {
  line-height: 0;
}
.top .section-howto .another-contents .item .text {
  margin-top: 22px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.top .section-howto .another-contents .item .text > span {
  font-size: 18px;
  letter-spacing: normal;
}
.top .section-howto .another-contents .item .text > span .en {
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-left: 3px;
}
.top .section-howto .another-contents .item .link {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.top .section-howto .another-contents .item .link .button-howto {
  position: relative;
  padding-bottom: 4px;
  font: inherit;
  color: #2a64aa;
  letter-spacing: 0.14em;
}
.top .section-howto .another-contents .item .link .button-howto::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2a64aa;
}
@media only screen and (max-width: 768px) {
  .top .section-howto .inner {
    padding: 42px 0 48px;
  }
  .top .section-howto .howto-container {
    margin-top: 28px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top .section-howto .howto-container .column {
    width: 100%;
  }
  .top .section-howto .howto-container .column:last-child {
    margin-top: 28px;
  }
  .top .section-howto .howto-container .column .title {
    margin-bottom: 0;
    font-size: 17px;
  }
  .top .section-howto .howto-container .movie-thumb {
    width: 90.625%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top .section-howto .notes {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .top .section-howto .another-contents {
    padding: 20px 0 0;
  }
  .top .section-howto .another-contents .item-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 84.375%;
    margin-left: auto;
    margin-right: auto;
  }
  .top .section-howto .another-contents .item-container .item {
    display: table;
    width: 100%;
    border-top: 1px solid #c6d1d8;
  }
  .top .section-howto .another-contents .item-container .item::before {
    display: none;
  }
  .top .section-howto .another-contents .item-container .item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 16px;
    margin-top: -8px;
    background: url("../svg/blue_arrow.svg") left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transform: translateY(-8%);
    -moz-transform: translateY(-8%);
    -o-transform: translateY(-8%);
    -ms-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  .top .section-howto .another-contents .item-container .item a {
    display: block;
    padding: 22px 0 24px;
  }
  .top .section-howto .another-contents .item-container .item .ico,
  .top .section-howto .another-contents .item-container .item .text {
    display: table-cell;
    vertical-align: middle;
  }
  .top .section-howto .another-contents .item-container .item .ico {
    width: 50px;
  }
  .top .section-howto .another-contents .item-container .item .text {
    padding-left: 14px;
    line-height: 1.35;
    text-align: left;
  }
  .top .section-howto .another-contents .item-container .item .text > span {
    font-size: 14px;
  }
  .top .section-howto .another-contents .item-container .item .text > span .en {
    top: 0;
    font-size: 16px;
  }
  .top .section-howto .another-contents .item-container .item .text .small-text {
    font-size: 12px;
  }
  .top .section-howto .another-contents .item-container .item:first-child {
    border-top: none;
  }
  .top .section-howto .another-contents .item-container .item:first-child a {
    padding-top: 0;
  }
}
.top .notes-block .inner {
  width: auto;
  max-width: 1000px;
  /*padding: 53px 0 0;*/
}
.top .notes-block ul li {
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.9;
}
.top .notes-block ul li::before {
  margin-left: -20px;
  width: 20px;
  content: "※";
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .top .notes-block .inner {
    width: 93.75%;
    padding: 29px 0 0;
  }
  .top .notes-block ul li {
    font-size: 12px;
    line-height: 1.5;
    margin-left: 8px;
    margin-left: 14px;
    text-align: justify;
  }
  .top .notes-block ul li::before {
    margin-left: -14px;
    width: 14px;
  }
}
.top .pagetop {
  margin-top: 0;
  padding-top: 20px;
}
@media only screen and (min-width: 769px) {
  .top .section-app .app-container .download .group a .ico {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .top .section-app .app-container .download .group a .text {
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -ms-transition: color 0.2s;
    transition: color 0.2s;
  }
  .top .section-app .app-container .download .group a::before {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: -moz-transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: -o-transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: -ms-transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .top .section-app .app-container .download .group a:hover .ico {
    opacity: 0.75;
  }
  .top .section-app .app-container .download .group a:hover .text {
    color: #2a64aa;
  }
  .top .section-app .app-container .download .group a:hover::before {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -o-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
  .top .section-app .app-container .download .button-group-sp .button-app-store,
  .top .section-app .app-container .download .button-group-sp .button-google-play {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  .top .section-app .app-container .download .button-group-sp .button-app-store:hover,
  .top .section-app .app-container .download .button-group-sp .button-google-play:hover {
    opacity: 0.75;
  }
  .top .section-app .app-container .download .button-group-sp .button-primary {
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .top .section-app .app-container .download .button-group-sp .button-primary:hover {
    background-color: #18458d;
  }
  .top .section-howto .howto-container .button-movie::before {
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
    transition: transform 0.2s;
  }
  .top .section-howto .howto-container .button-movie:hover::before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .top .section-howto .another-contents .item a .ico {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  .top .section-howto .another-contents .item a .button-howto::before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .top .section-howto .another-contents .item a:hover .ico {
    opacity: 0.7;
  }
  .top .section-howto .another-contents .item a:hover .button-howto::before {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }
}
@media only screen and (max-width: 768px) {
  .ios .support-ios {
    display: block !important;
  }
  .ios .support-android {
    display: none;
  }
  .android .support-android {
    display: block !important;
  }
  .android .support-ios {
    display: none;
  }
}
.setup .tab {
  width: 100%;
  min-height: 80vh;
  padding: 54px 0 0;
}
.setup .tab-nav {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.setup .tab-nav ul {
  letter-spacing: -1em;
  font-size: 0;
  border-left: 2px solid #2a64aa;
}
.setup .tab-nav ul li {
  display: inline-block;
  position: relative;
  width: 190px;
  font-size: 16px;
  font-weight: 700;
  color: #2a64aa;
  letter-spacing: 0.16em;
  text-align: center;
  border: 2px solid #2a64aa;
  border-left: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.setup .tab-nav ul li a {
  display: block;
  padding: 9px 0;
  text-decoration: none;
  color: #2a64aa;
}
.setup .tab-nav ul li.is-selected {
  background-color: #2a64aa;
}
.setup .tab-nav ul li.is-selected a {
  color: #fff;
}
.setup .tab-nav ul li.is-selected::before {
  content: '';
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #2a64aa transparent transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -13px;
  left: 50%;
  margin-left: -5px;
}
.setup .tab-content {
  display: none;
}
.setup .tab-content.is-selected {
  display: block;
}
@media only screen and (max-width: 768px) {
  .setup .tab {
    padding: 22px 0 0;
  }
  .setup .tab-nav {
    width: 92.8125%;
    margin-left: auto;
    margin-right: auto;
  }
  .setup .tab-nav ul {
    display: table;
    width: 100%;
  }
  .setup .tab-nav ul li {
    display: table-cell;
    vertical-align: middle;
    /*width: 50%;*/
    font-size: 12px;
    line-height: 1.3;
  }
  .setup .tab-nav ul li a {
    padding: 9px 0;
  }
  .setup .tab-nav ul li.is-selected::before {
    bottom: -17px;
    margin-left: -8px;
    border-width: 8px;
  }
}
.setup .section-process {
  margin: 92px 0 100px;
}
.setup .section-process .heading {
  margin: 0 0 28px;
  font-size: 22px;
  font-weight: 500;
  color: #2a64aa;
  letter-spacing: 0.18em;
}
.setup .section-process .local-nav li {
  margin-top: 2px;
}
.setup .section-process .local-nav li:first-child {
  margin-top: 0;
}
.setup .section-process .local-nav .step,
.setup .section-process .local-nav .link {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.setup .section-process .local-nav .step {
  width: 160px;
  padding: 27px 44px 23px 46px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #2a64aa;
}
.setup .section-process .local-nav .link {
  position: relative;
  width: 800px;
  padding: 20px 74px 18px;
  font-size: 18px;
  color: #2a64aa;
  letter-spacing: 0.15em;
  text-decoration: none;
  background-color: #eff4f7;
}
.setup .section-process .local-nav .link::before,
.setup .section-process .local-nav .link::after {
  content: '';
  position: absolute;
  top: 50%;
}
.setup .section-process .local-nav .link::before {
  left: 40px;
  width: 23px;
  height: 23px;
  margin-top: -11px;
  background: url("../svg/check_mark.svg") left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.setup .section-process .local-nav .link::after {
  right: 33px;
  width: 11px;
  height: 20px;
  margin-top: -10px;
  background: url("../svg/blue_arrow.svg") left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.setup .step-container {
  padding: 100px 0 150px;
  background-color: #eff4f7;
}
.setup .section-setup .heading,
.setup .section-format .heading {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}
.setup .section-setup .heading .step,
.setup .section-format .heading .step,
.setup .section-setup .heading .text,
.setup .section-format .heading .text {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.setup .section-setup .heading .step,
.setup .section-format .heading .step {
  width: 160px;
  padding: 23px 0;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #18458d;
}
.setup .section-setup .heading .text,
.setup .section-format .heading .text {
  width: 800px;
  padding: 22px 0 24px 40px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.15em;
  text-align: left;
  background-color: #2a64aa;
}
.setup .section-setup .section-process .heading,
.setup .section-format .section-process .heading {
  margin-bottom: 28px;
}
.setup .section-setup .section-step,
.setup .section-format .section-step {
  margin-top: 100px;
}
.setup .section-setup .section-step .accordion .accordion-title,
.setup .section-format .section-step .accordion .accordion-title {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .setup .section-setup .section-step .accordion .accordion-title,
  .setup .section-format .section-step .accordion .accordion-title {
    pointer-events: auto;
  }
}
.setup .section-setup .section-step-1,
.setup .section-format .section-step-1 {
  margin-top: 0;
}
.setup .section-setup .title,
.setup .section-format .title,
.setup .section-setup .check,
.setup .section-format .check {
  position: relative;
  padding-left: 45px;
}
.setup .section-setup .title::before,
.setup .section-format .title::before,
.setup .section-setup .check::before,
.setup .section-format .check::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url("../svg/check_mark.svg") left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.setup .section-setup .title,
.setup .section-format .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #2a64aa;
}
.setup .section-setup .title::before,
.setup .section-format .title::before {
  position: absolute;
  top: 6px;
  left: 3px;
}
.setup .section-setup .check,
.setup .section-format .check {
  font-size: 22px;
  font-weight: 500;
}
.setup .section-setup .check::before,
.setup .section-format .check::before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
}
.setup .section-setup .content-block,
.setup .section-format .content-block {
  position: relative;
  width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding: 37px 40px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.setup .section-setup .content-block .text,
.setup .section-format .content-block .text {
  margin-top: 8px;
  font-size: 18px;
  letter-spacing: 0.03em;
}
.setup .section-setup .content-block .img,
.setup .section-format .content-block .img,
.setup .section-setup .content-block .info,
.setup .section-format .content-block .info {
  line-height: 0;
}
.setup .section-setup .content-block .img img,
.setup .section-format .content-block .img img,
.setup .section-setup .content-block .info img,
.setup .section-format .content-block .info img {
  max-width: 100%;
}
.setup .section-setup .content-block .info,
.setup .section-format .content-block .info {
  position: relative;
  background-color: #eff4f7;
}
.setup .section-setup .content-block .large-text,
.setup .section-format .content-block .large-text {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #2a64aa;
}
.setup .section-setup .content-block .small-text,
.setup .section-format .content-block .small-text {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.setup .section-setup .separate-arrow,
.setup .section-format .separate-arrow {
  padding: 28px 0 6px;
  text-align: center;
}
.setup .section-setup .separate-arrow::before,
.setup .section-format .separate-arrow::before {
  content: '';
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 18px;
  border-style: solid;
  border-color: #88bada transparent transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  border-width: 24px 18px;
  position: static;
  margin: 0 auto;
}
.setup .section-setup .download-content,
.setup .section-format .download-content {
  position: relative;
  padding: 31px 41px 26px 49px;
  min-height: 244px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eff4f7;
}
.setup .section-setup .download-content .latest-version,
.setup .section-format .download-content .latest-version {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.45;
}
.setup .section-setup .download-content .latest-version .heading,
.setup .section-format .download-content .latest-version .heading {
  margin: 0 0 10px;
  text-align: left;
}
.setup .section-setup .download-content .latest-version ul,
.setup .section-format .download-content .latest-version ul {
  margin-left: 11px;
}
.setup .section-setup .download-content .latest-version ul li span,
.setup .section-format .download-content .latest-version ul li span {
  width: 128px;
  display: inline-block;
}
.setup .section-setup .download-content .name .ico,
.setup .section-format .download-content .name .ico,
.setup .section-setup .download-content .name .text,
.setup .section-format .download-content .name .text {
  display: inline-block;
  vertical-align: top;
}
.setup .section-setup .download-content .name .ico,
.setup .section-format .download-content .name .ico {
  width: 70px;
  line-height: 0;
}
.setup .section-setup .download-content .name .text,
.setup .section-format .download-content .name .text {
  margin: 5px 0 0 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.03em;
}
.setup .section-setup .download-content .name .text .en,
.setup .section-format .download-content .name .text .en {
  position: relative;
  top: 1px;
  font-size: 20px;
  margin-left: 3px;
}
.setup .section-setup .download-content .button-qr,
.setup .section-format .download-content .button-qr {
  position: absolute;
  top: 154px;
  right: 40px;
  width: 360px;
}
.setup .section-setup .download-content .button-qr::before,
.setup .section-format .download-content .button-qr::before {
  margin-left: -95px;
}
.setup .section-setup .download-content .links,
.setup .section-format .download-content .links {
  position: absolute;
  top: 40px;
  right: 40px;
  margin-bottom: 19px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.setup .section-setup .download-content .links li,
.setup .section-format .download-content .links li {
  margin-right: 9px;
  font-size: 14px;
  line-height: 1.3;
}
.setup .section-setup .download-content .links li p,
.setup .section-format .download-content .links li p {
  margin-top: 7px;
}
.setup .section-setup .download-content .links li:last-child,
.setup .section-format .download-content .links li:last-child {
  margin-right: 0;
}
.setup .section-setup .large-arrow,
.setup .section-format .large-arrow {
  margin: 0 0 20px;
}
.setup .section-setup .large-arrow::before,
.setup .section-format .large-arrow::before {
  content: '';
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: #2a64aa transparent transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  border-width: 24px 18px 4px 18px;
  position: static;
  margin: 20px auto 0;
}
.setup .section-setup .boxed-group,
.setup .section-format .boxed-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -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;
  margin-top: 39px;
}
.setup .section-setup .boxed-group .row,
.setup .section-format .boxed-group .row {
  width: 380px;
}
.setup .section-setup .boxed-group .row .heading,
.setup .section-format .boxed-group .row .heading {
  position: relative;
  margin-bottom: 14px;
  padding: 16px 0 20px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background-color: #2a64aa;
}
.setup .section-setup .boxed-group .row .heading::before,
.setup .section-format .boxed-group .row .heading::before {
  content: '';
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: #2a64aa transparent transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
}
.setup .section-setup .boxed-group .column,
.setup .section-format .boxed-group .column {
  padding: 34px 40px 36px;
  background-color: #eff4f7;
}
.setup .section-setup .boxed-group .column .large-text,
.setup .section-format .boxed-group .column .large-text {
  margin-top: 0;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.setup .section-setup .boxed-group .column .text-1,
.setup .section-format .boxed-group .column .text-1 {
  margin-top: 18px;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.setup .section-setup .boxed-group .column .remote-text,
.setup .section-format .boxed-group .column .remote-text {
  position: relative;
  padding-left: 67px;
  letter-spacing: normal;
}
.setup .section-setup .boxed-group .column .remote-text .en,
.setup .section-format .boxed-group .column .remote-text .en {
  position: relative;
  top: 0;
  font-size: 18px;
  margin-left: 2px;
  font-size: 19px;
}
.setup .section-setup .boxed-group .column .remote-text::before,
.setup .section-format .boxed-group .column .remote-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: -4px;
  width: 56px;
  height: 56px;
  background: url("../png/outlander_phev.png") left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.setup .section-setup .boxed-group .column .remote-text-1::before,
.setup .section-format .boxed-group .column .remote-text-1::before {
  background: url("../png/outlander_phev_1.png") left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.setup .section-setup .boxed-group .column .remote-text-2::before,
.setup .section-format .boxed-group .column .remote-text-2::before {
  background: url("../png/outlander_phev_2.png") left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.setup .section-setup .boxed-group .column.column-5,
.setup .section-format .boxed-group .column.column-5 {
  padding-top: 67px;
  padding-bottom: 48px;
}
.setup .section-setup .boxed-group .arrow::before,
.setup .section-format .boxed-group .arrow::before {
  content: '';
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  border-color: #88bada transparent transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  border-width: 12px 9px 4px 9px;
  position: static;
  margin: 5px auto 0;
}
.setup .section-setup .boxed-complete,
.setup .section-format .boxed-complete {
  max-width: 880px;
  margin: 0 auto 50px;
  padding: 39px 0 34px;
  border: 6px solid #2a64aa;
  text-align: center;
  background-color: #eff4f7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.setup .section-setup .boxed-complete .check,
.setup .section-format .boxed-complete .check {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  font-weight: 500;
  color: #2a64aa;
}
.setup .section-setup .boxed-complete .check::before,
.setup .section-format .boxed-complete .check::before {
  left: 0;
}
.setup .section-setup .boxed-complete .complete-text,
.setup .section-format .boxed-complete .complete-text {
  margin-top: 6px;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #2a64aa;
}
.setup .section-setup .boxed-complete dl,
.setup .section-format .boxed-complete dl {
  position: relative;
  width: 720px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  padding: 23px 40px 25px;
  text-align: left;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.setup .section-setup .boxed-complete dl dt,
.setup .section-format .boxed-complete dl dt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #2a64aa;
}
.setup .section-setup .boxed-complete dl dd,
.setup .section-format .boxed-complete dl dd {
  margin-top: 5px;
  line-height: 1.6;
}
.setup .section-setup .boxed-group-blue,
.setup .section-format .boxed-group-blue {
  margin-top: 24px;
  padding: 20px 0 25px;
  border: 1px solid #88bada;
}
.setup .section-setup .boxed-group-blue .heading,
.setup .section-format .boxed-group-blue .heading {
  margin-top: 6px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #2a64aa;
}
.setup .section-setup .boxed-group-blue dl,
.setup .section-format .boxed-group-blue dl {
  position: relative;
  width: 230px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
.setup .section-setup .boxed-group-blue dl:first-child,
.setup .section-format .boxed-group-blue dl:first-child {
  margin-top: 0;
}
.setup .section-setup .boxed-group-blue dl dt,
.setup .section-format .boxed-group-blue dl dt,
.setup .section-setup .boxed-group-blue dl dd,
.setup .section-format .boxed-group-blue dl dd {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.setup .section-setup .boxed-group-blue dl dt,
.setup .section-format .boxed-group-blue dl dt {
  width: 108px;
  padding-left: 16px;
}
.setup .section-setup .boxed-group-blue dl dt::before,
.setup .section-format .boxed-group-blue dl dt::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  margin-top: -4.5px;
  border-radius: 50%;
  background-color: #88bada;
}
.setup .section-setup .boxed-group-blue dl dd::before,
.setup .section-format .boxed-group-blue dl dd::before {
  content: ':';
  margin-right: 20px;
}
.setup .section-setup .boxed-group-blue ul,
.setup .section-format .boxed-group-blue ul {
  padding: 0 40px;
}
.setup .section-setup .boxed-group-blue ul li,
.setup .section-format .boxed-group-blue ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 16px;
}
.setup .section-setup .boxed-group-blue ul li::before,
.setup .section-format .boxed-group-blue ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #88bada;
  border-radius: 50%;
}
.setup .section-setup .boxed-caution,
.setup .section-format .boxed-caution {
  padding: 19px 40px;
  border: 1px solid #fcc;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
}
.setup .section-setup .boxed-caution strong,
.setup .section-format .boxed-caution strong {
  color: #f00;
  margin-right: 10px;
}
.setup .section-setup .boxed-caution dl,
.setup .section-format .boxed-caution dl {
  margin: 10px 0 0 20px;
  padding: 8px 0 8px 10px;
  text-align: left;
  background-color: #eff4f7;
}
.setup .section-setup .boxed-caution dl dt,
.setup .section-format .boxed-caution dl dt,
.setup .section-setup .boxed-caution dl dd,
.setup .section-format .boxed-caution dl dd {
  position: relative;
}
.setup .section-setup .boxed-caution dl dt::before,
.setup .section-format .boxed-caution dl dt::before,
.setup .section-setup .boxed-caution dl dd::before,
.setup .section-format .boxed-caution dl dd::before {
  content: '';
}
.setup .section-setup .boxed-caution dl dt,
.setup .section-format .boxed-caution dl dt {
  margin-bottom: 2px;
  padding-left: 24px;
}
.setup .section-setup .boxed-caution dl dt::before,
.setup .section-format .boxed-caution dl dt::before {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #88bada;
}
.setup .section-setup .boxed-caution dl dd,
.setup .section-format .boxed-caution dl dd {
  padding-left: 32px;
  letter-spacing: -0.01em;
}
.setup .section-setup .boxed-caution dl dd > span,
.setup .section-format .boxed-caution dl dd > span {
  position: absolute;
  top: 0;
  right: 52px;
}
.setup .section-setup .boxed-caution dl dd::before,
.setup .section-format .boxed-caution dl dd::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 24px;
}
.setup .section-setup .boxed-caution .heading,
.setup .section-format .boxed-caution .heading {
  margin-top: 28px;
  margin-bottom: 44px;
  font-size: 22px;
  font-weight: 500;
  color: #f00;
}
.setup .section-setup .boxed-caution .dot-text,
.setup .section-format .boxed-caution .dot-text {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  text-align: left;
  line-height: 1.65;
}
.setup .section-setup .boxed-caution .dot-text::before,
.setup .section-format .boxed-caution .dot-text::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.setup .section-setup .boxed-caution .dot-text-2,
.setup .section-format .boxed-caution .dot-text-2 {
  margin-top: 44px;
}
.setup .section-setup .boxed-caution .dot-text-3,
.setup .section-format .boxed-caution .dot-text-3 {
  margin-top: 50px;
}
.setup .section-setup .boxed-caution .img,
.setup .section-format .boxed-caution .img {
  margin-right: auto;
  margin-left: auto;
}
.setup .section-setup .boxed-caution .img-1,
.setup .section-format .boxed-caution .img-1 {
  width: 348px;
  margin-top: 27px;
}
@media only screen and (max-width: 768px) {
  .setup .section-setup .heading,
  .setup .section-format .heading {
    margin-bottom: 30px;
  }
  .setup .section-setup .section-step,
  .setup .section-format .section-step {
    margin-top: 50px;
  }
  .setup .section-setup .section-process,
  .setup .section-format .section-process {
    margin: 45px 0 51px;
  }
  .setup .section-setup .section-process .heading,
  .setup .section-format .section-process .heading {
    margin-bottom: 13px;
    font-size: 17px;
  }
  .setup .section-setup .section-process .local-nav,
  .setup .section-format .section-process .local-nav {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
  .setup .section-setup .section-process .local-nav li,
  .setup .section-format .section-process .local-nav li {
    display: table;
    width: 100%;
  }
  .setup .section-setup .section-process .local-nav .step,
  .setup .section-format .section-process .local-nav .step,
  .setup .section-setup .section-process .local-nav a,
  .setup .section-format .section-process .local-nav a {
    display: table-cell;
    vertical-align: middle;
  }
  .setup .section-setup .section-process .local-nav .step,
  .setup .section-format .section-process .local-nav .step {
    width: 115px;
    padding: 9px 0;
    font-size: 20px;
    text-align: center;
  }
  .setup .section-setup .section-process .local-nav .step > span,
  .setup .section-format .section-process .local-nav .step > span {
    display: block;
    font-size: 8px;
  }
  .setup .section-setup .section-process .local-nav a,
  .setup .section-format .section-process .local-nav a {
    padding: 7px 15px 8px 15px;
    font-size: 14px;
    line-height: 1.5;
  }
  .setup .section-setup .section-process .local-nav a::before,
  .setup .section-format .section-process .local-nav a::before {
    display: none;
  }
  .setup .section-setup .section-process .local-nav a::after,
  .setup .section-format .section-process .local-nav a::after {
    right: 12px;
    width: 9px;
    height: 15px;
    margin-top: -7.5px;
  }
  .setup .section-setup .step-container,
  .setup .section-format .step-container {
    padding: 50px 0 75px;
  }
  .setup .section-setup .step-container .section-step,
  .setup .section-format .step-container .section-step {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
  .setup .section-setup .step-container .section-step .heading,
  .setup .section-format .step-container .section-step .heading {
    display: table;
    width: 100%;
    margin-bottom: 5px;
  }
  .setup .section-setup .step-container .section-step .heading .step,
  .setup .section-format .step-container .section-step .heading .step,
  .setup .section-setup .step-container .section-step .heading .text,
  .setup .section-format .step-container .section-step .heading .text {
    display: table-cell;
    vertical-align: middle;
  }
  .setup .section-setup .step-container .section-step .heading .step,
  .setup .section-format .step-container .section-step .heading .step {
    width: 115px;
    padding: 9px 0;
    font-size: 20px;
  }
  .setup .section-setup .step-container .section-step .heading .step > span,
  .setup .section-format .step-container .section-step .heading .step > span {
    display: block;
    margin-bottom: 2px;
    font-size: 8px;
  }
  .setup .section-setup .step-container .section-step .heading .text,
  .setup .section-format .step-container .section-step .heading .text {
    padding: 6px 0 6px 15px;
    font-size: 14px;
    line-height: 1.5;
  }
  .setup .section-setup .step-container .section-step .accordion,
  .setup .section-format .step-container .section-step .accordion {
    width: 96.6666666666667%;
    margin-left: auto;
    margin-right: auto;
  }
  .setup .section-setup .step-container .section-step .accordion .accordion-title,
  .setup .section-format .step-container .section-step .accordion .accordion-title {
    padding: 12px 0 12px 16px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    background-color: #2a64aa;
    border-radius: 3px;
  }
  .setup .section-setup .step-container .section-step .accordion .accordion-title .circle,
  .setup .section-format .step-container .section-step .accordion .accordion-title .circle {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 21px;
    height: 21px;
    margin-top: -10.5px;
    background-color: #fff;
    border-radius: 50%;
  }
  .setup .section-setup .step-container .section-step .accordion .accordion-title::before,
  .setup .section-format .step-container .section-step .accordion .accordion-title::before,
  .setup .section-setup .step-container .section-step .accordion .accordion-title::after,
  .setup .section-format .step-container .section-step .accordion .accordion-title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    left: auto;
    width: 11px;
    height: 3px;
    margin-top: -1.5px;
    background-color: #2a64aa;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
    transition: transform 0.2s;
  }
  .setup .section-setup .step-container .section-step .accordion .accordion-title::after,
  .setup .section-format .step-container .section-step .accordion .accordion-title::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .setup .section-setup .step-container .section-step .accordion .accordion-content,
  .setup .section-format .step-container .section-step .accordion .accordion-content {
    display: none;
    margin-top: 2px;
    padding: 25px 0;
    background-color: #d8e5ed;
  }
  .setup .section-setup .step-container .section-step .accordion .accordion-content .arrow,
  .setup .section-format .step-container .section-step .accordion .accordion-content .arrow {
    margin-top: 15px;
  }
  .setup .section-setup .step-container .section-step .accordion .accordion-content .arrow::before,
  .setup .section-format .step-container .section-step .accordion .accordion-content .arrow::before {
    content: '';
    margin-right: auto;
    margin-left: auto;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 9px;
    border-style: solid;
    border-color: #88bada transparent transparent;
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: static;
    border-width: 14px 11px 0 11px;
  }
  .setup .section-setup .step-container .section-step .accordion .accordion-content .arrow-2::before,
  .setup .section-format .step-container .section-step .accordion .accordion-content .arrow-2::before {
    border-color: #2a64aa transparent transparent;
  }
  .setup .section-setup .step-container .section-step .accordion.is-opened .accordion-title::after,
  .setup .section-format .step-container .section-step .accordion.is-opened .accordion-title::after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .setup .section-setup .step-container .content-block,
  .setup .section-format .step-container .content-block {
    overflow: hidden;
    width: 100%;
    padding: 21px 10px;
  }
  .setup .section-setup .step-container .content-block .title,
  .setup .section-format .step-container .content-block .title {
    padding-left: 33px;
    font-size: 17px;
  }
  .setup .section-setup .step-container .content-block .title::before,
  .setup .section-format .step-container .content-block .title::before {
    top: 3px;
    left: 5px;
    width: 19px;
    height: 19px;
  }
  .setup .section-setup .step-container .content-block p,
  .setup .section-format .step-container .content-block p {
    font-size: 14px;
    line-height: 1.5;
  }
  .setup .section-setup .step-container .content-block .large-text,
  .setup .section-format .step-container .content-block .large-text {
    margin-top: 4px;
    font-size: 17px;
    line-height: 1.55;
  }
  .setup .section-setup .step-container .separate-arrow,
  .setup .section-format .step-container .separate-arrow {
    padding: 14px 0;
  }
  .setup .section-setup .step-container .separate-arrow::before,
  .setup .section-format .step-container .separate-arrow::before {
    border-width: 15px 11px 0 11px;
  }
  .setup .section-setup .step-container .info,
  .setup .section-format .step-container .info,
  .setup .section-setup .step-container .download-content,
  .setup .section-format .step-container .download-content,
  .setup .section-setup .step-container .boxed-caution,
  .setup .section-format .step-container .boxed-caution,
  .setup .section-setup .step-container .boxed-group-blue,
  .setup .section-format .step-container .boxed-group-blue,
  .setup .section-setup .step-container .boxed-group,
  .setup .section-format .step-container .boxed-group {
    width: 96.6666666666667%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .setup .section-setup .step-container .download-content,
  .setup .section-format .step-container .download-content {
    padding: 16px 15px 20px;
    min-height: auto;
  }
  .setup .section-setup .step-container .download-content .button-qr,
  .setup .section-format .step-container .download-content .button-qr {
    display: none;
  }
  .setup .section-setup .step-container .download-content .latest-version,
  .setup .section-format .step-container .download-content .latest-version {
    margin-top: 0;
    font-size: 14px;
  }
  .setup .section-setup .step-container .download-content .latest-version .heading,
  .setup .section-format .step-container .download-content .latest-version .heading {
    margin-bottom: 7px;
  }
  .setup .section-setup .step-container .download-content .latest-version ul,
  .setup .section-format .step-container .download-content .latest-version ul {
    margin-left: 15px;
  }
  .setup .section-setup .step-container .download-content .latest-version ul li span,
  .setup .section-format .step-container .download-content .latest-version ul li span {
    width: 120px;
  }
  .setup .section-setup .step-container .download-content .ico,
  .setup .section-format .step-container .download-content .ico {
    float: left;
    width: 54px;
  }
  .setup .section-setup .step-container .download-content .text,
  .setup .section-format .step-container .download-content .text {
    margin: 5px 0 0 8px;
    font-size: 14px;
  }
  .setup .section-setup .step-container .download-content .links-sp,
  .setup .section-format .step-container .download-content .links-sp {
    clear: both;
    overflow: hidden;
    display: block;
    position: static;
    width: 100%;
    margin-bottom: 17px;
    padding-top: 15px;
  }
  .setup .section-setup .step-container .download-content .links-sp li,
  .setup .section-format .step-container .download-content .links-sp li {
    margin-right: 0;
  }
  .setup .section-setup .step-container .download-content .links-sp li p,
  .setup .section-format .step-container .download-content .links-sp li p {
    display: none;
  }
  .setup .section-setup .step-container .boxed-caution,
  .setup .section-format .step-container .boxed-caution {
    padding: 6px 0 7px;
    text-align: center;
  }
  .setup .section-setup .step-container .boxed-caution p,
  .setup .section-format .step-container .boxed-caution p {
    font-size: 12px;
  }
  .setup .section-setup .step-container .boxed-caution p strong,
  .setup .section-format .step-container .boxed-caution p strong {
    display: block;
    margin-right: 0;
  }
  .setup .section-setup .step-container .boxed-group-blue,
  .setup .section-format .step-container .boxed-group-blue {
    margin-top: 11px;
    padding: 10px 0;
  }
  .setup .section-setup .step-container .boxed-group-blue dl,
  .setup .section-format .step-container .boxed-group-blue dl {
    width: 190px;
    margin-top: 1px;
    line-height: 1.5;
    font-size: 14px;
  }
  .setup .section-setup .step-container .boxed-group-blue dl dt,
  .setup .section-format .step-container .boxed-group-blue dl dt {
    width: 82px;
  }
  .setup .section-setup .step-container .boxed-group-blue dl dt::before,
  .setup .section-format .step-container .boxed-group-blue dl dt::before {
    left: 6px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  .setup .section-setup .step-container .boxed-group,
  .setup .section-format .step-container .boxed-group {
    display: block;
    margin-top: 22px;
  }
  .setup .section-setup .step-container .boxed-group .row,
  .setup .section-format .step-container .boxed-group .row {
    width: 100%;
  }
}
.setup .section-setup {
  padding: 89px 0 0;
}
.setup .section-setup .lead {
  margin-top: 61px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.setup .section-setup .section-step-1 .content-block:nth-of-type(1) {
  padding-bottom: 50px;
}
.setup .section-setup .section-step-1 .content-block:nth-of-type(1) > p {
  margin: 8px 0 0 2px;
  letter-spacing: 0.03em;
}
.setup .section-setup .section-step-1 .content-block:nth-of-type(1) .img {
  position: absolute;
  top: 15px;
  right: 110px;
  width: 142px;
}
.setup .section-setup .section-step-1 .content-block:nth-of-type(1) .img.outlander {
  top: 27px;
  right: 30px;
  width: auto;
}
.setup .section-setup .section-step-1 .content-block:nth-of-type(3) {
  padding-top: 40px;
  padding-bottom: 50px;
}
.setup .section-setup .section-step-1 .content-block:nth-of-type(3) .info {
  margin-top: 20px;
}
.setup .section-setup .section-step-1 .content-block:nth-of-type(3) .info .button-qr-small {
  position: absolute;
  top: 198px;
  right: 81px;
}
.setup .section-setup .section-step-1 .content-block:nth-of-type(3) .info.outlander .button-qr-small {
  top: 92px;
  right: 40px;
}
.setup .section-setup .section-step-1 .content-block:nth-of-type(3) .check {
  margin: 46px 0 25px;
  color: #2a64aa;
  line-height: 1.45;
}
.setup .section-setup .section-step-1 .content-block:nth-of-type(3) .download-content {
  margin-bottom: 30px;
}
.setup .section-setup .section-step-1 .content-block:nth-of-type(3) .caution strong {
  margin-right: 10px;
  color: #f00;
}
.setup .section-setup .section-step-2 .content-block:nth-of-type(1) {
  padding-top: 45px;
  padding-bottom: 49px;
}
.setup .section-setup .section-step-2 .content-block:nth-of-type(1) .check {
  font-size: 18px;
  letter-spacing: 0.03em;
}
.setup .section-setup .section-step-2 .content-block:nth-of-type(1) .img-1 {
  /*margin-top: 25px;*/
  width: 601px;
}
.setup .section-setup .section-step-2 .content-block:nth-of-type(1) .img-2 {
  position: absolute;
  top: 31px;
  right: 33px;
  width: 186px;
}
.setup .section-setup .section-step-2 .content-block:nth-of-type(3) {
  margin-top: 2px;
  padding-top: 42px;
  padding-bottom: 50px;
}
.setup .section-setup .section-step-2 .content-block:nth-of-type(3) .text {
  margin-top: 7px;
  font-size: 18px;
  line-height: 1.6;
}
.setup .section-setup .section-step-2 .content-block:nth-of-type(5) {
  margin-top: 2px;
  padding-top: 40px;
  padding-bottom: 50px;
}
.setup .section-setup .section-step-2 .content-block:nth-of-type(5) .text {
  margin-top: 8px;
  font-size: 18px;
}
.setup .section-setup .section-step-3 .content-block:nth-of-type(1) {
  padding-top: 41px;
  padding-bottom: 50px;
}
.setup .section-setup .section-step-3 .content-block:nth-of-type(1) .img {
  margin-top: 20px;
}
.setup .section-setup .section-step-3 .content-block:nth-of-type(2) {
  margin-top: 28px;
  padding-top: 41px;
  padding-bottom: 50px;
}
.setup .section-setup .section-step-3 .content-block:nth-of-type(2) .img {
  /*width: 385px;*/
  margin-top: 20px;
}
.setup .section-setup .section-step-3 .content-block:nth-of-type(3) {
  margin-top: 28px;
}
.setup .section-setup .section-step-3 .content-block:nth-of-type(3) .boxed-group-blue {
  padding: 30px 40px 32px;
}
.setup .section-setup .section-step-3 .content-block:nth-of-type(3) .boxed-group-blue .small-text {
  line-height: 1.7;
}
.setup .section-setup .section-step-3 .content-block:nth-of-type(3) .boxed-group-blue .img-container {
  margin-top: 26px;
  letter-spacing: -1em;
  font-size: 0;
  text-align: center;
}
.setup .section-setup .section-step-3 .content-block:nth-of-type(3) .boxed-group-blue .img-container .img {
  display: inline-block;
  margin: 0 0 0 32px;
  vertical-align: top;
}
.setup .section-setup .section-step-3 .content-block:nth-of-type(3) .boxed-group-blue .img-container .img:first-child {
  margin-left: 0;
}
.setup .section-setup .section-step-3 .content-block:nth-of-type(3) .boxed-group-blue .img-container .img .caption {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
.setup .section-setup .section-step-4 .content-block {
  padding-bottom: 50px;
}
.setup .section-setup .section-step-4 .content-block:nth-of-type(1) {
  padding-top: 33px;
  padding-bottom: 30px;
}
.setup .section-setup .section-step-4 .content-block:nth-of-type(1) .text {
  font-size: 18px;
}
.setup .section-setup .section-step-4 .boxed-caution {
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .setup .section-setup {
    padding: 44px 0 0;
  }
  .setup .section-setup .lead {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.5;
  }
  .setup .section-setup .step-container .section-step:first-child {
    margin-top: 0;
  }
  .setup .section-setup .step-container .section-step-1 {
    margin-top: 0;
  }
  .setup .section-setup .step-container .section-step-1 .content-block:nth-of-type(1) {
    padding-bottom: 22px;
  }
  .setup .section-setup .step-container .section-step-1 .content-block:nth-of-type(1) .img {
    position: static;
    float: right;
    margin: 1px 14px 0 0;
    width: 70px;
  }
  .setup .section-setup .step-container .section-step-1 .content-block:nth-of-type(1) .img.outlander {
    width: 92.5px;
    margin: 12px 3px 0 0;
  }
  .setup .section-setup .step-container .section-step-1 .content-block:nth-of-type(3) {
    padding-top: 19px;
    padding-bottom: 25px;
  }
  .setup .section-setup .step-container .section-step-1 .content-block:nth-of-type(3) .title {
    line-height: 1.5;
  }
  .setup .section-setup .step-container .section-step-1 .content-block:nth-of-type(3) .info {
    margin-top: 12px;
  }
  .setup .section-setup .step-container .section-step-1 .content-block:nth-of-type(3) .info .button-qr-small {
    display: none;
  }
  .setup .section-setup .step-container .section-step-1 .content-block:nth-of-type(3) .info img {
    width: auto;
    margin: 0 auto;
  }
  .setup .section-setup .step-container .section-step-1 .content-block:nth-of-type(3) .check {
    margin: 30px 0 12px;
    padding-left: 33px;
    font-size: 17px;
    line-height: 1.5;
  }
  .setup .section-setup .step-container .section-step-1 .content-block:nth-of-type(3) .check:before {
    top: 5px;
    left: 5px;
    width: 19px;
    height: 19px;
    margin: 0;
  }
  .setup .section-setup .step-container .section-step-1 .content-block:nth-of-type(3) .download-content {
    margin-bottom: 25px;
  }
  .setup .section-setup .step-container .section-step-1 .content-block:nth-of-type(3) .download-content .text .en {
    top: 0;
    font-size: 13px;
  }
  .setup .section-setup .step-container .section-step-2 .content-block:nth-of-type(1) {
    padding-top: 20px;
    padding-bottom: 24px;
  }
  .setup .section-setup .step-container .section-step-2 .content-block:nth-of-type(1) .check {
    padding-left: 34px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
  }
  .setup .section-setup .step-container .section-step-2 .content-block:nth-of-type(1) .check::before {
    top: 1px;
    left: 5px;
    width: 19px;
    height: 19px;
  }
  .setup .section-setup .step-container .section-step-2 .content-block:nth-of-type(1) .large-text {
    margin-left: 5px;
    letter-spacing: normal;
  }
  .setup .section-setup .step-container .section-step-2 .content-block:nth-of-type(1) .img {
    position: static;
    width: auto;
  }
  .setup .section-setup .step-container .section-step-2 .content-block:nth-of-type(1) .img img {
    width: auto;
    margin: 0 auto;
  }
  .setup .section-setup .step-container .section-step-2 .content-block:nth-of-type(1) .img-1 {
    margin-top: 14px;
  }
  .setup .section-setup .step-container .section-step-2 .content-block:nth-of-type(1) .img-2 {
    margin-top: 7px;
  }
  .setup .section-setup .step-container .section-step-2 .content-block:nth-of-type(3) {
    padding-top: 22px;
    padding-bottom: 26px;
  }
  .setup .section-setup .step-container .section-step-2 .content-block:nth-of-type(3) .text {
    margin: 5px 5px 0;
    font-size: 14px;
  }
  .setup .section-setup .step-container .section-step-2 .content-block:nth-of-type(5) {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .setup .section-setup .step-container .section-step-2 .content-block:nth-of-type(5) .text {
    margin: 5px 5px 0;
    font-size: 14px;
  }
  .setup .section-setup .step-container .section-step-2 .content-block:nth-of-type(5) .small-text {
    margin: 2px 0 0 5px;
    font-size: 12px;
  }
  .setup .section-setup .step-container .section-step-3 .content-block:nth-of-type(1) {
    padding-top: 29px;
    padding-bottom: 15px;
  }
  .setup .section-setup .step-container .section-step-3 .content-block:nth-of-type(1) .img {
    width: 180px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .setup .section-setup .step-container .section-step-3 .content-block:nth-of-type(1) .img-1 {
    margin-top: 0;
  }
  .setup .section-setup .step-container .section-step-3 .content-block:nth-of-type(2) {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 24px;
  }
  .setup .section-setup .step-container .section-step-3 .content-block:nth-of-type(2) .img {
    width: 178px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .setup .section-setup .step-container .section-step-3 .content-block:nth-of-type(2) .img-1 {
    margin-top: 0;
  }
  .setup .section-setup .step-container .section-step-3 .content-block:nth-of-type(3) .boxed-group-blue {
    margin: 0;
    padding: 12px;
  }
  .setup .section-setup .step-container .section-step-3 .content-block:nth-of-type(3) .boxed-group-blue .img-container {
    margin-top: 10px;
  }
  .setup .section-setup .step-container .section-step-3 .content-block:nth-of-type(3) .boxed-group-blue .img-container .img-2 {
    margin-top: 15px;
    margin-left: 0;
  }
  .setup .section-setup .step-container .section-step-4 .heading .step {
    padding: 11px 0;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .accordion {
    width: 100%;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .accordion .accordion-title {
    padding: 16px 0 17px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .accordion .accordion-title::before {
    border: none;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .accordion .accordion-content {
    padding: 22px 0;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .column {
    width: 88.8888888888889%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding: 14px 15px;
    background-color: #eff4f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .column .large-text {
    font-size: 14px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .column .remote-text {
    margin-top: 8px;
    margin-bottom: 14px;
    padding-left: 50px;
    margin-right: -20px;
    letter-spacing: -0.03em;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .column .remote-text .en {
    font-size: 13px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .column .remote-text::before {
    width: 37px;
    height: 37px;
    margin: 2px 0 0 9px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .column > p {
    margin-top: 4px;
    font-size: 14px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .column-1 {
    margin-top: 0;
    padding-top: 14px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .column-1 .text-1 {
    letter-spacing: -0.03em;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .column-2 {
    padding-top: 18px;
    padding-bottom: 16px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .column-3 {
    padding-top: 11px;
    padding-bottom: 13px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .column-3 .large-text {
    margin-top: 0;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .column-3 .text-1 {
    margin-top: 5px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .column-5 {
    padding-bottom: 11px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .column-5 .large-text {
    margin-top: 0;
    line-height: 2;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .column-5 .text-1 {
    margin-top: 4px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .column-6 {
    padding-bottom: 11px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .column-6 .large-text {
    margin-top: 0;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .boxed-complete {
    width: 88.8888888888889%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9px;
    margin-bottom: 25px;
    padding: 20px 0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .boxed-complete .check {
    padding-left: 38px;
    font-size: 17px;
    line-height: 2.2;
    margin-left: -8px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .boxed-complete .check::before {
    width: 25px;
    height: 25px;
    margin-top: 3px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .boxed-complete .complete-text {
    margin-top: 8px;
    color: #000;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .boxed-complete dl {
    width: 87.0833333333333%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    padding: 10px 18px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .boxed-complete dl dt {
    font-size: 14px;
    line-height: 1.5;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .boxed-complete dl dd {
    margin-top: 1px;
    font-size: 12px;
    line-height: 1.5;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .row:last-child {
    margin-top: 15px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block .boxed-group .row:last-child .accordion .accordion-content {
    padding: 8px 0 1px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block:nth-of-type(1) {
    padding-top: 25px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block:nth-of-type(1) .text {
    margin: 0 5px;
    font-size: 14px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block:nth-of-type(1) .boxed-caution {
    margin-top: 23px;
    padding: 5px 10px 20px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block:nth-of-type(1) .boxed-caution .heading {
    margin-top: 19px;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block:nth-of-type(1) .boxed-caution .dot-text {
    padding-left: 14px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block:nth-of-type(1) .boxed-caution .dot-text-2 {
    margin-top: 21px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block:nth-of-type(1) .boxed-caution .dot-text-3 {
    margin-top: 20px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block:nth-of-type(1) .boxed-caution .img-1 {
    width: 174px;
    margin-top: 7px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block:nth-of-type(1) .boxed-caution dl {
    margin-left: 0;
    padding: 5px 10px;
    font-size: 12px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block:nth-of-type(1) .boxed-caution dl dt {
    margin-bottom: 0;
    padding-left: 10px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block:nth-of-type(1) .boxed-caution dl dt::before {
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
  }
  .setup .section-setup .step-container .section-step-4 .content-block:nth-of-type(1) .boxed-caution dl dd {
    padding-left: 16px;
    line-height: 1.4;
  }
  .setup .section-setup .step-container .section-step-4 .content-block:nth-of-type(1) .boxed-caution dl dd::before {
    left: 10px;
  }
}
.setup .section-format {
  padding: 89px 0 0;
}
.setup .section-format .lead-1 {
  margin-top: 62px;
}
.setup .section-format .lead-2 {
  margin-top: 24px;
  line-height: 1.6;
}
.setup .section-format .section-process .heading {
  margin-bottom: 29px;
}
.setup .section-format .boxed-complete {
  padding-right: 36px;
  padding-left: 36px;
  text-align: left;
  background-color: #fff;
}
.setup .section-format .step-container {
  padding-top: 102px;
}
.setup .section-format .step-container .section-step-1 .content-block {
  padding-bottom: 46px;
}
.setup .section-format .step-container .section-step-1 .content-block .img {
  margin-top: 11px;
  text-align: center;
}
.setup .section-format .step-container .section-step-2 .content-block:nth-of-type(1) {
  padding-top: 45px;
  padding-bottom: 54px;
}
.setup .section-format .step-container .section-step-2 .content-block:nth-of-type(1) .check {
  font-size: 18px;
  letter-spacing: 0.03em;
}
.setup .section-format .step-container .section-step-2 .content-block:nth-of-type(1) .img-1 {
  margin-top: 25px;
  width: 601px;
}
.setup .section-format .step-container .section-step-2 .content-block:nth-of-type(1) .img-2 {
  position: absolute;
  top: 31px;
  right: 33px;
  width: 186px;
}
.setup .section-format .step-container .section-step-2 .content-block:nth-of-type(3) {
  margin-top: 2px;
  padding-top: 42px;
  padding-bottom: 50px;
}
.setup .section-format .step-container .section-step-2 .content-block:nth-of-type(3) .text {
  margin-top: 7px;
  font-size: 18px;
  line-height: 1.6;
}
.setup .section-format .step-container .section-step-3 .content-block:nth-of-type(1) {
  padding-bottom: 50px;
}
.setup .section-format .step-container .section-step-3 .content-block:nth-of-type(1) .title {
  line-height: 1.7;
}
.setup .section-format .step-container .section-step-3 .content-block:nth-of-type(1) .img {
  margin-top: 21px;
}
.setup .section-format .step-container .section-step-3 .boxed-complete {
  margin-bottom: 0;
  padding-top: 36px;
  padding-bottom: 39px;
}
.setup .section-format .step-container .section-step-3 .boxed-complete .text {
  margin-top: 5px;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.setup .section-format .step-container .section-step-3 .boxed-complete .small-text {
  margin-top: -2px;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .setup .section-format {
    padding: 41px 0 0;
  }
  .setup .section-format .lead {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.5;
  }
  .setup .section-format .lead-2 {
    margin-top: 22px;
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
  .setup .section-format .inner > .boxed-group-blue {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    padding: 10px 0 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .setup .section-format .inner > .boxed-group-blue .heading {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.5;
  }
  .setup .section-format .inner > .boxed-group-blue ul {
    padding: 0 20px;
  }
  .setup .section-format .inner > .boxed-group-blue ul li {
    margin-top: 0;
    padding-left: 14px;
    font-size: 14px;
    line-height: 1.5;
  }
  .setup .section-format .inner > .boxed-group-blue ul li::before {
    top: 6px;
    width: 8px;
    height: 8px;
  }
  .setup .section-format .section-process {
    margin-bottom: 0;
    padding-bottom: 49px;
  }
  .setup .section-format .section-process .heading {
    margin-bottom: 13px;
  }
  .setup .section-format .section-process .local-nav .step {
    padding: 11px 0 10px;
  }
  .setup .section-format .step-container {
    padding-top: 50px;
  }
  .setup .section-format .step-container .section-step-1 {
    margin-top: 0;
  }
  .setup .section-format .step-container .section-step-1 .content-block {
    padding-top: 25px;
    padding-bottom: 22px;
  }
  .setup .section-format .step-container .section-step-1 .content-block .title {
    line-height: 1.35;
  }
  /*.setup .section-format .step-container .section-step-1 .content-block .title::before {
    top: 3px;
  }*/
  .setup .section-format .step-container .section-step-1 .content-block .img {
    margin-top: 13px;
  }
  .setup .section-format .step-container .section-step-1 .content-block .img img {
    width: 250px;
  }
  .setup .section-format .step-container .section-step-2 .content-block:nth-of-type(1) {
    padding-top: 22px;
    padding-bottom: 23px;
  }
  .setup .section-format .step-container .section-step-2 .content-block:nth-of-type(1) .check {
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.01em;
  }
  .setup .section-format .step-container .section-step-2 .content-block:nth-of-type(1) .check::before {
    top: 3px;
    left: 5px;
    width: 19px;
    height: 19px;
  }
  .setup .section-format .step-container .section-step-2 .content-block:nth-of-type(1) .large-text {
    margin-right: 5px;
    margin-left: 5px;
  }
  .setup .section-format .step-container .section-step-2 .content-block:nth-of-type(1) .img {
    position: static;
  }
  .setup .section-format .step-container .section-step-2 .content-block:nth-of-type(1) .img img {
    width: auto;
    margin: 0 auto;
  }
  .setup .section-format .step-container .section-step-2 .content-block:nth-of-type(1) .img-1,
  .setup .section-format .step-container .section-step-2 .content-block:nth-of-type(1) .img-2 {
    width: 100%;
  }
  .setup .section-format .step-container .section-step-2 .content-block:nth-of-type(1) .img-1 {
    margin-top: 14px;
  }
  .setup .section-format .step-container .section-step-2 .content-block:nth-of-type(1) .img-2 {
    margin-top: 8px;
  }
  .setup .section-format .step-container .section-step-2 .content-block:nth-of-type(3) {
    padding-top: 22px;
    padding-bottom: 25px;
  }
  .setup .section-format .step-container .section-step-2 .content-block:nth-of-type(3) .text {
    margin: 6px 5px 0;
    font-size: 14px;
  }
  .setup .section-format .step-container .section-step-3 .content-block:nth-of-type(1) {
    padding-bottom: 24px;
  }
  .setup .section-format .step-container .section-step-3 .content-block:nth-of-type(1) .title {
    line-height: 1.55;
  }
  .setup .section-format .step-container .section-step-3 .content-block:nth-of-type(1) .title::before {
    top: 4px;
  }
  .setup .section-format .step-container .section-step-3 .content-block:nth-of-type(1) .img img {
    width: auto;
    margin: 0 auto;
  }
  .setup .section-format .step-container .section-step-3 .content-block:nth-of-type(1) .img-1 {
    margin-top: 9px;
  }
  .setup .section-format .step-container .section-step-3 .separate-arrow {
    padding: 15px 0 24px;
  }
  .setup .section-format .step-container .section-step-3 .boxed-complete {
    padding: 25px 14px 22px;
    text-align: center;
  }
  .setup .section-format .step-container .section-step-3 .boxed-complete .check {
    margin-left: -6px;
    padding-left: 33px;
    font-size: 17px;
  }
  .setup .section-format .step-container .section-step-3 .boxed-complete .check::before {
    width: 25px;
    height: 25px;
    margin-top: -1px;
  }
  .setup .section-format .step-container .section-step-3 .boxed-complete .text,
  .setup .section-format .step-container .section-step-3 .boxed-complete .small-text {
    text-align: left;
  }
  .setup .section-format .step-container .section-step-3 .boxed-complete .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .setup .section-format .step-container .section-step-3 .boxed-complete .small-text {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 769px) {
  .setup .section-process .local-nav .link {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .setup .section-process .local-nav .link:hover {
    opacity: 0.75;
  }
  .setup .section-setup .info .button-qr-small {
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .setup .section-setup .info .button-qr-small:hover {
    background-color: #18458d;
  }
  .setup .section-setup .download-content .links li a {
    display: block;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  .setup .section-setup .download-content .links li a:hover {
    opacity: 0.7;
  }
}
.operation .contents {
  overflow: hidden;
  position: relative;
}
.operation .contents::before {
  content: '';
  position: absolute;
  top: 570px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eff4f7;
}
.operation .attension {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 150px;
}
.operation .attension .notes {
  font-size: 14px;
  line-height: 17px;
  text-indent: -2em;
  margin-left: 2em;
}
.operation .slider-container {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 52px 0 0;
}
.operation .slider-container .slider-paginate ul::after {
  content: "";
  display: block;
  clear: both;
}
.operation .slider-container .slider-paginate ul li {
  float: left;
  position: relative;
  width: 160px;
  color: #2a64aa;
  font-size: 14px;
  font-weight: 700;
  text-indent: 22px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  border: 2px solid #2a64aa;
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding: 16px 0;
}
.operation .slider-container .slider-paginate ul li:last-child {
  border-right: 2px solid #2a64aa;
}
.operation .slider-container .slider-paginate ul li.is-selected {
  background-color: #2a64aa;
  color: #fff;
}
.operation .slider-container .slider-paginate ul li.is-selected::after {
  content: '';
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #2a64aa transparent transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -13px;
  left: 50%;
  margin-left: -6px;
}
.operation .slider-container .slider-paginate ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
}
.operation .slider-container .slider-paginate ul li.item-home::before {
  width: 16px;
  height: 16px;
  background: url("../png/icons8fe4.png") no-repeat;
  background-position: 0px 0px;
  margin: -8px 0 0 -34px;
}
.operation .slider-container .slider-paginate ul li.item-home.is-selected::before {
  width: 16px;
  height: 16px;
  background: url("../png/icons8fe4.png") no-repeat;
  background-position: 0px -16px;
}
.operation .slider-container .slider-paginate ul li.item-timer-1::before {
  width: 18px;
  height: 19px;
  background: url("../png/icons8fe4.png") no-repeat;
  background-position: 0px -64px;
  margin: -9.5px 0 0 -60px;
}
.operation .slider-container .slider-paginate ul li.item-timer-1.is-selected::before {
  width: 18px;
  height: 19px;
  background: url("../png/icons8fe4.png") no-repeat;
  background-position: 0px -83px;
}
.operation .slider-container .slider-paginate ul li.item-timer-2::before {
  width: 19px;
  height: 19px;
  background: url("../png/icons8fe4.png") no-repeat;
  background-position: 0px -102px;
  margin: -9.5px 0 0 -61px;
}
.operation .slider-container .slider-paginate ul li.item-timer-2.is-selected::before {
  width: 19px;
  height: 19px;
  background: url("../png/icons8fe4.png") no-repeat;
  background-position: 0px -121px;
}
.operation .slider-container .slider-paginate ul li.item-vehiclecon::before {
  width: 20px;
  height: 20px;
  background: url("../png/icons8fe4.png") no-repeat;
  background-position: 0px -140px;
  margin: -10px 0 0 -48px;
}
.operation .slider-container .slider-paginate ul li.item-vehiclecon.is-selected::before {
  width: 20px;
  height: 20px;
  background: url("../png/icons8fe4.png") no-repeat;
  background-position: 0px -160px;
}
.operation .slider-container .slider-paginate ul li.item-vehicleop::before {
  width: 13px;
  height: 23px;
  background: url("../png/icons8fe4.png") no-repeat;
  background-position: 0px -180px;
  margin: -12px 0 0 -43px;
}
.operation .slider-container .slider-paginate ul li.item-vehicleop.is-selected::before {
  width: 13px;
  height: 23px;
  background: url("../png/icons8fe4.png") no-repeat;
  background-position: 0px -203px;
}
.operation .slider-container .slider-paginate ul li.item-other::before {
  width: 16px;
  height: 16px;
  background: url("../png/icons8fe4.png") no-repeat;
  background-position: 0px -32px;
  margin: -8px 0 0 -44px;
}
.operation .slider-container .slider-paginate ul li.item-other.is-selected::before {
  width: 16px;
  height: 16px;
  background: url("../png/icons8fe4.png") no-repeat;
  background-position: 0px -48px;
}
.operation .slider-container .dots {
  position: absolute;
  top: 677px;
  width: 100%;
  z-index: 1;
}
.operation .slider-container .dots .slick-dots {
  position: static;
  line-height: 0;
}
.operation .slider-container .dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.operation .slider-container .dots li button {
  width: 100%;
  height: 100%;
  background-color: #c3dae9;
  border-radius: 50%;
}
.operation .slider-container .dots li.slick-active button {
  background-color: #2a64aa;
}
.operation .slider-container .arrows {
  position: absolute;
  top: 391px;
  width: 100%;
}
.operation .slider-container .arrows .slick-prev,
.operation .slider-container .arrows .slick-next {
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 1;
}
.operation .slider-container .arrows .slick-prev::before,
.operation .slider-container .arrows .slick-next::before {
  font-size: 0;
  text-indent: -999em;
}
.operation .slider-container .arrows .slick-prev {
  left: 0;
  width: 36px;
  height: 70px;
  background: url("../png/icons8fe4.png") no-repeat;
  background-position: 0px -296px;
}
.operation .slider-container .arrows .slick-next {
  right: 0;
  width: 36px;
  height: 70px;
  background: url("../png/icons8fe4.png") no-repeat;
  background-position: 0px -226px;
}
.operation .slider-container .slider {
  margin-top: 97px;
  margin-bottom: 20px;
}
.operation .slider-container .img {
  line-height: 0;
  text-align: center;
}
.operation .slider-container .img .for-sp {
  display: none;
}
.operation .slider-container .lead {
  margin-top: 32px;
  height: 87px;
  font-size: 18px;
  line-height: 1.65;
  text-align: center;
}
.operation .slider-container .ico-reload {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 20px;
  margin: 0 4px;
  background: url("../png/ico_reload.png") left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.operation .slider-container .boxed-group-blue {
  margin-top: 25px;
  padding: 20px 56px 22px;
  border: 1px solid #88bada;
}
.operation .slider-container .boxed-group-blue .dot-text {
  position: relative;
  margin: 0;
  padding-left: 20px;
  font-size: 18px;
}
.operation .slider-container .boxed-group-blue .dot-text::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #88bada;
  border-radius: 50%;
}
.operation .slider-container .detail {
  margin-top: 45px;
  padding: 51px 81px;
  background-color: #fff;
}
.operation .slider-container .detail ol {
  counter-reset: number;
}
.operation .slider-container .detail ol li {
  position: relative;
  margin-top: 44px;
  font-size: 22px;
  color: #2a64aa;
}
.operation .slider-container .detail ol li:first-child {
  margin-top: 0;
}
.operation .slider-container .detail ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 2.2;
  background-color: #2a64aa;
  border-radius: 50%;
}
.operation .slider-container .detail ol li strong {
  display: block;
  margin-left: 56px;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
.operation .slider-container .detail ol li p {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 0.05em;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .operation .contents {
    background-color: #eff4f7;
  }
  .operation .contents::before {
    display: none;
  }
  .operation .attension {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
  }
  .operation .attension .notes {
    font-size: 12px;
    line-height: 1.5;
  }
  .operation .slider-container {
    position: static;
    width: 100%;
    padding: 0;
  }
  .operation .slider-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    padding-top: 87.5%;
    background-color: #fff;
  }
  .operation .slider-container .slider-paginate {
    overflow-y: hidden;
    overflow-x: auto;
    position: absolute;
    top: 19px;
    0: 0;
    width: 100%;
    padding-bottom: 5px;
    z-index: 10;
  }
  .operation .slider-container .slider-paginate ul {
    width: 1000px;
  }
  .operation .slider-container .slider-paginate ul li {
    width: auto;
    font-size: 12px;
    text-indent: 14px;
    padding: 10px 10px;
  }
  .operation .slider-container .slider-paginate ul li::before {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .operation .slider-container .slider-paginate ul li.item-home::before {
    margin: -8px 0 0 -33px;
  }
  .operation .slider-container .slider-paginate ul li.item-timer-1::before {
    margin: -9px 0 0 -52px;
  }
  .operation .slider-container .slider-paginate ul li.item-timer-2::before {
    margin: -9px 0 0 -52px;
  }
  .operation .slider-container .slider-paginate ul li.item-vehiclecon::before {
    margin: -10px 0 0 -40px;
  }
  .operation .slider-container .slider-paginate ul li.item-vehicleop::before {
    margin: -12px 0 0 -36px;
  }
  .operation .slider-container .slider-paginate ul li.item-other::before {
    margin: -8px 0 0 -38px;
  }
  .operation .slider-container .slider {
    padding-top: 25.6%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .operation .slider-container .img .for-pc {
    display: none;
  }
  .operation .slider-container .img .for-sp {
    display: block;
    width: 100%;
  }
  .operation .slider-container .lead {
    margin-top: 26px;
    height: 105px;
    font-size: 14px;
    line-height: 1.5;
  }
  .operation .slider-container .ico-reload {
    width: 19.5px;
    height: 13px;
  }
  .operation .slider-container .detail {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 26px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .operation .slider-container .detail ol li {
    margin-top: 21px;
  }
  .operation .slider-container .detail ol li::before {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 1.7;
  }
  .operation .slider-container .detail ol li strong {
    margin-left: 30px;
    font-size: 17px;
    line-height: 1.55;
  }
  .operation .slider-container .detail ol li p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.001em;
  }
  .operation .slider-container .boxed-group-blue {
    margin-top: 20px;
    padding: 12px 16px;
  }
  .operation .slider-container .boxed-group-blue .dot-text {
    font-size: 14px;
  }
  .operation .slider-container .boxed-group-blue .dot-text::before {
    top: 6px;
    width: 8px;
    height: 8px;
  }
  .operation .slider-container .dots {
    top: 0;
    z-index: 0;
  }
  .operation .slider-container .dots::before {
    content: '';
    display: block;
    width: 100%;
    height: 0px;
    padding-top: 104.375%;
  }
  .operation .slider-container .dots .slick-dots {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .operation .slider-container .dots li {
    width: 5px;
    height: 5px;
  }
  .operation .slider-container .dots li button {
    width: 5px;
    height: 5px;
    padding: 0;
  }
  .operation .slider-container .arrows {
    top: 0;
  }
  .operation .slider-container .arrows::before {
    content: '';
    display: block;
    width: 100%;
    height: 0px;
    padding-top: 51.87500000000001%;
  }
  .operation .slider-container .arrows .slick-prev,
  .operation .slider-container .arrows .slick-next {
    top: 100%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .operation .slider-container .arrows .slick-prev {
    left: -1%;
  }
  .operation .slider-container .arrows .slick-next {
    right: -1%;
  }
}
@media only screen and (min-width: 769px) {
  .operation .slider-container .slick-prev,
  .operation .slider-container .slick-next {
    -webkit-transition: opacity 0.2s, left 0.2s, right 0.2s;
    -moz-transition: opacity 0.2s, left 0.2s, right 0.2s;
    -o-transition: opacity 0.2s, left 0.2s, right 0.2s;
    -ms-transition: opacity 0.2s, left 0.2s, right 0.2s;
    transition: opacity 0.2s, left 0.2s, right 0.2s;
  }
  .operation .slider-container .slick-prev:hover,
  .operation .slider-container .slick-next:hover {
    opacity: 0.8;
  }
  .operation .slider-container .slick-prev:hover {
    left: -3px;
  }
  .operation .slider-container .slick-next:hover {
    right: -3px;
  }
  .operation .slider-container .slider-paginate ul li {
    -webkit-transition: background-color 0.2s, color 0.2s;
    -moz-transition: background-color 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s;
    -ms-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
    cursor: pointer;
  }
  .operation .slider-container .slider-paginate ul li:hover {
    color: #fff;
  }
  .operation .slider-container .slider-paginate ul li:hover {
    background-color: #2a64aa;
  }
  .operation .slider-container .slider-paginate ul li.item-home:hover::before {
    width: 16px;
    height: 16px;
    background: url("../png/icons8fe4.png") no-repeat;
    background-position: 0px -16px;
  }
  .operation .slider-container .slider-paginate ul li.item-timer-1:hover::before {
    width: 18px;
    height: 19px;
    background: url("../png/icons8fe4.png") no-repeat;
    background-position: 0px -83px;
  }
  .operation .slider-container .slider-paginate ul li.item-timer-2:hover::before {
    width: 19px;
    height: 19px;
    background: url("../png/icons8fe4.png") no-repeat;
    background-position: 0px -121px;
  }
  .operation .slider-container .slider-paginate ul li.item-vehiclecon:hover::before {
    width: 20px;
    height: 20px;
    background: url("../png/icons8fe4.png") no-repeat;
    background-position: 0px -160px;
  }
  .operation .slider-container .slider-paginate ul li.item-vehicleop:hover::before {
    width: 13px;
    height: 23px;
    background: url("../png/icons8fe4.png") no-repeat;
    background-position: 0px -203px;
  }
  .operation .slider-container .slider-paginate ul li.item-other:hover::before {
    width: 16px;
    height: 16px;
    background: url("../png/icons8fe4.png") no-repeat;
    background-position: 0px -48px;
  }
  .operation .slider-container .slider-paginate-2 ul li {
    -webkit-transition: background-color 0.2s, color 0.2s;
    -moz-transition: background-color 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s;
    -ms-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
    cursor: pointer;
  }
  .operation .slider-container .slider-paginate-2 ul li:hover {
    color: #fff;
  }
  .operation .slider-container .slider-paginate-2 ul li:hover {
    background-color: #2a64aa;
  }
  .operation .slider-container .slider-paginate-2 ul li.item-home:hover::before {
    width: 16px;
    height: 16px;
    background: url("../png/icons8fe4.png") no-repeat;
    background-position: 0px -16px;
  }
  .operation .slider-container .slider-paginate-2 ul li.item-timer-1:hover::before {
    width: 18px;
    height: 19px;
    background: url("../png/icons8fe4.png") no-repeat;
    background-position: 0px -83px;
  }
  .operation .slider-container .slider-paginate-2 ul li.item-timer-2:hover::before {
    width: 19px;
    height: 19px;
    background: url("../png/icons8fe4.png") no-repeat;
    background-position: 0px -121px;
  }
  .operation .slider-container .slider-paginate-2 ul li.item-vehiclecon:hover::before {
    width: 20px;
    height: 20px;
    background: url("../png/icons8fe4.png") no-repeat;
    background-position: 0px -160px;
  }
  .operation .slider-container .slider-paginate-2 ul li.item-vehicleop:hover::before {
    width: 13px;
    height: 23px;
    background: url("../png/icons8fe4.png") no-repeat;
    background-position: 0px -203px;
  }
  .operation .slider-container .slider-paginate-2 ul li.item-other:hover::before {
    width: 16px;
    height: 16px;
    background: url("../png/icons8fe4.png") no-repeat;
    background-position: 0px -48px;
  }
}
.reference .tab {
  width: 100%;
  min-height: 80vh;
  padding: 54px 0 0;
}
.reference .tab-nav {
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.reference .tab-nav ul {
  letter-spacing: -1em;
  font-size: 0;
  border-left: 2px solid #2a64aa;
}
.reference .tab-nav ul li {
  display: inline-block;
  position: relative;
  width: 479px;
  font-size: 16px;
  font-weight: 700;
  color: #2a64aa;
  letter-spacing: 0.16em;
  text-align: center;
  border: 2px solid #2a64aa;
  border-left: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.reference .tab-nav ul li a {
  display: block;
  padding: 11px 0;
  text-decoration: none;
  color: #2a64aa;
}
.reference .tab-nav ul li.is-selected {
  background-color: #2a64aa;
}
.reference .tab-nav ul li.is-selected a {
  color: #fff;
}
.reference .tab-nav ul li.is-selected::before {
  content: '';
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #2a64aa transparent transparent;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -13px;
  left: 50%;
  margin-left: -5px;
}
.reference .tab-content {
  display: none;
}
.reference .tab-content.is-selected {
  display: block;
}
@media only screen and (max-width: 768px) {
  .reference .tab {
    padding: 20px 0 0;
  }
  .reference .tab-nav {
    width: 92.8125%;
    margin-left: auto;
    margin-right: auto;
  }
  .reference .tab-nav ul {
    display: table;
    width: 100%;
  }
  .reference .tab-nav ul li {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    font-size: 12px;
    line-height: 1.3;
  }
  .reference .tab-nav ul li a {
    padding: 4px 0 3px;
  }
  .reference .tab-nav ul li.is-selected::before {
    bottom: -17px;
    margin-left: -8px;
    border-width: 8px;
  }
}
.reference .section-faq,
.reference .section-caution {
  padding: 89px 0 0;
}
.reference .section-faq .inner,
.reference .section-caution .inner {
  padding-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .reference .section-faq,
  .reference .section-caution {
    padding-top: 42px;
  }
  .reference .section-faq .inner,
  .reference .section-caution .inner {
    padding-bottom: 75px;
  }
}
.reference .section-faq .faq-block {
  margin-top: 68px;
}
.reference .section-faq .faq-block .heading {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #2a64aa;
}
.reference .section-faq .faq-block .qa-item {
  margin-bottom: 2px;
}
.reference .section-faq .faq-block .qa-item .qa-title {
  display: table;
  width: 100%;
  background-color: #eff4f7;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.reference .section-faq .faq-block .qa-item .qa-title .icon-question,
.reference .section-faq .faq-block .qa-item .qa-title .text {
  display: table-cell;
  vertical-align: middle;
  font-family: inherit;
}
.reference .section-faq .faq-block .qa-item .qa-title .icon-question {
  width: 70px;
  height: 100%;
  font-size: 26px;
  font-style: normal;
  color: #fff;
  text-align: center;
  background: url("../svg/question.svg") center center no-repeat #2a64aa;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.reference .section-faq .faq-block .qa-item .qa-title .text {
  position: relative;
  padding: 21px 60px 19px 30px;
  font-size: 18px;
  line-height: 1.6;
  color: #2a64aa;
  letter-spacing: 0.15em;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
.reference .section-faq .faq-block .qa-item .qa-title .text::before,
.reference .section-faq .faq-block .qa-item .qa-title .text::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 18px;
  height: 4px;
  margin-top: -2px;
  background-color: #2a64aa;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.2s;
  -moz-transition: -moz-transform 0.2s, background-color 0.2s;
  -o-transition: -o-transform 0.2s, background-color 0.2s;
  -ms-transition: -ms-transform 0.2s, background-color 0.2s;
  transition: transform 0.2s, background-color 0.2s;
}
.reference .section-faq .faq-block .qa-item .qa-title .text::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.reference .section-faq .faq-block .qa-item .qa-content {
  display: none;
  margin-top: 2px;
  padding: 50px 100px 50px;
  line-height: 1.6;
  background-color: #d8e5ed;
}
.reference .section-faq .faq-block .qa-item .qa-content ol {
  margin-top: 30px;
  padding-left: 20px;
  list-style-type: decimal;
}
.reference .section-faq .faq-block .qa-item .qa-content ol:first-child {
  margin-top: 0;
}
.reference .section-faq .faq-block .qa-item .qa-content ol li {
  padding-left: 2px;
}
.reference .section-faq .faq-block .qa-item .qa-content .small-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
}
.reference .section-faq .faq-block .qa-item .qa-content .img {
  margin-top: 22px;
  line-height: 0;
  text-align: center;
}
.reference .section-faq .faq-block .qa-item .qa-content .img-1,
.reference .section-faq .faq-block .qa-item .qa-content .img-4 {
  margin-bottom: 50px;
}
.reference .section-faq .faq-block .qa-item.is-opened .qa-title {
  background-color: #2a64aa;
}
.reference .section-faq .faq-block .qa-item.is-opened .qa-title .icon-question {
  background-color: #18458d;
}
.reference .section-faq .faq-block .qa-item.is-opened .qa-title .text {
  color: #fff;
}
.reference .section-faq .faq-block .qa-item.is-opened .qa-title .text::before,
.reference .section-faq .faq-block .qa-item.is-opened .qa-title .text::after {
  background-color: #fff;
}
.reference .section-faq .faq-block .qa-item.is-opened .qa-title .text:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
@media only screen and (max-width: 768px) {
  .reference .section-faq .faq-block {
    margin-top: 48px;
  }
  .reference .section-faq .faq-block .heading {
    margin-bottom: 13px;
    font-size: 17px;
  }
  .reference .section-faq .faq-block .qa-item {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
  .reference .section-faq .faq-block .qa-item .qa-title .icon-question {
    width: 50px;
    background: url("../svg/question.svg") center center no-repeat #2a64aa;
    -webkit-background-size: 16%;
    -moz-background-size: 16%;
    background-size: 16%;
  }
  .reference .section-faq .faq-block .qa-item .qa-title .text {
    padding: 16px 40px 16px 15px;
    font-size: 14px;
    line-height: 1.5;
  }
  .reference .section-faq .faq-block .qa-item .qa-title .text::before,
  .reference .section-faq .faq-block .qa-item .qa-title .text::after {
    right: 14px;
    width: 12px;
    height: 3px;
    margin-top: -1.5px;
  }
  .reference .section-faq .faq-block .qa-item .qa-content {
    padding: 25px 20px;
    font-size: 14px;
  }
  .reference .section-faq .faq-block .qa-item .qa-content p {
    line-height: 1.5;
  }
  .reference .section-faq .faq-block .qa-item .qa-content .img {
    margin-top: 30px;
  }
  .reference .section-faq .faq-block .qa-item .qa-content .img img {
    width: auto;
    zoom: 0.75;
  }
  .reference .section-faq .faq-block .qa-item .qa-content .small-text {
    font-size: 12px;
  }
  .reference .section-faq .faq-block .qa-item .qa-content ol {
    margin-top: 20px;
  }
}
.reference .section-caution .heading {
  margin-bottom: 72px;
}
.reference .section-caution .block-caution {
  margin-top: 30px;
  padding: 48px 80px 42px;
  background-color: #eff4f7;
}
.reference .section-caution .block-caution .heading {
  position: relative;
  margin-bottom: 17px;
  padding-left: 20px;
  font-size: 22px;
  color: #2a64aa;
  text-align: left;
}
.reference .section-caution .block-caution .heading::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #88bada;
  border-radius: 50%;
}
.reference .section-caution .block-caution .text {
  font-size: 18px;
  line-height: 1.6;
}
.reference .section-caution .block-caution .boxed-group-blue {
  margin: 24px 0 13px;
  padding: 22px 58px 30px;
  border: 1px solid #88bada;
}
.reference .section-caution .block-caution .boxed-group-blue > p {
  margin: 12px 0;
}
.reference .section-caution .block-caution .boxed-group-blue ul li {
  position: relative;
  margin-top: 12px;
  padding-left: 17px;
  line-height: 1.7;
}
.reference .section-caution .block-caution .boxed-group-blue ul li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 2px;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
}
.reference .section-caution .block-caution .boxed-group-blue ul li:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .reference .section-caution .heading {
    margin-bottom: 50px;
  }
  .reference .section-caution .block-caution {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    padding: 22px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .reference .section-caution .block-caution .heading {
    margin-bottom: 12px;
    padding-left: 14px;
    font-size: 17px;
  }
  .reference .section-caution .block-caution .heading::before {
    top: 6px;
    left: 1px;
    width: 8px;
    height: 8px;
  }
  .reference .section-caution .block-caution .text {
    font-size: 14px;
    line-height: 1.5;
  }
  .reference .section-caution .block-caution .boxed-group-blue {
    margin: 12px 0 15px;
    padding: 10px 12px 12px;
  }
  .reference .section-caution .block-caution .boxed-group-blue p {
    margin: 5px 0;
    font-size: 12px;
    line-height: 1.5;
  }
  .reference .section-caution .block-caution .boxed-group-blue ul li {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.5;
  }
  .reference .section-caution .block-caution .boxed-group-blue ul li::before {
    top: 5px;
    left: 8px;
    width: 6px;
    height: 6px;
  }
}
@media only screen and (min-width: 769px) {
  .reference .section-faq .faq-block .qa-item .qa-title {
    cursor: pointer;
  }
  .reference .section-faq .faq-block .qa-item .qa-title:hover {
    background-color: #2a64aa;
  }
  .reference .section-faq .faq-block .qa-item .qa-title:hover .icon-question {
    background-color: #18458d;
  }
  .reference .section-faq .faq-block .qa-item .qa-title:hover .text {
    color: #fff;
  }
  .reference .section-faq .faq-block .qa-item .qa-title:hover .text::before,
  .reference .section-faq .faq-block .qa-item .qa-title:hover .text::after {
    background-color: #fff;
  }
  .reference .section-faq .faq-block .qa-item .qa-title:hover .text::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .reference .section-faq .faq-block .qa-item .qa-title:hover .text::after {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .reference .section-faq .faq-block .qa-item.is-opened .qa-title .text::after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

/*# sourceMappingURL=style.css.map */


.setup .section-setup .download-content .not-sp-block,
.setup .section-format .download-content .not-sp-block {
  margin-top:20px;
  display:none;
}
.setup .section-setup .download-content .not-sp-block .mq-display .downbtn,
.setup .section-format .download-content .not-sp-block .mq-display .downbtn {
  max-width:200px;
  width: 100%;
  float:left;
  margin-bottom:10px;
}
.setup .section-setup .download-content .not-sp-block .mq-display .downbtn img,
.setup .section-format .download-content .not-sp-block .mq-display .downbtn img {
  width:auto;
}

.setup .section-setup .download-content .not-sp-block .mq-display button,
.setup .section-format .download-content .not-sp-block .mq-display button {
  display: block;
  width: 100%;
  padding: 17px 0;
  font-size: 17px;
  border-radius: 5px;
  margin-bottom:20px;
}

@media only screen and (min-width: 769px) {
  .top .section-app .app-container .download .button-group-sp {
    display:none;
  }
  .setup .section-setup .download-content .links-sp,
  .setup .section-format .download-content .links-sp {
    display:none;
  }
  .setup .section-setup .download-content .not-sp-block .mq-display,
  .setup .section-format .download-content .not-sp-block .mq-display {
    display:none;
  }
}

@media only screen and (max-width: 768px) {
  .top .section-app .app-container .download .button-group {
    display:none;
  }
  .setup .section-setup .download-content .links,
  .setup .section-format .download-content .links {
    display:none;
  }
  .setup .section-setup .download-content .not-sp-block .mq-display,
  .setup .section-format .download-content .not-sp-block .mq-display {
    display:block;
  }
}

.notes-block h2{
  text-align: center;
  color: #ef0041
}
.notes-block .attention{
  margin-top:2%;
}