h2 {
  overflow: hidden;
  text-align: center;
}
 
h2 span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
  margin-bottom: 10px;
}
 
h2 span:before,
h2 span:after {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
}
 
h2 span:before {
  right: 100%;
}
 
h2 span:after {
  left: 100%;
}
.head1 {
  font-weight: bold;
  color: #00003e;
  font-size: 22px;
}
.head2 {
  color: #00003e;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
.price1 {
    font-size: 22px;
}
.w_set {
    width: 49%;
}
.product_name {
    font-size: 12px;
    margin-top: -10px;
    line-height: 20px;
}
.frame1 {
    padding: 10px;
    margin-bottom: 50px;
    border: 1px solid #333333;
    font-weight: normal;
    background-color: #3adb76;
}
.caption_pc {
    display: none;
}