.ranktitle{
  display: block;
  font-size: 27px;
  font-weight: 500;
  color: #e27500;
  text-align: center;
  position: relative;
  line-height: 1;
  margin: 30px 0;
}
.ranktitle:before{
  content:"";
  display: block;
  position: absolute;
  width: calc(50% - 2em);
  height: 2px;
  left: 0;
  top: 0.5em;
  background-color: #e27500;
}
.ranktitle:after{
  content:"";
  display: block;
  position: absolute;
  width: calc(50% - 2em);
  height: 2px;
  right: 0;
  top: 0.5em;
  background-color: #e27500;
}
.qaset{
  display: flex;
  margin-bottom: 20px;
}
.qaset>dt{
  width: 65px;
  margin-right: 20px;
}

.qtxt{
  font-size: 20px;
  font-weight: 500;
  color: #595757;
}
.atitle{
  padding-top: 18px;
}
.atxt{
  color: #595757;
  /* font-size: 14px; */
  line-height: calc(26 / 14);
}
.person .photo{
  display: flex;
}
.person .photo img{
  width: calc(210px / 2);
}
.person .photo figcaption{
  display: flex;
  align-items: center;
  /* font-size: 14px; */
  padding-left: 15px;
}
.person p{
  margin-top: 20px;
  /* font-size: 14px; */
  line-height: calc(26 / 14);
  margin-bottom: 20px;
}

.person p .link-more01{
  /* font-size: 14px; */
  line-height: calc(26 / 14);
}