@charset "UTF-8";
.main_blk .fl-main .txt {
  position: relative;
  z-index: 2;
}
.main_blk .fl-main .txt .news {
  position: relative;
  z-index: 3;
  margin-top: 1em;
}
.main_blk .fl-main .txt .news li {
  display: flex;
  gap: 5px;
  justify-content: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .main_blk .fl-main .txt .news li {
    flex-direction: column;
    gap: 0;
  }
}
.main_blk .fl-main .txt .news li a {
  text-decoration: underline;
}
.main_blk .fl-main .txt .news li a:hover {
  text-decoration: none;
}

.main_blk .fl-main .txt:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .sns_blk h2.ttl {
    justify-content: center;
    align-items: center;
  }
}
.snsBtns {
  padding-top: 40px;
}
.snsBtns img {
  width: 70px;
}

.rectxt {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin: 1em 0;
}
@media screen and (max-width: 768px) {
  .rectxt {
    font-size: 1.8rem;
  }
}

.recBox {
  max-width: 700px;
  margin: 2rem auto;
  padding: 2rem;
  background: #f9f9f9;
  border: 2px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-family: "Helvetica Neue", sans-serif;
  color: #333;
  line-height: 1.6;
}
.recBox .dot {
  display: flex;
}
.recBox .dot:before {
  content: "●";
  margin-right: 0.5em;
  font-size: 1rem;
  position: relative;
  top: 0.3em;
}
.recBox h3 {
  font-weight: 600;
  color: #222;
  margin: 1rem 0;
}
.recBox h3 span {
  display: inline-block;
  background: #fffbe0;
  padding: 0.2em 0.5em;
  border-left: 4px solid #ff9800;
}
.recBox .foot {
  text-align: center;
  font-size: 2rem;
  padding-top: 1em;
  font-weight: bold;
}
.recBox p {
  margin: 0.5rem 0;
}
.recBox p.strong {
  font-weight: bold;
  color: #007b55;
}
.recBox dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em 0;
  border-top: 1px dotted #ccc;
}
@media screen and (max-width: 768px) {
  .recBox dl {
    flex-direction: column;
  }
}
.recBox dl:nth-child(odd) {
  background-color: #eee;
}
.recBox dl dt {
  width: 20%;
  font-weight: bold;
  padding-left: 0.8em;
}
@media screen and (max-width: 768px) {
  .recBox dl dt {
    width: 100%;
  }
}
.recBox dl dd {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .recBox dl dd {
    width: 100%;
    padding: 0 0.7em;
  }
}
.recBox dl dd ul {
  padding-left: 1.2rem;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .recBox dl dd ul {
    margin-left: 1em;
  }
}
.recBox dl dd ul li {
  margin-bottom: 0.4rem;
}
.recBox dl dd p {
  margin: 0.3rem 0;
}
.recBox strong {
  color: #d32f2f;
}/*# sourceMappingURL=style.css.map */