.chara_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2% 0 3.5%;
}

.chara_list li {
  width: 49%;
  position: relative;
  font-size: 1em;
  margin-bottom: 2%;
}

.chara_list li.blank a {
  pointer-events: none;
}

.chara_list li a {
  display: block;
  color: #fff;
}

.chara_list li a img {
  vertical-align: bottom;
  width: 100%;
}

.chara_list li .character_name {
  position: absolute;
  top: 8px;
  left: 12px;
}

.chara_list li .character_name span {
  font-size: .8em;
}

.chara_list li .cast_name {
  position: absolute;
  bottom: 1px;
  right: 15px;
  font-size: 1.4em;
}

.chara_list li .cast_name span {
  margin-left: .5em;
}

.interview_top {
  width: 74.5%;
  margin: 0 auto;
  position: relative;
  color: #fff;
}

.interview_top img {
  vertical-align: bottom;
  width: 100%;
}

.interview_top .character_name {
  position: absolute;
  font-size: 24px;
  top: 12px;
  left: 20px;
}

.interview_top .character_name span {
  font-size: .8em;
}

.interview_top .cast_name {
  position: absolute;
  bottom: 1px;
  right: 15px;
  font-size: 28px;
}

.interview_top .cast_name span {
  margin-left: .5em;
}

.question_answer {
  width: 94.5%;
  margin: 0 auto 30px;
}

.question_words {
  color: #87043b;
  font-size: 18px;
  text-indent: -1.4em;
  padding-left: 1.4em;
  margin-top: 30px;
}

.question_words .question_q {
  font-size: 22px;
}

.answer_block {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.pagenation_btn {
  width: 94.5%;
  margin: 0 auto 30px;
  background: rgba(255, 247, 230, 0.5);
  border-radius: 8px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pagenation_btn li {
  text-align: center;
  width: 33%;
}

.pagenation_btn li a {
  display: block;
  color: #3c2928;
  padding: 10px 0;
}

.pagenation_btn li a :hover {
  color: #654f4e;
}

.pagenation_btn li a span {
  padding: 10px 0;
  display: block;
}

.pagenation_btn .prev_btn a {
  position: relative;
}

.pagenation_btn .prev_btn a:before {
  content: "";
  background-image: url(../images/interview/common/page_prev.png);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 23px;
  left: 10px;
}

.pagenation_btn .prev_btn a span {
  border-right: 2px solid #b39b8a;
}

.pagenation_btn .next_btn a {
  position: relative;
}

.pagenation_btn .next_btn a:before {
  content: "";
  background-image: url(../images/interview/common/page_next.png);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 23px;
  right: 10px;
}

.pagenation_btn .next_btn a span {
  border-left: 2px solid #b39b8a;
}

.liner_top {
  margin-top: 30px;
}

.ver_ttl {
  background-image: url(../images/interview/common/title.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

.next_text {
  text-align: center;
  margin: 10px 0;
}

@media screen and (max-width: 750px) {
  .next_text {
    margin: 3px 0 10px;
  }
  .chara_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 5%;
  }
  .chara_list.ver_2 {
    margin: 2% auto 5%;
  }
  .chara_list li {
    width: 100%;
    position: relative;
    font-size: 1em;
    margin-bottom: 3%;
  }
  .chara_list li.blank a {
    pointer-events: none;
  }
  .chara_list li a {
    display: block;
    color: #fff;
  }
  .chara_list li .character_name {
    top: 1.5%;
    left: 2%;
    font-size: 0.8em;
  }
  .chara_list li .character_name span {
    font-size: .8em;
  }
  .chara_list li .cast_name {
    bottom: 0%;
    right: 4%;
    font-size: .9em;
  }
  .chara_list li .cast_name span {
    margin-left: .5em;
  }
  .interview_top {
    width: 100%;
  }
  .interview_top .character_name {
    font-size: 1em;
    top: 7px;
  }
  .interview_top .cast_name {
    font-size: 1.2em;
  }
  .question_words {
    font-size: 16px;
    margin-top: 20px;
  }
  .answer_block {
    padding: 10px;
  }
  .answer_block .answer {
    font-size: 14px;
    text-align: justify;
  }
  .pagenation_btn {
    margin: 0 auto 20px;
  }
  .pagenation_btn li {
    font-size: 12px;
  }
  .pagenation_btn li a {
    padding: 5px 0;
  }
  .pagenation_btn li a span {
    padding: 5px 0;
  }
  .pagenation_btn .prev_btn a {
    position: relative;
  }
  .pagenation_btn .prev_btn a:before {
    width: 10px;
    height: 10px;
    background-size: 100%;
    top: 14px;
    left: 5px;
  }
  .pagenation_btn .next_btn a {
    position: relative;
  }
  .pagenation_btn .next_btn a:before {
    width: 10px;
    height: 10px;
    background-size: 100%;
    top: 14px;
    right: 5px;
  }
  .ver_ttl {
    background-size: 100%;
  }
}
