@charset "UTF-8";
/**************************************
							共 通 項 目
**************************************/
/**************************************
						コ ン テ ン ツ
**************************************/
.filters { display: flex; gap: 10px; flex-wrap: wrap; font-size: initial; }

select { padding: 0.75rem; font-size: initial; }

.card { border: 1px solid #ddd; padding: 10px; background: #fff; }
.card .card-img-top { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.card .contactForm, .card .formBtnS { width: 100%; }

.card-title span { font-weight: 700; font-size: 1.4em; line-height: 1.2; word-break: break-all; }

table { width: 100%; margin-top: 10px; border-collapse: collapse; }

td { border-top: 1px solid #eee; padding: 5px; }
td:last-child { text-align: right; font-weight: bold; }

tr:first-child { font-size: 1.2em; font-weight: 700; color: crimson; }

.pagination a { padding: 0.4em 0.8em; margin: 3px; text-decoration: none; background: #eee; color: #333; font-size: 1.4em; }
.pagination .current { background: #333; color: #fff; }

h2 { word-break: break-all; }
