@charset "UTF-8";
/*////////////////////////

特定商取引法に基づく表記
///////////////////////*/

#law_content {
  padding: 5% 0;
  background: #e1ded8;
}

.agreement {
  width: 70%;
  margin: 0 auto;
  padding: 3% 0;
}
.agreement .agreeTxt {
  font-size: 1.3em;
  line-height: 2em;
  margin-bottom: 1em;
}
.agreement table {
  width: 100%;
  margin: 0 auto;
  font-size: 1.3em;
  background: #fff;
}
.agreement table,
.agreement td,
.agreement th {
  border: 1px solid #595959;
  border-collapse: collapse;
}
.agreement td,
.agreement th {
  padding: 1.5em;
  width: auto;
  height: auto;
  vertical-align: top;
}
.agreement th {
  background: #efefef;
  text-align: left;
  font-weight: bold;
  width: 30%;
  min-width: 200px;
}
.agreement td {
  text-align: left;
  line-height: 1.8em;
}
.agreement td strong {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}
.agreement td strong:first-child {
  margin-top: 0;
}
.agreement .even {
  /* background: #fbf8f0; */
}
.agreement .odd {
  background: #fefcf9;
}
.agreement td a {
  color: #8c741f;
  text-decoration: underline;
}
.agreement td a:hover {
  color: #c0b9b2;
}

@media screen and (max-width: 767px) {
  .agreement {
    width: 90%;
    padding: 5% 0;
  }

  .agreement table {
    width: 100%;
    margin: 0 auto;
    font-size: 1.1em;
  }
  .agreement table,
  .agreement td,
  .agreement th {
    border: 0px;
    border-collapse: collapse;
  }
  .agreement td,
  .agreement th {
    padding: 1em 0.8em;
    width: auto;
    height: auto;
    vertical-align: top;
    display: block;
  }
  .agreement th {
    background: #efefef;
    text-align: left;
    font-weight: bold;
    width: 100%;
    border-bottom: none;
  }
  .agreement td {
    text-align: left;
    width: 100%;
    border-top: none;
  }
  .agreement tr {
    display: block;
    margin-bottom: 0;
  }
  .agreement tr:last-child td {
  }
}
