@charset "UTF-8";

/*
Font Bold Style Browser and OS Setting
*/
body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  @media only screen and(-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* 
default css
*/
html {
  font-size: 62.5%;
  width:100%;
  height: 100%;
}
body {
  
  font-family: /*Roboto, */YuGothic, "游ゴシック", "メイリオ",Meiryo,Adobe Garamond Pro,メイリオ,Meiryo,"ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
  /*font-weight: 500;*/
  font-weight: normal;
  font-size:62.5%; /* 16px -> 10px */
  line-height: 1.6;
  line-height: 1.8;
  letter-spacing: 0;
  /*"pwid" 1;*/
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  width:100%;
  height: 100%;
  color: #181818;

  
}

/*
common style classes
*/
.no_ligature {
  font-variant-ligatures: no-common-ligatures;
}
.text-justify {
  text-align: justify;
}

/*
Smartphone controls
*/
.sp {
  display:none !important;
}
body {
  -webkit-text-size-adjust: 100%;
}
span.bold {
  font-weight: bold;
}
.clear {
  clear: both;
}
.float {
  overflow: hidden;
}
.hide {
  display: none;
}
.show_inline {
  display: inline !important;
}
ul {
  list-style-type: none;
}
body {
  width: 100%;
  height: 100%;
  position: relative;

  background-color: #82b1ee;
  z-index: 10;
  background-color: rgba(2, 15, 68, 0.85);
  background: url("../../images/introduction/ip_login_bg.png") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;

  /*display: block !important;*/
  display: none;

  overflow: hidden;
  /*overflow-y: scroll;*/

}

*::-ms-backdrop, body {
  /* IE11 にのみ適用される */
  max-height: 850px;
  overflow: hidden;
}

/* ------------------------------------------------------------------------------------------
ウェルカムウィザード
------------------------------------------------------------------------------------------ */

#wizard,
#wizard > div,
#wizard > div > div,
#wizard > div > div > div,
#wizard > div > div > div > div,
#wizard > div > div > div > div > div,
#wizard > div > div > div > div > div > div {
  height: 100%;
}
body:not(.welcome_page) #wizard {
  display: none !important;
}
#wizard {
  background-color: #fff;
  border-radius: 1px;
  padding: 20px 50px;
  margin: 0px auto;
  position: relative;


  text-align: center;

}
#wizard #wizard_inner{
  /*height: auto;*/
  display: none;
  width: 100%;
}
#wizard_slide > div.button.next > i {
  display: none;
}
#wizard #wizard_inner > div.row {

}
#wizard #wizard_inner > div.row > div.col {

}
#wizard #wizard_inner > div.row > div.col > #wizard_slide {
  text-align: left;

  overflow: hidden;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide #close_btn {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top:30px;
  right: 30px;
  z-index: 4;
  border-radius: 39px;
  width: 39px;
  height: 39px;
  background-color: #054c9f;
  text-align: center;
  color: #fff;
  cursor: pointer;

  display: none !important;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > div.button {
  margin: 0;
  padding: 0;
  display: block;
  width: 30px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 30px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);

  left: -34px;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > div.button > i {
  font-size: 34px;
  color: #054c9f;
  cursor: pointer;

  font-size: 34px;
  color: #ffffff;
  cursor: pointer;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > div.button.prev {

}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > div.button.next {
  left: auto;
  right: 0%;

  left: auto;
  right: -58px;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager {
  width: 100%;
  /*width: calc(100% + 12px);*/
  height: 100%;
  margin: 0;
  padding: 0;
  /*padding-right: 15px;*/
  /*overflow-y: scroll;*/
  position: relative;
  /*overflow: hidden;*/
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
  min-height: 660px;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li img {
/*    width: 100%;
    height: auto;
    max-width: 100%;
    */
    height: auto;
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li h1 {

  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li h2 {
    border-top: 1px solid #084b9e;
    border-bottom: 1px solid #084b9e;
    padding: 13px 0 8px;
    font-size: 25px;
    color: #084b9e;
    padding-left: 10px;
    margin-bottom: 14px;
    font-weight: bold;
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li h3 {

  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li ul.explain {
    margin: 0;
    padding: 0 9px;
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li > img.bg {
    position: absolute;
    right: 8px;
    bottom: -14px;
    width: 320px;
    height: auto;
    z-index: 1;
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li ul.explain li {
    position: relative;
    padding-left: 28px;
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 17px;
    font-weight: bold;
    
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li ul.explain li i {
    position: absolute;
    font-size: 20px;
    left:0;
    top:6px;
    color: #084b9e;
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li ul.explain li strong {
    font-size: 21px;
    font-weight: bold;
    color: #182c58;
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_screenshot {

  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_screenshot div.img_area {

  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_screenshot img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_hello {

  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_hello h1.special {
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);

  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_hello h1.special img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_hello h1.special span.txt {
    display: inline-block;
    padding-top: 31px;
    font-size: 35px;
    letter-spacing: 8px;
    position: relative;
    top: 6px;
  }
/*#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_txt {
    background: url(../../images/introduction/wizard_search_org.jpg) no-repeat right 20px bottom 40px;
    background-size: 316px;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_merit {
    background: url(../../images/introduction/wizard_search_org2.png) no-repeat right 20px bottom 40px;
    background-size: 316px;
    }*/
    #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_jump {

    }
    #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_screenshot {

    }
    #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_bubbles {

    }
    #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_links {

    }
    #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.slide {
      display: none;
      opacity: 0;
    }
    #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.active {
      padding-bottom: 30px;
      opacity: 1;
      display: block;
      animation-timing-function: linear;
      animation-duration: 0.6s;
      animation-name: fade-in;
      -moz-animation-duration: 0.6s;
      -moz-animation-name: fade-in;
      -webkit-animation-duration: 0.6s;
      -webkit-animation-name: fade-in;
    }
    @keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }
      1% {
        display: block;
        opacity: 0;
      }
      100% {
        display: block;
        opacity: 1;
      }
    }
    @-moz-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }
      1% {
        display: block;
        opacity: 0;
      }
      100% {
        display: block;
        opacity: 1;
      }
    }
    @-webkit-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }
      1% {
        display: block;
        opacity: 0;
      }
      100% {
        display: block;
        opacity: 1;
      }
    }


/* ------------------------------------------------------------------------------------------
ナビゲーション
------------------------------------------------------------------------------------------ */
.navigation {
  position: absolute;
  z-index: 3;

  left: 0%;
  right: 0;
  top: auto;
  bottom: -54px;

  animation-delay: 0.7s;
  animation-iteration-count: 1;
}
.navigation ul {
  overflow: hidden;
  text-align: center;
}
.navigation ul li.now span.bar_area {
  background-color: #38b9d8;
}
.navigation ul li {
  width: 70px;
  display: inline-block;
  margin-right: 8px;
  transition: 0.3s;
      cursor: pointer;
      padding: 15px 3px;

}
.navigation ul li span.bar_area {
    height: 5px;
  border-radius: 4px;
  background-color: #c7d4e4;
  display: block;
}


/* ------------------------------------------------------------------------------------------
animation
------------------------------------------------------------------------------------------ */
li.active ul.explain .animated {
  /* 2秒遅れてアニメする */
  animation-delay: 0.2s;
  /* 3回繰り返す infiniteを指定すると無限ループ*/
  animation-iteration-count: 1;
}
li.active img.animated {
  animation-delay: 0.5s;
  animation-iteration-count: 1;
}
li.active .btn.animated {
  animation-delay: 0.5s;
  animation-iteration-count: 1;
}
li.active .slider_ttl.animated {
  animation-delay: 0s;
  animation-iteration-count: 1;
}
.exp_hello .animated {
  animation-delay: 0.7s;
  animation-iteration-count: 1;
}

/* ------------------------------------------------------------------------------------------
最後スライドのリンクボタンエリア
------------------------------------------------------------------------------------------ */

/* 点滅 */
.blinking{
  -webkit-animation:blink 1s ease-in-out infinite alternate;
  -moz-animation:blink 1s ease-in-out infinite alternate;
  animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}
@-moz-keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}
@keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}

ul.slide_pager > li.exp_links {

}
ul.slide_pager > li.exp_links > div.linkbtn {
  padding-top: 49px;
}
ul.slide_pager > li.exp_links > div.linkbtn div.btn {
  margin-bottom: 12px;
  display: block;
  width: 70%;
  margin: 0 auto 28px;
}
ul.slide_pager > li.exp_links > div.linkbtn div.btn a {
  position: relative;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 27px 14px 24px 22px;

  background : -moz-linear-gradient(50% 0% -90deg,rgba(44, 166, 224, 1) 0%,rgba(75, 140, 202, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(44, 166, 224, 1) 0%, rgba(75, 140, 202, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(44, 166, 224, 1) ),color-stop(1,rgba(75, 140, 202, 1) ));
  background : -o-linear-gradient(-90deg, rgba(44, 166, 224, 1) 0%, rgba(75, 140, 202, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(44, 166, 224, 1) 0%, rgba(75, 140, 202, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2CA6E0', endColorstr='#4B8CCA' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(44, 166, 224, 1) 0%, rgba(75, 140, 202, 1) 100%);
  border-radius : 7px;
  -moz-border-radius : 7px;
  -webkit-border-radius : 7px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2CA6E0',endColorstr='#4B8CCA' , GradientType=0);

}
ul.slide_pager > li.exp_links > div.linkbtn div.btn a i {
  font-size: 20px;
  color: #fff;
  margin-right: 6px;

  position: absolute;
  left:27px;


}
ul.slide_pager > li.exp_links > div.linkbtn div.btn a span.ttl {
  text-align: center;
  font-size: 20px;
  color: #fff;
}
ul.slide_pager > li.exp_links > div.btn_txt {
  text-align: center;
  margin-top: 30px;
}
/*ul.slide_pager > li.exp_links > div.btn_txt span.ttl {
  color: #0070c0;
  font-size: 15px;
  text-align: center;
}*/
ul.slide_pager > li.exp_links > div.btn_txt span.ttl {
    color: #0070c0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
}
ul.slide_pager > li.exp_links > div.btn_txt span.ttl a {
  color: #0070c0;
    font-size: 18px;
  text-align: center;
  text-decoration: underline;
}
#wizard_slide > ul.slide_pager > li > * {
  z-index: 2;
  position: relative;
}
#wizard_slide > ul.slide_pager > li > img.bg {
  z-index: 1;
}


/* ------------------------------------------------------------------------------------------
トライアルのバナーエリア
------------------------------------------------------------------------------------------ */

#banner {
  padding: 0 0 18px;
}
#banner a {
  text-decoration: none;
}
#banner a h2 {
  background-color: #23a9ff;
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
  color: #fff;
  padding-left: 16px;
  padding-top: 4px;
  padding-bottom: 1px;
}
#banner a p.txt {
  padding: 0 16px;
  font-size: 13px;
  margin-bottom: 7px;
  margin-top: 13px;
  color: #181818;
}
#banner a button {
  transition: 0.2s;
  background-color: #23a9ff;
  padding: 8px 9px 6px;
  display: block;
  margin: 0 auto;
  border-color: #23a9ff;
  cursor: pointer;
}
#banner a button i {
  color: #fff;
  text-align: left;
  font-size: 13px;
  margin-right: 6px;
  transition: 0.2s;
  font-weight: 700;
  font-weight: normal;
  cursor: pointer;
}
#banner a button span.txt {
  text-align: center;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
#banner a button:hover {
  background-color: #73c3f7;
  border-color: #73c3f7;
  cursor: pointer;
  display: block;
}
#banner img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#banner img:hover {
  opacity: 0.7;
}


#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li ul.explain li {
    padding-left: 0;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li ul li span.tidt {
    text-indent: -0.8em;
    padding-left: 0.8em;
    text-align: left;
    display: inline-block;
}


@media all and (min-width:1280px) {
  #wizard #wizard_inner > div.row > div.col > #wizard_slide {
    width: 100% !important;
  }
  #wizard_slide > ul.slide_pager > li > img.bg {
    right: 8px;
    bottom: 64px;
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li > img.bg {
    right: 8px;
    bottom: 64px;
  }
}
@media all and (min-width:767px) {
  #wizard {
    background-color: #fff;
    border-radius: 1px;
    padding: 20px 50px;
    margin: 30px auto;
    position: relative;

    max-height: 660px;

    text-align: center;

    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide {
    padding: 16px 40px;
    box-sizing: border-box;
    border: 0;
    width: 98%;
    height: auto;
  }
}

@media all and (min-width:1301px) {
  img.pc {
    display: inherit !important;
  }
  img.tab {
    display: none !important;
  }
}
@media all and (max-width:1300px) and (min-width:767px) {
  img.pc {
    display: none !important;
  }
  img.tab {
    display: inherit !important;
  }
}
@media all and (max-width:1300px) and (min-width:980px) {
  #wizard {
    max-height: 580px !important;
    width: 89% !important;
  }
  #wizard_slide > ul > li.active > img:not(.bubbles) {
    max-width: 82% !important;
    height: auto;
  }
  #wizard_slide > ul > li.active > img.bubbles {
    max-width: 702px !important;
    height: auto;
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide {
   width: auto; 
 }
 #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li {
  min-height: 548px;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li > img.bg {
  bottom: 29px;
  z-index: 1;
}
ul.slide_pager > li.exp_links > div.linkbtn {
  padding-top: 29px;
}
#wizard_slide > ul > li.active:not(.exp_bubbles) > img {
  /*max-width: 890px !important;*/
  height: auto;
}
}
@media all and (max-width:1100px) and (min-width:980px) {

  #wizard_slide > ul > li.active:not(.exp_bubbles) > img {
    /*max-width: 800px !important;*/
    height: auto;
  }
  #wizard_slide > ul > li.active.exp_bubbles > img {
    /*max-width: 840px !important;*/
    height: auto;
  }
}
@media all and (max-width:879px) {

}


@media all and (max-width:979px) and (min-width:767px) {
  #wizard #wizard_inner > div.row > div.col > #wizard_slide {
    width: 100%;
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li > img.bg {
    width: 270px;
    right: 10px !important;
    bottom: 60px !important;
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_screenshot img {
        margin-top: 38px !important;
    width: 785px;
    width: auto;
    max-width: 100% !important;
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li img.bubbles {
    margin-top: 16px;
  }
  ul.slide_pager > li.exp_links > div.linkbtn div.btn {
    margin-bottom: 12px;
    width: 90%;
    margin: 0 auto 28px;
  }
  ul.slide_pager > li.exp_links > div.linkbtn div.btn a {

  }
  ul.slide_pager > li.exp_links > div.linkbtn div.btn a i {
    font-size: 17px;
  }
  ul.slide_pager > li.exp_links > div.linkbtn div.btn a span.ttl {
    font-size: 17px;
  }

}

/* 15.6inch Monitor taisaku */
@media all and (min-width:768px) {
  body.height_adjuster #wizard {
    max-height: 580px !important;
    width: 89% !important;
    max-width: 1200px;
  }
  body.height_adjuster #wizard_slide > ul > li.active > img:not(.bubbles) {
    max-width: 900px !important;

    height: auto;
  }
  body.height_adjuster #wizard_slide > ul > li.active > img.bubbles {
    max-width: 670px !important;
    max-width: 778px !important;
    height: auto;
  }
  body.height_adjuster #wizard #wizard_inner > div.row > div.col > #wizard_slide {
   width: auto; 
  }
  body.height_adjuster #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li {
    min-height: 548px;
  }
  body.height_adjuster #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li > img.bg {
    bottom: 29px;
    z-index: 1;
  }
  body.height_adjuster ul.slide_pager > li.exp_links > div.linkbtn {
    padding-top: 29px;
  }
  body.height_adjuster #wizard_slide > ul > li.active:not(.exp_bubbles) > img {
    /*max-width: 890px !important;*/
    height: auto;
  }
  body.height_adjuster #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li ul.explain li {
    padding-left: 8px;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
  }

}

@media all and (max-width:979px) and (min-width:767px) {
  body #wizard {
    max-height: 580px !important;
    width: 89% !important;
  }
  body #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li {
    min-height: 548px;
  }
  body #wizard_slide > ul > li.active > img:not(.bubbles) {
    max-width: 900px !important;
    height: auto;
  }
  body #wizard_slide > ul > li.active > img.bubbles {
    max-width: 670px !important;
    height: auto;
  }
  body #wizard #wizard_inner > div.row > div.col > #wizard_slide {
    width: 100%;
  }
  body #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li > img.bg {
    width: 270px;
    right: 10px !important;
    bottom: 37px !important;
  }
  body.height_adjuster #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_screenshot img {
    /*margin-top: 100px;*/
  }
  body.height_adjuster #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li img.bubbles {
    /*margin-top: 56px;*/
  }
  body.height_adjuster ul.slide_pager > li.exp_links > div.linkbtn div.btn {
    margin-bottom: 12px;
    width: 90%;
    margin: 0 auto 28px;
  }
  body.height_adjuster ul.slide_pager > li.exp_links > div.linkbtn div.btn a {

  }
  body.height_adjuster ul.slide_pager > li.exp_links > div.linkbtn div.btn a i {
    font-size: 17px;
  }
  body.height_adjuster ul.slide_pager > li.exp_links > div.linkbtn div.btn a span.ttl {
    font-size: 17px;
  }

}


@media all and (max-width:849px) and (min-width:767px) {
  body #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li > img.bg {
width: 202px;
    right: 12px !important;
    bottom: 33px !important;
    top: auto;
    left: auto;
  }
}


@media all and (max-width:767px) {
  .sp {
    display: inherit !important;
  }
    #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li > img.bg {
    position: relative;
    left:0;
    top:0;
    right:0;
    bottom:0;
    display: block;
    margin: 20px;
  }

#wizard {
    background-color: #fff;
    border-radius: 1px;
    padding: 0px;
    margin: 0px auto;
    margin: 11px !important;
    width: calc(100% - 22px) !important;
    height: calc(100% - 22px) !important;
    overflow: hidden;
    
    box-sizing: border-box;
    position: relative;
    max-height: auto;
    text-align: center;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%) translateX(0%);
    -webkit- transform: translateY(0%) translateX(0%);
}
  #navigation {
    display: none;
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > div.button {
    display: none !important;
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li {
    padding: 20px;
  }
  #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_hello h1.special {
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
   width: 88%;
/*     position: relative;
     top: auto; 
     left: auto; 
     transform: translateY(0) translateX(0); 
    -webkit- transform: translateY(0) translateX(0);*/
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_hello h1.special span.txt {
    padding-top: 21px;
    font-size: 25px;
    letter-spacing: 8px;
    position: relative;
    top: 6px;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li {
    min-height: auto;
}
#wizard #wizard_inner {
    width: 100%;
    padding: 0;
    margin: 0;
}
#wizard #wizard_inner > div.row {
    width: 100%;
    margin: 0;
    padding: 0;
}
#wizard,
#wizard > div,
#wizard > div > div,
#wizard > div > div > div,
#wizard > div > div > div > div,
#wizard > div > div > div > div > div,
#wizard > div > div > div > div > div > div {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager {
    width: 100%;
    height: 100%;
        height: calc(100% - 30px);
    margin: 0;
    padding: 0 0 30px;
    overflow-y: scroll;
    position: relative;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_hello h1.special img {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
}
body {
      overflow: hidden;
      /*padding: 14px;*/
      /*box-shadow: 0px 0px 3px #333;*/
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_hello h1.special div.next {
  margin-top: 90px;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li div.pager {
  text-align: center;
  font-size: 14px;
  padding: 8px 22px 5px;
  border-radius: 24px;
  color: #fff;
  background-color: #3d8bcb;
  border: 1px solid #3d8bcb;
  line-height: 1.6;
  display: block !important;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li div.pager i {
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li div.pager {

}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li div.pager {

}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li h2 {
  text-align: center;
    padding: 8px 0 6px;
    font-size: 17px;
    color: #084b9e;
    padding-left: 8px;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 1.5;
    font-weight: bold;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager {

}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li ul.explain li {
    padding-left: 26px;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 21px;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li ul.explain li strong + br {
  display: none;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li ul.explain li strong {
font-size: 15px;
    font-weight: bold;
    color: #084b9e;
    margin-bottom: 5px;
    display: block;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li ul.explain li i {
    position: absolute;
    font-size: 20px;
    left: 0;
    font-weight: bold;
    top: 0px;
    color: #084b9e;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li > img.bg {
  display: none;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li > div.bg_wrap {
height: 179px;
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 35px;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li > div.bg_wrap img.bg {
width: 293px;
    margin-top: -9%;
    max-width: 300%;
    margin-left: auto;
    margin-right: auto;

/*        width: 63%;
    margin-top: -6%;
    max-width: 300%;
    margin-left: 3%;*/
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li img.pc,
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li img.tab {
  display: none !important;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li span.imgttl {
    border: 2px solid #3d8bcb;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border-radius: 2px;
    color: #3d8bcb;
    padding: 2px 8px 0px;
    width: 94%;
    margin-bottom: 12px;
    margin-top: 22px;
    margin: 0 auto 15px;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li img.sp {
  display: block;
  margin-bottom: 24px;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_merit > div.bg_wrap img.bg {
    width: 353px;
    margin-top: -7%;
    max-width: 300%;
    margin-left: 0%;
}
ul.slide_pager:not(.sp) {
  display: none;
}
ul.slide_pager > li.exp_links > div.linkbtn div.btn {
    margin-bottom: 12px;
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    /*display: none;*/
}
ul.slide_pager > li.exp_links > div.linkbtn div.btn.sp {
  display: block;
      white-space: normal;
}
ul.slide_pager > li.exp_links > div.linkbtn div.btn a {
    position: relative;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 10px 8px 10px 31px;
    color: #fff;
}
ul.slide_pager > li.exp_links > div.linkbtn div.btn a i {
font-size: 14px;
    color: #fff;
    margin-right: 9px;
    position: absolute;
    left: 10px;
    top: 12px;
    font-weight: bold;
}
ul.slide_pager > li.exp_links > div.linkbtn div.btn a span.ttl {
    text-align: center;
    font-size: 14px;
    color: #fff;
}
ul.slide_pager > li.exp_links > div.btn_txt {
text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
ul.slide_pager > li.exp_links > div.btn_txt span.ttl {
    color: #0070c0;
    font-size: 12px;
    text-align: center;
}
ul.slide_pager > li.exp_links > div.btn_txt span.ttl a {
    color: #0070c0;
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
}
ul.slide_pager > li.exp_links > div.linkbtn {
    padding-top: 10px;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li ul.explain {
    overflow: hidden;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_hello h1.special {
    margin-top: 10%;
}
html {
      overflow: hidden;
}

/*animation*/
ul.slide_pager > li.exp_links > div.btn_txt,
#wizard_slide > ul.slide_pager > li > div.bg_wrap img.bg {
      animation-delay: 1s;
}
div.animated.fadeIn.pager {
      animation-delay: 1s;
      /*animation-duration:1s;*/
}
ul.slide_pager > li.exp_links div.animated.fadeIn.pager {
      animation-delay: 1.7s;
}



#wizard ul.slide_pager > li .fs32 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 4px;
}


}




/*20191004*/
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.page1 h1.mincho {
    font-size: 34px;
    line-height: 1.3;
    letter-spacing: 4px;
    font-family: YuMincho, "游明朝",serif;
    font-weight: 500;
    color: #0084ff;
    text-align: center;
    font-weight: bold;
    
}

#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.page1 img.logos{
    margin-top: 4% !important;
    width: 100% !important;
    max-width: 82% !important;

}


/*Slide1*/
#wizard_slide > ul:nth-child(5) > li.exp_about.slide.active:nth-child(1) > div.allctr {
  margin-top: 17%;
}
body.height_adjuster #wizard_slide > ul:nth-child(5) > li.exp_about.slide.active:nth-child(1) > div.allctr {
  margin-top: 15%;
}
/*2*/
body:not(.height_adjuster) #wizard_slide > ul:nth-child(5) > li.slide.active:nth-child(2) > div.allctr h1 {
  margin-bottom: 50px !important;
}
body.height_adjuster #wizard_slide > ul:nth-child(5) > li.slide.active:nth-child(2) > div.allctr h1 {
  margin-bottom: 40px !important;
}
body:not(.height_adjuster) #wizard_slide > ul:nth-child(5) > li.slide.active:nth-child(2) > div.allctr {
  margin-top: 3%;
}
body.height_adjuster #wizard_slide > ul:nth-child(5) > li.slide.active:nth-child(2) > div.allctr {
  margin-top: 3%;  
}


#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li:nth-child(7) {
    width: 96%;
    margin: 0 auto;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li:nth-child(7) h1 {
  margin-bottom: 10px;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li:nth-child(8) img {
    width: 70%;
    margin-top: 4%;
}
body.height_adjuster #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li:nth-child(8) img {
    width: 64%;
    margin-top: 2%;
}

@media (max-width: 1300px) and (min-width: 767px) {
  img.tab {
    display: inherit !important;
    width: 68%;
  }
}



#wizard div.qanda_box {
  max-width: 47%;
  overflow: hidden;
  margin-top: 15px;
}
#wizard div.qanda_box {
  max-width: 46%;
}
#wizard div.qanda_box.left {
  float: left;
}
#wizard div.qanda_box.right {
  float: right;
  margin-left: 50px;
}
#wizard div.qanda_box div.qanda_set {
    margin: 0px 0 21px 0;
    text-align: left;
    float: left;
    width: 100%;
}
#wizard div.qanda_box div.qanda_set:nth-child(2n) {

}
#wizard div.qanda_box div.qanda_set > div.q_moji {
  width: 28px;
  float: left;
  vertical-align: top;
}
#wizard div.qanda_box div.qanda_set > div.txt {
  width: calc(100% - 45px);
  vertical-align: top;
}
#wizard div.qanda_box div.qanda_set > div.txt > p.question {
vertical-align: top;
    margin-top: 6px;
    line-height: 1.3;
    margin-left: 6px;
}
#wizard div.qanda_box div.qanda_set > div.txt > p.answer {
  margin-top: 9px;
  position: relative;
  padding-left: 20px;
      line-height: 1.3;
}
#wizard div.qanda_box div.qanda_set > div.txt > p.answer span.arrow {
  position: absolute;
  left:0;
  top:0;

}
#wizard div.qanda_box div.qanda_set > div.txt > p.answer span.arrow {

}
#wizard div.qanda_box div.qanda_set ul.editions {
}
#wizard div.qanda_box div.qanda_set ul.editions {
      width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 7px;
}
#wizard div.qanda_box div.qanda_set ul.editions li {
width: 50%;
    float: left;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    text-align: left;
    font-weight: bold !important;
    font-feature-settings: normal;
        font-size: 13px;
}
#wizard div.qanda_box div.qanda_set ul.editions li:nth-child(2n) {
}
@media all and (max-width:4000px) and (min-width:1401px) {
  
}
@media all and (max-width:1800px) and (min-width:1200px) {
  body.height_adjuster #wizard div.qanda_box {
    margin-top: 0px;
  }
  body.height_adjuster #wizard div.qanda_box div.qanda_set > div.txt > p.question {
    font-size: 18px;
  }
  body.height_adjuster #wizard div.qanda_box div.qanda_set ul.editions li {
    font-size: 14px;
  }
}
@media all and (max-width:1300px) and (min-width:1000px) {
  body #wizard div.qanda_box {
    margin-top: 20px;
  }
  body #wizard div.qanda_box div.qanda_set > div.txt > p.question {
    font-size: 18px;
  }
  body #wizard div.qanda_box div.qanda_set ul.editions li {
    font-size: 14px;
  }
}
@media all and (max-width:1200px) and (min-width:750px) {
  body.height_adjuster #wizard div.qanda_box div.qanda_set > div.txt > p.question {
    font-size: 18px;
  }
  body.height_adjuster #wizard div.qanda_box div.qanda_set ul.editions li {
    font-size: 14px;
  }
}





/*


 */

#wizard ul.slide_pager > li .mp0 {
  margin: 0;
  padding: 0;
}
#wizard ul.slide_pager > li h1 {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
}
#wizard ul.slide_pager > li h1.ctr {

}
#wizard ul.slide_pager > li h1.lftside {

}
#wizard ul.slide_pager > li p.t1 {

}
#wizard ul.slide_pager > li p.sb {

}
#wizard ul.slide_pager > li .fs16 {
  font-size: 16px;
}
#wizard ul.slide_pager > li .fs18 {
  font-size: 18px;
}
#wizard ul.slide_pager > li .fs20 {
  font-size: 20px;
}
#wizard ul.slide_pager > li .fs24 {
  font-size: 24px;
}
#wizard ul.slide_pager > li .fs25 {
  font-size: 25px;
}
#wizard ul.slide_pager > li .fs26 {
  font-size: 26px;
}
#wizard ul.slide_pager > li .fs28 {
  font-size: 28px;
      line-height: 1.4;
}
#wizard ul.slide_pager > li .fs30 {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 4px;
}
#wizard ul.slide_pager > li .fs32 {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 2px;
}
#wizard ul.slide_pager > li .fs34 {
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 4px;
}
#wizard ul.slide_pager > li .fs47 {
  font-size: 47px;
  line-height: 1.2;
  letter-spacing: 6px;
}
#wizard ul.slide_pager > li .fwn {
  font-weight: normal !important;
}
#wizard ul.slide_pager > li .fwb {
  font-weight: bold !important;
}
#wizard ul.slide_pager > li .ffmin {
  font-family: YuMincho, "游明朝",serif;
  font-weight: 500;
}
#wizard ul.slide_pager > li .ffgo {
  font-family: YuGothic, "游ゴシック",sans-serif;
  font-weight: 500;
}
#wizard ul.slide_pager > li .c1 {
      color: #1059ca; /* gold */
}
#wizard ul.slide_pager > li .c2 {
  color: #182c58; /* navy */
}
#wizard ul.slide_pager > li .c3 {
  color: #443936; /* navy */
}
#wizard ul.slide_pager > li .tac {
  text-align: center;
}
#wizard ul.slide_pager > li .tale {
  text-align: left;
}
#wizard ul.slide_pager > li .tari {
  text-align: right;
}
#wizard ul.slide_pager > li .imgctr {

}
#wizard ul.slide_pager > li .imgone {
  margin-top: 20px;
}
#wizard ul.slide_pager > li .obi {
  width: 811px;
  height: 54px;
  background: url("../../images/for_subscriber/s2_obi.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 auto;
  margin-top: 30px;
}
#wizard ul.slide_pager > li .obi p {
  margin: 0;
  padding: 0;
  padding-top: 8px;
  color: #ffffd7;
}
#wizard .slide_pager > li .dib {
  display: inline-block;
}

#wizard_inner {
    background: url(/introduction/shared_introduction/images/introduction/free_bg.png) no-repeat center bottom -20px #ffffff;
    -webkit-background-size: cover;
    background-size: cover;
    width: 98% !important;
    height: 100%;
}


@media all and (max-width:767px) {

#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.page1 h1.mincho {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 4px;
    font-family: YuMincho, "游明朝",serif;
    font-weight: 500;
    color: #0084ff;
    text-align: center;
    font-weight: bold;
    
}

#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.page1 img.logos {
      margin-top: 4% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 2%;
}

  #wizard ul.slide_pager > li .fs32 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 4px;
  }
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li ul.explain li {
    padding-left: 0;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li ul li span.tidt {
text-indent: -1em;
    padding-left: 1em;
        text-indent: -0.8em;
    padding-left: 0.8em;
    text-align: left;
    display: inline-block;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li.exp_about.slide.active:nth-child(1) > div.allctr {
    margin-top: 11%;
    margin-bottom: 10%;
}
#wizard_inner {
    background: url(/introduction/shared_introduction/images/introduction/free_bg.png) no-repeat center bottom -20px #ffffff;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100% !important;
    height: 100%;
}

#wizard div.qanda_box {
    margin-top: 15px;
    max-width: 100%;
}
#wizard div.qanda_box.left {
    float: none;
}
#wizard div.qanda_box.right {
    float: none;
    margin-left: 0;
}
#wizard div.qanda_box div.qanda_set {
    margin: 0px 0 19px 0;
    text-align: left;
    float: none;
    width: 100%;
}
#wizard div.qanda_box div.qanda_set > div.q_moji {
    width: 28px;
    float: left;
    vertical-align: top;
}
#wizard div.qanda_box div.qanda_set > div.txt {
    width: calc(100% - 45px);
    vertical-align: top;
}
#wizard div.qanda_box div.qanda_set > div.txt > p.question {
    vertical-align: top;
    margin-top: 6px;
    line-height: 1.4;
    margin-left: 6px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}
#wizard div.qanda_box div.qanda_set > div.txt > p.answer {
    margin-top: 4px;
    position: relative;
    padding-left: 18px;
    line-height: 1.6;
    font-size: 14px;
}
#wizard div.qanda_box div.qanda_set > div.q_moji {
    width: 20px;
    float: left;
    vertical-align: top;
    font-size: 19px;
    padding-bottom: 0px;
    position: relative;
    top: -1px;
}


ul.slide_pager > li.exp_links > div.linkbtn div.btn a span.ttl {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

body.height_adjuster #wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li:nth-child(8) img {
width: 104%;
    margin-top: 2%;
    max-width: 120%;
    margin-left: -2%;
}
#wizard div.qanda_box div.qanda_set ul.editions li {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    text-align: left;
    font-weight: bold !important;
    font-feature-settings: normal;
    font-size: 13px;
}

}



/*VER2*/
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li:nth-child(1) h1 {
  margin-top: 20px !important;
  margin-bottom: 70px !important;
}



@media all and (max-width: 750px) {

#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li:nth-child(1) h1 {
  margin-top: 15% !important;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li:nth-child(1) img.logo {
  width: 235px !important;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li:nth-child(1) h1 {
    font-size: 20px !important;
}
#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li:nth-child(1) p {
  font-size: 12px !important;
}


#wizard #wizard_inner > div.row > div.col > #wizard_slide > ul.slide_pager > li h1 {
  font-size: 20px;
}




}



@media all and (min-width: 768px){
  #wizard div.qanda_box {
  max-width: 48%;
    margin-left: 0%;
    margin: 0 !important;
  }
}
@media (max-width: 1200px) and (min-width: 1060px){
  body.height_adjuster #wizard div.qanda_box div.qanda_set ul.editions li {
      font-size: 13px;
  }
  body.height_adjuster #wizard_slide > ul:nth-child(5) > li.exp_about.slide.active:nth-child(1) > div.allctr {
    margin-top: 9%;
  }
  body #wizard_slide > ul:nth-child(5) > li.exp_about.slide.active:nth-child(1) > div.allctr {
    margin-top: 14%;
  }
}
@media (max-width: 1060px) and (min-width: 768px){
  #wizard div.qanda_box div.qanda_set ul.editions li {
      font-size: 11px !important;
  }
  #wizard div.qanda_box {
    max-width: 50% !important;
    margin-left: 0% !important;
    margin: 0 !important;
  }
  #wizard div.qanda_box div.qanda_set > div.txt > p.answer {
    padding-left: 10px;
    line-height: 1.3;
    font-size: 13px !important;
  }
  body.height_adjuster #wizard_slide > ul:nth-child(5) > li.exp_about.slide.active:nth-child(1) > div.allctr {
    margin-top: 15%;
  }
  body #wizard_slide > ul:nth-child(5) > li.exp_about.slide.active:nth-child(1) > div.allctr {
    margin-top: 20%;
  }
}


@media (max-width: 1200px) and (min-width: 770px) {
  body.height_adjuster #wizard div.qanda_box div.qanda_set > div.txt > p.question {
    font-size: 18px;
  }
}

