@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
#contents {
  margin-bottom: 0;
}

/* -------------------------------------------- */
/* title */
/* -------------------------------------------- */
#title {
  background: url("/privacy/image/title.jpg") no-repeat center center;
  background-size: cover;
}

/* -------------------------------------------- */
/* privacy */
/* -------------------------------------------- */
.privacy-block {
  margin-bottom: 7em;
}
.privacy-block dl {
  margin-bottom: 3em;
}
.privacy-block dl dt {
  margin-bottom: .5em;
  font-size: 1.3em;
  font-weight: bold;
}
.privacy-block dl dd .read {
  margin-bottom: 1em;
}
.privacy-block dl dd .read span {
  font-weight: bold;
}
.privacy-block dl dd ul {
  margin-bottom: 1em;
  list-style-type: decimal;
}
.privacy-block dl dd ul li {
  margin-left: 1.5em;
}
.privacy-block dl dd a {
  text-decoration: underline;
}
.privacy-block dl dd a:hover {
  text-decoration: none;
}
.privacy-block dl dd .privacy-company {
  display: inline-block;
  padding: 1em 1.5em;
  border: 1px solid #cccccc;
}
.privacy-block dl dd .privacy-company dl {
  display: flex;
  margin-bottom: 0;
}
.privacy-block dl dd .privacy-company dl dt {
  font-size: 1rem;
}

/*===========================================================================*/
/*  media quary:1025px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .privacy-block dl dt {
    font-size: 1.2em;
  }
  .privacy-block dl dd .privacy-company {
    width: 100%;
    padding: 1em 1.5em;
  }
  .privacy-block dl dd .privacy-company dl {
    display: block;
    margin-bottom: .5em;
  }
  .privacy-block dl dd .privacy-company dl dt {
    margin-bottom: 0;
  }
  .privacy-block dl dd .privacy-company dl dt em {
    display: none;
  }
  .privacy-block dl dd .privacy-company dl dd span {
    display: inline-block;
  }
}
