@charset "utf-8";

.voice_dtl_ttl{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 2em;
}
.voice_dtl_mv{
    margin-bottom: 60px;
}
.interview_ttl{
    max-width: 200px;
    margin-bottom: 120px;
    margin: 0 auto 80px;
}

.question{
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 0.3em;
}
/* .question::after{
    content: "";
    width: 100%;
    height: 1px;
    margin: 1em 0;
    display: block;
    border-bottom: dotted 2px #757575;
} */
.answer{
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    color: #5c5c5c;
    letter-spacing: 0.05em;
}
.interview_img{
    margin-top: 30px;
    width: 80%;
    max-width: 500px;
    margin: 20px 0 0;
}
.interview_list li:not(:first-child){
    margin-top: 100px;
}





.kiji_link_box{
    margin: 120px auto 0;
}
.kiji_link_box ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.kiji_link_box ul li{
    width: 40%;
}
.kiji_link_box ul li:first-of-type,.kiji_link_box ul li:last-of-type{
    width: 30%;
}
.kiji_link_box ul li:first-of-type a,.kiji_link_box ul li:last-of-type a{
    transition-duration: 0.6s;
    line-height: 1.3;
}
.kiji_link_box ul li:first-of-type a:hover,.kiji_link_box ul li:last-of-type a:hover{
    opacity: 0.6;
}
.kiji_link_box ul li:first-of-type{
    position: relative;
    padding: 0 0 0 20px;
}
.kiji_link_box ul li:first-of-type a::before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
    left: -10px;
    top: 50%;
}
.kiji_link_box ul li:last-of-type a::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
    right: -4px;
    top: 50%;
}
.kiji_link_box ul li:last-of-type{
    position: relative;
    padding: 0 20px 0 0;
}
.kiji_link_box ul li:last-of-type{
    text-align: right;
}
.btn_back{
    margin: 0;
}

@media screen and (max-width: 850px){
.question {
    font-size: 14px;
}
.answer {
    font-size: 14px;
}
.voice_dtl_ttl {
    font-size: 18px;
}
.interview_ttl {
    max-width: 160px;
    margin: 0 auto 60px;
}
.interview_list li:not(:first-child) {
    margin-top: 70px;
}
}

@media screen and (max-width: 650px){
.kiji_link_box ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.kiji_link_box ul li:first-of-type, .kiji_link_box ul li:last-of-type {
    width: 50%;
}
.kiji_link_box ul li:nth-of-type(2){
    order: 3;
    margin: 20px auto 0;
}
.interview_img {
    margin: 20px auto 0;
}
.kiji_link_box {
    margin: 80px auto 0;
}
}
