.introduction {
    width: 900px;
    height: 300px;
    margin-left: 470px;
    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;
  }

  .faq {
    width: 800px;
    margin-top: 100px;
    margin-left: 90px;
  }
  
  .faq span{ 
    background-color: orange;
    color: green;
    font-size: 30px;
    margin-right: 20px;
  }
          
          
  .main-faq {
  margin-bottom: 70px;
  }
          
          
  .question-main {
    border-bottom: solid 1px black;
    margin-bottom: 20px;
  }
          
  .answer-main {
    border-bottom: solid 1px black;
  }
  
  .faqtitle {
    font-size: 35px;
  }
  
  .footer {
    width: 900px;
    height: 300px;
    margin-left: 50px;
    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) {
  .introduction {
    width: 900px;
    height: 300px;
    margin-left: 50px;
    display: flex;
  }
    
  img.tel{
   width: 800px;
   height: 480px;
  }  
  
  .trucksatei {
    margin-top: 50px;
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 0px;
  }
  
  img.trucksatei {
    width: 520px;
    height: 304px;
  }  

.side {
    display: none;
}

.faq {
    width: 80%;
    margin-top: 250px;
    margin-left: 140px;
    margin-right: 0px;
  }
  
  
  .faq span{ 
    background-color: orange;
    color: green;
    font-size: 30px;
    margin-right: 20px;
  }
          
          
  .main-faq {
  margin-bottom: 150px;
  text-align: center;
  }
  
  .main-faq p{
  font-size: 40px;
  }
  
          
  .question-main {
    border-bottom: solid 1px black;
    margin-bottom: 20px;
  }
          
  .answer-main {
    border-bottom: solid 1px black;
  }
  
  .faqtitle {
    font-size: 35px;
  }

  .footer {
    margin-top: 200px;
    width: 1050px;
    height: 850px;
    margin-left: 25px;
    background-color: rgb(59, 59, 164);
    opacity: 0.85;
    margin-bottom: 0px;
  }


.logo {
  text-align: center;
  padding-top: 5px;
}

img.haidari {
  width: 500px;
  height: 300px;
  margin-left: 0px;
}

.footer a{
  color: #fff;
}

.footer li{
  list-style: none;
  font-size: 38px;
  margin-bottom: 30px;
}

.footer-navi {
  display: flex;
}

.footer-navi1 {
  margin-right: 100px;
}

.copyright {
  color: #fff;
  font-size: 30px;
}
}