.experience,
.old,
.information {
  position: relative;
}

.experience:after,
.old:after,
.information:after {
  position: absolute;
  top: -1rem;
  right: 0rem;
}

.experience:after {
  content: url(../img/voice_experience.png);
}

.old:after {
  content: url(../img/voice_old.png);
}

.information:after {
  content: url(../img/voice_information.png);
}

@media screen and (min-width: 1200px) {
  .experience,
  .old,
  .information {
    position: relative;
  }
  .experience:after,
  .old:after,
  .information:after {
    top: 50%;
    right: -3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.parent .pdf-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

.parent .pdf-voice dt {
  background-color: #5FB530;
  color: #fff;
  width: 22em;
  margin-right: .5rem;
  padding: .5rem;
}

.parent .voiceList {
  margin: 2rem 0;
}

.parent .voiceList li {
  margin-bottom: 2rem;
}

.parent .voiceList li .voice-elm {
  background-color: #5FB530;
  -webkit-box-shadow: 2px 2px 4px rgba(155, 155, 155, 0.8);
          box-shadow: 2px 2px 4px rgba(155, 155, 155, 0.8);
  border-radius: 6px;
  padding: 1rem;
}

.parent .voiceList li .voice-elm p {
  margin-top: 1rem;
  color: #fff;
  line-height: 1.8;
}

.parent .voiceList li figure {
  margin-top: 2rem;
}

.parent .voiceList li figure img {
  width: 100%;
}

.parent .difference {
  margin-top: 5rem;
}

.parent .difference .difference-title {
  color: #717071;
  font-size: 1.5em;
  margin-bottom: 2rem;
}

.parent .difference .differenceList {
  margin-top: 2rem;
}

.parent .difference .differenceList li {
  background-color: #FFFBDA;
  -webkit-box-shadow: 2px 2px 4px rgba(199, 199, 199, 0.8);
          box-shadow: 2px 2px 4px rgba(199, 199, 199, 0.8);
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 6px;
}

.parent .difference .differenceList li .parent-difference-person {
  margin-bottom: .5rem;
}

.parent .difference .differenceList li p {
  color: #717071;
}

.parent .difference .differenceList + p {
  color: #717071;
}

@media screen and (min-width: 768px) {
  .parent .pdf-voice dt {
    position: relative;
    margin-right: 4rem;
    padding: .5rem 1rem;
  }
  .parent .pdf-voice dt:after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5em;
    border-left: 1rem solid #5FB530;
    border-top: 1.1em solid transparent;
    border-bottom: 1.1em solid transparent;
    border-right: 1rem solid transparent;
    position: absolute;
    right: -2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 960px) {
  .parent .pdf-voice dt:after {
    right: -1.95rem;
    border-left: 1rem solid #5FB530;
    border-top: 1.2em solid transparent;
    border-bottom: 1.25em solid transparent;
    border-right: 1rem solid transparent;
  }
  .parent .pdf-voice dd a img {
    width: 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .parent .pdf-voice {
    margin-top: 4rem;
  }
  .parent .voiceList {
    margin-top: 8rem;
  }
  .parent .voiceList li .voice-elm {
    font-size: 1.2em;
    padding: 2rem;
  }
  .parent .voiceList li .voice-elm p {
    font-size: 1.2em;
  }
  .parent .difference {
    font-size: 1.2em;
  }
  .parent .difference .differenceList li p {
    font-size: 1.2em;
  }
}

.student {
  margin-top: 3rem;
}

.student .first-img {
  padding: 1rem 0;
}

.student .voiceList li {
  margin-bottom: 2rem;
}

.student .voiceList li .voice-elm {
  background-color: #FFFBDA;
  -webkit-box-shadow: 2px 2px 4px rgba(199, 199, 199, 0.8);
          box-shadow: 2px 2px 4px rgba(199, 199, 199, 0.8);
  padding: 1rem;
  border-radius: 6px;
}

.student .voiceList li .voice-elm p {
  margin-top: 1rem;
  color: #5FB530;
}

.student .voiceList li figure {
  margin-top: 2rem;
}

.student .voiceList li figure img {
  width: 100%;
}

.student .youtube {
  margin-top: 3rem;
  position: relative;
  padding-top: 56.25%;
}

.student .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*2021.07.29追加*/
.box720 .youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top:3em;
}
.box720 .youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .student {
    font-size: 1.2em;
  }
  .student .voiceList li .voice-elm p {
    font-size: 1.2em;
  }
}
/*# sourceMappingURL=voice.css.map */