@charset "euc-jp";
/* CSS Document */

.rightInner {
    width: 670px;
    margin: 25px auto 90px;
}

.rightInner p {
    margin: 0;
    padding: 0;
    color: #333333;
}

.rightInner img {
    vertical-align: bottom;
}

h1 {
    margin: 0;
    padding: 0;
}

.rightInner .lead {
    margin-top: 15px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}

.pdfList {
    margin: 40px auto 60px;
}

.pdfList ul {
    width: 620px;
    margin: 0  0 0 -15px;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pdfList ul li {
    text-align: center;
    width: 294px;
}
.pdfList ul li:nth-of-type(n+3) {
    margin-top: 50px;
}
.pdfList ul li > img {
    display: block;
}
.pdfList ul li .title {
    font-size: 18px;
    font-weight: bold;
    margin: 12px 0 12px;
}
.pdfList a {
    text-decoration: none;
    color: #333333;
}
.pdfList a:hover {
    opacity: 0.7;
}
.pdfList a:hover p {
    opacity: 0.7;
}

.pdfList .lastTx {
    width: 300px;
    margin-left: 10px;
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
}