/* --------------------------- */
/* kv_お問い合わせ-------------------------*/
/* --------------------------- */
.kv_copy{
  transform: translateX(-110%);
}

@media screen and (max-width: 767px){
  .kv_copy{
    transform: translateX(-70%);
  }
  .friends,
  .other_con{
    width: 100%;
  }
  .know_inner{
    display: flex;
    flex-direction: column;
  }
  .lh-40 {
    line-height: 25px;
  }
  .mb-15{
  margin-bottom: 10px;
  }
}
