

@media (max-width: 1360px) {
  .inner {
    width: 100%;
  }
}

@media (max-width: 768px) {


  .slide .item{
  padding:.5rem;
  margin:0 5px;
  }

  /* .slide .item .img img{
   height: 80px;
  } */
  .slide .item .img{
    width:100%;
    height: 80px;
   }
  .slide .item .info {
    font-size: 10px;
}

.q-ttl p {
    font-size: 20px;

}

  .contain img {
    max-width: 100%;
  }

  .contain {
    text-align: center;
    width: 90% !important;
  }

  .area-img {
    margin-right: 0px;
  }

  .select-wrap .item2:nth-of-type(4n) {
    margin-right: auto;
  }

  .item2:nth-of-type(3n) {
    margin-right: 0;
  }

  .item2 {
    margin-right: 3.3%;
    width: 31%;
    padding: 10px 0;
    font-size: 16px;
  }

  .wide-input p {
    padding: 5px;
  }

  .tubo .wide-input input,
  .sec4-btn, .sec5-btn {
    width: 100%;
  }

  .submit-wrap {
    justify-content: space-between;
  }

  .submit {
    width: 48%;
  }

  .send-img {
    margin-right: 10px;
  }

  .send-bottom {
    margin-bottom: 0;
  }

  .send-info {
    width: 100%;
    margin-bottom: 10px;
  }

  .company::before {
    position: absolute;
    content: "担当者名";
    top: 17px;
    left: 15px;
    font-size: 18px;
    font-weight: 800;
    z-index: 4;
  }

  .send-info input, .send-mail input {
    padding-left: 120px;
    background-color: #fff;
    border-radius: 15px;
    height: 50px;
    width: 100%;
    border: 3px solid #003786;
    font-size: 15px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    color: #003786;
  }

  .user::before {
    position: absolute;
    content: "会社名";
    top: 17px;
    left: 15px;
    font-size: 18px;
    font-weight: 800;
    z-index: 4;
  }

  .send-mail::before {
    position: absolute;
    content: "メールアドレス";
    top: 17px;
    left: 15px;
    font-size: 18px;
    font-weight: 800;
    z-index: 4;
  }

  .wide-input input {
    width: 100%;
  }

  .send-wrap .send-mail input {
    padding-left: 165px;
  }

  .send-sub {
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .send-wrap {
    margin-bottom: 10px;
  }

  .send-ttl {
    margin-bottom: 10px;
  }

  .send-textarea::after {
    width: 97%;
  }

  .send-textarea::before {
    position: absolute;
    content: "わがまま条件シート";
    top: 11px;
    left: 35px;
    font-size: 20px;
    font-weight: 800;
    z-index: 4;
  }

  .item.fl {
    flex-flow: column;
  }

  .send .sec6-btn {
    padding: 15px 75px;
  }
}
