@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
.privacy-block dl {
  margin-bottom: 3em;
}
.privacy-block dl dt {
  margin-bottom: 0.5em;
  background: #fff;
  border-left: 5px solid #23221f;
  padding: 0.2em 1em;
  font-size: 1.25em;
}
.privacy-block dl dd {
  padding-left: 1.5em;
}
.privacy-block dl dd .read {
  margin-bottom: 1em;
}
.privacy-block dl dd ul {
  list-style: disc;
  margin-left: 1.5em;
}
.privacy-block dl dd ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.privacy-block dl dd a {
  text-decoration: underline;
}
.privacy-block dl dd a:hover {
  text-decoration: none;
}

.p-contact {
  margin-bottom: 5em;
  border: 1px solid #23221f;
  background: #fff;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-contact .ttl {
  width: 15%;
  min-width: 120px;
  padding-right: 1em;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
.p-contact .text {
  border-left: 1px solid #23221f;
  padding-left: 1.5em;
}
.p-contact .text .read {
  margin-bottom: 1em;
  line-height: 1.6;
}
.p-contact .text a {
  text-decoration: underline;
}
.p-contact .text a:hover {
  text-decoration: none;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  .privacy-block dl {
    margin-bottom: 2em;
  }
  .privacy-block dl dt {
    border-left-width: 3px;
    padding: 0.2em 0.7em;
    font-size: 1.1em;
  }
  .privacy-block dl dd {
    padding-left: 1em;
  }
  .p-contact {
    display: block;
    padding: 1em 1.5em;
  }
  .p-contact .ttl {
    width: 100%;
    font-size: 1.2em;
  }
  .p-contact .text {
    border-left: none;
    border-top: 1px solid #23221f;
    padding: 1em 0 0;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/