ul.side_breadcrumbs {
  position: static;
  padding: 0 !important;
  border: transparent !important;
}

ul.side_breadcrumbs {
  display: none;
}
@media (min-width: 600px) {
  ul.side_breadcrumbs {
    display: flex;
  }
}

.list_column_side__archive {
  display: none;
}
@media (min-width: 600px) {
  .list_column_side__archive {
    display: block;
  }
}

.archive_side_post__wrap {
  display: none;
}
@media (min-width: 600px) {
  .archive_side_post__wrap {
    display: block;
  }
}

h3.archive_side_list__ttl {
  font-style: normal;
  font-weight: 600;
  font-size: min(17rem, 17px);
  line-height: 100%;
  letter-spacing: 0.04em;
  font-feature-settings: "palt" on;
  color: #3B312B;
  padding: 15rem 10rem 15rem 0;
  border-bottom: 1px solid rgba(59, 49, 43, 0.2);
}
@media (min-width: 600px) {
  h3.archive_side_list__ttl {
    font-size: min(17rem, 17px);
  }
}

ul.archive_side_list {
  margin: 0 0 60rem 0;
}
@media (min-width: 600px) {
  ul.archive_side_list {
    margin: 0 0 20rem 0;
  }
}
ul.archive_side_list li {
  transition: 0.25s;
}
ul.archive_side_list li:hover {
  transition: 0.25s;
  background: rgba(59, 49, 43, 0.08);
}
ul.archive_side_list li a {
  padding: 13rem 10rem 13rem 50rem;
  display: flex;
  align-items: center;
  gap: 0 10rem;
  font-size: min(14rem, 14px);
  position: relative;
  width: 100%;
}
ul.archive_side_list li a:before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 1px dashed rgba(59, 49, 43, 0.2);
  height: 1px;
}
ul.archive_side_list li a.current:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12rem;
  width: 15rem;
  height: 11rem;
  background: url(https://www.gokokumai.co.jp/wp/cms/wp-content/themes/wp-gokokumai/images/news_current_chck.svg) center center no-repeat;
  background-size: cover;
}

.top_breadcrumbs__archive {
  display: flex !important;
  position: relative !important;
  border: transparent !important;
  padding: 0 0 0 20rem !important;
}
@media (min-width: 600px) {
  .top_breadcrumbs__archive {
    display: none !important;
  }
}

.archive_top_list__wrap {
  width: 100%;
  display: block;
  margin: 0 0 30rem 0;
  position: relative;
}
@media (min-width: 600px) {
  .archive_top_list__wrap {
    display: none;
  }
}
.archive_top_list__wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
  border-bottom: 1px dashed rgba(59, 49, 43, 0.2);
}

ul.archive_top_list {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  position: relative;
  padding: 0 20rem;
}
ul.archive_top_list li a {
  white-space: nowrap;
  display: block;
  padding: 12rem;
  font-weight: 600;
  font-size: min(14rem, 14px);
}
ul.archive_top_list li a.current {
  position: relative;
}
ul.archive_top_list li a.current:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #3B312B;
}

table.base_table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px dashed rgba(59, 49, 43, 0.2);
  text-align: left;
  font-size: min(13rem, 13px);
  line-height: 150%;
}
@media (min-width: 600px) {
  table.base_table {
    font-size: min(15rem, 15px);
  }
}
table.base_table th {
  border-top: 1px dashed rgba(59, 49, 43, 0.2);
  padding: 20rem 20rem 20rem 0;
  white-space: nowrap;
  font-weight: 600;
}
table.base_table td {
  border-top: 1px dashed rgba(59, 49, 43, 0.2);
  padding: 20rem 10rem 20rem 10rem;
  font-weight: 500;
}
table.base_table.base_table_02 {
  text-align: center;
}
table.base_table.base_table_02 th {
  white-space: nowrap;
  padding: 20rem 10rem 20rem 10rem;
}
@media (min-width: 600px) {
  table.base_table.base_table_02 th {
    padding: 25rem 10rem 25rem 10rem;
  }
}
table.base_table.base_table_02 td {
  white-space: nowrap;
  padding: 20rem 10rem 20rem 10rem;
}
@media (min-width: 600px) {
  table.base_table.base_table_02 td {
    padding: 25rem 10rem 25rem 10rem;
  }
}
table.base_table.base_table_03 th {
  display: block;
  border-top: 1px dashed rgba(59, 49, 43, 0.2);
  padding: 15rem 10rem 0rem 0;
  white-space: nowrap;
}
@media (min-width: 600px) {
  table.base_table.base_table_03 th {
    display: table-cell;
    padding: 25rem 20rem 25rem 0;
  }
}
table.base_table.base_table_03 td {
  display: block;
  border-top: transparent;
  padding: 5rem 10rem 15rem 0rem;
}
@media (min-width: 600px) {
  table.base_table.base_table_03 td {
    border-top: 1px dashed rgba(59, 49, 43, 0.2);
    display: table-cell;
    padding: 25rem 10rem 25rem 10rem;
  }
}

.sp_table_wrap {
  width: 100%;
  overflow-x: scroll;
}
@media (min-width: 600px) {
  .sp_table_wrap {
    overflow-x: auto;
  }
}

a.link {
  position: relative;
}
a.link:before {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  content: "";
  width: 100%;
  height: 0.9px;
  background: #3B312B;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
a.link:after {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  content: "";
  width: 100%;
  height: 0.9px;
  background: #3B312B;
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform 0.3s;
}
a.link:hover:before {
  transition: transform 0.3s ease-out;
  transition-delay: 0.35s;
  transform-origin: left top;
  transform: scale(1, 1);
}
a.link:hover:after {
  transform-origin: right top;
  transform: scale(0, 1);
}