/******************************************
  グループ企業用
******************************************/
.factory {
  border-top: 1px solid #b1b1b1;
}
.factory p.diversification {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 3rem;
  line-height: 160%;
}
.factory .details .left img {
  margin-bottom: 3rem;
}
.factory .details .right > p {
  margin-top: 0.5rem;
  font-size: 14px;
}
.factory .video {
  margin-bottom: 5rem;
}
.factory .video h4{
  border-bottom: 0;
  margin-bottom: 1rem;
}
.factory .video .box{
  display: flex;
  justify-content: space-between;
}
.factory .video .box div {
  flex-basis: 49%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .factory .details .left img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .factory .details .left img {
    width: 80%;
  }
  .factory .video .box{
    display: block;
  }
  .factory .video .box div:first-of-type {
    margin-bottom: 1.5rem;
  }
}

.factory.indonesia .details .left img {
  width: 80%;
}
.factory.indonesia .details .left {
  border-bottom: 1px solid #004c99;
}
.factory.indonesia .details .sale,
.factory.indonesia .details .manufacturing {
  flex-basis: 49%;
  font-size: 14px;
  line-height: 160%;
  padding-top: 3rem;
}
.factory.indonesia .details .sale p.title,
.factory.indonesia .details .manufacturing p.title {
  display: inline-block;
  border: 1px solid #000;
  padding: 0.3rem 1rem;
}
.factory.indonesia .details .sale h5,
.factory.indonesia .details .manufacturing h5 {
  font-size: 30px;
  line-height: 120%;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.factory.indonesia .details .sale h5 {
  color: #991f2e;
}
.factory.indonesia .details .manufacturing h5 {
  color: #005dac;
}
.factory.indonesia .img div:first-of-type p {
  font-size: 16px;
  line-height: 200%;
  width: 70%;
}
.factory.sekitakiko .details .left img {
  width: 100%;
}
.factory.sekitakiko .details .left {
  border-bottom: none;
}


@media screen and (max-width: 991px) {
  .factory.indonesia .details .left img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .factory.indonesia .details .left img {
    width: 60%;
  }
  .factory.indonesia .img div:first-of-type p {
    width: 100%;
  }
  .factory.sekitakiko .details .left img {
    width: 90%;
  }
}