/* CSS Document */
.toppage{
  overflow: hidden;
  padding-bottom: 120px;
}

/* main --------- */
.main{
  width: 100%;
  padding-bottom: 50px;
}
.main_img{
  position: relative;
}
.main_img h1{
  font-size: 2rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 2;
}
.main_img h1 span{
  display: block;
  position: relative;
  padding-bottom: 45px;
  padding-bottom: 10.6vw;
}
.main_img h1 img{
  width: 100%;
}
.main_img h1 span:first-child{
  padding-top: 90px;
  padding-top: 24vw;
}
.main_inner{
  padding-left: 6.66%;
  padding-right: 6.66%;
  margin-bottom: 40px;
}

.main_inner h2{
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  padding-top: 50px;
  padding-bottom: 40px;
}
.main_inner h2 span{
  position: relative;
}
.main_inner h2 span::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #333333;
  top: 0;
  left: -18px;
  margin: auto;
  bottom: 0;
}
.main_inner h2 span::after{
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #333333;
  top: 0;
  right: -18px;
  margin: auto;
  bottom: 0;
}
.main_inner h2 small{
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  display: block;
}
.main_inner p{
  font-size: 1.6rem;
  margin-bottom: 35px;
}
.features_list{
  width: 84.6%;
  margin: 0 auto;
}
.features_list li{
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-left: 8%;
}
.features_list li::before{
  content: "";
  width: 8px;
  height: 8px;
  background-color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;

}

@media screen and (min-width: 765px) {
  .main_img h1{
    font-size: 3rem;
    font-size: 2.14vw;
    line-height: 1.8;
  }
  .main_img h1 span{
    padding-bottom: 45px;
    padding-bottom: 4.28vw;
  }
  .main_img h1 span:first-child{
    padding-top: 90px;
    padding-top: 6.2vw;
  }
  .main_inner{
    max-width: 730px;
    margin: 0 auto 80px;
    padding-right: 0;
    padding-left: 0;
  }
  .main_inner h2{
    padding-bottom: 40px;
    padding-top: 90px;
  }
  .main_inner.about p{
    max-width: 330px;
    margin: 0 auto 40px;
  }
  .main_inner.features{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
    position: relative;
  }
  .main_inner.features h2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
  }
  .features_img{
    width: 57.5%;
  }
  .features_list{
    width: 36.3%;
    margin: initial;
  }

}


/* spec --------- */
.spec{
  background-color: #F2F2F2;
  padding-left: 6.66%;
  padding-right: 6.66%;
}

.spec h2{
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  padding-top: 50px;
  padding-bottom: 40px;
}
.spec h2 span{
  position: relative;
}
.spec h2 span::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #333333;
  top: 0;
  left: -18px;
  margin: auto;
  bottom: 0;
}
.spec h2 span::after{
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #333333;
  top: 0;
  right: -18px;
  margin: auto;
  bottom: 0;
}
.spec h2 small{
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  display: block;
}
.spec_list{
  max-width: 375px;
  margin: auto;
}
.spec_list li{
  padding-bottom: 60px;
}
.spec_img{
  padding-bottom: 50px;
}
.spec .memo  {
  text-align: right;
  font-size: 1.2rem;
  padding-top: 5px;
}
.spec_table_1{
  background-color: #fff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.spec_table_1 th.name{
  background-color: #333333;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  font-size: 1.6rem;
}
.spec_table_1 td{
  background-image : linear-gradient(to right, #333, #333 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 6px 0.5px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
  padding-left: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.spec_table_1 tr:nth-child(n+2) th{
  background-color: #E8E8E8;
  background-image : linear-gradient(to right, #333, #333 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 6px 0.5px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
  padding-left: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.spec_table_2{
  display: none;
}
@media screen and (min-width: 765px) {
  .spec{
    padding-bottom: 80px;
  }
  .spec h2{
    padding-top: 80px;
  }
  .spec_list{
    display: flex;
    max-width: 730px;
  }
  .spec_img{
    padding-bottom: 0;
  }
  .spec_table_1{
    display: none;
  }
  .spec_list li{
    width: 50%;
  }
  .spec .memo  {
    max-width: 730px;
    margin: auto;
    padding-top: 10px;
  }
   .spec_list li .memo{
    display: none;
  }
  .spec_table_2{
    max-width: 730px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
  }
  .spec_table_2 th{
    background-color: #333333;
    width: 13.6%;
  }
  .spec_table_2 th.name{
    background-color: #333333;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 1.6rem;
    width: 43%;
    background-image: repeating-linear-gradient(180deg, #fff, #fff 2px, transparent 2px, transparent 8px);
    background-size: 0.5px 6px;
    background-position: left top;
    background-repeat: repeat-y;
  }
  .spec_table_2 tr:nth-child(n+2) th{
    background-color: #E8E8E8;
    background-image : linear-gradient(to right, #333, #333 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
    background-size: 6px 0.5px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
    padding-top: 15px;
    padding-bottom: 15px;
    width: 13.6%;
  }
  .spec_table_2 td{
    background-image : linear-gradient(to right, #333, #333 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
    background-size: 6px 0.5px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 43%;
  }
  .spec_table_2 td:nth-of-type(n+2){
    background-image: repeating-linear-gradient(90deg, #333, #333 2px, transparent 2px, transparent 8px), repeating-linear-gradient(180deg, #333, #333 2px, transparent 2px, transparent 8px);
    background-position: left bottom, left top;
    background-repeat: repeat-x, repeat-y;
    background-size: 6px 0.5px, 0.5px 6px;
  }
  .spec_table_2 tr:last-child th,
  .spec_table_2 tr:last-child td:nth-of-type(n+1){
    background-image: initial;
  }
  .spec_table_2 tr:last-child td:nth-of-type(n+2){
    background-image: repeating-linear-gradient(180deg, #333, #333 2px, transparent 2px, transparent 8px);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 0.5px 6px;
  }
}




/* point --------- */
.point{
  padding-left: 6.66%;
  padding-right: 6.66%;
  max-width: 340px;
  margin: auto;
}
.point h2{
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  padding-top: 50px;
  padding-bottom: 40px;
}
.point h2 span{
  position: relative;
}
.point h2 span::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #333333;
  top: 0;
  left: -18px;
  margin: auto;
  bottom: 0;
}
.point h2 span::after{
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #333333;
  top: 0;
  right: -18px;
  margin: auto;
  bottom: 0;
}
.point h2 small{
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  display: block;
}
.point p{
  font-size: 1.56rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (min-width: 765px) {
  .point{
    padding-top: 50px;
  }
}



/* case --------- */
.case{
  padding-left: 6.66%;
  padding-right: 6.66%;
  max-width: 340px;
  margin: auto;
}
.case h2{
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  padding-top: 50px;
  padding-bottom: 40px;
}
.case h2 span{
  position: relative;
}
.case h2 span::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #333333;
  top: 0;
  left: -18px;
  margin: auto;
  bottom: 0;
}
.case h2 span::after{
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #333333;
  top: 0;
  right: -18px;
  margin: auto;
  bottom: 0;
}
.case h2 small{
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  display: block;
}
.case h3{
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  padding-top: 20px;
  padding-bottom: 20px;
}
.case p{
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (min-width: 765px) {
  .case{
  }
}



/* Q&A --------- */
.qa{
  max-width: 375px;
  margin: auto;
}
.qa h2{
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  padding-top: 50px;
  padding-bottom: 40px;
}
.qa h2 span{
  position: relative;
}
.qa h2 span::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #333333;
  top: 0;
  left: -18px;
  margin: auto;
  bottom: 0;
}
.qa h2 span::after{
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #333333;
  top: 0;
  right: -18px;
  margin: auto;
  bottom: 0;
}
.qa h2 small{
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  display: block;
}

.qa_list li{
  padding-left: 6.66%;
  padding-right: 6.66%;
  padding-top: 35px;
  padding-bottom: 25px;
  margin-bottom: 30px;
  background-color: #F2F2F2;
}
.qa_list li h3{
  padding-left: 50px;
  margin-bottom: 30px;
  position: relative;
  font-size: 1.6rem;
}
.qa_list li h3 img{
  position: absolute;
  width: 11.6%;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.qa_list li p{
  padding-left: 50px;
  position: relative;
  font-size: 16px;
}
.qa_list li p img{
  position: absolute;
  width: 11.6%;
  height: auto;
  top: -50%;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 765px) {
  .qa{
  }
}



/* CONTACT --------- */
.contact{
  max-width: 375px;
  margin: auto;
  padding-left: 6.66%;
  padding-right: 6.66%;
}
.contact h2{
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  padding-top: 50px;
  padding-bottom: 40px;
}
.contact h2 span{
  position: relative;
}
.contact h2 span::before{
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #333333;
  top: 0;
  left: -18px;
  margin: auto;
  bottom: 0;
}
.contact h2 span::after{
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #333333;
  top: 0;
  right: -18px;
  margin: auto;
  bottom: 0;
}
.contact h2 small{
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  display: block;
}
.contact p{
  font-size: 1.6rem;
}
.contact button{
  width: 100%;
  max-width: 375px;
  margin: 40px auto 0;
  border: none;
  font-size: 1.6rem;
}
.contact button a{
  background-color: #3C3A3A;
  color: #fff;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: relative;
}
@media screen and (min-width: 765px) {
  .contact{
  }
}