@charset "UTF-8";
#charter:lang(en) {
	font-family: "Arial", sans-serif;
}
@media screen and (min-width: 900px) {

  /*  charter__contents
  ------------------------*/

  .charter__contents .c-heading-02 {
      letter-spacing: 3.4px;
      line-height: 1.5;
  }

  .charter__item_ttl {
      line-height: 1.7;
      padding-bottom: 15px;
  }

  .charter__item_text {
      font-size: 15px;
      line-height: 1.8;
  }

  /*  about__ex
  ------------------------*/

  .about__ex .about-inner {
      padding-left: 55px;
  }

  .about__ex .about-linettl {
      letter-spacing: 0;
  }

  #charter .about__ex_text {
      font-size: 15px;
  }
  #charter .about__ex_date {
    font-size: 15px;
  }

  @media screen and (max-width: 1230px) {
    .about__ex {
        padding-left: 100px;
    }
  }

  @media screen and (max-width: 1150px) {
    .about__ex {
        padding-left: 150px;
    }
  }

}

@media screen and (max-width: 899px) {

  /*  charter__contents
  ------------------------*/

  .charter__contents .c-heading-02 {
      letter-spacing: 1.6px;
      line-height: 1.45;
  }

  .charter__item {
      margin-bottom: 47px;
  }

  /*  about__ex
  ------------------------*/

  .about__ex .about-linettl {
      letter-spacing: 0;
  }

}
