@charset "utf-8";
@media screen and (max-width: 590px) {
  .product_name h1 {
    font-size: 20px;
    line-height: 1.5;
  }
}

/* 商品特徴 */
.product_feature_item_01, .product_feature_item_02 {
  width: 47%;
  margin-bottom: 0;
}

.product_feature_item_01 img {
  height: 200px;
}

.product_feature_item_01__box {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}

.product_feature_item_02__box {
  display: flex;
  justify-content: space-between;
}

.product_feature_item_02__box > div {
  width: 49%;
}

.product_feature_item_02__box > div > p {
  margin-bottom: 5px;
  border: 1px solid #333;
  text-align: center;
  font-size: 14px;
}

.product_feature_item_02__box > div > div {
  display: flex;
  justify-content: space-between;
}

.product_feature_item_02__box > div > div > div {
  width: 49%;
}

.product_feature_item_02__box > div > div > div > img {
  width: 100%;
}

.product_feature_item_02__box > div > div > div > p {
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 590px) {
  .product_feature_item_01, .product_feature_item_02 {
    width: 92%;
    margin: 0 auto 60px;
  }
  
  .product_feature_item_01 img {
    height: 180px;
  }
  
  .product_feature_item05 a {
    max-width: 100%; 
    padding: 12px 0; 
    font-size: 14px;
  }

  .product_feature_item_02__box {
    flex-direction: column;
    row-gap: 15px;
  }

  .product_feature_item_02__box > div {
    width: 100%;
  }
}