@charset "UTF-8";

/* ******************************************** */
/* directory:Voice */
/* 私たちが東京獣医師会に入会した理由 */
/* ******************************************** */

.Voice .voice_wrp{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Voice .voice_wrp::after{
  content:"";
  display: block;
  width:30%;
}
.Voice .voice_wrp .voice_item{
  width: 32%;
  background: #fff;
  padding: 30px 20px 90px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
  position: relative;
}
.Voice .voice_wrp .voice_item h2{
  font: 400 16px / 1.4 var(--font-family-mincho);
  color: #14AAA0;
  margin-bottom: 15px;
}
.Voice .voice_wrp .voice_item h2::first-letter{
  font-size: 28px;
}
.Voice .voice_wrp .voice_item .message_item{
  padding: 20px 15px;
  background: #F6F8FB;
  margin-bottom: 3px;
}
.Voice .voice_wrp .voice_item .message_item p{
  margin-bottom: 0;
}
.voiceall_link{
  margin-top: 30px;
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.voiceall_link a {
  display: inline-flex; 
  align-items: center;
  font: 400 16px / 1.4 var(--font-family-mincho);
  text-decoration: none;
  color: #41A5D0;
  font-weight: 500;
  transition: color 0.3s;
}
.voiceall_link a:hover {
  color: #14AAA0;
}
.voiceall_link a .arrow {
  display: inline-block;
  width: 33px;
  height: 33px;
  background-color: #41A5D0;
  border-radius: 50%;
  margin-left: 8px; 
  position: relative;
  transition: background-color 0.3s;
}
.voiceall_link a:hover .arrow {
  background-color: #ffffff;
  border: 1px solid #14AAA0;
}
.voiceall_link a .arrow::after {
  position: absolute;
  top: 30%;
  right: 5px;
  transform-origin: left center;
  width: 20px;
  height: 7px;
  background-color: #fff;
  clip-path: polygon(0px 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: "";
  transition: transform 0.3s;
}
.voiceall_link a:hover .arrow::after {
  transform: scaleX(1.2);
  right: -7px;
  width: 23px;
  background-color: #14AAA0;
}


@media screen and (max-width: 767px){
  .Voice .voice_wrp{
    display: block;
  }
  .Voice .voice_wrp .voice_item{
    width: 100%;
    margin-bottom: 15px;
  }

}


/* ******************************************** */
/* 私たちが東京獣医師会に入会した理由一覧 */
/* ******************************************** */
.Voice .allvoice_wrp{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Voice .allvoice_wrp .allvoice_item{
  width: 48%;
  background: #fff;
  padding: 30px 20px 50px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 16%);
}
ul.av_info{
  list-style:none;
}
ul.av_info li{
  font: 400 16px / 1.4 var(--font-family-mincho);
  color: #14AAA0;
  margin-bottom: 15px;
  display: inline;
  margin-right: 5px;
}

ul.av_info li.area:before{
  content: '';
  background-image: url(../img/page/reception/ic_area.png);
  background-size: contain;
  background-repeat: no-repeat;
  display:inline-block;
  width:20px;
  height:23px;
  margin-right:5px;
  position:relative;
  top:5px;
  left:0;
}
ul.av_info li.job:before{
  content: '';
  background-image: url(../img/page/reception/ic_job.png);
  background-size: contain;
  background-repeat: no-repeat;
  display:inline-block;
  width:19px;
  height:20px;
  margin-right:5px;
  position:relative;
  top:3px;
  left:0;
}
ul.av_info li.age:before{
  content: '';
  background-image: url(../img/page/reception/ic_age.png);
  background-size: contain;
  background-repeat: no-repeat;
  display:inline-block;
  width:18px;
  height:19px;
  margin-right:5px;
  position:relative;
  top:3px;
  left:0;
}

ul.av_info li:after{
  content: '/';
}
.Voice .allvoice_wrp .allvoice_item .message_item {
  padding: 20px 15px;
  background: #F6F8FB;
  margin-top: 20px;
}
.Voice .allvoice_wrp .allvoice_item .message_item p{
  margin-bottom: 0;
}

.page-load-status {
  display: none;
  padding: 20px 0;
  text-align: center;
  margin-top: 20px;
}
.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #333;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }
@media screen and (max-width: 767px){
  .Voice .allvoice_wrp{
    display: block;
  }
  .Voice .allvoice_wrp .allvoice_item{
    width: 100%;
    margin-bottom: 15px;
  }

}