/* ===================
   2025.05.23 add
=====================*/
.other_hojo {
  background-color: rgba(47, 170, 187, 0.1);
}
.other_hojo .wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 20px;
}
@media (max-width: 767px) {
  .other_hojo .wrap {
    max-width: 95%;
  }
}
.other_hojo .worry_ttl02 {
  text-align: center;
  color: #124d91;
  font-size: 32px;
  padding-bottom: 0px;
  font-family: "fot-tsukuardgothic-std", "sans-serif";
}
.other_hojo .top_solution .solution_ttl {
  margin-top: 40px;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  .other_hojo .top_solution .solution_ttl {
    margin-top: 30px;
  }
}
.other_hojo .top_solution .solution_ttl span {
  color: #2faabb;
}
.other_hojo .top_solution .solution_desc {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .other_hojo .top_solution .solution_desc {
    font-size: 18px;
  }
}
.other_hojo .top_solution .solution_list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .other_hojo .top_solution .solution_list {
    margin-top: 30px;
    gap: 10px;
  }
}
.other_hojo .top_solution .solution_list li {
  padding: 30px;
  width: calc((100% - 60px) / 3);
  border: solid 1px #cccccc;
  line-height: 1.5;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .other_hojo .top_solution .solution_list li {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 767px) {
  .other_hojo .top_solution .solution_list li {
    padding: 15px 15px 20px;
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 468px) {
  .other_hojo .top_solution .solution_list li {
    width: 100%;
  }
}
.other_hojo .top_solution .solution_list li .ttl {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  .other_hojo .top_solution .solution_list li .ttl {
    font-size: 20px;
  }
}
.other_hojo .top_solution .solution_list li .photo {
  margin-top: 15px;
}
.other_hojo .top_solution .solution_list li .photo img {
  max-width: 100%;
}
.other_hojo .top_solution .solution_list li .price {
  margin-top: 5px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .other_hojo .top_solution .solution_list li .price {
    font-size: 16px;
  }
}
.other_hojo .top_solution .solution_list li .price span {
  color: #f26767;
  font-size: 30px;
}
@media (max-width: 767px) {
  .other_hojo .top_solution .solution_list li .price span {
    font-size: 25px;
  }
}
.other_hojo .top_solution .solution_list li .text {
  margin-top: 10px;
}
.other_hojo .top_solution .solution_list li .link {
  margin-top: auto;
  padding-top: 20px;
}
.other_hojo .top_solution .solution_list li .link a {
  display: block;
  background-color: #308ec6;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 3px 3px #1a6ea1;
  position: relative;
}
.other_hojo .top_solution .solution_list li .link a::after {
  content: "\f35a";
  font-family: "font awesome 5 free";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.other_hojo .top_solution .solution_list li .link a:hover {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px #1a6ea1;
}/*# sourceMappingURL=style250526.css.map */