@charset "euc-jp";

/* 特定商取引法 */
.specified h3{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  position: relative;
  padding-left: 35px;
  color: #CE712A;
  margin-bottom: 20px;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.specified h3::before{
  content: "";
  display: inline-block;
  width: 28px;
  height: 34px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-position: 50%;
  background-image: url(https://img12.shop-pro.jp/PA01064/593/etc/2022-icon-pon-orange%402x.png);
  background-repeat: no-repeat;
  background-size: 28px 34px;
}
.delivery b{
  font-weight: bold;
  font-size: 1.2em;
}
table.table-guide{
  border-collapse: collapse;
  width: 100%;
}
table.table-guide th,
table.table-guide td{
  padding: 10px 15px;
  border: solid 1px #815340;
  box-sizing:border-box;
}
table.table-guide th {
  background: #F5EEDC;
  width: 28%;
}
table.table-guide td {
  background: #fff;
}
@media screen and (max-width: 575px) {
  table.table-guide th,
  table.table-guide td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.table-guide td:first-child{
    background: #ff7bac;
    color:#fff;
    font-weight:bold;
  }
  table.table-guide tr:last-child{
    border-bottom: 1px solid #815340;
  }
}