#contents .headSection .leftArea {
  width: 100%;
}
#contents .mainSection .img {
  width: 440px;
  padding-right: 30px;
  box-sizing: border-box;
}
#contents .mainSection .img img {
  width: 100%;
  height: auto;
}
#contents .mainSection .summary {
  width: 510px;
  box-sizing: border-box;
}
#contents .mainSection .price_box table {
  margin-bottom: .5em;
  width: 100%;
}
#contents .mainSection .price_box table th, #contents .mainSection .price_box table td {
  padding: .5em 1.25em;
  border: solid 1px #ccc;
}
#contents .mainSection .price_box table th {
  background: #fafafa;
  text-align: center;
}
#contents .mainSection .price_box table td strong {
  font-size: 20px;
}
#contents .detailSection .ttl01 {
  background-size: 6px 90%;
}

@media only screen and (max-width: 767px) {
  #contents.responsive .mainSection .summary .txt br.pc {
    display: none !important;
  }

  #contents .mainSection .price_box table th {
    width: 28%;
  }
  #contents .mainSection .price_box table td {
    width: 72%;
  }
  #contents .mainSection .price_box table td strong {
    font-size: 124%;
  }

  a.iPop01 {
    display: inline;
  }
  a.iPop01 img {
    margin-right: 0.5vw !important;
    margin-left: 0.5vw !important;
  }
}
