/* 基本スタイル - デザインシステムから継承 */

html {
	margin: 0 !important;
	padding: 0 !important;	
	font-size: 16px;
}
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
	margin: 0 !important;
	padding: 0 !important;
}
main, .breadcrumbs {
	background: #fff;
}
/* header スタイルは navigation.css で管理 */
.header_logo img {
	width: 300px;
	 padding: 10px;
}
.breadcrumbs {
	padding: 1rem;
	box-sizing: border-box;
}
main {
	max-width: 1440px;
	margin: 0 auto;
	min-height: 100vh;
	line-height: 2;
}
.breadcrumbs {
	max-width: 1440px;
	margin: 0 auto;
}
.content-inner {
	width: -webkit-fill-available;
	max-width: 900px;
	padding: 1rem 2rem;
	margin: 0 auto;
}
.content-inner .content-datetime {
	color: #01294D;
}
.content-inner .content-main {
	padding: 1rem 0;
}
.btn-inner {
    padding: 2rem 0;
}
.content-btn {
	text-decoration: none;
	border-radius: 50px;
	border: 1px solid #01294D;
	color: #01294D;
	text-align: center;
	padding: 1rem 2rem;
	max-width: 300px;
	display: block;
	margin: 1rem auto;
}
.content-btn:hover {
	background: #01294D;
	color: #fff;
}
.news-list {
	margin: 2rem 0;
	padding-bottom: 1.5rem;
	border: 1px solid #c5c5c5;
}
.news-list-upper {
	background: #c5c5c5;
	color: #fff;
	padding-left: 1rem;
	padding-right: 1rem;
}
.news-list a {
    text-decoration: none;
    font-size: 1rem;
    align-items: center;
    color: #000;
}
.news-list-upper {
	align-items: baseline;
}
.news-list h2 {
	font-size: 1rem;
	padding: 0 1rem;
}
.news-content, .column-list-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-content {
	padding: 1.5rem 1rem 0 1rem;	
}
.news-content p {
	margin: 0;
}
.pagination {
    text-align: center;
    margin-top: 3rem;
}
.pagination .page-numbers {
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
}
.pagination .page-numbers:hover {
    background-color: #ddd;
}
.archive-column {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.column-list {
    max-width: 45%;
    padding: 1rem;
}
.column-list.empty {
	width: 45%;
}
.column-list a {
	text-decoration: none;
	color: #000;
}
.column-list h2, .column-list h3 {
	line-height: 1.5;
}
.page-h1 {
	font-size: 2rem;
	font-weight: bolder;
	text-align: center;
}
img {
	width: 100%;
	height: auto;
}
figure.wp-block-table {
    overflow: scroll;
}
figure.wp-block-table table {
	margin-bottom: 25px;
}
figure.wp-block-table th, figure.wp-block-table td {
	white-space: nowrap;
	border-color: lightgray;
}
footer {
	background: #1f2937;
	color: white;
	padding: 2rem 0;
}
ul.footer_menu {
	margin: 0;
	padding: 0;
	list-style: none;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.footer_menu li {
    margin: 1rem;
}
.flex {
	display: flex;
}
.footer_menu a {
    display: block;
    padding: 1rem;
    text-decoration: none;
    color: inherit;
}
span.footer_copyright {
    padding: 1px 5px;
    margin: 0 auto;
    display: table;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}
.footer-grid ul {
	list-style: none;
	padding: 0;
}
.footer-grid a {
	text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}
.footer_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.footer-copyright {
    border-top: 1px solid white;
    padding-top: 1rem;
    text-align: center;
}
.footer-copyright p {
    margin: 0;
}
.btn-accent {
	background-color: #f59e0b !important;
	color: #ffffff !important;
	border: 1px solid #f59e0b !important;
	display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn-accent:hover {
    background-color: var(--color-accent-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.column-list.front-column:hover, .column-list:hover, .news-list.front-news:hover, .news-list:hover, .footer_menu a:hover {
	opacity: 0.6;
transition: 1s;
-webkit-transition: 1s; /* Chrome、Safari用 */
-moz-transition: 1s; /* Firefox用 */
-o-transition: 1s; /* Opera用 */
}

/* レスポンシブ */
@media screen and (max-width:1350px) {
	.content-inner {
		max-width: 750px !important;
	}
}
@media screen and (max-width:800px) {
	.column-list {
		padding:  1rem;
		margin: 1.5rem 0;
}
		ul.footer_menu {
		justify-content: inherit;
		padding: 1rem;
	}
	.footer_menu li {
    margin: 0 1rem;
}
}
@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width:700px) {
	.column-list {
    max-width: 100%;
}
}
@media screen and (max-width:650px) {
	.header_logo img {
		width: 50%;
	}
	.content-btn {
		max-width: 250px;
	}
}
@media screen and (max-width:600px) {
	.page-h1 {
		font-size: 1.5rem;
	}
	ul.footer_menu {
		flex-direction: column;
	}
}
@media screen and (max-width:400px) {
	input#submitBtn {
		width: 100% !important;
	}
	.wpcf7-submit.has-spinner.btn {
		padding: 1rem 0 !important;
	}
}

