/*** 採用インタビュー 詳細 SP ***/
@media screen and (max-width:640px){

/* ===================================
all
=================================== */
a:link,a:hover,a:active,a:visited{
    text-decoration: none;
    color: #000000;
}
a:hover{
    opacity: 0.7;
}
body{
    color: #333333;
}

/* ===================================
#top
=================================== */
#top{
    width: 100vw;
    margin: 0 auto;
}
.topBar{
    display: none;
}
.topTitle{
    display: block;
    margin: 0;
    padding: 20px 10px;
    background-color: #FAFAF6;
    color: #4B332C;
    font-size: 15px;
    font-weight: bold;
}
.topTitle span{
    font-size: 13px;
    padding-left: 3px;
}
#topImg{
    font-family: Quicksand, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url(https://www.rals.co.jp/recruit/interview/new-graduates/img/bg_top_01.png);
    padding-bottom: 20px;
    background-attachment: fixed;
}
#topInner{
    width: 100vw;
    margin: 0 auto;

    position: relative;
}
#topInner .photoTop{
    width: 100%;
    height: auto;
    background-color: #8D9195;
}
#topInner .infoTop{
    width: 84vw;
    height: auto;
    margin: -10px auto 0;
    padding: 70px 20px 31px;
    background-color: #ffffff;
    position: relative;
}
#topInner .infoTop .job{
    width: 130px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 20px;
    background-color: #DFC352;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}
#topInner .infoTop .caption{
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
}
#topInner .infoTop .nameKana{
    color: #DFC352;
    font-size: 35px;
    padding: 13px 0;
    font-family: 'Caveat', cursive;
}
#topInner .infoTop .staffData{
    font-size: 13px;
    padding: 5px 0 10px;
}
#topInner .infoTop .name{
    font-size: 20px;
    font-weight: 500;
}
#topInner .infoTop .nameEnglishImg{
    height: 28px;
    margin: 20px 0 15px;
}
#topInner .infoTop .nameImg{
    height: 25px;
    margin-top: 5px;
}
.searchBar{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #E7EFDE;
    text-align: center;
}
.categoryBar{
    height: 50px;
    max-width: 460px;
    overflow-x: auto;
}
.freeword{
    width: 70%;
    height: 10px;
    padding: 10px;
    font-size: 12px;
    border: none;
}
.sendButton{
    width: 55px;
    height: 30px;
    border: 0;
    background: url(../img/ico_search_01.png) center;
}
.bigCategory {
    width: 460px;
    float: left;
    font-size: 13px;
    background-color: #E7EFDE;
}
.bigCategory li {
    display: inline;
}
.bigCategory .active {
    background-color: #FAFAF6;
    font-weight: bold;
}
.bigCategory .cate {
    width: 150px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    color: #333;
    text-align: center;
    font-size: 13px;
}
/* ===================================
#mainContents
=================================== */
#mainContents{
    overflow: hidden;
    padding: 20px 0 20px;
    background-color: #fff;
}
#mainContents h2{
    position: relative;
    color: #6CA543;
    padding: 5px 20px 0 65px;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.7;
    word-break: break-all;
}
#mainContents h2:nth-child(n+2){
    border-top: 1px solid #E9E9E9;
    margin-top: 20px;
    padding-top: 30px;
}
#mainContents h2::before{
    position: absolute;
    content: "Q.";
    color: #6CA543;
    font-size: 38px;
    left: 16px;
    top: 15px;
    font-weight: normal;
}
#mainContents h2:nth-child(1)::before{
    top: -11px;
}
#mainContents h3{
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    margin: 28px 0 25px;
    line-height: 1.7;
    padding: 0 20px;
    word-break: break-all;
    color: #264358;
}
#mainContents img{
    width: 90vw;
    height: auto;
    display: block;
    margin-bottom: 25px;
}
#mainContents p{
    font-size: 15px;
    line-height: 30px;
    white-space: pre-line;
    padding: 0 20px;
    word-break: break-all;
}
#mainContents p a {
    color: #3498DB;
    text-decoration: underline;
}
#mainContents .otherColumeLink{
    color: #3498DB;
    text-decoration: underline;
}
#snsLink{
    display: none;
}

/* ===================================
#sideContents
=================================== */
#sideInnerContents{
    margin-top: -25px;
}
.sideColumnFrame{
    margin: 0 auto;
    overflow: hidden;
}
.sideTop{
    margin: 0;
    padding: 20px 0;
    background-color: #F4F6F1;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #E1E1E1;
}
.blogTop{
    border-top: 1px solid #E1E1E1;
}
.sideContent{
    margin: 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #E1E1E1;
    padding: 5px 5px 24px;
}
.dataContent{
    border: none;
}
.sideContent .mainStaffBox{
    width: 120px;
    height: 120px;
    margin: 10px auto 28px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.sideContent .mainStaffIcon{
    height: 130px;
    display: block;
    margin: 0 auto 20px;
    border-radius: 50%;
}
.sideContent .staffProf{
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
}
.sideContent .staffProf .nameKana{
    font-size: 12px;
}
.sideContent .staffProf .nameImg{
    height: 19px;
    display: block;
    margin: 5px auto 0;
}
.sideContent .staffProf .nameKanaImg{
    height: 14px;
}
.sideContent .staffData,
.sideContent .jobData{
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    word-break: break-all;
}
.sideContent .jobData{
    margin-bottom:45px;
}
.sideContent .staffData .dataTop{
    margin-top: 0;
}
.sideContent .staffData .dataCaption{
    margin-top: 10px;
}
.sideContent .moreInterviewSide{
    float: left;
}
.sideContent .imgBox{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.sideContent .staffIcon{
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.sideContent .jobIcon{
    width: 80px;
    height: 80px;
}
.sideContent .staffComment,
.sideContent .jobComment{
    margin-left: 95px;
}
.sideContent .staffComment .caption,
.sideContent .jobComment .caption{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
}
.sideContent .staffComment .nameSideImg{
    margin-top: 4px;
    height: 16px;
}
.sideContent .webEngineerLink{
    font-size: 14px;
    border-bottom: 1px solid #000000;
}
.interviewLink,
.jobLink{
    clear: both;
    margin: 25px 20px;
    text-align: right;
    font-size: 13px;
}
.interviewLink::before,
.jobLink::before{
    content: ">";
    margin-right: 10px;
    color: #DFC352;
    font-weight: bold;
}
.flowLink{
    margin: 30px auto 0;
    padding: 15px 0;
    width: 90%;
    height: 50px;
    text-align: center;
    border: 3px solid #DFC352;
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
    position: relative;
}
.flowLink:hover{
    opacity: 0.7;
}
.flowLink::after{
    content: ">";
    color: #DFC352;
    font-weight: bold;
    position: absolute;
    top: 25px;
    right: 10px;
}
.clear{
    clear: both;
    margin: 5px 0;
}
/* ===================================
#moreInterview
=================================== */
#moreInterview{
    display: none;
}
}
