.introduction {
    width: 900px;
    height: 300px;
    margin-left: 350px;
    display: flex;
  }
    
    .header-introprice {
    font-size: 15px;
    }
    
    .trucksatei {
    padding-top: 47px;
    padding-left: 60px;
    padding-right: 100px;
    }
    
    .btn--orange,
      p.btn--orange {
        margin-top: 48px;
        width: 400px;
        height: 200px;
        font-size: 37px;
        color: #fff;
        background-color: #4d4fac;
    }
    
    .btn--orange:hover,
      p.btn--orange:hover {
        color: #fff;
        background: #4d4fac;
    }
      
    .fa-position-left {
    position: absolute;
    top: calc(50% - .5em);
    left: 1rem;
    }
      
    .btn--radius,
    p.btn--radius,
    button.btn--radius
    {
    border-radius: 100vh;
    }


.zenbu {
    display: flex;
   }

.contents {
    margin-right: 150px;
}

.side a{
    color: skyblue;
}
.side {
    width: 500px;
    height: 800px;
    margin-right: 30px;
    padding-right: 0px;
    background-color:
  }
  
  .side-header {
    width: 60%;
    margin-top: 50px;
    padding-top: 10px;
    margin-right: 100px;
    margin-left: 0px;
  }
  
  .side li {
  list-style: none;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: solid 2px black;
  opacity: 0.8;
  }

  .contactustitle {
    font-size: 35px;
    padding-left: 20px;
  }


  .contact-form {
    margin-left: 0px;
    padding-right: 100px;
    padding-left: 0px;
    margin-right: 100px;
     
  }
  
  .contactustitle {
  margin-left: 100px;
  }
  
      .Form {
        margin-top: 80px;
        margin-left: 0px;
        margin-right: auto;
        max-width: 720px;
        padding-left: 0px;
      }
      @media screen and (max-width: 480px) {
        .Form {
          margin-top: 40px;
        }
      }
      .Form-Item {
        border-top: 1px solid #ddd;
        padding-top: 24px;
        padding-bottom: 24px;
        margin-left: 100px;
        width: 100%;
        display: flex;
        align-items: center;
      }
      @media screen and (max-width: 480px) {
        .Form-Item {
          padding-left: 14px;
          padding-right: 14px;
          padding-top: 16px;
          padding-bottom: 16px;
          flex-wrap: wrap;
        }
      }
      .Form-Item:nth-child(5) {
        border-bottom: 1px solid #ddd;
      }
      .Form-Item-Label {
        width: 100%;
        max-width: 248px;
        letter-spacing: 0.05em;
        font-weight: bold;
        font-size: 18px;
      }
      @media screen and (max-width: 480px) {
        .Form-Item-Label {
          max-width: inherit;
          display: flex;
          align-items: center;
          font-size: 15px;
        }
      }
      .Form-Item-Label.isMsg {
        margin-top: 8px;
        margin-bottom: auto;
      }
      @media screen and (max-width: 480px) {
        .Form-Item-Label.isMsg {
          margin-top: 0;
        }
      }
      .Form-Item-Label-Required {
        border-radius: 6px;
        margin-right: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 48px;
        display: inline-block;
        text-align: center;
        background: #f9ab1b;
        color: #fff;
        font-size: 14px;
      }
      @media screen and (max-width: 480px) {
        .Form-Item-Label-Required {
          border-radius: 4px;
          padding-top: 4px;
          padding-bottom: 4px;
          width: 32px;
          font-size: 10px;
        }
      }
      .Form-Item-Input {
        border: 1px solid #ddd;
        border-radius: 6px;
        margin-left: 40px;
        padding-left: 1em;
        padding-right: 1em;
        height: 48px;
        flex: 1;
        width: 100%;
        max-width: 410px;
        background: #eaedf2;
        font-size: 18px;
      }
      @media screen and (max-width: 480px) {
        .Form-Item-Input {
          margin-left: 0;
          margin-top: 18px;
          height: 40px;
          flex: inherit;
          font-size: 15px;
        }
      }
      .Form-Item-Textarea {
        border: 1px solid #ddd;
        border-radius: 6px;
        margin-left: 40px;
        padding-left: 1em;
        padding-right: 1em;
        height: 216px;
        flex: 1;
        width: 100%;
        max-width: 410px;
        background: #eaedf2;
        font-size: 18px;
      }
      @media screen and (max-width: 480px) {
        .Form-Item-Textarea {
          margin-top: 18px;
          margin-left: 0;
          height: 200px;
          flex: inherit;
          font-size: 15px;
        }
      }
      .Form-Btn {
        border-radius: 6px;
        margin-top: 32px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 280px;
        display: block;
        letter-spacing: 0.05em;
        background: #f9ab1b;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
      }
      
      .contact-form {
        padding-top: 80px;
        border-top: 1px solid black;
        width: 900px;
      }
      
      .contactustitle {
        font-size: 35px;
      }

      .footer {
        width: 900px;
        height: 300px;
        margin-left: 0px;
        background-color: rgb(59, 59, 164);
        margin-top: 300px;
        opacity: 0.85;
      }
          
      .footer img{
        margin-left: 350px;
        margin-top: 20px;
      }
      
      .footer-navi {
        margin-bottom: 80px;
      }
      
      .footer-navi  li{
        float: left;
        padding-right: 15px;
      }
      
      .footer-navi li{
        list-style: none;
        color: #fff;
        margin-left: 50px;
        margin-top: 25px;
      }
      
      .footer-navi a{
        color: #fff;
      }
      
      .copyright {
        color: #fff;
        padding-top: 25px;
        margin-left: 200px;
      }
      



    


/*スマホ表示用CSS*/
@media screen and (max-width: 480px) {
  .zenbu{
    margin-top: 150px;
  }

  .introduction {
    width: 600px;
    height: 200px;
    margin-left: 100px;
    display: flex;
  }
    
  img.tel{
   width: 667px;
   height: 400px;
  }  
  
  .trucksatei {
    margin-top: 10px;
    padding-top: 47px;
    padding-left: 50px;
    padding-right: 0px;
  }
  
  img.trucksatei {
    width: 500px;
    height: 280px;
  }

  .contact-form{
    margin-left: 100px;
  }

  .side {
    display: none;
  }

  .Form-Item-Label-Required {
    font-size: 20px;
  }

  .Form-Item p{
    font-size: 35px;
  }

  .Form-Item-Input {
    width: 600px;
    font-size: 25px;
  }
  
  .Form-Item-Textarea{
    font-size: 30px;
  }
  .footer {
    margin-top: 200px;
    width: 100%;
    height: 800px;
    background-color: rgb(59, 59, 164);
    opacity: 0.85;
    margin-bottom: 0px;
  }
    
  .logo {
    text-align: center;
    padding-top: 5px;
  }
    
  img.haidari {
      width: 400px;
      height: 240px;
      margin-left: 0px;
  }
    
  .footer a{
    color: #fff;
  }
    
  .footer li{
    list-style: none;
    font-size: 45px;
    margin-bottom: 30px;
  }
    
  .footer-navi {
    display: flex;
  }
    
  .footer-navi1 {
    margin-right: 100px;
  }
    
  .copyright {
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-left: 0px;
  }
}