@charset "utf-8";

article .product h3 {background:#246D60;color:#FFFFFF;height:41px;line-height:41px;font-size:1em;text-align:center;margin-bottom: 20px;}

article .option h3 {color: #B09548;font-weight: 700;text-align: center;border-bottom: 2px solid #B09548;padding-bottom: 6px;margin-bottom: 20px;}

article.order img {max-width: 100%;}

article.order h1:before {
  width: 176px;
  height: 54px;
  background-image: url('images/h1_contact.png');
  background-position: center;
  background-size: contain;
  top: -26px;
  left: 6px;
}


article.order p.ssl {font-size: 0.875em;margin: 30px 20px 15px 20px;text-align: center;}

article.order .btn-back .abtn {background-image:none;}
article.order .btn-back .abtn:hover {background-image:none;}


@media (max-width: 767px) {
article.order .btn input.abtn {width: calc(100% - 60px);}
}