@charset "UTF-8";
/**
 * commmon/css/tokuho.css
 * tokuhoのCSS
 */
.modal-tokuho {
  padding: 70px 0;
  background-color: #fff;
}
.modal-tokuho .modal-tokuho-inner {
  background-image: url("../../products/lineup/img/tokuho/bg-modal.png");
  background-size: 1500px 770px;
  background-repeat: no-repeat;
  background-position: center -40px;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product {
  width: 891px;
  padding-right: 69px;
  margin: 0 auto;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-info-top {
  overflow: hidden;
  margin-bottom: 140px;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-info-top .product-info {
  width: 627px;
  float: left;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-info-top .product-info p {
  padding-right: 77px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-info-top .bottle {
  width: 264px;
  float: right;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-detail .detail-top {
  overflow: hidden;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-detail .detail-top p:first-child {
  width: 327px;
  float: left;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-detail .detail-top p:last-child {
  width: 564px;
  float: right;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-detail .detail {
  margin-bottom: 70px;
  padding: 20px 74px;
  text-align: center;
  color: #796234;
  border: 2px solid #796234;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-detail .detail .about-ttl,
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-detail .detail .about-txt {
  color: #796234;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-detail .detail .about-ttl {
  margin-bottom: 9px;
  font-size: 32px;
  font-weight: bold;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-detail .detail .about-txt {
  margin-bottom: 20px;
  font-size: 20px;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-detail .detail .described-ttl,
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-detail .detail .described-txt {
  color: #796234;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-detail .detail .described-ttl {
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: bold;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-detail .detail .described-txt {
  font-size: 16px;
  line-height: 1.5;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-info-bottom > p {
  margin-bottom: 29px;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-info-bottom .detail {
  margin-bottom: 63px;
  color: #000;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-info-bottom .detail dt {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-info-bottom .detail dd {
  font-size: 16px;
  line-height: 1.3;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-info-bottom .health-txt-link {
  text-align: right;
  font-size: 16px;
  line-height: 1.4;
  overflow: hidden;
  color: #000;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-info-bottom .health-txt-link a {
  display: block;
  width: 230px;
  float: right;
  padding-right: 24px;
  background-image: url("../img/btn-next.png");
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 20px;
  color: #796234;
  border-bottom: 1px solid #000000;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .product-info-bottom .health-txt-link a:hover {
  border-bottom: 1px solid #796234;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .btn-close-wrap {
  text-align: center;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .btn-close-wrap span {
  display: inline-block;
  -webkit-box-shadow: 6px 6px #00172d;
  box-shadow: 6px 6px #00172d;
  background-color: #00172d;
  border: 1px solid #fff;
  cursor: pointer;
}
.modal-tokuho .modal-tokuho-inner .tokuho-product .btn-close-wrap span:hover {
  background-color: #004A98;
}
