.terms-title{
  font-size: 2.2rem;
  text-align: center;
}
.terms-title-ja{
  font-size: 1.6rem;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 70px;
}
.title{
  color: #333333;/*文字色*/
  padding: 1em 0;/*上下の余白*/
  border-top: solid 1px #333;/*上線*/
  border-bottom: solid 1px #333;/*下線*/
  margin-bottom: 30px;
  width: 50%;
  font-size: 1.5rem;
}
.terms-wrapper{
  margin-bottom: 50px;
}
.detail{
  margin-bottom: 100px;
}
.link{
  text-decoration: underline;
}
.section-inner.english{
  letter-spacing: 0;
}
/* ハンバーガーメニューが開いたときのスタイル */
.header-nav{
  display: none;
  position: fixed;
  top: 0;
  left: 75%;
  width: 25%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur( 20.0px );;
  box-shadow: 0 8px 20px 0 rgba(120, 120, 121, 0.3);
  backdrop-filter: blur( 20.0px );
  -webkit-backdrop-filter: blur( 20.0px );
  border: 1px solid rgba( 255, 255, 255, 0.03 );
  z-index: 20;
}
/* --------------------------- */
/* SP_iphone_maxpro
/* --------------------------- */
@media screen and (max-width:428px){
  .title{
    width: 100%;
    font-size: 1.4rem;
  }
  .detail{
    font-size: 1.2rem;
  }
  .header-nav{
    display: none;
    position: fixed;
    top: 0;
    left:  30%;
    width: 70%;
  }
}