.page-title::before {
  background-image: url(/img/common/info-icon2.png);
}
.gastro-top-block {
  margin: 50px 0;
  padding:25px 0;
}
.gastro-top-block::before {
  content: "";
  display: block;
  align-items: center;
  width: 248px;
  height: 218px;
  margin: 30px auto;
  background-image: url(/img/gastroenterology/gastro-top-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.gastro-top-title {
  text-align:center;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (min-width: 992px) {
  .gastro-top-block {
    display: flex;
  }
  .gastro-top-block::before {
    display: inline-block;
  }
  .gastro-top-block .text-wrap {
    width: 70%;
  }
  .gastro-top-title {
    text-align:left;
  }
}
.gastro-camera-wrap {
  margin: 40px 0 50px;
}
.gastro-camera-block {
  max-width: 740px;
  margin: 0 auto;
}
.gastro-camera-block .question {
  margin-bottom: 2em;
  position: relative;
}
.gastro-camera-block .question::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.7em;
  background: url(/img/gastroenterology/gastro-camera-question.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -0.2em;
  left: 0.3em;
  z-index: -1;
}
.gastro-camera-block.question1 .gastro-camera-subtitle::after {
  content: "";
  display: block;
  width: 82px;
  height: 127px;
  margin: 15px auto 0;
  background: url(/img/gastroenterology/gastro-camera-img1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.gastro-camera-block.question2 .gastro-camera-subtitle::after {
  content: "";
  display: block;
  width: 82px;
  height: 127px;
  margin: 15px auto 0;
  background: url(/img/gastroenterology/gastro-camera-img2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.gastro-camera-largetext {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: bold;
  margin-top: 1.5em;
}
.gastro-camera-text.mt-1 {
  margin-top: 1em;
}
.gastro-camera-block.question2 {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 2px dotted #888888;
}
.gastro-camera-block .comment {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .gastro-camera-wrap {
    margin: 70px 0 100px
  }
  .gastro-camera-block {
    margin: 0 auto;
  }
  .gastro-camera-largetext {
    font-size: 1.75rem;
  }
  .gastro-camera-block.question2 {
    padding-top: 70px;
    margin-top: 70px;
  }
}

.gastro-echo{
}
.gastro-echo-block{
  max-width: 740px;
  margin:20px auto;
}
.gastro-echo-block .list-title{
  margin-bottom:0.5em;
  border-bottom:1px solid #FF7063;
}
.gastro-echo-block .list .item{
  list-style-position: inside;
  list-style-type: disc;
}
.gastro-echo-block .list .item::marker {
  color: #FF7063;
}



.gastro-others-wrap {
    padding: 30px 0 50px;
    margin-top: 40px;
}
.gastro-others-title p {
    font-size: 1.3rem;
    font-weight: 700;
	padding-left: 1em;
}
.doctor-schedule {
  margin-bottom: 50px;
}
.other-content{
  border-bottom:2px dotted #888888;
  margin-bottom:5%;
  padding-bottom:5%;
}
@media (min-width: 768px) {
  .gastro-others-wrap {
    padding: 70px 0;
    margin-top: 60px;
  }
  .gastro-others-title p {
    font-size: 1.5rem;
  }
}

