/* インタビュー詳細 */
.l-interview .title-container{
  margin-bottom: 25px;
}
.interview-content {
  max-width: 90%;
  margin: 0 auto;
}
.interview-content h3{
  margin-bottom: 30px;
}
.interview-box{
  position: relative;
  padding: 45px 15px 20px;
  margin-bottom: 40px;
  background-image: url("/wp-content/themes/ikemen/title/sengokueien/images/message/bg_message.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.interview-box .bg-item-top{
  position: absolute;
  left: 0;
  top: 0;
  width: 47px;
  height: auto;
}
.interview-box .bg-item-under{
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 47px;
  height: auto;
}
.interview-box ul li:not(:last-child){
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #ECC7A2;
}
.interview-box ul li .question, .interview-box ul li .answer{
  font-size: 14px;
}
.interview-box ul li .question{
  margin-bottom: 15px;
  color: #DB6143;
  line-height: 1.5;
}
.interview-box ul li .answer p:not(:last-child){
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .interview-content {
    max-width: 1060px;
  }
  .interview-content h3{
    margin-bottom: 60px;
  }
  .interview-box{
    position: relative;
    padding: 45px 60px 60px;
    margin-bottom: 70px;
    background-image: url("/wp-content/themes/ikemen/title/sengokueien/images/message/bg_message.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .interview-box ul li:not(:last-child){
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: solid 1px #ECC7A2;
  }
  .interview-box ul li .answer{
    font-size: 16px;
  }
  .interview-box ul li .question{
    font-size: 18px;
    margin-bottom: 15px;
    color: #DB6143;
    line-height: 1.5;
  }
}