@import 'https://fonts.googleapis.com/css?family=Amiri';
.section {
  word-break: break-word;
}

.section.num01 {
  padding-bottom: 60px;
  height: 100%;
}

.text-right {
  text-align: right;
}

.section.num01 .headline--01 {
  font-family: "adobe-garamond-pro",serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  text-transform: none;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: rgba(34, 34, 34, 1);
}

.privacy-background {
  background-color: rgba(239, 241, 245, 1);
  height: 440px;
  width: 100%;
  z-index: -10;
  display: flex;
}

.section.num02 + .section.num02 {
  margin-top: 80px;
}

.list > li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.list--parentheses {
  counter-reset: count;
}

.list--parentheses>li {
  counter-increment: count;
}

.list--parentheses>li:before {
  content: "("counter(count) ")";
  top: 0;
  left: 0;
}

.list--roman {
  counter-reset: count;
}

.list--roman>li {
  counter-increment: count;
}

.list--roman>li:before {
  content: counter(count,lower-roman) ;
  top: 0;
  left: 0;
}

.list--parenthesesroman {
  counter-reset: count;
}

.list--parenthesesroman>li {
  counter-increment: count;
}

.list--parenthesesroman>li:before {
  content: "("counter(count,lower-roman) ")";
  top: 0;
  left: 0;
}

@media screen and (max-width: 860px) {
  .section.num01 .headline--01 {
    font-size: 28px;
    line-height: 30px;
    text-transform: none;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
    height: 240px;
  }

  .privacy-background {
    height: 240px;
  }

  .text01 {
    font-size: 16px;
  }

  .section.num02 + .section.num02 {
    margin-top: 50px;
  }
}

.headline--02 {
  line-height: 44px;
  font-size: 42px;
  margin-top: 0;
  padding-top: 70px;
}

.headline--02::before {
  width: 90px;
  transform: translateY(-25px);
}

.headline--03 {
  margin-top: 50px;
  padding-top: 15px;
  font-size: 30px;
  line-height: 34px;
  border-bottom: 2px solid rgba(216, 216, 216, 1);
  font-family: "adobe-garamond-pro",serif;
 }

.headline--03::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: rgba(0, 35, 104, 1);
  margin-bottom: 20px;
  transform: translateY(-28px);
}

.headline--04 {
  font-weight: 700;
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
}

.box {
  padding: 47px 30px;
}

.box p {
  padding-bottom: 10px;
}

@media screen and (max-width: 860px) {
  .headline--02 {
    line-height: 31px;
    font-size: 26px;
    padding-top: 45px;
  }

  .headline--02::before {
    width: 36px;
    transform: translateY(-12px);
  }

  .headline--03 {
    padding-top: 10px;
    margin-top: 40px;
    border-bottom: 2px solid rgba(216, 216, 216, 1);
    font-size: 22px;
    line-height: 26px;
  }

  .headline--03::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: rgba(0, 35, 104, 1);
    margin-bottom: 16px;
    transform: translateY(-20px);
  }

  .headline--04 {
    margin: 5px 0;
    padding-bottom: 0;
  }

  .box {
    padding: 30px 25px;
  }
}

.section.num01 .caption01 {
  margin-top: 10px;
  font-weight: 400;
  line-height: 16px;
}

.list--weight li p {
  font-weight: 700;
}

.icon {
  vertical-align: middle;
}

.li-padding {
  padding-left: 24px;
}

ol, ul ,li {
  list-style: none;
}
