@media print {
    body {
        display: none
    }
}


ol li {
    list-style-type: none;
    counter-increment: cnt;
}

ol li::before {
    content: "（" counter(cnt)"）";
}

ul.datelist {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    text-indent: -3.2em;
    padding-left: 3.2em;
}

p+ol {
    margin: 0;
}

.page_top_image {
    padding-top: 78px;
    width: 100%;
    max-width: 100%;
}

.page_top_image img {
    width: 100%;
    height: auto;
}

section {
    width: 800px;
     max-width: 100%;
    margin: 0 auto 3.2rem;
    padding: 1.6rem 0.8rem;
    text-align: left;
}

section h2 {
    margin-bottom: 3.2rem;
}

section p {
        text-indent: 1em;
}

.pagination {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    font-weight: bold;
}

.pagination a {
    padding: 0.4rem 0.8rem;
    transition: all 0.5s;
    border-bottom: 1px solid #336b87;
}

.pagination a:hover {
    color: #fff;
    background-color: #336b87;
    border-radius: 25px;
}


blockquote {
    position: relative;
    padding: 0.8rem 1.6rem;
    box-sizing: border-box;
    font-style: italic;
    color: #585858;
    background-color: #eee;
    margin: 0;
    margin-bottom: 1.6rem;
}

blockquote:before {
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 22px;
    height: 22px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    content: "“\00A0";
    background: #585858;
    color: #FFF;
    font-size: 24px;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
}

blockquote p.tyuusyaku {
    font-style: normal;
    color: #666;
}

p.ind2 {
    text-indent: -1em;
    padding-left: 1em;
}

p.no-ind {
    text-indent: 0em;
}



.center {
    text-align: center;
}

.right {
    text-align: right;
}

a.txtlnk {
    position: relative;
    display: inline-block;
    transition: .3s;
    color: #2a3132;
    font-weight: bold;
}

a.txtlnk::after {
    position: absolute;
    bottom: 3px;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #336b87;
    transition: .3s;
    transform: translateX(-50%);
}

a.txtlnk:hover {
    color: #336b87;
}

a.txtlnk:hover::after {
    width: 100%;
}

table {
    border-collapse: collapse;
    font-size: 1.4rem;
}

thead {
    text-align: center;
}

table td {
    border: solid 1px #666;
}

td {
    padding: 0 0.5rem;
}

.td1 {
    width: 3.2rem;
}

.td2 {
    width: 9.5rem;
}

.td3 {
    width: 6rem;
}

.td4 {
    width: 5rem;
}

.td5 {
    width: 36rem;
}
.td6 {
    width: 11rem;
}

@media only screen and (max-width: 900px) {
    table.scroll {
        white-space: nowrap;
        display: block;
        overflow-x: scroll;
    }
}


@media screen and (max-width: 780px) {
    .pagination {
        display: block;
    }
    li.next {
        text-align: right;
    }
}
