.title {
  color: #bd263a;
}
@media (min-width: 768px) {
  .title {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .title {
    font-size: 16px;
  }
}

.list_ul {
  list-style: none;
}
.list_ul a {
  border: 2px solid #bd263a;
  color: #bd263a;
  border-radius: 20px;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.list_ul a:hover {
  background-color: #bd263a;
  color: white;
  opacity: 1;
}
.list_ul a p {
  line-height: 1.4;
}
.list_ul a span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .list_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    margin: 10px 0 50px 0;
    padding: 0;
  }
  .list_ul a {
    width: calc(33.3% - 20px);
    margin: 7px 0;
    min-height: 160px;
  }
  .list_ul a h3 {
    font-size: 22px;
  }
  .list_ul a p {
    margin: 5px 0;
  }
}
@media (max-width: 767.98px) {
  .list_ul {
    margin-bottom: 40px;
  }
  .list_ul a {
    margin: 7px 0;
  }
  .list_ul a h3 {
    font-size: 18px;
  }
  .list_ul a p {
    margin-bottom: 5px;
  }
}

.box_flex li {
  list-style: none;
}
.box_flex li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #bd263a;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
@media (min-width: 768px) {
  .box_flex {
    display: flex;
    margin: 0 0 80px 0;
    justify-content: space-between;
  }
  .box_flex .img {
    width: 350px;
  }
  .box_flex .text {
    width: calc(100% - 350px);
    padding: 0 60px 0 0;
  }
  .box_flex .text .page_ttl_02 {
    margin: 10px 0;
  }
  .box_flex .text p {
    margin-bottom: 30px;
  }
  .box_flex ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .box_flex ul li {
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .box_flex {
    margin: 0 0 40px 0;
  }
  .box_flex .text {
    margin: 0 0 20px 0;
  }
  .box_flex ul {
    padding: 0;
  }
  .box_flex ul li {
    margin-bottom: 10px;
  }
}

.Sfoto_box {
  margin-top: 20px;
}
.Sfoto_box .title {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .Sfoto_box {
    width: 32%;
  }
}/*# sourceMappingURL=feature.css.map */