@charset "utf-8";
/*
body{
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
*/
#wrap_all {font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}

.underPage #main{
  font-size: 14px;
}
.productBox .productCategory{
  margin-bottom: 5px;
}

.productBox .productCategory li{
    display: table;
    background-color: #d00e31;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 2px 6px 1px;
}
.productBox .productItem{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.productBox .productItem .articleBox{
  width: 60%;
}
.productBox .productItem .imageBox{
  width: 36%;
}
.productBox .leadTitle{
  color: #d00e31;
  margin: 15px 0;
}

.productBox .productTitle{
  display: flex;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px 0;
  margin-bottom: 15px;
  align-items: center;
}

.productBox .productTitle h4{
  font-weight: normal;
}
.productBox .productTitle h4.jpTitle{
  font-size: 13px;
  margin-left: 15px;
}
.productBox .productIntro{
  line-height: 1.6;
}
.productBox .tranceformBox{
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.productBox .tranceformBox .image{
  width: 30%;
}
.productBox .moveLead{
  margin-bottom: 15px;
}
.productBox .moveLead h3{
  font-size: 14px;
  margin: 0 0 3px;
}
.productBox .detailBox h5{
      background-color: #f2f2f2;
    padding: 8px 10px;
    font-size: 15px;
    margin-bottom: 15px;
}
.productBox .detailBox .detailItem{
  margin-bottom: 25px;
}

@media screen and (max-width: 700px) {
  .productBox .productItem{
    display: block;
  }
  .productBox .productItem .articleBox {
    width: 100%;
  }
  .productBox .productItem .imageBox {
    width: 60%;
    margin: 30px auto;
  }
  .productBox .tranceformBox {
    display: block;
  }
  
  .productBox .tranceformBox .image {
    width: 60%;
    margin: 0 auto 20px;
  }  
}
