@charset "UTF-8";
.commingsoon {
  opacity: 0.5;
  pointer-events: none;
}

/*============================
#guideline-Ttl
============================*/
section#guideline-Ttl {
  padding: 71px 30px 108px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#guideline-Ttl {
    padding: 43px 26px 42px;
  }
}
section#guideline-Ttl h1 {
  font-size: 35px;
  line-height: 1.714285714285714;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  section#guideline-Ttl h1 {
    font-size: 21px;
    line-height: 1.666666666666667;
    letter-spacing: 0.15em;
  }
}

/*============================
common
============================*/
section[id*=sec] {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  section[id*=sec] {
    padding: 0 26px;
  }
}

.leftTtl > div {
  padding-top: 29px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .leftTtl > div {
    padding-top: 15px;
    padding-bottom: 12.5px;
  }
}
.leftTtl > div p {
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 0.75px;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 767px) {
  .leftTtl > div p {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.leftTtl > div .komeList li {
  font-size: 14px;
  line-height: 1.857142857142857;
  letter-spacing: 0.05em;
}
.leftTtl > div h3 {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 0.7em;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .leftTtl > div h3 {
    font-size: 16px;
  }
}
.leftTtl > div h3::before {
  content: '■';
  color: #B29701;
  margin-left: -1em;
}
.leftTtl > div table {
  margin-bottom: 0.8em;
}
.leftTtl > div table tr th, .leftTtl > div table tr td {
  padding: 0.9em 1em;
}
.leftTtl > div table tr th {
  font-size: 14px;
  line-height: 1.714285714285714;
  letter-spacing: 0.05em;
}
.leftTtl > div table tr td {
  font-size: 13px;
  line-height: 1.846153846153846;
  letter-spacing: 0.05em;
}
.leftTtl > div table tr td .komeList li {
  font-size: 13px;
  line-height: 1.846153846153846;
  letter-spacing: 0.05em;
}
