@charset "utf-8";

/* --------------------------------
    header
-------------------------------- */
.header {
  width: 100%;
  max-width: 100vw;
  height: 16.667vw;
  background: #fff;
  margin:  0 ;
}

.header .inner {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.header h1 {
width: 18.267vw;
margin: 2.4vw 0 0 2.667vw;
}

.header .head_btn {
width: 47.067vw;
margin: 2.933vw 2.667vw 0 0;
}

.inner {
  max-width: 100vw;
  margin: 0 auto ;
}

@media print, screen and (min-width:750px) {
  .rover {
    opacity: 1;
    transition: opacity .2s;
  }

  .rover:hover {
    opacity: .6;
    transition: opacity .2s;
  }
}

#wrap {
  max-width: 100vw;
  margin: 0 auto;
  box-shadow: 0 0 1.067vw rgba(0, 0, 0, .05);
  background-color: #fff;
}
img {
  width: 100%;
}


/* --------------------------------
    contents
-------------------------------- */
.tel {
  color: #ff7212;
}


/* --------------------------------
    #sec01
-------------------------------- */
#sec01 {
}
#sec01 .inner {
  background-color: #f8fafb;
}
#sec01 .sec01__list {
  display: flex;
  justify-content: space-between;
  margin: 3.2vw 2vw 0;
}
#sec01 .sec01__list:first-of-type {
  margin: 4.667vw 2vw 5.333vw;
}
#sec01 .sec01__list .list__item {
  width: 46.933vw;
}
#sec01 .sec01__list .list__item02 {
  width: 100%;
}
#sec01 h3 {
  width: 96vw;
  margin: 0 auto;
}
#sec01 ul {
  padding: 4.667vw 2vw 2.667vw;
}
#sec01 ul li {
  font-size: 2.4vw;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}
#sec01 ul li + li {
  margin-top: 1.333vw;
}


/* --------------------------------
    #sec02
-------------------------------- */
#sec02 {
  margin: 5.5vw auto 0;
}
#sec02 .inner {
  background-color: #007da5;
  padding: 5.333vw 0 5.067vw 0;
}
#sec02 h2 {
  width: 89.333vw;

  margin: 0 auto;
}
#sec02 .sec02__list {
  display: flex;
  justify-content: space-between;
  margin: 3.333vw 5.333vw 0;
}
#sec02 .sec02__list .list__item {
  width: 43.333vw;
}

/* --------------------------------
    #sec03
-------------------------------- */
#sec03 {
}
#sec03 .inner {
  padding: 10.667vw 0 12.933vw 0;
}
#sec03 h2 {
  width: 89.333vw;
  margin: 0 auto;
}
#sec03 .sec03__list {
  display: flex;
  justify-content: space-between;
  margin: 5.333vw 5.333vw 0;
}
#sec03 .sec03__list .list__item {
  width: 28.533vw;
}
#sec03 .sec03__list--02 {
  display: flex;
  justify-content: space-between;
  margin: 1.867vw 5.333vw 0;
}
#sec03 .sec03__list--02 .list__item {
  width: 43.467vw;
}

/* --------------------------------
    #sec04
-------------------------------- */
#sec04 {
}
#sec04 .inner {
  background-color: #edf7fd;
  padding: 5.333vw 0;
}
#sec04 .item__cont {
  margin: 0 5.333vw;
  padding: 5.333vw 0;
  background-color: #fff;
  border-radius: 1.333vw;
}
#sec04 .item__cont + .item__cont {
  margin-top: 5.333vw;
}
#sec04 .item__cont h2 {
  width: 78.667vw;
  margin: 0 auto;
}
#sec04 .item__cont h3 {
  width: 78.667vw;
  padding-top: 6vw;
  margin: 0 auto;
}
#sec04 .item__cont .item__price {
  width: 78.667vw;
  padding-top: 2.667vw;
  margin: 0 auto;
}
#sec04 .item__cont .item__btn {
  width: 79.733vw;
  padding-top: 3.467vw;
  margin: 0 auto;
}
#sec04 .item__cont .item__list {
  padding-top: 4vw;
  margin: 0 5.333vw;
  line-height: 1.667;
  font-size: 2.4vw;
}
#sec04 .item__cont .item__list li {
  display: flex;
}
#sec04 .item__cont .item__list li .list__txt {
  flex: 1;
}
#sec04 .item__cont .item__list li .list__icon--01 {
  width: 1.3em;
}
#sec04 .item__cont .item__list li .list__icon--02 {
  width: 2.3em;
}

@media print, screen and (max-width:750px) {
  #sec04 .pc {
    display: none;
  }
}
@media print, screen and (min-width:750px) {
  #sec04 .sp {
    display: none;
  }
}

/* --------------------------------
    carousel
-------------------------------- */
.simple-slider{
  margin: 4vw 4.667vw 0;
}
.slick-slide {
  margin: 0 0.667vw;
}

.slick-loading .slick-list
{
  background: #fff;
}

/* Dots */
#wrap {
  .slick-dotted.slick-slider
  {
      margin-bottom: 4vw;
  }
  .slick-dots
  {
      position: absolute;
      bottom: -4vw;
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
  }
  .slick-dots li
  {
      position: relative;
      display: inline-block;
      width: 2vw;
      height: 2vw;
      margin: 0 0.667vw;
      padding: 0;
      cursor: pointer;
  }
  .slick-dots li button
  {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 2vw;
      height: 2vw;
      padding: 0;
      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
  {
    border-radius: 50%;
    background-color: #e5e5e5;
  }
  .slick-dots li button:before
  {
      font-family: 'slick';
      font-size: 0.8vw;
      line-height: 2vw;
      position: absolute;
      top: 0;
      left: 0;
      width: 2vw;
      height: 2vw;
      content: '';
      text-align: center;
      background-color: #e5e5e5;
      border-radius: 50%;
      opacity: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before
  {
    background-color: #000;
    border-radius: 50%;
  }
}


/* --------------------------------
    #sec05
-------------------------------- */
#sec05 {
}
#sec05 .inner {
  padding: 13.333vw 5.333vw 16.4vw;
  border-bottom: 0.267vw solid #ccc;
}
#sec05 h2 {
  width: 75.733vw;
  margin: 0 auto;
}
#sec05 .txt01 {
  width: 23.067vw;
  margin: 0 auto;
  padding-top: 5.467vw;
}
#sec05 .txt02 {
  width: 85.867vw;
  margin: 0 auto;
  padding-top: 4.667vw;
}
#sec05 .txt03 {
  width: 90vw;
  margin: 0 auto;
  padding-top: 8vw;
}
#sec05 .txt04 {
  width: 89.333vw;
  margin: 0 auto;
  padding-top: 5.333vw;
}


/* --------------------------------
    footer
-------------------------------- */
.linkBox {
  padding: 10.667vw;
}

.linkBox ul {
  font-size: 2.667vw;
}

.linkBox ul li {
  line-height: 100%;
}

.linkBox ul li + li {
  margin-top: 2vw;
}

.linkBox ul li a {
  line-height: 100%;
  margin-bottom: 1%;
  color: #0456C6;
  text-decoration: none ;
}

#footer ul {
  width: 94% ;
  margin: 0 3% ;
}

#footer ul li.jadma {
  float: left ;
  width: 30% ;
}

#footer ul li.ssl {
  float: left ;
  width: 25% ;
}

#footer ul li.norton {
  float: left ;
  width: 20% ;
  margin-left:24%;
}

#footer p {
  text-align: center;
  font-size: 75%;
}

#copy {
  clear: both;
  text-align: center;
  font-size: 2.4vw;
  line-height: 1.8;
  color: #fff;
}

#copy .inner {
  padding: 4vw 0;
  background-color: #007da5;
}

.footer-sns {
    max-width: 125.333vw;
    margin: 0 auto;
    padding: 3.2vw 0;
}

.footer-sns > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -2vw;
}

.footer-sns > ul > li {
    margin-left: 4vw;
}

.footer-sns > ul > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    width: 8vw;
    height: 9.333vw;
    font-size: 4vw;
    text-decoration: none;
}


/* --------------------------------
    cfx
-------------------------------- */
.cfx:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.cfx{display: inline-block;}
/* Hides from IE Mac */
* html .cfx{height: 1%;}
.cfx{display:block;}
/* End Hack */


@media print, screen and (min-width:750px) {
  /* --------------------------------
      header
  -------------------------------- */
  .header {
    width: 100%;
    max-width: 750px;
    height: 125px;
    background: #fff;
  }

  .header .inner {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .header h1 {
  width: 137px;
  margin: 18px 0 0 20px;
  }

  .header .head_btn {
  width: 353px;
  margin: 22px 20px 0 0;
  }

  .inner {
    max-width: 750px;
    margin: 0 auto ;
  }

  /* --------------------------------
  button
  -------------------------------- */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }



  #wrap {
    max-width: 750px;
    margin: 0 auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, .05);
    background-color: #fff;
  }
  img {
    width: 100%;
  }


  /* --------------------------------
      contents
  -------------------------------- */
  .tel {
    color: #ff7212;
  }


  /* --------------------------------
      #sec01
  -------------------------------- */
  #sec01 {
  }
  #sec01 .inner {
    background-color: #f8fafb;
  }
  #sec01 .sec01__list {
    display: flex;
    justify-content: space-between;
    margin: 24px 15px 0;
  }
  #sec01 .sec01__list:first-of-type {
    margin: 35px 15px 40px;
  }
  #sec01 .sec01__list .list__item {
    width: 352px;
  }
  #sec01 h3 {
    width: 720px;
    margin: 0 auto;
  }
  #sec01 ul {
    padding: 35px 15px 20px;
  }
  #sec01 ul li {
    font-size: 18px;
    padding-left: 1em;
    text-indent: -1em;
  }
  #sec01 ul li + li {
    margin-top: 10px;
  }


  /* --------------------------------
      #sec02
  -------------------------------- */
  #sec02 {
    margin: 2.5vw auto 0;
}
  #sec02 .inner {
    background-color: #007da5;
    padding: 40px 0 38px 0;
  }
  #sec02 h2 {
    width: 670px;
    margin: 0 auto;
  }
  #sec02 .sec02__list {
    display: flex;
    justify-content: space-between;
    margin: 25px 40px 0;
  }
  #sec02 .sec02__list .list__item {
    width: 325px;
  }

  /* --------------------------------
      #sec03
  -------------------------------- */
  #sec03 {
  }
  #sec03 .inner {
    padding: 80px 0 97px 0;
  }
  #sec03 h2 {
    width: 670px;
    margin: 0 auto;
  }
  #sec03 .sec03__list {
    display: flex;
    justify-content: space-between;
    margin: 40px 40px 0;
  }
  #sec03 .sec03__list .list__item {
    width: 214px;
  }
  #sec03 .sec03__list--02 {
    display: flex;
    justify-content: space-between;
    margin: 14px 40px 0;
  }
  #sec03 .sec03__list--02 .list__item {
    width: 326px;
  }

  /* --------------------------------
      #sec04
  -------------------------------- */
  #sec04 {
  }
  #sec04 .inner {
    background-color: #edf7fd;
    padding: 40px 0;
  }
  #sec04 .item__cont {
    margin: 0 40px;
    padding: 40px 0;
    background-color: #fff;
    border-radius: 10px;
  }
  #sec04 .item__cont + .item__cont {
    margin-top: 40px;
  }
  #sec04 .item__cont h2 {
    width: 590px;
    margin: 0 auto;
  }
  #sec04 .item__cont h3 {
    width: 590px;
    padding-top: 45px;
    margin: 0 auto;
  }
  #sec04 .item__cont .item__price {
    width: 590px;
    padding-top: 20px;
    margin: 0 auto;
  }
  #sec04 .item__cont .item__btn {
    width: 598px;
    padding-top: 26px;
    margin: 0 auto;
  }
  #sec04 .item__cont .item__list {
    padding-top: 30px;
    margin: 0 40px;
    line-height: 1.667;
    font-size: 18px;
  }
  #sec04 .item__cont .item__list li {
    display: flex;
  }
  #sec04 .item__cont .item__list li .list__txt {
    flex: 1;
  }
  #sec04 .item__cont .item__list li .list__icon--01 {
    width: 1.3em;
  }
  #sec04 .item__cont .item__list li .list__icon--02 {
    width: 2.3em;
  }


  /* --------------------------------
      carousel
  -------------------------------- */
  .simple-slider{
    margin: 30px 35px 0;
  }
  .slick-slide {
    margin: 0 5px;
  }
  /* Dots */
  #wrap {
    .slick-dotted.slick-slider
  {
      margin-bottom: 30px;
  }
  .slick-dots
  {
      position: absolute;
      bottom: -30px;
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
  }
  .slick-dots li
  {
      position: relative;
      display: inline-block;
      width: 15px;
      height: 15px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer;
  }
  .slick-dots li button
  {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 15px;
      height: 15px;
      padding: 0;
      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
  {
    border-radius: 50%;
    background-color: #e5e5e5;
  }
  .slick-dots li button:before
  {
      font-family: 'slick';
      font-size: 6px;
      line-height: 15px;
      position: absolute;
      top: 0;
      left: 0;
      width: 15px;
      height: 15px;
      content: '';
      text-align: center;
      background-color: #e5e5e5;
      border-radius: 50%;
      opacity: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before
  {
    background-color: #000;
    border-radius: 50%;
  }
  }
  
  /* --------------------------------
      #sec05
  -------------------------------- */
  #sec05 {
  }
  #sec05 .inner {
    padding: 100px 40px 123px;
    border-bottom: 2px solid #ccc;
  }
  #sec05 h2 {
    width: 568px;
    margin: 0 auto;
  }
  #sec05 .txt01 {
    width: 173px;
    margin: 0 auto;
    padding-top: 41px;
  }
  #sec05 .txt02 {
    width: 644px;
    margin: 0 auto;
    padding-top: 35px;
  }
  #sec05 .txt03 {
    width: 675px;
    margin: 0 auto;
    padding-top: 60px;
  }
  #sec05 .txt04 {
    width: 670px;
    margin: 0 auto;
    padding-top: 40px;
  }


  /* --------------------------------
      footer
  -------------------------------- */
  .linkBox {
    padding: 80px;
  }

  .linkBox ul {
    font-size: 20px;
  }

  .linkBox ul li {
    line-height: 100%;
  }

  .linkBox ul li + li {
    margin-top: 15px;
  }

  .linkBox ul li a {
    line-height: 100%;
    margin-bottom: 1%;
    color: #0456C6;
    text-decoration: none ;
  }

  #footer ul {
    width: 94% ;
    margin: 0 3% ;
  }

  #footer ul li.jadma {
    float: left ;
    width: 30% ;
  }

  #footer ul li.ssl {
    float: left ;
    width: 25% ;
  }

  #footer ul li.norton {
    float: left ;
    width: 20% ;
    margin-left:24%;
  }

  #footer p {
    text-align: center;
    font-size: 75%;
  }

  #copy {
    clear: both;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
  }

  #copy .inner {
    padding: 30px 0;
    background-color: #007da5;
  }

  .footer-sns {
      max-width: 940px;
      margin: 0 auto;
      padding: 24px 0;
  }

  .footer-sns > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: -15px;
  }

  .footer-sns > ul > li {
      margin-left: 30px;
  }

  .footer-sns > ul > li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 70px;
      font-size: 30px;
      text-decoration: none;
  }


  /* --------------------------------
      cfx
  -------------------------------- */
  .cfx:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
  }
  .cfx{display: inline-block;}
  /* Hides from IE Mac */
  * html .cfx{height: 1%;}
  .cfx{display:block;}
  /* End Hack */



}

