#subpage main {
  background: #f7fdff;
  position: relative;
}
#subpage main:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1400px;
  background: #fff url("../img/subpage.svg") no-repeat center bottom;
  background-size: 100% 298px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #subpage main:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 160vw;
    background: #fff url("../img/subpage.svg") no-repeat center bottom;
    background-size: 100% 149px;
    z-index: 0;
  }
}
#subpage footer {
  margin-top: 0;
}
#subpage .subpage_title {
  max-width: 1320px;
  width: calc(100% - 80px);
  margin: 0 auto;
  box-sizing: border-box;
  height: 573px;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#subpage .subpage_title .heading {
  position: absolute;
  left: 70px;
  bottom: 70px;
  z-index: 10;
}
#subpage .subpage_title .heading small {
  display: block;
  line-height: 1.3;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-family: "Golden Plains", sans-serif;
  color: #fff;
}
#subpage .subpage_title .heading .heading_text {
  display: block;
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #subpage .subpage_title {
    max-width: 100%;
    width: 100%;
    height: 50vw;
    border-radius: 0 0 25px 0;
  }
  #subpage .subpage_title .heading {
    left: 16px;
    bottom: 16px;
  }
  #subpage .subpage_title .heading small {
    font-size: 1.5rem;
  }
  #subpage .subpage_title .heading .heading_text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #subpage .page_title {
    position: relative;
  }
  #subpage .page_title .title {
    width: calc(100% - 32px);
    box-sizing: border-box;
    height: 180px;
    margin-left: 32px;
  }
  #subpage .page_title .title .heading {
    margin-left: -16px;
    padding-bottom: 16px;
    z-index: 10;
  }
  #subpage .page_title .title .heading .character {
    font-size: 2.5rem;
  }
  #subpage .page_title .title .heading small {
    font-size: 1.1rem;
  }
}
#subpage .Breadcrumb {
  z-index: 10;
  font-size: 1.2rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 80px 0;
  text-align: right;
  box-sizing: border-box;
}
#subpage .Breadcrumb > span + span:before {
  content: "/";
  color: #42b9d0;
  margin: 0 5px;
}
#subpage .Breadcrumb a {
  color: #42b9d0;
  font-weight: 400;
}
#subpage .Breadcrumb a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #subpage .Breadcrumb {
    position: static;
    font-size: 1rem;
    padding: 10px;
    box-sizing: border-box;
    text-align: right;
  }
  #subpage .Breadcrumb > span + span:before {
    margin: 0 3px;
  }
}
#subpage section {
  padding: 0 0 100px;
  box-sizing: border-box;
  margin: 0px auto;
  position: relative;
  z-index: 10;
}
#subpage section + section {
  margin-top: 0px;
}
#subpage section .sect_ttl {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
#subpage section .sect_ttl em {
  padding: 0;
  position: static;
}
#subpage section .sect_ttl em:before {
  content: "";
  top: auto;
  width: 44px;
  bottom: 0;
  left: calc(50% - 22px);
}
#subpage section .sect_ttl + p {
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
#subpage section .inner {
  width: 1028px;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
}
#subpage section .inner > *:last-child:not(.small_box, .history_box) {
  margin-bottom: 0;
  padding-bottom: 0;
}
#subpage section .inner > .gray_box:last-child {
  margin-bottom: 0;
  padding-bottom: 40px;
}
#subpage section .inner > .small_box:last-child {
  margin-bottom: 0;
}
#subpage section img {
  border-radius: 30px;
}
#subpage section h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
#subpage section p {
  text-align: justify;
}
#subpage section p .small {
  display: block;
  font-size: 1.2rem;
  padding-top: 1em;
}
#subpage section u {
  text-decoration: none;
  background: linear-gradient(transparent 70%, #b1f5cd 60%);
}
@media screen and (max-width: 740px) {
  #subpage section {
    width: 100%;
    padding: 0;
    margin: 0px auto;
    text-align: justify;
  }
  #subpage section .sect_ttl {
    padding-top: 50px;
    margin-bottom: 32px;
  }
  #subpage section .sect_ttl + p {
    text-align: justify;
    padding: 0 16px;
    margin-bottom: 32px;
  }
  #subpage section .inner {
    width: 100%;
    padding: 0 16px 32px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #subpage section .inner > .gray_box:last-child {
    margin-bottom: 0;
    padding-bottom: 16px;
  }
  #subpage section img {
    border-radius: 25px;
  }
  #subpage section h3 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
  }
}
#subpage h3.line {
  margin: 56px 0;
  padding-left: 23px;
  line-height: 1.3;
  font-size: 3.3rem;
  font-weight: 500;
  box-sizing: border-box;
  position: relative;
}
#subpage h3.line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: calc(100% - 5px);
  border-radius: 2px;
  background: #42b9d0;
}
#subpage h3.line + p {
  margin: -10px auto 60px;
}
@media screen and (max-width: 740px) {
  #subpage h3.line {
    margin: 40px 0;
    line-height: 1.35;
    font-size: 2.2rem;
    padding-left: 16px;
  }
  #subpage h3.line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 28px;
    background: #39a2d2;
  }
  #subpage h3.line + p {
    margin: -15px auto 30px;
  }
}
#subpage .wide_content {
  width: 100%;
  margin: 0 auto 120px;
  position: relative;
}
#subpage .wide_content figure {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
#subpage .wide_content .text {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  padding-top: 30px;
}
#subpage .wide_content .text h3 {
  line-height: 1.5;
  padding: 0;
  text-align: justify;
  letter-spacing: normal;
}
#subpage .wide_content .text h3 + 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.active:before {
    height: 70%;
  }
  #subpage .wide_content:before {
    content: "";
    position: absolute;
    right: 16px;
    bottom: -16px;
    width: 100%;
  }
  #subpage .wide_content figure {
    position: relative;
    overflow: hidden;
    margin-left: -30px;
    width: calc(100% + 60px);
  }
  #subpage .wide_content .text {
    width: 100%;
    padding: 16px 0 0;
    box-sizing: border-box;
  }
  #subpage .wide_content .text h3 {
    padding: 0;
  }
  #subpage .wide_content .text h3 + p {
    padding-top: 10px;
  }
  #subpage .wide_content .text p {
    text-align: justify;
  }
}
#subpage .small_box {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 80px;
}
#subpage .small_box em {
  display: block;
  line-height: 1.3;
  padding-bottom: 10px;
}
#subpage .small_box p {
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #subpage .small_box {
    padding: 16px;
    margin-bottom: 40px;
    border-radius: 15px;
  }
  #subpage .small_box em {
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
  #subpage .small_box p {
    font-size: 1rem;
    line-height: 2;
  }
}
#subpage .textbox01 {
  width: 100%;
  margin: 0 auto 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
#subpage .textbox01 figure {
  flex-shrink: 0;
  overflow: hidden;
}
#subpage .textbox01 .text {
  padding-left: 64px;
  box-sizing: border-box;
}
#subpage .textbox01 .text p {
  text-align: justify;
}
#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: 64px;
  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: justify;
  }
  #subpage .textbox01 .text > p {
    padding-top: 10px !important;
  }
  #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 .text p small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-top: 10px;
}
#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.9rem !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 .textbox02 .small_box {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
#subpage .textbox03 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 80px;
}
#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: 9px;
  height: 9px;
  background: #faa49b;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 14px;
}
#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 small {
  display: block;
  padding-top: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
}
#subpage .textbox03 .text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 740px) {
  #subpage .textbox03 {
    margin-bottom: 40px;
  }
  #subpage .textbox03 .text {
    margin-bottom: 20px;
  }
  #subpage .textbox03 .text h3 {
    padding-bottom: 5px;
    padding-left: 12px;
  }
  #subpage .textbox03 .text h3:before {
    width: 6px;
    height: 6px;
    left: 0;
    top: 13px;
  }
}
#subpage .gray_box {
  width: 100%;
  border-radius: 30px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0 0 80px;
  position: relative;
  background: #fff;
}
#subpage .gray_box figure {
  flex-shrink: 0;
}
#subpage .gray_box .text h3 {
  font-size: 2.3rem;
  padding-bottom: 20px;
}
#subpage .gray_box .text p {
  font-feature-settings: "palt";
  text-align: justify;
}
#subpage .gray_box .text p + ul {
  padding-top: 20px;
}
@media screen and (max-width: 740px) {
  #subpage .gray_box {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    display: block;
    margin: 0 0 40px;
    position: relative;
    border-radius: 15px;
  }
  #subpage .gray_box figure {
    position: static;
    flex-shrink: 0;
    padding-bottom: 15px;
  }
  #subpage .gray_box figure img {
    object-fit: cover;
    width: 100%;
    height: 45vw;
  }
  #subpage .gray_box .text {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
  }
  #subpage .gray_box .text h3 {
    font-size: 1.8rem;
    padding: 0 0 10px;
  }
}
#subpage ul.list li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.8;
}
#subpage ul.list li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #39a2d2;
  position: absolute;
  left: 0;
  top: 12px;
}
#subpage ul.list li em {
  display: block;
  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: justify;
  }
  #subpage ul.list li {
    margin-bottom: 20px;
    position: relative;
    line-height: 1.5;
    padding-left: 12px;
  }
  #subpage ul.list li:before {
    flex-shrink: 0;
    top: 10px;
    width: 4px;
    height: 4px;
  }
  #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;
  position: relative;
}
#subpage .merit .merit_Box {
  overflow: hidden;
  box-sizing: border-box;
}
#subpage .merit .merit_Box.demerit {
  margin-top: 35px;
}
#subpage .merit .merit_Box.demerit h3 {
  background: #faa49b;
}
#subpage .merit .merit_Box.demerit .merit_inner .list li em {
  color: #faa49b;
}
#subpage .merit .merit_Box.demerit .merit_inner .list li:before {
  background: #faa49b;
}
#subpage .merit .merit_Box h3 {
  background: #39a2d2;
  border-radius: 30px 30px 0 0;
  padding: 15px;
  width: 100%;
  font-weight: 500;
  font-size: 2.5rem;
  color: #fcffd4;
  line-height: 1.3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
  white-space: nowrap;
}
#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 h3 .icon-checkbox {
  font-size: 2.2rem;
  position: relative;
  top: 1px;
  font-weight: 400;
  margin-right: 0.5em;
  color: #39a2d2;
}
#subpage .merit .merit_Box .merit_inner {
  padding: 40px;
  border-radius: 0 0 30px 30px;
  background: #fff;
  border-top: 0;
  width: auto;
  overflow: hidden;
}
#subpage .merit .merit_Box .merit_inner .right {
  float: right;
  margin-left: 32px;
}
#subpage .merit .merit_Box .merit_inner .right + p {
  padding-bottom: 0;
}
#subpage .merit .merit_Box .merit_inner p {
  font-weight: 500;
  padding-bottom: 2em;
}
#subpage .merit .merit_Box .merit_inner .list.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#subpage .merit .merit_Box .merit_inner .list.flex li {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#subpage .merit .merit_Box .merit_inner .list li {
  margin-bottom: 30px;
}
#subpage .merit .merit_Box .merit_inner .list li:before {
  background: #39a2d2;
  top: 10px;
}
#subpage .merit .merit_Box .merit_inner .list li em {
  color: #39a2d2;
  font-size: 1.8rem;
  display: block;
  font-weight: 500;
}
#subpage .merit .merit_Box .merit_inner .list li em + span {
  display: block;
  font-size: 1.5rem;
  padding-top: 5px;
  line-height: 1.8;
}
#subpage .merit .merit_Box .merit_inner .list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #subpage .merit {
    margin-bottom: 32px;
  }
  #subpage .merit .merit_Box.demerit {
    margin-top: 16px;
  }
  #subpage .merit .merit_Box h3 {
    height: auto;
    width: 100%;
    padding: 8px 10px;
    font-size: 1.8rem;
    border-radius: 15px 15px 0 0;
  }
  #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 h3 .icon-checkbox {
    font-size: 1.6rem;
    top: 1px;
    margin-right: 0.25em;
  }
  #subpage .merit .merit_Box h3 img {
    width: 25px;
    margin: 0 10px 0 0;
  }
  #subpage .merit .merit_Box .merit_inner {
    padding: 16px;
    border-radius: 0 0 15px 15px;
  }
  #subpage .merit .merit_Box .merit_inner .right {
    float: none;
    text-align: center;
    padding-bottom: 10px;
  }
  #subpage .merit .merit_Box .merit_inner .right + p {
    padding-bottom: 0;
  }
  #subpage .merit .merit_Box .merit_inner .list.flex {
    display: block;
  }
  #subpage .merit .merit_Box .merit_inner .list.flex li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
  #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;
    font-weight: 500;
    padding-bottom: 5px;
  }
  #subpage .merit .merit_Box .merit_inner .list li em + span {
    padding-top: 0;
    font-size: 1.3rem;
  }
  #subpage .merit .merit_Box .merit_inner .list li:last-child {
    margin-bottom: 0;
  }
}
#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: 20px;
  top: 40px;
  width: 2px;
  height: 0;
  background: #42b9d0;
  transition: all 1s ease;
  backface-visibility: hidden;
}
#subpage .flow .item.active:before {
  height: 100%;
}
#subpage .flow .item .text {
  width: calc(100% - 392px);
  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: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-weight: 500;
  color: #fcffd4;
  border-radius: 50%;
  background: #42b9d0;
  background-size: 100% auto;
  font-size: 2.4rem;
  flex-shrink: 0;
}
#subpage .flow .item .text h3 span {
  padding-top: 2px;
  font-size: 2.4rem;
  padding-left: 16px;
  color: #42b9d0;
}
#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: 18px;
    top: 35px;
    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;
  min-height: 40px;
  margin-bottom: 26px;
}
#subpage .qa_box .item h3:before {
  content: "Q";
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #39a2d2;
  color: #fcffd4;
  font-weight: 500;
  line-height: 40px;
  font-size: 2.4rem;
  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: justify;
  font-weight: 500;
  color: #39a2d2;
}
#subpage .qa_box .item p {
  position: relative;
  padding-left: 70px;
}
#subpage .qa_box .item p:before {
  content: "A";
  width: 42px;
  height: 42px;
  color: #fcffd4;
  border-radius: 50%;
  background: #faa49b;
  font-weight: 500;
  line-height: 40px;
  font-size: 2.4rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
#subpage .qa_box .item a {
  display: block;
  padding: 20px;
  border: 1px solid #39a2d2;
  color: #39a2d2;
  line-height: 1;
  width: 360px;
  box-sizing: border-box;
  text-align: center;
  margin: 20px 0 0 70px;
  position: relative;
}
#subpage .qa_box .item a .icon-long_arrow {
  position: absolute;
  right: -30px;
  top: 50%;
  font-size: 3rem;
  transform: translateY(-50%);
}
#subpage .qa_box .item a:hover {
  background: #39a2d2;
  color: #fff;
}
#subpage .qa_box .item a:hover .icon-long_arrow {
  color: #39a2d2;
}
@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 a {
    padding: 16px;
    width: calc(100% - 92px);
    margin: 15px auto 0 auto;
  }
  #subpage .qa_box .item a .icon-long_arrow {
    position: absolute;
    right: -20px;
    font-size: 2rem;
  }
  #subpage .qa_box .item:last-child {
    margin-bottom: 0;
  }
}
#subpage .table_type01 {
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto 80px;
  font-size: 1.4rem;
  font-weight: 400;
}
#subpage .table_type01 caption {
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 24px;
  line-height: 1;
  font-weight: 500;
}
#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: #ddf5fd;
  border-top: 1px solid #42b9d0;
  border-bottom: 1px solid #42b9d0;
}
#subpage .table_type01 thead tr th:nth-child(1) {
  border-radius: 14px 0 0 0;
  border-left: 1px solid #42b9d0;
  border-right: 1px solid #42b9d0;
}
#subpage .table_type01 thead tr th:last-child {
  border-radius: 0 14px 0 0;
  border-right: 1px solid #42b9d0;
}
#subpage .table_type01 tbody tr th {
  padding: 20px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #42b9d0;
  border-left: 1px solid #42b9d0;
  border-right: 1px solid #42b9d0;
  color: #42b9d0;
  font-size: 1.5rem;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  background: #ffffff;
}
#subpage .table_type01 tbody tr td {
  padding: 15px;
  border-bottom: 1px solid #42b9d0;
  vertical-align: middle;
  line-height: 1.35;
  font-size: 1.5rem;
  color: #040404;
  text-align: center;
  background: #ffffff;
}
#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:last-child {
  border-right: 1px solid #42b9d0;
}
#subpage .table_type01 tbody tr td.bold {
  font-weight: 600;
}
#subpage .table_type01 tbody tr:last-child th {
  border-radius: 0 0 0 14px;
}
#subpage .table_type01 tbody tr:last-child td:last-child {
  border-radius: 0 0 14px 0;
}
#subpage .table_type01 tfoot tr td {
  color: #42b9d0;
  font-weight: 400;
  text-align: right;
  padding-top: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 740px) {
  #subpage .table_type01 {
    margin: 0 auto 30px;
  }
  #subpage .table_type01 caption {
    font-size: 1.65rem;
    margin-bottom: 15px;
  }
  #subpage .table_type01 thead tr th {
    padding: 4px;
    font-size: 1rem;
  }
  #subpage .table_type01 thead tr th:nth-child(1) {
    border-radius: 10px 0 0 0;
  }
  #subpage .table_type01 thead tr th:last-child {
    border-radius: 0 10px 0 0;
  }
  #subpage .table_type01 tbody tr th {
    padding: 8px;
    font-size: 1.2rem;
  }
  #subpage .table_type01 tbody tr td {
    padding: 8px;
    font-size: 1.1rem;
  }
  #subpage .table_type01 tbody tr:last-child th {
    border-radius: 0 0 0 10px;
  }
  #subpage .table_type01 tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
  }
  #subpage .table_type01 tfoot tr td {
    text-align: right;
    padding-top: 6px;
    font-size: 1rem;
  }
}
#subpage .smallbox {
  padding: 20px;
  background: #f9f9ed;
  font-size: 1rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #subpage .smallbox {
    padding: 20px;
  }
}
#subpage .small_flow {
  margin-bottom: 80px;
}
#subpage .small_flow .item {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#subpage .small_flow .item:before {
  content: "\e909";
  font-family: "icomoon";
  left: calc(50% - 23px);
  bottom: -23px;
  font-size: 1.5rem;
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #39a2d2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#subpage .small_flow .item figure {
  flex-shrink: 0;
  overflow: hidden;
}
#subpage .small_flow .item figure img {
  border-radius: 30px 0 0 30px;
  width: 180px;
}
#subpage .small_flow .item .text {
  padding: 30px;
}
#subpage .small_flow .item .text h4 {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  line-height: 1.5;
}
#subpage .small_flow .item .text p {
  padding-top: 10px;
  line-height: 1.8;
  display: flex;
  justify-content: flex-start;
}
#subpage .small_flow .item .text p em {
  display: block;
  flex-shrink: 0;
  width: 75px;
  padding-right: 10px;
  line-height: 1.8;
  white-space: nowrap;
}
#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;
    border-radius: 15px;
  }
  #subpage .small_flow .item:before {
    left: calc(50% - 15px);
    bottom: -15px;
    font-size: 1.2rem;
    width: 30px;
    height: 30px;
  }
  #subpage .small_flow .item figure {
    width: 100%;
    padding-left: 0px;
    flex-shrink: 0;
    text-align: center;
    overflow: hidden;
    background: #F9F9F9;
    border-radius: 15px 15px 0 0;
  }
  #subpage .small_flow .item figure img {
    border-radius: 0;
    width: 140px;
  }
  #subpage .small_flow .item .text {
    padding: 20px;
  }
  #subpage .small_flow .item .text h4 {
    font-size: 1.5rem;
    text-align: center;
  }
  #subpage .small_flow .item .text p {
    padding-top: 6px;
  }
}
#subpage .risk {
  width: 100%;
  padding: 60px 80px;
  background: #fff;
  box-sizing: border-box;
}
#subpage .risk .risk_inner {
  width: 1028px;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  max-height: 250px;
  line-height: 1.6;
}
#subpage .risk .risk_inner em {
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  padding-bottom: 0.5em;
}
#subpage .risk .risk_inner p {
  font-size: 1.3rem;
  font-weight: 400;
}
#subpage .risk .risk_inner p ~ em {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #subpage .risk {
    width: 100%;
    padding: 32px 16px;
    position: relative;
  }
  #subpage .risk .risk_inner {
    width: 100%;
    padding-right: 10px;
    max-height: 140px;
  }
  #subpage .risk .risk_inner em {
    font-size: 1.2rem;
  }
  #subpage .risk .risk_inner p {
    font-size: 1.1rem;
  }
}
#subpage .textbox04 {
  margin-bottom: 80px;
}
#subpage .textbox04 .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}
#subpage .textbox04 .item figure {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: #bfaf88;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
#subpage .textbox04 .item figure.num span {
  display: block;
  text-align: center;
}
#subpage .textbox04 .item figure.num span small {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
}
#subpage .textbox04 .item figure.num span em {
  line-height: 1;
  display: block;
  font-size: 4.8rem;
  color: #fff;
}
#subpage .textbox04 .item .text {
  padding-left: 30px;
}
#subpage .textbox04 .item .text h3 {
  font-size: 2.3rem;
  padding-bottom: 10px;
}
#subpage .textbox04 .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #subpage .textbox04 {
    margin-bottom: 40px;
  }
  #subpage .textbox04 .item {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  #subpage .textbox04 .item figure {
    width: 108px;
    height: 108px;
    margin: 0 auto 10px;
  }
  #subpage .textbox04 .item figure img {
    transform: scale(0.85);
  }
  #subpage .textbox04 .item figure.num span {
    display: block;
    text-align: center;
  }
  #subpage .textbox04 .item figure.num span small {
    font-size: 1rem;
  }
  #subpage .textbox04 .item figure.num span em {
    line-height: 1;
    font-size: 3.4rem;
  }
  #subpage .textbox04 .item .text {
    padding: 0px 16px 0;
  }
  #subpage .textbox04 .item .text h3 {
    font-size: 1.8rem;
    padding-bottom: 8px;
  }
  #subpage .textbox04 .item .text p {
    text-align: justify;
  }
  #subpage .textbox04 .item:last-child {
    margin-bottom: 0;
  }
}
#subpage .check_box {
  background: #ac9d77;
  padding: 40px;
  margin-bottom: 80px;
}
#subpage .check_box h3 {
  padding-bottom: 15px;
}
#subpage .check_box h3 em {
  padding-left: 0.5em;
  color: #fff;
}
#subpage .check_box p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #subpage .check_box {
    background: #ac9d77;
    padding: 16px;
    margin-bottom: 40px;
  }
  #subpage .check_box h3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 10px;
  }
  #subpage .check_box h3 img {
    position: relative;
    top: 4px;
    width: 26px;
    flex-shrink: 0;
  }
  #subpage .check_box h3 em {
    display: block;
    padding-left: 0.5em;
    color: #fff;
    line-height: 1.5;
    white-space: nowrap;
  }
  #subpage .check_box p {
    color: #fff;
  }
}
#subpage .case_box {
  margin-bottom: 80px;
}
#subpage .case_box .case_images {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
#subpage .case_box .case_images figure {
  position: relative;
  width: 40%;
}
#subpage .case_box .case_images figure img + img {
  margin-top: 20px;
}
#subpage .case_box .case_images figure figcaption {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
}
#subpage .case_box .case_images > img {
  margin: 0 10px;
}
#subpage .case_box .table_type01 {
  margin-bottom: 0;
}
#subpage .case_box .table_type01 tbody tr th {
  background: #f2efe7;
}
#subpage .case_box .table_type01 tbody tr td[colspan="3"] {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #subpage .case_box {
    margin-bottom: 40px;
  }
  #subpage .case_box .case_images {
    margin-bottom: 40px;
    display: block;
  }
  #subpage .case_box .case_images figure {
    width: 100%;
  }
  #subpage .case_box .case_images figure img {
    width: 100%;
  }
  #subpage .case_box .case_images figure img + img {
    margin-top: 5px;
  }
  #subpage .case_box .case_images figure figcaption {
    position: static;
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  #subpage .case_box .case_images > img {
    display: block;
    margin: 10px auto 5px;
    transform: rotate(90deg);
  }
  #subpage .case_box .table_type01 tbody tr th {
    background: #f2efe7;
    white-space: normal;
    line-height: 1.3;
  }
}
#subpage .banner_box {
  width: 100%;
}
#subpage .banner_box .banner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #f1ead8;
  height: 120px;
  position: relative;
}
#subpage .banner_box .banner figure {
  flex-shrink: 0;
}
#subpage .banner_box .banner p {
  flex: auto;
  font-size: 2.5rem;
  text-align: center;
}
#subpage .banner_box .banner p b {
  color: #eb665a;
}
#subpage .banner_box .banner .icon-short_arrow {
  position: absolute;
  right: 26px;
  top: 50%;
  font-size: 3rem;
  color: #39a2d2;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
#subpage .banner_box .banner:hover .icon-short_arrow {
  right: 10px;
}
@media screen and (max-width: 768px) {
  #subpage .banner_box {
    width: 100%;
  }
  #subpage .banner_box .banner {
    display: block;
    height: auto;
  }
  #subpage .banner_box .banner p {
    padding: 16px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.4;
  }
  #subpage .banner_box .banner p b {
    color: #eb665a;
  }
  #subpage .banner_box .banner .icon-short_arrow {
    position: absolute;
    right: 20px;
    top: auto;
    bottom: 30px;
    font-size: 2rem;
    transform: translateY(0%);
  }
}

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