
.mainarea article .articlebox {
    min-height: 906px;
}
ul.downloadlist {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    padding-top:20px;
}

ul.downloadlist li {
    margin-top:20px;
}

div.sectiontext > ul:first-child.downloadlist li {
    margin-top:0;
}

ul.downloadlist li a {
    border:2px solid #107588;
    display:block;
    border-radius:100px;
    color:#107588;
    font-size:18px;
    line-height:18px;
    font-weight:500;
    letter-spacing:0.1em;
    padding:20px 0;
    position:relative;
    transition: all .5s;
    background-image: url(/img/other/alumni/poing_right.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 30px center;
    text-align: center;
    box-sizing: border-box;
    padding-left: 30px;
}
@media(hover:hover){
ul.downloadlist li a:hover {
    background-color:#107588;
    color:#FFF;
}
}

.infomationbox {
    background-color: #FFFED6;
    border-radius: 20px;
    padding: 20px 200px 50px 200px;
    margin-top: 60px;
}

h3 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: center;
    color: #16788a;
}

h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #000;
    margin-top: 15px;
}

.infomationbox p {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 30px;
}
@media (max-width:600px){

    ul.downloadlist {
        width: 100%;
        padding-top: 0;
    }
ul.downloadlist li a {
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
    text-indent: 20px;
    padding: 18px 0;
    background-position: right 18px center;
    line-height: 14px;
}

.infomationbox {
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
}

h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

h4 {
    letter-spacing: 0;
    margin-top: 10px;
}

.infomationbox p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.mainarea article .articlebox {
    min-height: unset;
}
}