@charset "utf-8";

@media (max-width: 999px) {
    .wp-block-table table {
        white-space: inherit;
    }
	/*レスポンシブ　レイアウト変更*/
	.resp tr {
		display: block;
		float: left;
	  }
	 .resp tr td, 
	 .resp tr th {
		display: block;
		height: 80px;
	  }
	  .resp thead {
		display: block;
		float: left;
		width: 40%;
	  }
	  .resp thead tr {
		width: 100%;
	  }
	 .resp tbody {
		display: block;
		float: left;
		width: 60%;
	  }
	.resp tbody tr {
		width: 100%;
	  }
}

/* お知らせの色変更	*/
.sec_news_wrap .sec_inner.w3_pc {
    background: var(--co_1);
    padding: 40px;
    border-radius: 20px;
}
.sec_news_wrap h2.ttl_1 span {
    color: var(--co_4);
}
.sec_news_wrap .ttl_1::before{
	background-image: url(/wp-content/themes/uraga_2025/assets/common/img/ico/ttl_1.svg)!important;
}
.sec_news_wrap .archive_1 a {
    color: var(--co_4)!important;
}
.sec_news_wrap .cs_archive_1 > ul > li {
    border-bottom-color: var(--co_5);
}
.sec_news_wrap .archive_1 a,
.cs_archive_1 a,
.single-news p {
    font-size: 1.15em;
}

@media (max-width: 999px) {
	.sec_news_wrap .sec_inner.w3_pc {
		padding: 30px;
	}
}