@charset "utf-8";

.staffpage{
    background: url(../images/president/bg.png) 0 0 repeat;
    padding: 80px 0 1px;
}
#staff_pr{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto 20px;
}
.staff_pr_box{
    width: 40%;
    max-width: 1000px;
    margin: 0 10px;
    padding: 40px 40px;
    background: #ffffff;
}
#staff_pr .img_box{
    margin: 20px 0;
}
#staff_pr dl{
    display: flex;
    justify-content: space-between;
}
#staff_pr dt{
    width: 50%;
}
#staff_pr dd{
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 25px;
}
#staff_pr h2{
    font-size: 2.6rem;
    margin: 0 0 20px;
    letter-spacing: 0.08em;
    color: #6cbe3c;
}
#staff_pr h2 span{
    display: block;
    vertical-align: text-bottom;
    margin: 15px 0 0;
    color: #63b735;
    font-size: 1.8rem;
}
#staff_pr b{
    background: url(../images/staff/deco.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 30px 20px;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #6cbe3c;
    min-width: 210px;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 0.08em;
}
#staff_pr b.small{
    font-size: 1.5rem;
    padding: 20px 20px;
}
#staff_pr p{
    max-width: 400px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0em;
    text-align: justify;
}
#staff_pr p.note{
    background-image: linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, #ffff 50%, #ffff 50% ), linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 97%, #63b735 97%, #63b735 100% );
    background-size: 8px 100%, 100% 2em;
    line-height: 2;
}
#staff_pr a.more {
    background-image: url(../images/common/arrow.png);
    background-position: 32px;
    background-repeat: no-repeat;
    background-size: 21px;
    display: block;
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin: 25px auto 0;
    border: solid 2px #6cbe3c;
    color: #57B81F;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    padding: 15px 0;
    border-radius: 8px;
    font-weight: bold;
}
.staffpage #pickup{
    background: #fff;
    padding: 30px 15px;
    margin: 0;
}





@media screen and (min-width:320px) and ( max-width: 767px) {
.staffpage{
    padding: 40px 0 0;
}
#staff_pr{
    display: block;
}
.staff_pr_box{
    padding: 25px 15px;
    width: 85%;
    margin: 20px auto 20px;
}
#staff_pr dl{
    display: block;
    justify-content: space-between;
}
#staff_pr dt{
    text-align: center;
    width: 100%;
}
#staff_pr dd{
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    text-align: center;
}
#staff_pr h2 {
    font-size: 3rem;
    margin: 0 0 20px;
    letter-spacing: 0.08em;
    color: #6cbe3c;
    text-align: center;
}
#staff_pr h2 span {
    display: block;
    vertical-align: text-bottom;
    margin: 15px 0 0;
    color: #63b735;
    font-size: 2rem;
}
#staff_pr b{
    background: url(../images/staff/deco.png) no-repeat center;
    background-size: 90% 90%;
    margin: 0 auto 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 40px 40px;
    font-size: 1.8rem;
    color: #6cbe3c;
    min-width: 210px;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 0.08em;
}
#staff_pr p{
    max-width: 100%;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0em;
    text-align: justify;
    margin: 40px 0 0;
}
}
