@charset "utf-8";


body.logged-in #wrapper {
  top: -31px;
}

.sec01 {
  padding-bottom: var(--section-padding) !important;
}

.byline,
.updated,
.svg-icon,
.entry-footer .posted-on {
  display: none;
}
.single .nav-links .svg-icon {
  display: inline-block;
  transform: translateY(5px);
}

article {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--grid-gap);
}

* + .wp-block-file {
  margin-top: 2em;
  font-size: 16px !important;
}

.entry-header{
  order: 2;
  width: 100%;
}
.entry-content{
  order: 4;
  width: 100%;
}
.entry-footer{
  order: 3;
  width: 100%;
}
.post-meta {
  order: 1;
  width: 100%;
}

p + figure,
figure + p {
  margin-top: 1em !important;
}
.wp-block-group + .wp-block-group {
  margin-top: 1em;
}

.entry-footer {
  background-color: transparent !important;
}
.entry-footer a {
  color: initial;
}

.entry-footer a.high {
  background-color: var(--color-theme-high);
  padding: .25em .5em .3em .5em;
  color: var(--color-theme-white);
}
.entry-footer a.junior {
  background-color: var(--color-theme-junior);
  padding: .25em .5em .3em .5em;
  color: var(--color-theme-white);
}
.entry-footer a.others {
  background-color: var(--color-theme);
  padding: .25em .5em .3em .5em;
  color: var(--color-font-base);
}
.post-meta .posted-on {
  font-family: var(--font-family-serif);
  font-size: 24px;
  margin-right: .5em;
}
.entry-header h1 {
  font-size: 32px;
}


.close-comment {
  color: red;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 2em;
}

/* -------------------------------------------------------
 button-area
------------------------------------------------------- */
.button-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--grid-gap);
  margin-top: 2em;
}

.button-area a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  background-color: var(--color-font-base);
  color: var(--color-theme-white);
  padding: 1em;
  text-decoration: none;
  border-radius: var(--border-radius);
}

.wp-block-file__button {
  padding: 1em;
  min-width: 240px;
  text-align: center;
  font-size: 16px;
}

/* -------------------------------------------------------
 table
------------------------------------------------------- */

* + table {
  margin-top: 2em;
}
table + * {
  margin-top: 1em;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table thead th,
table tbody th {
  padding: .5em;
  background-color: #f5f5f5;
  border: 1px solid #ccc !important;
}
table tbody th {
  text-align: left;
}
table thead td,
table tbody td {
  padding: .5em 1em;
  background-color: #fff;
  border: 1px solid #ccc !important;
}
table thead td {
  background-color: #f0f0f0;
  white-space: nowrap;
}
table thead td.nomal_td {
  width: calc(100%  / 8);
}
table tbody td:nth-child(1) {
  white-space: nowrap;
}
table thead td.nomal_td
table thead td:last-child {
  width: calc(100% / 3);
}
.uni_cat {
  padding: 0;
  text-align: left;
  color: var(--color-theme-primary);
  font-weight: 500;
  font-size: 22px;
  padding-bottom: .5em;
  border-bottom: 1px solid #ddd;
  margin: 2em 0 1em;
  position: relative;
}
.nomal_td_th {
  text-align: left !important;
}

