.contents1, .contents2, .menu_box{
  padding: 20px 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: initial;
}
.contents1 p{
  margin-bottom: 1em;
}
.contents1 figure{
  display: flex;
  justify-content: center;
  gap: 1em;
}
.contents2 h2{
  font-size: 20px;
  padding: 10px;
  margin-bottom: 20px;
  line-height: 1;
  color: #ffffff;
  background-color: #467eb5;
}
.contents2 h3{
  color: #7098cb;
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 1;
}
.contents2 h3 .number{
  font-size: 56px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: normal;
}
.contents2 h3 .title{
  padding-left: 10px;
}
.contents2 > p{
  margin-bottom: 1em;
  padding: 0 10px;
}
.contents2 .disease_box{
  background-color: #dde7f3;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contents2 .disease_box .text{
  flex-basis: 0;
  flex-grow: 1;
}
.contents2 .disease_box figure{
  margin: 0;
}
.contents2 .disease_box h4{
  color: #467eb5;
  background-color: #ffffff;
  border: 1px solid #467eb5;
  border-radius: 1em;
  padding: 0.5em 1em;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 16px;
}
.contents2 .disease_box p{
  color: #000000;
  line-height: 1.5;
}
.contents2 .disease_box.d-row h4{
  width: 100%;
  margin-bottom: 0;
}
.contents2 .disease_box.d-row p{
  flex-basis: 0;
  flex-grow: 1;
}
.contents2 .disease_content{
  margin: 0 30px 80px;
}
.contents2 .disease_content .cause h4{
  font-size: 16px;
  color: #7098cb;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 2px dotted #7098cb;
}
.contents2 .disease_content .cause dl{
  margin: 0 0 30px 20px;
}
.contents2 .disease_content .cause dl dt{
  font-size: 15px;
  font-weight: bold;
}
.contents2 .disease_content .cause dl dd{
  font-size: 13px;
  margin: 0 0 10px 0;
}
.contents2 .disease_content .recommend h4{
  color: #7098cb;
  background-color: #dde7f3;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0.5em;
  border-radius: 1.0em;
  font-size: 16px;
}
.contents2 .disease_content .recommend ol{
  list-style: none;
  margin: 0 0 30px 20px;
}
.contents2 .disease_content .recommend ol li{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.contents2 .disease_content .recommend ol li .number{
  display: block;
  flex-basis: 3em;
  width: 3em;
  height: 3em;
  line-height: 3;
  font-size: 16px;
  text-align: center;
  color: #7098cb;
  border: #7098cb 1px solid;
  border-radius: 50%;
  font-weight: bold;
}
.contents2 .disease_content .recommend ol li p{
  flex-basis: 0;
  flex-grow: 1;
  font-size: 14px;
}
.contents2 .disease_content .recommend ol li p strong{
  font-size: 15px;
  color: #7098cb;
}
.contents2 .disease_content .recommend .notice{
  font-size: 12px;
  padding-left: 80px;
  margin-bottom: 20px;
}
.contents2 .disease_content .button{
  text-align: center;
}
.contents2 .disease_content a.more{
  display: inline-block;
  line-height: 1;
  padding: 0.5em 1em;
  margin: 0 auto;
  font-size: 13px;
  font-weight: bold;
  color: #7098cb;
  border: 1px solid #7098cb;
  text-decoration: none;
}
.menu_box{
  border: 1px solid #7098cb;
  border-radius: 20px;
  margin: 0 40px 40px;
  padding: 30px;
}
.menu_box h2{
  text-align: center;
  color: #ffffff;
  background-color: #7098cb;
  font-size: 18px;
  line-height: 1;
  padding: 10px 0;
  margin-bottom: 20px;
}
.menu_box table{
  width: calc(100% - 40px);
  margin: 0 20px 20px;
  font-size: 16px;
}
.menu_box table th{
  text-align: left;
  padding: 10px 0 10px 30px;
}
.menu_box table td{
  text-align: right;
  font-weight: bold;
  padding: 10px 30px 10px 0;
}
.menu_box table tr:nth-of-type(2n+1){
  background-color: #e8eef7;
}
.menu_box p{
  font-size: 13px;
  color: #747474;
  margin: 0 20px;
  line-height: 1.8;
}