@charset "UTF-8";
aside#sidebar {
  background-color: transparent;
}

header .nav li a,
header .nav li span {
  color: #252525;
}

.internal-top {
  height: 250px;
  padding-top: 70px;
  text-align: left;
  background: linear-gradient(to right, #ffe5e5 0%, #ffe5e5 30%, #ffffff 100%);
  border-bottom: 1px solid #b52525;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}
.internal-top-wrapper {
  position: static;
  transform: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

span.subttl-en {
  font-size: 48px;
  font-weight: 400;
  font-family: var(--garamond);
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
span.subttl-jp {
  font-size: 14px;
  font-weight: 400;
  color: #b52525;
  display: block;
}

.blog-sidebar {
  gap: 25px;
  padding: 70px 0;
}

.archive .container {
  padding: 0;
}
.archive .container .archive-item-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 70px;
}
.archive .container .archive-item-wrapper .archive-item a {
  width: 100%;
}
.archive .container .archive-item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 256/171;
  overflow: hidden;
  position: relative;
}
.archive .container .archive-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.column-item-info {
  padding: 12px 0;
}
.column-date {
  color: #252525;
}
.column-category {
  font-size: 15px;
  padding: 2px 16px;
  margin-bottom: 8px;
}
.column-item-title {
  font-size: 14px;
  font-weight: 500;
}

.nternal-ttl {
  border: none;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0;
  margin-bottom: 70px;
}
.nternal-ttl_wp {
  padding-bottom: 0;
}
.nternal-ttl .subttl-en {
  font-size: 18px;
  margin-bottom: 0.5em;
  font-family: var(--garamond);
  font-weight: 600;
}

.sidebar_container {
  padding: 40px 15px;
  margin-top: 136px;
  border: 1px solid #b52525;
}
.sidebar_container .nternal-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.sidebar_container .category-filters {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sidebar_container .sidebar_item {
  padding: 0;
  justify-content: flex-start;
}
.sidebar_container .sidebar_article-time {
  color: #b52525;
  margin-bottom: 2px;
}
.sidebar_container .sidebar_article-ttl {
  font-weight: 500;
}
.sidebar_container .sidebar_article-ttl a {
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sidebar_container .sidebar_img img {
  width: 120px !important;
  height: 80px !important;
  border-radius: 0%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-main-column {
  width: 70%;
}
.single-main-column .banner-container {
  margin-bottom: 40px;
  padding: 0 20px;
}

.single-content {
  margin-bottom: 80px;
}
.single-content .container {
  padding: 0;
}
.single-content .container .title {
  line-height: 2;
  font-size: 24px;
  padding-top: 20px;
}
.single-content .container h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 16px 0 16px 10px;
  border-left: 4px solid #b52525;
  background-color: #f7f7f7;
}
.single-content .container h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 10px 15px;
  border-bottom: 1px solid #b52525;
  text-align: left;
  margin: 20px 0;
  color: #252525;
}
.single-content .container p {
  padding: 0 15px;
  line-height: 2;
}
.single-content .container p a {
  color: #252525;
  text-decoration: none;
  border-bottom: 1px solid #b52525;
  line-height: 1.4;
}
.single-content .container time {
  font-size: 14px;
  font-weight: 600;
}
.single-content .container .blog-card-link {
  border-radius: 0;
  background-color: #f7f7f7;
  box-shadow: none;
}
.single-content .container h2.blog-card-head {
  background-color: #b52525;
  padding: 10px 0;
  border-radius: 0;
}
.single-content .container .article-points {
  padding: 16px 32px;
  background-color: #fdf4f4;
}
.single-content .container .article-points h3 {
  text-align: center;
  padding: 12px 0 24px 0;
  margin: 0 0 24px;
}
.single-content .container .article-points ul {
  padding: 0 24px;
}
.single-content .container .article-points li {
  counter-increment: toc-counter;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  gap: 12px;
}
.single-content .container .article-points li::before {
  content: counter(toc-counter) ".";
  font-weight: 500;
  font-size: 20px;
  color: #b52525;
  flex-shrink: 0;
}

.single-multi .category {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 16px;
  margin-bottom: 10px;
  border: 1px solid #b52525;
  background-color: transparent;
  color: #b52525;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-radius: 30px;
}
.single-multi .sidebar_container {
  margin-top: 0;
  border-color: #252525;
}

#toc_container {
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  margin: 40px 0;
  padding: 0;
  min-width: 100%;
}
#toc_container .toc_title {
  background-color: #b52525;
  color: #fff;
  padding: 12px 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#toc_container .toc_title .toc_toggle {
  position: absolute;
  right: 20px;
  font-size: 14px;
  font-weight: 400;
}
#toc_container .toc_title .toc_toggle a {
  color: #fff;
  text-decoration: none;
}
#toc_container .toc_title .toc_toggle a:hover {
  text-decoration: underline;
}
#toc_container .toc_list {
  padding: 30px 60px;
  margin: 0;
  list-style: none;
  counter-reset: toc-counter;
}
#toc_container .toc_list > li {
  counter-increment: toc-counter;
  margin-bottom: 24px;
  position: relative;
}
#toc_container .toc_list > li:before {
  content: counter(toc-counter) ".";
  font-weight: 500;
  font-size: 20px;
  color: #b52525;
  margin-right: 12px;
}
#toc_container .toc_list > li > a {
  color: #252525;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  display: inline;
}
#toc_container .toc_list > li > a:hover {
  color: #b52525;
}
#toc_container .toc_list > li > a .toc_number {
  display: none;
}
#toc_container .toc_list > li > ul {
  list-style: none;
  padding-left: 36px;
  margin-top: 12px;
  margin-bottom: 0;
}
#toc_container .toc_list > li > ul li {
  position: relative;
  padding-left: 20px;
}
#toc_container .toc_list > li > ul li:before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #b52525;
  font-size: 10px;
}
#toc_container .toc_list > li > ul li a {
  color: #252525;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
#toc_container .toc_list > li > ul li a:hover {
  text-decoration: underline;
}
#toc_container .toc_list > li > ul li a .toc_number {
  display: none;
}
#toc_container.no_bullets ul {
  list-style: none;
}

.single-pager {
  margin: 0 50px;
}
.single-pager p {
  position: relative;
  font-family: "Noto Serif JP", serif;
}
.single-pager p::before, .single-pager p::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #252525;
}
.single-pager-left p::before {
  content: "<";
  left: -20px;
}
.single-pager-right p::after {
  content: ">";
  right: -20px;
}/*# sourceMappingURL=blog.css.map */