h1{
  font-size:2.0rem;
  margin:30px auto;
  text-align:center;
  font-family: "Hiragino Sans GB"; 
  text-align: center;
}

.terms{
  width:800px;
  max-width:95%;
  margin:0 auto;
  background-color:white;
  padding:30px;
}

.terms *{
  font-size:0.9rem;
  line-height:1.4rem;
}


.terms h3{
  font-size:1.2rem;
  margin:30px 0;
  border-left:4px solid black;
  padding-left:10px;
}


.terms h4{
  font-size:1.0rem;
  margin:30px 0 0 0;
}

.terms ol{
  padding:0 0 0 10px;
}

.terms ul{
  padding:0 0 0 10px;
}

.terms ol{
  margin-top:1rem;
}

.terms ol li{
  list-style-type: decimal;
  margin-left:20px;
  margin-bottom:10px;
}

.b{
  font-weight:bold;
}

.p2{
  line-height:2.0rem;
}

.t1{
  border-collapse: collapse;
  margin: 20px auto;
  table-layout: fixed;
}
.t1 td{
  padding: 4px;
  border-color: rgb(0, 0, 0); 
  border-style: solid; 
  border-width: 1px;
}


.td1{
  border-color: rgb(0, 0, 0); 
  border-style: solid; 
  border-width: 1px; 
  height: 29px; 
  padding: 4px; 
  width: 79px;
}
.td2{
  border-color: rgb(0, 0, 0); 
  border-style: solid; 
  border-width: 1px; 
  height: 29px; 
  padding: 4px; 
  width: 96px;
}


.account-info {
  background: #f5f7fb;
  padding: 20px;
  border-radius: 6px;
}

.account-info h2 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.account-info p {
  margin-bottom: 1em;
}

.btn-area {
  margin-top: 15px;
  text-align: center;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background: #c084fc;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: 0.3s;
}

.btn:hover {
  background: #a855f7;
}

