article p {
  line-height: 1.5;
}
article .block {
  display: block;
}
article .border-b {
  border-bottom-color: #d1d5db;
  border-bottom: 1px solid;
}
article .pb-2 {
  padding-bottom: 0.5rem;
}
article .pl-2 {
  padding-left: 0.5rem;
}
article .pl-4 {
  padding-left: 1rem;
}
article .text-2xl {
  font-size: 1.5rem;
}
article .font-semibold {
  font-weight: 600;
}
@media (min-width: 640px) {
  article .sp\:text-3xl {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}
article .text-right {
  text-align: right;
}
article .mt-4 {
  margin-top: 1rem;
}
article .mt-6 {
  margin-top: 24px;
}
article .border-y-\[25px\] {
  border-top-width: 25px;
  border-bottom-width: 25px;
}
article .border-base-yellow {
  border-color: #fcd34d;
}
article .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
article .text-center {
  text-align: center;
}
article .text-5xl {
  font-size: 3rem;
}
article .text-red-600 {
  color: #dc2626;
}
article .text-6xl {
  font-size: 3.75rem;
}
article .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
article .w-1\/2 {
  width: 50%;
}
article .w-fit {
  width: fit-content;
}
article .rounded-full {
  border-radius: 9999px;
}
article .bg-red-600 {
  background-color: #dc2626;
}
article .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
article .text-base {
  font-size: 1rem;
}
article .text-xl {
  font-size: 1.25rem;
}
article .text-white {
  color: #ffffff;
}
article .text-lg {
  font-size: 1.125rem;
}
article .leading-8 {
  line-height: 2rem;
}
article .border-r {
  border-right-color: #d1d5db;
  border-right: 1px solid;
}
article .bg-red-200 {
  background-color: #fecaca;
}
article .bg-green-200 {
  background-color: #bbf7d0;
}
article .bg-stone-200 {
  background-color: #e5e7eb;
}
article .p-3 {
  padding: 0.75rem;
}
article .border-b-\[20px\] {
  border-bottom-width: 20px;
}
article .border-stone-200 {
  border-color: #e5e7eb;
}
article .flex {
  display: flex;
}
article .grid {
  display: grid;
}
article .grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
article .grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
article .border-l {
  border-left-width: 1px;
}
article .border-t {
  border-top-width: 1px;
}
article .border-y-25px {
  border-top: 25px solid;
  border-bottom: 25px solid;
}
article .border-base-yellow {
  border-color: rgb(255, 191, 0);
}
article .p-4 {
  padding: 1rem;
}
article .font-bold {
  font-weight: 700;
}
article .bg-black {
  background-color: #000000;
}
article .bg-blue-500 {
  background-color: #3b82f6;
}
article .hover\:underline:hover {
  text-decoration: underline;
}
article .hover\:opacity-70:hover {
  opacity: 0.7;
}
article .text-red-200 {
  color: #fecaca;
}
article .text-green-200 {
  color: #bbf7d0;
}
article .text-blue-500 {
  color: #3b82f6;
}
article .calender-parent div {
  border-left: 1px solid;
  border-top: 1px solid;
  border-color: rgb(168, 162, 158);
  padding: 1rem;
}
article .bg-red-500 {
  background-color: rgb(239, 68, 68);
}/*# sourceMappingURL=whatsnew-obon.css.map */