.privacy-text{
	display: block;
    max-width: 830px;
margin: 60px auto 10px;
}

.privacy-catch{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 20px;
}
.privacy-copy{
  font-size: 16px;
  line-height: 1.8;
  margin: 30px 10px 20px;
  text-align: justify;
  font-feature-settings: "palt";/*文字詰め*/
}
.totonimage{
  width: 80%;
  margin: 0 auto ;
}
.totonimage .saiyou-text{
  margin:-25px 0 0 -1px;
}

.form-title,.form-titlemini{
	text-align:center;
	margin-top: 15px; 
    margin-bottom: -50px;
    font-size:25px;
	font-weight:bold;
	color: #000;
  line-height: 1.5;
}

.form-title-green-info{
    margin-top: 35px; 
}
.form-titlemini{
  font-size:14px;
  margin-bottom: -70px;
  margin-top: 55px; 
}

#table01 {
  margin-bottom: 30px;
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

  #table01 th,
  #table01 td {
    padding: 14px 0 14px 8px;
    border: 1px solid #b5b1b1;
  }
  
  #table01 th {
    width: 30%;
    background-color: #d0dcffc7;
    color: #114df1c7;
  }
  

  .profiletitle{
	text-align:center;
	margin-top: 55px;  
    margin-bottom: 25px;
    font-size:17px;
	font-weight:bold;
    color: #114df1c7;
}
.companytitle{
	text-align:center;
	margin-top: -25px;  
    margin-bottom: 45px;
    font-size:20px;
	font-weight:bold;
    color: #413e3e;
}
  .canpanylogo{
    width: 150px;
    height: 100%;
    margin: 0 auto ;
  }

  @media only screen and (max-width: 550px) {
    .privacy-copy{
      font-size: 15px;
    margin: 10px 20px 0;
    }
    
    #table01 th,
    #table01 td {
      width: 100%;
      display: block;
    }
    #table01 th,
    #table01 td {
        padding: 5px 0 5px 8px;
    }

  }

