/* Scss Document */
#subKv {
  background: #EEF1F1;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  #subKv .deco {
    font-size: 10rem;
    text-align: center;
    color: #0087DD;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #subKv .deco {
        font-size: 4rem; } }
  #subKv .ttl {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: center; }
    @media (max-width: 999px) {
      #subKv .ttl {
        font-size: 1.4rem; } }

/*
---------------------------------------
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; }
