@charset "UTF-8";

/*　top */
.top_img {
  position: relative;
  background: url("../../../common/img/service_img.png") no-repeat;
  background-size: cover;
}

/*　==================product==================　*/

.flow {
  margin: 50px 0;
}
.box_area {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  background: #fff;
}
.box_area img {
  position: relative;
}
.box_text {
  position: relative;
}
.box_about {
  position: relative;
  background: #fff;
  padding: 0 30px 0 0;
  line-height: 25px;
  max-width: 470px;
}
p.box_step {
  position: absolute;
  top: 0px;
  right: 0;
  left: -60px;
  width: 50px;
  background: #074335;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  font-size: 150%;
  z-index: 5;
  font-family: "BarlowCondensed", sans-serif;
}
p.box_step span {
  font-size: 200%;
  line-height: 1em;
}
p.box_tit {
  font-size: 160%;
  font-weight: bold;
  color: #074335;
  margin: 40px 0px 50px 60px;
}
p.img_flow {
  text-align: center;
  margin: 20px auto;
}

.box_area.production {
  display: block;
}
.production p.box_about {
  max-width: 100%;
  padding: 0 30px 0 0;
  position: relative;
  background: #fff;
  line-height: 25px;
}
.production p.box_step {
  top: -30px;
}
.img_box p {
  max-width: 205px;
  margin: 20px auto 0;
  text-align: center;
}
.img_box {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}
ul.features p:before {
  content: "\02022";
  color: #074335;
  padding: 0 10px 0 0;
}
ul.features li {
  margin-bottom: 10px;
}

/*　===================================　*/

/*タブレットサイズ　iPad　768*/
@media screen and (max-width: 1023px) {
}
/*スマホサイズ*/
@media screen and (max-width: 767px) {
  .content_box {
    max-width: 90%;
    padding: 50px 0 0;
  }
  /*　==== product ====　*/
  .pr_item.f_reverse {
    margin: 40px auto;
  }
  .pr_item {
    flex-wrap: wrap;
    height: auto;
    max-width: 90%;
    margin: 40px auto;
  }
  .pr_name {
    position: static;
    width: auto;
    padding: 30px 10%;
    margin: 0;
    height: auto;
  }
  .pr_name h4 {
    font-size: 160%;
    font-weight: bold;
    margin: 0 0 30px 0;
  }
  .pr_pic {
    position: static;
    margin: 0;
  }
  .container {
    max-width: 90%;
  }
  .box_about {
    padding: 0 0 20px 0;
}
}
