@charset "UTF-8";
@font-face {
  font-family: 'NotoSans-regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSans-medium';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSans-bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.ttf") format("truetype");
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ==============================================
  COMPANY

  memo:

  @mixin ============================================= */
#term_of_use-page {
  background-color: #faf4ec;
}

/*  --------------------------------------------------
  MODULE
 -------------------------------------------------- */
/*  --------------------------------------------------
  htmlコンテナ
 -------------------------------------------------- */
.htmlContainer {
  width: 100%;
  min-height: 800px;
  position: relative;
}

.container {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 106px;
}

/*  --------------------------------------------------
  MAIN
 -------------------------------------------------- */
.main {
  width: calc(100% - 48px);
  min-width: 1160px;
  margin: 0 auto 60px auto;
}

.main__inner {
  width: 100%;
  text-align: center;
  padding: 130px 0 0 0;
}

.main__inner__title {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  color: #010101;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.0em;
  letter-spacing: .1em;
  position: relative;
  padding: 0 0 42px 0;
  margin: 0 0 56px 0;
}

.main__inner__title:after {
  content: ' ';
  width: 60px;
  height: 4px;
  display: block;
  background-color: #C59A67;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}

.main__inner__lead {
  font-size: 14px;
  line-height: 2.1em;
  width: 812px;
  margin: 0 auto;
  text-align: left;
}

/*  --------------------------------------------------
  CONTENT
 -------------------------------------------------- */
.terms {
  width: 812px;
  margin: 0 auto 150px auto;
}

.terms__list dl {
  display: block;
  width: 100%;
  margin-bottom: 45px;
}

.terms__list dl:last-child {
  margin-bottom: 0;
}

.terms__list dt {
  font-size: 16px;
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
  letter-spacing: .025em;
  margin-bottom: 30px;
}

.terms__list dd {
  font-size: 14px;
  line-height: 2.0em;
  margin-left: 58px;
}

.terms__list dd a:link, .terms__list dd a:visited {
  text-decoration: underline;
  color: #000000;
}

.terms__list dd a:hover, .terms__list dd a:active {
  text-decoration: none;
  color: #999999;
}

@media screen and (max-width: 768px) {
  /* ==============================================
  SP ABOUT

  memo:

  @mixin ============================================= */
  #term_of_use-page {
    background-color: #faf4ec;
  }
  /*  --------------------------------------------------
  MODULE
 -------------------------------------------------- */
  /*  --------------------------------------------------
  htmlコンテナ
 -------------------------------------------------- */
  .htmlContainer {
    width: 100%;
    min-height: auto;
    position: relative;
  }
  .container {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 0;
  }
  /*  --------------------------------------------------
  MAIN
 -------------------------------------------------- */
  .main {
    width: 100%;
    min-width: 100%;
    margin: 0 auto 40px auto;
    margin: 0 auto 12.5vw auto;
  }
  .main__inner {
    width: 100%;
    text-align: center;
    padding: 50px 0 0 0;
    padding: 15.625vw 0 0 0;
  }
  .main__inner__title {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    color: #010101;
    font-size: 24px;
    font-size: 7.5vw;
    font-weight: 400;
    line-height: 1.0em;
    letter-spacing: .1em;
    position: relative;
    padding: 0 0 19px 0;
    padding: 0 0 5.9375vw 0;
    margin: 0 0 48px 0;
    margin: 0 0 15vw 0;
  }
  .main__inner__title:after {
    content: ' ';
    width: 30px;
    width: 9.375vw;
    height: 2px;
    height: 0.625vw;
    display: block;
    background-color: #C59A67;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    margin-left: -4.6875vw;
  }
  .main__inner__lead {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 2.0em;
    width: 84.375%;
    margin: 0 auto;
    text-align: left;
  }
  /*  --------------------------------------------------
  CONTENT
 -------------------------------------------------- */
  .terms {
    width: 84.375%;
    margin: 0 auto 75px auto;
    margin: 0 auto 23.4375vw auto;
  }
  .terms__list dl {
    display: block;
    width: 100%;
    margin-bottom: 45px;
  }
  .terms__list dl:last-child {
    margin-bottom: 0;
  }
  .terms__list dt {
    font-size: 15px;
    font-size: 4.6875vw;
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
    letter-spacing: .025em;
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
    text-indent: -1em;
  }
  .terms__list dd {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 2.0em;
    margin-left: 0;
  }
  .terms__list dd a:link, .terms__list dd a:visited {
    text-decoration: underline;
    color: #000000;
  }
  .terms__list dd a:hover, .terms__list dd a:active {
    text-decoration: none;
    color: #999999;
  }
}
