privacy.css 1.04 KB
@charset "UTF-8";
/* 游ゴシック
=========================================== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
.privacy h1{
  text-align: center;
  font-size: 2em;
  padding: 120px 0 10px 0;
  color: #999;

}
.privacy h2{
  color: #62bcc3;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1.0rem;
  line-height: 1.8;
  display: table;
  margin-left: 0;
  margin-right: auto;
  margin-top: 60px;
  border-bottom: 2px solid #62bcc3;
}
.privacy p{
  text-align: left;
  font-size: 1.4rem;
  line-height: 200%;
  color: #636466;
  margin-top: 20px;;
  font-weight: normal;
}