
.ColumnSection .MB0 {
  margin-bottom: 0;
}


.is-flex-tablet {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
          display: flex;
          column-gap: 8px;
}

.SurgeryanxietyBox {
  padding: 0px 20px;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  border: 3px solid #4db354;
  border-radius: 10px;
}

.SurgeryanxietyBox .SideImages-Text{
  display: inline-block;
  margin: auto;
}

.SurgeryanxietyBox .SideImages {
  text-align: center;
  width: 110px;
  margin: 5px auto 6px auto;
}

.WriterQuestion:before {
  display: inline-block;
  content: "";
  width: 40px;
  border-bottom: 2px solid;
  position: relative;
  bottom: 5px;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.ColumnSection, .MessageSection{
  margin-bottom: 3em;
}
.ColumnSection h2, .MessageSection h2 {
  color: #4cb358;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
}
.ColumnSection p {
  margin-bottom: 2em;
}

.ColumnSection .ColumnSectionImageArea p {
  margin-bottom: 0px;
}

.ColumnSectionImageArea {
  margin-bottom: 2em;
}

.SurgeryInterviewName {
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: bold;
}

.SupportArticleContent .ColumnSection .NonBorder {
  padding-bottom: 0px;
  padding-bottom: 0rem;
}

.MessageSection{
  padding: 20px;
  padding: 1.25rem;
  background-color: #dbf0dd;
  border-radius: 10px;
}

.MessageSection p{
  font-weight: bold;
  margin-bottom: 8px;
}

.ReferenceItemContainer {
  display: flex;
  justify-content: end;
  word-break: break-all;
}

.SectionTitle {
  color: #4cb358;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
}

sup{
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.Reference a {
  word-break: break-all;
}

/* -------------- img Center -------------- */

.Center {
  display: grid;
  place-items: center;
  margin-bottom: 1.875rem;
  align-content: stretch;
  justify-content: space-evenly;
}

.Center img {
  max-width: 50%;
  height: auto;
}

/* -------------- img Flex -------------- */

.ImgFlex {
  display: flex;
  gap: 16px;
}

.ImgFlex p {
  width: 80%;;
}

.ImgFlex figure {
  width: 20%;
}

/* -------------- min-width: 769px -------------- */

@media all and (min-width: 769px) {
  .ColumnSectionImageArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ColumnSectionImageArea p {
    width: 80%;
    margin-bottom: 0px;
  }
  .ColumnSectionImageArea figure {
    width: 20%;
  }
}

/* -------------- max-width: 1087px -------------- */

@media (min-width: 926px) and (max-width: 1087px) {
  .ImgFlex p {
    width: 85%;
  }
  .ImgFlex figure {
    width: 15%;
  }
}
/* -------------- max-width: 768px -------------- */

@media all and (max-width: 768px) {
  .SurgeryanxietyBox .SideImages {
    margin: 5px auto 6px auto;
  }
  .ColumnSectionImageArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ColumnSectionImageArea figure {
    text-align: center;
  }
  .ColumnSection .ColumnSectionImageArea p {
    margin-bottom: 1em;
  }
  .Center img {
  max-width: 60%;
  height: auto;
  }
  .ImgFlex {
    flex-direction: column;
  }
  figure {
    display: inline-block;
    text-align: center;
  }
  .ImgFlex {
    align-items: center;
  }
  .ImgFlex p {
    width: 100%;
  }
  .ImgFlex figure {
    width: 40%;
  }
}

/* -------------- SurgeryanxietyBox column -------------- */

@media all and (max-width: 480px) {
  .is-flex-tablet{
    flex-direction: column;
  }
  .SurgeryanxietyBox .SideImages-Text {
    margin: 24px 12px 0;
  }
}