.introduction {
  width: 900px;
  height: 300px;
  margin-left: 400px;
  display: flex;
}

  
  
.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;
}

.side a{
  color: skyblue;
}

.side {
    height: 800px;
    margin-right: 30px;
    padding-right: 0px;
    margin-bottom: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}


.side-header {
    width: 60%;
    margin-top: 50px;
    padding-top: 10px;
    margin-right: 100px;
    margin-left: 30px;
}

.side li {
    list-style: none;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: solid 2px black;
    opacity: 0.8;
    background-color: #b84c00;
}


.navi {
  width: 860px;
  height: 40px;
  background-color: gray;
  opacity: 0.7;
  margin-bottom: 50px;
  margin-left: 50px;
  text-align: center;
  display: none;
}
.navi li {
  list-style: none;
  float: left;
  width: 140px;
  padding-top: 10px;
  padding-left: 22px;
  display: none;
}

.header-main {
  width: 900px;
  height: 800px;
}



.problem {
  width: 860px;
  display: flex;
  background-color: rgb(248, 224, 64);
  margin-left: 50px;
  margin-right: 10px;
  }


  
  
  .problem p {
  padding-left: 110px;
  font-size: 18px;
  }

  
  
  .blue-underline {
  width: 860px;
  height: 5px;
  background-color: rgb(76, 76, 247);
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 50px;
  margin-right: 10px;
  }

  
  
  .truck-photo {
  padding-left: 50px;
  }

  


  .satei  {
    font-size: 25px;
    color: blue;
    }
      
    .kochira {
    font-size: 25px;
    }
      
    a.btn--orange.btn--border-solid {
    border: 2px solid #b84c00;
    width: 120px;
    }
      
    .mainpoint1 {
    margin-top: 0px;
    width: 80%;
    margin-left: 50px;
    border: 4px solid orange;
    background-color: orange;
    opacity: 0.8;
    }

    
      
    .mainpoint2 {
    margin-top: 20px;
    width: 80%;
    margin-left: 50px;
    border: 4px solid orange;
    background-color: orange;
    opacity: 0.8;
    }
      
    .mainpoint3 {
    margin-top: 20px;
    width: 80%;
    margin-left: 50px;
    border: 4px solid #ffa500;
    background-color: orange;
    opacity: 0.8;
    }
      
    .hokkaido-picture {
    float: right;
    }
      
    img.hokkaido {
    width: 220px;
    height: 220px;
    margin-bottom: 50px;
    }
      
    li {
    font-size: 15px;
    }
    
    .buying-process {
    margin-top: 100px;
    margin-left: 200px;
    }
    
.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;
    }
    
    .Form-Item {
      border-top: 1px solid #ddd;
      padding-top: 24px;
      padding-bottom: 24px;
      margin-left: 100px;
      width: 100%;
      display: flex;
      align-items: center;
    }
    
    .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;
    }
    
    .Form-Item-Label.isMsg {
      margin-top: 8px;
      margin-bottom: auto;
    }
    
    .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;
    }
    
    .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;
    }
    
    .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;
    }
    
    .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;
    }

    .copy-container {
      margin-top: 120px;
    }
    .kaisha {
      width: 80%;
      margin-left: 80px;
      }
      
      .kaisha th,
      .kaisha td {
      border: 1px solid #f9ab1b;
      padding: 20px;
      }
      
      .kaisha th {
      font-weight: bold;
      background-color: #f9ab1b; 
      }
      
      @media screen and (max-width: 767px) {
      .kaisha,
      .kaisha tr,
      .kaisha td,
      .kaisha th {display:block;}
      .kaisha th {width:auto;}
      }
    
      iframe {
        margin-left: 80px;
        width: 80%;
      }

.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: 100px;
}
        
        
.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);
  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: 100px;
  display: flex;
}
  
img.tel{
 width: 1000px;
 height: 600px;
}  

.trucksatei {
  margin-top: 50px;
  padding-top: 47px;
  padding-left: 50px;
  padding-right: 0px;
}

img.trucksatei {
  width: 650px;
  height: 380px;
}
  
.btn--orange,
  p.btn--orange {
     margin-top: 48px;
  width: 800px;
  height: 300px;
  font-size: 45px;
  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;
}

.side a{
  color: skyblue;
}

  .side {
   display: none;
  }

  .side-header {
    width: 60%;
    margin-top: 50px;
    padding-top: 10px;
    margin-right: 100px;
    margin-left: 30px;
  }

  .side li {
    list-style: none;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: solid 2px black;
    opacity: 0.8;
    background-color: #b84c00;
    }


.navi {
  width: 860px;
  height: 40px;
  background-color: gray;
  opacity: 0.7;
  margin-bottom: 50px;
  margin-left: 50px;
  text-align: center;
  display: none;
}
.navi li {
  list-style: none;
  float: left;
  width: 140px;
  padding-top: 10px;
  padding-left: 22px;
  display: none;
}

.header-main {
  width: 90%;
  height: 800px;
  margin-top: 200px;
}

.problem {
  text-align: center;
  width: 1400px;
  background-color: rgb(248, 224, 64);
  margin-right: 0px;
  margin-left: 80px;
  }
  
  .problem p {
  padding-left: 10px;
  font-size: 40px;
  }
  
  .blue-underline {
  width: 1400px;
  height: 5px;
  background-color: rgb(76, 76, 247);
  margin-top: 0%;
  margin-bottom: 0%;
  margin-right: 10px;
  margin-left: 80px;
  }

  
  .truck-photo {
  width: 100%;
  height: 850px;
  margin-left: 20px;
  }

  .satei  {
    font-size: 25px;
    color: blue;
  }
      
  .kochira {
    font-size: 25px;
  }
      
  a.btn--orange.btn--border-solid {
    border: 2px solid #b84c00;
    width: 120px;
  }
      
  .mainpoint1 {
    font-size: 35px;
    width: 100%;
    margin: 240px 0px 0px 0px;
    border: 4px solid orange;
    background-color: orange;
    opacity: 0.8;
  }

  .mainpoint1 li{
    font-size: 35px;
    padding-bottom: 25px;
  }
      
  .mainpoint2 {
    font-size: 35px;
    width: 100%;
    margin: 70px  0px 0px 0px;
    border: 4px solid orange;
    background-color: orange;
    opacity: 0.8;
  }

  .mainpoint2 li{
    font-size: 35px;
    padding-bottom: 25px;
  }
      
  .mainpoint3 {
    font-size: 35px;
    width: 100%;
    margin: 70px  0px 0px 0px;
    border: 4px solid orange;
    background-color: orange;
    opacity: 0.8;
  }
      
  .mainpoint3 li{
    font-size: 35px;
    padding-bottom: 25px;
  }

  .hokkaido-picture {
    float: right;
  }
      
  img.hokkaido {
    width: 220px;
    height: 220px;
    margin-bottom: 50px;
  }
      
  li {
  font-size: 15px;
  }
    
  .buying-process {
    margin-top: 200px;
    margin-left: 50px;
    margin-bottom: 200px;
  }
img.process{
 width: 1300px;
 height: 750px;
}    

.contact-form {
  margin-left: 0px;
  padding-right: 100px;
  padding-left: 0px;
  margin-right: 100px;
}
.contact-title {
  font-size: 70px;
  margin-left: 100px;
}

    .Form {
      margin-top: 40px;
      margin-left: 170px;
      margin-right: auto;
      padding-left: 0px;
    }
  
    .Form-Item {
      border-top: 1px solid #ddd;
      padding-top: 24px;
      padding-bottom: 24px;
      width: 100%;
      display: flex;
      align-items: center;
    }

    .Form-Item p{
      margin-right: 30px;
      font-size: 25px;
      font-weight: 200;
    }
  
    .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;
    }
    
    .Form-Item-Label.isMsg {
      margin-top: 8px;
      margin-bottom: auto;
    }

    .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;
    }

    .Form-Item-Input {
      border: 1px solid #ddd;
      border-radius: 6px;
      margin-left: 0px;
      padding-left: 1em;
      padding-right: 1em;
      height: 48px;
      flex: 1;
      width: 900px;
      background: #eaedf2;
      font-size: 18px;
    }
    
    .Form-Item-Textarea {
      border: 1px solid #ddd;
      border-radius: 6px;
      margin-left: 0px;
      padding-left: 1em;
      padding-right: 1em;
      height: 216px;
      flex: 1;
      width: 100%;
      max-width: 410px;
      background: #eaedf2;
      font-size: 18px;
    }

    .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: 1200px;
      margin-left: 0px;
    }
    
    .contactustitle {
      font-size: 70px;
      margin-left: 140px;
    }

    .company-container {
      margin-top: 120px;
      margin-left: 100px;
    }

    .kaisha {
      width: 95%;
      margin-left: 0px;
    }
      
    .kaisha th,
    .kaisha td {
      border: 1px solid #f9ab1b;
      padding: 20px;
      text-align: center;
      font-size: 50px;
      }
      
      .kaisha th {
      font-weight: bold;
      background-color: #f9ab1b; 
      }
    
      iframe {
        height: 900px;
        margin-left: 0px;
        width: 95%;
      }

.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: 100%;
height: 950px;
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: 600px;
  height: 360px;
  margin-left: 0px;
}

.footer a{
color: #fff;
}

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

.footer-navi {
display: flex;
}

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

.copyright {
text-align: center;
color: #fff;
font-size: 50px;
}
}