@charset "euc-jp";

/*特定商取引 用CSS*/
.detail {
  margin-bottom: 100px;
}
.detail h2 {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  background-image: url(https://img21.shop-pro.jp/PA01368/420/etc/lineB.gif?cmsp_timestamp=202603163735),url(https://img21.shop-pro.jp/PA01368/420/etc/lineC.gif?cmsp_timestamp=202603163745);
  background-repeat: repeat-x;
  background-position: top left,bottom left;
  padding: 35px 0;
  margin-bottom: 40px;
  border: none;
  font-weight: normal;
}

.detail dl dt {
  color: #79613c;
  font-size: 13px;
  margin-bottom: 7px;
  width: 23%;
  float: left;
  font-weight: normal;
}
.detail dl dd {
  font-size: 13px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 25%;
  font-weight: normal;
}
.detail hr {
  border-top: 1px dotted #ddd;
  clear: left;
}

/*=============================================================================480*/
@media (max-width: 480px) {
  .detail {
    margin-bottom: 50px;
  }
  .detail h2 {
    font-size: 13px;
    padding: 25px 0;
    margin-bottom: 20px;
    font-weight: bold;
  }
  
  .detail dl dt {
    font-size: 12px;
    width: 100%;
    float: none;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .detail dl dd {
    font-size: 12px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
  }
  .detail hr {
    border-top: 1px dotted #ddd;
    clear: left;
    margin: 5px 0 15px;
  }
}