@charset "utf-8";
/* CSS Document */

article {
    font-size: 18px;
    width: 80%;
    margin: auto;
}
section {
    display: block;
    margin-bottom: 60px;
}
article div {
    margin-bottom: 40px;
}
p.sp-date {
    text-align: right;
    margin: 8px 0px;
    font-size: 11px;
}
nav.mokuzi {
    background: #f2f2f2;
    padding: 0.8em;
    margin: 10px 0px 60px 0px;
}
nav.mokuzi p {
    text-align: center;
    margin: 0px;
}
article p, nav.mokuzi li {
    line-height: 1.5em;
}
nav.mokuzi ol {
    margin: 8px 30px;
}
nav.mokuzi li {
    list-style: decimal;
    list-style-position: inside;
}
nav.mokuzi li a, article table a {
    color: blue;
}
article p, article ul {
    margin: 10px 0px 10px 0px;
}
article ul li {
    list-style-position: inherit;
    list-style: disc;
    margin: 1em 30px;
}
article h1 {
    font-size: 23px;
    font-weight: bold;
    line-height: 3em;
    text-align: center;
    margin-top: 64px;
}
article h2 {
    font-size: 24px;
    position: relative;
    padding: 0.5em 0.75em;
    background-color: #88a9e1;
    border-radius: 6px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 40px;
    color: white;
    font-weight: bold;
}
article h2::after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #88a9e1;
}
article h3 {
    font-size: 21px;
    padding: 0.25em 0 0.5em 0.75em;
    border-left: 6px solid #cee7ff;
    border-bottom: 1px solid #88a9e1;
    margin-bottom: 18px;
    font-weight: bold;
}
article h4 {
    font-size: 21px;
    font-weight: bold;
}
table.one1 {
    width: 100%;
}
section th, section td {
    padding: 10px;
    border: 1px solid #ddd;
}
section th {
    background: #f4f4f4;
}
.one1 th {
    width: 30%;
    text-align: left;
}
.ten10 th {
    white-space: nowrap;
}
.ten10 td {
    word-break: normal;
    font-size: 14px;
    color: #666;
}
.ten10 td img {
        width: 100px;
}
.scroll-table {
    overflow: auto;
}
p.mm-com {
    display: none;
}

@media only screen and (max-width: 980px) {
table {
    width: 100%;
}
p.mm-com {
    font-size: 12px;
    display: block;
}
article h1 {
    line-height: 1.2em;
    margin-top: 30px 0px;
}
article {
    width: 90%;
}
}

@media only screen and (max-width: 480px) {
article table {
    width: 100%;
}
p.mm-com {
    font-size: 12px;
    display: block;
}
article h1 {
    line-height: 1.2em;
    margin-top: 30px 0px;
}
article {
    width: 90%;
}
p.mm-com {
    font-size: 12px;
}
.one1 {
    margin: 0 -10px;
}
.one1 th, .one1 td {
    width: 100%;
    display: block;
    border-top: none;
}
.one1 tr:first-child th {
    border-top: 1px solid #ddd;
}
}
article button {
    background-color: #4caf50;
    /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 12px auto;
    width: 100%;
}
table.ten10 button {
    background-color: #4caf50;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 12px auto;
    width: 100%;
    white-space: nowrap;
}
article button a {
    color: white;
}
.marker_yellow {
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-weight: bold;
}
strong {
    font-weight: bold;
}
div.category {
    float: left;
    margin: auto 20px;
}
hr {
    clear: both;
    border: none;
}
p.osusume {
    color: navy;
    font-weight: bold;
}
.list-btn {
    margin: 72px auto;
    text-align: center;
    color: #ff3e3c;
}
.list-btn a {
    color: #ff3e3c;
    border: 2px solid;
    padding: 10px 60px;
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 5px;
}