@import url("//fonts.googleapis.com/css2?family=Barlow:wght@200;400&family=Gilda+Display&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
.gilda-display-regular {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*
font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.contents {
  background: url("/assets/img/terms/bg.webp") center center no-repeat fixed;
  background-size: cover;
  padding: 100px 0 160px; }

.termsSec {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  color: #806b57;
  margin: 0 auto 80px;
  max-width: 1000px;
  padding: 70px 40px 0; }
  .termsSec:first-child {
    border: none;
    padding-top: 0; }
  .termsSec:last-child {
    margin-bottom: 0; }
  .termsSec h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 2;
    line-height: 1.8;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 40px; }
    @media only screen and (max-width: 960px) {
      .termsSec h2 {
        font-size: 24px;
        font-size: 2.4rem; } }

/*  /////////////////////////////////////////////////
Responsive Start 
*/
@media only screen and (max-width: 960px) {
  .contents {
    padding: 48px 0 60px; }

  .termsSec {
    margin: 0 auto 40px;
    padding-top: 40px;
    padding-left: 7.5vw;
    padding-right: 7.5vw; }
    .termsSec:first-child {
      border: none;
      padding-top: 0; }
    .termsSec:last-child {
      margin-bottom: 0; }
    .termsSec h2 {
      font-size: 20px;
      letter-spacing: 0.04em;
      margin-bottom: 28px; } }
