@charset "utf-8";

main {
  padding-bottom: 80px;
}

#news {
  margin-top: 10px;
}

.notice-meta {
  margin-top: 10px;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  color: #666;
  font-weight: 600;
}

.notice-meta .notice-date {
  padding: 4px 10px;
  border-radius: 10px;
  background: #fff0e5;
  color: #c25000;
}

.notice-meta .notice-company {
  padding: 4px 10px;
  border-radius: 10px;
  background: #f2f2f2;
}

.popup-wrap {
  margin-top: 20px;
  padding: 16px 5%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ededed;
}

.lead {
  border-color: #ed6c00;
  background: #fff8f2;
}

.lead .lead-title {
  font-weight: 700;
  color: #ed6c00;
  margin-bottom: 8px;
}

.lead p {
  line-height: 1.8;
  color: #242424;
}

.alert {
  background: #fff8f2;
}

.alert-title {
  font-weight: 700;
  color: #c25000;
}

.alert ul {
  margin: 8px 0;
  padding-left: 18px;
  list-style: disc;
  display: grid;
  gap: 6px;
}

.alert li {
  line-height: 1.7;
  color: #242424;
}

.alert-note {
  margin-top: 6px;
  color: #4d4d4d;
}

.example {
  background: #f7f7f7;
}

.example-title {
  font-weight: 700;
  color: #c25000;
  margin-bottom: 6px;
}

.example p {
  line-height: 1.8;
  color: #2c2c2c;
}

.identify-text,
.closing-text {
  margin-top: 20px;
  padding: 0 5%;
  line-height: 1.8;
  color: #2c2c2c;
}

.closing-text {
  text-align: right;
}

@media screen and (width < 768px) {
  .popup-wrap {
    padding: 16px 4%;
  }

  .notice-meta {
    padding: 0 4%;
  }

  .closing-text {
    text-align: left;
  }
}
