@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    margin-block-start:0;
    margin-block-end:0;
    position: relative;
}

html { scroll-behavior: smooth;}

body{
	font-family: sans-serif ;
}

h1,h2,h3,h4,h5,p{
    font-family: ten-mincho-text,serif;
    font-weight: 400;
    font-style: normal;
}

.container-all{
    
}

.small{
    font-size: 12px;
}

.back-white{
    background-color: #ffffff;
    width: 100vw;
    margin: 0;
    padding: 0;
}

.container{
    padding: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    z-index:10;
}

.header{
    padding: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    z-index:20;
}
.header-box{
    height: 74px;
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content:space-between;
    align-items:center;
    background-color: #ffffff;
    position: fixed;
}

    

.chuou-logo{
    height: 30px;
    margin-right: 40px;
}
.life-cbs-logo{
    height: 50px; 
    margin-left: 40px;
}

@media screen and (max-width: 480px){
    .header-box{
    height: 48px;
    }
    
    .chuou-logo{
        margin-right: 20px;
        height: 25px;  
}
    .life-cbs-logo{
    height: 30px;
    margin-left: 20px;
}    
}

.back{
    max-width: 1000px;
}
.back-image{
    position: fixed;
    top:74px;
    z-index: 0;
    height: 92.6vh;
    position:fixed;
    right: 0px;
}

@media screen and (max-width: 780px){
    .back-image{
        top: 20px;
        height:70vh;
    }
}

@media screen and (max-width: 480px){
    .back-image{
        top: 20px;
        height:50vh;
    }
}

.top-space{
    height: 72px;
}
.top{
    position: relative;
    top: 10px;
}

.top-image{
    width: 100%;
}

.top-title{
    display: flex;
    align-items:center;
    position: absolute;
    top:20px;
    left: 40px;
}
.top-title1{
    font-size: 5.6vw;
    line-height: 7.0vw;
    color: #000000;
    text-shadow: 0px 0px 0px #00000067;
    white-space: nowrap;
}
.top-title2{
    height: 6.4vw;
    margin-left: 1.2vw;
    margin-right: 2vw;
    text-shadow: 0px 0px 6px #00000067;
}
.top-title3{
    font-size: 9.6vw;
    color: #000000;
    text-shadow: 0px 0px 0px #00000067;
}
@media screen and (min-width: 1000px){
    .top-title{
    top:20px;
    }
    .top-title1{
    font-size: 56px;
    line-height: 70px;
    }
    .top-title2{
    height: 64px;
    margin-left: 12px;
    margin-right: 20px;
    }
    .top-title3{
    font-size: 96px;  
    }
}

.tag{
    width: 40%;
    display: flex;
    flex-wrap:wrap;
    position: absolute;
    top:24vw;
    left:40px;
}
.tag h2{
    font-size: 2.0vw;
    color: #000000;
    margin-right: 1.6vw;
}

@media screen and (min-width: 1000px){
    .tag{
    top:240px;
    }
    .tag h2{
    font-size: 20px;       
    }
}

.profile{
    background-color:rgba(0, 43, 120, 0.5);
    position: absolute;
    top:36vw;
    padding: 2.2vw 4.2vw 3.2vw 8.0vw;
    width: 47.0vw;
}

.profile-name{
    font-size: 3vw;
    color: #ffffff;
    text-shadow: 0px 0px 6px #00000080;
    margin-bottom: 1.4vw;
}
.profile-name-small{
    font-size:2.5vw;
    color: #ffffff;
    text-shadow: 0px 0px 6px #00000080;
    margin-left: 5px;
}
.profile-text{
    font-size: 1.8vw;
    line-height: 2.5vw;
    color: #ffffff;
    text-shadow: 0px 0px 6px #00000080;
}

@media screen and (min-width: 1000px){
    .profile{
    top:350px;
    padding: 22px 42px 32px 80px;
    width: 470px;
    }
    .profile-name{
    font-size: 30px;
    margin-bottom: 14px;    
    }
    .profile-name-small{
    font-size:25px;
    }
    .profile-text{
    font-size: 15px;
    line-height: 25px;
    }
}

@media screen and (max-width: 480px){
    .top-space{
    height: 48px;
    }
    .top-title{
    left: 20px;
    }
    .tag {
    left: 20px;
    }
    .profile{
    padding-left: 20px;
    }
}

@media screen and (max-width: 420px){
    .top-title{
    top:50px; 
    }
    .tag {
    top:35vw;  
    width: 60%;
    }
    .tag h2{
        font-size:11px;
    }
    .profile{
        position:relative;
        top:0;
        padding: 10px 0 15px 0px;
        width: 100vw;
        margin-top: -6px;
        background-color: #002B78B2;
    }
    .profile-name{
        font-size: 15px;
        text-align: right;
        margin-right: 20px;
    }
    .profile-text{
        font-size: 10px;
        line-height: 15px;
        text-align: right;
        margin-right: 20px;
    }
}





.intro{
    margin-top:72px;
}
.intro-index{
    border-bottom:3px solid #002B78;
}
.intro-index-box{
    margin-left: 80px;
    background-color: #002B78;
    padding: 4px 20px;
    width: 41px;
}
.intro-index-text{
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}
.intro-box{
    display: flex;
    background-color: #EDEDED;
    align-items: center;
    padding-bottom: 32px;
}
.intro-text{
    margin: 32px 0px 0px 80px;
}
.intro-text{
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    line-height: 32px;
    color: #313131;
}
.interviewer-img-box{
    width: 282px;
    position: relative;
}
.interviewer-img{
    width: 282px;
    margin-top: 16px;
}
.interviewer-name-box{
    position: absolute;
    top:42px;
    left: 164px;
    
}
.interviewer{
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo,sans-serif;
    font: normal normal medium 12px/26px YuGothic;
    color: #002B78;
    border-bottom: 1px solid #002B78;
}
.interviewer-name{
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo,sans-serif;
    font: normal normal medium 14px/26px YuGothic;
    color: #313131;
    text-align: center;
}

@media screen and (max-width: 768px){
    .top-title{
    top:20px;
    }
    .intro-box{
        display: block;
    }
    .intro-text{
        margin: 0px 40px 0px 40px;
        padding-top: 32px;
    }
    .interviewer-img-box{
        margin: 0 0 0 auto;
    }
    .interviewer-img{
        width:  220px;
}
    .intro-index-box{
    margin-left: 40px;
}
}

@media screen and (max-width: 480px){
    .intro-index-box{
        margin-left: 20px;
    }
    .intro-text{
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 420px){
    .intro{
        margin-top: 32px;
    }
    .intro-box{
    padding-bottom: 16px;
    }
    .interviewer-img{
        width:  150px;
        margin-left: 20%;
    }
    .interviewer-name-box{
    left: 170px;
    
}
}



.title{
    margin-top: 0px;
    position: relative;
}

.img-sesson{
    position: absolute;
    top: -40px;
    margin-left: 3.5%;
    width: 25vw;
    max-width: 221px;
}

.title-text{
    position: relative;
    width: 88.2vw;
    max-width: 881px;
    margin-top:109px;
    margin-left:8%;
    margin-right: 4%;
    height: 120px;
    
    border: 5px solid rgba(0, 43, 120, 0.7);
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-text h3{
    text-align: center;
    font-size: 25px;
    margin: auto 40px;
}

@media screen and (max-width: 599px){
    .title-text h3{
    text-align: center;
    font-size: 20px;
    margin: auto 25px;
}
    .img-sesson{
    position: absolute;
    top: -32px;
    width: 150px;
    max-width: 221px;
    margin-left: auto;
}
    .title{
        margin-left: 3%;
        margin-right: 3%;
    }
    
    .title-text{
    position: relative;
    width: 85vw;
    max-width: 881px;
    margin-top:109px;
    margin-left:5%;
    height: 120px;
}
}
@media screen and (max-width: 480px){
    .title-text h3{
    text-align: center;
    font-size: 18px;
    margin: 30px 20px 20px 20px;
}
    .title-text{
    margin-left:20px;
    margin-right: 20px;
    width: auto;
    height: 100px;
}
    .title{
    margin-left: 0px;
    margin-right: 0px;
    }
}


.teacher{
    margin: 32px auto 0px auto;
    width: 56.8vw;
    max-width: 616px;
    display: flex;
    align-items: flex-start;
}

.teacher-name{
    font-family: ten-mincho-text,serif;
    font-weight: 400;
    font-style: normal;
    color: #717171;
    width: 48px;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
}

.teacher-text{
    color: #717171;
    line-height: 32px;
    flex: 1;
}

.student{
    margin: 32px auto 0px auto;
    width: 56.8vw;
    max-width: 616px;
    display: flex;
    align-items: flex-start;
}

.student-name{
    font-family: ten-mincho-text,serif;
    font-weight: 400;
    font-style: normal;
    color: #002B78;
    width: 48px;
    line-height: 32px;
}

.student-text{
    color: #313131;
    line-height: 32px;
    flex: 1;
}

@media screen and (min-width: 768px){
    .teacher{
        width: 72vw;
    }
    .student{
        width: 72vw;
    }

}

@media screen and (max-width: 480px){
    .teacher{
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .student{
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
}

.interview-image{
    width: 100vw;
    max-width: 1000px;
    margin-top: 56px;
}

.annotation-box{
    width: 82.7vw;
    max-width: 805px;
    padding: 22px;
    background-color: #FFFFFF; 
    border: 2px solid #002B78;
    display: flex;
    margin: 80px auto 0 auto;
    flex-wrap: wrap;
}

.annotation-box h5{
    font-size: 18px; 
    color: #002B78;
    line-height: 40px;
}

.annotation-text{
    line-height: 32px;
    font-size: 15px;
    color: #313131;
}


.annotation-box a{
    margin-top: 10px;
    font-size: 13px;
    color: #002B78;
    text-align: 15px;
}

.annotation-links{
    margin-top: 10px;
    font-size: 13px;
    color: #002B78;
    text-align: 15px;
    word-break: break-all;
}

a{
    word-break: break-all;
}

.information{
    text-align: center;
    display: flex;
    flex-direction: column;
}
.information-image{
    max-width: 360px;
    margin-top: 5px;   
}
.information-image-top{
    max-width: 360px;
    margin-top: 80px; 
}


@media screen and (max-width: 480px){
    .annotation-box{
       display: block; 
    }
    .annotation-box{
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .annotation-text{
        margin-top:0px;
        width: 100%;
    }
    .annotation-text-top{
        width: 100%;
    }
    .information-image,.information-image-top{
        width: 85%;
    }
}

.back-button-box{
    margin-bottom: 30px;
    text-align : center;
    
}
.back-button{
    height: 40px;
    margin-top: 80px;
}

@media screen and (max-width: 480px){
    .back-button{
    height: 40px;
}   
}


/* ===== 前沢さんページ：メインビジュアルタイトル調整 ===== */
.top-title{
    align-items: center;
}

.top-title1{
    font-size: 4.8vw;
    line-height: 1.22;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.top-title2{
    flex-shrink: 0;
}

.top-title3{
    flex-shrink: 0;
}

@media screen and (min-width: 1000px){
    .top-title1{
        font-size: 48px;
        line-height: 1.22;
    }
}

@media screen and (max-width: 768px){
    .top-title1{
        font-size: 4.7vw;
        line-height: 1.22;
    }
}

@media screen and (max-width: 480px){
    .top-title{
        left: 20px;
        right: 12px;
    }

    .top-title1{
        font-size: 4.8vw;
        line-height: 1.25;
    }

    .top-title2{
        height: 5.5vw;
        margin-left: 1vw;
        margin-right: 1.4vw;
    }

    .top-title3{
        font-size: 8vw;
    }
}

@media screen and (max-width: 420px){
    .top-title{
        top: 34px;
    }

    .top-title1{
        font-size: 4.7vw;
        line-height: 1.24;
    }
}

/* タイトルとタグの間隔調整 */
@media screen and (min-width:1000px){
  .tag{top:270px;}
}
.tag{top:27vw;}
@media screen and (max-width:768px){.tag{top:29vw;}}
@media screen and (max-width:480px){.tag{top:31vw;}}


/* ===== v3：タイトル下タグの位置を安定化 ===== */
/* 1000px未満では画面幅に合わせ、1000px以上では固定する */
.tag{
    top: 28.5vw;
}

@media screen and (min-width: 1000px){
    .tag{
        top: 285px;
    }
}


/* ===== v5：メインビジュアルの文字被り修正 ===== */
.top-title{
    display: block;
    align-items: initial;
    width: 52%;
    top: 20px;
    left: 40px;
}

.top-title1{
    font-size: 4.35vw;
    line-height: 1.15;
    letter-spacing: 0;
    white-space: nowrap;
}

.top-title-brand{
    position: absolute;
    top: 10.5vw;
    left: 29vw;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.top-title2{
    height: 4.8vw;
    margin: 0 1.2vw 0 0;
}

.top-title3{
    font-size: 7.2vw;
    line-height: 1;
}

/* タグはタイトル下で安定させる */
.tag{
    top: 28.5vw;
}

@media screen and (min-width: 1000px){
    .top-title{
        width: 520px;
        top: 20px;
        left: 40px;
    }

    .top-title1{
        font-size: 43px;
        line-height: 1.15;
    }

    .top-title-brand{
        top: 105px;
        left: 290px;
    }

    .top-title2{
        height: 48px;
        margin-right: 12px;
    }

    .top-title3{
        font-size: 72px;
    }

    .tag{
        top: 285px;
    }
}

@media screen and (max-width: 768px){
    .top-title{
        width: 54%;
        top: 20px;
    }

    .top-title1{
        font-size: 4.25vw;
        line-height: 1.15;
    }

    .top-title-brand{
        top: 10.3vw;
        left: 28vw;
    }

    .top-title2{
        height: 4.5vw;
    }

    .top-title3{
        font-size: 6.8vw;
    }
}

@media screen and (max-width: 480px){
    .top-title{
        width: 56%;
        left: 20px;
        right: auto;
    }

    .top-title1{
        font-size: 4.15vw;
        line-height: 1.16;
    }

    .top-title-brand{
        top: 10.5vw;
        left: 28vw;
    }

    .top-title2{
        height: 4.4vw;
        margin-right: 1vw;
    }

    .top-title3{
        font-size: 6.6vw;
    }
}

/* ===== v5：インタビューワー画像を元ページ程度に縮小 ===== */
.interviewer-img-box{
    width: 240px;
    min-width: 240px;
    flex: 0 0 240px;
}

.interviewer-img{
    width: 205px;
    margin-top: 16px;
    margin-left: 35px;
}

.interviewer-name-box{
    top: 42px;
    left: 105px;
}

@media screen and (max-width: 768px){
    .interviewer-img-box{
        width: 220px;
        min-width: 220px;
        flex-basis: 220px;
    }

    .interviewer-img{
        width: 185px;
        margin-left: 35px;
    }

    .interviewer-name-box{
        top: 38px;
        left: 96px;
    }
}

@media screen and (max-width: 420px){
    .interviewer-img-box{
        width: 180px;
        min-width: 180px;
        flex-basis: 180px;
    }

    .interviewer-img{
        width: 145px;
        margin-left: 35px;
    }

    .interviewer-name-box{
        top: 28px;
        left: 78px;
    }
}


/* ===== v6：インタビューワー名の位置修正 ===== */
.interviewer-img-box{
    width: 260px;
    min-width: 260px;
    flex: 0 0 260px;
    height: 220px;
    position: relative;
    overflow: hidden;
}

.interviewer-img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
    margin: 0;
}

.interviewer-name-box{
    position: absolute;
    top: 40px;
    left: 0;
    width: 108px;
    z-index: 2;
}

.interviewer{
    display: block;
    width: 100%;
    box-sizing: border-box;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
}

.interviewer-name{
    display: block;
    width: 100%;
    margin-top: 4px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 768px){
    .interviewer-img-box{
        width: 240px;
        min-width: 240px;
        flex-basis: 240px;
        height: 205px;
    }

    .interviewer-img{
        width: 165px;
    }

    .interviewer-name-box{
        top: 36px;
        left: 0;
        width: 100px;
    }
}

@media screen and (max-width: 420px){
    .interviewer-img-box{
        width: 200px;
        min-width: 200px;
        flex-basis: 200px;
        height: 165px;
    }

    .interviewer-img{
        width: 135px;
    }

    .interviewer-name-box{
        top: 24px;
        left: 0;
        width: 88px;
    }

    .interviewer{
        font-size: 10px;
        line-height: 20px;
    }

    .interviewer-name{
        font-size: 11px;
        line-height: 20px;
    }
}


/* ===== v7 interviewer label on RIGHT ===== */
.interviewer-img-box{
    width:260px;
    min-width:260px;
    flex:0 0 260px;
    height:220px;
    position:relative;
}

.interviewer-img{
    position:absolute;
    right:0;
    bottom:0;
    width:180px;
    margin:0;
}

.interviewer-name-box{
    position:absolute;
    top:34px;
    right:8px;
    left:auto;
    width:112px;
    z-index:3;
}

.interviewer{
    text-align:left;
    white-space:nowrap;
}

.interviewer-name{
    text-align:center;
    white-space:nowrap;
}

@media screen and (max-width:768px){
  .interviewer-name-box{
    right:4px;
    top:30px;
    width:100px;
  }
}

@media screen and (max-width:420px){
  .interviewer-name-box{
    right:0;
    top:22px;
    width:88px;
  }
}


/* ===== v8：添付見本に合わせたインタビューワー配置 ===== */
.intro-box{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 300px;
    padding-bottom: 0;
}

.intro-text{
    flex: 1 1 auto;
    min-width: 0;
    margin: 32px 30px 32px 80px;
    padding: 0;
    align-self: center;
}

.interviewer-img-box{
    position: relative;
    flex: 0 0 330px;
    width: 330px;
    min-width: 330px;
    height: 300px;
    overflow: hidden;
    margin: 0;
}

.interviewer-img{
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    width: 225px;
    height: auto;
    margin: 0;
}

.interviewer-name-box{
    position: absolute;
    top: 48px;
    right: 18px;
    left: auto;
    width: 125px;
    z-index: 3;
}

.interviewer{
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    white-space: nowrap;
    border-bottom: 1px solid #002B78;
}

.interviewer-name{
    display: block;
    width: 100%;
    margin-top: 4px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width: 768px){
    .intro-box{
        display: block;
        min-height: 0;
    }

    .intro-text{
        margin: 0 40px;
        padding-top: 32px;
    }

    .interviewer-img-box{
        width: 300px;
        min-width: 300px;
        height: 260px;
        margin-left: auto;
    }

    .interviewer-img{
        width: 195px;
    }

    .interviewer-name-box{
        top: 40px;
        right: 14px;
        width: 115px;
    }
}

@media screen and (max-width: 480px){
    .intro-text{
        margin-left: 20px;
        margin-right: 20px;
    }

    .interviewer-img-box{
        width: 245px;
        min-width: 245px;
        height: 210px;
    }

    .interviewer-img{
        width: 155px;
    }

    .interviewer-name-box{
        top: 30px;
        right: 8px;
        width: 100px;
    }

    .interviewer{
        font-size: 11px;
        line-height: 22px;
    }

    .interviewer-name{
        font-size: 12px;
        line-height: 22px;
    }
}


/* ===== 唐琪さんページ：文字流し込み調整 ===== */
.top-title1{
    font-size: 4.7vw;
    line-height: 1.2;
}

.top-title-brand{
    top: 5.8vw;
    left: 25.5vw;
}

@media screen and (min-width: 1000px){
    .top-title1{
        font-size: 47px;
        line-height: 1.2;
    }

    .top-title-brand{
        top: 58px;
        left: 255px;
    }
}

/* 長い見出しにも対応 */
.title-text{
    min-height: 120px;
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
}

.title-text h3{
    line-height: 1.55;
}

/* 長文ページの段落間を安定させる */
.student-text br + br,
.teacher-text br + br{
    line-height: 16px;
}


/* ===== v2 メイン ×CBS 調整 ===== */
.top-title{
    width:56%;
}

.top-title-brand{
    position:absolute;
    top:72px;
    left:430px;
    display:flex;
    align-items:center;
    gap:12px;
}

.top-title2{
    width:42px;
    height:auto;
    margin:0;
    flex-shrink:0;
}

.top-title3{
    font-size:88px;
    line-height:1;
    margin:0;
}

@media screen and (max-width:1000px){
    .top-title-brand{
        top:5.9vw;
        left:34vw;
        gap:1vw;
    }
    .top-title2{
        width:3.8vw;
    }
    .top-title3{
        font-size:7.8vw;
    }
}


/* ===== v3：「× CBS」をタイトル下へ配置 ===== */
.top-title{
    display: block;
    width: 58%;
}

.top-title1{
    margin: 0;
}

.top-title-brand{
    position: static;
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-left: 210px;
    gap: 12px;
}

.top-title2{
    width: 40px;
    height: auto;
    margin: 0;
    flex-shrink: 0;
}

.top-title3{
    font-size: 76px;
    line-height: 1;
    margin: 0;
}

@media screen and (max-width: 1000px){
    .top-title-brand{
        margin-top: 1.2vw;
        margin-left: 21vw;
        gap: 1vw;
    }

    .top-title2{
        width: 4vw;
    }

    .top-title3{
        font-size: 7.6vw;
    }
}

@media screen and (max-width: 480px){
    .top-title{
        width: 62%;
    }

    .top-title-brand{
        margin-top: 1vw;
        margin-left: 20vw;
    }

    .top-title2{
        width: 3.8vw;
    }

    .top-title3{
        font-size: 7.2vw;
    }
}


/* Touki adjustments */
.top-title1{
 color:#fff !important;
 text-shadow:0 2px 8px rgba(0,0,0,.35);
}
.top-title-brand{
 position:static;
 display:flex;
 justify-content:flex-start;
 align-items:center;
 margin-top:14px;
 margin-left:0 !important;
}
.top-title2{margin-right:12px;}
.top-title3{
 color:#fff;
}
.top-image{
 object-position:62% center;
}
@media(min-width:769px){
 .top-image{object-position:64% center;}
}


/* ===== v5：背景画像差し替え・タイトル文字を黒へ ===== */
.top-title1,
.top-title3{
    color: #000000 !important;
    text-shadow: none !important;
}


/* ===== v6 タイトルサイズ調整 ===== */
.top-title1{
    font-size:58px !important;
    line-height:1.12 !important;
    letter-spacing:-0.02em;
}

.top-title-brand{
    margin-top:18px !important;
}

@media screen and (max-width:1000px){
    .top-title1{
        font-size:5.8vw !important;
    }
    .top-title-brand{
        margin-top:1.8vw !important;
    }
}


/* ===== v7 interviewer alignment ===== */
.interviewer-name-box{
    right:34px !important;
    left:auto !important;
    width:138px !important;
}
.interviewer{
    padding-left:2px;
    text-align:left !important;
}
.interviewer-name{
    text-align:left !important;
    padding-left:2px;
    font-size:18px !important;
    line-height:28px !important;
}
