/* Scss Document */
/*
---------------------------------------
provacy01
---------------------------------------
*/
#contents {
  margin-bottom: 208px; }
  @media (max-width: 1199px) {
    #contents {
      margin-bottom: 7rem; } }

#contents .sttl {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  font-family: 'VollkornSC-Regular';
  margin-bottom: 70px; }
  @media (max-width: 1199px) {
    #contents .sttl {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 25px; } }

#contents .breadcrumbs {
  margin-bottom: 28px; }
  @media (max-width: 1199px) {
    #contents .breadcrumbs {
      margin-bottom: 15px; } }

/*privacy01*/
#contents .Txt_Box {
  margin-top: 30px; }
  @media (max-width: 1199px) {
    #contents .Txt_Box {
      margin-bottom: 25px; } }

#contents .Lead {
  font-family: 'Noto Sans JP Medium';
  font-size: 18px;
  margin-bottom: 10px; }
  @media (max-width: 1199px) {
    #contents .Lead {
      font-size: 16px; } }

#contents .List {
  padding-left: 20px;
  padding-top: 10px; }
  @media (max-width: 1199px) {
    #contents .List {
      padding-top: 5px; } }
  #contents .List li {
    font-family: 'Noto Sans JP';
    font-size: 16px;
    text-align: justify;
    list-style-type: decimal; }
    @media (max-width: 1199px) {
      #contents .List li {
        font-size: 15px;
        text-align: justify; } }

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