
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;
}

.sectiontext{
    padding-top:30px;
}
.sectiontext p a {
    color: #EB7412;
    text-decoration: underline;
}
ul.downloadlist {
    width: 553px;
    margin: 0 auto;
    text-align: center;
    padding-top:10px;
}
div.sectiontext > ul:first-child.downloadlist {
    padding-top:0px;
}

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/entry/icon_download.png);
    background-repeat: no-repeat;
    background-size: 20px 18px;
    background-position: right 30px top 20px;
}
@media(hover:hover){
ul.downloadlist li a:hover {
    background-color:#107588;
    color:#FFF;
}
}

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

ul.downloadlist + p {
    padding-top: 30px;
}

ul.downloadlist li a.transcript {
    letter-spacing: 0;
}

@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: 262px;
}

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 a {
    display: block;
    text-align: center;
}

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

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

.sectionbody div:first-child.sectiontext {
    padding-top: 10px;
}

.articlebox div:first-child.sectionbody div:first-child.sectiontext {
    padding-top: 0;
}

ul.downloadlist + p {
    padding-top: 20px;
}
span.transfer {
    padding-left: 26px;
}
p.lastcaution, p.lastcaution span {
    padding-left: 1em;
    text-indent: -1em;
}
}
