@charset "UTF-8";
/* お客様の声
---------------------------------------------------------------*/
.vocBox {
  background: #fff;
  padding: 80px 65px;
}
.voice_page ul.list_office_button {
  letter-spacing: -0.4em;
  margin-bottom: 2rem; }
  .voice_page ul.list_office_button li {
    display: inline-block;
    letter-spacing: normal;
    width: calc(100% / 5 - 1%);
    text-align: center;
    margin-right: 1%;
    margin-bottom: 0.5rem;
    border-radius: 5px;
    background-color: #868686;
    font-weight: bold;
    border-bottom: 2px solid #616161; }
    .voice_page ul.list_office_button li:nth-of-type(5n) {
      margin-right: 0; }
    .voice_page ul.list_office_button li a {
      color: #fff;
      display: block;
      width: 100%;
      line-height: 1.2;
      padding: 10px 5px; }
      .voice_page ul.list_office_button li a span.icon-arrow_down {
        display: block;
        font-size: 0.8rem; }
.voice_page .article_inner ul li {
  border: 1px solid #d8d8d8;
  padding: 30px;
  margin-bottom: 40px; }
.voice_page .article_inner .link_btn.voice_office_btn {
  background-color: #f9d9d9;
  margin-bottom: 20px !important; }
.voice_page .article_inner ul li p {
  background-color: #f1f1f1;
  padding: 20px 30px;
  border-radius: 3px;
  font-size: 16px; }

@media screen and (max-width: 1350px) {
  .vocBox {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .vocBox {
    padding: 80px 65px;
  }
}
@media screen and (max-width: 768px) {
  .vocBox {
    padding: 50px 45px;
  }
  .voice_page ul.list_office_button li {
    width: calc(100% / 3 - 1%); }
    .voice_page ul.list_office_button li:nth-of-type(5n) {
      margin-right: 1%; }
    .voice_page ul.list_office_button li:nth-of-type(3n) {
      margin-right: 0; } }
@media screen and (max-width: 550px) {
  .vocBox {
    padding: 45px 20px;
  }
}
@media screen and (max-width: 425px) {
  .voice_page ul.list_office_button {
    margin-bottom: 1.5rem; }
    .voice_page ul.list_office_button li {
      font-size: 0.9rem; }
      .voice_page ul.list_office_button li a span.icon-arrow_down {
        font-size: 0.8rem; }
  .voice_page .article_inner ul li {
    padding: 0; }
    .voice_page .article_inner ul li p {
      border-radius: 0; }
    .voice_page .article_inner ul li img {
      padding: 20px 20px 0px 20px; }
    .voice_page .article_inner ul li p {
      padding: 15px; } }
@media screen and (max-width: 320px) {
  .voice_page ul.list_office_button li a {
    font-size: 14px; } }

.voc-month {
  background-color: #3f3934;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  margin: 30px 0 0;
  line-height: 1 !important; }

.voc-item {
  padding: 40px;
  border: 1px #ddd solid;
  border-radius: 3px;
  margin-bottom: 30px; }

.voc-item-head {
  display: flex;
  align-items: center;
  margin: 0 0 5px 0; }

.voc-item img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%; }
.column img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
.voc-item-head span:first-of-type {
  background-color: #da6669;
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  margin: 0 5px 0 0;
  padding: 5px;
  width: 90px;
  text-align: center; }
.voc-item-head span.score01 {
  background-color: #da6669; }
.voc-item-head span.score02 {
  background-color: #da7c66; }
.voc-item-head span.score03 {
  background-color: #eebd49; }
.voc-item-head span:nth-of-type(2) {
  font-size: 14px; }
.voc-item-head span:last-of-type {
  color: gray;
  font-size: 14px;
  margin-left: auto; }

.voc-item-text {
  margin: 20px 0;
  padding: 20px;
  border-radius: 3px;
  border: 1px #eee solid;
  background: #fafafa; }
  .voc-item-text p {
    color: #222;
    font-size: 16px;
    line-height: 1.8; }

.vocBox .detail-button {
  margin-bottom: 0; }

.clickable::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 768px) {
  .voc-month {
    font-size: 16px;
    padding: 15px 10px;
    }

  .voc-item {
    padding: 5% 3%; }

  .vocBox img {
    width: 100%; }

  .voc-item-head span:first-of-type {
    font-size: 12px;
    line-height: 1;
    width: 65px; }
  .voc-item-head span:nth-of-type(2), .voc-item-head span:last-of-type {
    font-size: 12px; }

  .voc-item-text {
    padding: 5% 3%; }
    .voc-item-text p {
      font-size: 15px;
      line-height: 1.8; }

  .vocBox .detail-button {
    margin-bottom: 0;
	} 
	.detail-button > dl {
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 32px;
	}
	.detail-button > dl > dt {
    font-size: 10px;
    margin-right: 8px;
    width: 100px;
	}
	.detail-button > dl > dd:first-of-type {
    font-size: 15px;
    margin: 0 8px 0 0;
    width: calc(100% - 25px);
	}
	.detail-button > dl > dd a {
    line-height: 1.3;
	}
}