/* CSS Document */

h2, h1 {
  width:85%;
  border-top: 1px solid #555;
  margin: auto;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: normal;
  font-size: 28px;
  color: #000;
  text-align: center;
  padding-top: 10px;
}
p.center.f25 {
  font-family: "kozuka-mincho-pro", serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 15px!important;
  color: #630;
  margin-bottom: 35px;
}
#s01, #s02, #s03 {
	max-width: 480px;
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
}
#s02 table, #s01 table {
  border: 1px solid #bbb;
  width: 90%;
	margin: auto;
}
#s02 table th, #s01 table th {
  width: 100px;
  border-bottom: 1px dashed #bbb;
  text-align: right;
  padding-right: 15px;
  font-size: 15px;
}
#s02 table tr:last-child th, #s01 table tr:last-child th {
  border-bottom: 0;
}
#s02 table td, #s01 table td {
  border-bottom: 1px dashed #bbb;
  padding: 25px;
  font-size: 15px;
  border-left: 1px solid #bbb;
}
#s01 table th {
  background: #EDFFDB;
}
#s01 table td a {
  color: #444;
  text-decoration: none;
}
#s01 table td a:hover {
  text-decoration: underline;
}
#s02 table th {
  background: #FFF2CC;
}
#s03 .box_rap {
  width: 295px;
	margin: auto;
  border: 1px solid #ccc;
  display: flex;
  margin-bottom: 25px;
  justify-content: center;
  flex-wrap: wrap;
}
/*#s03 .box_rap .box01 {
  padding: 5px;
}*/
#s03 .box_rap .box02 {
  width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
}
#s03 .box_rap .box02 dt {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
#s03 .box_rap .box02 .green {
  font-size: 18px;
  margin-bottom: 10px;
}
#s03 .box_rap .box02 .text {
  font-size: 14px;
}