.thyroid .wtBox > p {
  margin-top: 37px;
}

.thyroid .wtBox > p span {
  display: block;
  margin-left: 20px;
}

.thyroid .ttlStyle02 {
  position: relative;
}

.thyroid .ttlStyle02 .btn01 {
  position: absolute;
  top: 5px;
  right: 4px;
  font-size: 14px;
  width: 140px;
}

.thyroid .ttlStyle02 .btn01 a {
  height: 36px;
  background: #fff;
  border: 1px solid #fcc795;
  color: #ffb362;
}

.thyroid .ttlStyle02 .btn01 a:hover {
  background: #fcc795;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .thyroid .wtBox > p {
    margin-top: 20px;
  }

  .thyroid .wtBox > p span {
    margin-left: 10px;
  }

  .thyroid .ttlStyle03.mt00 {
    padding-top: 0;
  }

  .thyroid .ttlStyle02 .btn01 {
    position: absolute;
    top: 1px;
    right: 0;
    width: 85px;
  }

  .thyroid .ttlStyle02 .btn01 a {
    height: 32px;
    font-size: 10px;
  }
}