/* About Page CSS */

#section-company {
  padding: 100px 0 0;
  text-align: center;
  background-color: #fefbeb;
}

.company-container img {
  margin: 0 auto;
}

.company-container h1 {
  font-size: 23px;
  color: #22b573;
  letter-spacing: 0.7em;
  margin: 30px 0 30px 0.7em;
}

.company-container h2 {
  font-size: 21px;
  font-weight: normal;
  color: #fb9c3b;
  letter-spacing: 0.3em;
  margin: 0 auto 30px;
  width: 80%;
  line-height: 2em;
}

@media screen and (max-width: 480px) {
  .company-container h2 {
    font-size: 4.9vw;
    width: 95%;
  }
}

.company-container h3 {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin: 0 auto 30px;
  max-width: 600px;
  line-height: 2em;
  padding: 10px;
}

.company-images {
  display: flex;
  padding: 0 2% 100px;
  justify-content: center;
}

.company-images img {
  width: 90%;
}

#lightcase-content img {
  filter: none;
}

@media screen and (max-width: 480px) {
  .company-images {
    display: flex;
    padding: 0 15% 100px;
    justify-content: center;
    flex-flow: column;
  }
  .company-images img {
    width: 90%;
    margin-bottom: 15px;
  }
}

.company-overview {
  border: 0;
  border-top: 1px #3e3a39 solid;
  border-bottom: 1px #3e3a39 solid;
}

.company-overview-line {
  line-height: 2em;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #cccccc solid;
  justify-content: center;
}

.company-overview-line h4 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  width: 200px;
  text-align: left;
  letter-spacing: 0.7em;
  color: #22b573;
}

.company-overview-line h5 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  letter-spacing: 1px;
  width: 420px;
}

.company-overview div:last-child {
  border-bottom: 0;
  line-height: 1.8em;
  padding-bottom: 40px;
}

@media screen and (max-width: 650px) {
  .company-title img {
    width: 60px;
  }
  .company-container h1 {
    font-size: 19px;
    letter-spacing: 0.5em;
    margin: 10px 0 50px 0.5em;
  }
  .company-overview div {
    width: 95%;
    margin: 0 auto;
  }
  .company-overview-line h4 {
    font-size: 13px;
    padding: 0 10px 0 0;
    width: 150px;
    letter-spacing: 0.2em;
  }
  .company-overview-line h5 {
    font-size: 14px;
    padding: 0;
    letter-spacing: 1px;
    width: 100%;
  }
  .company-overview div:last-child {
    display: flex;
    flex-flow: column;
  }
  .company-overview div:last-child h4 {
    margin-bottom: 15px;
  }
}

/* Section Network */
#section-network {
  text-align: center;
  padding: 100px 10%;
  background-color: #fff;
}

.network-container img {
  margin: 0 auto;
  max-height: 500px;
}

.network-container h1 {
  font-size: 23px;
  color: #22b573;
  letter-spacing: 0.7em;
  margin: 30px 0 60px 0.7em;
}

.network-container h2 {
  font-size: 2.7vw;
  color: #22b573;
  line-height: 2em;
  text-align: left;
  position: absolute;
  letter-spacing: 0.3em;
}

.network-container h3 {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.7em;
  text-align: left;
  margin: 40px auto 0;
  max-width: 460px;
}

@media screen and (max-width: 600px) {
  #section-network {
    padding: 70px 10%;
  }
  .network-container h2 {
    font-size: 3.2vw;
  }
  .network-container h3 {
    font-size: 13px;
  }
  .network-title img {
    width: 60px;
  }
  .network-container h1 {
    font-size: 19px;
    letter-spacing: 0.5em;
    margin: 10px 0 50px 0.5em;
  }
}

/* Section Vehicle */
#section-vehicle {
  text-align: center;
  padding: 100px 0;
  background-color: #fefbeb;
}

.vehicle-container img {
  margin: 0 auto;
}

.vehicle-container h1 {
  font-size: 23px;
  color: #22b573;
  letter-spacing: 0.7em;
  margin: 30px 0 60px 0.7em;
}

.vehicle-text {
  padding: 0 10%;
}

.vehicle-text h2 {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.7em;
  text-align: left;
  margin: 40px auto 50px;
  max-width: 460px;
}

.vehicle-infomation {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.vehicle-item {
  margin: 5%;
  width: 50%;
  border-bottom: 1px #3e3a39 solid;
}

.vehicle-item img {
  width: 100%;
}

.vehicle-item-text {
  border-top: 1px #3e3a39 solid;
  margin: 20px 0 0 0;
}

.vehicle-item-text h2 {
  text-align: left;
  font-size: 17px;
  font-weight: normal;
  padding-left: 1em;
  letter-spacing: 0.2em;
  line-height: 2.8em;
  border-bottom: 1px #b3b3b3 solid;
}

.vehicle-item-text h3 {
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  padding: 1.5em 1em 3em 1em;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  min-height: 10em;
}

@media screen and (max-width: 600px) {
  #section-vehicle {
    padding: 70px 10%;
  }
  .vehicle-title img {
    width: 60px;
  }
  .vehicle-text {
    padding: 0;
  }
  .vehicle-text h2 {
    font-size: 13px;
  }
  .vehicle-item {
    margin: 5% 3%;
  }
  .vehicle-item-text h2 {
    font-size: 14px;
    padding-left: 0.5em;
  }
  .vehicle-item-text h3 {
    font-size: 11px;
    padding: 1em 0;
  }
  .vehicle-container h1 {
    font-size: 19px;
    letter-spacing: 0.5em;
    margin: 10px 0 50px 0.5em;
  }
}
