@charset "UTF-8";

.nenpu table {width: 100%;border-collapse: collapse;table-layout: fixed;background: #fff;margin: 20px auto;}
.nenpu td {padding: 15px 0;vertical-align: top;}
.nenpu th {font-weight: bold;text-align: center;background: #eee;}
.nenpu tr > * {border: 1px solid #888;font-size: 11px;line-height: 1.5;text-align: center;}
.nenpu {padding: 10px;}
.nenpu-head {font-size: 18px !important;font-weight: bold;}
.nenpu-head {position: relative;}
.nenpu-head-1::after {content: "1";}
.nenpu-head-2::after {content: "2";}
.nenpu-head-3::after {content: "3";}
.nenpu-head-4::after {content: "4";}
.nenpu-head-5::after {content: "5";}
.nenpu-head::after {position: absolute;bottom: 0;right: 4px;font-size: 14px;font-weight: normal;}
.nenpu-img {vertical-align: middle !important;}
.nenpu-img img {max-width: 80px;}
.nenpu-tate {writing-mode: vertical-rl;display: inline-block;text-align: left;letter-spacing: 0.2em;}
.nenpu-thead_tail > * {border-bottom-width: 2px !important;}

.gallery {display: flex;flex-wrap: wrap;padding: 0;list-style: none;justify-content: space-between;margin-left: 6px;}
.gallery > li {width: calc((100% - 20px) / 2);}
.gallery figure {margin: 0;}
.gallery img {width: 100%;height: auto;}
.gallery > li:nth-child(n+3) {margin-top: 20px;}
.gallery a {color: #00f;}
.gallery figcaption {font-size: 12px;display: table;margin: 3px auto 0;text-align: justify;}
