@charset "UTF-8";
@font-face {
  font-family: "tsunagi";
  src: url("../font/TsunagiGothic.woff") format("woff"); }
.privacy {
  max-width: 1000px; }
  .privacy h2 {
    margin-bottom: 80px; }

/*max-width:768px*/
@media (max-width: 480px) {
  .living h3 {
    width: 170px;
    height: 40px;
    font: 2rem/38px "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    letter-spacing: 0.06em; } }
/*max-width:480px*/
/*****************************************/
.privacy_box p {
  letter-spacing: 0.03em;
  font: 1.6rem/2.2em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  margin-bottom: 50px; }
.privacy_box dt {
  color: #FFA200;
  font: 2rem/2.2em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  letter-spacing: 0.06em; }
.privacy_box dd {
  letter-spacing: 0.03em;
  margin: 0 0 50px;
  font: 1.6rem/2.2em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400; }
  .privacy_box dd:last-of-type {
    margin: 0; }
.privacy_box ul {
  padding: 0 0 0 30px; }
.privacy_box li {
  font: 1.6rem/2.2em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  padding: 0 0 0 1.8rem;
  position: relative; }
  .privacy_box li:before {
    position: absolute;
    content: "・";
    left: 0; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .privacy_box ul {
    padding: 0; } }
/*max-width:768px*/
/*max-width:480px*/
