@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap");
@import url("global.css");
.page-head .page-head_inner {
  background: url("../image/mv/privacy_mv.jpg") no-repeat center center;
  background-size: cover;
}

.l-content a {
  text-decoration: underline;
  color: #D64869;
}
.l-content .block {
  margin-bottom: 80px;
}
.l-content .block:last-of-type {
  margin-bottom: 0;
}
.l-content .block .box {
  margin-bottom: 40px;
}
.l-content .block .box:first-of-type {
  margin-top: 30px;
}
.l-content .block .box:last-of-type {
  margin-bottom: 0;
}
.l-content .block p:not([class]) {
  text-align: justify;
}
.l-content .block .num {
  color: #D64869;
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1;
  font-size: 120%;
  font-style: normal;
}
.l-content .block .num_text {
  padding-left: 1.2em;
  display: block;
}
.l-content .block ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}
.l-content .block ul li:last-of-type {
  margin-bottom: 0;
}
.l-content .block ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #F0BBC7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.l-content .block dl {
  margin-bottom: 40px;
}
.l-content .block dl dt {
  margin-bottom: 20px;
}
.l-content .block table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #D64869;
  border-left: 1px solid #D64869;
}
.l-content .block table thead th {
  background: #F0BBC7;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #D64869;
  border-right: 1px solid #D64869;
  line-height: 1.4;
  font-weight: bold;
}
.l-content .block table tbody td {
  background: #fff;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #D64869;
  border-right: 1px solid #D64869;
  line-height: 1.4;
}
.l-content .block table tbody tr:nth-child(even) td {
  background: rgba(240, 238, 238, 0.5);
}
.l-content .block p + ul {
  margin-top: 10px;
}
.l-content .block.block03 dl {
  margin-bottom: 20px;
}
.l-content .block.block03 dl:first-of-type {
  margin-top: 20px;
}
.l-content .block.block03 dl:last-of-type {
  margin-bottom: 0;
}
.l-content .block.block03 dl dt {
  position: relative;
  margin-bottom: 10px;
  color: #D64869;
  font-size: 20px;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.l-content .block.block03 .attention {
  margin-bottom: 10px;
}
.l-content .block.block04 p {
  margin-bottom: 10px;
}

table.head-none tbody tr td:first-child {
  width: 30%;
}

.l-content .block table tbody td {
  text-align: left;
}
.l-content .block table tbody td:nth-child(3) {
  text-align: center;
}

.right {
  margin-top: 20px;
}

.corp {
  margin-bottom: 10px;
  margin-top: 50px;
}

ol li {
  list-style-type: decimal;
}
ol li::before {
  display: inline-block;
  margin-right: 0.5em;
  color: #D64869;
  font-weight: bold;
}
ol li:nth-child(1)::before {
  content: "(1)";
}
ol li:nth-child(2)::before {
  content: "(2)";
}
ol li:nth-child(3)::before {
  content: "(3)";
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-0 (1600px)

------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)

------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .l-content .block {
    margin-bottom: 60px;
  }
  .l-content .block .box {
    margin-bottom: 30px;
  }
  .l-content .block .box:first-of-type {
    margin-top: 20px;
  }
  .l-content .block dl {
    margin-bottom: 30px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .l-content .block {
    margin-bottom: 40px;
  }
  .l-content .block .sub_title {
    font-size: 20px;
  }
  .l-content .block table tbody td {
    text-align: left;
  }
}