@charset "utf-8";
/* CSS Document */

body {
	font-feature-settings: "palt";
}

.vsp767 {
	display: none;
}
@media screen and (max-width: 767px) {
	.vsp767 {
		display: block;
	}
	.vpc767 {
		display: none;
	}
}

.content__fonts {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
article header h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
}
h4.copy {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}
.mini__font {
	font-size: 16px;
}

.callout.success.success2025__bg-red {
	background: #f9eeee;
}
.callout.primary.success2025__bg-orange {
	background: #fff8dc;
}
.label.success.success2025__ttlbg-red {
	background: #ff0003;
	margin: 0 10px 0 0;
}
.label.primary.success2025__ttlbg-orange {
	background: #FF8600;
	margin: 0 10px 0 0;
}

.fair__top-img {
	margin: 0 auto 30px;
	padding: 0;
}
.fair__imgBox {
}
.fair__imgBox ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0;
}
.fair__imgBox ul li {
	width: calc(100% / 3 - 10px);
	padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
	.fair__imgBox ul li {
		width: calc(100% / 2 - 5px);
		padding: 0 0 10px;
	}
}

.seminar__ttl01 {
	background: #FF0003;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	padding: 0 0 0 20px;
}
.seminar__ttl02 {
	background: #FF8600;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	padding: 0 0 0 20px;
}

.grid__seminarBox {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
}
@media screen and (max-width: 767px) {
	.grid__seminarBox {
		margin: 0 auto 20px;
	}
}

.fairBtn__detail {
	background: #49A5E0;
	color: #fff;
	display: block;
	padding: 15px 10px;
	width: calc(300 / 900 * 100%);
	text-align: center;
	margin: 0 auto 20px;
	border-radius: 10px;
	font-family: "Noto Sans JP", serif;
	font-weight: 600;
	transition: 0.5s;
}
.fairBtn__detail:hover {
	background: #003ec9;
	color: #fff;
}

@media only screen and (max-width: 29.938em) {
	.fairBtn__detail {
		width: calc(600 / 900 * 100%);
		margin: 10px auto 20px;
	}
}
















