@charset "utf-8";
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  .appBtn {
    display: flex;
    max-width: 820px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .appBtn > li {
    display: table-cell;
    width: 50%;
    padding: 0 55px 0 0;
    text-align: center;
    box-sizing: border-box;
  }
  .appBtn > li + li {
    padding: 0  0 0 55px;
  }
  .appBtn > li img {
    max-height: 60px;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
    vertical-align: middle;
    width: 48%;
  }
    .appBtn > li a + img {
    width: auto;
    max-height: 140px;
    margin-left: 14px;
    -webkit-transition: none;
    transition: none;
  }
  .appBtn > li img:hover {
    opacity: .8;
  }
  .appBtn > li a + img:hover {
    opacity: 1;
  }
  
  td .list-note li{
  font-size: inherit;
  color: inherit;
  }
  
  .feature figure{
      margin-top: 1.5em;
      text-align: center;
  }
  .feature .js-eq1,
  .feature .js-eq2,
  .feature .js-eq3{
      display: table;
      width: 100%;
  }
  .feature .js-eq1 span,
  .feature .js-eq2 span,
  .feature .js-eq3 span{
      display: table-cell;
      vertical-align: middle;
  }
  .feature + .feature{
  margin-top: 65px;
  }
  
/****** slick ******/
.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;
}
  .slider-1{
  margin: 0 auto;
  width: 93%;
  display: none;
  }
.slider-1.slick-initialized{
  display: block; 
  }
  .slider-1 article{
      background-color: #e0e3e8;
      padding-bottom: 1.5em;
      margin: 0 20px;
      height: 45vw;
      max-height: 514px;
  }
  .slider-1 article .wrap{
      margin-top: 1em;
  }
  .slider-1 article p{
      padding: 0 1em;
  }
  .slider-1 article .list-note{
      padding: 0 1em;
      margin-top: 0.5em;
  }
  .slider-1 .slick-next{
      background: url("/popup/bbscan/img/compatible_ic01.png") no-repeat 100% 0;
      width: 25px;
      height: 40px;
      right: -35px;
  }
  .slider-1 .slick-prev{
      background: url("/popup/bbscan/img/compatible_ic01.png") no-repeat 0 0;
      width: 25px;
      height: 40px;
      left: -35px;
  }


  .slider-2{
  margin: 0 auto;
  width: 100%;
  max-width: 471px;
  display: none;
  z-index: 1;
  }
.slider-2.slick-initialized{
  display: block; 
  }
  .slider-2 .slick-next{
      background: url("/popup/bbscan/img/compatible_ic01.png") no-repeat 100% 0;
      width: 25px;
      height: 40px;
      right: -3px;
      z-index: 2;
  }
  .slider-2 .slick-prev{
      background: url("/popup/bbscan/img/compatible_ic01.png") no-repeat 0 0;
      width: 25px;
      height: 40px;
      left: -3px;
      z-index: 2;
  }
  
  
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .appBtn > li {
    padding: 0 calc((10/768)*100vw) 0 0;
  }
  .appBtn > li + li {
    padding: 0 0 0 calc((10/768)*100vw);
  }
}
  
  
/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  .appImage {
    width: 75px;
  }
  .appBtn {
    display: flex;
    max-width: 600px;
    justify-content: center;
    margin: 0 auto;
  }
  .appBtn > li {
  width: 48%;
    text-align: center;
    box-sizing: border-box;
  }
  .appBtn > li + li {
  width: 52%;
    margin-left: 4.6%;
    text-align: center;
  }
  .appBtn > li a{
      display: block;
  }
  .appBtn > li img {
    width: auto;
  }
    .appBtn > li a + img {
    max-height: 140px;
    margin-top: 10%;
  }
  td .list-note li{
  font-size: inherit;
  color: inherit;
  }
  .feature figure{
      margin-top: 1.5em;
      text-align: center;
  }
  .feature .column_item{
      padding: 0 15px;
  }
  .feature .column_item + .column_item,
  .feature + .feature{
      padding-top: 2em;
      margin-top: 2.5em;
      border-top: #ddd solid 2px;
  }
  
  
  /****** slick ******/
.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;
}
  .slider-1{
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  display: none;
  }
.slider-1.slick-initialized{
  display: block; 
  }
  .slider-1 article{
      background-color: #e0e3e8;
      margin: 0 1.5%;
      height: 114vw;
  }
    .slider-1 article .thum{
        text-align: center;
    }
    .slider-1 article img{
        display: inline-block;
    }
  .slider-1 article .wrap{
      margin-top: 1em;
  }
  .slider-1 article p{
      padding: 0 1em;
  }
  .slider-1 article .list-note{
      padding: 0 1em;
      margin-top: 0.5em;
  }
  .slider-1 .slick-next{
      background: url("/popup/bbscan/img/compatible_ic01.png") no-repeat 100% 0;
      background-size: 40px auto;
      width: 20px;
      height: 30px;
      right: 0;
      z-index: 2;
  }
  .slider-1 .slick-prev{
      background: url("/popup/bbscan/img/compatible_ic01.png") no-repeat 0 0;
      background-size: 40px auto;
      width: 20px;
      height: 30px;
      left: 0;
      z-index: 2;
  }
  .slider-2{
  margin: 0 auto;
  width: 100%;
  max-width: 430px;
  display: none;
  z-index: 1;
  }
.slider-2.slick-initialized{
  display: block; 
  }
  .slider-2 figure{
      margin-left: 3.5%;
      margin-right: 3.5%;
  }
  .column-layout figure img{
      width: 57.8%;
  }
  @media only screen and (max-width: 567px) {
    .column-layout figure img{
      width: 55.9%;
    }
  }
    @media only screen and (max-width: 467px) {
    .column-layout figure img{
      width: 71.9%;
    }
  }
    .slider-2 figure img{
      width: 100%;
  }
  .slider-2 .slick-next{
      background: url("/popup/bbscan/img/compatible_ic01.png") no-repeat 100% 0;
      background-size: 40px auto;
      width: 20px;
      height: 30px;
      right: 12%;
      z-index: 2;
  }
  .slider-2 .slick-prev{
      background: url("/popup/bbscan/img/compatible_ic01.png") no-repeat 0 0;
      background-size: 40px auto;
      width: 20px;
      height: 30px;
      left: 12%;
      z-index: 2;
  }
}