/* mixin  ----------------------- */
.p-notice .all_text + .all_button,
.p-notice .all_list + .all_button {
  margin-top: 70px;
}
.p-notice .all_list.--no-decoration {
  margin-top: 40px;
}
.p-notice .all_list.--no-decoration li {
  text-indent: -1em;
}
.p-notice .all_list.--no-decoration li::before {
  content: none;
}
.p-notice li .all_list {
  margin-top: 15px;
}
.p-notice .all_list + .all_list {
  margin-top: 15px;
}
.p-notice .all_button {
  margin-top: 125px;
}
@media screen and (max-width: 768px) {
  .p-notice .all_button {
    margin-top: 73px;
  }
}
.p-notice .all_button ._text {
  text-align: left;
}
.p-notice figure.all_text {
  text-align: center;
}
.p-notice figure.all_text img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-notice figure.all_text img {
    width: 100%;
  }
}

.notice_index {
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.notice_index a {
  color: #0057B0;
  text-decoration: underline;
}

.notice_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .notice_imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.notice_imgs > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.notice_table {
  line-height: 1.3;
}
.notice_table table {
  table-layout: auto;
}
.notice_table table + table {
  margin-top: 50px;
}
.notice_table th, .notice_table td {
  line-height: 1.3;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .notice_table th, .notice_table td {
    padding: 5px;
    font-size: 14px;
  }
}
.notice_table .--min {
  text-align: center;
}
.notice_table + .all_text {
  margin-top: 30px;
}
.notice_table .all_table th:not(:last-child), .notice_table .all_table td:not(:last-child) {
  border-style: solid;
}

.notice_table.--modal_7 th:last-child, .notice_table.--modal_7 td:last-child {
  width: 11em;
}

.notice_table.--modal_8 th:last-child, .notice_table.--modal_8 td:last-child {
  width: 11em;
}

.notice_table.--modal_9 .all_table {
  min-width: 500px !important;
}
.notice_table.--modal_9 th.--min, .notice_table.--modal_9 td.--min {
  width: 5em;
}

.notice_table.--modal_10 .all_table {
  min-width: 600px !important;
}
.notice_table.--modal_10 th:nth-last-child(2), .notice_table.--modal_10 td:nth-last-child(2) {
  width: 16%;
}
.notice_table.--modal_10 th:nth-last-child(5), .notice_table.--modal_10 td:nth-last-child(5) {
  width: 6em;
}
.notice_table.--modal_10 th:last-child, .notice_table.--modal_10 td:last-child {
  width: 14%;
}

.notice_table.--modal_14 .all_table {
  min-width: 600px !important;
}
.notice_table.--modal_14 th:nth-child(1), .notice_table.--modal_14 td:nth-child(1) {
  width: 6em;
  text-align: center;
}
.notice_table.--modal_14 th:nth-child(2), .notice_table.--modal_14 td:nth-child(2) {
  width: 6em;
}
.notice_table.--modal_14 th:nth-child(3), .notice_table.--modal_14 td:nth-child(3) {
  width: 21em;
}
.notice_table.--modal_14 th:nth-child(4), .notice_table.--modal_14 td:nth-child(4) {
  width: 17em;
}

.notice_smoking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border: 1px solid #E6E6E6;
  margin-top: 40px;
  padding: 14px 0 14px 17px;
  border-radius: 4px;
  width: 100%;
  max-width: 266px;
}
@media screen and (max-width: 600px) {
  .notice_smoking {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 14px 0 14px 17.4px;
  }
}
.notice_smoking ._figure {
  width: 52px;
  margin: auto 0;
}
.notice_smoking ._text {
  font-size: 16px;
  font-weight: 700;
  color: #4F4F4F;
  line-height: 1.625;
}

@media screen and (max-width: 600px) {
  .all_swipe_item .all_table {
    max-width: 500px !important;
  }
}

/* mixin  ----------------------- */
.surgery__list {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .surgery__list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.surgery__term {
  background-color: #69C2D0;
  color: #fff;
  padding-block: 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .surgery__term {
    font-size: 16px;
  }
}

.surgery__item dd {
  line-height: 1.75;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .surgery__item dd {
    font-size: 14px;
  }
}

.surgery__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .surgery__list {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

.surgery__list.-col3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .surgery__list.-col3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

/* mixin  ----------------------- */
/*mixin*/
/* color  ----------------------- */
.top_important_news_blue ._listWrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_important_news_blue ._listWrapper + ._listWrapper {
  margin-top: 20px;
}

/* footer2  ----------------------- */
/* mixin  ----------------------- */
.footer_clinical_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 52px;
}

.clinical__figure {
  margin: 0;
}

.management_design {
  max-width: 140px;
  margin: 0;
}

/* mixin  ----------------------- */
/*mixin*/
/* mixin  ----------------------- */
/*mixin*/
.gastroenterology__text__lg {
  font-size: 19px;
  font-weight: 700;
}

.gastroenterology__risk__wrapper {
  background-color: rgba(70, 128, 137, 0.2);
  padding-block: 1rem;
  position: relative;
  margin-top: 57px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .gastroenterology__risk__wrapper {
    padding-bottom: 36px;
  }
}
.gastroenterology__risk__item_img_wrapper {
  width: 43.561%;
  max-width: 435.61px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .gastroenterology__risk__item_img_wrapper {
    width: 100%;
  }
}
.gastroenterology__risk__item__text_bold {
  font-weight: 700;
  font-size: 17px;
}

.gastroenterology__risk__item__text_link {
  color: #000;
  text-decoration: underline;
  color: #69C2D0;
  font-weight: 700;
  font-size: 17px;
}

.gastroenterology__risk__item__list {
  width: 27%;
  background-color: #fff;
  position: absolute;
  font-size: 16px;
}

.gastroenterology__risk__item__list._02 {
  width: 31%;
}

.gastroenterology__risk__item__list._01 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-150%, -50%);
  transform: translate(-150%, -50%);
}

.gastroenterology__risk__item__list._02 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(54%, -50%);
  transform: translate(54%, -50%);
}

@media screen and (max-width: 768px) {
  .gastroenterology__risk__item__list {
    width: 86.9047619048%;
    max-width: 400px;
    margin-inline: auto;
    background-color: #fff;
    position: static;
    font-size: 16px;
  }
  .gastroenterology__risk__item__list._01,
  .gastroenterology__risk__item__list._02 {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 86.9047619048%;
  }
  .gastroenterology__risk__item__list + .gastroenterology__risk__item__list {
    margin-top: 20px;
  }
}
.gastroenterology__risk__item__inner {
  width: 86%;
  margin-inline: auto;
  padding-block: 1rem;
}

@media screen and (max-width: 768px) {
  .gastroenterology__risk__item__inner {
    padding-top: 36px;
    padding-bottom: 25px;
  }
}
.gastroenterology__risk__item__list._01 {
  --color: #D68492;
}

.gastroenterology__risk__item__list._02 {
  --color: #ACA34B;
}

.gastroenterology__risk__item__list._01 .gastroenterology__risk__item_title {
  color: var(--color);
}

.gastroenterology__risk__item__list._02 .gastroenterology__risk__item_title {
  color: var(--color);
}

.gastroenterology__risk__item_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.gastroenterology__text__lg {
  line-height: 1.7894736842;
}

@media screen and (max-width: 768px) {
  .gastroenterology__text__lg {
    font-size: 16px;
    font-weight: 700;
  }
}
.gastroenterology__risk__item__text {
  font-size: 15px;
  margin-top: 20px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.gastroenterology__risk__item__list_item + .gastroenterology__risk__item__list_item {
  margin-top: 26px;
}

.gastroenterology__risk__item__list_item li + li {
  margin-top: 2px;
}

.gastroenterology__risk__item__list_item .-sm {
  font-size: 13px;
}

.gastroenterology__risk__item__list_item li {
  padding-left: 20px;
  position: relative;
}

.gastroenterology__risk__item__list._01 .gastroenterology__risk__item__list_item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-block: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.33%22%20height%3D%2210.33%22%20viewBox%3D%220%200%2010.33%2010.33%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1295529%22%20data-name%3D%22%E3%83%91%E3%82%B9%201295529%22%20d%3D%22M58.658%2C134.716H50.38v-8.278h8.278Zm1.026-9.3H49.354v10.33h10.33Z%22%20transform%3D%22translate(-49.354%20-125.412)%22%20fill%3D%22%23eac9cf%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}

.gastroenterology__risk__item__list._02 .gastroenterology__risk__item__list_item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  margin-block: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.33%22%20height%3D%2210.33%22%20viewBox%3D%220%200%2010.33%2010.33%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1295524%22%20data-name%3D%22%E3%83%91%E3%82%B9%201295524%22%20d%3D%22M419.546%2C77.2h-8.278V68.921h8.278Zm1.026-9.3h-10.33v10.33h10.33Z%22%20transform%3D%22translate(-410.242%20-67.895)%22%20fill%3D%22%23d3cfa0%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}

.gastroenterology__item__list_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .gastroenterology__item__list_point {
    display: block;
  }
}
.gastroenterology__item__list_point .-number {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.gastroenterology__item__list__box {
  width: 19.2%;
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #69C2D0;
  border-radius: 10px;
  color: #fff;
  padding-block: 16px;
}

@media screen and (max-width: 768px) {
  .gastroenterology__item__list__box {
    width: 70%;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background-color: #69C2D0;
    border-radius: 10px;
    color: #fff;
    padding-block: 16px;
    margin-bottom: 20px;
  }
}
.gastroenterology__item__list__box_text {
  width: 77.2%;
}

.gastroenterology__item__list_point .-text {
  font-size: 18px;
  font-weight: 700;
}

.gastroenterology__item__list_point + .gastroenterology__item__list_point {
  margin-top: 40px;
}

.p-gastroenterology__bgBox {
  margin-top: 80px;
}

.gastroenterology__risk__item_title {
  padding-left: 15px;
  position: relative;
}

.gastroenterology__risk__item_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-block: auto;
  width: 4px;
  height: 17px;
}

.gastroenterology__risk__item__list._01 .gastroenterology__risk__item_title::before {
  background-color: #D68492;
}

.gastroenterology__risk__item__list._02 .gastroenterology__risk__item_title::before {
  background-color: #ACA34B;
}

.all_greeting__label {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding-block: 10px;
  padding-inline: 16px;
  border-radius: 4px;
  background-color: #69C2D0;
}

.all_text.-gastroenterology {
  margin-bottom: 34px;
}

.all_greeting_copy.-gastroenterology {
  padding-bottom: 25px;
  padding-left: 0;
}

.all_greeting_copy__em {
  font-size: 19px;
  font-weight: 700;
}

.all_greeting_copy__em .-color_green {
  color: #69C2D0;
}

.u-br.-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .all_greeting_copy.-gastroenterology .all_greeting__label {
    font-size: 16px;
  }
  .u-br.-sp {
    display: block;
  }
}
.gastroenterology__risk__item__list_item .-sm {
  padding-left: 6px;
  display: inline-block;
  font-size: 13px;
}

.p-gastroenterology__bgBox .-bold {
  font-weight: 700;
}

.gastroenterology__ai__list_item_number {
  font-weight: 700;
  color: #69C2D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

.p-gastroenterology__bgBox ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  font-size: 17px;
}

.p-gastroenterology__bgBox ol li + li {
  margin-top: 24px;
}

.gastroenterology__ai__list {
  padding-top: 45px;
}

.gastroenterology__ai__list_item_text {
  width: 95%;
}

#sec_03_part02 {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .gastroenterology__ai__list {
    padding-top: 32px;
  }
}
.all_greeting.-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.all_sub_md.gastroenterology .all_text.-gastroenterology-aside {
  font-size: 15px;
  margin-top: 18px;
}

.all_text.-gastroenterology .-bold {
  font-weight: 700;
}

/* mixin  ----------------------- */
/*mixin*/
/* color  ----------------------- */
.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link,
.all_single_content .wp-block-button .wp-block-button__link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* mixin  ----------------------- */
/*mixin*/
/* color  ----------------------- */
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.rights-note_box {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .rights-note_box {
    margin-top: 40px;
  }
}

.rights-note_box-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .rights-note_box-title {
    font-size: 18px;
  }
}