@media screen and (min-width: 769px), print {
  .fixed_list {
    position: fixed;
    top: 55px;
    width: min(100%, 1040px);
    z-index: 1;
  }
  .zanseki h1::before {
    width: 61px;
    height: 58px;
    background: url("../../images/zanseki/icon.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 0;
    top: -50%;
  }
  .main_section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    flex-direction: column-reverse;
  }
  .main_section .left {
    width: 100%;
    margin-top: 50px;
  }
  .main_section .left .year {
    border-left: 3px solid #03a744;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 18px;
    padding: 0 0 0 12px;
  }
  .main_section .left .link_txt {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .main_section .left .link_txt.orange a {
    background: #fe8524;
  }
  .main_section .left .link_txt.orange a::after {
    background: #eb5724;
  }
  .main_section .left .link_txt a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 280px;
    height: 38px;
    text-align: center;
    position: relative;
    font-size: 1.5rem;
    line-height: 2.9rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #03a744;
    overflow: hidden;
    z-index: 1;
    margin-top: 4px;
  }
  .main_section .left .link_txt a:hover {
    opacity: 1;
  }
  .main_section .left .link_txt a:hover::after {
    -webkit-transform: scale(10, 10);
    -moz-transform: scale(10, 10);
    -ms-transform: scale(10, 10);
    transform: scale(10, 10);
  }
  .main_section .left .link_txt a::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 15px;
    background: url("../../images/common/arrow_sidebar.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 9px;
  }
  .main_section .left .link_txt a::after {
    background: #6dcc16;
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -15px 0 0 1px;
    width: 34px;
    height: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  .main_section .left .to_member {
    width: 470px;
    border: 2px solid #e5e5e5;
    padding: 7px 12px;
    margin-bottom: 18px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .main_section .left .to_member dt {
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
  }
  .main_section .left .to_member dd {
    padding: 5px 0;
  }
  .main_section .left .cat {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    column-gap: 20px;
  }
  .main_section .left .cat ul {
    border: 4px solid #e5e5e5;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    cursor: pointer;
  }
  .main_section .left .cat ul::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 18px;
    background: url("../../images/zanseki/arrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -18px;
  }
  .main_section .left .cat ul:nth-child(1) {
    width: 160px;
  }
  .main_section .left .cat ul:nth-child(1) li {
    padding: 0 0 0 12px;
  }
  .main_section .left .cat ul:nth-child(1) li a small {
    color: #4fb1e4;
  }
  .main_section .left .cat ul:nth-child(2) {
    width: 540px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main_section .left .cat ul:nth-child(2) li:last-child a::after {
    display: none;
  }
  .main_section .left .cat ul:nth-child(2) li a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: url("../../images/zanseki/line.webp") 0 0 repeat;
    -moz-background-size: contain;
    background-size: contain;
    right: 0;
    top: 0;
  }
  .main_section .left .cat ul:nth-child(2) li:nth-child(1) {
    width: 190px;
    padding: 0 0 0 14px;
  }
  .main_section .left .cat ul:nth-child(2) li:nth-child(1) a {
    word-break: keep-all;
  }
  .main_section .left .cat ul:nth-child(2) li:nth-child(1) a small {
    color: #fe8524;
  }
  .main_section .left .cat ul:nth-child(2) li:nth-child(2) {
    width: 168px;
    padding: 0 0 0 14px;
  }
  .main_section .left .cat ul:nth-child(2) li:nth-child(2) a {
    word-break: keep-all;
  }
  .main_section .left .cat ul:nth-child(2) li:nth-child(2) a small {
    color: #f978bb;
  }
  .main_section .left .cat ul:nth-child(2) li:nth-child(3) {
    width: -webkit-calc(100% - 358px);
    width: -moz-calc(100% - 358px);
    width: calc(100% - 358px);
    padding: 0 0 0 16px;
  }
  .main_section .left .cat ul:nth-child(2) li:nth-child(3) a {
    word-break: keep-all;
  }
  .main_section .left .cat ul:nth-child(2) li:nth-child(3) a small {
    color: #03a744;
  }
  .main_section .left .cat ul li {
    height: 76px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main_section .left .cat ul li a {
    display: block;
    color: #000;
    width: 100%;
    font-weight: bold;
    line-height: 22px;
    position: relative;
    pointer-events: none;
  }
  .main_section .left .cat ul li a span {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 3px;
  }
  .main_section .left .cat ul li a small {
    font-size: 1.4rem;
  }
  .main_section .left .content {
    padding: 0 0 100px;
  }
  .main_section .left .content article {
    padding: 21px 0 0;
    color: #000;
  }
  .main_section .left .content article > p {
    font-size: 1.4rem;
    line-height: 31px;
    margin-bottom: 12px;
  }
  .main_section .left .content article > p span {
    display: inline-block;
    width: 28px;
    text-align: right;
  }
  .main_section .left .content article h3 {
    font-size: 2.2rem;
    line-height: 31px;
    text-align: center;
    font-weight: bold;
    color: #000;
    padding: 11px 0 8px;
    background-image: url("../../images/zanseki/bg.webp");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .main_section .left .content article table {
    border-collapse: collapse;
    width: 100%;
  }
  .main_section .left .content article table thead.orange {
    background: #fff8f2;
  }
  .main_section .left .content article table tbody tr td {
    text-align: center;
    font-size: 1.4rem;
    line-height: 18px;
    padding: 14px 4px;
  }
  .main_section .left .content article table tbody tr td[rowspan] {
    font-weight: bold;
  }
  .main_section .left .content article table tbody tr td[rowspan]:nth-of-type(1) {
    width: 29px;
    padding: 14px 9px;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  .main_section .left .content article table tbody tr td[rowspan]:nth-of-type(2) {
    width: 210px;
    padding: 0 0 0 26px;
    text-align: left;
  }
  .main_section .left .content article table tbody tr td.txt_r {
    text-align: right;
  }
  .main_section .left .content article table tbody tr td:not([colspan]) {
    width: 78px;
  }
  .main_section .left .content article table tbody tr:last-child td:first-child {
    border-bottom: 0;
  }
  .main_section .left .content article table.title_table tbody tr td:first-of-type {
    width: 243px;
  }
  .main_section .left .content article.blue h3 {
    background: url("../../images/zanseki/bg_01.webp") left top no-repeat;
    background-size: 100%;
  }
  .main_section .left .content article.blue table {
    border: 1px solid rgba(181, 232, 255, 0.8);
  }
  .main_section .left .content article.blue table thead tr th {
    border: 1px solid rgba(181, 232, 255, 0.8);
  }
  .main_section .left .content article.blue table tbody tr:nth-of-type(2n + 1) {
    background-color: initial;
  }
  .main_section .left .content article.blue table tbody tr td {
    border: 1px solid rgba(181, 232, 255, 0.8);
  }
  .main_section .left .content article.blue table tbody tr td[rowspan]:nth-of-type(1) {
    background: #b5e8ff;
  }
  .main_section .left .content article.blue .title_table {
    background-color: #f5fcff;
    border-bottom: none;
  }
  .main_section .left .content article.blue .title_table td {
    border-bottom: none;
  }
  .main_section .left .content article.blue .fixed_list {
    border-bottom: 1px solid rgba(181, 232, 255, 0.8);
  }
  .main_section .left .content article.orange h3 {
    background: url("../../images/zanseki/bg_02.webp") left top no-repeat;
    background-size: 100%;
  }
  .main_section .left .content article.orange table {
    border: 1px solid rgba(255, 205, 165, 0.8);
  }
  .main_section .left .content article.orange table thead tr th {
    border: 1px solid rgba(255, 205, 165, 0.8);
  }
  .main_section .left .content article.orange table tbody tr:nth-of-type(2n + 1) {
    background-color: initial;
  }
  .main_section .left .content article.orange table tbody tr td {
    border: 1px solid rgba(255, 205, 165, 0.8);
  }
  .main_section .left .content article.orange table tbody tr td[rowspan]:nth-of-type(1) {
    background: #ffcda5;
  }
  .main_section .left .content article.orange .title_table {
    background-color: #fff8f2;
    border-bottom: none;
  }
  .main_section .left .content article.orange .title_table td {
    border-bottom: none;
  }
  .main_section .left .content article.orange .fixed_list {
    border-bottom: 1px solid rgba(255, 205, 165, 0.8);
  }
  .main_section .left .content article.pink h3 {
    background-color: #f978bb;
  }
  .main_section .left .content article.pink table {
    border: 1px solid rgba(249, 120, 187, 0.8);
  }
  .main_section .left .content article.pink table thead tr th {
    border: 1px solid rgba(249, 120, 187, 0.8);
  }
  .main_section .left .content article.pink table tbody tr td {
    border: 1px solid rgba(249, 120, 187, 0.8);
  }
  .main_section .left .content article.pink table tbody tr td[rowspan]:nth-of-type(1) {
    background: #f978bb;
  }
  .main_section .left .content article.green h3 {
    background-color: #03a744;
  }
  .main_section .left .content article.green table {
    border: 1px solid rgba(3, 167, 68, 0.8);
  }
  .main_section .left .content article.green table thead tr th {
    border: 1px solid rgba(3, 167, 68, 0.8);
  }
  .main_section .left .content article.green table tbody tr td {
    border: 1px solid rgba(3, 167, 68, 0.8);
  }
  .main_section .left .content article.green table tbody tr td[rowspan]:nth-of-type(1) {
    background: #03a744;
  }
}
@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
  .zanseki h1::before {
    width: 41px;
    height: 38.9px;
    background: url("../../images/zanseki/icon.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 0;
    top: -25%;
  }
  .fixed_list {
    position: fixed;
    width: 92.1875%;
    top: 58px;
  }
}
@media screen and (max-width: 768px) and (min-width: 700px) {
  .fixed_list {
    top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .main_section {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 100px;
  }
  .main_section .left {
    width: 100%;
  }
  .main_section .left .year {
    border-left: 3px solid #03a744;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 24px;
    margin: 3.90625% 3.90625% 0;
    padding: 0 0 0 8px;
  }
  .main_section .left .link_txt {
    font-size: 1.4rem;
    margin: 20px 3.90625%;
  }
  .main_section .left .link_txt.orange a {
    background: #fe8524;
  }
  .main_section .left .link_txt.orange a::after {
    background: #eb5724;
  }
  .main_section .left .link_txt a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 65.10417%;
    height: 34px;
    text-align: center;
    position: relative;
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #03a744;
    overflow: hidden;
    z-index: 1;
    margin-top: 4px;
  }
  .main_section .left .link_txt a:hover {
    opacity: 1;
  }
  .main_section .left .link_txt a:hover::after {
    -webkit-transform: scale(10, 10);
    -moz-transform: scale(10, 10);
    -ms-transform: scale(10, 10);
    transform: scale(10, 10);
  }
  .main_section .left .link_txt a::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 10px;
    background: url("../../images/common/arrow_sidebar.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 9px;
  }
  .main_section .left .link_txt a::after {
    background: #6dcc16;
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -15px 0 0 1px;
    width: 34px;
    height: 30px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  .main_section .left .to_member {
    margin: 3.90625% 3.90625% 0;
    border: 2px solid #e5e5e5;
    padding: 7px 12px;
    margin-bottom: 10px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .main_section .left .to_member dt {
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
  }
  .main_section .left .to_member dd {
    padding: 5px 0;
  }
  .main_section .left .cat {
    padding: 3.90625% 3.90625% 0;
  }
  .main_section .left .cat::after {
    content: "";
    clear: both;
    display: table;
  }
  .main_section .left .cat ul {
    cursor: pointer;
  }
  .main_section .left .cat ul li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .main_section .left .cat ul li a {
    display: block;
    color: #000;
    width: 100%;
    font-weight: bold;
    line-height: 18px;
    position: relative;
    padding: 10px 0 10px 5px;
    border: 2px solid #e5e5e5;
    -moz-border-radius: 5px;
    border-radius: 5px;
    pointer-events: none;
  }
  .main_section .left .cat ul li a span {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
  .main_section .left .cat ul li a small {
    font-size: 1.2rem;
  }
  .main_section .left .cat ul:nth-child(1) li a small {
    color: #4fb1e4;
  }
  .main_section .left .cat ul:nth-child(2) li:nth-child(1) a small {
    color: #fe8524;
  }
  .main_section .left .cat ul:nth-child(2) li:nth-child(2) a small {
    color: #f978bb;
  }
  .main_section .left .cat ul:nth-child(2) li:nth-child(3) a small {
    color: #03a744;
  }
  .main_section .left .content {
    padding: 0 3.90625% 7.8125%;
  }
  .main_section .left .content article {
    padding: 5.64972% 0 0;
    color: #000;
  }
  .main_section .left .content article > p {
    font-size: 1.2rem;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .main_section .left .content article > p span {
    display: inline-block;
    width: 16px;
    text-align: right;
  }
  .main_section .left .content article h3 {
    font-size: 1.6rem;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
    color: #000;
    padding: 5px 0;
    background-image: url("../../images/zanseki/bg.webp");
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: repeat;
  }
  .main_section .left .content article table {
    border-collapse: collapse;
    width: 100%;
  }
  .main_section .left .content article table tbody tr td {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.2rem;
    line-height: 16px;
    padding: 7px 4px;
  }
  .main_section .left .content article table tbody tr td[rowspan] {
    font-weight: bold;
  }
  .main_section .left .content article table tbody tr td[rowspan]:nth-of-type(1) {
    width: 10%;
    padding: 7px 4px;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  .main_section .left .content article table tbody tr td[rowspan]:nth-of-type(2) {
    width: 18%;
    padding: 0 5px 0 5px;
    text-align: left;
  }
  .main_section .left .content article table tbody tr td.txt_r {
    text-align: right;
  }
  .main_section .left .content article table tbody tr td:not([rowspan]) {
    width: 12%;
  }
  .main_section .left .content article table.title_table tbody tr td:first-of-type {
    width: 28%;
  }
  .main_section .left .content article.blue h3 {
    background: url("../../images/zanseki/bg_01.webp") left top no-repeat;
    background-size: cover;
    margin-bottom: 10px;
  }
  .main_section .left .content article.blue table thead tr th,
  .main_section .left .content article.blue table tbody tr td {
    border-left: 1px solid rgba(181, 232, 255, 0.8);
    border-bottom: 1px solid rgba(181, 232, 255, 0.8);
  }
  .main_section .left .content article.blue table thead tr th:last-of-type {
    border-right: 1px solid rgba(181, 232, 255, 0.8);
  }
  .main_section .left .content article.blue table tbody tr:nth-of-type(2n + 1) {
    background-color: initial;
  }
  .main_section .left .content article.blue table tbody tr td:last-of-type {
    border-right: 1px solid rgba(181, 232, 255, 0.8);
  }
  .main_section .left .content article.blue table tbody tr td[rowspan]:nth-of-type(1) {
    background: #b5e8ff;
  }
  .main_section .left .content article.blue .title_table {
    background: #f5fcff;
  }
  .main_section .left .content article.orange h3 {
    background: url("../../images/zanseki/bg_02.webp") left top no-repeat;
    background-size: cover;
    margin-bottom: 10px;
  }
  .main_section .left .content article.orange table thead tr th,
  .main_section .left .content article.orange table tbody tr td {
    border-left: 1px solid rgba(255, 205, 165, 0.8);
    border-bottom: 1px solid rgba(255, 205, 165, 0.8);
  }
  .main_section .left .content article.orange table thead tr th:last-of-type {
    border-right: 1px solid rgba(255, 205, 165, 0.8);
  }
  .main_section .left .content article.orange table tbody tr:nth-of-type(2n + 1) {
    background-color: initial;
  }
  .main_section .left .content article.orange table tbody tr td:last-of-type {
    border-right: 1px solid rgba(255, 205, 165, 0.8);
  }
  .main_section .left .content article.orange table tbody tr td[rowspan]:nth-of-type(1) {
    background: #ffcda5;
  }
  .main_section .left .content article.orange .title_table {
    background: #fff8f2;
  }
  .main_section .left .content article.pink h3 {
    background-color: #f978bb;
  }
  .main_section .left .content article.pink table {
    border: 1px solid rgba(249, 120, 187, 0.8);
  }
  .main_section .left .content article.pink table thead tr th {
    border: 1px solid rgba(249, 120, 187, 0.8);
  }
  .main_section .left .content article.pink table tbody tr td {
    border: 1px solid rgba(249, 120, 187, 0.8);
  }
  .main_section .left .content article.pink table tbody tr td[rowspan]:nth-of-type(1) {
    background: #f978bb;
  }
  .main_section .left .content article.green h3 {
    background-color: #03a744;
  }
  .main_section .left .content article.green table {
    border: 1px solid rgba(3, 167, 68, 0.8);
  }
  .main_section .left .content article.green table thead tr th {
    border: 1px solid rgba(3, 167, 68, 0.8);
  }
  .main_section .left .content article.green table tbody tr td {
    border: 1px solid rgba(3, 167, 68, 0.8);
  }
  .main_section .left .content article.green table tbody tr td[rowspan]:nth-of-type(1) {
    background: #03a744;
  }
}