.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    padding-bottom: 70px;
    padding-top: 10px;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal; 
}
.text-center { text-align: center; }
.text-black { color: #000; }
.text-brown { color: #b5835a; }
.text-muted { color: #555; }
.italic { font-style: italic; }
.font-bold { font-weight: bold; }
.font-semibold { font-weight: 800; }
.font-medium { font-weight: 500; }
.rounded-md { border-radius: 0.375rem; }
.shadow-lg { box-shadow: 0 10px 15px rgba(0,0,0,0.1); }
.btn-pink {
    background-color: #ff2e6e;
    color: white;
    font-weight: bold;
    font-size: 1.125rem;
    padding: 1rem 2.5rem;
    border-radius: 9999px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    border: none;
    cursor: pointer;
}
.btn-pink:hover { background-color: #c2185b; }
.grid {
    display: grid;
    grid-template-columns: 1fr;
}
@media(min-width: 640px) {
    .grid-cols-custom {
    grid-template-columns: 0.4fr 2.4fr;
    }
}
.bg-dark { background-color: #333; color: white; text-align: center;}
.bg-brown {
    background-color: #c59d7b !important;
    color: #333 !important;
    font-size: 17px !important;
}
.p-4 { padding: 1rem !important; }
.border-white { border: 1px solid white; }
.section { padding: 4rem 1rem 0; }
.section-intro { background-color: #ffffff; padding-bottom: 25px;}
.section-program { background-color: #faf2e6; }
.section-history {
    text-align: center;
    width: 1920px;
    margin: 0 auto;
}
.section-history img.pc {
    display: block;
}
.section-history img.mobile {
    display: none;
}
@media (max-width: 768px) {
    .section-history {
        width: 100%;
    }
    .section-history img.pc {
        display: none;
    }
    .section-history img.mobile {
        display: block;
    }
}
.text-lg { font-size: 1.125rem; }
.leading-relaxed { line-height: 1.625; }
.w-full { width: 100%; }
.h-auto { height: auto; }

.text-1_5rem { font-size: 2rem; }
.line-1_5 { line-height: 1.5; }
.mb-1rem { margin-bottom: 1rem; }
.mb-2rem { margin-bottom: 2rem; }
.max-w-768 { max-width: 768px; }
.max-w-640 { max-width: 640px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-2rem { margin-top: 2rem; }
.mt-2_5rem { margin-top: 2.5rem; }
.text-25px { font-size: 25px; }
.text-16px { font-size: 16px; }
.font-black {color:#000;}

@media all and (min-width:768px){
    .community03 .board_visual {background-image:url('/images/community/community03_visual.jpg');}
}
@media all and (max-width:767.9px){
    .community03 .board_visual {background-image:url('/images/community/community03_visual_m.jpg');}
}