.rp4wp-related-posts {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .rp4wp-related-posts {
    margin-top: 32px;
  }
}
.rp4wp-related-posts::after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.sticky {
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  .sticky {
    display: none;
  }
}
.sticky-inner {
  height: 100vh;
  max-height: max-content;
  overflow: auto;
  transition: opacity 0.4s linear;
}
.sticky-inner.-isHide {
  opacity: 0;
  pointer-events: none;
}

.c-renew-button {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #D7063B;
  color: #D7063B;
  display: flex;
  padding: 5px 14px;
  position: relative;
  text-decoration: none !important;
  min-height: 50px;
  font-size: 16px;
  font-weight: bold;
  transition: background 0.3s;
  justify-content: center;
  width: 273px;
}
@media screen and (max-width: 991px) {
  .c-renew-button {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-renew-button {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.c-renew-button:active, .c-renew-button:visited {
  color: #D7063B;
}
.c-renew-button::before {
  background: url("./img/icon_blank_renew_hover.svg") no-repeat center center/cover;
  content: "";
  display: block;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  height: 0;
  width: 0;
}
.c-renew-button::after {
  background: url("./img/icon_blank_renew.svg") no-repeat center center/cover;
  content: "";
  display: none;
  flex-shrink: 0;
  position: absolute;
  right: 14px;
  top: 50%;
  transition: background 0.3s;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
}
@media screen and (max-width: 768px) {
  .c-renew-button::after {
    display: block;
  }
}
@media (hover: hover) {
  .c-renew-button:hover {
    color: #D7063B;
    background: #FFE8EE;
  }
}
.c-renew-button:focus-visible {
  color: #D7063B;
  background: #FFE8EE;
}
.c-renew-button span {
  align-items: center;
  display: flex;
  gap: 0 15px;
}
.c-renew-button span::after {
  background: url("./img/icon_blank_renew.svg") no-repeat center center/cover;
  content: "";
  display: block;
  flex-shrink: 0;
  transition: background 0.3s;
  height: 16px;
  width: 16px;
}
@media screen and (max-width: 768px) {
  .c-renew-button span::after {
    display: none;
  }
}
.c-renew-button.-side {
  font-size: 15px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .c-renew-button.-side {
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-renew-button.-side::after {
  background: url("./img/icon_blank_renew.svg") no-repeat center center/cover;
  content: "";
  display: block;
  flex-shrink: 0;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
}
@media screen and (max-width: 1199px) {
  .c-renew-button.-side::after {
    right: 5px;
    height: 13px;
    width: 13px;
  }
}
.c-renew-button.-side span {
  text-align: center;
}
.c-renew-button.-side span::after {
  display: none;
}

.c-label {
  align-items: center;
  background: #CCCCCC;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  left: 0;
  position: absolute;
  top: 0;
  height: 30px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .c-label {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.renew__contact {
  align-items: center;
  background: #D7073B;
  display: flex;
  padding: 25px 40px;
}
@media screen and (max-width: 991px) {
  .renew__contact {
    flex-direction: column;
    gap: 20px 0;
    padding: 24px 20px 26px;
  }
}
.renew__contact p {
  margin-bottom: 0 !important;
}
.renew__contact-title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  gap: 0 14px;
  max-width: 410px;
}
@media screen and (max-width: 1199px) {
  .renew__contact-title {
    max-width: 293px;
  }
}
@media screen and (max-width: 991px) {
  .renew__contact-title {
    max-width: 100%;
  }
}
.renew__contact-title::before {
  background: url("./img/icon_contact.svg") no-repeat center center/cover;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 32px;
  width: 34px;
}
.renew__contact-link {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .renew__contact-link {
    margin-left: 0;
    width: 100%;
  }
}
.renew__contact.-side {
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  gap: 17px 0;
  padding: 17px 20px 23px;
}
.renew__contact.-side .renew__contact-title {
  text-align: center;
}
.renew__contact.-side .renew__contact-title::before {
  display: none;
}
.renew__contact.-side .renew__contact-link {
  margin-left: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .renew__contact.-side .renew__contact-link .c-renew-button {
    font-size: 14px;
  }
  .renew__contact.-side .renew__contact-link .c-renew-button::after {
    display: none;
  }
}

.renew__contact + .renew__related {
  margin-top: 30px;
}

.renew__contact.-side + .renew__related.-side {
  margin-top: 20px;
}

.renew__related {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  padding: 32px 35px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .renew__related {
    padding: 46px 20px 20px;
  }
}
.renew__related + .renew__related {
  margin-top: 30px;
}
.renew__related p {
  margin-bottom: 0 !important;
}
.renew__related-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .renew__related-title {
    text-align: center;
  }
}
.renew__related-text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .renew__related-text {
    text-align: center;
    margin-top: 15px;
  }
}
.renew__related-pic {
  height: 180px;
  width: 290px;
}
@media screen and (max-width: 991px) {
  .renew__related-pic {
    height: 87px;
    margin-right: auto;
    margin-left: auto;
    width: 140px;
  }
}
.renew__related-pic img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.renew__related.-materials:not(.-side) {
  background: url("./img/related_materials_bg.png") no-repeat right center/auto 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  gap: 0 35px;
}
@media screen and (max-width: 991px) {
  .renew__related.-materials:not(.-side) {
    background: url("./img/related_materials_bg_sp.png") no-repeat center center/cover;
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
}
.renew__related.-materials:not(.-side) .renew__related-title {
  padding-top: 23px;
  max-width: 410px;
}
@media screen and (max-width: 1199px) {
  .renew__related.-materials:not(.-side) .renew__related-title {
    max-width: 293px;
  }
}
@media screen and (max-width: 991px) {
  .renew__related.-materials:not(.-side) .renew__related-title {
    padding-top: 0;
    max-width: 100%;
  }
}
.renew__related.-materials:not(.-side) .renew__related-text {
  max-width: 410px;
}
@media screen and (max-width: 1199px) {
  .renew__related.-materials:not(.-side) .renew__related-text {
    max-width: 293px;
  }
}
@media screen and (max-width: 991px) {
  .renew__related.-materials:not(.-side) .renew__related-text {
    max-width: 100%;
  }
}
.renew__related.-materials:not(.-side) .renew__related-pic {
  grid-row: span 2/span 2;
}
.renew__related.-materials:not(.-side) .renew__related-button {
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .renew__related.-materials:not(.-side) .renew__related-button {
    margin-top: 0;
  }
}
.renew__related.-service:not(.-side) {
  background: url("./img/related_service_bg.png") no-repeat calc(100% + 1px) center/auto 100%;
  padding-top: 56px;
}
@media screen and (max-width: 991px) {
  .renew__related.-service:not(.-side) {
    background: none;
    padding-top: 46px;
  }
  .renew__related.-service:not(.-side).-contents {
    background: url("./img/related_service_bg_sp.png") no-repeat center center/cover;
  }
}
.renew__related.-service:not(.-side) .renew__related-button {
  margin-top: 20px;
}
.renew__related.-side + .-side {
  margin-top: 20px;
}
.renew__related.-side.-materials {
  background: url("./img/related_materials_bg_sp.png") no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  padding: 41px 20px 20px;
}
.renew__related.-side.-materials .renew__related-title {
  font-size: 16px;
  text-align: center;
}
.renew__related.-side.-materials .renew__related-pic {
  height: 87px;
  margin-right: auto;
  margin-left: auto;
  width: 140px;
}
@media screen and (max-width: 991px) {
  .renew__related.-side.-materials .renew__related-button .c-renew-button {
    font-size: 14px;
  }
  .renew__related.-side.-materials .renew__related-button .c-renew-button::after {
    display: none;
  }
}
.renew__related.-side.-service {
  background: none;
  padding: 41px 20px 20px;
}
.renew__related.-side.-service .renew__related-title {
  font-size: 16px;
  text-align: center;
}
.renew__related.-side.-service .renew__related-text {
  font-size: 14px;
  text-align: center;
}
.renew__related.-side.-service .renew__related-button {
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .renew__related.-side.-service .renew__related-button .c-renew-button {
    font-size: 14px;
  }
  .renew__related.-side.-service .renew__related-button .c-renew-button::after {
    display: none;
  }
}

.renew__sp-nav {
  background: rgba(51, 51, 51, 0.4);
  display: none;
  padding: 5px;
  border-radius: 5px;
  position: fixed;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  transition: opacity 0.4s linear;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .renew__sp-nav {
    display: block;
  }
}
.renew__sp-nav.-isClose {
  opacity: 0;
  pointer-events: none;
}
.renew__sp-nav p {
  margin-bottom: 0 !important;
}
.renew__sp-nav nav ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  gap: 0 2px;
  margin-bottom: 0;
}
.renew__sp-nav nav ul li {
  flex: 1;
  width: 100%;
}
.renew__sp-nav nav ul li a {
  align-items: center;
  background: #333333;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 3px 0;
  height: 60px;
  text-decoration: none;
  justify-content: center;
  width: 100%;
}
.renew__sp-nav nav ul li a img {
  width: 20px;
}
.renew__sp-nav nav ul li a span {
  align-items: center;
  display: flex;
  gap: 0 5px;
}
.renew__sp-nav nav ul li a span::after {
  background: url("./img/icon_nav_blank.svg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 9px;
  width: 10px;
}
.renew__sp-nav nav ul:has(li):not(:has(li:nth-of-type(2))) a {
  flex-direction: row;
  gap: 0 15px;
}
.renew__sp-nav nav ul:has(li):not(:has(li:nth-of-type(2))) a span::after {
  height: 12px;
  width: 13px;
}
.renew__sp-nav_close {
  border-radius: 100%;
  border: none;
  display: block;
  outline: none;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 0;
  width: 25px;
}
.renew__sp-nav_close:focus {
  outline: none;
}
.renew__sp-nav_close img {
  vertical-align: bottom;
}
