#subpage .main_title {
  position: relative;
}

.mb{
  margin-bottom: 20px;
}

#subpage .main_title .title {
  width: 100%;
  box-sizing: border-box;
  height: 512px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#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 {
  text-align: center;
  z-index: 10;
  color: #fff;
  padding-bottom: 128px;
  position: relative;
}

#subpage .main_title .title .heading:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 0px;
  background: #fff;
  transition: all 1s ease;
}

#subpage .main_title .title .heading.active:before {
  height: 70px;
}

#subpage .main_title .title .heading small {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}

#subpage .main_title .title .heading .heading_text {
  display: block;
  font-size: 4.7rem;
  letter-spacing: -0.06em;
}

@media screen and (max-width: 768px) {
  #subpage .main_title .title {
    width: 100%;
    height: 260px;
  }

  #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-bottom: 50px;
  }

  #subpage .main_title .title .heading.active:before {
    height: 40px;
  }

  #subpage .main_title .title .heading small {
    font-size: 1.3rem;
  }

  #subpage .main_title .title .heading .heading_text {
    display: block;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
  }
}

#subpage article {
  position: relative;
}

#subpage .Breadcrumb {
  z-index: 10;
  font-size: 1.2rem;
  width: 100%;
  padding: 20px;
  text-align: left;
  box-sizing: border-box;
}

#subpage .Breadcrumb>span+span:before {
  content: "/";
  margin: 0 5px;
  color: #3e9a87;
}

#subpage .Breadcrumb a {
  font-family: "Noto Sans JP", sans-serif;
  color: #3e9a87;
}

#subpage .Breadcrumb a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #subpage .Breadcrumb {
    position: static;
    font-size: 1rem;
    padding: 10px;
    text-align: left;
    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:last-child {
  padding-bottom: 160px;
}

#subpage section .en {
  text-align: center;
}

#subpage section .en+.sect_ttl {
  margin-top: -40px;
}

#subpage section .sect_ttl {
  margin-bottom: 112px;
}

#subpage section .sect_ttl em {
  color: #2c4e4f;
  line-height: 1.35;
}

#subpage section .sect_ttl+p {
  text-align: center;
  color: #144446;
  padding-bottom: 80px;
}

#subpage section .inner {
  width: 1028px;
  padding: 0;
  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: #144446;
  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: #3e9a87;
}

@media screen and (max-width: 740px) {
  #subpage section {
    width: 100%;
    padding: 20px 0 40px;
    margin: 0px auto;
    text-align: left;
  }

  #subpage section:last-child {
    padding-bottom: 40px;
  }

  #subpage section .en img {
    width: auto;
    height: 60px;
  }

  #subpage section .en+.sect_ttl {
    margin-top: -30px;
  }

  #subpage section .sect_ttl {
    margin-bottom: 66px;
  }

  #subpage section .sect_ttl+p {
    padding: 0 16px 32px;
  }

  #subpage section .inner {
    width: 100%;
    padding:16px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
  }

  #subpage section h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

#subpage h3.line {
  margin: 60px 0;
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 500;
  color: #144446;
  background: #fff;
  border: 1px solid #3e9a87;
  box-sizing: border-box;
  position: relative;
  padding: 15px 18px 15px 24px;
}

#subpage h3.line:before {
  content: "";
  position: absolute;
  left: -19px;
  top: 10px;
  width: 58px;
  height: 1px;
  background: #3e9a87;
  transform: rotate(-45deg);
}

#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: 0 auto 30px;
  }
}

#subpage h3.sub_line {
  margin: 60px 0 30px;
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 500;
  color: #144446;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}

#subpage h3.sub_line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #ccc;
}

#subpage h3.sub_line span {
  padding: 15px 0 15px 0;
  display: inline-block;
  position: relative;
}

#subpage h3.sub_line span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #3e9a87;
}

@media screen and (max-width: 740px) {
  #subpage h3.sub_line {
    margin: 20px 0 15px;
    font-size: 1.8rem;
  }

  #subpage h3.sub_line span {
    padding: 10px 0;
  }

  #subpage h3.line+p {
    margin: 0 auto 30px;
  }
}

#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;
}

#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;
  z-index: 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: 10px;
  height: 10px;
  background: #3e9a87;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 15px;
  opacity: 0.5;
}

#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: #3e9a87;
}

#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: 16px;
  }

  #subpage .textbox03 .text h3:before {
    width: 8px;
    height: 8px;
    left: 0;
    top: 12px;
  }
}

#subpage .wide_content {
  width: 100%;
  margin: 0 auto 80px;
}

#subpage .wide_content figure {
  position: relative;
  text-align: center;
}

#subpage .wide_content figure img {
  position: relative;
  z-index: 1;
}

#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;
    margin-left: -16px;
    width: calc(100% + 32px);
  }

  #subpage .wide_content figure:before {
    content: "";
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }

  #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: #fdfdfa;
  padding: 30px;
  margin-bottom: 80px;
}

#subpage .small_box p {
  font-size: 1.3rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #subpage .small_box {
    padding: 15px;
    margin-bottom: 40px;
  }

  #subpage .small_box p {
    color: #3e9a87;
    font-size: 1.1rem;
    line-height: 2;
  }
}

#subpage .gray_box {
  width: 100%;
  padding: 40px 40px;
  border: 1px dashed #eaf3f0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin: 0 0 80px;
  background: #f5fbfb;
  position: relative;
}

#subpage .gray_box .text h3 {
  font-size: 2.3rem;
  padding-bottom: 10px;
}

#subpage .gray_box .text p {
  color: #144446;
}

@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;
  }

  #subpage .gray_box .text {
    width: 100%;
  }

  #subpage .gray_box .text h3 {
    font-size: 1.8rem;
  }
}

#subpage ul.list li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.8;
  color: #3e9a87;
}

#subpage ul.list li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3e9a87;
  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: #3e9a87;
}

#subpage .merit .merit_Box.demerit h3 {
  background: #000000;
}

#subpage .merit .merit_Box.demerit .merit_inner {
  background: #f7f7f7;
}

#subpage .merit .merit_Box.demerit .merit_inner .list li em {
  color: #000000;
}

#subpage .merit .merit_Box.demerit .merit_inner .list li:before {
  background: #000000;
}

#subpage .merit .merit_Box h3 {
  background: #3e9a87;
  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: #f5fbfb;
}

#subpage .merit .merit_Box .merit_inner .list li {
  color: #000 !important;
  margin-bottom: 20px;
}

#subpage .merit .merit_Box .merit_inner .list li:before {
  background: #3e9a87;
  top: 10px;
}

#subpage .merit .merit_Box .merit_inner .list li em {
  font-size: 1.7rem;
  display: block;
  font-family: "Shippori Mincho", serif;
  color: #3e9a87;
  font-weight: 600;
}

#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 .flow {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 80px;
}

#subpage .flow .item {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 58px;
  position: relative;
}

#subpage .flow .item:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 44px;
  width: 2px;
  height: 0;
  background: #3e9a87;
  transition: all 1s ease;
  backface-visibility: hidden;
}

#subpage .flow .item.active:before {
  height: 100%;
}

#subpage .flow .item .text {
  width: calc(100% - 392px);
  padding-right: 88px;
  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: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: url("../img/hex_green.svg") no-repeat 0 0;
  background-size: 100% 100%;
  font-size: 2.1rem;
  flex-shrink: 0;
}

#subpage .flow .item .text h3 span {
  padding-top: 5px;
  font-size: 2.2rem;
  color: #3e9a87;
  padding-left: 20px;
}

#subpage .flow .item .text p,
#subpage .flow .item .text ul,
#subpage .flow .item .text small {
  padding-left: 62px;
  padding-bottom: 20px;
}

#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: 0px;
  }

  #subpage .flow .item .text h3 em {
    width: 36px;
    height: 42px;
    line-height: 36px;
    font-size: 1.9rem;
  }

  #subpage .flow .item .text h3 span {
    padding-top: 6px;
    font-size: 1.8rem;
    padding-left: 10px;
  }

  #subpage .flow .item .text p {
    padding-left: 46px;
    padding-bottom: 10px;
  }

  #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: 0;
    flex-shrink: 0;
    width: calc(100% - 46px);
    box-sizing: border-box;
    margin-left: 46px;
  }

  #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: 48px;
  margin-bottom: 20px;
}

#subpage .qa_box .item h3:before {
  content: "Q";
  display: block;
  width: 42px;
  height: 48px;
  background: url("../img/hex_black.svg") no-repeat 0 0;
  background-size: 100% 100%;
  color: #fff;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 42px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

#subpage .qa_box .item h3 em {
  display: block;
  padding-top: 5px;
  padding-left: 64px;
  font-size: 2.5rem;
  line-height: 1.3;
  text-align: left;
  font-weight: 600;
  color: #000;
}

#subpage .qa_box .item p {
  position: relative;
  padding-left: 70px;
  color: #3e9a87;
}

#subpage .qa_box .item p:before {
  content: "A";
  display: block;
  width: 42px;
  height: 48px;
  background: url("../img/hex_green.svg") no-repeat 0 0;
  background-size: 100% 100%;
  color: #fff;
  font-weight: 300;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 44px;
  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;
    min-height: 46px;
    margin-bottom: 10px;
  }

  #subpage .qa_box .item h3:before {
    width: 36px;
    height: 42px;
    line-height: 42px;
    font-size: 1.9rem;
  }

  #subpage .qa_box .item h3 em {
    font-size: 1.8rem;
    line-height: 1.3;
    padding-top: 8px;
    padding-left: 46px;
  }

  #subpage .qa_box .item p {
    padding-left: 46px;
  }

  #subpage .qa_box .item p:before {
    width: 36px;
    height: 42px;
    line-height: 42px;
    font-size: 1.9rem;
  }

  #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;
  color: #144446;
}

#subpage .table_type01 caption {
  text-align: left;
  font-size: 2.6rem;
  color: #000000;
  margin-bottom: 24px;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

#subpage .table_type01 thead {
  border: 2px solid #3e9a87;
  border-bottom: 0;
}

#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: #f5fbfb;
}

#subpage .table_type01 tbody {
  border: 2px solid #3e9a87;
  border-top: 0;
}

#subpage .table_type01 tbody tr th {
  padding: 20px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  border: 1px solid #3e9a87;
  font-size: 1.5rem;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  background: #f5fbfb;
}

#subpage .table_type01 tbody tr td {
  padding: 15px;
  border-top: 1px solid #3e9a87;
  border-right: 1px solid #3e9a87 !important;
  vertical-align: middle;
  line-height: 1.35;
  color: #000;
  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: 1.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: #3e9a87;
  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 .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-size: 100% auto;
  z-index: 10;
}

#subpage .risk .risk_inner {
  width: 964px;
  padding-right: 10px;
  max-height: 140px;
  position: relative;
  margin: 0 auto;
  color: #3e9a87;
}

#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 footer {
  margin-top: 0;
}

#subpage footer .footer_btns {
  padding-top: 90px;
}

/*# sourceMappingURL=cmn_subpage.css.map */