@charset "UTF-8";


.youtubeh2 {
  padding: 10px;
  color: #fff;
  text-align: center;
  border-left: solid 0px;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

.youtubeh2b {
  padding: 10px;
  color: #fff;
  text-align: center;
  border-left: solid 0px;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
}

.youtubeh2c {
  color: #ec586f;
  font-size: 25px;
  text-align: center;
  border-left: solid 0px;
}

.youtubeh1 {
  color: #ec586f;
  font-size: 48px;
}


.youtubeh4 {
  font-size: 15px;
}

@media only screen and (max-width:768px) {

  .youtubeh1 {
    font-size: 35px;
  }

  .youtubeh2c {
    font-size: 20px;
  }

  .youtubeh3 {
    font-size: 18px;
  }

  p {
    font-size: 15px;
  }


  .space-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-title {
    margin-bottom: 25px;
  }

}


/* ホバースタイル */

.hover:hover {
  opacity: 0.8;
  text-decoration: none;
  /* リンクに出てくる下線を無効にする*/
}



/* topお問い合わせボタン */

.lp-button {
  width: 100%;
}

@media only screen and (max-width:768px) {

  .lp-button {
    width: 100%;
  }

}


/* フローティングバナー */

.floating-banner {
  position: fixed;
  z-index: 999;
  bottom: 16px;
  right: 16px;
  width: 280px;
}

.floating-banner2 {
  position: fixed;
  z-index: 999;
  bottom: 160px;
  right: 16px;
  width: 280px;
}

.banner-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
  border: none;
  background-color: #fff;
  cursor: pointer;
}

.banner-close2 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
  border: none;
  background-color: #fff;
  cursor: pointer;
}


.row {
  margin-right: -15px;
  margin-left: -15px;
}

.lp-c-button {
  background-color: #428bca;
  color: #ffff00;
  box-shadow: 0 5px 12px 0 rgb(0 0 0 / 50%);
  padding: 15px;
  border-radius: 100px;
}


.hidden {
  opacity: 0;
  visibility: hidden;
}


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

  .floating-banner {
    display: none;
  }

  .floating-banner2 {
    display: none;
  }



}


/* ドロップシャドー */
.box-shado {
  filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, 0.25));
}


/* 動画box */
.infoBox {
  position: absolute;
  left: 12.2%;
  right: 3.8%;
  top: 12%;
  bottom: 15%;
  border-radius: 15px;
}

.infoBox3 {
  position: absolute;
  left: 1.2%;
  right: 2.8%;
  top: -5%;
  bottom: 15%;
  border-radius: 15px;
}

.infoBox3 img {
  width: 25%;
}

.infoBox4 {
  position: absolute;
  left: 69.2%;
  right: -17px;
  top: 62%;
  bottom: 15%;
  border-radius: 15px;
}

.infoBox4 img {
  width: 100%;
}


.bg-top4 {
  background: center;
  background-image: url("../images/bg-img04.jpg");
  background-repeat: no-repeat;
}



/* テーブル表組み table03 */

table {
  width: 100%;
}

#table03 th,
#table03 td {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 10px;
  height: 60px;
}


#table03 th {
  background-color: #fff;
  border: 1px solid #292f29;
  background-color: #0b54a6;
  color: #fff;

}

#table03 td {
  background-color: #fff;
  border: 1px solid #292f29;

}

#table03 .fixed {
  background-color: #ffff00;
  color: #292f29;

}

#table03 .head {
  background-color: #e2e2e2;
}

#table03 td:empty {
  background-color: #e2e2e2;
  background-image: linear-gradient(to top right,
      transparent, transparent 49%,
      #fff 49%, #292f29 51%,
      transparent 51%, transparent);
}

/* tab */
@media only screen and (max-width: 768px) {
  #table03 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }

  #table03 .fixed {
    position: sticky;
    left: 0;
  }

  #table05 .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
}


.super_title {
  padding: 10px;
  color: #ffffff;
  text-align: center;
  border-left: solid 0px;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  color: #fff;
  background-color: #ff0000;
}

.super_q {
  font-size: 1.1rem;
  color: #ff0000;
  font-weight: bold;
  text-align: start;
  line-height: 1.5rem;
  margin-bottom: 5px;
}

.super_a {
  font-size: 1rem;
  color: #000000;
  text-align: start;
  line-height: 1.2rem;
  margin-bottom: 13px;
}