.speArea {
    background-color: #cedb27;
    border-radius: 8px;
    padding-bottom: 40px;
    width: 685px;
    margin: 0 auto;
}  
.speArea .detailArea {
    border: 3px #216bb6 solid;
    background-color: #feffeb;
    margin: 0 20px;
    padding-bottom: 40px;
    position: relative;
}    
.speArea .detailArea .pageTitle {
    background-color: #f3ac20;
    display: block;
    width: 450px;
    margin: -35px auto 0;
    font-size: 150%;
    font-family: UD新丸ゴ B;
    padding: 18px 0;
    line-height: 1em;
    text-align: center;
    border: none !important;
    position: relative;
}   
.speArea .detailArea .pageTitle .arrow {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    width: 450px;
}    
.speArea .detailArea .kampokun01 {
    position: absolute;
    top: 70px;
    left: 60px;
}       
.speArea .detailArea .kampokun02 {
    position: absolute;
    top: 70px;
    right: 15px;
}
    
.speArea .detailArea .overview {
    display: block;
    width: 400px;
    margin: 40px auto 30px;
    text-align: center;
    font-family: UD新丸ゴ R;
}
.speArea .detailArea .overview .date {
    font-size: 150%;
    font-family: UD新丸ゴ B;
    font-weight: bold;
}
    
.speArea .photoArea {
    margin: 0 20px 24px;
    text-align: center;
}
.speArea .photoArea img {width: 100%; margin-bottom: 1rem;}

.speArea .reportArea {
    margin: 0 20px 40px;
}
.voice {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comment {
    position: relative;
    background-color: #fcf42d;
    border-radius: 10px;
    padding: 20px;
    margin-left: 30px;
    width: 54%;
}
.comment::before {
    position: absolute;
    content: '';
    background: url(/aboutus/csr/assets/img/i_abt_csr_rdo_spe_arrow02.png) no-repeat;
    width: 30px;
    height: 32px;;
    top: 40%;
    left: -28px;
}
.comment p {margin-bottom: 0;}
.speArea .reportArea .title {
    color: #216bb6;
    font-size: 130%;
    font-family: UD新丸ゴ B;
    text-decoration: none;
    margin-bottom: 20px;
}


@media screen and (max-width: 767px) {
    .speArea,
    .speArea .detailArea .overview {
        width: auto;
    }
    .speArea .detailArea .pageTitle {
        width: 98%;
    }
    .speArea .detailArea .pageTitle .arrow {
        left: 44%;
        width: auto;
    }
    .speArea .reportArea .title { margin-bottom: 10px; }
    .kampokun01,
    .kampokun02 {display: none;}

    .voice {display: block;}
    .comment {
        width: 100%;
        margin-left: 0;
    }
    .comment::before {display: none;}
    .photo img {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
}