.page-title::before {
  background-image: url(/img/common/info-icon10.png);
}
.thyroid-title{
  text-align:center;
  border-top:2px solid #FF7063;
  border-bottom:2px solid #FF7063;
  background:#FFF7F7;
  line-height:1;
  margin-bottom:2em;
  padding:0.5em;
}


.thyroid-top-block {
  max-width: 800px;
  margin: 50px auto;
  padding: 40px 0;
}
.thyroid-top-block::after {
  content: "";
  display: block;
  align-items: center;
  width: 164px;
  height: 160px;
  margin: auto;
  background-image: url(/img/thyroid/thyroid-top-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.thyroid-top-block .text-wrap{
  margin-bottom:20px;
}
.thyroid-top-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (min-width: 992px) {
  .thyroid-top-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: row-reverse;
  }
  .thyroid-top-block::after {
    display: inline-block;
  }
  .thyroid-top-block .text-wrap {
    width: 70%;
  }
  .thyroid-top-title {
    text-align: left;
  }
  .thyroid-top-block .text-wrap{
    margin-bottom:0;
  }
}

.thyroid-about1 .symptoms {
  margin: 40px 0;
}
.thyroid-about1 .symptoms .content-box{
  display: block;
}
.thyroid-about1 .symptoms .list{
  display: block;
  margin-bottom:20px;
}
.thyroid-about1 .symptoms .list .item::before {
  content: '□';
  margin-right: 0.25em;
}
.thyroid-about1 .symptoms .content-box::after{
  content: "";
  display: block;
  align-items: center;
  width: 97px;
  height: 157px;
  margin: auto;
  background-image: url(/img/thyroid/symptoms-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .thyroid-about1 .symptoms .content-box{
    display: grid;
    grid-template-columns: auto auto;
  }
  .thyroid-about1 .symptoms .list{
    max-width:740px;
    display: grid;
    grid-template-columns: 1fr auto;
  }
}


.thyroid-about1 .disease {
  display: grid;
  grid-template-columns: 1fr;
  margin: 40px 0;
}
.thyroid-about1 .disease .title {
  font-weight: bold;
  font-size: calc(1.3rem + 0.6vw);
  text-align: center;
  line-height:1;
  color:#FFFFFF;
  border: 1px solid #c1a373;
  border-radius: 9999px;
  background-color: #c1a373;
  margin-bottom:1em;
  padding:0.5em 0 0.25em;
}

.thyroid-about1 .disease .list {
  list-style: none;
  margin: 0;
}
.thyroid-about1 .disease .list .item{
  margin-left:1em;
  text-indent:-1em;
}
.thyroid-about1 .disease .list .item::before {
  content: '●';
  margin-right: 0.25em;
}
@media (min-width: 768px) {
  .thyroid-about1 .disease {
    position: relative;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap:0;
  }
  .thyroid-about1 .disease .title {
    font-size: 1.6rem;
  }
}





.thyroid-others-wrap {
  padding: 30px 0 50px;
  margin-top: 40px;
}
.thyroid-others-title p {
  font-size: 1.3rem;
  font-weight: 700;
  padding-left: 1em;
}

.doctor-schedule {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .thyroid-others-wrap {
    padding: 70px 0;
    margin-top: 60px;
  }
  .thyroid-others-title p {
    font-size: 1.5rem;
  }
}

