#titleArea {
  padding: 0 10px !important;
}
#titleArea p {
  color: #333;
}
#titleArea .title_first {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 7px;
}
#titleArea .title_first span {
  font-size: 16px;
  line-height: 21px;
  margin-left: 3px;
}
#titleArea  a h1.title_first{
  color:#027ab5 !important;
}
#titleArea .content_list span {
  font-size: 12px;
  transform: scale(0.83);
  transform-origin: top left;
  line-height: 15px;
  width: 120%;
  display: inline-block;
}
#titleArea .list_item {
  display: flex;
  align-items: center;
  margin-top: -2px;
}
#titleArea .list_item .price_set {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin-right: 8px;
}
#titleArea .list_item .price_set .bold_set {
  font-size: 14px;
  margin-left: 3px;
}
#titleArea .list_item .price_set .normal_set {
  font-weight: normal;
}
#titleArea .list_item .price_set .color_set {
  color: #CC2E2F;
}
#titleArea .list_item .promise, #titleArea .list_item .coupon {
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  text-align: center;
  margin-right: 4px;
  padding: 3px 4px 1px;
}
#titleArea .list_item .coupon {
  padding: 3px 2px 1px;
}
#titleArea .list_item .promise span, #titleArea .list_item .coupon span {
  font-size: 12px;
  transform: scale(0.83);
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}
/*
@media only screen and (max-width : 375.2px) {
  #titleArea .list_item {
    flex-wrap: wrap;
  }
  #titleArea .list_item .price_set {
    margin-bottom: 4px;
  }
  #titleArea .list_item .price_setMag {
    margin-right: 98px;
  }
}*/
