@charset "UTF-8";
/* Scss Document */
/*
---------------------------------------
共通
---------------------------------------
*/
.sttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 2px;
  margin-bottom: 30px; }
  @media (max-width: 999px) {
    .sttl {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 20px; } }

.stxt {
  font-size: 16px;
  letter-spacing: 1.4px;
  line-height: 32px; }
  @media (max-width: 999px) {
    .stxt {
      font-size: 12px;
      line-height: 24px; } }

/* 
---------------------------------------
#underKv
---------------------------------------

#underKv{
    background: linear-gradient(to right, #0f0c29, #302b63,#24243e);
    height: 400px;
    @include sp{
    height: 240px;
    }
}*/
#underKv {
  background: url("../img/news/main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 20vw; }
  @media (max-width: 999px) {
    #underKv {
      height: 240px;
      background: url("../img/news/main_sp.jpg");
      background-size: cover;
      background-repeat: no-repeat; } }

/*
---------------------------------------
privacy01
---------------------------------------
*/
#privacy01 {
  padding-top: 70px;
  padding-bottom: 120px; }
  @media (max-width: 999px) {
    #privacy01 {
      padding-bottom: 50px;
      padding-top: 30px; } }

.W1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .W1000 {
      width: 90%;
      max-width: 375px; } }

#contents .ttlBox {
  text-align: center;
  margin-bottom: 80px; }
  @media (max-width: 999px) {
    #contents .ttlBox {
      margin-bottom: 30px; } }

/*privacy01*/
#contents .ttl {
  font-size: 30px;
  font-weight: 600; }
  @media (max-width: 999px) {
    #contents .ttl {
      font-size: 22px; } }

#contents .Txt_Box {
  margin-top: 30px; }

#contents .Lead {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px; }

#contents .List {
  padding-left: 20px;
  padding-top: 10px; }
  @media (max-width: 999px) {
    #contents .List {
      padding-top: 5px; } }
  #contents .List li {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: justify;
    list-style-type: decimal; }
    @media (max-width: 999px) {
      #contents .List li {
        font-size: 12px;
        line-height: 24px;
        text-align: justify;
        padding-bottom: 5px; } }

#contents .red {
  color: red;
  font-weight: 600; }
