@charset "utf-8";
/*------------------------------------------------------------
	education
------------------------------------------------------------*/
#gNavi > ul > .navi06 > a {
    background-position: left bottom 11px;
    background-size: 100% 1px;
}
#main {
    padding: 108px 0 100px;
    background: url("../img/common/bg_dot_information_message_blue.png") repeat left top;
    background-size: 4px auto; 
}
#main .content {
    max-width: 940px;
}
#main .infoBox {
    padding: 0 20px 20px;
    background: #67c18e;
}
#main .infoBox01 {
    background: #34ad6a;
}
#main .infoBox02 {
    background: #009845;
}
#main .infoBox h3 {
    padding: 32px 0;
    position: relative;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
}
#main .infoBox h3 img {
    position: absolute;
    right: 49px;
    top: 20px;
    width: 80px;
}
#main .infoBox .whiteBox {
    padding: 35px 50px 43px;
    background: #fff;
}
#main .infoBox .whiteBox .title {
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #009844;
    border-bottom: 1px dotted #009844;
}
#main .infoBox .whiteBox .txtP {
    margin-bottom: 40px;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}
#main .infoBox .whiteBox .txtP .info {
    display: inline;
    background: url("../img/education/line.png") repeat-x left bottom 3px;
}
#main .infoBox .whiteBox .ttl {
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
}
#main .infoBox .whiteBox .txt {
    margin-bottom: 18px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.05em;
}
#main .infoBox .whiteBox .txt:last-child {
    margin-bottom: 0;
}
#main .infoBox .whiteBox .txt01 {
    margin-bottom: 7px;
}
#main .infoBox .whiteBox .borderTxt {
    margin: -17px 0 18px 10px;
    font-size: 1.4rem;
    padding-left: 20px;
    line-height: 2;
    position: relative;
    letter-spacing: 0.05em;
}
#main .infoBox .whiteBox .borderTxt:before {
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: #000;
    content: "";
}
#main .arrow {
    text-align: center;
}
@media all and (max-width: 896px) {
    #main {
        padding: 35px 0 40px;
    }
    #main .content {
        max-width: inherit;
    }
    #main .infoBox {
        padding: 0 10px 10px;
    }
    #main .infoBox h3 {
        padding: 16px 10px 18px;
        font-size: 1.7rem;
        letter-spacing: 0.05em;
    }
    #main .infoBox h3 img {
        position: absolute;
        right: 9px;
        top: 13px;
        width: 35px;
    }
    #main .infoBox .whiteBox {
        padding: 25px 15px 27px;
    }
    #main .infoBox .whiteBox .title {
        margin-bottom: 3px;
        padding-bottom: 8px;
        font-size: 1.4rem;
    }
    #main .infoBox .whiteBox .txtP {
        margin: 0 -5px 20px 0;
        font-size: 1.6rem;
        line-height: 1.89;
        letter-spacing: 0.05em;
    }
    #main .infoBox .whiteBox .txtP .info {
        display: inline;
        background: url("../img/education/line.png") repeat-x left bottom;
        background-size: auto 5px; 
    }
    #main .infoBox .whiteBox .ttl {
        padding-top: 3px;
        margin: 0 0 1px 1em;
        text-indent: -1em;
        font-size: 1.3rem;
    }
    #main .infoBox .whiteBox .txt {
        margin-bottom: 10px;
        font-size: 1.2rem;
        line-height: 1.65;
        letter-spacing: 0.1em;
    }
    #main .infoBox .whiteBox .txt:last-child {
        margin-bottom: 0;
    }
    #main .infoBox .whiteBox .txt01 {
        margin-bottom: 12px;
    }
    #main .infoBox .whiteBox .borderTxt {
        margin: -7px 0 8px 9px;
        font-size: 1.15rem;
        padding-left: 11px;
        line-height: 1.82;
        letter-spacing: 0.1em;
    }
    #main .infoBox .whiteBox .borderTxt:before {
        top: 5px;
        bottom: 5px;
    }
    #main .arrow img {
         width: 92px;   
    }
}