#subpage #wrap {
  padding-top: 96px;
}
#subpage header {
  background: #fff;
}
#subpage header .header_content .gov {
  padding: 26px 0 0 26px;
}
@media screen and (max-width: 768px) {
  #subpage #wrap {
    padding-top: 153px;
  }
  #subpage header .header_content .gov {
    padding: 0 0 12px;
  }
}
#subpage .main_title {
  position: relative;
}
#subpage .main_title .title {
  width: 100%;
  box-sizing: border-box;
  height: 520px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#subpage .main_title .title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url("../img/curve03.svg") no-repeat center bottom;
  background-size: 100% auto;
  z-index: 10;
}
#subpage .main_title .title figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#subpage .main_title .title .heading {
  padding-left: 80px;
  z-index: 10;
}
#subpage .main_title .title .heading em {
  display: block;
  font-size: 5rem;
  color: #00639e;
  letter-spacing: -0.06em;
}
#subpage .main_title .title .heading small {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  color: #24a1ed;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #subpage .main_title .title {
    width: 100%;
    box-sizing: border-box;
    height: 180px;
  }
  #subpage .main_title .title .heading {
    padding-left: 16px;
    z-index: 10;
  }
  #subpage .main_title .title .heading em {
    font-size: 2.5rem;
  }
  #subpage .main_title .title .heading small {
    font-size: 1.1rem;
  }
}
#subpage article {
  position: relative;
}
#subpage .Breadcrumb {
  z-index: 10;
  font-size: 1.2rem;
  width: 100%;
  padding: 20px;
  text-align: right;
  box-sizing: border-box;
}
#subpage .Breadcrumb > span + span:before {
  content: "/";
  margin: 0 5px;
  color: #24a1ed;
}
#subpage .Breadcrumb a {
  color: #24a1ed;
}
#subpage .Breadcrumb a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #subpage .Breadcrumb {
    position: static;
    font-size: 1rem;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
  }
  #subpage .Breadcrumb > span + span:before {
    margin: 0 3px;
  }
}
#subpage section {
  padding: 80px 0;
  box-sizing: border-box;
  margin: 0px auto;
  position: relative;
  z-index: 10;
}
#subpage section + section {
  margin-top: 0px;
}
#subpage section .sect_ttl {
  margin-bottom: 80px;
}
#subpage section .sect_ttl span {
  font-weight: 600;
}
#subpage section .sect_ttl em {
  line-height: 1.35;
}
#subpage section .sect_ttl + p {
  padding-bottom: 80px;
}
#subpage section .inner {
  width: 1028px;
  padding: 0 32px;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
}
#subpage section .inner > *:first-child {
  margin-top: 0;
}
#subpage section .inner > *:last-child {
  margin-bottom: 0;
}
#subpage section h3 {
  color: #00639e;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
}
#subpage section p .small {
  display: block;
  font-size: 1.2rem;
  padding-top: 1em;
}
#subpage section p a, #subpage section small a {
  text-decoration: underline;
  color: #00639e;
}
@media screen and (max-width: 740px) {
  #subpage section {
    width: 100%;
    padding: 0;
    margin: 0px auto;
    text-align: left;
  }
  #subpage section .sect_ttl {
    padding-top: 50px;
    margin-bottom: 40px;
  }
  #subpage section .sect_ttl + p {
    padding-bottom: 30px;
  }
  #subpage section .inner {
    width: 100%;
    padding: 0 25px 25px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
  }
  #subpage section h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#subpage h3.line {
  margin: 60px -32px;
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 500;
  color: #00639e;
  background: #fff;
  border: 1px solid #00639e;
  box-sizing: border-box;
  position: relative;
  padding: 12px 18px 12px 24px;
}
#subpage h3.line + p {
  margin: -10px auto 60px;
}
@media screen and (max-width: 740px) {
  #subpage h3.line {
    margin: 30px 0 30px;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
    padding: 10px;
  }
  #subpage h3.line + p {
    margin: -15px auto 30px;
  }
}
#subpage .wide_content {
  width: 100%;
  margin: 0 auto 80px;
}
#subpage .wide_content figure {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#subpage .wide_content figure img {
  position: relative;
  z-index: 10;
}
#subpage .wide_content .text {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
#subpage .wide_content .text h3 {
  line-height: 1.5;
  padding: 30px 0 0;
  text-align: left;
  letter-spacing: normal;
}
#subpage .wide_content .text p {
  padding-top: 20px;
}
#subpage .wide_content .text .btn {
  margin: 20px auto 0;
}
@media screen and (max-width: 740px) {
  #subpage .wide_content {
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
  }
  #subpage .wide_content figure {
    position: relative;
    overflow: hidden;
    margin-left: -30px;
    width: calc(100% + 60px);
  }
  #subpage .wide_content .text {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #subpage .wide_content .text h3 {
    padding: 16px 0 0;
  }
  #subpage .wide_content .text p {
    text-align: left;
    padding-top: 10px;
  }
}
#subpage .small_box {
  background: #fcfcfc;
  padding: 30px;
  margin-bottom: 80px;
}
#subpage .small_box p {
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #subpage .small_box {
    padding: 15px;
    margin-bottom: 40px;
  }
  #subpage .small_box p {
    color: #00639e;
    font-size: 1rem;
    line-height: 2;
  }
}
#subpage .gray_box {
  width: 100%;
  padding: 50px 40px;
  background: #f8fcff;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap: 0px 32px;
  margin: 0 0 80px;
  position: relative;
}
#subpage .gray_box.check:before {
  content: "";
  position: absolute;
  right: 20px;
  top: -45px;
  z-index: 10;
  width: 115px;
  height: 111px;
  background: url("../img/check.svg") no-repeat 0 0;
  background-size: 100% auto;
}
#subpage .gray_box + .gray_box {
  margin-top: -40px;
}
#subpage .gray_box figure {
  flex-shrink: 0;
}
#subpage .gray_box .text h3 {
  font-size: 2.3rem;
  padding-bottom: 20px;
  color: #00639e;
}
#subpage .gray_box .text p {
  color: #00639e;
}
@media screen and (max-width: 740px) {
  #subpage .gray_box {
    width: 100%;
    padding: 16px;
    background: #f8fcff;
    box-sizing: border-box;
    display: block;
    margin: 0 0 40px;
    position: relative;
  }
  #subpage .gray_box.check:before {
    right: 0px;
    top: -50px;
    z-index: 10;
    width: 70px;
    height: 70px;
  }
  #subpage .gray_box + .gray_box {
    margin-top: -20px;
  }
  #subpage .gray_box figure {
    text-align: center;
    flex-shrink: 0;
  }
  #subpage .gray_box .text {
    width: 100%;
  }
  #subpage .gray_box .text h3 {
    font-size: 1.8rem;
    padding: 10px 0;
    text-align: center;
  }
}
#subpage ul.list li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.8;
  color: #00639e;
}
#subpage ul.list li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00639e;
  position: absolute;
  left: 0;
  top: 9px;
}
#subpage ul.list li em {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
}
#subpage ul.list li p {
  padding-top: 6px;
}
#subpage ul.list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 740px) {
  #subpage ul.list {
    text-align: left;
  }
  #subpage ul.list li {
    margin-bottom: 20px;
    position: relative;
    line-height: 1.5;
    padding-left: 16px;
  }
  #subpage ul.list li:before {
    flex-shrink: 0;
    top: 8px;
  }
  #subpage ul.list li em {
    font-size: 1.4rem;
  }
  #subpage ul.list li p {
    padding-top: 5px;
    line-height: 2;
  }
}
#subpage .merit {
  margin-bottom: 80px;
}
#subpage .merit .merit_Box {
  border-top: 0;
  margin-bottom: 60px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}
#subpage .merit .merit_Box.demerit {
  margin-bottom: 0;
  border-color: #00639e;
}
#subpage .merit .merit_Box.demerit h3 {
  background: #f4877b;
}
#subpage .merit .merit_Box.demerit .merit_inner .list li em {
  color: #f4877b;
}
#subpage .merit .merit_Box.demerit .merit_inner .list li:before {
  background: #f4877b;
}
#subpage .merit .merit_Box h3 {
  background: #00639e;
  height: 56px;
  width: 100%;
  font-weight: 500;
  font-size: 2.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff !important;
  padding-left: 20px;
  box-sizing: border-box;
}
#subpage .merit .merit_Box h3 .icon-record {
  font-size: 2.6rem;
  position: relative;
  top: 1px;
  font-weight: 400;
  margin-right: 0.25em;
}
#subpage .merit .merit_Box h3 .icon-cross {
  font-size: 2.8rem;
  position: relative;
  top: 1px;
  font-weight: 400;
  margin-right: 0.25em;
}
#subpage .merit .merit_Box .merit_inner {
  padding: 40px;
  background: #fcfcfc;
}
#subpage .merit .merit_Box .merit_inner .list li {
  color: #444444 !important;
  margin-bottom: 20px;
}
#subpage .merit .merit_Box .merit_inner .list li:before {
  background: #00639e;
  top: 10px;
}
#subpage .merit .merit_Box .merit_inner .list li em {
  font-size: 1.6rem;
  display: block;
  color: #00639e;
  font-weight: 500;
}
#subpage .merit .merit_Box .merit_inner .list li em + span {
  display: block;
  padding-top: 5px;
}
#subpage .merit .merit_Box .merit_inner .list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #subpage .merit {
    margin-bottom: 30px;
  }
  #subpage .merit .merit_Box {
    margin-bottom: 20px;
  }
  #subpage .merit .merit_Box h3 {
    height: auto;
    width: 100%;
    padding: 8px 10px;
    font-size: 1.6rem;
    font-weight: 600;
  }
  #subpage .merit .merit_Box h3 .icon-record {
    font-size: 1.6rem;
    top: 2px;
    margin-right: 0.5em;
    flex-shrink: 0;
  }
  #subpage .merit .merit_Box h3 .icon-cross {
    font-size: 2rem;
    top: 1px;
    margin-right: 0.25em;
  }
  #subpage .merit .merit_Box .merit_inner {
    padding: 20px;
  }
  #subpage .merit .merit_Box .merit_inner .list li {
    margin-bottom: 15px;
  }
  #subpage .merit .merit_Box .merit_inner .list li:before {
    top: 9px;
  }
  #subpage .merit .merit_Box .merit_inner .list li em {
    font-size: 1.5rem;
  }
  #subpage .merit .merit_Box .merit_inner .list li em + span {
    padding-top: 0;
  }
  #subpage .merit .merit_Box .merit_inner .list li:last-child {
    margin-bottom: 0;
  }
}
#subpage .textbox01 {
  width: 100%;
  margin: 0 auto 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#subpage .textbox01.center {
  align-items: center;
}
#subpage .textbox01 figure {
  flex-shrink: 0;
  overflow: hidden;
}
#subpage .textbox01 .text {
  padding-left: 64px;
  box-sizing: border-box;
}
#subpage .textbox01 .text h3 + p {
  padding-top: 12px;
}
#subpage .textbox01 .text p + .btn {
  margin-top: 30px;
}
#subpage .textbox01 .text p + .btn.wide {
  width: 100%;
}
#subpage .textbox01 .text small {
  display: block;
  line-height: 1.5;
  font-size: 1.2rem;
  padding-top: 10px;
}
#subpage .textbox01 .text .btn {
  margin-top: 1em;
}
#subpage .textbox01 .text .btn span {
  display: block;
  text-align: center;
  line-height: 1.3;
}
#subpage .textbox01.reverse figure {
  order: 1;
}
#subpage .textbox01.reverse .text {
  order: 0;
  padding-left: 0;
  padding-right: 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 740px) {
  #subpage .textbox01 {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto 40px;
    display: block;
  }
  #subpage .textbox01 figure {
    flex-shrink: 0;
    width: 100%;
  }
  #subpage .textbox01 figure img {
    width: 100%;
  }
  #subpage .textbox01 .text {
    width: 100%;
    padding: 0 !important;
    box-sizing: border-box;
    text-align: center;
  }
  #subpage .textbox01 .text h3 {
    padding: 15px 0 0;
    text-align: left;
  }
  #subpage .textbox01 .text > p {
    padding-top: 10px !important;
    text-align: left;
  }
  #subpage .textbox01 .text small {
    display: block;
    font-feature-settings: "palt";
    text-align: justify;
  }
  #subpage .textbox01 .text p + .btn {
    margin: 15px auto 0;
  }
  #subpage .textbox01 .text p + .btn.wide {
    width: 100%;
  }
}
#subpage .textbox02 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
#subpage .textbox02 .item {
  width: calc((100% - 32px) / 2);
  margin-top: 60px;
}
#subpage .textbox02 .item .text h3 {
  font-size: 2.3rem !important;
  padding: 16px 0 12px;
}
#subpage .textbox02 .item:nth-child(1),
#subpage .textbox02 .item:nth-child(2) {
  margin-top: 0;
}
#subpage .textbox02 .small_box {
  margin-top: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 740px) {
  #subpage .textbox02 {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 30px;
    flex-direction: column;
  }
  #subpage .textbox02 .item {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-top: 30px;
  }
  #subpage .textbox02 .item figure img {
    width: 100%;
  }
  #subpage .textbox02 .item .text h3 {
    font-size: 1.8rem !important;
    padding: 10px 0 0;
  }
  #subpage .textbox02 .item .text p {
    padding-top: 5px;
  }
  #subpage .textbox02 .item:nth-child(1) {
    margin-top: 0;
  }
  #subpage .textbox02 .item:nth-child(2) {
    margin-top: 30px;
  }
}
#subpage .textbox03 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
#subpage .textbox03 .text {
  margin-bottom: 40px;
}
#subpage .textbox03 .text h3 {
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
}
#subpage .textbox03 .text h3:before {
  content: "";
  width: 16px;
  height: 1px;
  background: #00639e;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 20px;
}
#subpage .textbox03 .text h3.none_dot {
  padding-left: 0px;
}
#subpage .textbox03 .text h3.none_dot:before {
  content: none;
}
#subpage .textbox03 .text p a {
  text-decoration: underline;
}
#subpage .textbox03 .text p a:hover {
  color: #00639e;
}
#subpage .textbox03 .text p small {
  display: block;
  padding-top: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 740px) {
  #subpage .textbox03 {
    padding-bottom: 30px;
  }
  #subpage .textbox03 .text {
    margin-bottom: 30px;
  }
  #subpage .textbox03 .text h3 {
    padding-bottom: 5px;
    padding-left: 12px;
  }
  #subpage .textbox03 .text h3:before {
    width: 8px;
    left: 0;
    top: 15px;
  }
}
#subpage .flow {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
#subpage .flow .item {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  padding-bottom: 58px;
  position: relative;
}
#subpage .flow .item:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 44px;
  width: 2px;
  height: 0;
  background: #00639e;
  transition: all 1s ease;
  backface-visibility: hidden;
}
#subpage .flow .item.active:before {
  height: 100%;
}
#subpage .flow .item .text {
  width: calc(100% - 360px);
  padding-right: 55px;
  box-sizing: border-box;
}
#subpage .flow .item .text.wide {
  width: 100%;
}
#subpage .flow .item .text h3 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 10px;
}
#subpage .flow .item .text h3 em {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: #00639e;
  font-family: "EB Garamond", serif;
  font-size: 2.1rem;
  flex-shrink: 0;
}
#subpage .flow .item .text h3 span {
  padding-top: 2px;
  font-size: 2.4rem;
  padding-left: 16px;
}
#subpage .flow .item .text p,
#subpage .flow .item .text ul,
#subpage .flow .item .text small {
  padding-left: 60px;
  padding-bottom: 20px;
}
#subpage .flow .item .text small {
  display: block;
  font-size: 1rem;
}
#subpage .flow .item .text .img {
  padding-left: 60px;
}
#subpage .flow .item figure {
  flex-shrink: 0;
}
#subpage .flow .item:last-child {
  padding-bottom: 0;
}
#subpage .flow .item:last-child:before {
  content: none;
}
@media screen and (max-width: 740px) {
  #subpage .flow {
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
    box-sizing: border-box;
  }
  #subpage .flow .item {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-bottom: 40px !important;
    position: relative;
  }
  #subpage .flow .item:before {
    left: 17px;
    top: 36px;
    width: 1px;
  }
  #subpage .flow .item .text {
    order: 0;
    width: 100%;
    padding-right: 0;
    display: block;
  }
  #subpage .flow .item .text h3 {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
  #subpage .flow .item .text h3 em {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 2rem;
  }
  #subpage .flow .item .text h3 span {
    padding-top: 4px;
    font-size: 1.7rem;
    padding-left: 10px;
  }
  #subpage .flow .item .text p {
    padding-left: 46px;
  }
  #subpage .flow .item .text p,
#subpage .flow .item .text ul,
#subpage .flow .item .text small {
    padding-left: 46px;
    padding-bottom: 10px;
  }
  #subpage .flow .item .text small {
    display: block;
    font-size: 1rem;
  }
  #subpage .flow .item .text .img {
    padding-left: 46px;
  }
  #subpage .flow .item figure {
    order: 2;
    padding: 20px 0 0 46px;
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
  }
  #subpage .flow .item figure img {
    width: 100%;
  }
  #subpage .flow .item:last-child {
    padding-bottom: 0 !important;
  }
  #subpage .flow .item:last-child:before {
    content: none;
  }
}
#subpage .qa_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
#subpage .qa_box .item {
  margin: 0 auto 40px;
  min-height: 110px;
}
#subpage .qa_box .item h3 {
  position: relative;
  margin-bottom: 20px;
}
#subpage .qa_box .item h3:before {
  content: "Q";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #00639e;
  font-family: "EB Garamond", serif;
  color: #fff;
  font-weight: 200;
  line-height: 40px;
  font-size: 2.2rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
#subpage .qa_box .item h3 em {
  display: block;
  padding-top: 2px;
  padding-left: 64px;
  line-height: 1.3;
  text-align: left;
  font-weight: 600;
}
#subpage .qa_box .item p {
  position: relative;
  padding-left: 70px;
}
#subpage .qa_box .item p:before {
  content: "A";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f4877b;
  font-family: "EB Garamond", serif;
  color: #fff;
  font-weight: 200;
  line-height: 40px;
  font-size: 2.6rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 740px) {
  #subpage .qa_box {
    width: 100%;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
  #subpage .qa_box .item {
    margin: 0 auto;
    padding: 15px 0;
  }
  #subpage .qa_box .item h3 {
    position: relative;
    margin-bottom: 20px;
  }
  #subpage .qa_box .item h3:before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1.6rem;
  }
  #subpage .qa_box .item h3 em {
    line-height: 1.3;
    padding-left: 46px;
  }
  #subpage .qa_box .item p {
    padding-left: 46px;
  }
  #subpage .qa_box .item p:before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1.6rem;
  }
  #subpage .qa_box .item:last-child {
    margin-bottom: 0;
  }
}
#subpage .table_type01 {
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 80px;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #00639e;
}
#subpage .table_type01 caption {
  text-align: left;
  font-size: 2.6rem;
  color: #00639e;
  margin-bottom: 24px;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
#subpage .table_type01 thead {
  border: 2px solid #00639e;
}
#subpage .table_type01 thead tr th {
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
  background: #fafdff;
}
#subpage .table_type01 tbody {
  border: 2px solid #00639e;
}
#subpage .table_type01 tbody tr th {
  padding: 15px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  border: 1px solid #00639e;
  font-size: 1.5rem;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  background: #fafdff;
}
#subpage .table_type01 tbody tr td {
  padding: 15px;
  border-top: 1px solid #00639e;
  vertical-align: middle;
  line-height: 1.35;
  color: #444444;
  text-align: center;
}
#subpage .table_type01 tbody tr td small {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
  padding-top: 5px;
}
#subpage .table_type01 tbody tr td.bold {
  font-weight: 600;
}
#subpage .table_type01 tfoot tr td {
  text-align: justify;
  padding-top: 10px;
  font-size: 1.2rem;
}
#subpage .table_type01 tfoot tr td small {
  padding-top: 1em;
  display: block;
  font-size: 1rem;
  text-align: left;
}
@media screen and (max-width: 740px) {
  #subpage .table_type01 {
    margin: 0 auto 40px;
  }
  #subpage .table_type01 caption {
    font-size: 1.85rem;
    margin-bottom: 15px;
  }
  #subpage .table_type01 thead tr th {
    padding: 10px;
    font-size: 1rem;
  }
  #subpage .table_type01 tbody tr th {
    padding: 10px;
    font-size: 1.2rem;
  }
  #subpage .table_type01 tbody tr td {
    padding: 10px;
    font-size: 1.1rem;
  }
  #subpage .table_type01 tbody tr td small {
    padding-top: 1em;
    display: block;
    font-size: 1rem;
  }
  #subpage .table_type01 tfoot tr td {
    text-align: right;
    padding-top: 10px;
    font-size: 1rem;
  }
  #subpage .table_type01 tfoot tr td small {
    padding-top: 1em;
    display: block;
    font-size: 1rem;
    text-align: left;
  }
}
#subpage .smallbox {
  padding: 20px;
  background: #f9f9ed;
  font-size: 1rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #subpage .smallbox {
    padding: 20px;
  }
}
#subpage .small_flow {
  margin-bottom: 80px;
}
#subpage .small_flow .item {
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
  background: #fcfcfc;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#subpage .small_flow .item:before {
  content: "\e90a";
  font-family: "icomoon";
  left: calc(50% - 23px);
  bottom: -23px;
  font-size: 1.6rem;
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #00639e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#subpage .small_flow .item figure {
  flex-shrink: 0;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#subpage .small_flow .item .text {
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#subpage .small_flow .item .text h4 {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  line-height: 1.5;
  padding-bottom: 20px;
  width: 100%;
}
#subpage .small_flow .item .text em {
  width: 80px;
  line-height: 2;
  display: block;
}
#subpage .small_flow .item .text p {
  font-size: 1.4rem;
  line-height: 1.6;
  width: calc(100% - 80px);
  padding-bottom: 20px;
}
#subpage .small_flow .item .text p ~ p {
  padding-bottom: 0;
}
#subpage .small_flow .item:last-child:before {
  content: none;
}
@media screen and (max-width: 768px) {
  #subpage .small_flow {
    margin-bottom: 40px;
  }
  #subpage .small_flow .item {
    padding: 0;
    position: relative;
    margin-bottom: 30px;
    display: block;
  }
  #subpage .small_flow .item:before {
    left: calc(50% - 15px);
    bottom: -15px;
    font-size: 1.2rem;
    width: 30px;
    height: 30px;
  }
  #subpage .small_flow .item figure {
    padding-left: 0px;
    flex-shrink: 0;
    text-align: center;
    overflow: hidden;
  }
  #subpage .small_flow .item figure img {
    width: 140px;
  }
  #subpage .small_flow .item .text {
    padding: 20px;
    display: block;
  }
  #subpage .small_flow .item .text h4 {
    font-size: 1.5rem;
    text-align: center;
  }
  #subpage .small_flow .item .text em {
    width: 100%;
    text-align: center;
  }
  #subpage .small_flow .item .text p {
    width: 100%;
    padding-top: 6px;
  }
}
#subpage .numbox {
  text-align: center;
  background: #f8fcff;
  padding: 60px 50px 50px;
  margin-bottom: 80px;
}
#subpage .numbox .numbox_inner {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
#subpage .numbox .numbox_inner .item .num {
  display: inline-block;
  line-height: 1;
  font-family: "EB Garamond", serif;
  color: #24a1ed;
  font-size: 4.4rem;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #24a1ed;
}
#subpage .numbox .numbox_inner .item h4 {
  font-size: 2.1rem;
  color: #00639e;
  padding-bottom: 20px;
}
#subpage .numbox .numbox_inner .item p {
  text-align: justify;
}
#subpage .numbox .numbox_inner .item + .item {
  margin-left: 50px;
  margin-bottom: 50px;
}
#subpage .numbox .numbox_inner .item:nth-child(4),
#subpage .numbox .numbox_inner .item:nth-child(7) {
  margin-left: 0;
}
#subpage .numbox .numbox_inner .item:nth-child(7),
#subpage .numbox .numbox_inner .item:nth-child(8) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #subpage .numbox {
    padding: 32px 16px 16px;
    margin-bottom: 40px;
  }
  #subpage .numbox .numbox_inner {
    padding-top: 30px;
    display: block;
  }
  #subpage .numbox .numbox_inner .item {
    margin: 0 !important;
  }
  #subpage .numbox .numbox_inner .item .num {
    line-height: 1;
    font-size: 3rem;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #24a1ed;
  }
  #subpage .numbox .numbox_inner .item h4 {
    font-size: 1.6rem;
    color: #00639e;
    padding-bottom: 5px;
  }
  #subpage .numbox .numbox_inner .item p {
    text-align: justify;
  }
}
#subpage .risk {
  width: 100%;
  padding: 50px 0 100px;
  background: #f8fcff;
  position: relative;
}
#subpage .risk:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url("../img/curve03.svg") no-repeat center bottom;
  background-size: 100% auto;
  z-index: 10;
}
#subpage .risk .risk_inner {
  width: 964px;
  padding-right: 10px;
  max-height: 140px;
  position: relative;
  margin: 0 auto;
  color: #00639e;
}
#subpage .risk .risk_inner em {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
}
#subpage .risk .risk_inner p {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #subpage .risk {
    width: 100%;
    padding: 32px 16px 48px;
    background: #f8fcff;
    position: relative;
  }
  #subpage .risk .risk_inner {
    width: 100%;
    padding-right: 10px;
    max-height: 140px;
  }
  #subpage .risk .risk_inner em {
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  #subpage .risk .risk_inner p {
    font-size: 1.1rem;
  }
}
#subpage .otherLink {
  padding-top: 100px;
  position: relative;
  border-top: 2px dotted #00639e;
}
@media screen and (max-width: 768px) {
  #subpage .otherLink {
    padding-top: 50px;
    position: relative;
    border-top: 2px dotted #00639e;
  }
}

/*# sourceMappingURL=cmn_subpage.css.map */
