@charset "UTF-8";
/* education */
.education div.b_area .pd-contents.ed_main p{
    width: auto;
    text-align: center;
}
.education main .pd-contents.ed_main img{
    max-width: 357px;
}
.education div.b_area .pd-contents.ed_main ul li span {
    text-align: center;
    margin: 0.25em auto;
}
.education .pd-contents h2 {
    color: #004098;
    font-size: 36px;
    font-weight: 600;
    margin: 1.5em 0 1em;
}
.education div.lb_area .pd-contents ul.jkn {
    justify-content: flex-start;
    align-items: baseline;
    padding-bottom: 0; 
}
.education div.lb_area .pd-contents ul.jkn li {
    width: auto;
}
.education div.lb_area .pd-contents ul.jkn li:first-child{
    background: #3d62ad;
    color: #fff;
    width: 76px;
    text-align: center;
}
.education div.lb_area .pd-contents ul.jkn li:nth-child(2){
    margin: 0 0 0 1em;
    height: 80px;
}
.education div.lb_area .pd-contents ul.jkn li h3{
    font-weight: bold;
}
.education .lb_area #ed01.pd-contents small {
    color: #222;
    font-size: 14px;
    padding-left: 7em;
    text-indent: -7em;
    display: block;
}
#ed02.pd-contents p, #ed03.pd-contents p {
    max-width: 580px;
}
#ed02 .box-flex, #ed03 .box-flex {
    align-items: flex-start;
}
#ed02.pd-contents img{
    width: 444px;
}
#ed02.pd-contents h2, 
#ed03.pd-contents h2{
    margin-top: 0;
}
#ed03.pd-contents h3{
    font-size: 24px;
    letter-spacing: 0.2em;
    margin: 3em 0 1.5em;
}
#ed03.pd-contents img{
    width: 340px;
    /*filter: drop-shadow(5px 15px 25px rgba(0,0,0,0.95)); */
}

#ed03.pd-contents p.ind {
    font-size: 18px;
    line-height: 1.7em;
    overflow: visible;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .education .pd-contents h2 {
        font-size: 26px;
    }
    #ed03.pd-contents p.ind {
        white-space: inherit;
    }
    #ed01.pd-contents .box-flex, 
    #ed02.pd-contents .box-flex, 
    #ed03.pd-contents .box-flex {
        flex-wrap: wrap;
    }

    #ed02.pd-contents img, 
    #ed03.pd-contents img {
        width: 100%;
    }
    #ed03.pd-contents h3 {
        font-size: 21px;
    }
}
