@charset "utf-8";
/* CSS Document */

/* 共通 */
.business_text_ttl {
  margin-bottom: 1rem;
  color: #039;
  font-size: 1.5rem;
  font-weight: 500;
  display: table;
  line-height: 1.4;
}
.business_text_ttl_l {
  font-size: 1.8rem;
  color: #fff;
  background: #039;
  padding: 2rem 0;
  text-align: center;
  margin-bottom: 3rem;
}

.business_text_ttl_l　 {
  background: #039;
  color: #fff;
  padding: 2rem 0;
  font-size: 1.8rem;
  text-align: center;
}
.outline_txt {
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 736px) {
  .set_text {
    padding: 0 1rem;
    font-size: 0.875rem;
  }

  .business_text_ttl {
    margin-bottom: 1rem;
    font-size: 1.0625rem;
  }
  .business_text_ttl_l {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  .outline_txt {
    font-size: 0.875rem;
    text-align: left;
    margin-bottom: 1rem;
    padding: 0 1rem;
  }
}

/* FVの画像と文字指定 */
.sub_fv {
  background-image: url("../img/bg_fv.jpg");
  color: #fff;
}

/* 理念 */
.ideal {
  padding: 3rem 0 2rem;
}

.ideal .set_area {
  margin-bottom: 3rem;
}

@media screen and (max-width: 736px) {
  .ideal {
    padding: 3rem 0 0;
  }
}

/* 事業紹介（フロー） */
.business_flow {
  padding: 2rem 0 4rem;
  background: #eaebf0;
}

.business_flow .section_en_ttl {
  color: #fff;
}

@media screen and (max-width: 736px) {
  .business_flow {
    padding: 2rem 0;
  }

  .business_flow_img {
    width: 80%;
    margin: 0 auto;
  }
}

/* 品質管理 */
.management .set_area {
  margin-bottom: 3rem;
}

@media screen and (max-width: 736px) {
  .management .set_area {
    margin-bottom: 1rem;
  }
  .management_img {
    padding: 1rem;
  }
}

/* oem */
.oem {
  padding: 2rem 0 4rem;
  background: #eaebf0;
}

.oem .set_area {
  margin-bottom: 3rem;
}

.oem .section_en_ttl {
  color: #fff;
}

.bottle_item {
  text-align: center;
  margin-bottom: 4rem;
}

.bottle_item li {
  background: #fff;
  padding: 1rem;
  flex-basis: 46%;
  box-sizing: border-box;
}

.bottle_item li:nth-of-type(odd) {
  margin-right: 8%;
}

.bottle_item li p {
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  font-weight: 500;
  color: #039;
}
.capacity {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  margin-bottom: 4rem;
}

.capacity th {
  color: #039;
  font-weight: 500;
  padding: 0.5rem;
  border-left: 1px solid #eaebf0;
  text-align: left;
}
.capacity td {
  padding: 0.5rem;
  border-left: 1px solid #eaebf0;
  border-top: 1px solid #eaebf0;
  text-align: left;
  vertical-align: middle;
}
.bottle_line {
  text-align: center;
  margin-bottom: 4rem;
}
.bottle_line li {
  flex-basis: 46%;
  box-sizing: border-box;
  text-align: left;
}
.bottle_line li:nth-of-type(odd) {
  margin-right: 8%;
}

.bottle_line li p {
  font-size: 1.6rem;
  color: #039;
  margin-bottom: 1rem;
  font-weight: 500;
}

.bottle_line li p span {
  margin-left: 1rem;
  display: inline-block;
  color: #333;
  font-weight: normal;
  font-size: 1rem;
}

@media screen and (max-width: 736px) {
  .bottle_item,
  .bottle_line {
    padding: 1rem;
    margin-bottom: 2rem;
  }
  .bottle_item li p {
    font-size: 1.0625rem;
    padding: 1rem 0 0;
  }
  .bottle_item li:nth-of-type(odd),
  .bottle_line li:nth-of-type(odd) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .oem .set_area {
    margin-bottom: 1rem;
  }
  .bottle_item {
    padding: 1rem;
    margin-bottom: 2rem;
  }

  .bottle_item img {
    width: 40%;
  }

  .bottle_line li p {
    font-size: 1.0625rem;
  }

  .bottle_line li p span {
    font-size: 0.875rem;
  }
  .capacity {
    width: 92%;
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
}
