a {
    word-wrap:break-word;
}
.headline {
    font-size: 30px;
    color: #0a2d88;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.item {
    margin: 16px 0;
}
.item:first-of-type {
    margin-top: 20px;
}
.item h3.item_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.item ul li::before {
    content: "・　";
}
.item ul li {
    text-indent: -2em;
    padding-left: 2em;
}
.item div.notes,
.item div.links {
    padding-top: 8px;
}
.item div.notes p {
    text-indent: -4em;
    padding-left: 4em;
}
.item div.links p {
    padding-left: 4em;
}

.c-section_mar {
    margin-top: 20px;
}

.txt_title {
    font-weight: bold;
    font-size: 18px;
}

.page_title {
    border-bottom: 1px solid #0a2d88;
}
@media only screen and (max-width: 767px) {
 /* .c-section {
    margin-top: 20px;
 } */
}