@charset 'UTF-8';
/* ==========================================
   インタビューコンポーネント (bl_post-interview)
   ========================================== */
/* --- インタビュー (bl_post-interview) --- */
.bl_post-interview-block:not(:last-of-type)
{
    margin-bottom: min(calc(24 / 1440 * 100vw), 24px);
}

.bl_post-interview-title
{
    font-weight: bold;
    line-height: 1.4;

    margin-bottom: min(calc(16 / 1440 * 100vw), 16px);
}

.bl_post-interview-text
{
    font-size: min(calc(16 / 1440 * 100vw), 16px);
    line-height: 1.8;

    margin-top: min(calc(16 / 1440 * 100vw), 16px);
}
.bl_post-interview-text-name
{
    font-weight: bold;
}

/* ==========================================
   レスポンシブ（SP）
   ========================================== */
@media only screen and (max-width: 767px)
{
    .bl_post-interview-block:not(:last-of-type)
    {
        margin-bottom: calc(16 / 390 * 100vw);
    }
    .bl_post-interview-title
    {
        font-size: calc(16 / 390 * 100vw);

        margin-bottom: calc(16 / 390 * 100vw);
    }
    .bl_post-interview-text
    {
        font-size: calc(16 / 390 * 100vw);

        margin-top: calc(16 / 390 * 100vw);
    }
}
