@charset "utf-8";
.colmun {
	display: flex;
	justify-content: space-between;
	width: 92% !important;
	margin: 0 auto;
	align-items: flex-start;
	max-width: 1080px;
	flex-wrap: wrap;
}
.news + .colmun {
	margin-top: 30px;
	padding-bottom: 60px;
	justify-content: center;
}
.colmun h3.colmun_ttl {
	margin-bottom: 10px;
	font-size:3.6rem;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	font-weight: inherit;
	letter-spacing: 0.2em;
		text-indent:0.2em;
	line-height: normal;
	width: 100%;
}
.colmun .colmun_ttl_cap {
	color: #D90114;
	text-align: center;
	width: 100%;
}

.colmun .colmun_archive {
	width: 230px;
	border-bottom: 1px solid #1B1311;
	list-style: none !important;
	margin: 0 !important;
}
.colmun .colmun_archive li {
	list-style: none !important;
	margin-bottom: 0 !important;
}
.colmun .colmun_archive li a,
.colmun .colmun_archive li p {
	padding: 15px;
	text-align: center;
	display: block;
	transition: all 0.3s;
	font-weight: 700;
}
.colmun .colmun_archive li p {
	font-size: 22px;
	border-bottom: 1px solid #1B1311;
}
.colmun .colmun_archive li:nth-child(even) a {
	background: #efefef;
}
.colmun .colmun_archive li a:hover {
	/* text-decoration: underline; */
	color: #d90013;
}
.colmun .colmun_archive li.is_active a {
	color: #d90013;
}
.colmun .colmun_archive li.is_active a:hover {
	text-decoration: none;
}
.colmun .colmun_list {
	width: calc(100% - 290px);
	/* border-top: 2px solid #d90013; */
	/* border-bottom: 2px solid #d90013; */
	height: fit-content;
	margin-top: 10px;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	gap: 40px 30px;
}
.colmun .colmun_list_item {
	width: calc(33.333% - 20px);
	padding-top: 1em;
}
.colmun .colmun_list_item a {
	display: flex;
	flex-direction:column;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	transition: all 0.3s;
}
.colmun .colmun_list_item a .colmun_day {
	width: 100%;
	color: #1B1311;
	flex-shrink: 0;
	margin-top: 10px;
}
.colmun .colmun_list_item a .colmun_ttl {
	width: 100%;
	color: #d90013;
	text-underline-offset: 5px;
}
.colmun .colmun_list_item a:hover .colmun_ttl{
	/* text-decoration: underline; */
	color: #1B1311;
}
.colmun .colmun_list_item a .colmun_thum {
	width: 100%;
	padding-top: 100%;
	position: relative;
	background: url(../img/column_img_dummy.jpg) 0 0 / cover no-repeat;
	overflow: hidden;
}
.colmun .colmun_list_item a .colmun_thum img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-position: center;
	object-fit: cover;
}
.colmun .button {
	margin-top: 2em;
}


@media screen and (max-width: 768px) {
	#title_cont {
		padding-bottom: 30px;
	}
	.colmun {
		display: block;
	}
	.colmun h3.colmun_ttl {
		font-size:3.0rem;
	}
	.colmun .colmun_archive {
		width: 100%;
		margin-top: 30px !important;
	}
	.colmun .colmun_list {
		width: 100%;
		margin-top: 0;
		gap: 30px 20px;
	}
	.colmun .colmun_list_item a {
		display: block;
		font-size: 15px;
	}
	.colmun .colmun_list_item a .colmun_day,
	.colmun .colmun_list_item a .colmun_ttl {
		width: 100%;
	}
	.colmun .colmun_list_item a .colmun_ttl {
		margin-top: 5px;
	}
	.colmun .colmun_archive li a {
		padding: 8px;
    font-size: 15px;
	}
	.colmun .colmun_list_item {
		width: calc(50% - 10px);
	}
}

.colmun_page_ttl {
	font-size: 3.2rem;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 3px solid #D90214;
	line-height: 1.7;
}
.colmun_page_ttl small {
	font-size: 22px;
	display: block;
	flex-shrink: 0;
	line-height: 60px;
}
.colmun_page_ttl span {
	display: block;
	color: #d90013;
}
.colmun_page_content > * + * {
	margin-top: 30px;
}
.colmun_page_content .wp-element-caption {
	display: none !important;
}
.colmun_page_content mark {
	font-style: normal;
}
.colmun_page_content h2 {
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 3px solid #D90214;
	width: fit-content;
}
.colmun_page_content h2.has-text-align-left {
	margin-right: auto;
}
.colmun_page_content h2.has-text-align-center {
	margin-left: auto;
	margin-right: auto;
}
.colmun_page_content h2.has-text-align-right {
	margin-left: auto;
}
.colmun_page_content h3 {
	background-color: #595757;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.6rem;
	padding: 5px 20px 5px 40px;
	line-height: inherit;
	height: auto;
	/* margin-bottom: 40px; */
	position: relative;
}
.colmun_page_content h3::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 42px solid transparent;
    border-left: 42px solid #D90214;
    position: absolute;
    z-index: 100;
}
.colmun_page_content h3.has-text-align-left {
	margin-right: auto;
}
.colmun_page_content h3.has-text-align-center {
	margin-left: auto;
	margin-right: auto;
}
.colmun_page_content h3.has-text-align-right {
	margin-left: auto;
}
.colmun_page_content h4 {
    /* border-bottom: 3px solid #595757; */
    font-weight: bold;
    font-size: 2.4rem;
}
.colmun_page_content p {
	font-size: 1.6rem;
}
.colmun_page_content .size-full {
	width: 100% !important; 
}
.colmun_page_content .size-full img {
	width: 100% !important; 
}
.colmun_page_content .wp-block-image,
.colmun_page_content .wp-block-image figure {
	display: block;
	width: fit-content;
	max-width: 100%;
}
.colmun_page_content .wp-block-image:has(.alignleft ) {
	margin-right: auto;
}
.colmun_page_content .wp-block-image:has(.aligncenter ) {
	margin-left: auto;
	margin-right: auto;
}
.colmun_page_content .wp-block-image:has(.alignright ) {
	margin-left: auto;
}
.colmun_page_content .wp-block-image:has(.alignleft ) figure,
.colmun_page_content .wp-block-image:has(.aligncenter ) figure,
.colmun_page_content .wp-block-image:has(.alignright ) figure {
	float: none;
}
.colmun_page .button {
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.colmun_page_ttl {
		display: block;
		text-align: left;
		font-size: 2.2rem;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	.colmun_page_ttl small {
		margin: 0;
		font-size: 1.6rem;
		line-height: 1.6rem;
	}	
	.colmun_page_ttl span {
		margin-top: 10px;
	}
	.colmun_page_content > * + * {
    	margin-top: 20px;
	}
	.colmun_page_content h3 {
		font-size: 2rem;
		line-height: 1.5;
	}
	.colmun_page_content h4 {
		font-size: 2rem;
	}
	.colmun_page .button {
		margin-top: 30px;
	}
}

