.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;
}

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

@media (min-width: 768px) {
  .blog-contents {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #e2e2e2;
    padding-bottom: 20px;
  }
}

.sale-case-section-content * {
  margin: revert;
  word-break: break-word;
  list-style: revert;
}

.blog-contents ol {
  padding: revert;
}

.blog-contents ul:not(.sale-case-meta-list) {
  padding: revert;
}

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

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

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

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

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

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

.blog-keywords {
  padding-inline: var(--content-spacing);
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}

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

.blog-keyword {
  box-sizing: border-box;
  color: #333;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 15px;
  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;
}

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

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

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

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

.blog-title {
  padding-inline: var(--content-spacing);
  letter-spacing: .028em;
  color: #0645b8;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 140%;
}

@media (min-width: 768px) {
  .blog-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 24.6px;
  }
}

.sale-case-detail-meta {
  padding: 16px var(--content-spacing) 20px;
  flex-direction: column;
  gap: 14px;
  display: flex;
}

@media (min-width: 768px) {
  .sale-case-detail-meta {
    padding-left: 0;
    padding-right: 0;
  }
}

.sale-case-detail-type {
  border-bottom: 1px solid #cbd5e1;
  align-items: center;
  padding-bottom: 13px;
  display: flex;
}

.sale-case-detail-type-label {
  color: #004ca5;
  white-space: nowrap;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.sale-case-detail-type-value {
  color: #000;
  white-space: nowrap;
  padding-left: 13px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.sale-case-detail-profile {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.sale-case-detail-person {
  align-items: center;
  gap: 22px;
  display: flex;
}

.sale-case-detail-avatar {
  object-fit: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

@media (min-width: 768px) {
  .sale-case-detail-avatar {
    width: 80px;
    height: 80px;
  }
}

.sale-case-detail-person-name {
  color: #000;
  white-space: nowrap;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 186%;
}

.sale-case-detail-info-boxes {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

@media (min-width: 481px) {
  .sale-case-detail-info-boxes {
    flex-direction: row;
  }
}

.sale-case-detail-info-box {
  background: #f0f7ff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  gap: 4px;
  min-width: 0;
  padding: 12px 20px;
  display: flex;
}

.sale-case-detail-info-label {
  color: #004ca5;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.sale-case-detail-info-value {
  color: #000;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 186%;
}

.sale-case-section {
  margin-bottom: 40px;
}

.sale-case-section-title {
  color: #333;
  background: #f5f5f6;
  margin: 0 0 16px;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.sale-case-section-content {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.sale-case-section-content p {
  margin-top: 0;
  margin-bottom: 1em;
}

.sale-case-section-content p:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.other-blogs .list-link {
  color: #333;
  text-align: center;
  white-space: nowrap;
  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-blogs .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 .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;
  -webkit-border-radius: 3px;
  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-heading {
  font-size: 100%;
  font-weight: inherit;
  color: #000;
  border-top: 5px solid #000;
  border-left: 10px solid #000;
  margin: 60px 0 30px;
  padding-left: 10px;
  line-height: 30px;
  overflow: hidden;
}

.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;
}
