#contents .content_title{
  background-image: url('../images/under/title_bg.png');
  background-repeat: no-repeat;
  width: 667px;
  height: 81px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  padding: 20px 0 0 20px;
}
#contents .content_title h2{
  all: unset;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}
#contents .content_title h2 + p{
  font-size: 18px;
  font-weight: bold;
}

#contents .content{
  padding: 25px 40px 40px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
#contents .content h3{
  background-color: #467eb5;
  line-height: 1;
  border-radius: 24px;
  margin-bottom: 30px;
}
#contents .content h3 .number{
  display: inline-block;
  vertical-align: middle;
  padding: 8px 0 8px 16px;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #b4c9e4;
  margin-right: 0.5em;
}
#contents .content h3 .title{
  display: inline-block;
  vertical-align: middle;
  padding: 14px 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
#contents .content .lead_section{
  margin-bottom: 50px;
}
#contents .content .lead_section h4{
  margin-bottom: 1.5em;
  font-size: 15px;
  font-weight: bold;
  color: #7098cb;
}
#contents .content .lead_section p{
  font-size: 14px;
  margin-bottom: 1.8em;
}
#contents .content .lead_section .flex_wrap{
  display: flex;
  justify-content: space-between;
}
#contents .content .lead_section .flex_wrap figure{
  margin: 0 0 0 30px;
}
#contents .content .content_section{
  margin-bottom: 50px;
  font-size: 14px;
}
#contents .content .content_section h4{
  font-size: 15px;
  margin-bottom: 1.8em;
  font-weight: bold;
}
#contents .content .content_section h4.end{
  color: #7098cb;
}
#contents .content .content_section p{
  margin-bottom: 1.8em;
}
#contents .content .content_section p.notice{
  font-size: 13px;
}
#contents .content .content_section p strong{
  font-weight: bold;
  color: #7098cb;
}
#contents .content .content_section .aligncenter,
#contents .content .content_section .aligncenter > img{
  display: block;
  margin: 0 auto 1.5em;
}
#contents .content .content_section ul{
  margin-bottom: 2.4em;
  padding: 0 30px;
}
#contents .content .content_section ul li{
  list-style: disc inside;
  font-weight: bold;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
#contents .content .content_section dl{
  margin-bottom: 2.4em;
  padding: 0 0 0 30px;
}
#contents .content .content_section dl dt{
  font-size: 15px;
  font-weight: bold;
  color: #467eb5;
}
#contents .content .content_section dl dd{
  margin-left: 15px;
  margin-bottom: 1.8em;
}

#contents .content .content_section .flex_wrap{
  display: flex;
  justify-content: space-between;
}
#contents .content .content_section .flex_wrap figure{
  margin: 0 0 0 30px;
}
#contents .content .content_section .flex_wrap .text ul{
  padding-right: 0;
}
#contents .content .content_section .content_inner{
    padding: 0 30px;
}
#contents .content .content_section .content_inner table{
  border-collapse: collapse;
  margin-bottom: 10px;
}
#contents .content .content_section .content_inner table tr th,
#contents .content .content_section .content_inner table tr td{
  border-top: 1px solid #467eb5;
  border-bottom: 1px solid #467eb5;
  text-align: left;
  padding: 0.5em 1.0em;
}
#contents .content .content_section .content_inner table tr th:last-child,
#contents .content .content_section .content_inner table tr td:last-child{
  border-left: 1px solid #467eb5;
}
#contents .content .content_section .content_inner table tr th{
  font-size: 15px;
  font-weight: bold;
}
#contents .content .content_section .content_inner table tr td{
  font-size: 14px;
}
#contents .content .content_section .content_inner table tr:first-of-type th{
  padding: 0.25em 0;
  text-align: center;
  background-color: #e8eef7;
}
#contents .content .content_section .point_box{
  border: 1px dotted #467eb5;
  border-radius: 20px;
  padding: 40px 30px 30px;
  margin-top: 60px;
  position: relative;
}
#contents .content .content_section .point_box h4{
  background-color: white;
  position: absolute;
  top: -25px;
  padding: 0 15px;
}
#contents .content .content_section .point_box h4 > *{
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
}
#contents .content .content_section .point_box h4 strong{
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #467eb5;
  padding-bottom: 5px;
  padding-left: 8px;
}
#contents .content .content_section .point_box h4 span{
  font-size: 16px;
  font-weight: bold;
  color: #467eb5;
  padding-left: 8px;
  padding-bottom: 10px;
}
#contents .content .content_section .point_box p{
  font-weight: 500;
}
#contents .content .content_section .point_box p:last-child{
  margin-bottom: 0;
}
