.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
#footer {
    margin-top: 60px;
}
.block_banner a {
    display: block;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}
.block_banner a:hover {
    opacity: 0.5;
}

.block_product_detail .textarea .text {
  font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "MyYuGothic", "MyHiragino", "メイリオ", Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.block_product_detail .textarea .text a {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px;
  border-bottom: 1px solid #333;
}
.block_product_detail .textarea .text a:hover {
  border-bottom: none;
}

.col-lg-6 {
  font-family: "FOT-筑紫ゴシック Pr5 R", "游ゴシック Medium", "Yu Gothic Medium", メイリオ, Meiryo, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 40px;
}
.p-pre-order__date {
  margin-top: 10px;
}
.p-pre-order__icon {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 3px;
  line-height: 1;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 13px;
}
.block_product_list_bottom .list .column a .pre_order {
  position: absolute;
  top: -10px;
  left: 0;
  padding: 0 10px;
  height: 20px;
  border: 1px #666 solid;
  line-height: 20px;
  text-align: center;
  color: #666;
  letter-spacing: 0.05em;
  background: #FFF;
  font-family: 'Source Serif Pro', serif;
}

@media only screen and (max-width: 768px) {
.block_banner {
    
}   
  .block_product_detail .textarea .text a {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.block_product_list_bottom .list .column a .pre_order {
  top: 0px;
  left: 25px;
}
}