.item {
    position: relative;
}
.submit-space {
    padding-top: 20px;
    text-align: center;
}
.submit-space button#search-button {
    padding: 15px 70px;
    font-size: 130%;
    color: #fff;
    background-color: #183EA8;
    border-radius: 30px;
}
.reset-space {
    text-align: right;
}
.reset-space button#clear-button {
    color: #183EA8;
    background-color: #d3e3fd;
}
#records-container .ot_tit {
    margin-bottom: 20px;
}
#records-container .field-badge {
	display: block;
    margin-bottom: 15px;
	text-align: right;
}
#records-container .field-badge span {
    background-color: #e0f2e9; /* light green */
    color: #006400; /* dark green */
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 24px;
}
.search-container {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.filter-group {
    margin-bottom: 15px;
}
.filter-group h4,
.filter_tit {
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}
.noB {
    border-bottom:none;
    padding-bottom:0;
}
.filter-group .options {
    display: flex;
    flex-wrap: wrap;
}
.filter-group label {
    margin-right: 20px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.search-box {
    margin-top: 20px;
    display: flex;
    align-items: center;
}
#free-text-search {
    flex-grow: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#search-button, #clear-button {
    padding: 8px 15px;
    margin-left: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
#search-button {
    background-color: #007bff;
    color: white;
}
#clear-button {
    background-color: #6c757d;
    color: white;
}
#search-toggle-button {
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    background-color: #e9ecef;
    border-radius: 4px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#search-filters-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}
#search-filters-content.expanded {
    max-height: 9999px; /* コンテンツが見切れないように非常に大きな値に設定 */
    opacity: 1;
}
#map-filters-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}
#map-filters-content.expanded {
    max-height: 9999px; /* Adjust as needed */
    opacity: 1;
}
.toggle-arrow {
    transition: transform 0.3s;
}
#search-toggle-button.collapsed .toggle-arrow,
#map-toggle-button.collapsed .toggle-arrow {
    transform: rotate(-90deg);
}

/*----------------------------------
実績・交流計画一覧
------------------------------------*/

/*20250912追加*/
/*.ft_cont_r {
    width: 57%;
    margin-left: 3%;
}*/
#map-toggle-button,
#search-toggle-button {
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    background-color: transparent;
    border-radius: 4px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about_img_bg {
    background-image: url(../img/top/msg_img.png);
    background-size: 45%;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: top 30px right 0;
}
.search-container {
    border: solid 1px #C7C7C7 !important;
}
.ot_tit_first.theme_tit .field-badge {
    background-color: #e0f2e9; /* light green */
    color: #006400; /* dark green */
    padding: 6px 15px 6px;
    font-size: 1.5rem;
    border-radius: 4px;
    border: 1px solid #006400;
    border-radius: 24px;
}