@charset "utf-8";
/* CSS Document */

.privacy__sec {
 width: 100%;
 max-width: 92rem;
 margin: 12rem auto;
}

.privacy__lead {
 font-size: 2.2rem;
 font-weight: 700;
 line-height: 1.75;
 margin-bottom: 10rem;
 text-align: justify;
}

h4.privacy__title {
 font-size: 2.4rem;
 padding-bottom: 0.8rem;
 font-weight: 700;
 color: #4d4d4d;
 border-bottom: solid 2px #b3b3b3;
 margin-bottom: 0.8rem;
}

.privacy__item {
 margin-bottom: 6.0rem;
}

.privacy__item p {
 font-size: 2.0rem;
 font-weight: 500;
 line-height: 1.5;
 text-align: justify;
}

.privacy__name {
 text-align: right;
 font-size: 2.0rem;
}

.privacy__name .company {
 font-size: 2.2rem;
 font-weight: 700;
}

@media screen and (max-width: 767px) {

 .privacy__sec {
  margin: 12rem auto;
  padding: 0;
 }

 .privacy__lead {
  font-size: 2.0rem;
  margin-bottom: 8rem;
 }

 h4.privacy__title {
  font-size: 2.2rem;
  padding-bottom: 0.6rem;
 }

 .privacy__item {
  margin-bottom: 4.0rem;
 }

 .privacy__item p {
  font-size: 1.8rem;
 }

 .privacy__name {
  font-size: 1.8rem;
 }

 .privacy__name .company {
  font-size: 2.0rem;
 }

}