@charset "UTF-8";
.second-mv-title {
  width: 100%;
  height: 8.4rem;
  display: block;
  background: #fff;
  border: 1px solid #074097;
}
@media only screen and (max-width: 767px) {
  .second-mv-title {
    height: 16.3rem;
    border-width: 2px;
  }
}
.second-mv-title .title-box {
  padding: 0;
  margin-bottom: 5.5rem;
  background: none;
}
@media only screen and (max-width: 767px) {
  .second-mv-title .title-box {
    margin-bottom: 12rem;
  }
}
.second-mv-title .title-box h1 {
  justify-content: center;
  margin: 0;
  color: #074097;
}
@media only screen and (max-width: 767px) {
  .second-mv-title .title-box h1 {
    display: flex;
    flex-wrap: wrap;
  }
  .second-mv-title .title-box h1 span {
    background: none;
    padding: 2rem 0 0;
    width: 100%;
    text-align: center;
  }
}

/* ＝＝＝リシャフトのYouTube＝＝＝ */
.resha-youtube {
  width: 95%;
  margin: 0 auto 45px;
  padding: 1%;
  padding-top: 2%;
  background-color: #f0f0f0;
}

.resha-youtube-headline {
  color: #333;
  text-align: left;
  margin: 0 auto 10px;
  font-size: min(2.8vw, 24px);
  width: 95%;
  border-bottom: #333 double 2px;
}

.resha-youtube-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 95%;
  padding: 5px;
  list-style: none;
}

.resha-youtube-item {
  margin: 0px 0px 10px;
  width: 49%;
}

.resha-youtube-title {
  color: #333;
  font-size: min(2vw, 18px);
  font-weight: bold;
  margin-bottom: 8px;
}

.resha-youtube-link > br {
  display: none;
}

.resha-youtube-image {
  width: 100%;
}

.resha-youtube-image:hover {
  box-shadow: #777 5px 5px 5px;
  transition: 0.25s;
}

.box-line {
  line-height: 21px;
}
/*# sourceMappingURL=repair.css.map */