/* Style start */
.mainvisual-area.top-message {
  background-image: url("../../common/img/privacy_img.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.privacy-container {
  display: flex;
  justify-content: center;
}

.privacy-card {
    width: 100%;
    max-width: 949px;
  margin: 100px 0;
  padding:0 70px;
}

.privacy-card_list {
  display: flex;
  flex-direction: column;
}

.privacy-card_item {
  display: flex;
  align-items: flex-start;
}

.privacy-card_item::before {
    content: "";
    min-width: 10px;
    min-height: 10px;
    border-radius: 100%;
    background-color: #457ea9;
    margin-top: 9.3px;
    margin-right: 5px;
}
.privacy-card_text {
  font-size: 93.75%;
  line-height: 2;
}

/* Style end */

/* Small break point */
.privacy-carditem{
  margin-bottom: 70px;
}
.h4-midashi{
  font-weight: bold;
}
.privacy-subtitle{
  font-weight: bold;
    font-size: 135%;
    padding: 0 0 5px;
    margin: 0 0 10px;
}
.privacy-carditem ol{
  list-style-type: lower-alpha;
  margin-left: 1.5em;
  margin-bottom: 30px;
}
.privacy-carditem li{
  margin-bottom: 15px;
}


.privacy-carditem p{
  margin-bottom: 30px;
  line-height: 1.6;
}
.privacy-border-box{
  border: 1px solid #ccc;
  padding: 35px;
}
.privacy-border-box dl{
  margin-bottom: 30px;
}
.privacy-border-box dl:last-of-type{
  margin-bottom: 0px;
}
.privacy-border-box dt{
  font-weight: bold;
  margin-bottom: 10px;
}
.privacy-border-box dd{
  line-height: 2;
}


@media screen and (max-width: 576px) {
  .privacy-card {
    padding: 20px;
    margin: 50px 0;
  }
  .privacy-border-box{
    padding: 5%;
  }
}
