@charset "utf-8";
/* 追加用CSS */
/* 植野追記 */
.bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: #ffb980 !important;
}

.bg-sky-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(65, 154, 195) !important;
}

.overflow-x-auto{
opacity: 0.8;
}

.border-slate-500 {
    --tw-border-opacity: 0.8;
    border-color: rgb(203, 204, 206) !important;
}

.object-contain {
    object-fit: contain;
    opacity: 0.5;
}

.text-orange-950 {
    --tw-text-opacity: 0.9 !important;
    color: rgb(59 59 59 / 90%) !important;
}
.bg-orange-100 {
    --tw-bg-opacity: 0.9  !important;
    background-color: rgb(212 234 251) !important;
}

.border-y-sky-500 {
    --tw-border-opacity: 0.5;
    border-top-color: rgb(53 147 190 / 50%) !important;
    border-bottom-color: rgb(53 147 190 / 50%) !important;
}

.bg-orange-100 {
    --tw-bg-opacity: 0.7 !important;
    background-color: rgb(235 235 235) !important;
}
/* 植野追記終わり */