@charset 'utf-8';

/* CSS Document */
/* =========================================================
policy
========================================================= */
#policy_box {
  display: block;
  height: auto;
  width: 100%;
  font-size: 14px;
  /* letter-spacing: 0.1em; */
  line-height: 1.4em;
}

#policy_box dl {
  margin-left: 15px;
  margin-bottom: 15px;
}

#policy_box dt {
  /* color: #c32424; */
  font-weight: bold;
  margin: 18px auto 10px;
}

#policy_box dd {
  /* color: #ffffff; */
  /* margin-left: 1em; */
}

#policy_box ul {
  margin-left: 1em;
}

#policy_box li {
  list-style-type: square;
  margin-left: 1em;
}


/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {
  #rightContents h3:not(.heading) {
    font-size: 18px;
    background: none;
    text-indent: 0;
    margin: 10px 0 6px 14px;
    color: #c32424;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-weight: bold;
    height: auto;
    line-height: normal;
  }

  #rightContents h3:not(.heading)::before {
    content: none;
  }
}


/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  #policy_box {
    /* width: 94%; */
    margin: 0 auto 3vw;
    /* padding-bottom: 45vw; */
    font-size: 3.2vw;
    line-height: 1.7;
  }

  #policy_box dd {
    margin-left: 0px;
  }

  #policy_box dl {
    width: 96%;
    margin: 0 auto 5%;
  }

  #policy_box dt {
    margin-top: 3.8vw;
    margin-bottom: 1.5vw;
    color: inherit;
    /* font-weight: inherit; */
  }

  #policy_box ul {
    margin-left: 0.5em;
  }

  #policy_box li {
    margin-bottom: 1.5vw;
  }
}