/* Scss Document */
#subKv {
  background: #EEF1F1;
  height: 24vh;
  display: flex;
  align-items: center;
  justify-content: center; }

#subKv .ttl {
  font-size: 48px;
  text-align: center;
  color: #005893;
  margin-bottom: 20px; }
  @media (max-width: 999px) {
    #subKv .ttl {
      font-size: 32px;
      margin-bottom: 10px; } }

#subKv .ttlDeco {
  font-size: 20px;
  text-align: center;
  background: #333;
  width: max-content;
  margin: 0 auto 60px;
  color: #fff;
  border-radius: 999px;
  padding: 0 20px; }
  @media (max-width: 999px) {
    #subKv .ttlDeco {
      font-size: 16px;
      margin-bottom: 30px; } }

/*
---------------------------------------
privacy01
---------------------------------------
*/
#privacy01 {
  margin-bottom: 2vw; }

#privacy01 .ttl {
  font-size: 36px;
  margin: 100px auto 50px;
  letter-spacing: .05em;
  font-weight: 700; }
  @media (max-width: 999px) {
    #privacy01 .ttl {
      margin: 50px auto 30px;
      line-height: 32px;
      font-size: 24px; } }

#privacy01 dl {
  margin-bottom: 5vw; }
  @media (max-width: 999px) {
    #privacy01 dl {
      margin-bottom: 10vw; } }

#privacy01 dt {
  font-size: 20px;
  margin-bottom: .5em;
  letter-spacing: .05em;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: .5vw;
  text-align: left;
  padding-left: .5vw; }
  @media (max-width: 999px) {
    #privacy01 dt {
      font-size: 18px;
      padding: 2.5vw; } }

#privacy01 .stxt {
  text-align: justify; }

#privacy01 ul:last-of-type {
  margin-bottom: 0; }

#privacy01 ul {
  margin-bottom: 1em;
  margin-left: 2.2em; }

#privacy01 ul li {
  list-style-type: decimal;
  text-align: justify; }

#privacy02 a {
  color: #3189D2;
  text-decoration: underline; }
