@charset "utf-8";
.policy_wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px 80px;
}
.policy_wrap h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 80px 0;
}
.policy_wrap h4 {
  font-size: 17px;
  line-height: 1.6;
  margin: 50px 0 20px;
  font-weight: 500;
}
.policy_wrap h5 {
  font-size: 16px;
  line-height: 1.6;
  margin: 50px 0 5px;
  font-weight: 500;
}
.policy_wrap h6 {
  font-size: 15px;
  line-height: 1.6;
  margin: 20px 0 5px;
  font-weight: 500;
}
.policy_wrap h4:first-child {
  margin-top: 0;
}
.policy_wrap p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.policy_wrap p.policy_lead {
  margin-bottom: 3em;
}
.policy_wrap ol {
  padding-left: 1.5em;
}
.policy_wrap ol li {
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.yearmonth {
  padding-top: 3em;
}
.signature {
  text-align: right;
}
.policy_contact {
  padding: 1.5em 0;
}
.policy_tbl {
  padding-top: 1em;
}
.policy_tbl table {
  width: 100%;
  border: 1px solid #B2C1C9;
  margin: 0 0 -1px;
  border-collapse: collapse;
}
.policy_tbl th, .policy_tbl td {
  border: 1px solid #B2C1C9;
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 10px 15px;
}
.policy_tbl th {
  white-space: nowrap;
  font-weight: 500;
  width: 35%;
}
.privacymark_section {
  border-top: 1px solid #BCCCD5;
  padding-top: 80px;
  margin-top: 100px;
}
.privacymark {
  text-align: center;
  width: 100px;
  margin: 0 auto 60px
}
.policy_indent {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-left: 2em;
  position: relative;
}
.policy_indent span.policy_no {
  display: block;
  position: absolute;
  top: 0;
  left: -2em;
}
.policy_indent15 {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-left: 1.5em;
  position: relative;
}
.policy_indent15 span.policy_no {
  display: block;
  position: absolute;
  top: 0;
  left: -1.5em;
}
.policy_indent_col {
  margin-left: 2em;
}
.policy_cont {
  margin-left: 1em;
}
.policy_cont2 {
  margin-left: 2.25em;
}
@media(max-width: 768px) {
  .policy_tbl table {
    margin: 0 0 25px;
  }
  .policy_tbl th, .policy_tbl td {
    display: block;
    text-align: left;
    width: auto;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #B2C1C9;
  }
  .policy_tbl table tr:last-child td {
    border: none;
  }
  .policy_tbl th {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #F8FAFC;
  }
}