@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    staff_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

body{
    background-color: #fff !important;
}

#wrap{
    margin: 0 auto;
    overflow: hidden;
    opacity: 1 !important;
}

#contents_area{
    opacity: 1 !important;
}

#contents_area:before{
    content: '';
    width: 100%;
    height: 100%;
    opacity: .1;
    background-image:url(../images/staff/bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    position: fixed;
    z-index: 0;
}

.is_sp #contents_area:before{
    height: 100vh;
}

#footer{
    background-color: #fff;
    position: relative;
    z-index: 2;
}

/* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
#head{
    margin: 0 0 20px 0;
    padding: 10px 15px 8px 15px;
    background-color: #afbcc4;
    position: relative;
    z-index: 2;
}

#head h1{
    display: inline-block;
    opacity: 1 !important;
    position: relative;
}

#head h1 img{
    width: 156px;
    opacity: 1 !important;
}

.is_sp #head h1 img.touch,
.is_pc #head h1 img:hover{
    opacity: .7 !important;
}



/* --------------------------------------------------
*
    #staff
*
-------------------------------------------------- */
#staff{
    padding: 40px 0 0 0;
    text-align: center;
    font-size: 14px;
}

#staff:after{
    content: '';
    display: block;
    clear: both;
}

#staff .section{
    margin: 0 auto 40px auto;
    padding: 0 15px;
}

#staff .caution{
    margin: -20px 0 40px 0;
    font-size: 80%;
}

#staff h2{
    margin: 0 0 60px 0;
    font-size: 25px;
    letter-spacing: .075em;
}

#staff h3{
    display: inline-block;
    clear: both;
    margin: 0 0 45px 0;
    font-size: 17px;
    position: relative;
    letter-spacing: .075em;
}

#staff h3:after{
    content: '';
    display: block;
    width: 110%;
    height: 2px;
    background-color: #231815;
    position: absolute;
    bottom: -10px;
    left: -5%;
}

#staff h4{
    display: inline-block;
    clear: both;
    margin: 0 0 30px 0;
    font-size: 15px;
    position: relative;
}

#staff h4:after{
    content: '';
    display: block;
    width: 110%;
    height: 1px;
    border-bottom: 1px dashed #231815;
    position: absolute;
    bottom: -10px;
    left: -5%;
}

#staff li{
    margin: 0 0 20px 0;
    overflow: hidden;
}

#staff li dl{
    margin: 0 0 20px 0;
    overflow: hidden;
}

#staff dl{
    margin: 0 0 40px 0;
    clear: both;
    line-height: 2em;
}

#staff dl:after{
    content: '';
    clear: both;
    display: block;
}

#staff dt{
    box-sizing: border-box;
    clear: both;
    font-size: 13px;
}

#staff dd{
    margin: 0 0 35px 0;
    box-sizing: border-box;
}

#staff dd p{
    margin: 0 0 15px 0;
}

#staff .single dd{
    width: 100%;
    text-align: center;
}

#staff .produce{
    margin: -40px 0 0 0;
}

} /* ----- max-width: 640px ----- */
