.product_header {
  margin-bottom: 40px;
}
.product_header h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.product_header .release {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: center;
}
.product_header .release > .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 80px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #555;
  /*background: #e6e6e6;*/
}

.product_body {
  margin-bottom: 60px;
}
.product_body p {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2;
}
.product_body .bg-border {
  padding: 30px 25px 20px;
  background: url(/common/img/pat1.gif) repeat 0 0/2px 4px;
}
.product_body .bg-border h2 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.product_body .bg-border p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 2px;
}

.btn_back {
  max-width: 275px;
  margin-inline: auto;
}

.list_note_inline {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.list_note_inline > li {
  display: inline-block;
}
.list_note_inline > li > .num {
  display: inline-block;
  margin-right: 5px;
}
.list_note_inline > li + li {
  margin-left: 15px;
}

.share {
  margin: 0 auto 60px;
}
.share .share_txt {
  font-size: 14px;
  letter-spacing: 5px;
  text-align: center;
  color: #555;
  margin-bottom: 10px;
}
.share .share_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.share .share_btn li {
  list-style: none;
  margin: auto 15px;
}
.share .share_btn li img {
  width: 40px;
  height: auto;
}