@charset "UTF-8";
/* CSS Document */
.ttlnews {
  text-align: center;
  font-size: 16px;
}
.bigbanner {
  padding: 20px;
  border: 5px solid #ddd;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 12px;
  background: #FAC17C;
}
.bigbanner h4 {
  text-align: center;
  line-height: 1.4;
  margin: 0 auto 20px;
}
.bigbanner h3 {
  text-align: center;
  line-height: 1.4;
  padding: 20px;
  border: 5px solid #ddd;
  margin-top: 20px;
  margin-bottom: 10px;
  background: #FFFAD8;
}
@media (max-width: 767px) {
  .bigbanner h4 {
    font-size: 18px;
  }
  .bigbanner h3 {
    font-size: 20px;
    padding: 20px 0;
  }
}
.frame {
  padding: 20px;
  border: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 16px;
  background: #fff;
}
.frame a {
  color: #389C68;
}
.frame .orangehead {
  position: relative;
  font-size: 15px !important;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block; /* サイズ調整 */
  padding-left: 14px; /* 丸の位置調整 */
}
.frame .orangehead::before {
  content: "";
  display: block;
  position: absolute;
  left: 0; /* 左端に配置 */
  top: 50%; /* 高さを h6 の中央に */
  transform: translateY(-50%); /* 完全に中央揃え */
  width: 10px; /* 丸のサイズ */
  height: 10px;
  border-radius: 50%;
  background-color: #47B77C;
}
.frame .small {
  font-size: 0.8rem
}
.torikumi li h6 {
  font-size: 18px !important;
  margin: 18px 0 0 0 !important;
  font-weight: 700;
  display: inline-block; /* サイズ調整 */
  padding-left: 22px; /* 丸の位置調整 */
  position: relative;
}
.torikumi li h6::before {
  content: "";
  display: block;
  position: absolute;
  left: 0; /* 左端に配置 */
  top: 50%; /* 高さを h6 の中央に */
  transform: translateY(-50%); /* 完全に中央揃え */
  width: 14px; /* 丸のサイズ */
  height: 14px;
  border-radius: 50%;
  background-color: #F28F5B;
}
.torikumi li p {
  margin: 10px 0 0 0 !important;
}