#archive {
  padding-top: 8rem;
}

#archive .title7 h2 {
  border-bottom: 1px solid black;
  font-weight: 100;
  font-size: 4rem;
  padding-bottom: 1.5rem;
}

#archive .title7 h2::before {
  font-weight: 100;
  font-size: 4rem;
}

#archive .archive1-content {
  margin-top: 4rem;
}

#archive .archive1-content ul {
  margin: 0 auto;
}

#archive .archive1-content ul li {
  border-bottom: 1px dashed gray;
}

#archive .archive1-content ul li a {
  align-items: center;
  justify-content: flex-start;
  padding: 1.8rem 0;
  color: gray;
}

#archive .archive1-content ul li a small {
  font-size: 1rem;
  letter-spacing: 0.05rem;
}

#archive .archive1-content ul li a span {
  border: 2px solid #690B11;
  color: #690B11;
  padding: 0.2rem 0.8rem;
  margin: 0 2rem;
  font-weight: bold;
}

#archive .archive1-content ul li a p {
  font-weight: bold;
}

#archive .archive1-content ul li a .icon {
  display: flex;
  width: 1rem;
  margin-left: auto;
  margin-right: 2rem;
}

#archive .archive_pagenation {
  display: flex;
  align-items: center;
  margin: 13rem 0 3rem;
}

#archive .archive_pagenation .page-numbers {
  border: 2px solid #690B11;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #690B11;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0.2rem;
}

#archive .archive_pagenation .page-numbers.current {
  background-color: #690B11;
  color: white;
}

#archive .archive_pagenation .page-numbers.prev img {
  transform: rotate(180deg) translateX(0.2rem);
}

#archive .archive_pagenation .page-numbers img {
  width: 1rem;
}

#archive .link-box .btn3 a {
  background-color: #690B11;
}

#archive .sns-wrapper {
  margin: 5rem auto 0.5rem;
}

#archive .sns-wrapper li {
  width: 3rem;
  margin: 0 1rem;
}

@media screen and (max-width: 768px) {
  #archive {
    padding-top: 8rem;
  }
  #archive .title7 h2 {
    font-size: 3rem;
  }
  #archive .title7 h2::before {
    font-size: 3rem;
  }
  #archive .archive1-content ul li a small {
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
  }
  #archive .archive1-content ul li a span {
    margin: 0 1rem;
    font-size: 0.9rem;
    min-width: max-content;
  }
  #archive .archive1-content ul li a p {
    font-size: 0.9rem;
    text-align: left;
  }
  #archive .archive1-content ul li a .icon {
    display: none;
  }
  #archive .archive_pagenation {
    justify-content: center;
    margin-top: 5rem;
  }
}

.single-wrapper .title-wrapper .top {
  display: flex;
  align-items: center;
  color: gray;
}

.single-wrapper .title-wrapper .top .date {
  font-size: 1rem;
  letter-spacing: 0.05rem;
}

.single-wrapper .title-wrapper .top .cat {
  border: 2px solid #690B11;
  color: #690B11;
  padding: 0.2rem 0.8rem;
  margin: 0 2rem;
  font-weight: bold;
}

.single-wrapper .title-wrapper .top .cat a {
  color: #690B11;
}

.single-wrapper .title-wrapper .title {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  color: gray;
  margin: 1.5rem 0;
}

.single-wrapper .single-content {
  text-align: left;
}

.single-wrapper .footer-btn-wrapper {
  display: flex;
  justify-content: center;
  margin: 6rem auto;
}

.single-wrapper .footer-btn-wrapper .postlinks-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3rem;
}

.single-wrapper .footer-btn-wrapper .postlinks-wrapper .next-one a,
.single-wrapper .footer-btn-wrapper .postlinks-wrapper .previous-one a {
  border: 2px solid #690B11;
  border-radius: 50%;
  margin: 0 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
}

.single-wrapper .footer-btn-wrapper .postlinks-wrapper .previous-one .icon {
  transform: rotate(180deg);
}

.single-wrapper .footer-btn-wrapper .postlinks-wrapper .icon {
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-wrapper .footer-btn-wrapper .link-box {
  width: 60%;
}

.single-wrapper .footer-btn-wrapper .link-box .btn3 a {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .single-wrapper .footer-btn-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .single-wrapper .footer-btn-wrapper .postlinks-wrapper {
    margin-right: 0;
  }
  .single-wrapper .footer-btn-wrapper .postlinks-wrapper .next-one a,
  .single-wrapper .footer-btn-wrapper .postlinks-wrapper .previous-one a {
    margin: 0 1rem;
  }
  .single-wrapper .footer-btn-wrapper .link-box {
    width: 100%;
  }
  .single-wrapper .footer-btn-wrapper .link-box .btn3 a {
    width: 100%;
  }
}

.lesson-table {
  width: 100%;
  border-collapse: collapse;
  color: #393939;
  margin-top: 3rem;
}

.lesson-table tr.head {
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
}

.lesson-table tr.head .row-title {
  width: 12rem;
}

.lesson-table tr.head .data-title {
  width: 15rem;
}

.lesson-table tr.head .change-title p {
  text-indent: 2rem;
}

.lesson-table tr.head p {
  font-weight: 400;
  padding: 0.5rem 0;
}

.lesson-table tr.line {
  border-top: 1px solid #888888;
}

.lesson-table tr.top td {
  padding-top: 1rem;
}

.lesson-table tr.bottom td {
  padding-bottom: 1rem;
}

.lesson-table tr td {
  padding: 0.2rem 0;
}

.lesson-table tr td.change-data p {
  font-weight: bold;
  color: #ea3341;
}

.lesson-table tr td.change-data p span {
  display: inline-block;
  width: 2rem;
  color: #393939;
}

@media screen and (max-width: 768px) {
  .lesson-table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .lesson-table {
    min-width: max-content;
    margin-bottom: 3rem;
  }
  .lesson-table tr.head .row-title {
    width: 10rem;
  }
  .lesson-table tr.head .data-title {
    width: 10rem;
  }
  .lesson-table tr.head .change-title {
    min-width: 10rem;
  }
}
