@charset "utf-8";

/*
  File Name   : terms.css
  Description : 特定商取引法共通
*/


/*
============================================================ */
.terms-title {
  margin: 20px 0 40px;
  font-size: 24px;
  text-align: center;
}
.terms-block {
  margin-bottom: 50px;
  font-size: 14px;
}
.terms-block:first-of-type {
  margin-top: 50px;
}
.terms-block .terms-block__title {
  background: #ebe9e1;
  color: #614d3f;
  font-size: 17px;
  padding: 17px 20px;
  margin-bottom: 30px;
}
.terms-block__data > *{
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.terms-block .terms-block__content-sub {
  margin-top: 30px;
}
.terms-block .terms-block__content-sub .terms-block__content-sub__title{
  font-size: 1em;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .terms-title {
    margin: 10px 0 20px;
    font-size: 18px;
  }
  .terms-block {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .terms-block:first-of-type {
    margin-top: 30px;
  }
  .terms-block .terms-block__title {
    font-size: 15px;
    padding: 12px 15px;
    margin-bottom: 15px;
  }
  .terms-block__data {
    margin-top: 5px;
  }

  .terms-block .terms-block__content-sub {
    margin-top: 15px;
  }
  .terms-block .terms-block__content-sub .terms-block__content-sub__title{
    font-size: 1em;
    margin-bottom: 5px;
  }


}