/*
Theme Name: psimple
*/

#mainvisual{
    background-image: url(./../img/member/mainvisual.png);
}

section.bg-lightgreen{
    padding: 100px 0;
}

#introduce .member__box{
    width: 600px;
    margin: 50px auto;
}

#introduce .member-table{
    width: 650px;
    margin: 0 auto;
}

#introduce .member-table table{
    width: 100%;
    font-family: "Noto Serif JP",serif;
    font-weight: 600;
    table-layout: fixed;
}

#introduce .member-table td{
    font-size: 2.0rem;
    padding: 16px 0;
}

#introduce .member-table td span{
    font-size: 1.4rem;
    padding-right: 1em;
}

#history .history__box{
    width: 21%;
    margin-bottom: 20px;
}

#history .history__box ul{
    margin-left: 3em;
}

#history .history__box ul li{
    list-style-type: dotted-decimal;
    font-size: 1.8rem;
    line-height: 1.4;
    padding-left: 1em;
    font-family: "Noto Serif JP",serif;
    font-weight: 700;
}

#history .history__box ul li.name{
    position: relative;
}

#history .history__box ul li.name::after{
    content: '';
    position: absolute;
    top: 5px;
    left: 4em;
    width: 19px;
    height: 19px;
    background-image: url(./../img/member/name.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#history .history__box .date{
    padding: 6px;
    background-color: #00591c;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}

#column .member__box{
    padding-bottom: 50px;
    border-bottom: 2px solid #00591c;
    margin-bottom: 50px;
}

#column .member__box:nth-of-type(3){
    border-bottom: none;
    margin-bottom: 0;
}

#column .member__box .indent{
    text-indent: 1em;
}

#column .member__box .member__img{
    width: 350px;
    margin: 50px auto 0 auto;
}

#column .member__box .member__img img{
    margin-bottom: 20px;
}

#column .member__box .member__img p{
    font-family: "Noto Serif JP",serif;
    font-weight: 600;
    text-align: center;
}

#column .member__box .member__img .name{
    font-size: 1.8rem;
}

@media screen and (max-width: 768px){
    section.bg-lightgreen{
        padding: 50px 0;
    }

    #introduce .member__box{
        width: 100%;
        max-width: 600px;
        margin: 30px auto;
    }
   
    #history .history__box{
        width: 47%;
        margin-bottom: 20px;
    }

    #history .history__box ul{
        margin-left: 2em;
    }
        
    #history .history__box ul li{
        font-size: 1.4rem;
    }

    #history .history__box ul li.name::after{
        top: 3px;
        width: 15px;
        height: 15px;
    }
    
    #history .history__box .date{
        margin-bottom: 6px;
    }

    #column .common-content900{
        padding: 0;
    }

    #column .member__box{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
        
    #column .member__box .member__img{
        margin: 20px auto 0 auto;
    }
        
    #column .member__box .member__img .name{
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px){
    #introduce .member-table{
        width: 100%;
    }

    #introduce .member-table table{
        table-layout: unset;
    }

    #introduce .member-table td{
        font-size: 1.4rem;
        padding: 10px 6px 10px 0;
    }
       
    #introduce .member-table td span{
        font-size: 1.2rem;
        padding-right: 0.5em;
    }
}
