@import 'variables.css';

main .org-main-container {
    padding: 0 20px 20px 20px;
}

.org-name {
    transform: translateY(-50%); /* 縦方向の中央揃え */
    padding: 0;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 1.5;
    transition: opacity 0.3s ease;
    white-space: normal; /* テキストが複数行になるのを許可 */
    width: 100%; /* 要素が中央に揃うための幅を指定 */
}

.org-guide-section {
    margin-top: 30px;
}

.org-info-section {
    margin-top: 10px;
}

section {
    margin-bottom: 10px;
}

section:last-of-type {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
