@charset "utf-8";


.tou {
  max-width: 900px;
  margin: 30px auto; 
}

.tou h3 {
  background-color: #54a4a6;
  color: #ffffff;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 5px;
}

.tou p {
  line-height: 2;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
}

.tou ol {
  line-height: 2;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 20px;
  padding-bottom: 10px;
  list-style-type: none;
  list-style-position: inside;
}

.tou li {
  border-bottom: 2px solid #54a4a6;
  font-weight: bold;
}


.toub-01 ol {
  list-style-type: decimal;
  padding-left: 70px;
  padding-bottom: 30px;
  list-style-position: outside;

}

.toub-01 li {
  border-bottom: none;
  font-weight: normal;

}

.tou a {
	color: #000066;
	text-decoration: underline;
}

.tou-c p {
  font-size: 12px;
}

.tou-d p {
  padding-top: 70px;
}




@media (max-width: 768px) {


  .tou {
    padding-left: 0px;
    padding-right: 0px;
  }

  .tou p {
    padding-left: 0px;
    padding-right: 0px;
  }

  .tou ol {
    padding-left: 0px;
    padding-right: 0px;
  }

.toub-01 ol {
  padding-left: 20px;

}



}