@charset "UTF-8";

.p-finacial-times-ad__list {
	display: grid;
	gap: calc(80 / 1200 * 100vw);
	grid-template-columns: repeat(2,auto);
	justify-content: center;
}
.p-finacial-times-ad__list figure {
	border: 3px solid #999;
	transition: border 0.5s;
}

.p-finacial-times-ad__list img {
	display: block;
	max-width: unset;
	width: 100%;
	height: calc(550 / 1200 * 100vw);
	max-height: 550px;

}
@media screen and (min-width: 768px) {
	.p-finacial-times-ad__list a:hover img {
		opacity: 0.5;
		scale: (1.06);
	}
	.p-finacial-times-ad__list a:hover figure {
		border: 3px solid #2A9B5B;
	}
}

@media screen and (max-width: 767px) {
	.p-finacial-times-ad__list {
		grid-template-columns: auto;
		justify-content: center;
	}
	.p-finacial-times-ad__list figure {
		border: none;
	}
	.p-finacial-times-ad__list img {
		width: auto;
		height: calc(550 / 768 * 100vw);
		margin-inline: auto;
		border: 3px solid #999;
	}
}

.p-about-12-23--02__hd-main {
	font-weight: 700;
}

