@charset "UTF-8";
.subpage .title {
  width: calc(100% - 75px);
  height: 360px;
  margin-left: 75px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.subpage .title .title_text {
  position: absolute;
  left: -37px;
  top: calc(50% - 1em);
}

.subpage .title .title_text em {
  font-size: 4rem;
  font-weight: 600;
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
}

@media screen and (max-width: 740px) {
  .subpage .title {
    margin-left: 10px;
    width: calc(100% - 10px);
    height: 180px;
  }
  .subpage .title .title_text {
    position: absolute;
    left: 10px;
  }
  .subpage .title .title_text em {
    font-size: 2.2rem;
  }
}

.subpage .Breadcrumb {
  font-size: 1.3rem;
  text-align: right;
  padding: 20px 75px;
}

.subpage .Breadcrumb > span + span:before {
  content: "/";
  margin: 0 5px;
  color: #19a2d1;
}

.subpage .Breadcrumb a {
  color: #19a2d1;
}

.subpage .Breadcrumb a:hover {
  color: #46b4b9;
}

@media screen and (max-width: 740px) {
  .subpage .Breadcrumb {
    font-size: 1rem;
    text-align: right;
    padding: 5px;
  }
  .subpage .Breadcrumb > span + span:before {
    content: "/";
    margin: 0 2px;
  }
}

.subpage section {
  text-align: left;
  padding-bottom: 80px;
}

.subpage section > *:last-child {
  margin-bottom: 0;
}

.subpage section .section_block {
  width: 920px;
  margin: 0 auto 80px;
}

.subpage section .section_block .heading {
  padding: 13px 15px;
  border: #d6d6d6 solid 1px;
  font-size: 2.4rem;
  line-height: 1.35;
  position: relative;
  margin-bottom: 40px;
}

.subpage section .section_block .heading:before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #19a2d1;
  display: block;
  line-height: 1;
}

.subpage section .section_block .heading.purple:before {
  color: #c1aece;
}

.subpage section .section_block h4 {
  font-size: 2.1rem;
  line-height: 1.5;
  padding-bottom: 10px;
  font-feature-settings: "palt";
}

.subpage section .section_block .plain:last-child {
  margin-bottom: 0;
}

.subpage section .section_block:last-child {
  margin-bottom: 0;
}

.subpage section a[target="_blank"]:not(.btn) {
  margin-right: 3px;
  color: #19a2d1;
}

.subpage section a[target="_blank"]:not(.btn):after {
  content: "\e90a";
  font-family: "icomoon";
  font-size: 1rem;
  margin-left: 3px;
}

.subpage section a[target="_blank"]:not(.btn):hover {
  text-decoration: underline;
}

.subpage section + section {
  padding-top: 0;
}

@media screen and (max-width: 740px) {
  .subpage section {
    text-align: left;
    padding-bottom: 40px;
  }
  .subpage section .section_block {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto 40px;
  }
  .subpage section .section_block .heading {
    padding: 8px;
    font-size: 2rem;
    line-height: 1.35;
    margin-bottom: 20px;
  }
  .subpage section .section_block h4 {
    font-size: 1.8rem;
    padding-bottom: 5px;
  }
}

.subpage .textbox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subpage .textbox.top {
  align-items: flex-start;
}

.subpage .textbox figure {
  flex-shrink: 0;
  overflow: hidden;
}

.subpage .textbox figure img {
  border-radius: 0px;
}

.subpage .textbox .text {
  padding-left: 50px;
  box-sizing: border-box;
}

.subpage .textbox .text .btn {
  margin-top: 10px;
}

.subpage .textbox.reverse figure {
  order: 1;
}

.subpage .textbox.reverse .text {
  order: 0;
  padding-left: 0;
  padding-right: 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 740px) {
  .subpage .textbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px;
    flex-direction: column;
  }
  .subpage .textbox figure img {
    width: 100%;
  }
  .subpage .textbox .text {
    padding-top: 10px;
    padding-left: 0px;
    box-sizing: border-box;
  }
  .subpage .textbox.reverse figure {
    order: 0;
  }
  .subpage .textbox.reverse .text {
    order: 1;
    padding-left: 0;
    padding-right: 0px;
  }
}

.subpage .concept {
  width: 100%;
  max-width: 1250px;
  box-sizing: border-box;
  margin: 0 auto 50px;
}

.subpage .concept h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  width: 920px;
  margin: 0 auto 20px;
}

.subpage .concept h3 .tag {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #c1aece;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subpage .concept h3 .tag em {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 2.9rem;
  text-align: center;
  line-height: 1;
}

.subpage .concept h3 .tag em small {
  display: block;
  line-height: 1;
  font-size: 1rem;
  font-weight: normal;
  padding-bottom: 5px;
}

.subpage .concept h3 .text {
  font-size: 2.5rem;
  font-feature-settings: "palt";
  text-align: justify;
  padding-left: 17px;
}

.subpage .concept figure {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.subpage .concept figure img {
  width: 100%;
  border-radius: 0px;
}

.subpage .concept .text_area {
  width: 920px;
  margin: -60px auto 0;
  background: #fff;
  padding: 30px 25px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 740px) {
  .subpage .concept {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 25px;
  }
  .subpage .concept h3 {
    flex-shrink: 0;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto 20px;
  }
  .subpage .concept h3 .tag {
    flex-shrink: 0;
    width: 66px;
    height: 66px;
  }
  .subpage .concept h3 .tag em {
    font-size: 1.8rem;
  }
  .subpage .concept h3 .tag em small {
    font-size: 1rem;
    padding-bottom: 2px;
  }
  .subpage .concept h3 .text {
    font-size: 1.8rem;
    line-height: 1.35;
    padding-left: 10px;
  }
  .subpage .concept .text_area {
    width: 100%;
    margin: 0px auto 0;
    padding: 15px;
    z-index: 1;
  }
}

.subpage .gray_box {
  width: 100%;
  padding: 35px;
  box-sizing: border-box;
  margin: 0 auto 50px;
  background: #f5f5f5;
  position: relative;
}

.subpage .gray_box:before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #c1aece;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 740px) {
  .subpage .gray_box {
    width: 100%;
    padding: 15px;
    margin: 0 auto 25px;
  }
}

.subpage .plain {
  margin-bottom: 50px;
}

.subpage .plain figure {
  margin-bottom: 20px;
}

.subpage .plain h5 {
  font-weight: bold;
  color: #19a2d1;
}

.subpage .plain > small {
  display: block;
  font-size: 1.4rem;
  padding-top: 10px;
}

@media screen and (max-width: 740px) {
  .subpage .plain {
    margin-bottom: 25px;
  }
  .subpage .plain figure {
    margin-bottom: 10px;
  }
  .subpage .plain > small {
    display: block;
    font-size: 1.1rem;
    padding-top: 5px;
  }
}

.subpage .item_box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.subpage .item_box .item {
  width: 440px;
  margin-bottom: 50px;
}

.subpage .item_box .item figure {
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.subpage .item_box .item h4 {
  padding: 15px 0 10px;
  text-align: left;
}

.subpage .item_box .item.small {
  width: 313px;
}

.subpage .item_box .btnBox {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.subpage .item_box .btnBox .btn.wide span {
  width: 400px;
}

@media screen and (max-width: 740px) {
  .subpage .item_box {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 25px;
  }
  .subpage .item_box .item {
    width: 100%;
    margin-bottom: 25px;
  }
  .subpage .item_box .item figure {
    width: 100%;
  }
  .subpage .item_box .item h4 {
    padding: 10px 0 5px;
  }
}

.subpage .flow {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.subpage .flow .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  position: relative;
}

.subpage .flow .item .step {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  background: #c1aece;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subpage .flow .item .step em {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 2.9rem;
  text-align: center;
  line-height: 1;
  font-weight: normal;
}

.subpage .flow .item .step em small {
  display: block;
  line-height: 1;
  font-size: 1.1rem;
  font-weight: normal;
  padding-bottom: 5px;
}

.subpage .flow .item .text {
  padding: 0 30px;
  margin-right: auto;
}

.subpage .flow .item figure {
  flex-shrink: 0;
}

.subpage .flow .item figure img {
  border-radius: 0px;
}

.subpage .flow .item:last-child:before {
  content: none;
}

@media screen and (max-width: 740px) {
  .subpage .flow {
    width: 100%;
  }
  .subpage .flow .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .subpage .flow .item .step {
    width: 66px;
    height: 66px;
    flex-shrink: 0;
  }
  .subpage .flow .item .step em {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 1.9rem;
    text-align: center;
    line-height: 1;
    font-weight: normal;
  }
  .subpage .flow .item .step em small {
    display: block;
    line-height: 1;
    font-size: 1rem;
    font-weight: normal;
    padding-bottom: 5px;
  }
  .subpage .flow .item .text {
    width: calc(100% - 88px);
    padding: 0;
    margin-right: 0;
    margin-left: auto;
  }
  .subpage .flow .item figure {
    width: calc(100% - 88px);
    margin-left: 88px;
    margin-top: 10px;
    flex-shrink: 0;
  }
  .subpage .flow .item:last-child:before {
    content: none;
  }
}

.subpage .qa_box {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 50px;
}

.subpage .qa_box .item {
  padding: 0px 0 25px;
}

.subpage .qa_box .item h4 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.subpage .qa_box .item h4:before {
  content: "Q";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f9f9f9;
  color: #46b4b9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}

.subpage .qa_box .item p {
  display: flex;
  justify-content: flex-start;
  font-feature-settings: "palt";
  text-align: justify;
}

.subpage .qa_box .item p:before {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  content: "A";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f9f9f9;
  color: #46b4b9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}

.subpage .qa_box .item + .item {
  padding-top: 25px;
  border-top: #b7bcc6 dotted 1px;
}

.subpage .qa_box .item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 740px) {
  .subpage .qa_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 25px;
  }
  .subpage .qa_box .item {
    padding: 0px 0 15px;
  }
  .subpage .qa_box .item h4:before {
    width: 36px;
    height: 36px;
    font-size: 2rem;
  }
  .subpage .qa_box .item p:before {
    width: 36px;
    height: 36px;
    font-size: 2rem;
  }
  .subpage .qa_box .item + .item {
    padding-top: 15px;
  }
}

.subpage .table_type01 {
  width: 100%;
  margin: 0 auto 10px;
  border-top: 1px solid #e1e5e7;
  border-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.subpage .table_type01 caption {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.1rem;
  font-weight: 600;
  padding-bottom: 10px;
  text-align: left;
}

.subpage .table_type01 thead tr th {
  background: #f9f9f9;
  height: 30px;
  padding: 0 10px;
  font-weight: normal;
  border-bottom: #d6d6d6 solid 1px;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: middle;
}

.subpage .table_type01 thead tr th.left {
  text-align: left;
}

.subpage .table_type01 thead tr th.right {
  text-align: right;
}

.subpage .table_type01 tbody tr th {
  padding: 14px 10px;
  width: auto;
  vertical-align: middle;
  border-bottom: #d6d6d6 solid 1px;
  text-align: left;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.subpage .table_type01 tbody tr td {
  background: #fff;
  padding: 14px 10px;
  font-size: 1.5rem;
  border-bottom: #d6d6d6 solid 1px;
}

.subpage .table_type01 tbody tr td.price {
  text-align: right;
}

@media screen and (max-width: 740px) {
  .subpage .table_type01 {
    width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
    display: block;
    border: 0;
  }
  .subpage .table_type01 caption {
    font-size: 1.8rem;
    padding-bottom: 5px;
    display: block;
    width: 100%;
  }
  .subpage .table_type01 thead {
    display: none;
  }
  .subpage .table_type01 tbody {
    display: block;
    width: 100%;
  }
  .subpage .table_type01 tbody tr {
    display: block;
    width: 100%;
  }
  .subpage .table_type01 tbody tr th {
    display: block;
    width: 100%;
    padding: 2px 10px;
    box-sizing: border-box;
    white-space: nowrap;
    border: 0;
    background: #f5f6f8 !important;
  }
  .subpage .table_type01 tbody tr td {
    display: block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    text-align: left;
    background: #fff !important;
    border-bottom: 0;
  }
  .subpage .table_type01 tbody tr .price {
    padding-top: 0;
  }
  .subpage .table_type01 tbody tr:last-child td:last-child {
    border-bottom: #e1e5e7 solid 1px;
  }
}

.subpage .case {
  width: 100%;
  margin: 0 auto 20px;
}

.subpage .case h4 {
  padding-bottom: 10px;
  border-bottom: #d6d6d6 solid 1px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 20px;
}

.subpage .case h4:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #c1aece;
  position: absolute;
  left: 0;
  top: 10px;
}

.subpage .case .case_image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.subpage .case .case_image figure {
  position: relative;
}

.subpage .case .case_image figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  line-height: 1;
}

.subpage .case .case_image .icon-case_arrow {
  font-size: 3rem;
  color: #c1aece;
}

.subpage .case .case_image02 {
  margin-bottom: 40px;
  text-align: center;
}

.subpage .case .case_image02 .icon-case_arrow {
  display: inline-block;
  font-size: 3rem;
  color: #c1aece;
  transform: rotate(90deg);
  margin: 20px 0;
}

.subpage .case .case_image02 figure {
  position: relative;
}

.subpage .case .case_image02 figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  line-height: 1;
  color: #c1aece;
}

.subpage .case .case_data ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.subpage .case .case_data ul li {
  width: 33.333%;
  padding: 15px;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  border-top: #d6d6d6 solid 1px;
}

.subpage .case .case_data ul li em {
  text-align: center;
  color: #564b62;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  white-space: nowrap;
}

.subpage .case .case_data ul li span {
  padding-left: 20px;
}

.subpage .case .case_data ul li:first-child {
  border-left: 0;
}

.subpage .case .case_data ul li.wide {
  border-top: #d6d6d6 solid 1px;
  border-bottom: #d6d6d6 solid 1px;
  width: 100%;
  height: auto;
  padding: 15px;
  box-sizing: border-box;
  justify-content: flex-start;
}

@media screen and (max-width: 740px) {
  .subpage .case {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto 20px;
  }
  .subpage .case h4 {
    margin-bottom: 15px;
  }
  .subpage .case .case_image {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .subpage .case .case_image figure figcaption {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: left;
  }
  .subpage .case .case_image .icon-case_arrow {
    font-size: 2rem;
    display: inline-block;
    transform: rotate(90deg);
    padding: 10px;
  }
  .subpage .case .case_image figure ~ figure figcaption {
    text-align: left;
  }
  .subpage .case .case_image02 h4 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .subpage .case .case_image02 figure + h4 {
    margin-top: 20px;
  }
  .subpage .case .case_data ul {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .subpage .case .case_data ul li {
    width: 100%;
    height: 50px;
    padding: 10px 0;
    border-left: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  .subpage .case .case_data ul li em {
    flex-shrink: 0;
    font-size: 1.5rem;
    width: 90px;
    text-align: left;
    line-height: 1.85;
  }
  .subpage .case .case_data ul li span {
    padding-left: 0;
  }
  .subpage .case .case_data ul li:first-child {
    border-left: 0;
  }
  .subpage .case .case_data ul li.wide {
    border-top: #d6d6d6 solid 1px;
    width: 100%;
    height: auto;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .subpage .case + .case {
    margin-top: 60px;
  }
}

.subpage .risk {
  background: #fafbfc;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.subpage .risk ol {
  font-size: 1.4rem;
  line-height: 2;
  list-style: disc;
  margin-left: 1.5em;
}

@media screen and (max-width: 740px) {
  .subpage .risk {
    padding: 15px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .subpage .risk ol {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.subpage .tel_box {
  padding: 20px;
  text-align: center;
  background: #f9f9f9;
  margin: 1em 0;
}

.subpage .tel_box .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.subpage .tel_box .tel .icon-tel {
  color: #19a2d1;
  font-size: 3.3rem;
  margin-right: 8px;
}

.subpage .tel_box .tel span {
  color: #19a2d1;
  font-size: 4rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 740px) {
  .subpage .tel_box {
    padding: 15px;
  }
  .subpage .tel_box .tel {
    pointer-events: auto;
  }
  .subpage .tel_box .tel .icon-tel {
    font-size: 2.3rem;
    margin-right: 5px;
  }
  .subpage .tel_box .tel span {
    font-size: 3rem;
  }
}

.subpage .open_hours {
  border: #d6d6d6 dotted 1px;
  margin-top: 2em;
  padding: 25px;
}

@media screen and (max-width: 740px) {
  .subpage .open_hours {
    margin-top: 2em;
    padding: 15px;
  }
}

.subpage ol.list {
  margin: 2em 0;
  list-style: circle;
  margin-left: 1em;
  font-weight: 600;
}

.subpage .covid_19_text {
  background-image: -moz-linear-gradient(0deg, #23a999 1%, #078abe 99%);
  background-image: -webkit-linear-gradient(0deg, #23a999 1%, #078abe 99%);
  background-image: -ms-linear-gradient(0deg, #23a999 1%, #078abe 99%);
  padding: 35px 35px 15px;
  color: #fff;
}

.subpage .covid_19_text h4 {
  margin-bottom: 20px;
  padding-bottom: 0 !important;
}

.subpage .covid_19_text p {
  color: #fff;
  margin-bottom: 1em;
}

.subpage .covid_19_text .covid_19_text_inner {
  border: rgba(255, 255, 255, 0.5) solid 1px;
  margin: 2em 0px;
}

.subpage .covid_19_text .covid_19_text_inner h5 {
  padding: 10px 20px;
  font-size: 1.75rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
}

.subpage .covid_19_text .covid_19_text_inner ul {
  padding: 20px;
  list-style: circle;
  margin-left: 1em;
  color: #fff;
  font-weight: 500;
}

.subpage .covid_19_text .covid_19_text_inner ul li + li {
  padding-top: 10px;
}

@media screen and (max-width: 740px) {
  .subpage .covid_19_text {
    margin: 0 -15px;
    padding: 20px 15px;
    color: #fff;
  }
  .subpage .covid_19_text h4 {
    margin-bottom: 10px;
    padding-bottom: 0 !important;
  }
  .subpage .covid_19_text p {
    color: #fff;
    margin-bottom: 1em;
  }
  .subpage .covid_19_text .covid_19_text_inner {
    margin: 1em 0px;
  }
  .subpage .covid_19_text .covid_19_text_inner h5 {
    padding: 10px;
    font-size: 1.5rem;
  }
  .subpage .covid_19_text .covid_19_text_inner ul {
    padding: 10px 15px;
  }
  .subpage .covid_19_text .covid_19_text_inner ul li + li {
    padding-top: 5px;
  }
}

.subpage .concept_icons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.subpage .concept_icons .icon {
  width: 280px;
  margin-bottom: 40px;
}

.subpage .concept_icons .icon figure {
  height: 120px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subpage .concept_icons .icon .text h4 {
  text-align: center;
}

@media screen and (max-width: 740px) {
  .subpage .concept_icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .subpage .concept_icons .icon {
    width: calc((100% - 10px)/2);
    margin-bottom: 20px;
  }
  .subpage .concept_icons .icon figure {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .subpage .concept_icons .icon figure img {
    transform: scale(0.8);
  }
}

.subpage .page_links {
  width: 920px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subpage .page_links li {
  width: 25%;
}

.subpage .page_links li a {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #19a2d1;
  border: #19a2d1 solid 1px;
  border-right: 0;
}

.subpage .page_links li:last-child a {
  border-right: #19a2d1 solid 1px;
}

@media screen and (max-width: 740px) {
  .subpage .page_links {
    width: calc(100% - 20px);
    margin: 0 10px 50px;
    display: block;
  }
  .subpage .page_links li {
    width: 100%;
  }
  .subpage .page_links li a {
    width: 100%;
    height: 40px;
    color: #19a2d1;
    border: #19a2d1 solid 1px;
    border-bottom: 0;
  }
  .subpage .page_links li:last-child a {
    border-bottom: #19a2d1 solid 1px;
  }
}

.subpage .payment ul {
  background: #f9f9f9;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

.subpage .payment ul li {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  width: 50%;
  font-size: 2rem;
  text-align: center;
}

.subpage .payment ul li small {
  font-size: 1.2rem;
}

.subpage .payment ul li + li {
  border-left: #112142 dotted 1px;
}

.subpage .payment > small {
  text-align: center;
  display: block;
  font-size: 1.4rem;
  padding-top: 15px;
}

@media screen and (max-width: 740px) {
  .subpage .payment ul {
    padding: 10px;
  }
  .subpage .payment ul li {
    padding: 5px;
    box-sizing: border-box;
    width: 50%;
    font-size: 1.6rem;
    text-align: center;
  }
  .subpage .payment ul li small {
    font-size: 1.2rem;
  }
  .subpage .payment > small {
    font-size: 1.2rem;
    padding-top: 10px;
    text-align: left;
  }
}

.subpage .tax figure {
  margin: 1em 0px;
}

.subpage .tax small {
  font-size: 1.4rem;
}

@media screen and (max-width: 740px) {
  .subpage .tax figure {
    margin: 0;
    padding: 20px;
  }
  .subpage .tax small {
    font-size: 1.4rem;
  }
}

.subpage .merit_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.subpage .merit_box dl {
  width: 50%;
  box-sizing: border-box;
  border: #2c94b9 solid 2px;
  border-right-width: 1px;
}

.subpage .merit_box dl dt {
  height: 50px;
  background: #2c94b9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  color: #fff;
}

.subpage .merit_box dl dd {
  padding: 20px;
  font-size: 1.5rem;
  color: #19a2d1;
}

.subpage .merit_box dl dd ol {
  list-style: disc;
  margin-left: 1em;
}

.subpage .merit_box dl + dl {
  border: #f48f97 solid 2px;
  border-left-width: 1px;
}

.subpage .merit_box dl + dl dt {
  background: #f48f97;
}

.subpage .merit_box dl + dl dd {
  color: #f48f97;
}

@media screen and (max-width: 740px) {
  .subpage .merit_box {
    width: 100%;
    flex-direction: column;
    border-radius: 2.5px;
    margin-bottom: 25px;
    overflow: hidden;
  }
  .subpage .merit_box dl {
    width: 100%;
    box-sizing: border-box;
    border-width: 2px !important;
  }
  .subpage .merit_box dl dt {
    height: 40px;
    font-size: 1.6rem;
  }
  .subpage .merit_box dl dd {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  .subpage .merit_box dl + dl {
    margin-top: 15px;
  }
}

.subpage .contact_box {
  width: 100%;
  padding: 35px;
  box-sizing: border-box;
  margin: 0 auto 50px;
  background: #f5f5f5;
  position: relative;
}

.subpage .contact_box:before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #19a2d1;
  display: block;
  line-height: 1;
}

.subpage .contact_box h3 {
  text-align: center;
  font-size: 2.3rem;
  padding-bottom: 20px;
}

.subpage .contact_box p {
  text-align: center;
}

.subpage .contact_box .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.subpage .contact_box .tel .icon-tel {
  color: #19a2d1;
  font-size: 3.3rem;
  margin-right: 8px;
}

.subpage .contact_box .tel span {
  color: #19a2d1;
  font-size: 4rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.subpage .contact_box .time {
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}

.subpage .contact_box .btn {
  margin-top: 20px;
}

@media screen and (max-width: 740px) {
  .subpage .contact_box {
    padding: 15px;
    margin: 0 auto 20px;
  }
  .subpage .contact_box h3 {
    text-align: center;
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .subpage .contact_box h3 + p {
    text-align: left;
  }
  .subpage .contact_box h3 + p br {
    display: none;
  }
  .subpage .contact_box .tel {
    pointer-events: auto;
  }
  .subpage .contact_box .tel .icon-tel {
    font-size: 2.8rem;
    margin-right: 5px;
  }
  .subpage .contact_box .tel span {
    font-size: 3.4rem;
  }
  .subpage .contact_box .time {
    font-size: 1.4rem;
  }
  .subpage .contact_box .btn {
    margin-top: 20px;
  }
}
