html, body {
  font-family: "Noto Sans Japanese", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1;
}

.wrapper {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}
.title-area {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #f3f5f7;
}
.title-border {
  padding-left: 20px;
  border-left: 3px solid #454545;
}
.title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
.title-sub {
  font-size: 16px;
  line-height: 1.3;
}
.personal-information-area {
  padding: 60px 0;
  background-color: #fff;
}
.personal-information-title-area {
  padding-bottom: 30px;
}
.personal-information-title {
  font-size: 21px;
  line-height: 1.7;
  text-align: center;
  border-radius: 25px;
  background-color: #454545;
  color: #fff;
}
.personal-information-text-area {
  padding-bottom: 30px;
}
.personal-information-text {
line-height: 1.8;
padding-top:30px;
}
.poricy-block{
  padding-bottom: 25px;
}

.poricy-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 15px;
}
.poricy-text-block {
  padding-left: 25px;
}
.poricy-text-block-text {
  line-height: 1.8;
}
.mgb10 {
  margin-bottom: 10px;
}
.poricy-table-title-block {
  padding-bottom: 25px;
}
.poricy-table-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 15px;
}
.poricy-table {
  width: 100%;
  margin-bottom: 25px;
}
.poricy-table th {
  /* width: 50%; */
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #333;
  box-sizing: border-box;
}
.wd30 {
  width: 30%;
  box-sizing: border-box;
}
.wd70 {
  width: 70%;
  box-sizing: border-box;
}
.poricy-table td {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #333;
  box-sizing: border-box;
}
.scroll-table {
  overflow: auto;
  white-space: nowrap;
}
