article .sectionbox h2 {
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #2f9ea5;
    line-height: 1.2em;
}

article .sectionbox h2:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 33px;
    background-image: url(/img/style/point_sectiontitle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    vertical-align: top;
    margin-top: 0px;
}
article div:first-child.sectionbox .sectiontext{
    padding-top: 20px;
}
.sectiontext {
    padding-top: 30px;
}
ul.downloadlist {
    width: 700px;
    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: left;
    box-sizing: border-box;
    padding-left: 30px;
    text-align: center;
}
@media(hover:hover){
ul.downloadlist li a:hover {
    background-color:#107588;
    color:#FFF;
}
}

.sectiontext p.mt1l {
    padding-top: 24px;
}

.sectiontext p.lastlead {
    width: 775px;
    margin: 70px auto 0 auto;
}

@media (max-width:600px){
    article .sectionbox h2 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.13em;
}

article .sectionbox h2:before {
    width: 22px;
    height: 20px;
    margin-right: 5px;
}

ul.downloadlist {
    width: 100%;
}

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;
}
ul.downloadlist li a span {
    padding-top: 6px;
}
.sectiontext p.lastlead {
    width: 100%;
    margin-top: 50px;
}

.sectiontext p.mt1l {
    padding-top: 20px;
}

.sectiontext {padding-top: 10px;}

article div:first-child.sectionbox .sectiontext {
    padding-top: 0;
}

article .sectionbox {
    padding-top: 50px;
}
}