.author_profile {
  font-size: 1.6rem;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 14px;
  border-radius: 8px;
  margin: 0 auto 40px;
  border: 1px solid #F29217;
  background-color: #fff;
  gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.author_profile__pict {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  padding-left: 10px;
}

.author_profile__pict img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #F29217;
}

.author_profile__text h3 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.author_recommend {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.author_recommend .detail_ttl {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.author_info__table {
  width: 100%;
  text-align: left;
  line-height: 1.3;
}

.author_info__tr {
  border: 1px solid #dedede;
}

.author_info__th {
  width: 30%;
  padding: 8px 16px;
  border-right: 1px solid #dedede;
}

.author_info__td {
  width: 70%;
  padding: 8px 16px;
}

@media screen and (max-width: 960px) {
  .author_info__tr {
    padding: 8px 16px;
    margin-top: -1px;
    display: block;
  }
  .author_info__th, .author_info__td {
    display: block;
    padding: 0;
    width: 100%;
  }
  .author_info__th {
    padding-bottom: 8px;
    text-decoration: underline;
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  .author_profile {
    width: 100%;
  }
  .author_profile__pict {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16vw;
    flex: 0 0 16vw;
    padding-left: 1vw;
  }
  .author_profile__pict img {
    width: 15vw;
    height: 15vw;
  }
}

/*# sourceMappingURL=../map/seller.css.map */
