@charset "UTF-8";
/**********************************************
  privacy
***********************************************/
.privacy__wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
.privacy__main{
  padding: 50px 0 100px;
}
.privacy__inner {
  max-width: 90%;
  margin: 50px auto 0;
}
.privacy__ttlAlea {
  margin-top: 60px;
  text-align: center;
}
.privacy__ttl {
  font-size: 1.8em;
  line-height: 1.5;
}
.privacy__txtArea {
  width: 100%;
  margin: 40px auto 0;
}


/**********************************************
  underTtl（PCファースト　要修正）
***********************************************/
.underTtl {
  position: relative;
}
.underTtl__ttl {
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.underTtl__ttl::after {
  content: "";
  display: block;
  width: 2em;
  height: 0.034em;
  background-color: #000;
  position: absolute;
  bottom: -0.4em;
  left: 0;
  right: 0;
  margin: auto;
}
.underTtl__ttlH2 {
  line-height: 1;
}
.underTtl__ttlH2._shadow {
  text-shadow: 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FFF;
}
.underTtl__ttlH3 {
  line-height: 1;
}
.underTtl__en {
  display: block;
  color: #A55E60;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.underTtl__en::after {
  content: "";
  display: block;
  width: 2em;
  height: 0.034em;
  background-color: #A55E60;
  position: absolute;
  left: 0;
  margin: auto;
}
.underTtl__year {
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 769px) {/*PCとTBのデザイン*/
  .underTtl__ttlH2 {
    font-size: 1.875em;
  }
  .underTtl__ttlH3 {
    font-size: 1.5em;
  }
  .underTtl__en {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .underTtl__en::after {
    bottom: -0.4em;
  }
  .underTtl__year {
    font-size: 1.2em;
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 768.999px) {/*SPのデザイン*/
  .underTtl__ttlH2 {
    font-size: 1.5em;
  }
  .underTtl__ttlH3 {
    font-size: 1.25em;
  }
  .underTtl__en {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .underTtl__en::after {
    bottom: -0.4em;
  }
  .underTtl__year {
    font-size: 1em;
    margin-top: 1em;
  }
}

/**********************************************
  numberlist
***********************************************/
.numberlist {
  margin-left: 2.5em;
}
.numberlist-item {
  margin-top: 1em;
  list-style-type: decimal;
}
.numberlist-txt {
  font-weight: normal;
}
/***********************************************
  inNumberlist
***********************************************/
.inNumberlist {
  margin-left: 2em;
}
.inNumberlist-item {
  margin-top: 0.5em;
  list-style-type: decimal;
}