.breadcrumb {
  font-size: 12px;
  padding-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.item-review-list li.review-list-unit {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #C1C1C1;
}

.review-item-wrap {
  margin-bottom: 10px;
}

.pager-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.pager-wrap .total-count {
  margin-bottom: 40px;
}

.pager {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager li {
  width: 40px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .pager li {
    margin-right: 10px;
  }
}
.pager li span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: 1px solid #333333;
  padding-top: 2px;
  font-size: 20px;
  font-weight: 400;
}
.pager li span.current {
  color: #fff;
  background-color: #333333;
}
.pager li span.prev, .pager li span.next {
  font-size: 0;
}
.pager li span.prev::before, .pager li span.next::before {
  font-size: 20px;
}
.pager li span.prev::before {
  content: "<";
}
.pager li span.next::before {
  content: ">";
}

.review-post a {
  background: #333;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 568px) {
  .review-post a {
    width: 100%;
  }
}
.review-post a:before {
  color: #fff;
}
.review-post a.review-post-btn {
  background: #333;
}

.review-form-wrap {
  margin-top: 40px;
}

.review-item-wrap .review-item-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.guide-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .guide-title {
    font-size: 20px;
    text-align: left;
    margin: 20px 0 20px;
  }
}

.comapany-box {
  width: 100%;
}

.comapany-detail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 100px;
  border-top: 1px solid #C1C1C1;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .comapany-detail dl {
    padding: 15px 0;
    font-size: 14px;
  }
}
.comapany-detail dl:last-of-type {
  border-bottom: 1px solid #C1C1C1;
}
.comapany-detail dt {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .comapany-detail dt {
    margin-right: 5%;
  }
}
.comapany-detail dd {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .comapany-detail dd {
    width: 60%;
  }
}

.policy-box {
  width: 100%;
}

.guide-section {
  width: 100%;
}

.guide-pageLink {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  .guide-pageLink {
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .guide-pageLink {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.guide-pageLink a {
  background-color: #333333;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  height: 100%;
  text-align: center;
  line-height: 1.4;
  position: relative;
  height: 88px;
}
@media screen and (max-width: 768px) {
  .guide-pageLink a {
    height: 55px;
    font-size: 14px;
  }
}
.guide-pageLink a .centerPos {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .guide-pageLink a .centerPos {
    width: calc(100% - 28px);
    margin-left: 0;
  }
}
.guide-pageLink a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 35px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M6.125 8.75L10.5 13.125L14.875 8.75' stroke='%23fff' stroke-width='1.33' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .guide-pageLink a::after {
    right: 4px;
    width: 28px;
    height: 20px;
  }
}

.guide-section .guide-section-title {
  border-bottom: 2px dotted #A5A3A3;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.guide-section p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2.3;
}
.guide-section-img {
  width: 100%;
  margin-bottom: 20px;
}
.guide-section-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 568px) {
  .guide-section-img .pc {
    display: none;
  }
}
.guide-section-img .sp {
  display: none;
}
@media screen and (max-width: 568px) {
  .guide-section-img .sp {
    display: block;
  }
}
.guide-section-img.small img {
  width: auto;
}
.guide-section-img-scroll {
  /*
  @include sp{
      width: calc(100% + 12px);
      overflow-x: scroll;
      .guide-section-img{
          width: 200%;
      }
  }
  */
}
.guide-section .guide-section-img .daibiki-table {
  margin-top: 6px;
}
.guide-section .guide-section-img .daibiki-table td, .guide-section .guide-section-img .daibiki-table th {
  border: 1px solid #595959;
  border-collapse: collapse;
}
.guide-section .guide-section-img .daibiki-table td, .guide-section .guide-section-img .daibiki-table th {
  padding: 8px 15px;
}
.guide-section .guide-section-img .daibiki-table th {
  background: #E5E5E5;
}
.guide-section .guide-section-img .daibiki-table td {
  text-align: right;
}
.guide-section .guide-section-img .daibiki-table td:first-of-type {
  background-color: #E5E5E5;
}