@charset "UTF-8";
/* Scss Document */
@media (min-width: 769px) {
  .title02 {
    margin: 0 auto 20px;
  }
}

/******************      共通      **********************/
.voice-title {
  background: #DFEAE6;
  position: relative;
  padding-bottom: 70px;
}

.voice-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 0 0 100vw;
  border-color: transparent transparent transparent #FAFAFA;
}

@media (max-width: 480px) {
  .voice-title::after {
    border-width: 50px 0 0 100vw;
  }
}

.voice-title h2 {
  padding: 30px 5% 0 40%;
  text-align: right;
}

.voice-title h2 img {
  max-width: 350px;
  width: 100%;
}

.voice-box > li {
  width: 100%;
  margin-bottom: 5%;
  padding: 2%;
}

@media (min-width: 769px) {
  .voice-box > li {
    margin-right: 1%;
    width: 48%;
  }
}

@media (min-width: 769px) {
  .voice-box > li:nth-child(5n) {
    margin-right: 0;
  }
}

.voice-box > li .voice-box_inner li:first-child {
  width: 40%;
}

.voice-box > li .voice-box_inner li:first-child .voice_thumb span {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 100%;
}

@media (max-width: 480px) {
  .voice-box > li .voice-box_inner li:first-child .voice_thumb span {
    padding-top: 150%;
  }
}

@media (min-width: 769px) {
  .voice-box > li .voice-box_inner li:first-child .voice_thumb span {
    padding-top: 120%;
  }
}

.voice-box > li .voice-box_inner li:last-child {
  width: 55%;
}

.voice-box > li .voice-box_inner li:last-child .voice_subtitle {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .voice-box > li .voice-box_inner li:last-child .voice_subtitle {
    margin-bottom: 10px;
  }
}

.voice-box_title {
  position: relative;
  padding-left: 3em;
  color: #5F5544;
}

.voice-box_title::before {
  content: "";
  background: url(../img/voice/voice-icon.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -5px;
  left: 5px;
}

@media (max-width: 480px) {
  .voice-box_title::before {
    width: 2.5em;
    height: 3em;
    position: absolute;
    left: 0;
  }
}

.voice-box_title h3, .voice-box_title p {
  display: inline-block;
}

.voice-box_title h3:first-letter, .voice-box_title p:first-letter {
  font-size: 1.5em;
  -webkit-transform: scale(0.7, 1);
          transform: scale(0.7, 1);
}

.voice-bg {
  background: #FAFAFA;
}

/******************     single-voice     **********************/
@media (min-width: 769px) {
  #single-voice .voice-box {
    margin-right: 8%;
  }
}

#single-voice .voice-box_thumb span {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 100%;
}

#single-voice .Btn02 a {
  background: #fff;
}

.voice-monthly {
  max-width: 400px;
}

.voice-monthly h3 {
  background: #DFEAE6;
  padding: 5px 0 5px 5px;
}

.voice-monthly li {
  padding: 5px 0 5px 1em;
  margin: 0 5px;
  border-bottom: 1px dotted #6f6f6f;
}

.voice-monthly li a {
  display: inline-block;
}

.voice-monthly li:last-child {
  border-bottom: none;
}
/*# sourceMappingURL=page-voice.css.map */