.inner::before, .inner::after {
  display: none;
}

a:hover {
  opacity: 1;
}

.breadcrumbs {
  padding: 6px 0;
}
.breadcrumbs_inner {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  font-size: 0;
  padding: 0 20px;
}
.breadcrumbs_inner > span {
  font-size: 14px;
  letter-spacing: 0.06em;
}
.breadcrumbs_inner > span a {
  color: #004490;
}
.breadcrumbs_inner > span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../img/common/chevron-right_gray.svg) center/cover no-repeat;
  margin: 0 12px;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
  color: #111;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0;
  transition: 0.2s;
}
.wp-pagenavi span.current {
  background-color: #999;
  color: #fff;
  font-weight: 500;
  box-shadow: none;
}
.wp-pagenavi a:hover {
  background-color: #004490;
  color: #fff;
  opacity: 1;
}

.sidebar .widget_search form {
  position: relative;
}
.sidebar .widget_search form input[type=text] {
  display: block;
  width: 100%;
  height: 54px;
  border: solid 2px #f2f2f2;
  border-radius: 54px;
  padding: 0 40px 0 20px;
}
.sidebar .widget_search form input[type=submit] {
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 21px;
  height: 21px;
  background: url(../img/common/icon-search_b.svg) center/contain no-repeat;
  color: transparent;
}
.sidebar .widget_categories {
  background: #f5f5f5;
  margin-top: 24px;
  padding: 15px 10px 10px;
}
.sidebar .widget_categories .widget-title {
  color: #004490;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
  text-align: center;
}
.sidebar .widget_categories .widget-title::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 19px;
  background: url(../img/common/icon-toc.svg) center/contain no-repeat;
  margin-right: 9px;
  vertical-align: -3px;
}
.sidebar .widget_categories ul li + li {
  margin-top: 4px;
}
.sidebar .widget_categories ul li .children {
  margin-top: 4px;
}
.sidebar .widget_categories ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  background: #fff;
  border-radius: 5px;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.4666666667;
  padding: 13px 36px 13px 32px;
  transition: 0.2s;
}
.sidebar .widget_categories ul li a::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 3px;
  height: 40px;
  background: #009de0;
  z-index: 1;
}
.sidebar .widget_categories ul li a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/common/circle-arrow-light_b.svg) center/contain no-repeat;
  transition: 0.2s;
}
.sidebar .widget_categories ul li a:hover {
  color: #009de0;
}

.blog-archive__pagination {
  background: #f5f5f5;
  margin-top: 40px;
  padding: 19px 20px;
}
.blog-archive__pagination:not(:has(.wp-pagenavi)) {
  display: none;
}

.blog-article:not(:first-child) {
  margin-top: 40px;
}
.blog-article__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px #f2f2f2;
  border-radius: 10px;
  padding: 38px 38px 38px;
  transition: 0.2s;
}
.blog-article__link:hover {
  border-color: #004490;
  opacity: 1;
}
.blog-article__head {
  border-bottom: solid 1px #004490;
  margin-bottom: 32px;
  padding-bottom: 5px;
}
.blog-article__head--list {
  margin-bottom: 19px;
  padding-bottom: 7px;
}
.blog-article__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 23px;
}
.blog-article__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-article__tag {
  min-width: 130px;
  background: #009de0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 3.5px 10px;
  text-align: center;
  white-space: nowrap;
}
.blog-article__date {
  color: #999;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
}
.blog-article__date::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/blog/clock-regular.svg) center/contain no-repeat;
  margin-right: 0.5em;
  vertical-align: bottom;
}
.blog-article__ttl {
  color: #004490;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
.blog-article__head--list .blog-article__ttl {
  font-size: 24px;
  margin-top: 2px;
}
.blog-article__list-content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.blog-article__img {
  flex: 0 0 160px;
  padding: 11px 0 0;
  aspect-ratio: 1;
}
.blog-article__img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-article__excerpt {
  flex: 1;
  min-width: 0;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.8888888889;
}
.blog-article__more {
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: flex;
  align-items: center;
  width: 154px;
  height: 40px;
  background-color: #004490;
  border-radius: 10px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0 20px;
}
.blog-article__more::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/circle-arrow_w.svg) center/contain no-repeat;
}

#ez-toc-container {
  background: #e5f8ff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  padding: 35px 54px 46px;
}
#ez-toc-container .ez-toc-title {
  color: #009de0;
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
#ez-toc-container .ez-toc-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/blog/toc.svg) center/contain no-repeat;
  margin-right: 6px;
  vertical-align: -3px;
}
#ez-toc-container ul li a {
  font-size: 18px !important;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  transition: 0.2s;
}
#ez-toc-container ul li a:hover {
  color: #009de0;
  text-decoration-color: #009de0;
}
#ez-toc-container ul li a::before {
  content: counters(item, "-", decimal) ". ";
  color: #009de0;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-right: 0.35em;
}
#ez-toc-container ul li a.ez-toc-toggle::before {
  display: none;
}
#ez-toc-container nav {
  padding-left: 33px;
}
#ez-toc-container ul li {
  margin-top: 0.4em;
}
#ez-toc-container ul ul {
  margin-left: 1.35em;
}
#ez-toc-container .ez-toc-heading-level-2 + .ez-toc-heading-level-2 {
  margin-top: 18px;
}
#ez-toc-container .ez-toc-btn:focus {
  outline: none;
}

.saboxplugin-wrap {
  position: relative;
  background: #fffde3;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
  padding: 50px 253px 46px 40px;
}
.saboxplugin-wrap .saboxplugin-gravatar {
  float: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 174px;
  height: 174px;
  margin: auto;
  padding: 0;
}
.saboxplugin-wrap .saboxplugin-gravatar img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.saboxplugin-wrap .saboxplugin-authorname {
  border-bottom: solid 1px #ddd;
  color: #111;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 0 0 0;
  padding: 0 0 8px;
}
.saboxplugin-wrap .saboxplugin-desc {
  margin: 10px 0 0;
}
.saboxplugin-wrap .saboxplugin-desc p {
  font-size: 16px !important;
  letter-spacing: 0.04em;
  line-height: 1.875 !important;
  margin: 0;
}
.saboxplugin-wrap .saboxplugin-desc p + p {
  margin-top: 12px;
}
.saboxplugin-wrap .saboxplugin-desc strong {
  color: #111;
  font-weight: 500;
}

.relation_area {
  padding-top: 50px;
}
.relation_area .section_title {
  font-size: 15px;
  line-height: 1;
  position: relative;
  width: 100%;
  height: 27px;
  margin-bottom: 25px;
  border-bottom: 2px solid #dcdcdc;
}
.relation_area .section_title span {
  position: absolute;
  display: inline-block;
  height: 27px;
  padding: 0 12px;
  border-bottom: 2px solid;
}
.relation_area ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.relation_area a {
  display: block;
}
.relation_area a:hover {
  opacity: 0.8;
}
.relation_area .img_box {
  position: relative;
  margin-bottom: 8px;
}
.relation_area .img_box img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.relation_area .img_box .sold {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}
.relation_area h4 {
  font-size: 14px;
  line-height: 1.6;
}
.relation_area .price_box {
  height: 16px;
}
.relation_area .common_price_box {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.relation_area .price1 * {
  font-size: 12px;
}
.relation_area .price1 .num {
  margin-right: 3px;
}
.relation_area .price1 .unit {
  margin-right: 2px;
}
.relation_area .price2 {
  align-items: flex-end;
}
.relation_area .price2 .num {
  font-size: 16px;
  margin-right: 3px;
}
.relation_area .price2 .unit {
  font-size: 12px;
}
.relation_area .common_price_box.strikethrough .price1 {
  position: relative;
}
.relation_area .common_price_box.strikethrough .price1::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
}

.bottom_area {
  border: 2px solid;
  margin-top: 40px;
  text-align: center;
}
.bottom_area h2 {
  font-size: 14px;
  margin-bottom: 40px;
  padding: 15px 20px;
}
.bottom_area h3 {
  margin-bottom: 30px;
  padding: 0 20px;
}
.bottom_area h3 img {
  width: auto;
  max-height: 50px;
}
.bottom_area p {
  font-size: 14px;
  padding: 0 20px;
  margin-bottom: 40px;
}
.bottom_area table {
  width: calc(100% - 40px);
  margin: 0 auto 20px;
}
.bottom_area th,
.bottom_area td {
  border: 1px solid;
  font-size: 14px;
  padding: 10px;
  text-align: left;
  word-break: break-word;
}
.bottom_area th {
  width: 30%;
}
.bottom_area td {
  width: 70%;
}

.addtoany_shortcode {
  margin-top: 60px;
}

.review-list {
  background: #e5f8ff;
  padding: 57px 0 80px;
}
.review-list__lead {
  margin-bottom: 5px;
}
.review-list__lead img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: auto;
}
.review-list__ttl {
  color: #004490;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
.review-list__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: 41px;
}
.review-list__pagination {
  margin-top: 60px;
}
.review-list__pagination:not(:has(.wp-pagenavi)) {
  display: none;
}

.review-detail {
  background: #009de0 repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 14.14px, transparent 14.14px, transparent 28.28px);
  padding: 60px 0 60px;
}
.review-detail__box {
  position: relative;
  background: #fff;
  border: solid 4px #004490;
  border-radius: 10px;
  padding: 41px 56px 54px;
}
.review-detail__box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: block;
  width: 115px;
  height: 18px;
  background: url(../img/common/clip.svg) center/contain no-repeat;
}
.review-detail__ttl {
  position: relative;
  color: #004490;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 0 0 28px;
  text-align: center;
}
.review-detail__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 52px;
  height: 5px;
  background: #009de0;
}
.review-detail__meta {
  display: flex;
  margin-top: 40px;
  gap: 26px;
}
.review-detail__left {
  flex: 0 0 350px;
  padding: 10px 0 0;
}
.review-detail__right {
  flex: 1;
  min-width: 0;
}
.review-detail__icon {
  position: relative;
  width: 210px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  margin: 0 auto 19px;
  overflow: hidden;
}
.review-detail__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-detail__icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 6px #dffeff;
  border-radius: 50%;
  box-sizing: border-box;
}
.review-detail__stars {
  display: flex;
  justify-content: center;
  gap: 11px;
}
.review-detail__stars img {
  display: block;
  width: 46px;
}
.review-detail__data {
  display: grid;
  grid-template-columns: 223px 1fr;
  background: #fffde3;
  padding: 22px 40px 22px;
}
.review-detail__data dt, .review-detail__data dd {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.4444444444;
  align-content: center;
  padding: 15px 0;
}
.review-detail__data dt:not(:last-of-type), .review-detail__data dd:not(:last-of-type) {
  border-bottom: solid 1px #ddd;
}
.review-detail__data dt {
  color: #555;
}
.review-detail__data dd {
  font-weight: 500;
}
.review-detail__comment {
  margin-top: 40px;
}
.review-detail__comment-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
}
.review-detail__comment-ttl--customer {
  background-color: #004490;
}
.review-detail__comment-ttl--customer::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/review/icon-comment.svg) center/contain no-repeat;
  margin-right: 17px;
  margin-left: -43px;
}
.review-detail__comment-ttl--staff {
  background-color: #009de0;
}
.review-detail__comment-ttl--staff::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 30px;
  background: url(../img/review/icon-staff.svg) center/contain no-repeat;
  margin-right: 11px;
  margin-left: -35px;
}
.review-detail__staff-comment-box {
  display: flex;
}
.review-detail__staff-info {
  flex: 0 0 174px;
}
.review-detail__staff-img {
  width: 100px;
  aspect-ratio: 1;
  border: solid 4px #009de0;
  border-radius: 50%;
  margin: 0 auto 6px;
  overflow: hidden;
}
.review-detail__staff-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-detail__staff-name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}

.review-related {
  padding: 69px 0 105px;
  overflow: hidden;
}
.review-related__ttl {
  color: #004490;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}
.review-related__list {
  margin-top: 20px;
}
.review-related .c-voice-item__link::before {
  box-shadow: none;
}
.review-related .c-voice-item__link::after {
  border-color: #dcfeff;
  opacity: 1;
}
.review-related .c-voice-item__link:hover::after {
  border-color: #004490;
}
.review-related__back {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 751px) and (max-width: 959px) {
  .sidebar .widget_categories > ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 1100px) {
  .review-detail__data {
    grid-template-columns: 160px 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .breadcrumbs * {
    color: #111;
  }
  .breadcrumbs a,
  .breadcrumbs a * {
    color: #004490;
  }
}
@media screen and (max-width: 959px) {
  .sidebar .widget_search {
    padding: 0 20px;
  }
  .sidebar .widget_search form input[type=text] {
    height: 50px;
    font-size: 14px;
    padding: 0 18px;
  }
  .sidebar .widget_search form input[type=submit] {
    right: 15px;
    width: 19px;
    height: 19px;
  }
  .sidebar .widget_categories {
    padding: 19px 20px 20px;
  }
  .sidebar .widget_categories .widget-title {
    margin-bottom: 21px;
  }
  .sidebar .widget_categories ul li + li {
    margin-top: 5px;
  }
  .sidebar .widget_categories ul li .children {
    margin-top: 5px;
  }
  .sidebar .widget_categories ul li a {
    min-height: 60px;
    border-radius: 2.5px;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    padding: 13px 45px 13px 40px;
  }
  .sidebar .widget_categories ul li a::before {
    left: 20px;
    width: 5px;
    height: 30px;
    border-radius: 5px;
  }
  .sidebar .widget_categories ul li a::after {
    right: 20px;
    width: 22px;
    height: 22px;
  }
  .review-list__list {
    gap: 20px;
  }
  .review-detail__meta {
    display: block;
  }
  .review-detail__left {
    width: 100%;
    padding: 0;
  }
  .review-detail__right {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumbs {
    padding: 8px 0;
  }
  .breadcrumbs_inner {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .breadcrumbs_inner > span {
    font-size: 12px;
    letter-spacing: 0.07em;
  }
  .breadcrumbs_inner > span:not(:last-child)::after {
    width: 5px;
    height: 8px;
    margin: 0px 12px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    border-radius: 2.5px;
  }
  .blog-archive__pagination {
    margin: 30px -20px 0;
    padding: 19px 20px;
  }
  .blog-article:not(:first-child) {
    margin-top: 20px;
  }
  .blog-article__link {
    border-radius: 5px;
    padding: 18px 18px 23px;
  }
  .blog-article__head {
    margin-bottom: 20px;
    padding-bottom: 6px;
  }
  .blog-article__head--list {
    margin-bottom: 8px;
    padding-bottom: 9px;
  }
  .blog-article__meta {
    gap: 21px;
  }
  .blog-article__tag-list {
    gap: 10px;
  }
  .blog-article__tag {
    min-width: 120px;
    font-size: 13px;
    letter-spacing: 0.06em;
  }
  .blog-article__date {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  .blog-article__date::before {
    width: 13px;
    height: 13px;
    vertical-align: -2px;
  }
  .blog-article__ttl {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-top: 5px;
  }
  .blog-article__head--list .blog-article__ttl {
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 1.4705882353;
    margin-top: 5px;
  }
  .blog-article__list-content {
    gap: 17.5px;
  }
  .blog-article__img {
    flex: 0 0 100px;
    padding-top: 6px;
  }
  .blog-article__excerpt {
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.6153846154;
  }
  .blog-article__more {
    position: relative;
    right: unset;
    bottom: unset;
    width: 160px;
    height: 40px;
    border-radius: 5px;
    margin: 18px auto 0;
    padding: 0 24px;
  }
  .blog-article__more::after {
    right: 22px;
    width: 14px;
    height: 14px;
  }
  #ez-toc-container {
    margin-bottom: 30px;
    padding: 18px 20px 20px;
  }
  #ez-toc-container .ez-toc-title {
    font-size: 16px !important;
    letter-spacing: 0.02em;
  }
  #ez-toc-container .ez-toc-title::before {
    width: 17px;
    height: 17px;
  }
  #ez-toc-container ul li a {
    font-size: 14px !important;
    letter-spacing: 0.02em;
  }
  #ez-toc-container ul li a::before {
    font-size: 16px;
  }
  #ez-toc-container nav {
    padding-left: 0;
  }
  #ez-toc-container ul ul {
    margin-left: 10px;
  }
  #ez-toc-container .ez-toc-heading-level-2 + .ez-toc-heading-level-2 {
    margin-top: 12px;
  }
  .saboxplugin-wrap {
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    padding: 20px 20px 20px;
  }
  .saboxplugin-wrap .saboxplugin-gravatar {
    position: static;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  .saboxplugin-wrap .saboxplugin-authorname {
    font-size: 16px;
    letter-spacing: 0.06em;
    padding: 0 0 8px;
    text-align: center;
  }
  .saboxplugin-wrap .saboxplugin-desc p {
    font-size: 14px !important;
    letter-spacing: 0.04em;
  }
  .saboxplugin-wrap .saboxplugin-desc p + p {
    margin-top: 8px;
  }
  .relation_area {
    padding-top: 30px;
  }
  .relation_area .section_title {
    font-size: 18px;
    line-height: 1.8;
    height: 30px;
  }
  .relation_area .section_title span {
    height: 30px;
  }
  .relation_area ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .addtoany_shortcode {
    margin-top: 40px;
  }
  .review-list {
    padding: 32px 0 40px;
  }
  .review-list__lead {
    margin-bottom: 0;
  }
  .review-list__lead img {
    max-width: 195px;
  }
  .review-list__ttl {
    font-size: 21px;
    letter-spacing: 0.04em;
    line-height: 1.4761904762;
  }
  .review-list__list {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-top: 16px;
  }
  .review-list__pagination {
    margin-top: 25px;
  }
  .review-list__pagination:not(:has(.wp-pagenavi)) {
    display: none;
  }
  .review-detail {
    background: #009de0 repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 7.07px, transparent 7.07px, transparent 14.14px);
    padding: 40px 0 40px;
  }
  .review-detail__box {
    border-width: 2px;
    border-radius: 5px;
    padding: 28px 23px 20px;
  }
  .review-detail__box::before {
    width: 77px;
    height: 12px;
  }
  .review-detail__ttl {
    font-size: 18px;
    letter-spacing: 0.06em;
    padding: 0 0 14px;
  }
  .review-detail__ttl::after {
    width: 26px;
    height: 2.5px;
  }
  .review-detail__meta {
    margin-top: 20px;
  }
  .review-detail__right {
    margin-top: 20px;
  }
  .review-detail__icon {
    width: 133px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    margin-bottom: 12px;
  }
  .review-detail__icon::after {
    border-width: 3px;
  }
  .review-detail__stars {
    gap: 7px;
  }
  .review-detail__stars img {
    width: 29px;
  }
  .review-detail__data {
    display: grid;
    grid-template-columns: 112px 1fr;
    padding: 4px 19px 10px;
  }
  .review-detail__data dt, .review-detail__data dd {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    padding: 11px 0;
  }
  .review-detail__comment {
    margin-top: 24px;
  }
  .review-detail__comment-ttl {
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 0.04em;
    margin-bottom: 7px;
    padding: 0 10px;
  }
  .review-detail__comment-ttl--customer::before {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    margin-left: 0;
  }
  .review-detail__comment-ttl--staff::before {
    width: 17px;
    height: 22px;
    margin-right: 10px;
    margin-left: 0;
  }
  .review-detail__staff-comment-box {
    display: block;
  }
  .review-detail__comment-txt {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.9285714286;
  }
  .review-detail__staff-info {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 9px;
  }
  .review-detail__staff-img {
    flex: 0 0 60px;
    width: 60px;
    border-width: 2px;
    margin: 0;
  }
  .review-detail__staff-name {
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  .review-related {
    padding: 40px 0 55px;
  }
  .review-related__ttl {
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .review-related__list {
    margin-top: 11px;
  }
  .review-related__back {
    margin-top: 60px;
  }
}
