@charset "UTF-8";
/*************************************************

material

*************************************************/
@media screen and (min-width: 768px) {
  .parts-dotstitle01 {
    font-size: 2.4rem;
  }
}

.parts-tablestyle th {
  width: 35.8rem;
}
@media screen and (max-width: 767px) {
  .parts-tablestyle th {
    width: 17rem;
  }
}

/*************************************************

privacypolicy-com-dotslist

*************************************************/
.privacypolicy-com-dotslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem;
}
.privacypolicy-com-dotslist .in-item {
  position: relative;
  padding-left: 1em;
}
.privacypolicy-com-dotslist .in-item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "・";
}
.privacypolicy-com-dotslist.is-color {
  gap: 2rem;
}
.privacypolicy-com-dotslist.is-color .in-item {
  padding-left: 1.6em;
  font-weight: 500;
}
.privacypolicy-com-dotslist.is-color .in-item::before {
  color: #2249B0;
  content: "●";
  opacity: 0.6;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}