@charset "utf-8";
/* ======================================================
CSS information

 File Name  : privacy.css
 Style Info : 「個人情報保護方針」のCSS
====================================================== */

/* スマホ (～480px)
------------------------------------------------------ */

/* --- 個人情報保護方針 --- */

#privacy-block li {
  list-style: inside decimal;
  margin-bottom: 10px;
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.right {
  font-size: 1.1rem;
}

#contact-box {
  margin-top: 20px;
  text-align: center;
}

#contact-box b {
  color: #084995;
}

#contact-box strong {
  display: block;
  margin-top: 10px;
  font-weight: normal;
}

/* タブレット (481px～768px)
------------------------------------------------------ */
@media screen and (min-width: 481px) and (max-width: 768px) {

  /* --- 個人情報保護方針 --- */

  .right {
    font-size: 1.3rem;
  }

  #contact-box {
    margin-top: 30px;
  }

  #contact-box strong {
    display: inline;
  }

}

/* パソコン (769px～)
------------------------------------------------------ */
@media print, screen and (min-width: 769px) {

  /* --- 個人情報保護方針 --- */

  .right {
    font-size: 1.4rem;
  }

  #contact-box {
    margin-top: 30px;
  }

  #contact-box strong {
    display: inline;
  }

}
