@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

* {
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
  color: #616161;
}

.list-voice {
  background-color: white;
  padding: 50px 0;
  margin: 50px 0 0 0;
}
.list-voice__top {
  text-align: center;
}
.list-voice__photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0 auto;
  width: 880px;
}

.link-to-detail {
  border: 1px solid #616161;
}
.link-to-detail__img {
  position: relative;
  width: 285px;
  height: 180px;
}
.link-to-detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain;";
}
.link-to-detail__details {
  padding: 10px;
}
.link-to-detail__date {
  font-size: 11px;
}
.link-to-detail__title {
  margin: 10px 0;
  font-weight: bold;
  font-size: 12px;
}
.link-to-detail__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px 0;
}
.link-to-detail__detail dt {
  font-size: 12px;
}
.link-to-detail__detail dt::after {
  content: ":";
}
.link-to-detail__detail dd {
  font-size: 12px;
  margin: 0;
}
.link-to-detail__flow {
  font-size: 12px;
  text-align: end;
}
.link-to-detail__flow i {
  margin: 0 0 0 5px;
}
.link-to-detail__tag-buy {
  width: 85px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #339AB9;
}
.link-to-detail__tag-sell {
  width: 85px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #6EB56B;
}
.link-to-detail__tag-reform {
  width: 85px;
  text-align: center;
  color: white;
  font-size: 10px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #C97DBD;
}

.staff-first {
  background-color: #F1F1F2;
  padding: 100px 0;
}
.staff-first__two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.staff-first__image {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.staff-first__image img {
  width: 100%;
}
.staff-first__info {
  width: 604px;
}
.staff-first__kanji {
  font-size: 22px;
  font-weight: bold;
}
.staff-first__kana {
  font-size: 12px;
  margin: 10px 0 0 0;
}
.staff-first__lower {
  border-top: 1px dotted #616161;
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.staff-first__detail {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}
.staff-first__detail dt {
  width: 30%;
}
.staff-first__detail dt::after {
  content: "\FF1A";
}
.staff-first__detail dd {
  width: 70%;
}

.staff-details {
  padding: 100px 0;
}
.staff-details__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px dotted #616161;
}
.staff-details__detail:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.staff-details__title {
  width: 80px;
  font-size: 15px;
  font-weight: bold;
}
.staff-details__text {
  width: 460px;
  font-size: 12px;
  line-height: 1.5em;
}
.staff-details__img {
  width: 246px;
  overflow: hidden;
}
.staff-details__img img {
  width: 100%;
}

.staff-voice .list-voice {
  background-color: #F1F1F2;
}