#wrapper > h2 > img{
    width: 1220px;
    height: auto;
}

#contents section article  h3{
    font-weight: bold;
    font-size: 24px;
}

#side li {
    display: table;
    width: 160px;
    height: 60px;
    margin: 0 0 10px 0;
}

#side li a {
    display: table-cell;
    width: 160px;
    height: 60px;
    vertical-align: middle;
    padding: 0;
    color: #083144;
    font-size: 18px;
    text-decoration: none;
    text-shadow: 0 2px 3px rgb(0 0 0 / 40%);
    background: url(../images/common/bgSide2.png) no-repeat;
    text-align: center;
}

section article{
    margin: 0 0 60px 0;
}

section article p{
    margin: 0 0 1.8em 0;
}

section article ul{
    margin: 0 0 0 1em;
}


#side li a{
    font-size: 15px;
}