/*■■■■■■■■■■■■■■■■■■■■■
プロダクトインフォ部分
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
#proinfo.allsection h4 {
  margin: 0 0 24px 0;
  position: relative;
  left: 0;
}
#proinfo.allsection h3 {
  font-size: 180%;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0 0 48px 0;
}
#proinfo p {
  margin: 0 0 1.2em;
}
#proinfo .photo_block img {
  width: 100%;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
プロダクトインフォメニュー
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.proinfo_menu {
  margin: 50px auto;
}
.proinfo_menu {
  width: 100%;
}
.menu_box {
  width: 29.333333%;
  margin: 0 2%;
}
.menu_box h5 {
  text-align: center;
  border: solid 1px #262626;
  /* font-weight: 700; */
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 4;
}
.menu_box ul {
  border-left: solid 1px #888;
  margin: 0 0 0 8%;
  padding: 8% 0 0 8%;
}
.menu_box ul li {
  margin: 0 0 5% 0;
  font-size: 1.5rem;
}
.menu_box a {
  border-bottom: 1px dotted currentColor;
}
.menu_box a:hover {
  color: #b01f1f;
  padding: 0 0 0 1em;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
メディアクエリー
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 964px) {
  /* 964pxまでの幅の場合に適応される */
  #proinfo .text_block {
    width: 100%;
  }
  .photo_block {
    width: 80%;
    margin: 5% auto;
    background-size: cover;
    background-position: center center;
  }
.menu_box {
    width: 46%;
    margin: 0 2% 2%;
}
}
@media screen and (max-width: 635px) {
  /* 635pxまでの幅の場合に適応される */
    .menu_box h5 {
    line-height: 3;
    font-size: 1.6rem;
}
.menu_box {
    width: 100%;
    margin: 0 auto;
}
    .menu_box ul {
  border-left: none;
  margin: 8%;
  padding: 0 0 5% 0;
}
.menu_box ul li {
    margin: 0 0 5% 0;
    font-size: 1.4rem;
    line-height: 1.5;
}
}