@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------
common
------------------------------------------------------*/

/*------------------------------------------------------
sec01
------------------------------------------------------*/
#sec01 {
  padding: 50px 0 120px 0;
}
#sec01 .h2_title{
margin-bottom: 80px;
}
.lead {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.h2_hd {
  font-size: 21px;
  line-height: 1.6;	
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  margin-top: 60px;	
}
p {
  font-size: 16px;
  line-height: 1.6;
}
h3 {
  font-size: 16px;
  line-height: 1.6;	
  margin: 40px 0 10px 0;
  font-weight: 500;
}
.privacy_ul {
  margin: 20px 0;
}
.privacy_li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
   word-wrap: break-word;	
  text-indent: -1em;
padding-left: 1em;	
}
.privacy_li:last-child{
	margin-bottom: 0;
}
.privacy_li.indent_none {
  text-indent: inherit;
  padding-left: 0;
}
a {
  word-wrap: break-word;
}
@media screen and (max-width:768px){
#sec01 {
  padding: 40px 20px 100px 20px;
}
.lead {
  font-size: 15px;	
	}
p {
  font-size: 14px;
  line-height: 2;
}
.h2_hd {
  margin-top: 40px;	
  font-size: 18px;	
}	
h3 {
  margin: 20px 0 10px 0;
  font-size: 15px;
	}
.privacy_li {
  font-size: 14px;
	}
}












