/* ---------------------------------------
  #flow
-----------------------------------------*/
#flow .time_table {
  width: 73.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #flow .time_table {
    width: 100%;
  }
}
#flow .time_table table {
  width: 100%;
}
#flow .time_table table thead th {
  background-color: #06A5BF;
  padding: 2rem 0;
  color: #fff;
  text-align: center;
  width: 4.8rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #flow .time_table table thead th {
    padding: 1.2rem 0;
    width: 3.2rem;
    font-size: 1.4rem;
  }
}
#flow .time_table table thead th.time {
  width: 20.8rem;
  border-top-left-radius: 8px;
  text-align: left;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  #flow .time_table table thead th.time {
    width: 10.4rem;
    padding-left: 1.2rem;
  }
}
#flow .time_table table thead th.time span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  #flow .time_table table thead th.time span {
    gap: 0 0.4rem;
  }
}
#flow .time_table table thead th.time span::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/icon_time.svg) no-repeat center/cover;
  display: block;
}
@media screen and (max-width: 767px) {
  #flow .time_table table thead th.time span::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #flow .time_table table thead th:nth-of-type(2) {
    padding-right: 2rem;
  }
}
#flow .time_table table thead th:nth-last-of-type(1) {
  border-top-right-radius: 8px;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  #flow .time_table table thead th:nth-last-of-type(1) {
    padding-right: 1.2rem;
  }
}
#flow .time_table table tbody th,
#flow .time_table table tbody td {
  font-size: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #flow .time_table table tbody th,
  #flow .time_table table tbody td {
    font-size: 1.4rem;
  }
}
#flow .time_table table tbody th .blue,
#flow .time_table table tbody td .blue {
  color: #084BC1;
}
#flow .time_table table tbody th {
  padding-left: 4rem;
  width: 20.8rem;
}
@media screen and (max-width: 767px) {
  #flow .time_table table tbody th {
    width: 10.4rem;
    padding-left: 1.2rem;
  }
}
#flow .time_table table tbody td {
  text-align: center;
  width: 6.8rem;
}
@media screen and (max-width: 767px) {
  #flow .time_table table tbody td {
    width: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  #flow .time_table table tbody td:nth-of-type(1) {
    width: 4.8rem;
    padding-right: 2rem;
  }
}
#flow .time_table table tbody td:nth-last-of-type(1) {
  width: 8.8rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  #flow .time_table table tbody td:nth-last-of-type(1) {
    width: 4.4rem;
    padding-right: 1.2rem;
  }
}
#flow .time_table table tbody tr {
  background-color: #fff;
}
#flow .time_table table tbody tr:nth-last-of-type(1) th {
  border-bottom-left-radius: 8px;
}
#flow .time_table table tbody tr:nth-last-of-type(1) td {
  background-color: #fff;
}
#flow .time_table table tbody tr:nth-last-of-type(1) td:nth-last-of-type(1) {
  border-bottom-right-radius: 8px;
}
#flow .time_table table tbody tr:nth-of-type(n+2) {
  border-top: solid 1px #F3F3F5;
}
#flow .time_table .att {
  font-size: 1.6rem;
  color: #676B80;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  #flow .time_table .att {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#flow .flow_box .flow_clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 5.6rem;
}
@media screen and (min-width: 768px) {
  #flow .flow_box .flow_clm {
    padding: 4rem 6rem;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_clm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#flow .flow_box .flow_clm .number_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_clm .number_box {
    gap: 0 1rem;
  }
}
#flow .flow_box .flow_clm .number_box .number {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  width: 6rem;
  height: 6rem;
  border-radius: 3rem;
  background-color: #06A5BF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_clm .number_box .number {
    width: 4rem;
    height: 4rem;
    border-radius: 2rem;
    font-size: 2rem;
  }
}
#flow .flow_box .flow_clm .number_box .number span {
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_clm .number_box .number span {
    margin-top: -0.3rem;
  }
}
#flow .flow_box .flow_clm .number_box .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_clm .number_box .ttl {
    font-size: 2rem;
  }
}
#flow .flow_box .flow_clm .detail_box {
  margin-top: 1rem;
}
#flow .flow_box .flow_clm .detail_box .txt {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_clm .detail_box .txt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#flow .flow_box .flow_clm:nth-of-type(1) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_clm:nth-of-type(1) {
    margin-top: 3rem;
  }
}
#flow .flow_box .flow_clm:nth-of-type(1) .btn_box {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3.2rem;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_clm:nth-of-type(1) .btn_box {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem 0;
  }
}
#flow .flow_box .flow_clm:nth-of-type(1) .btn_box .btn a {
  width: 28rem;
  height: 7.2rem;
  border-radius: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_clm:nth-of-type(1) .btn_box .btn a {
    height: 6rem;
    border-radius: 3rem;
  }
}
#flow .flow_box .flow_clm:nth-of-type(1) .btn_box .btn.tel a {
  background-color: #fff;
  gap: 0 0.8rem;
  border: solid 2px #E6E7EA;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_clm:nth-of-type(1) .btn_box .btn.tel a {
    gap: 0 1.2rem;
  }
}
#flow .flow_box .flow_clm:nth-of-type(1) .btn_box .btn.tel a .icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(6, 165, 191)), to(rgb(8, 75, 193)));
  background: linear-gradient(90deg, rgb(6, 165, 191) 0%, rgb(8, 75, 193) 100%);
}
#flow .flow_box .flow_clm:nth-of-type(1) .btn_box .btn.tel a .icon img {
  width: 2rem;
}
#flow .flow_box .flow_clm:nth-of-type(1) .btn_box .btn.tel a .txt {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: -0.6rem;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_clm:nth-of-type(1) .btn_box .btn.tel a .txt {
    font-size: 2.8rem;
  }
}
#flow .flow_box .flow_clm:nth-of-type(1) .btn_box .btn.web a {
  background-color: #084BC1;
  gap: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_clm:nth-of-type(1) .btn_box .btn.web a {
    gap: 0 0.8rem;
  }
}
#flow .flow_box .flow_clm:nth-of-type(1) .btn_box .btn.web a .icon {
  width: 2.4rem;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_clm:nth-of-type(1) .btn_box .btn.web a .icon {
    width: 2rem;
  }
}
#flow .flow_box .flow_clm:nth-of-type(1) .btn_box .btn.web a .txt {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #flow .flow_box .flow_clm:nth-of-type(1) .btn_box .btn.web a .txt {
    font-size: 1.6rem;
  }
}
#flow .other_box {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.2rem;
}
@media screen and (max-width: 767px) {
  #flow .other_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem 0;
  }
}
#flow .other_box .other_clm {
  width: 54.4rem;
  border-radius: 2.4rem;
  background-color: #E6E7EA;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  #flow .other_box .other_clm {
    width: 100%;
    border-radius: 1.2rem;
    padding: 2rem;
  }
}
#flow .other_box .other_clm .ttl {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 1.2rem;
  border-bottom: solid 1px #676B80;
}
@media screen and (max-width: 767px) {
  #flow .other_box .other_clm .ttl {
    font-size: 1.6rem;
  }
}
#flow .other_box .other_clm .list {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #flow .other_box .other_clm .list {
    margin-top: 1.6rem;
  }
}
#flow .other_box .other_clm .list li {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #flow .other_box .other_clm .list li {
    font-size: 1.6rem;
  }
}
#flow .other_box .other_clm .list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #676B80;
  margin-top: 1.1rem;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 767px) {
  #flow .other_box .other_clm .list li::before {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
}
#flow .other_box .other_clm .list li + li {
  margin-top: 0.8rem;
}
#flow .other_box .other_clm .sub_ttl {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #676B80;
}
@media screen and (max-width: 767px) {
  #flow .other_box .other_clm .sub_ttl {
    font-size: 1.6rem;
  }
}
#flow .other_box .other_clm .sub_ttl + .list {
  margin-top: 0.8rem;
}

/* ---------------------------------------
  #treatment
-----------------------------------------*/
#treatment .treatment_box .treatment_clm .acordion_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .treatment_clm .acordion_ttl {
    padding: 0;
  }
}
#treatment .treatment_box .treatment_clm .acordion_ttl .ttl {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .treatment_clm .acordion_ttl .ttl {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#treatment .treatment_box .treatment_clm .acordion_ttl .btn {
  width: 14.4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 2rem;
  background-color: #084BC1;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 2.3rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .treatment_clm .acordion_ttl .btn {
    width: 12rem;
    font-size: 1.4rem;
    padding-left: 1.8rem;
  }
}
#treatment .treatment_box .treatment_clm .acordion_ttl .btn::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/icon_acordion_arrow.svg) no-repeat center/cover;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .treatment_clm .acordion_ttl .btn::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
#treatment .treatment_box .treatment_clm .acordion_ttl .btn:hover {
  opacity: 0.7;
}
#treatment .treatment_box .treatment_clm .acordion_ttl .btn.active::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
#treatment .treatment_box .treatment_clm .acordion_detail {
  position: relative;
  padding-top: 4.2rem;
  margin-top: 1.2rem;
  display: none;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .treatment_clm .acordion_detail {
    padding-top: 2rem;
  }
}
#treatment .treatment_box .treatment_clm .acordion_detail::before {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(6, 165, 191)), to(rgb(8, 75, 193)));
  background: linear-gradient(90deg, rgb(6, 165, 191) 0%, rgb(8, 75, 193) 100%);
  position: absolute;
  left: 0;
  top: 0;
}
#treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .txt,
#treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .txt_link {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .txt,
  #treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .txt_link {
    font-size: 1.6rem;
  }
}
#treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .txt + .txt {
  margin-top: 1.5em;
}
#treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .txt_link {
  margin-top: 1rem;
}
#treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .txt_link a {
  font-weight: 700;
}
#treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .sub_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .sub_ttl {
    font-size: 2rem;
    gap: 0 1.2rem;
  }
}
#treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .sub_ttl::before {
  content: "";
  width: 4px;
  height: 32px;
  border-radius: 2px;
  background-color: #06A5BF;
  display: block;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .sub_ttl::before {
    height: 2.6rem;
  }
}
#treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .detail_table {
  margin-top: 2.4rem;
}
#treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .detail_table table {
  border-top: solid 1px #E6E7EA;
}
#treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .detail_table table th,
#treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .detail_table table td {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: solid 1px #E6E7EA;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .detail_table table th,
  #treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .detail_table table td {
    font-size: 1.2rem;
  }
}
#treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .detail_table table th {
  padding-left: 2rem;
  width: 26rem;
  font-weight: 700;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .detail_table table th {
    padding-left: 1rem;
    width: 6rem;
  }
}
#treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .detail_table table td {
  padding-left: 4rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .detail_table table td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .detail_table table td .table_link {
  margin-top: 0.4rem;
}
#treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .detail_table table td .table_link a {
  font-weight: 700;
}
#treatment .treatment_box .treatment_clm .acordion_detail .detail_clm .detail_table table td .table_link + .table_txt {
  margin-top: 1.2rem;
}
#treatment .treatment_box .treatment_clm .acordion_detail .detail_clm + .detail_clm {
  margin-top: 4rem;
}
#treatment .treatment_box .treatment_clm .acordion_detail.active {
  display: block;
}
#treatment .treatment_box .about_inspection {
  border-radius: 2.4rem;
  background-color: #E6E7EA;
  padding: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .about_inspection {
    width: 100%;
    border-radius: 1.2rem;
    padding: 2rem;
  }
}
#treatment .treatment_box .about_inspection .ttl {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 1.2rem;
  border-bottom: solid 1px #676B80;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .about_inspection .ttl {
    font-size: 1.6rem;
  }
}
#treatment .treatment_box .about_inspection .txt {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .about_inspection .txt {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}
#treatment .treatment_box .about_inspection .list {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .about_inspection .list {
    margin-top: 1.6rem;
  }
}
#treatment .treatment_box .about_inspection .list li {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .about_inspection .list li {
    font-size: 1.6rem;
  }
}
#treatment .treatment_box .about_inspection .list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #676B80;
  margin-top: 1.1rem;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .about_inspection .list li::before {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
}
#treatment .treatment_box .about_inspection .list li + li {
  margin-top: 0.8rem;
}
#treatment .treatment_box .about_inspection .sub_ttl {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #676B80;
}
@media screen and (max-width: 767px) {
  #treatment .treatment_box .about_inspection .sub_ttl {
    font-size: 1.6rem;
  }
}
#treatment .treatment_box .about_inspection .sub_ttl + .list {
  margin-top: 0.8rem;
}