@charset "UTF-8";
/*変数*/
/*初期化*/
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  box-sizing: border-box;
  color: black; }

#contact {
  display: none; }

/* product */
#product {
  padding: 200px 0 100px 0; }
  #product h1 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.1em;
    font-size: 50px;
    text-align: center;
    width: 100%;
    line-height: 1;
    padding-bottom: 10px;
    color: #589FB4;
    font-weight: bold; }
  #product span {
    content: "";
    width: 200px;
    height: 1px;
    background: #989898;
    display: block;
    margin: 30px auto 30px auto; }
  #product p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5; }

#privacyPolicy {
  width: 1000px;
  display: block;
  margin: 0 auto;
  padding-bottom: 200px; }
  #privacyPolicy p {
    font-size: 15px;
    line-height: 1.5; }
  #privacyPolicy ul {
    margin-top: 100px; }
    #privacyPolicy ul li {
      padding: 50px 0;
      border-bottom: solid thin #989898; }
      #privacyPolicy ul li:last-child {
        border-bottom: none; }
      #privacyPolicy ul li dl dt {
        font-weight: bold;
        font-size: 25px;
        margin-bottom: 20px; }
      #privacyPolicy ul li dl dd {
        font-size: 15px;
        line-height: 1.5; }

@media (max-width: 768px) {
  /* product */
  #product {
    padding: 100px 0;
    margin-top: 100px; }
    #product h1 {
      letter-spacing: 0.1em;
      font-size: 40px;
      font-weight: bold;
      width: 100%;
      padding-bottom: 10px;
      color: #589FB4; }
    #product span {
      content: "";
      width: 200px;
      height: 1px;
      background: #989898;
      display: block;
      margin: 30px auto 30px auto; }
    #product p {
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      line-height: 1.5; }

  #privacyPolicy {
    width: 80%; }
    #privacyPolicy ul li dl dt {
      font-size: 20px;
      line-height: 1.5; } }
