@charset "UTF-8";
@import url("destyle.css");
@import url("common.css");

/* privacy */

/**** sp *****/
section {
  margin-bottom: 70px;
}
section h2{
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
section h2::after{
  content: none;
}
section p{
  font-size: 1.4rem;
  line-height: 1.714285714285714;
  margin-bottom: 20px;
}
section strong{
  font-size: 1.6rem;
  font-weight: bold;
}

/**** tbl *****/
/**** pc *****/
@media screen and (min-width: 768px) {
  section h2,section p{
    padding: 0 90px;
}
	
}
