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;
}
.head4 {
  text-align: center;
}
.price1 {
  font-size: 22px;
}
.w_set {
  width: 49%;
}
.product_name {
  font-size: 14px;
  margin-top: -10px;
}
.frame1 {
  padding: 10px;
  margin-bottom: 50px;
  border: 1px solid #333333;
  font-weight: normal;
  background-color: cornsilk;
}
.caption_pc {
  display: none;
}
.box6 {
    margin: -10px 0px 40px 0px;
}
.box7 {
    margin: -10px 0px 40px 0px;
