.producer_middle img,
.producer_bottom img {
  max-width: 100%;
  height: auto;
}

.section_title {
  position: relative;
  padding: 0 0 0 20px;
}

.section_title span {
  padding: 20px 0 20px 100px;
  display: block;
  background-color: #f4f8fb;
  font-size: 24px;
  font-weight: bold;
  margin: 60px auto;
}

.section_title::before {
    content: "";
  display: block;
  width: 96px;
  height: 96px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.items .section_title::before {
  background-image: url(../common/icon_items.png);
}



.producer_middle .photo {
  border-top: 1px solid #e6e6e6;
  padding-top: 60px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: auto;
  max-width: 900px;
  height: auto;
  align-items: flex-start;
}

.producer_middle .photo img {
  width: calc(100%/3);
  margin: 0 0 1%;
  padding: 0 0.5%;
  box-sizing: border-box;
}

.producer_middle .point .section_title::before {
  background-image: url(../common/icon_point.png);
}

.producer_middle .point .point_box {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 5% auto 0;
}

.producer_middle .point .point_item {
  width: 46%;
  margin: 0 2% 5%;
  max-width: 451px;
}

.producer_middle .point .point_text {
  margin-top: 5%;

}

.producer_middle .point .point_text span {
  color: #003f76;
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  margin-bottom: 0.5em;
}

.producer_bottom .crew{
  padding-bottom: 80px;
}


.producer_bottom .crew .section_title::before {
  background-image: url(../common/icon_crew.png);
}

.producer_bottom .crew .crew_list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: auto;
  max-width: 900px;
}

.producer_bottom .crew .crew_item {
  width: calc((100% - 8%)/4);
  margin: 1%;
  text-align: center;
  padding-bottom: 30px;
  border: 1px solid #e6e6e6;
  font-weight: bold;
  font-size: 21px;
}

.producer_bottom .crew .crew_item img {
  margin-bottom: 30px;
}

.producer_bottom .crew .crew_item span {
  font-weight: normal;
  font-size: 15px;

}
@media screen and (max-width:768px){
  .producer_bottom .crew .crew_item {
    width: calc((100% - 8%)/3);
    font-size: 1rem;
  }
}
