@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;
}

.header__link-staff {
	color: #EDB35D;
}
@media (max-width: 740px) {
	.header__link-staff {
	  color: #fff;
	}
}

.list-voice {
  background-color: white;
  padding: 50px 0;
  margin: 50px 0 0 0;
}
.list-voice__top {
  text-align: center;
}
@media (max-width: 740px) {
  .list-voice__top img {
    display: none;
  }
}
.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;
}
@media (max-width: 740px) {
  .list-voice__photos {
    width: 100%;
    flex-wrap: wrap;
  }
}

.link-to-detail {
  border: 1px solid #616161;
  background:#fff;
}
@media (max-width: 740px) {
  .link-to-detail {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
.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;";
}
@media (max-width: 740px) {
  .link-to-detail__img {
    width: 100%;
    height: auto;
  }
}
.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: 20px 0;
}
@media (max-width: 740px) {
	.staff-first {
		padding: 20px 5%;
	}
}

.staff-first__two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 740px) {
	.staff-first__two {
		position:relative;
	}
}

.staff-first__image {
  width: 125px;
  height: 125px;
  overflow: hidden;
}
@media (max-width: 740px) {
	.staff-first__image {
		width:35%;
		height:auto;
	}
}

.staff-first__image img {
  width: 100%;
}
.staff-first__info {
  width: 604px;
  margin-right:50px;
}
@media (max-width: 740px) {
	.staff-first__info {
		width:100%;
    margin:0;
	}
}

@media (max-width: 740px) {
	.staff-first__upper {
		position:absolute;
		top:0;
		right:0;
		width:62.5%;
	}
}

.staff-first__kanji {
  font-size: 22px;
  font-weight: bold;
}
.staff-first__kana {
  font-size: 12px;
}
.staff-first__lower {
  border-top: 1px dotted #616161;
  margin: 0px 0 0 0;
  padding: 10px 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;
}
@media (max-width: 740px) {
  .staff-first__lower  {
    width:100%;
  }
	.staff-first__detail {
		width:50%;
	}
}

.staff-first__detail dt {
  width: 20%;
  font-size:13px;
}
.staff-first__detail dt::after {
  content: "\FF1A";
}
.staff-first__detail dd {
  width: 80%;
  font-size:13px;
}
@media (max-width: 740px) {
.staff-first__detail dt {
  width:35%;
  font-size:12px;
}
.staff-first__detail dd {
  width:65%;
  font-size:12px;
}
}

.staff-details {
  padding: 100px 0;
}
@media (max-width: 740px) {
	.staff-details{
		padding: 20px 5%;
	}
}

.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;
}
@media (max-width: 740px) {
	.staff-details__detail {
		margin: 0 0 10px 0;
		padding:0 0 10px 0;
	}
}

.staff-details__title {
  width: 80px;
  font-size: 15px;
  font-weight: bold;
  color:#E89F32;
}
@media (max-width: 740px) {
	.staff-details__title {
		width:100%;
    margin:0 0 10px 0;
	}
	.staff-details__title br {
		display:none;
	}
}

.staff-details__text {
  width: 460px;
  font-size: 14px;
  line-height: 1.5em;
}
@media (max-width: 740px) {
	.staff-details__text {
		width:100%;
	}
}

.staff-details__img {
  width: 246px;
  overflow: hidden;
}
.staff-details__img img {
  width: 100%;
}

@media (max-width: 740px) {
.staff-details__img {
  width:80%;
  margin:10px 0 0 10%;

}
}

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

.recommend-overviews__link {
  width: 334px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #616161;
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
  font-weight: bold;
  margin: 50px auto 0px auto;
  background:#fff;
}
.recommend-overviews__link i {
  color: #707070;
  vertical-align: middle;
  margin-left:10px;
}
.recommend-overviews__link:hover {
  background-color: #333333;
  color: white;
}

@media (max-width: 740px) {
.recommend-overviews__link {
  width:100%;
}
.recommend-overviews__link i {
  right: 20px;
  position: absolute;
  color: #707070;
  top:33%;
}
}
