#subpage {
  background: #fff;
}
#subpage .title {
  width: 100%;
  height: 540px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#subpage .title.right {
  background-position: right center;
}
#subpage .title.left {
  background-position: left center;
}
#subpage .title .heading {
  position: absolute;
  z-index: 20;
  left: 100px;
  bottom: -100px;
  width: 200px;
  height: 200px;
  box-sizing: border-box;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#subpage .title .heading span {
  text-align: left;
}
#subpage .title .heading span em {
  display: block;
  font-family: "Cinzel", serif;
  color: #b58e06;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  font-size: 0.7em;
}
#subpage .title .heading span small {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
  text-align: justify;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #subpage .title {
    width: 100%;
    height: 224px;
  }
  #subpage .title:before {
    content: attr(title);
    left: 20px;
    bottom: 34px;
    font-size: 2.3rem;
  }
  #subpage .title:after {
    content: attr(script);
    left: 20px;
    bottom: 30px;
    line-height: 1;
    font-size: 1.1rem;
    opacity: 1;
  }
  #subpage .title .heading {
    left: 0px;
    bottom: -30px;
    width: 130px;
    height: 130px;
    text-align: center;
  }
  #subpage .title .heading span em {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    padding-bottom: 5px;
    text-align: center;
  }
  #subpage .title .heading span small {
    font-size: 1rem;
    text-align: center;
  }
}
#subpage .Breadcrumb {
  width: 100%;
  margin: 0 auto;
  font-size: 1.3rem;
  text-align: right;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
#subpage .Breadcrumb > span + span:before {
  content: "/";
  margin: 0 8px;
}
#subpage .Breadcrumb a {
  font-family: "Noto Serif JP", serif;
}
#subpage .Breadcrumb a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #subpage .Breadcrumb {
    font-size: 1rem;
    padding: 40px 10px 0;
  }
  #subpage .Breadcrumb > span + span:before {
    content: "/";
    margin: 0 2px;
  }
}
#subpage section {
  text-align: left;
  width: 1000px;
  margin: 0 auto;
}
#subpage section.wide {
  width: 100%;
}
#subpage section .sect_en_ttl {
  padding: 120px 0;
}
#subpage section .sect_en_ttl + p {
  margin-top: -20px;
  text-align: center;
  padding-bottom: 60px;
}
#subpage section .inner {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
#subpage section .inner h3 {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.5;
}
#subpage section .inner p .small {
  display: block;
  font-size: 1.2rem;
  margin: 1em 0;
}
@media screen and (max-width: 768px) {
  #subpage section {
    width: 100%;
    text-align: left;
  }
  #subpage section .sect_en_ttl {
    padding: 60px 0;
  }
  #subpage section .sect_en_ttl + p {
    margin-top: 0px;
    text-align: left;
    padding: 0 20px 40px;
  }
  #subpage section .inner {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #subpage section .inner h3 {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  #subpage section .inner p .small {
    display: block;
    font-size: 1rem;
    margin: 1em 0;
  }
}
#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 {
  font-size: 2.3rem;
  color: #b58e06;
  line-height: 1.5;
  padding: 0;
  text-align: left;
  letter-spacing: normal;
}
#subpage .wide_content .text h3 + p {
  padding-top: 25px;
}
#subpage .wide_content .text p small {
  display: block;
  padding-top: 1em;
  font-size: 1.1rem;
}
#subpage .wide_content .text .btn {
  margin: 20px auto 0;
}
#subpage .wide_content figure + .text,
#subpage .wide_content .text + figure {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #subpage .wide_content {
    width: 100%;
    margin: 0 0 36px;
    text-align: center;
  }
  #subpage .wide_content figure {
    position: relative;
    overflow: hidden;
    margin-left: -30px;
    width: calc(100% + 60px);
  }
  #subpage .wide_content figure img {
    border-radius: 0;
  }
  #subpage .wide_content .text {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #subpage .wide_content .text h3 {
    font-size: 1.7rem;
  }
  #subpage .wide_content .text h3 + p {
    padding-top: 10px;
  }
  #subpage .wide_content .text p {
    text-align: left;
  }
  #subpage .wide_content figure + .text,
#subpage .wide_content .text + figure {
    padding-top: 20px;
  }
}
#subpage h3.line {
  font-size: 2.8rem !important;
  color: #b58e06;
  margin: 90px auto 50px;
  line-height: 1.3;
  padding-bottom: 28px;
  box-sizing: border-box;
  position: relative;
}
#subpage h3.line.ttl_stfintro {
  margin: 0 auto 50px;
}
#subpage h3.line.noneTop {
  margin-top: 0;
}
#subpage h3.line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 1px;
  background: #b58e06;
}
#subpage h3.line.mt0 {
  margin-top: 0;
}
#subpage h3.line ~ p {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #subpage h3.line {
    font-size: 2rem !important;
    margin: 40px auto;
    line-height: 1.3;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  #subpage h3.line:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
  }
  #subpage h3.line ~ p {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0px 30px;
  }
  #subpage h3.line.ttl_stfintro {
    margin: 50px auto;
  }
}
#subpage .gray_box {
  width: 100%;
  padding: 60px;
  box-sizing: border-box;
  margin: 0 auto 80px;
  background: #f5f1ed;
}
#subpage .gray_box .gray_box_inner {
  position: relative;
}
#subpage .gray_box .gray_box_inner.flex {
  display: flex;
  justify-content: space-between;
}
#subpage .gray_box .gray_box_inner.flex .item {
  width: 50%;
}
#subpage .gray_box .gray_box_inner > *:last-child {
  padding-bottom: 0;
}
#subpage .gray_box .gray_box_inner + .gray_box_inner {
  padding-top: 46px;
}
#subpage .gray_box h3 {
  line-height: 1;
  font-size: 2.2rem !important;
  padding-bottom: 20px;
  color: #b58e06;
}
#subpage .gray_box h4 {
  font-size: 1.7rem;
  padding-bottom: 5px;
}
#subpage .gray_box h3 + p {
  padding-bottom: 20px;
}
#subpage .gray_box p {
  width: auto;
  overflow: hidden;
}
#subpage .gray_box p .right {
  float: right;
  margin-left: 20px;
}
#subpage .gray_box small {
  padding-top: 1em;
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
}
#subpage .gray_box .btn {
  margin: 20px auto 0;
  width: 340px;
}
@media screen and (max-width: 768px) {
  #subpage .gray_box {
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 36px;
  }
  #subpage .gray_box h3 {
    font-size: 1.7rem !important;
    padding-bottom: 10px;
  }
  #subpage .gray_box .gray_box_inner {
    position: relative;
  }
  #subpage .gray_box .gray_box_inner.flex {
    display: block;
  }
  #subpage .gray_box .gray_box_inner.flex .item {
    width: 100%;
  }
  #subpage .gray_box .gray_box_inner.flex .item + .item {
    padding-top: 20px;
  }
  #subpage .gray_box .gray_box_inner > *:last-child {
    padding-bottom: 0;
  }
  #subpage .gray_box .gray_box_inner + .gray_box_inner {
    padding-top: 18px;
  }
  #subpage .gray_box .center {
    text-align: left;
  }
  #subpage .gray_box p {
    width: auto;
    overflow: hidden;
    font-size: 1.3rem;
  }
  #subpage .gray_box p picture {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    float: none;
    margin-left: 0px;
  }
  #subpage .gray_box p picture img {
    width: 100%;
  }
  #subpage .gray_box small {
    padding-top: 1em;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
  }
  #subpage .gray_box .btn {
    margin: 0px auto 0;
    width: 100%;
  }
}
#subpage ul.list.list_box {
  padding: 60px;
  background: #faf7f5;
}
#subpage ul.list.gold {
  color: #b58e06;
}
#subpage ul.list li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 5px;
  line-height: 1.8;
  font-size: 1.5rem;
  font-weight: 500;
}
#subpage ul.list li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #b58e06;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}
#subpage ul.list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #subpage ul.list {
    text-align: left;
  }
  #subpage ul.list.list_box {
    padding: 30px;
  }
  #subpage ul.list li {
    margin-bottom: 10px;
    position: relative;
    line-height: 1.65;
    padding-left: 16px;
    font-size: 1.3rem;
  }
  #subpage ul.list li:before {
    flex-shrink: 0;
    width: 4px;
    height: 4px;
    top: 10px;
  }
}
#subpage .textbox01 {
  width: 100%;
  margin: 0 auto 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#subpage .textbox01.textbox01_doctor {
  margin: 0 auto 100px;
}
#subpage .textbox01.center {
  align-items: center;
}
#subpage .textbox01 figure {
  flex-shrink: 0;
  overflow: hidden;
}
#subpage .textbox01 .text {
  padding-left: 60px;
  box-sizing: border-box;
}
#subpage .textbox01 .text h3 + p {
  padding-top: 20px;
}
#subpage .textbox01 .text p + a {
  margin-top: 30px;
  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: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #subpage .textbox01 {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto 40px;
    display: block;
  }
  #subpage .textbox01.textbox01_doctor {
    margin: 0 auto 50px;
  }
  #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: 12px 0 0;
    text-align: left;
  }
  #subpage .textbox01 .text p {
    padding-top: 5px !important;
    text-align: left;
  }
  #subpage .textbox01 .text small {
    display: block;
    font-feature-settings: "palt";
    text-align: justify;
  }
}
#subpage .textbox02 {
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#subpage .textbox02 .item {
  width: 465px;
  margin-bottom: 60px;
}
#subpage .textbox02 .item .text h3 {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #subpage .textbox02 {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 18px;
    flex-direction: column;
  }
  #subpage .textbox02 .item {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 18px;
  }
  #subpage .textbox02 .item figure img {
    width: 100%;
  }
  #subpage .textbox02 .item .text h3 {
    padding: 10px 0 0;
  }
  #subpage .textbox02 .item .text p {
    padding-top: 5px;
  }
}
#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: 20px;
  position: relative;
}
#subpage .textbox03 .text h3:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  left: 0;
  top: 15px;
}
#subpage .textbox03 .text h3.nodot {
  padding-left: 0;
}
#subpage .textbox03 .text h3.nodot: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;
}
@media screen and (max-width: 768px) {
  #subpage .textbox03 {
    padding-bottom: 20px;
  }
  #subpage .textbox03 .text {
    margin-bottom: 20px;
  }
  #subpage .textbox03 .text h3 {
    padding-bottom: 5px;
    padding-left: 16px;
  }
  #subpage .textbox03 .text h3:before {
    width: 6px;
    height: 6px;
    left: 0;
    top: 11px;
  }
  #subpage .textbox03 .text small {
    display: block;
    font-size: 1rem;
  }
  #subpage .textbox03 .text .textlink {
    margin-top: 10px;
  }
}
#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;
  padding-bottom: 58px;
  position: relative;
}
#subpage .flow .item:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 44px;
  width: 2px;
  height: calc(100% - 44px);
  background: #cea104;
}
#subpage .flow .item figure {
  flex-shrink: 0;
}
#subpage .flow .item .text {
  width: calc(100% - 400px);
  padding-right: 50px;
  box-sizing: border-box;
}
#subpage .sec_flow .flow .item .text {
  width: 100%;
  padding: 0;
}
#subpage .flow .item .text.wide {
  width: 100%;
}
#subpage .flow .item .text h3 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 20px;
}
#subpage .flow .item .text h4.ttl_retnr {
  color: #cea104;
  font-size: 2.1rem;
  padding: 20px 0;
  padding-left: 64px;
}
#subpage .flow .item .text h3 em {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-family: "Cinzel", serif;
  background: #cea104;
  font-size: 2.2rem;
  flex-shrink: 0;
  border-radius: 50%;
}
#subpage .flow .item .text h3 span {
  color: #cea104;
  padding-top: 6px;
  font-size: 2.3rem;
  padding-left: 20px;
}
#subpage .flow .item .text p {
  padding-left: 64px;
}
#subpage .flow .item .text ~ .text {
  padding: 30px 40px;
  background: #edf9ff;
  margin-top: 2em;
  margin-left: 54px;
}
#subpage .flow .item .text ~ .text p {
  padding-left: 0;
}
#subpage .flow .item:last-child {
  padding-bottom: 0;
}
#subpage .flow .item:last-child:before {
  content: none;
}
@media screen and (max-width: 768px) {
  #subpage .flow {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
  #subpage .flow .item {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-bottom: 36px !important;
    position: relative;
  }
  #subpage .flow .item:before {
    left: 16px;
    top: 36px;
    height: calc(100% - 36px);
  }
  #subpage .flow .item.active:before {
    height: calc(100% - 56px);
  }
  #subpage .flow .item .text {
    order: 0;
    width: 100%;
    padding: 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: 36px;
    line-height: 39px;
    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 figure {
    order: 2;
    padding-top: 15px;
    flex-shrink: 0;
    width: 100%;
    padding-left: 46px;
    box-sizing: border-box;
  }
  #subpage .flow .item figure img {
    width: 100%;
  }
  #subpage .flow .item .text ~ .text {
    order: 1;
    padding: 20px;
    margin: 1em 0;
  }
  #subpage .flow .item .text ~ .text p {
    padding-left: 0;
  }
  #subpage .flow .item:last-child {
    padding-bottom: 0 !important;
  }
  #subpage .flow .item:last-child:before {
    content: none;
  }
  #subpage .flow .arrow_btn {
    margin-top: 30px;
  }
  #subpage .flow .item .text h4.ttl_retnr {
    font-size: 1.7rem;
    padding: 15px 0;
    padding-left: 46px;
}
}
#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: #b58e06;
  color: #fff;
  font-family: "Cinzel", serif;
  font-weight: 200;
  line-height: 44px;
  font-size: 2.3rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
#subpage .qa_box .item h3 em {
  color: #b58e06;
  padding-top: 8px;
  display: block;
  line-height: 1.3;
  padding-left: 64px;
  text-align: left;
}
#subpage .qa_box .item p {
  position: relative;
  padding-left: 64px;
}
#subpage .qa_box .item p:before {
  content: "A";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #000000;
  color: #fff;
  font-family: "Cinzel", serif;
  font-weight: 200;
  line-height: 44px;
  font-size: 2.3rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #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: 10px;
  }
  #subpage .qa_box .item h3:before {
    width: 36px;
    height: 36px;
    line-height: 38px;
    font-size: 1.6rem;
  }
  #subpage .qa_box .item h3 em {
    line-height: 1.3;
    font-size: 1.7rem;
    padding-left: 52px;
  }
  #subpage .qa_box .item p {
    padding-left: 52px;
  }
  #subpage .qa_box .item p:before {
    width: 36px;
    height: 36px;
    line-height: 38px;
    font-size: 1.6rem;
  }
  #subpage .qa_box .item:last-child {
    margin-bottom: 0;
  }
}
#subpage .table_type01 {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 80px;
  border: 2px solid #000000;
}
#subpage .table_type01 caption {
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
}
#subpage .table_type01 caption span {
  font-size: 1.4rem;
  float: right;
}
#subpage .table_type01.fixed {
  table-layout: fixed;
}
#subpage .table_type01.fixed tbody tr th {
  width: auto;
}
#subpage .table_type01.center thead td, #subpage .table_type01.center thead th,
#subpage .table_type01.center tbody td,
#subpage .table_type01.center tbody th {
  text-align: center !important;
}
#subpage .table_type01 thead tr th {
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  border-bottom: #000000 solid 1px;
  white-space: nowrap;
  color: #000000;
  text-align: center;
  background: #fff;
}
#subpage .table_type01 tbody tr th {
  padding: 15px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  border-right: #000000 dotted 1px;
  border-bottom: #000000 dotted 1px;
  white-space: nowrap;
  text-align: center;
  background: #f5f1ed;
}
#subpage .table_type01 tbody tr td {
  padding: 15px;
  border-bottom: #000000 dotted 1px;
  vertical-align: middle;
  line-height: 1.35;
  font-size: 1.5rem;
  background: #fff;
}
#subpage .table_type01 tbody tr td a {
  text-decoration: underline;
}
#subpage .table_type01 tbody tr td:last-child {
  border-right: 0;
}
#subpage .table_type01 tbody tr:last-child th, #subpage .table_type01 tbody tr:last-child td {
  border-bottom: none;
}
#subpage .table_type01 tfoot tr td {
  padding-top: 10px;
}
#subpage .table_type01 tfoot tr td small {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #subpage .table_type01 {
    margin: 0 auto 40px;
  }
  #subpage .table_type01 caption {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  #subpage .table_type01 thead tr th {
    padding: 5px;
    font-size: 1.2rem;
  }
  #subpage .table_type01 tbody tr th {
    padding: 10px;
    font-size: 1.2rem;
  }
  #subpage .table_type01 tbody tr td {
    padding: 10px;
    font-size: 1.2rem;
  }
  #subpage .table_type01 tfoot tr td small {
    font-size: 1rem;
  }
  #subpage .table_type01.sp_block {
    margin-bottom: 36px;
  }
  #subpage .table_type01.sp_block caption {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  #subpage .table_type01.sp_block thead {
    display: block;
    width: 100%;
  }
  #subpage .table_type01.sp_block thead tr {
    display: block;
    width: 100%;
  }
  #subpage .table_type01.sp_block thead tr th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    font-size: 1.2rem;
    line-height: 1.5;
    white-space: normal;
    vertical-align: middle;
  }
  #subpage .table_type01.sp_block tbody {
    display: block;
    width: 100%;
  }
  #subpage .table_type01.sp_block tbody tr {
    display: block;
    width: 100%;
  }
  #subpage .table_type01.sp_block tbody tr th {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 1.2rem;
    box-sizing: border-box;
    text-align: left;
    border: 0;
  }
  #subpage .table_type01.sp_block tbody tr td {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 1.2rem;
    box-sizing: border-box;
    border: 0;
  }
  #subpage .table_type01.sp_block tbody tr td small {
    display: block;
    font-size: 1rem;
  }
  #subpage .table_type01.sp_block tbody tr td:last-child {
    text-align: right;
    border-bottom: 1px solid #000000;
  }
  #subpage .table_type01.sp_block tbody tr:last-child td:last-child {
    border-bottom: 0;
  }
  #subpage .table_type01.sp_block tfoot tr td {
    font-size: 1rem;
    padding-top: 10px;
  }
  #subpage .table_type01.sp_block tfoot tr td small {
    font-size: 1rem;
  }
}
