@charset "UTF-8";
.head {
  width: 100%;
  background: url(/img/usr/freepage/free_shipping_2509/sp/bg.jpg) center top/cover;
  text-align: center;
}
.mainvisual {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.btn_area {
  padding-bottom: 60px;
}
.copy {
  width: 75%;
  max-width: 520px;
  margin: 0 auto;
  cursor: pointer;
}
.title {
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #553f3c;
}
.title img {
  height: 100%;
  width: auto;
}
table {
  width: calc(100% - 30px);
  max-width: 960px;
  margin: 30px auto;
  color: #3a3a3a;
  font-size: 16px;
}
th, td {
  padding: 10px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #dbdfe0;
  border-collapse: collapse;
  font-size: 14px;
}
th {
  width: 25%;
  background: #f0f2f2;
}
td {
  width: 75%;
  text-align: left;
}
.attention p {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}
.attention p:first-child {
  margin-top: 0;
}
.link_banner {
  display: flex;
  width: calc(100% - 30px);
  max-width: 960px;
  margin: 50px auto;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.link_banner a {
  width: 100%;
  max-width: 460px;
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
  .head {
    background: url(/img/usr/freepage/free_shipping_2509/pc/bg.jpg) center top/cover;
  }
  .mainvisual {
    width: calc(100% - 30px);
  }
  .btn_area {
    padding: 20px 0 100px;
  }
  .title {
    height: 80px;
  }
  table {
    margin: 50px auto;
  }
  th, td {
    padding: 30px;
    font-size: 16px;
  }
  th {
    width: 20%;
  }
  td {
    width: 80%;
  }
  .attention p {
    margin-top: 10px;
  }
  .link_banner a {
    width: calc(50% - 15px);
  }
}