.contents .fig_1 {
    margin-bottom: 90px;
}

.contents .interview_list::after {
    content: "";
    display: block;
    clear: both;
}
.contents .interview_list {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.contents .interview {
    margin-bottom: 120px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.contents .interview:nth-child(odd) {
    padding-right: 5%;
}
.contents .interview:nth-child(even) {
    padding-left: 5%;
}
.contents .interview:last-child {margin-bottom: 0;}
.contents .question {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 30px;
    word-break: keep-all;
}
.contents .answer {
    text-indent: 12px;
    word-break: break-all;
    text-align: justify;
}

.contents .question {
    display: flex;
    text-indent: 0;
}
.contents .question em {
    display: inline-block;
    flex-shrink: 0;
    margin-right: 15px;
    width: 34px;
}
.contents .question em img { width: 100%;}

@media all and (max-width:1200px) {
    .contents .question {
        word-break: break-all;
        text-align: justify;
    }
    .contents .interview.edge .fig_2 {
        width: 120%;
        min-width: 500px;
    }
}
@media all and (max-width:900px) {
    .contents .interview:nth-child(odd) {
        padding-right: 4%;
    }
    .contents .interview:nth-child(even) {
        padding-left: 4%;
    }
    
    .contents .question {
        display: block;
        font-size: 22px;
        line-height: 32px;
    }
    .contents .question em {
        margin-right: 10px;
    }
}
@media all and (max-width:700px) {
    .contents .fig_1 {margin-bottom: 50px;}
    .contents .interview {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 100px;
    }
    .contents .question {
        display: flex;
        margin-bottom: 20px;
    }
    .contents .question em {
        width: 28px;
        margin-right: 10px;
    }
    .contents .interview.edge {
        display: flex;
        justify-content: flex-end;
    }
    .contents .interview.edge .fig_2 {
        width: 80%;
        min-width: 300px;
        transform: translateX(6vw);
    }
}
@media all and (max-width:450px) {  
    .contents .fig_1 {min-width: 400px;}
    .contents .interview { margin-bottom: 80px; }
    .contents .question {
        font-size: 20px;  
        line-height: 30px;
        margin-bottom: 10px;
    }
    .contents .interview.edge .fig_2 {
        left: 6vw;
    }
    
}