@charset "utf-8";

/*==============================

		style.css（staff）

==============================*/


/*------------------------------
page_title PC
------------------------------*/
@media screen and (min-width: 641px)  { 
    .page_title .title_bg{
        width: 980px;
        height: 120px;
        margin-right: auto;
        margin-left: auto;
        background: url(../img/title_bg.jpg) no-repeat center right;
    }
    .page_title .title_bg h1{
        width: 823px;
        height: 89px;
        background: url(../img/page_title_pc.png) no-repeat 15px 31px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-indent: 100%;
    }
}

/*------------------------------
page_title SP
------------------------------*/
@media screen and (max-width: 640px) {
    .page_title .title_bg{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 20px;
    }
    .page_title .title_bg h1{
        background: url(../img/page_title_sp.png) no-repeat;
        height: 40px;
        background-size: contain;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-indent: 100%;
    }
}

/*------------------------------
staff PC
------------------------------*/
@media screen and (min-width: 641px) {
    .staff_wrap{
        width: 920px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .staff_wrap:after {
        content: "";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
    }
    .staff_wrap h2{
        background: #c4d754;
        padding-top: 3px;
        padding-bottom: 3px;
        color: #FFFFFF;
        text-align: left;
        font-size: 2.3rem;
        font-weight: 700;
        text-shadow: 1px 1px 3px #666;
        letter-spacing: 1px;
        margin-bottom: 20px;
        text-indent: 2rem;
    }
    .staff_wrap .staffBox{
        margin-top: 20px;
        border: 3px solid #82c91e;
        width: 440px;
        float: left;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .staff_wrap .staffBox:nth-child(even){
        margin-left: 25px;
    }
    
    .staff_wrap .staffBox li:nth-child(1){
        color: #79ad31;
        font-size: 1.4rem;
        font-weight: 700;
        padding-left: 2rem;
    }
    .staff_wrap .staffBox li:nth-child(2){
        padding-left: 2rem;
        padding-bottom: 1rem;
    }
    .staff_wrap .staffBox li:nth-child(3){
        border-top: 2px solid #82c91e;
        border-bottom: 2px solid #82c91e;
        font-size: 0;
    }
    .staff_wrap .staffBox li:nth-child(3) img{
        width: 100%;
    }
    
    .staff_wrap .staffBox li:nth-child(4){
        padding-left: 2rem;
        padding-top: 1rem;
        font-size: 1.2rem;
    }
    .staff_wrap .staffBox li:nth-child(4) a:link{
        text-decoration: underline !important;
    }
    
    .staff_wrap .staffBox li:nth-child(5){
        padding-left: 2rem;
        font-size: 1.2rem;
    }
 }
/*------------------------------
staff SP
------------------------------*/
@media screen and (max-width: 640px) {
    .staff_wrap{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .staff_wrap h2{
        background: #c4d754;
        padding-top: 3px;
        padding-bottom: 3px;
        color: #FFFFFF;
        text-align: left;
        font-size: 1.8rem;
        font-weight: 700;
        text-shadow: 1px 1px 3px #666;
        letter-spacing: 1px;
        margin-bottom: 10px;
        text-indent: 2rem;
    }
    .staff_wrap .staffBox{
        margin-top: 20px;
        border: 3px solid #82c91e;
        padding-top: 15px;
        padding-bottom: 15px;
    }    
    .staff_wrap .staffBox li:nth-child(1){
        color: #79ad31;
        font-size: 1.4rem;
        font-weight: 700;
        padding-left: 2rem;
    }
    .staff_wrap .staffBox li:nth-child(2){
        padding-left: 2rem;
        padding-bottom: 1rem;
    }
    .staff_wrap .staffBox li:nth-child(2) img{
        height: 20px;
        width: auto;
    }
    
    
    .staff_wrap .staffBox li:nth-child(3){
        border-top: 2px solid #82c91e;
        border-bottom: 2px solid #82c91e;
        font-size: 0;
    }

    .staff_wrap .staffBox li:nth-child(4){
        padding-left: 2rem;
        padding-top: 1rem;
        font-size: 1.2rem;
    }
    .staff_wrap .staffBox li:nth-child(4) a:link{
        text-decoration: underline !important;
    }
    
    .staff_wrap .staffBox li:nth-child(5){
        padding-left: 2rem;
        font-size: 1.2rem;
    }
 }