@charset "UTF-8";

.title3 {
  padding-bottom: 0.5em;
  background: url(../images/common/line_bg1.png) repeat-x center bottom;
  background-size: 0.166667em auto;
}

.voice-wrap {
  margin: 0 0 2em;
}

.voice-catch {
  font-size: 1.285714em;
  color: #ea5404;
  line-height: 1.5625;
  margin: 0 0 1em;
}

.voice-text {
  margin: 0;
}

.voice-text > dt {
  font-size: 1.142857em;
  line-height: 1.5625;
  margin: 2em 0 1em;
  padding: 0 0 0 1.9375em;
  position: relative;
}

.voice-text > dt::before {
  content: 'Q.';
  display: inline-block;
  font-size: 1.3125em;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  color: #ea5404;
}

.voice-text > dt:first-child {
  margin-top: 0;
}

.voice-text > dd {
  margin: 0;
}

.voice-text > dd p {
  margin-bottom: 0;
}

.voice-text > dd .end {
  margin-top: 1.5em;
}

.voice1 {
  color: #1e8200;
}

.voice2 {
  color: #ea5404;
}

@media only screen and (min-width: 768px) {
  .sec-block1 + .sec-block1 {
    padding-top: 0;
  }
  
  .title3 {
    background-size: 0.136364em auto;
  }

  .wrap1::after {
    content: '';
    display: block;
    clear: both;
  }

  .voice-wrap:not(.wrap1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .voice-wrap .voice-text {
    width: 60.833333%;
  }

  .voice-wrap.image3 .voice-text {
    width: 66.666667%;
  }

  .voice-catch {
    font-size: 1.375em;
    margin-bottom: 1.5em;
  }

  .wrap1 .voice-catch {
    width: 100%;
    float: left;
  }

  .wrap1 .voice-text {
    float: left;
  }

  .wrap1 .voice-text:last-child {
    margin-top: 2.5em;
  }
  
  .voice-text > dt {
    font-size: 1.125em;
    padding-left: 1.777778em;
  }

  .voice-text > dd {
    padding-left: 2em;
  }
  
  .voice-text > dt::before {
    font-size: 1.222222em;
  }
}

.voice-image {
  margin: 2em auto;
  padding: 0;
}

.image3 .voice-image {
  width: 16.857143em;
}

.voice-image > span {
  display: block;
  margin: 0 auto 1em;
  line-height: 1;
}

.voice-image figcaption {
  text-align: center;
  font-size: 0.928571em;
  line-height: 1.4;
}

.voice-image:not(.main-image) > span {
  border: 0.285714em solid #ede6d4;
  position: relative;
}

.voice-image:not(.main-image) > span::after {
  content: '';
  display: block;
  width: 2.285714em;
  height: 2em;
  background: url(../images/common/bird_2.png) no-repeat center center;
  background-size: contain;
  position: absolute;
}

.voice-image.bird1 > span,
.voice-image.bird3 > span,
.voice-image.bird4 > span {
  margin-bottom: 1.5em;
}

.voice-image.bird1 > span:after {
  left: 4em;
  bottom: -1.25em;
}

.voice-image.bird2 > span:after {
  right: 2em;
  top: -1.25em;
}

.voice-image.bird3 > span:after {
  right: 2em;
  bottom: -1.25em;
}

.voice-image.bird4 > span:after {
  right: -1em;
  bottom: -1.25em;
}

.voice-image.bird5 > span:after {
  right: 1em;
  top: -0.75em;
}

.voice-image.bird6 > span:after {
  left: 3em;
  top: -1.25em;
}

@media only screen and (min-width: 768px) {
  .voice-image {
    margin: 0;
  }

  .wrap1 .voice-image {
    width: 37.333333%;
    float: right;
  }

  .image2 .voice-image {
    width: 34.166667%;
  }

  .image3 .voice-image {
    width: 26%;
  }

  .image-right .voice-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .voice-image:not(.main-image) > span {
    border-width: 0.375em;
  }
  
  .voice-image:not(.main-image) > span::after {
    width: 2.1875em;
    height: 1.875em;
  }

  .voice-image figcaption {
    font-size: 0.875em;
  }
}

.voice-title1 {
  font-size: 1.714286em;
  font-weight: bold;
  color: #87c373;
  margin: 0 0 0.5em;
  text-align: center;
}

.card-text {
  background-color: #87c373;
  border-radius: 0.285714em;
  padding: 1em 1.357143em;
  margin: 0 0 1.428571em;
}

.card-text a {
  text-decoration: none;
}

.card-text p {
  font-size: 0.928571em;
  color: #fff;
  line-height: 1.538462;
}

.card-text p:first-child {
  border-bottom: 1px solid #e1c337;
  padding-bottom: 1.5em;
}

.card-text p:last-child {
  margin-bottom: 0;
}

.card-image {
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .voice-title1 {
    font-size: 1.25em;
    text-align: left;
  }

  .voice-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card-text {
    border-radius: 0.5em;
    padding: 1.75em 2.5em;
    margin-bottom: 0;
    width: 29.375em;
  }

  .card-text p {
    font-size: 1em;
    line-height: 1.625;
  }

  .card-text p:first-child {
    padding-bottom: 2em;
    margin-bottom: 2em;
  }

  .card-text a:hover {
    text-decoration: underline;
  }

  .card-image {
    width: calc(100% - 31.875em);
  }
}
