.product-main-content {
  width: 50%;
  margin: 0 auto;
}
.product-main-content .mini-title {
  color:#b5b5b6;
  font-size: 12px;
  line-height: 40px;
}
.product-main-content h2 {
  margin: 0;
  padding: 0;
  background:#006fbb;
  line-height: 50px;
  font-size: 20px;
  color: white;
  padding-left: 20px;
  margin-top: 74px;
}
.product-main-content p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.product-main-content .first-text {
  margin-top: 24px;
  margin-bottom: 40px;
}
.product-main-content h3 {
  margin: 0;
  padding: 0;
}
.product-main-content #pikarun {
  font-weight: normal;
  font-size: 16px;
  border-bottom: 7px solid #006fbb;
  margin-bottom: 24px;
}
.product-main-content .first-img img {
  width: 100%;
}
.product-main-content .second-text {
  margin-top: 24px;
  margin-bottom: 34px;
}
.product-main-content .second-img img {
  width: 100%;
}
.product-main-content .second-h3 {
  font-weight: normal;
  font-size: 16px;
  border-bottom: 7px solid #006fbb;
  margin-top: 34px;
}
.product-main-content .sard-img img {
  width: 100%;
}
.product-main-content .flex-wrapper {
  display: flex;
  margin-top: 14px;
}
.product-main-content .flex-wrapper .flex-content {
  width: 25%;
  margin: 4px;
  
}
.product-main-content .flex-wrapper .flex-content img {
  width: 100%;
  /*max-height: 175px;*/
}
.product-main-content .flex-wrapper .flex-content p {
  margin-top: 8px;
}
.product-main-content .pikarun-banner {
  margin-top: 80px;
  margin-bottom: 100px;
}
.product-main-content .pikarun-banner img {
  width: 100%;
}
.product-main-content .bottom-img img {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 28px;
}
.product-main-content .bottom-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.product-main-content .bottom-flex-wrapper p {
  width: 50%;
  text-align: center;
  /*height: 180px;*/
  overflow: hidden;
  margin-bottom: 30px;
}
.product-main-content .bottom-flex-wrapper p img {
 width: 90%;
}
.product-main-content .tel-img img {
  width: 100%;
  margin-top: 90px;
  margin-bottom: 300px;
}

@media screen and (max-width:1000px) {
  .product-main-content {
    width: 90%;
    margin: 0 auto;
  }

 
}
@media screen and (max-width:500px) {
   /* 試し */
   .product-main-content .bottom-flex-wrapper p {
    height: auto;
    margin-bottom: 20px;
  }
  .product-main-content .bottom-flex-wrapper p img {
   /* max-height: 110px;*/
  }
}