@charset "utf-8";
/* ------------------------------
 今月号のTOPIC（PC） 20260113
------------------------------ */
.columnList .wp-block-column {
	background-color: #edf0f2;
	border: 1px solid #95a0a5;
	border-radius: 10px;
	overflow: hidden;
	padding: 30px;
}
.columnList .wp-block-column p {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}
.columnList .wp-block-column p::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../img/icon_check_column.svg) no-repeat center / cover;
	vertical-align: middle;
	margin-bottom: 6px;
	margin-right: 8px;
}
.columnList .wp-block-column p strong {
	font-size: 2.0rem;
	color: #0d2e70;
	line-height: 1.5;
}
.columnList ul li {
	position: relative;
	padding-left: 15px;
}
.columnList ul li:not(:last-child) {
	margin-bottom: 3px;
}
.columnList ul li::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #0d2e70;
	border-radius: 100%;
	top: 0.65em;
	left: 0;
}
.wp-block-columns.ebook .wp-block-column:first-child {
	width: 200px;
	flex-basis: auto !important;
	flex-grow: unset !important;
}
.wp-block-columns.ebook .wp-block-column .wp-block-image {
	position: relative;
	margin-bottom: 0;
}
.ebook figure.wp-block-image a {
	display: block;
	color: #333;
	text-decoration: none;
	background: none;
	padding-bottom: 33px;
	padding-right: 0px !important;
}
.ebook figure.wp-block-image figcaption {
	content: "";
	width: 100%;
	font-size: 1.4rem;
	letter-spacing: -0.075em;
	background: url(../img/icon_blank_b.svg) no-repeat right 0 center;
	background-size: 15px;
	padding-right: 16px;
	margin-top: 8px;
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
}
.btn.btnBlue {
	margin-top: 30px;
}
.btn.btnBlue a,
.wp-block-button a,
.wp-block-button a.wp-block-button__link:visited {
	width: 380px;
	max-width: unset;
	font-style: normal;
	font-size: 1.7rem;
    color: #fff;
    background-color: #0896c1;
    border-color: #0896c1;
	padding: 28px 20px;
}
.btn.btnBlue a::before {
	content: none;
}
.btn.btnBlue a::after {
	opacity: 1;
}
.btn.btnBlue .wp-block-button a.wp-block-button__link:hover {
	background-color: #0896c1;
	opacity: .8;
}
@media print, screen and (min-width: 768px) {
	.columnList .wp-block-column {
		margin-bottom: 30px;
	}
	.wp-block-group.w800 {
		width: 800px;
	}
}
/* ------------------------------
 今月号のTOPIC（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.wp-block-columns {
		gap: 0;
		margin-bottom: 0;
	}
	.wp-block-columns + .wp-block-columns {
		margin-top: 20px;
	}
	.wp-block-columns.ebook {
		justify-content: center;
	}
	.wp-block-columns.ebook .wp-block-column:first-child {
		width: auto;
	}
	.btn.btnBlue .wp-block-button {
		width: 100%;
	}
	.btn.btnBlue {
		margin-top: 20px;
	}
	.btn.btnBlue a {
		width: 100%;
		font-size: 1.6rem;
		padding: 23px 20px;
	}
}