@charset "utf-8";
/* CSS Document */
.sec_voice {
  margin-bottom: 38px;
}
.cmn_voice_cont {
  border-bottom: 3px solid #dddddd;
  margin: 0 0 17px 0;
}
.cmn_voice_cont .inner {
  max-width: 1410px;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}
.cmn_voice_cont dl {
  min-height: auto;
}
.cmn_voice_cont dl a:hover {
  opacity: .6;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.cmn_voice_cont dl dt {
  width: 50%;
}
.cmn_voice_cont dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39%;
  padding: 46px 20px 38px 40px;
}
.cmn_voice_cont dl dd .ttl {
  background: url(/shi/common/img/ico_arrow_g.svg) no-repeat right top 50%;
  background-size: 23px 10px;
  padding: 0 0 14px 0;
}
.cmn_voice_cont dl dd .text {
  font-size: 34px;
  font-size: 2.8rem;
  line-height: 1.3;
}
.cmn_voice_cont dl dd .name {
  font-size: 22px;
  font-size: 2.2rem;
}
.cmn_voice_cont dl dd .text::after {
  margin: 25px 0 7px;
}
@media screen and (max-width: 1280px) {
  .cmn_voice_cont dl dd {
    width: 50%;
  }
}
@media screen and (max-width :1000px) {
  .cmn_voice_cont dl a.flex {
    display: block;
  }
  .cmn_voice_cont dl dt {
    width: 100%;
  }
  .cmn_voice_cont dl dd {
    width: 100%;
    padding: 46px 20px 33px 30px;
  }
}
@media screen and (max-width :768px) {
  .cmn_voice_cont {
    border-bottom: 1px solid #dddddd;
  }
  .cmn_voice_cont dl dd .text {
    font-size: 20px;
    font-size: 2rem;
  }
  .cmn_voice_cont dl dd .ttl {
    padding: 0 0 5px 0;
    background-size: 14px 5px;
  }
  .cmn_voice_cont dl dd .text::after {
    margin: 14px 0 9px;
  }
  .cmn_voice_cont dl dd {
    padding: 25px 9px 7px 14px;
  }
  .cmn_voice_cont dl dd .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}