@charset "utf-8";
/* 皮膚トラブルが改善する機序 */
.Page h2 {
  background: transparent;
  color: #333;
  text-align: left;
  margin: 10px 0;
  padding: 10px 0;
}
.Page h3 {
  background: #265280;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  line-height: 1.6em;
  margin: 0 0 10px;
  border-top: none;
  border-bottom: none;
}
.Page h4 {
  color: #265280;
  font-size: 16px;
}
.Page h4::before {
  content: "● ";
  font-size: 80%;
}
.detail {
  border: 1px solid #265280;
  margin: 0 auto 20px;
  background: #fff;
  max-width: 1110px;
  padding: 0 0 20px;
}
.detail > p {
  padding: 30px;
}
.detail ul {
  padding: 0 30px 20px;
}
.detail ul li {
  list-style-type: none;
  border-bottom: 2px dotted #afbbc6;
}
.detail ul li:last-child {
  border-bottom: none;
}
.detail ul li > p {
  padding: 0 30px;
}

#S01,#S02,#S03{
    padding-top: 200px;
    margin-top: -200px;
}
 

#S03 ul li {
  list-style-type: none;
  padding: 0;
}
.Page #S03 h4 {
  padding: 0 10px;
}


/*-----------------------------------------------------------  smartphone */
@media screen and (max-width: 480px) {
.detail > p {
    padding: 10px;
}
.detail ul {
    padding: 0 0 20px;
}
.Page h2 {
    padding-left: 1em;
    text-indent: -1em;
}
.Page #S03 h4 {
    padding-left: 1em;
    text-indent: -1em;
}
	
.Page h3 {
text-align: center;
padding:  10px;
text-indent: inherit;
}
	
}

