.accordion-common .accordion-heading {
  border-radius: 5px;
  background: #7dc402;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767.98px) {
  .accordion-common {
    margin: 0 -0.1rem 0.24rem;
  }

  .accordion-common.is-active .accordion-heading::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .accordion-common .accordion-heading {
    position: relative;
    margin-bottom: 0.19rem;
    padding: 0.14rem 0.4rem 0.15rem 0.1rem;
    font-size: 0.22rem;
    line-height: 1.5;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  .accordion-common .accordion-heading::before,
  .accordion-common .accordion-heading::after {
    content: "";
    position: absolute;
    top: 48%;
    right: 0.1rem;
    width: 0.2rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-top: 0.03rem solid #fff;
  }

  .accordion-common .accordion-heading::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .accordion-common .accordion-content {
    display: none;
  }
}

@media print,
(min-width: 768px) {
  .accordion-common .accordion-heading {
    margin-bottom: 23px;
    padding: 11px 26px 9px;
    font-size: 0.22rem;
  }
}

.section-info-hour {
  position: relative;
}

.section-info-hour::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  background: url("../img/info/hour_bg.png") center/cover no-repeat;
}

.section-info-hour .block-common-table table {
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
}

.section-info-hour .hour-detail {
  border-radius: 0.1rem;
  background: #fff;
}

@media only screen and (max-width: 767.98px) {
  .section-info-hour {
    padding-top: 0.61rem;
    padding-bottom: 2rem;
  }

  .section-info-hour::before {
    top: 2.7rem;
    height: calc(100% - 2.7rem);
    background: #ecdab8;
  }

  .section-info-hour .block-common-table {
    margin-bottom: 0.2rem;
  }

  .section-info-hour .hour-detail {
    padding: 0.16rem 0.1rem 0.11rem;
  }
}

@media print,
(min-width: 768px) {
  .section-info-hour {
    padding-top: 82px;
  }

  .section-info-hour .wrapper {
    max-width: 900px;
  }

  .section-info-hour::before {
    top: 8px;
    height: 1183px;
  }

  .section-info-hour .block-common-table {
    margin-bottom: 23px;
  }

  .section-info-hour .block-common-table thead th {
    font-size: 0.22rem;
  }

  .section-info-hour .block-common-table thead th:first-child {
    padding: 4px 16px 2px 0;
  }

  .section-info-hour .block-common-table th:first-child {
    width: 320px;
  }

  .section-info-hour .block-common-table th.th_yoyaku .time-number {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }

  .section-info-hour .block-common-table thead th:last-child,
  .section-info-hour .block-common-table tbody td:last-child {
    width: 102px;
  }

  .section-info-hour .block-common-table tbody th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 38px 9px 30px;
    font-size: 0.2rem;
  }

  .is-safari .section-info-hour .block-common-table tbody th {
    padding-right: 34px;
  }

  .section-info-hour .block-common-table tbody time {
    font-size: 0.24rem;
  }

  .section-info-hour .block-common-table tbody .time-text {
    position: relative;
    top: 2px;
  }

  .section-info-hour .block-common-table tbody td {
    padding: 0;
  }

  .section-info-hour .block-common-table .circle {
    top: 6px;
    width: 22px;
    height: 22px;
  }

  .section-info-hour .block-common-table .star {
    font-size: 0.26rem;
  }

  .section-info-hour .block-common-table .table-bottom {
    margin-top: 16px;
  }

  .section-info-hour .block-common-table .table-note {
    font-size: 0.2rem;
    letter-spacing: 0.05em;
  }

  .section-info-hour .block-common-table .table-note p {
    margin-right: 19px;
  }

  .section-info-hour .block-common-table .is-star {
    font-size: 0.2rem;
  }

  .section-info-hour .block-common-table .is-circle {
    width: 20px;
    height: 20px;
    background: transparent;
  }

  .section-info-hour .hour-detail {
    padding: 16px 26px 11px 20px;
  }
}

.treatment-background {
  position: relative;
}

.treatment-background::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .treatment-background {
    background: #f8fcf0;
  }

  .treatment-background::before {
    top: -0.5rem;
    height: 1.5rem;
    background: url("../img/info/sp/treatment_bg_01.png") center/cover no-repeat;
  }

  .treatment-background::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1.98rem;
    background: url("../img/info/sp/treatment_bg_02.png") center/cover no-repeat;
  }
}

@media print,
(min-width: 768px) {
  .treatment-background::before {
    top: 196px;
    height: 1900px;
    background: url(../img/info/treatment_bg_t.png) top center / cover no-repeat;
  }

  .treatment-background::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 380px;
    right: 0;
    width: 872px;
    background: url("../img/info/treatment_bg_u.png") center/cover no-repeat;
    z-index: -1;
  }

  .section-info-treatment .bnr_influ {
    margin-top: 20px;
  }
}

.section-info-treatment .treatment-text {
  letter-spacing: 0.05em;
  text-align: center;
}

.section-info-treatment .treatment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-info-treatment .button-common-primary {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  border-radius: 0.37rem;
  letter-spacing: 0.05em;
  text-align: left;
}

@media only screen and (max-width: 767.98px) {
  .section-info-treatment {
    padding-top: 0.4rem;
  }

  .section-info-treatment .title-common-primary {
    margin-top: -1.41rem;
    margin-bottom: 0.4rem;
  }

  .section-info-treatment .treatment-text {
    margin-bottom: 0.31rem;
  }

  .section-info-treatment .treatment-list {
    position: relative;
  }

  .section-info-treatment .treatment-item {
    margin-bottom: 0.2rem;
  }

  .section-info-treatment .button-common-primary {
    padding: 0.02rem 0.39rem 0 0.27rem;
    border-radius: 0.37rem;
    font-size: 0.2rem;
  }
}

@media print,
(min-width: 768px) {
  .section-info-treatment {
    padding-top: 81px;
  }

  .section-info-treatment .wrapper {
    max-width: 1000px;
  }

  .section-info-treatment .title-common-primary {
    margin-bottom: 127px;
  }

  .section-info-treatment .treatment-text {
    margin-bottom: 31px;
  }

  .section-info-treatment .treatment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-info-treatment .treatment-list::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -52px;
    left: 122px;
    width: 67px;
    height: 56px;
    background: url("../img/info/treatment_decor.svg") center/contain no-repeat;
    pointer-events: none;
  }

  .section-info-treatment .treatment-item {
    margin-right: 35px;
    margin-bottom: 20px;
  }

  .section-info-treatment .treatment-item:nth-child(3n+3) {
    margin-right: 0;
  }

  .section-info-treatment .button-common-primary {
    width: 310px;
    min-height: 74px;
    padding: 2px 39px 0 27px;
    border-radius: 37px;
    font-size: 0.24rem;
  }

  .is-firefox .section-info-treatment .button-common-primary {
    padding-top: 3px;
  }

  .section-info-treatment .button-common-primary.is-modify {
    font-size: 0.26rem;
  }
}

.section-info-patient .patient-inner {
  border-radius: 0.1rem;
  background: #fff;
}

.section-info-patient .patient-title {
  border-radius: 28px;
  background: #7dc402;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}

.section-info-patient .patient-check {
  padding: 0;
  list-style-type: none;
  font-weight: 700;
}

.section-info-patient .patient-check li {
  position: relative;
}

.section-info-patient .patient-check li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/info/icn_check.svg") center/contain no-repeat;
}

.section-info-patient .patient-bottom {
  overflow: hidden;
  border: 1px solid #d36c6c;
  border-radius: 0.05rem;
}

.section-info-patient .p_shinsatsu .bottom-txt a {
  position: relative;
  padding-left: 0.19rem;
  text-decoration: none;
  font-weight: bold;
}

.section-info-patient .p_shinsatsu .bottom-txt a::before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/info/feature_arrow.svg) center/contain no-repeat;
}

.section-info-patient .p_shinsatsu .bottom-txt p {
  background: #ffa5ac57;
  border-radius: 0.1rem;
  padding: 0.05rem 0.15rem;
  margin-top: 0.05rem;
}

.section-info-patient .patient-bottom.p_line {
  border: 1px solid #7dc302;
  margin-top: 0.15rem;
}

.section-info-patient .patient-bottom.p_line .bottom-description p {
  margin-bottom: 0.1rem;

}

.section-info-patient .patient-bottom.p_line .line-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  padding-left: 0.19rem;
  text-decoration: none;
  font-weight: bold;
}

.section-info-patient .patient-bottom.p_line .line-text::before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/info/feature_arrow.svg) center/contain no-repeat;
}


.section-info-patient .bottom-head {
  background: #d36c6c;
  text-align: center;
}

.section-info-patient .p_line .bottom-head {
  background: #7dc302;
}

.section-info-patient .image-text {
  color: #fff;
  font-weight: bold;
}

.section-info-patient .bottom-description {
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.section-info-patient .text-link {
  text-underline-offset: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
}

.section-info-patient .text-link:hover {
  color: #ffa5ac;
  text-decoration: underline;
}

@media only screen and (max-width: 767.98px) {
  .section-info-patient {
    padding-top: 0.4rem;
    padding-bottom: 2.02rem;
  }

  .section-info-patient .title-common-primary {
    height: 0.72rem;
    margin-bottom: 0.7rem;
  }

  .section-info-patient .patient-inner {
    padding: 0.19rem 0.1rem 0.25rem;
  }

  .section-info-patient .patient-title {
    margin-bottom: 0.2rem;
    padding: 0 0.2rem;
    border-radius: 0.28rem;
    font-size: 0.2rem;
  }

  .section-info-patient .patient-detail {
    margin-bottom: 0.29rem;
  }

  .section-info-patient .patient-content {
    margin-bottom: 0.2rem;
  }

  .section-info-patient .patient-check {
    margin: 0 0 0.1rem;
    font-size: 0.16rem;
    line-height: 2.2;
  }

  .section-info-patient .patient-check li {
    margin-bottom: 0.07rem;
    padding-left: 0.25rem;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
  }

  .section-info-patient .patient-check li::before {
    top: 0.08rem;
    width: 0.18rem;
    height: 0.18rem;
  }

  .section-info-patient .bottom-head {
    padding: 0.05rem 0.08rem 0.05rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .section-info-patient .p_shinsatsu .bottom-txt {
    padding: 0px 0.1rem 0.1rem;
  }

  .section-info-patient .p_shinsatsu .bottom-txt p {
    margin-bottom: 0.1rem;
  }

  .section-info-patient .p_shinsatsu .bottom-txt a::before {
    top: 50%;
    transform: translateY(-50%);
    width: 0.15rem;
    height: 0.13rem;
  }


  .section-info-patient .patient-bottom.p_line .line-text::before {
    top: 0.1rem;
    width: 0.15rem;
    height: 0.13rem;
  }




  .section-info-patient .bottom-image {
    width: 0.35rem;
    margin-right: 0.1rem;
  }

  .section-info-patient .p_line .bottom-image {
    width: 0.40rem;
    margin-right: 0.1rem;
  }

  .section-info-patient .image-text {
    font-size: 0.15rem;
    margin-right: 0.1rem;
  }

  .section-info-patient .p_line .image-text {
    margin-right: 0;
  }

  .section-info-patient .bottom-description {
    padding: 0.1rem;
  }
}

@media print,
(min-width: 768px) {
  .section-info-patient {
    padding-top: 82px;
    padding-bottom: 134px;
  }

  .section-info-patient .title-common-primary {
    margin-bottom: 95px;
  }

  .section-info-patient .wrapper {
    max-width: 1160px;
  }

  .section-info-patient .patient-inner {
    padding: 19px 30px 32px;
  }

  .section-info-patient .patient-title {
    margin-bottom: 29px;
    padding: 5px 20px 3px;
    border-radius: 28px;
    font-size: 0.26rem;
  }

  .section-info-patient .patient-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 29px;
  }

  .section-info-patient .patient-content {
    width: 560px;
  }

  .section-info-patient .patient-image {
    width: 510px;
    height: 340px;
    margin-top: 10px;
  }

  .section-info-patient .patient-check {
    margin: 0 0 35px;
    font-size: 0.18rem;
    line-height: 2.2222222222;
  }

  .section-info-patient .patient-check li {
    margin-bottom: 7px;
    padding-left: 35px;
  }

  .section-info-patient .patient-check li::before {
    top: 8px;
    width: 20px;
    height: 20px;
  }

  .section-info-patient .patient-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section-info-patient .bottom-head {
    width: 164px;
    padding: 25px 0 0 0;
  }

  .section-info-patient .bottom-txt {
    padding: 0 15px 15px;
  }

  .section-info-patient .bottom-image {
    width: 63px;
    margin: 0 auto 2px;
  }

  .section-info-patient .p_shinsatsu .bottom-txt a::before {
    top: 2px;
    width: 15px;
    height: 13px;
  }

  .section-info-patient .patient-bottom.p_line .line-text::before {
    top: 14px;
    width: 15px;
    height: 13px;
  }

  .section-info-patient .p_line .bottom-image {
    width: 40px;
  }

  .section-info-patient .image-text {
    font-size: 0.18rem;
  }

  .section-info-patient .bottom-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px;
  }
}

.section-info-flow {
  position: relative;
  background: #fff8d6;
}

.section-info-flow::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: url("../img/info/flow_bg_01.png") center/cover no-repeat;
}

.section-info-flow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.section-info-flow .accordion-heading {
  font-size: 0.26rem;
  font-weight: bold;
  text-align: center;
}

.section-info-flow .flow-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-info-flow .flow-item {
  position: relative;
  border-bottom: 1px solid #515151;
}

.section-info-flow .flow-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.section-info-flow .flow-item-image img {
  height: 100%;
  border-radius: 0.05rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-info-flow .flow-item-title {
  margin-bottom: 0;
  color: #515151;
  font-weight: bold;
}

.section-info-flow .info-block {
  border-radius: 5px;
  background: #fff;
}

.section-info-flow .info-title {
  position: relative;
  margin-bottom: 0.17rem;
  padding-left: 0.39rem;
  color: #776762;
  font-size: 0.2rem;
  font-weight: bold;
}

.section-info-flow .info-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.28rem;
  height: 0.28rem;
  margin-top: -0.16rem;
  background: center/contain no-repeat;
}

.section-info-flow .info-title.is-web::before {
  background-image: url("../img/info/icn_web.svg");
}

.section-info-flow .info-title.is-tel::before {
  background-image: url("../img/info/icn_tel.svg");
}

.section-info-flow .button-common-primary {
  width: 2.52rem;
  min-height: 0.5rem;
  margin: 0.22rem auto 0.14rem;
  border-color: #d36c6c;
}

.section-info-flow .line-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -0.07rem;
  padding-left: 0.15rem;
}

.section-info-flow .line-link {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin-left: 0.24rem;
  background: url("../img/info/icn_line.svg") center/cover no-repeat;
}

.section-info-flow .tel-link {
  display: inline-block;
  font-weight: bold;
}

.section-info-flow .flow-item-bottom {
  border: 1px solid #d36c6c;
  border-radius: 0.05rem;
  background: #fff;
}

.section-info-flow .bottom-head {
  color: #d36c6c;
  font-weight: bold;
}

.section-info-flow .bottom-content {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.section-info-flow .sub-list {
  padding: 0;
  list-style-type: none;
}

.section-info-flow .sub-item-title {
  color: #629b00;
  font-weight: bold;
}

.section-info-flow .sub-item-text {
  margin-bottom: 0;
  letter-spacing: 0.05em;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767.98px) {
  .section-info-flow {
    margin-top: -0.91rem;
    padding-top: 0.53rem;
    padding-bottom: 1.21rem;
  }

  .section-info-flow::before {
    top: -0.19rem;
    height: 1.15rem;
    background: url("../img/info/sp/flow_bg_01.png") center/cover no-repeat;
  }

  /* .section-info-flow::after {
    height: 0.98rem;
    background: url("../img/info/sp/flow_bg_02.png") center/cover no-repeat;
  } */
  .section-info-flow .info-title.is-web::before {
    width: 0.22rem;
    height: 0.22rem;
    margin-top: -0.13rem;
  }

  .section-info-flow .info-title.is-tel::before {
    width: 0.22rem;
    height: 0.22rem;
    margin-top: -0.11rem;
  }

  .section-info-flow .accordion-common {
    margin-bottom: 0.3rem;
  }

  .section-info-flow .accordion-content {
    padding: 0 0.1rem;
  }

  .section-info-flow .accordion-heading {
    margin-bottom: 0.25rem;
    padding: 0.06rem 0.26rem 0.05rem;
    border-radius: 0.3rem;
    font-size: 0.2rem;
  }

  .section-info-flow .accordion-heading::before,
  .section-info-flow .accordion-heading::after {
    right: 0.15rem;
  }

  .section-info-flow .flow-item {
    margin-bottom: 0.29rem;
    padding-bottom: 0.15rem;
  }

  .section-info-flow .flow-item-top {
    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;
    margin-bottom: 0.2rem;
  }

  .section-info-flow .flow-item-image {
    width: 1.6rem;
  }

  .section-info-flow .flow-item-head {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0.32rem;
    text-align: center;
  }

  .section-info-flow .flow-item-number {
    width: 0.35rem;
    height: 0.35rem;
    margin: 0 auto 0.02rem;
  }

  .section-info-flow .flow-item-title {
    font-size: 0.20rem;
    line-height: 1.5;
  }

  .section-info-flow .flow-item-title.is-small {
    margin: 0 -0.16rem;
    font-size: 0.20rem;
    text-align: left;
    padding-left: 0.1rem;
  }

  .section-info-flow .list-common-detail {
    margin-bottom: 0.22rem;
  }

  .section-info-flow .flow-item-info {
    margin-bottom: 0.22rem;
  }

  .section-info-flow .info-block {
    margin: 0 -0.1rem 0.21rem;
    padding: 0.1rem 0.15rem 0.1rem;
  }

  .section-info-flow .info-title {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
    padding-left: 0.3rem;
  }

  .section-info-flow .button-common-primary {
    margin-top: 0;
    padding-top: 0.09rem;
  }

  .section-info-flow .button-common-primary::before,
  .section-info-flow .button-common-primary::after {
    right: 0.29rem;
  }

  .section-info-flow .line-text {
    margin-top: -0.12rem;
    padding-left: 0;
  }

  .section-info-flow .line-link {
    margin-left: 0.26rem;
  }

  .section-info-flow .tel-text {
    margin-bottom: 0.02rem;
  }

  .section-info-flow .tel-link {
    font-size: 0.24rem;
  }

  .section-info-flow .flow-item-bottom {
    margin: 0 -0.1rem;
  }

  .section-info-flow .bottom-head {
    padding: 0.1rem 0.15rem 0.1rem;
    border-bottom: 0.01rem solid #d36c6c;
    font-size: 0.18rem;
    line-height: 1.75;
  }

  .section-info-flow .bottom-content {
    padding: 0.15rem 0.09rem 0.11rem;
  }

  .section-info-flow .sub-list {
    margin: -0.06rem 0 0;
  }

  .section-info-flow .sub-item {
    margin-bottom: 0.2rem;

  }

  .section-info-flow .sub-item-title {
    margin-bottom: 0.02rem;
    font-size: 0.18rem;
  }


  /* インフルエンザワクチンについて */
  .section-info-vaccine {
    background-color: #f8fcf0;
    position: relative;
    margin-top: -0.91rem;
    padding-top: 0.53rem;
    padding-bottom: 1.21rem;
  }

  .section-info-vaccine::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    top: -0.2rem;
    height: 1.5rem;
    background: url(../img/info/sp/treatment_bg_01.png) center / cover no-repeat;
  }

  .section-info-vaccine::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 0.98rem;
    background: url(../img/info/sp/flow_bg_02.png) center / cover no-repeat;
  }

  .section-info-vaccine .title-common-primary{
    height: 0.72rem;
  }

  .section-info-vaccine .button-common-primary{
    margin-bottom: 0.1rem;
  }


  .section-info-vaccine .button-common-primary.is-red:nth-of-type(2) {
    border-radius: 0.6rem;
    line-height: 1.5;
    margin: 0.1rem 0 0.2rem;
  }

  .section-info-vaccine table {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
    margin-top: 40px;
    border-radius: 0 0 10px 10px;
  }

  .section-info-vaccine table th,
  .section-info-vaccine table td {
    padding: 0.13rem 0.15rem;
    border: none;
    /* border: 1px solid #000; */
  }

  .section-info-vaccine th {
    text-align: left;
    background-color: #d5bbb3;
    font-weight: bold;
  }

  .section-info-vaccine table tr:first-of-type th {
    border-radius: 10px 10px 0 0;
  }

  .section-info-vaccine table td {
    padding: 0.15rem 0.15rem 0.2rem;
  }

  .section-info-vaccine table td.td_h {
    background-color: #ededed;
    padding: 0.15rem 0.15rem 0.15rem;
  }




  .section-info-vaccine td {
    border-top: none;
    border-bottom: none;
  }

  .section-info-vaccine table,
  .section-info-vaccine th,
  .section-info-vaccine td {
    display: block;
    width: 100%;
    border: none;
  }

  .section-info-vaccine td p {
    margin-bottom: 0.1rem;
  }

  .section-info-vaccine td .pink_box {
    display: inline-block;
    background-color: #ffc6c6;
    border-radius: 5px;
    padding: 0 0.05rem;
    margin-right: 0.07rem;
    margin-bottom: 0.05rem;
    font-weight: bold;
  }

  .section-info-vaccine .vaccine_cost td .pink_box:nth-of-type(2) {
    margin-left: 0.15rem;
  }


  .section-info-vaccine table td ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
  }

  .section-info-vaccine table td ul li {
    position: relative;
    padding-left: 0.12rem;
  }

  .section-info-vaccine table .vaccine_cost td ul li:last-of-type {
    margin-top: 15px;
  }

  .section-info-vaccine table td ul li::before {
    content: "";
    position: absolute;
    top: 0.11rem;
    left: 0;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    background: #d36c6c;
  }
  .section-info-vaccine table td .coupon{
    background: #fff8f8;
  padding: 0.15rem;
  border-radius: 0.1rem;
  }

  .section-info-vaccine table td .coupon h4 {
    font-size: 0.15rem;
    margin-bottom: 0.15rem;
    line-height: 1.6;
  }

  .section-info-vaccine table td .coupon .coupon-title{
    position: relative;
    padding-left: 0.2rem;
  }

  .section-info-vaccine table td .coupon .coupon-title::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background: #d36c6c;
    width: 0.14rem;
    height:  0.14rem;
  }
  .section-info-vaccine table td .coupon .line-link{
    display: block;
    margin-bottom: 0.1rem;
  }

  .section-info-vaccine table td .f_bold{
    font-weight: bold;
  }


}

@media print,
(min-width: 768px) {
  .section-info-flow {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  /* インフルエンザワクチンについて */
  .section-info-vaccine {
    background: #f8fcf0;
    position: relative;
    padding-bottom: 120px;
  }

  .vaccine_btn_box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 840px;
    margin: 0 auto 20px;
  }

  .vaccine_btn_box>a {
    width: 400px;
    padding: 15px 50px 14px 30px;
    border-radius: 40px;
    font-size: 18px;
  }

  .section-info-vaccine::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    top: -104px;
    height: 200px;
    background: url(../img/info/vaccine_bg_t.svg) top center / cover no-repeat;

  }

  .section-info-vaccine::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 261px;
    background: url(../img/info/flow_bg_02.png) center / cover no-repeat;
  }

  .section-info-vaccine table {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
    margin-top: 40px;
    border-radius: 0.1rem;
  }

  .section-info-vaccine table th,
  .section-info-vaccine table td {
    padding: 0.2rem 0.2rem 0.2rem 0.3rem;
    border: none;
    border-bottom: 1px solid #776762;
  }

  .section-info-vaccine tr:last-of-type th,.section-info-vaccine tr:last-of-type td {
   border-bottom: none;
  }

  .section-info-vaccine th {
    text-align: left;
    background-color: #d5bbb3;
    font-weight: bold;
    width: 430px;
  }

  .section-info-vaccine tr:first-of-type th {
    border-radius: 10px 0 0 0;
  }

  .section-info-vaccine tr:last-of-type th {
    border-radius: 0 0 0 10px;
  }

  .section-info-vaccine td p {
    margin-bottom: 0.1rem;
  }

  .section-info-vaccine td .pink_box {
    display: inline-block;
    background-color: #ffc6c6;
    border-radius: 5px;
    padding: 0 0.07rem;
    margin-right: 0.07rem;
    margin-bottom: 0.05rem;
    font-weight: bold;
    line-height: 1.6;
  }

  .section-info-vaccine .vaccine_cost td .pink_box:nth-of-type(2) {
    margin-left: 0.3rem;
  }

  .section-info-vaccine table td ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
  }

  .section-info-vaccine table td ul li {
    position: relative;
    padding-left: 0.12rem;
  }

  .section-info-vaccine table .vaccine_cost td ul li:last-of-type {
    margin-top: 15px;
  }

  .section-info-vaccine table td ul li::before {
    content: "";
    position: absolute;
    top: 0.11rem;
    left: 0;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    background: #d36c6c;
  }

  .section-info-vaccine table td .button-common-primary{
    width: 300px;
    margin-bottom: 10px;
  }

  .section-info-vaccine table td.td_h {
    background-color: #ededed;
    padding: 0.15rem 0.2rem 0.15rem;
    width: 310px;
  }

  .section-info-vaccine table td .coupon {
    background: #fff8f8;
    padding: 0.2rem;
    border-radius: 0.1rem;
}

.section-info-vaccine table td .coupon h4 {
  font-size: 0.18rem;
  margin-bottom: 0.15rem;
  line-height: 1.6;
  border-bottom: 1px solid #776762;
  padding-bottom: 0.03rem;
}

.section-info-vaccine table td .coupon .coupon-title {
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 0.05rem;
}

.section-info-vaccine table td .coupon .coupon-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #d36c6c;
  width: 0.14rem;
  height: 0.14rem;
}

.section-info-vaccine table td .coupon .line-link {
  display: block;
  width: 340px;
  margin-right: 20px;
}

.coupon_flex{
  display: -webkit-box;
display: flex;
}

.section-info-vaccine table td .coupon_flex p{
  width: 220px;
}




  .section-info-flow::before {
    top: -108px;
    height: 255px;
    background: url("../img/info/flow_bg_01.png") center/cover no-repeat;
  }

  /* .section-info-flow::after {
    height: 261px;
    background: url("../img/info/flow_bg_02.png") center/cover no-repeat;
  } */
  .section-info-flow .accordion-common {
    margin-bottom: 0.4rem;
  }

  .section-info-flow .accordion-heading {
    margin-bottom: 39px;
    padding: 7px 26px 6px;
    border-radius: 30px;
    font-size: 0.26rem;
  }

  .section-info-flow .flow-item {
    min-height: 175px;
    margin-bottom: 29px;
    padding-bottom: 15px;
    padding-left: 285px;
  }

  .section-info-flow .flow-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 150px;
  }

  .section-info-flow .flow-item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
  }

  .section-info-flow .flow-item-number {
    width: 58px;
    height: 58px;
    margin-right: 13px;
  }

  .section-info-flow .flow-item-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.24rem;
  }

  .section-info-flow .flow-item-text {
    margin-bottom: 0;
  }

  .section-info-flow .list-common-detail {
    margin-bottom: 24px;
  }

  .section-info-flow .info-block p {
    margin-bottom: 0;
  }

  .section-info-flow .flow-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 39px;
  }

  .section-info-flow .info-block {
    width: 390px;
    padding: 20px 20px;
  }

  .section-info-flow .info-block.is-tel {
    background: #fff url("../img/info/tel_bg.jpg") center/cover no-repeat;
  }

  .section-info-flow .tel-text {
    margin-bottom: 2px;
  }

  .section-info-flow .tel-link {
    font-size: 0.26rem;
    pointer-events: none;
  }

  .section-info-flow .flow-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5px;
  }

  .section-info-flow .bottom-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 186px;
    min-height: 95px;
    padding: 2px 29px 0 31px;
    border-right: 1px solid #d36c6c;
    font-size: 0.2rem;
    line-height: 1.75;
  }

  .section-info-flow .bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4px 0 27px;
  }

  .section-info-flow .sub-list {
    margin: -4px 0 0;
  }

  .section-info-flow .sub-item {
    margin-bottom: 10px;
  }

  .section-info-flow .sub-item-title {
    margin-bottom: 2px;
    font-size: 0.22rem;
  }

  .section-info-vaccine table td .f_bold{
    font-weight: bold;
  }

}
