.main {
  min-width: 100%;
}

.page-heading {
  margin-inline: var(--content-spacing);
}

@media (min-width: 768px) {
  .page-heading {
    margin-left: 0;
    margin-right: 0;
  }
}

.page-wrapper {
  padding-bottom: 40px;
}

.page-section {
  padding-bottom: 0;
}

.column-contents {
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  flex-direction: column;
  gap: 8px;
  display: flex;
}

@media (min-width: 768px) {
  .column-contents {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #e2e2e2;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
  }
}

.column-contents * {
  margin: revert;
  word-break: break-word;
  list-style: revert;
}

.column-contents ul, .column-contents ol {
  padding: revert;
}

.column-contents p {
  line-height: 1.8;
}

.column-content > ul:has( > li > a.aioseo-toc-item) {
  counter-reset: toc-counter;
  background: #f9f9f9;
  border: 1px solid #ccc;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 20px 24px;
  list-style: none;
}

.column-content > ul:has( > li > a.aioseo-toc-item) ul {
  counter-reset: toc-counter;
  padding-left: 1em;
  list-style: none;
}

.column-content > ul:has( > li > a.aioseo-toc-item) li {
  counter-increment: toc-counter;
}

.column-content > ul:has( > li > a.aioseo-toc-item) li > a.aioseo-toc-item:before {
  content: counters(toc-counter, ".") ". ";
}

.column-content .aioseo-toc-item {
  color: var(--main-color);
  text-decoration: none;
}

.column-content .aioseo-toc-item:hover {
  opacity: .7;
  text-decoration: underline;
}

.wp-block-button__link:hover {
  opacity: .7;
}

.column-header {
  padding-inline: var(--content-spacing);
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
}

@media (min-width: 768px) {
  .column-header {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }
}

.column-header .column-types {
  background-color: var(--main-color);
  color: #fff;
  flex-wrap: wrap;
  gap: .5em;
  padding: 15px 20px;
  font-weight: bold;
  display: flex;
}

.column-header .column-type {
  margin: 0;
  font-weight: 700;
}

.column-header .time {
  white-space: nowrap;
  color: #949494;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
}

.column-keywords {
  padding: 8px var(--content-spacing) 12px;
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}

@media (min-width: 768px) {
  .column-keywords {
    padding: 12px 0 16px;
  }
}

.column-keyword {
  box-sizing: border-box;
  color: #333;
  border: 1px solid #e2e2e2;
  border-radius: 15px;
  align-items: center;
  padding: 3px 10px 3px 28px;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
}

.column-keyword:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}

.column-keyword .tag {
  color: #d5d5d5;
  border-top: 1px solid;
  border-left: 1px solid;
  border-radius: 1px 1px 1px 0;
  width: 7px;
  height: 7px;
  margin-top: 3px;
  margin-left: 4px;
  position: absolute;
  top: 3px;
  left: 3px;
}

.column-keyword .tag:before {
  content: "";
  color: #d5d5d5;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-radius: 1px;
  width: 9px;
  height: 10px;
  position: absolute;
  top: 1px;
  left: 1px;
  transform: rotate(-45deg);
}

.column-keyword .tag:after {
  content: "";
  color: #d5d5d5;
  background-color: currentColor;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 3px;
  left: 3px;
}

.column-title {
  color: #333;
  padding: 16px var(--content-spacing) 0;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .column-title {
    padding: 16px 0 0;
    font-size: 24px;
  }
}

.column-catch img {
  object-fit: contain;
  width: 100%;
  height: auto;
  font-family: "object-fit: contain;";
}

.column-content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-inline: var(--content-spacing);
}

@media (min-width: 768px) {
  .column-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.column-area {
  color: #333;
  padding-inline: var(--content-spacing);
  font-size: 16px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .column-area {
    padding-left: 0;
    padding-right: 0;
  }
}

.column-block {
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
  display: flex;
}

@media (min-width: 768px) {
  .column-block {
    border: 1px solid #ccc;
    gap: 40px;
    margin-top: 16px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .column-block[data-image-count="0"] {
    padding-top: 40px;
  }
}

.other-columns {
  padding-inline: var(--content-spacing);
}

@media (min-width: 768px) {
  .other-columns {
    padding-left: 0;
    padding-right: 0;
  }
}

.other-columns .other-columns-title {
  text-align: center;
  color: #333;
  border-bottom: 2px solid var(--main-color);
  padding: 0 0 15px;
  font-size: 18px;
}

.other-columns .list {
  flex-direction: column;
  gap: 30px;
  padding-top: 20px;
  display: flex;
}

@media (min-width: 600px) {
  .other-columns .list {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}

@media (min-width: 1000px) {
  .other-columns .list {
    flex-direction: column;
    gap: 30px;
    display: flex;
  }
}

.other-columns .list-link-wrapper {
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.other-columns .list-link {
  color: #333;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-color: var(--main-color);
  background: #fff;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 500px;
  padding: 24px;
  font-size: 17px;
  text-decoration: none;
  display: flex;
}

.other-columns .list-link:hover {
  opacity: .7;
}

.pagerSingle {
  margin-inline: var(--content-spacing);
  border-top: 1px solid #e2e2e2;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .pagerSingle {
    margin-left: 0;
    margin-right: 0;
  }
}

.pagerSingle:before {
  content: "";
  background: #e2e2e2;
  width: 1px;
  height: calc(100% - 10px);
  display: block;
  position: absolute;
  left: 50%;
}

.pageLink {
  float: left;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  width: calc(50% - 10.5px);
  display: grid;
  position: relative;
}

.pageLink.prevPage {
  float: right;
  grid-template-columns: 1fr auto;
}

@media (min-width: 768px) {
  .pageLink {
    grid-template-columns: auto auto 1fr;
  }

  .pageLink.prevPage {
    grid-template-columns: 1fr auto auto;
  }
}

.pageLink .link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pageLink .link:hover {
  background-color: rgba(255, 255, 255, .3);
}

.pageLink .arrow {
  width: 10px;
  position: relative;
}

.pageLink .arrow:before {
  content: "";
  border-right: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  border-color: var(--main-color);
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0%, -50%) rotate(135deg);
}

.pageLink.prevPage .arrow:before {
  transform: translate(0%, -50%) rotate(-45deg);
}

.pageLink .pagerNav {
  text-align: center;
  background: #f5f5f6;
  grid-column: 1 / span 3;
  margin: 0;
  padding: 3px;
  font-size: 13px;
}

.pageLink .thumbnail {
  display: none;
}

@media (min-width: 768px) {
  .pageLink .thumbnail {
    width: 60px;
    height: 40px;
    margin: 0;
    display: block;
  }

  .pageLink .thumbnail .image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.pageLink .textTitle {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
}

.sns {
  margin-inline: var(--content-spacing);
  gap: 5px;
  display: flex;
}

@media (min-width: 768px) {
  .sns {
    margin-left: 0;
    margin-right: 0;
  }
}

.sns-link {
  color: #fff;
  white-space: nowrap;
  border-radius: 3px;
  width: 100%;
  max-width: 120px;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}

.sns-link:hover {
  opacity: .7;
}

@media (min-width: 768px) {
  .sns-link {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.sns-link i {
  margin-right: .5em;
  font-size: 14px;
}

.sns-link-x {
  background-color: #000;
}

.sns-link-fb {
  background-color: #0866ff;
}

.sns-link-line {
  background-color: #06c755;
}

.wp-block-yallow {
  background: #ffe99e;
  margin: 45px 0 60px;
  padding: 15px 15px 0;
  overflow: hidden;
}

pre {
  box-sizing: border-box;
  white-space: pre-wrap;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, .1);
  max-width: 100%;
  margin-bottom: 24px;
  padding: 12px;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Arial, Helvetica, sans-serif;
  overflow: auto;
}
