/* Academic */

#academic_year_list h3.title {
    font-size: 1.6em;
    line-height: 1.2em;
}
#academic_year_list h3.title .label {
    display: inline-block;
    margin-right: 0.35em;
    font-size: 0.7em;
}
._academic_year_pane {
    float: left;
    padding: 1em;
    width: 48%;
    background: #ccc;
}
._academic_year_pane:nth-of-type(even) {
    float: right;
}
._academic_year_pane:nth-of-type(2n + 1) {
    clear: both;
}
._academic_year_pane:nth-last-of-type(n + 3) {
    margin-bottom: 2em;
}
.academic_year_pane {
    position: relative;
}
.academic_year_pane.wo_link {
    padding: 1.5em 1.5em 1.6em 1.5em;
    padding-right: calc(3em + 25px);
    background: #fff;
    border: solid 1px #ddd;
}
.academic_year_pane.wo_link::before {
    position: absolute;
    top: 1.5em;
    left: 45%;
    left: 50%;
    content: '';
    width: 1px;
    height: calc(100% - 3em);
    background: #ddd;
    z-index: 10;
}
.academic_year_pane:not(:last-of-type) {
    margin-bottom: 1.8em;
}
.academic_year_pane a {
    position: relative;
    display: block;
    padding: 1.5em 1.5em 1.6em 1.5em;
    padding-right: calc(3em + 25px);
    width: 100%;
    height: 100%;
    border: solid 1px #ddd;
	transition: all 250ms linear;
    text-decoration: none;
}
.academic_year_pane a:hover {
    border: solid 1px #bbb;
    border: solid 1px #ef5151;
	transition: all 400ms linear;
}
.academic_year_pane a::before {
    position: absolute;
    top: 1.5em;
    left: 45%;
    content: '';
    width: 1px;
    height: calc(100% - 3em);
    background: #ddd;
    transition: all 250ms linear;
    z-index: 10;
}
.academic_year_pane a:hover::before {
    background: #bbb;
    background: #ef5151;
    transition: all 400ms linear;
}
.academic_year_download {
    position: absolute;
    top: 2.5em;
    right: 1.5em;
    content: '';
    width: 25px;
    height: 25px;
    background: url(../images/common/icon_download.png) no-repeat center / 100%;
    z-index: 10;
}
.academic_year_pdf {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5em 0.75em 0.35em 0.85em;
    font-size: 0.7em;
    font-weight: 500;
    line-height: 1em;
    color: #fff;
    letter-spacing: 0;
    background: #ef5151;
    z-index: 10;
}
.academic_year_pane h4 {
    float: left;
    width: 45%;
    width: 50%;
    font-size: 1.08em;
    font-weight: 500;
    line-height: 1.4em;
}
.academic_year_data {
    float: right;
    width: 50%;
    width: 45%;
}
.academic_year_data h5 {
    margin-bottom: 1em;
    font-size: 0.95em;
    line-height: 1.4em;
}
.academic_year_data h6 {
    font-size: 0.8em;
    line-height: 1.4em;
    letter-spacing: 0.05em;
}