@charset "utf-8";
/*
Author: LIQUID DESIGN Ltd.
Author URI: https://lqd.jp/wp/
*/
.liquid-speech-balloon-wrap {
    margin-bottom: 0;
    flex-direction: row;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #fff;
    padding: 40px 48px 20px;
}
.liquid-speech-balloon-00{
    margin-top: 15px;
}
.voice_detailPage .sec1 .layout-qa{
    margin: 74px 0 65px 
}
.liquid-speech-balloon-01{
    padding: 0 48px 36px;
    margin-top: 0;
}
.liquid-speech-balloon-text {
    font-size: 2rem;
    font-weight: bold;
    color: #1f242f;
    padding: 7px 0 0 0;
    position: relative;
    width: calc(100% - 60px);
    margin-left: 13px;
    border-radius: 0;
    border: none;
    background-color: #fff;
}
.liquid-speech-balloon-01 .liquid-speech-balloon-text{
    font-size: 1.6rem;
    color: #1f242f;
    line-height: 1.625;
    padding-top: 10px;
    font-weight: normal;
}
.liquid-speech-balloon-01 .liquid-speech-balloon-text::after{
    content: '';
    background-color: #d1d1d1;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -10px;
}
.liquid-speech-balloon-text p,
.liquid-speech-balloon-text .wp-block-liquid-speech-balloon {
    margin: 0;
    padding: 0;
}
.liquid-speech-balloon-text p a {
    color: inherit;
    text-decoration: underline;
}
.liquid-speech-balloon-arrow{
    display: none;
}
.liquid-speech-balloon-avatar {
    position: relative;
    font-weight: bold;
    border-radius: 50%;
    background: #004da0;
    width: 47px;
    height: 47px;
}
.liquid-speech-balloon-avatar::after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    letter-spacing: 0;
}
.liquid-speech-balloon-01 .liquid-speech-balloon-avatar{
    background-color: #bbdff6;
}
.liquid-speech-balloon-01 .liquid-speech-balloon-avatar::after{
    color: #004da0;
}

@media only screen and (max-width:1024px){
    .liquid-speech-balloon-wrap{
        padding: 40px 40px 20px;
    }
    .liquid-speech-balloon-01{
        padding: 0 40px 30px;
    }
   .voice_detailPage .sec1 .layout-qa{
        margin: 70px 0 60px 
    }
}
@media only screen and (max-width:768px){
    .liquid-speech-balloon-wrap{
        padding: 30px 30px 20px;
    }
   .voice_detailPage .sec1 .layout-qa{
        margin: 60px 0 50px 
    }
    .liquid-speech-balloon-01{
        padding: 0 30px 30px;
    }
    .liquid-speech-balloon-avatar{
        width: 40px;
        height: 40px;
    }
    .liquid-speech-balloon-avatar::after{
        font-size: 1.8rem;
    }
    .liquid-speech-balloon-text{
        font-size: 1.8rem;
    }
    .liquid-speech-balloon-01 .liquid-speech-balloon-text{
        font-size: 1.4rem;
    }
    .liquid-speech-balloon-text{
        width: calc(100% - 53px);
    }
}
@media only screen and (max-width:480px){
    .liquid-speech-balloon-wrap{
        padding: 20px 20px 15px;
    }
    .liquid-speech-balloon-01{
        padding: 0 20px 20px;
    }
    .voice_detailPage .sec1 .layout-qa{
        margin: 50px 0 40px 
    }
    .liquid-speech-balloon-avatar{
        width: 30px;
        height: 30px;
    }
    .liquid-speech-balloon-text{
        margin-left: 5px;
        padding-top: 2px;
    }
    .liquid-speech-balloon-01 .liquid-speech-balloon-text{
        line-height: 1.6;
        padding-top: 2px;
        margin-left: 5px;
    }
    .liquid-speech-balloon-text{
        width: calc(100% - 35px);
    }
}