@charset "UTF-8";
.policy__container .c__card-box .m__container {
  margin-top: 0;
}
.policy__container .c__card-box .m__container.line {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 1px solid #d2d2d2;
}

.policy__table {
  margin-bottom: 5rem;
}
.policy__table th {
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  color: #000;
  font-family: var(--font-400);
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  word-break: keep-all;
  background-color: #b8d8ee;
  border-bottom: 1px solid #f1f1f1;
}
.policy__table td {
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  border-bottom: 1px solid #f1f1f1;
  font-family: var(--font-400);
  font-size: 1.6rem;
  line-height: 1.5;
}
.policy__table thead th {
  border-bottom: none;
}
.policy__table thead th:first-child {
  color: #fff;
  font-family: var(--font-400);
  background-color: #0071bf;
}
.policy__table thead th:last-child {
  color: #000;
  font-family: var(--font-400);
  font-size: 1.6rem;
  background-color: #f1f1f1;
}
.policy__table.col-3 thead th:nth-child(2) {
  background-color: #e1e1e1;
}
.policy__table.col-3 td:nth-child(2) {
  text-align: center;
}
.policy__table.col-3 td:last-child {
  border-left: 1px solid #f1f1f1;
  vertical-align: middle;
}
.policy__marker-table {
  width: 100%;
  margin-bottom: 2rem;
}
.policy__marker-table th {
  padding-block: 1.5rem;
  color: #fff;
  font-family: var(--font-600);
  font-size: 1.6rem;
  background-color: #0071bf;
}
.policy__marker-table td {
  text-align: center;
  padding: 1.5rem;
  border-bottom: 1px solid #E7E7E7;
}
.policy__marker-table td b {
  display: block;
  font-family: var(--font-700);
  font-size: 1.6rem;
  text-align: center;
}
.policy__marker-table td img {
  width: 10rem;
  margin: 1rem auto 2rem;
}
.policy__marker-table td p {
  font-family: var(--font-400);
  font-size: 1.5rem;
  text-align: center;
  word-break: keep-all;
}
.policy__maker-notice {
  font-size: 1.3rem;
  font-family: var(--font-400);
}
.policy__marker-dot:before {
  content: "·";
  display: inline-block;
}
.policy__list.marker-dot {
  padding-left: 1rem;
}
.policy__list.marker-dot li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.policy__list.marker-dot li:before {
  content: "∙";
  display: inline-block;
  margin-right: 0.5rem;
}
.policy__list.marker-dash {
  padding-left: 1rem;
}
.policy__list.marker-dash li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.policy__list.marker-dash li:before {
  content: "-";
  display: block;
  margin-right: 0.5rem;
}
.policy__list li {
  margin-bottom: 1rem;
  font-family: var(--font-400);
  font-size: 1.5rem;
}
.policy__list li:last-child {
  margin-bottom: 0;
}
.policy__item.marker-dash {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.policy__item.marker-dash:before {
  content: "-";
  display: block;
  margin-right: 0.5rem;
}
.policy__item a {
  color: #1428a0;
}
.policy__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3rem;
  font-family: var(--font-400);
  font-size: 2.6rem;
}
.policy__title img {
  width: 3rem;
}
.policy__title img:nth-child(1) {
  margin-left: 1rem;
}
.policy__cate-title {
  margin-bottom: 1rem;
  font-family: var(--font-400);
  font-size: 1.6rem;
}
.policy__cate-title.mt20 {
  margin-top: 2rem;
}
.policy__desc {
  margin-bottom: 2rem;
  font-family: var(--font-400);
  font-size: 1.6rem;
  word-break: keep-all;
  line-height: 1.5;
}
.policy__desc.marker-reference {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.5;
}
.policy__desc.marker-reference:before {
  content: "※";
  display: block;
  margin-right: 0.5rem;
}
.policy__desc.mt30 {
  margin-top: 3rem;
}
.policy__desc.mt20 {
  margin-top: 2rem;
}
.policy__desc.no-mb {
  margin-bottom: 0;
}
.policy__version {
  margin-bottom: 1rem;
  font-family: var(--font-700);
  font-size: 1.6rem;
}

@media screen and (max-width:600px) {
  /*.policy__container table,*/
  /*.policy__container thead,*/
  /*.policy__container tbody,*/
  /*.policy__container tr,*/
  /*.policy__container th,*/
  /*.policy__container td{*/
  /*  display: block;*/
  /*  width:100%;*/
  /*}*/
  /*.policy__marker-table td b{*/
  /*  font-size:1.4rem;*/
  /*}*/
  /*.policy__marker-table td img{*/
  /*  width:5rem;*/
  /*}*/
  /*.policy__marker-table td p,*/
  /*.policy__list li,*/
  /*.policy__desc{*/
  /*  font-size:1.2rem;*/
  /*}*/
  /*.policy__title{*/
  /*  font-size:1.8rem;*/
  /*}*/
  /*.policy__table th{*/
  /*  border-bottom:none;*/
  /*}*/
  /*.policy__list.marker-dot li{*/
  /*  display: block;*/
  /*}*/
  /*.policy__container td{*/
  /*  padding:1rem;*/
  /*  font-size:1.4rem;*/
  /*  border:none;*/
  /*  background-color:#f5f5f5;*/
  /*  text-align: center;*/
  /*}*/
  /*.policy__container tr{*/
  /*  margin-top:1rem;*/
  /*}*/
  /*.policy__container td:last-child{*/
  /*  border-top:1px solid #ddd;*/
  /*  border-left:none !important;*/
  /*}*/
  /*.policy__table tbody th,*/
  /*.policy__table thead th:first-child{*/
  /*  padding:1rem;*/
  /*  font-size:1.4rem;*/
  /*  text-align: center;*/
  /*}*/
  /*.policy__marker-table td p, .policy__list li, .policy__desc{*/
  /*  font-size:1.4rem;*/
  /*}*/
  .policy__container .m__title{
    word-break: keep-all;
  }
  .policy__container .m__title br{
    display: none;
  }
  .policy__marker-table td{
    padding:0.83rem;
  }
  .policy__marker-table td img{
    width:5rem;
  }
  .policy__table thead th:first-child,
  .policy__table thead th:last-child{
    padding:0.7rem;
    font-size:1.1rem;
  }
  .policy__marker-table td b{
    font-size:1.2rem;
  }
  .policy__marker-table td p{
    font-size:1.2rem;
  }
  .policy__title{
    font-size:1.6rem;
  }
  .policy__cate-title,
  .policy__maker-notice{
    font-size:1.1rem;
  }
  .policy__table th,
  .policy__list li,
  .policy__desc,
  .policy__table.col-3 td:nth-child(2),
  .policy__table.col-3 td:last-child{
    font-size:1.2rem;
  }
  .policy__table th,
  .policy__table td{
    padding-left:1.7rem;
  }
  .policy__list.marker-dot li{
    display: block;
  }
  .policy__list.marker-dot li:before{
    display: none;
  }
  .policy__version{
    font-size:1.4rem;
  }
  .policy__table td{
    padding:1rem 1rem 1rem 1rem;
  }
}

/*# sourceMappingURL=policy.css.map */
