.archive__inner {
  display: flex;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .archive__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .archive__inner {
    padding: 0;
  }
  .archive__inner.single__inner {
    padding: 0 1rem;
  }
}

.main-contents {
  max-width: 49rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .main-contents {
    max-width: 100%;
  }
}
.main-contents article .contents-area > *:not(h1):not(h2):not(.author-info) {
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .main-contents article .contents-area > *:not(h1):not(h2):not(.author-info) {
    padding-left: 0;
  }
}
.main-contents article .post-thumbnail {
  margin-top: 1.5rem;
}
.main-contents article h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.main-contents article h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  background: #faf9f8;
  border-left: #01352a solid 0.75rem;
  padding: 1rem;
  margin-bottom: 2.5rem;
}
.main-contents article h2:not(:first-child) {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  border-left: #01352a solid 0.75rem;
  padding: 0.25rem 1rem;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  background: none;
}
.main-contents article h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.main-contents article p {
  font-size: 1rem;
  line-height: 2;
}
.main-contents article p:not(:first-child) {
  margin-top: 1rem;
}
.main-contents article a {
  color: #ff2900;
  border-bottom: 0.0625rem solid #ff2900;
}
.main-contents article .media-2column {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.main-contents article .media-2column__item {
  flex: 1;
}
.main-contents article .media-2column__item img {
  width: 100%;
  height: auto;
}
.main-contents article .media-3column {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.main-contents article .media-3column__item {
  flex: 1;
}
.main-contents article .media-3column__item img {
  width: 100%;
  height: auto;
}
.main-contents article .wp-block-flexible-table-block-table table thead th {
  background: #01352a;
  color: #fff;
}
.main-contents article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
  width: initial;
  table-layout: auto;
  border-bottom: #01352a solid 0.0625rem;
  border-left: #01352a solid 0.0625rem;
}
@media screen and (max-width: 768px) {
  .main-contents article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table {
    width: 100%;
  }
}
.main-contents article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.main-contents article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  background: initial;
  border: initial;
  padding: 0.75rem 2rem;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .main-contents article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
  .main-contents article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    padding: 0.75rem 1.5rem;
  }
}
.main-contents article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th:nth-child(1),
.main-contents article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td:nth-child(1) {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.main-contents article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead tr th {
  background: #01352a;
  color: #fff;
  border-top: 0.0625rem solid #01352a;
  border-right: 0.0625rem solid #01352a;
}
.main-contents article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead tr th:nth-child(1) {
  text-align: center;
}
.main-contents article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table thead tr th:not(:last-child) {
  border-right: 0.0625rem solid #fff;
}
.main-contents article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr td {
  background: #faf9f8;
  color: #01352a;
  border-top: 0.0625rem solid #01352a;
  border-right: 0.0625rem solid #01352a;
}
.main-contents article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tbody tr td:nth-child(1) {
  text-align: center;
}
.main-contents article .contents-area {
  margin-top: 2.5rem;
  margin-bottom: 8rem;
}
.main-contents article .heateor_sss_sharing_container {
  margin-top: 1rem;
}
.main-contents article.post_normal h1 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  border-left: #01352a solid 0.75rem;
  padding: 0.25rem 1rem;
  margin-bottom: 1rem;
  background: #000;
  background: none;
}
.main-contents article.post_normal .article-date {
  text-align: right;
  display: block;
}
.main-contents article.post_normal h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  border-bottom: #01352a solid 0.0625rem;
  padding: 0.25rem 1rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  background: none;
  border-left: none;
}
.main-contents article.post_normal h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.main-contents article.post_normal h4,
.main-contents article.post_normal h5,
.main-contents article.post_normal h6 {
  margin-top: 2.5rem;
}
.main-contents article.post_normal figure {
  margin-top: 1rem;
}
.main-contents .author-info {
  margin-top: 2.5rem;
  border: #01352a solid 0.0625rem;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .main-contents .author-info {
    padding: 2rem 1rem;
  }
}
.main-contents .author-info .author-header {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main-contents .author-info .author-header {
    flex-direction: column;
  }
}
.main-contents .author-info .author-header .author-avatar {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  margin-right: 1.5rem;
  border: #d0cbc9 solid 0.0625rem;
  padding: 0.25rem;
}
@media screen and (max-width: 768px) {
  .main-contents .author-info .author-header .author-avatar {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.main-contents .author-info .author-header .author-avatar img {
  border-radius: 50%;
}
.main-contents .author-info .author-header .author-info-title {
  border-left: 0.75rem solid #01352a;
  padding-left: 0.625rem;
}
.main-contents .author-info .author-header .author-title {
  font-size: 0.875rem;
  font-weight: 500;
}
.main-contents .author-info .author-header .author-name {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
.main-contents .author-info .author-content {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: #01352a solid 0.0625rem;
}
.main-contents .author-info .author-content .author-bio {
  font-size: 1rem;
  line-height: 2;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: calc(100% - 49rem - 4rem);
}
@media screen and (max-width: 1200px) {
  .sidebar {
    width: 100%;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sidebar {
    padding: 0 1rem;
  }
}
.sidebar .widget .widget-title {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 1.5rem;
}
.sidebar .widget .widget-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background: #01352a;
  border-radius: 1.25rem;
  margin-top: 0.25rem;
}
.sidebar .widget_search form {
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
.sidebar .widget_search form input[type=search] {
  flex: 1;
  height: 3rem;
  padding: 0.5rem 0.75rem;
  border: 0.0625rem solid #01352a;
}
.sidebar .widget_search form button {
  width: 3.75rem;
  height: 3rem;
  background: #01352a;
  border: 0.0625rem solid #01352a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  font-family: "Shippori Mincho", serif;
}
.sidebar .widget_categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem dashed #01352a;
}
.sidebar .widget_categories ul li:not(:first-child) {
  padding-top: 0.75rem;
}
.sidebar .widget_categories ul li a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.sidebar .widget_categories ul li a:before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.6875rem;
  background: #01352a;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.sidebar .widget_categories ul li span {
  font-size: 0.75rem;
  width: 1.375rem;
  height: 1.375rem;
  background: #e8e5e3;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #01352a;
}
.sidebar .widget_postlist ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem dashed #01352a;
}
@media screen and (max-width: 768px) {
  .sidebar .widget_postlist ul li {
    padding-bottom: 1.5rem;
  }
}
.sidebar .widget_postlist ul li:not(:first-child) {
  padding-top: 1rem;
}
.sidebar .widget_postlist ul li a {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.sidebar .widget_postlist ul li a img {
  width: 5.5rem;
}
.sidebar .widget_postlist ul li a p {
  font-size: 0.9375rem;
  line-height: 1.4;
  width: calc(100% - 5.5rem - 0.75rem);
}
.sidebar .widget_postlist ul li a p.news_post {
  width: initial;
  flex: 1;
}

.article-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .article-list {
    grid-template-columns: 1fr;
  }
}
.article-list__normal {
  display: flex;
  flex-direction: column;
}

.article-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: #fff;
  padding: 1rem;
  border: 0.0625rem solid #e8e5e3;
}
@media screen and (max-width: 768px) {
  .article-item {
    border-left: none;
    border-right: none;
  }
}
.article-item h2 {
  font-size: 1.125rem;
  font-weight: 700;
}
.article-item .article-excerpt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.article-item .article-date {
  font-size: 0.625rem;
  font-weight: 700;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  justify-content: flex-end;
}
.article-item .article-date:before {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.8125rem;
  background-image: url("../images/common/icon-time.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.article-item__normal h2 {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}
.article-item__normal:not(:first-child) {
  padding-top: 2.5rem;
}
.article-item__normal:not(:last-child) {
  border-bottom: 0.0625rem solid #e8e5e3;
  padding-bottom: 2.5rem;
}
.article-item__normal .article-date {
  font-size: 0.875rem;
}

.pagination {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 2rem;
  }
}
.pagination ul {
  display: flex;
  gap: 0.75rem;
}
.pagination li a,
.pagination li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border: 0.0625rem solid #01352a;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50%;
}
.pagination li .current {
  background: #01352a;
  color: #fff;
}
.pagination li .next {
  padding-right: 0.125rem;
}
.pagination li .next:before {
  content: "";
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-top: 0.0625rem solid #01352a;
  border-right: 0.0625rem solid #01352a;
  transform: rotate(45deg);
}
.pagination li .prev {
  margin-left: 0.125rem;
}
.pagination li .prev:before {
  content: "";
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-top: 0.0625rem solid #01352a;
  border-left: 0.0625rem solid #01352a;
  transform: rotate(-45deg);
}

#eventpost-page .compe-form {
  margin-top: 2.5rem;
  max-width: 29.25rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  #eventpost-page .compe-form {
    gap: 1.5rem;
  }
}
#eventpost-page .compe-form div {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  #eventpost-page .compe-form div {
    gap: 0.5rem;
  }
}
#eventpost-page .compe-form div.other {
  align-items: flex-start;
}
#eventpost-page .compe-form div.other dt {
  padding-top: 1rem;
}
#eventpost-page .compe-form div dt {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #eventpost-page .compe-form div dt {
    width: 100%;
  }
}
#eventpost-page .compe-form div dt .required {
  color: #fe2626;
  margin-left: 0.25rem;
  font-size: 0.875rem;
  line-height: 1;
}
#eventpost-page .compe-form div dt .message-sup {
  font-size: 0.875rem;
  font-weight: 500;
}
#eventpost-page .compe-form div dd {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #eventpost-page .compe-form div dd {
    width: 100%;
  }
}
#eventpost-page .compe-form div dd input[type=text],
#eventpost-page .compe-form div dd input[type=email],
#eventpost-page .compe-form div dd input[type=date],
#eventpost-page .compe-form div dd textarea {
  width: 100%;
  background: #FAF9F8;
  min-height: 3.5rem;
  padding: 0.25rem 1rem;
  border: none;
}
#eventpost-page .compe-form div dd input[type=date] {
  max-width: 15rem;
}
#eventpost-page .compe-form div dd textarea {
  height: 15rem;
}
@media screen and (max-width: 768px) {
  #eventpost-page .compe-form div dd textarea {
    width: 100%;
  }
}
#eventpost-page .send-btn {
  position: relative;
  width: 17.3125rem;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 768px) {
  #eventpost-page .send-btn {
    width: 15.1875rem;
  }
}
#eventpost-page .send-btn:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1.125rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("../images/common/arrow-right-white.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#eventpost-page .send-btn #confirm-button {
  width: 17.3125rem;
  height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01352a;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 3.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #eventpost-page .send-btn #confirm-button {
    width: 15.1875rem;
  }
}/*# sourceMappingURL=article.css.map */