@charset "euc-jp";

.par_t_118 {
  padding-top: 118px;
}
.privacy__title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 90px;
}

.privacy__item-title {
  font-weight: bold;
  font-size: 19px;
  color: #414141;
  margin-bottom: 30px;
}

.privacy__item-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 45px;
}
.privacy-container {
	width: 96%;
}

@media (max-width: 768px) {
  .par_t_118 {
	  padding-top: 50px;
	}
  .privacy__title {
    font-size: 17px;
    margin-bottom: 50px;
  }
  .privacy__item-text {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 30px;
  }
}

.section.history{
	display:none;
}