
/* CSS Document */

.contents__layout-short {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}
.contents__layout-short .thumb__cover {
  width: 100%;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 5 / 2.1;
}
.contents__layout-short .thumb__cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.contents__layout-short .thumb__prof {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #E8E8E8;
  margin: -50px auto 8px;
}
.contents__layout-short .thumb__prof img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.contents__layout-short .main__title {
  text-align: center;
  margin-bottom: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents__layout-short .main__title .button_icon {
  margin-left: 10px;
}
.contents__layout-short .text__prof {
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 36px;
}
.contents__layout-short .price {
  color: #1C689B;
  font-weight: 800;
  font-size: 14px;
  padding: 0px 7px;
  display: inline-block;
  border: 1px solid;
  border-radius: 100px;
  height: 21px;
  line-height: 1.5em;
  margin-left: 10px;
}

.content-header {
  padding: 0;
}

/* //////////////////////////////////////////
  TABLET / SP
  ////////////////////////////////////////// */

  @media screen and (max-width: 767px) {
  }
  /*media screen_end*/

/*# sourceMappingURL=profile.css-7e5db68041aa1e780978e3a47082e7cdbf4702c247ff6fa59e6122c85cff70f7.map */
