:root {
  --base-font: "Noto Sans JP", sans-serif;
  --inter-font:"Inter", sans-serif;
  --base-color: #181818;
  --base_bg: #F4F4F4;
  --white: #FFF;
  --white-8: rgba(255, 255, 255, 0.80);
  --white-82: rgba(255, 255, 255, 0.82);
  --black: #000;
  --black-7: rgba(24, 24, 24, 0.70);
  --green: #00783C;
  --green01: #005028;
  --green02: #033A1F;
  --light-green: #8CAE9D;
  --light-green01: #B9C9BF;
  --light-green01-8: rgba(185, 201, 191, 0.80);
  --light-green01-9: rgba(185, 201, 191, 0.90);
  --light-green02: #85A294;
  --light-green03: #7EAA8F;
  --light-green04: #EAEDEC;
  --yellow: #FFC55F;
  --yellow-9: rgba(255, 197, 95, 0.90);
  --grey: #E8EEEB;
  --grey01: #E7E7E7;
  --brown:#EFEAE5;
}

/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#main .pageTitle {
  margin-bottom: 3rem;
}
#main .pageTitle .comLinkUl {
  margin-bottom: 2.8rem;
}
#main .headLine10 {
  margin-bottom: 7.8rem;
  padding-left: 4rem;
  background-size: 3.1rem auto;
  background-image: url(../img/common/line02.png);
}
#main .headLine10 .jp {
  margin-right: 1rem;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
#main .headLine10 .en {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.14rem;
}
#main .topText {
  margin-bottom: 8.1rem;
  line-height: 2;
  letter-spacing: 0.08rem;
  color: var(--green01);
}
#main .topText a {
  color: var(--green01);
}
#main .topText a:hover {
  opacity: 0.7;
}
#main .textBox {
  margin-bottom: 4rem;
}
#main .textBox:last-child {
  margin-bottom: 0;
}
#main .textBox .title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.18rem;
}
#main .textBox .text {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.07rem;
}
#main .textBox .textUl li {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.07rem;
}
#main .numUl li {
  line-height: 2;
  letter-spacing: 0.08rem;
}
#main .privacy {
  margin-bottom: 20rem;
}
@media all and (max-width: 896px) {
  #main .pageTitle {
    padding-top: 13rem;
    margin-bottom: 3rem;
  }
  #main .pageTitle .headLine01 {
    margin-bottom: 6.2rem;
  }
  #main .pageTitle .comLinkUl {
    margin-bottom: 1rem;
  }
  #main .headLine10 {
    margin-bottom: 6rem;
    padding-left: 4rem;
    background-size: 3.1rem auto;
    background-image: url(../img/common/line02.png);
  }
  #main .headLine10 .jp {
    margin: 0 0 0.3rem;
    font-size: 2.7rem;
  }
  #main .topText {
    margin-bottom: 6rem;
    max-width: 100%;
  }
  #main .privacy {
    margin-bottom: 10rem;
  }
}