<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.event-list {
	margin-top: 3.2rem;
}

.seminar-detail {
	padding: 3rem 0 4rem;
}

.seminar-detail .container {
	max-width: 112.8rem;
}

.event-item {
	background-color: #fff;
	box-shadow: 0 .3rem .6rem rgba(0,0,0,.16);
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.event-item__label {
	position: absolute;
	top: 0;
	left: 0;
	width: 6rem;
	height: 6rem;
	transform: rotate(-45deg);
}

.event-item__label::after {
	transform: rotate(45deg);
	content: "";
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	border-style: solid;
	border-width: 6rem 6rem 0 0;
	border-top-color: #999;
	border-right-color: transparent;
}

.event-item__label--accept::after {
	border-top-color: #36b834;
}

.event-item__label span {
	position: absolute;
	top: 20%;
	left: 50%;
	color: #fff;
	transform: translate(-50%, -20%);
	font-size: 1rem;
}

.event-item__img img {
	height: auto;
	width: 100%;
}

.event-item__info {
	padding: 1.5rem 1.2rem 2rem;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.event-item__info__date {
	font-weight: 500;
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

.event-item__info__tags {
	display: flex;
	flex-wrap: wrap;
}

.event-item__info__tags span {
	background-color: #8c8c8c;
	border-radius: .2rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	min-width: 8rem;
	margin: 0 .6rem 1.5rem 0;
	padding: .3rem 1rem;
	text-align: center;
}

.event-item__info__tags span._cate {
	background-color: #00a08d;
}

.event-item__info__name {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	position: relative;
}

.event-item__info__name::after {
	content: "";
	background-color: #36b834;
	height: .2rem;
	width: 2.3rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

.event-item__info__desc {
	color: #707070;
	margin-top: auto;
	font-size: 1.4rem;
	font-family: "Noto Sans JP",sans-serif;
}

.online-wrap {
	padding: 6rem 0 5rem;
}

.online-outside {
	background-color: #fff;
	border-radius: 1.1rem;
	box-shadow: 0 .3rem .6rem rgba(0,0,0,.1);
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5rem 1.5rem 2.5rem;
	width: calc(100% - 3rem);
}

.online-outside__img {
	margin-bottom: 2.8rem;
}

.online-outside__content {
	max-width: 90rem;
	margin: 0 auto;
}

.online-outside__content .hline02 {
	display: flex;
	justify-content: center;
}

.online-outside__txt {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 2.5rem;
}

.serminar-content h3 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 2rem;
}

.serminar-content p {
	margin-bottom: 1.8rem;
	word-break: break-word;
}

.box-media h3 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.box-media p+p {
	margin-top: 1rem;
}

.box-media__image img {
	width: 100%;
}

.seminar-form {
	font-size: 1.8rem;
}

.seminar-form textarea.form-control {
	height: 21rem;
}

.seminar-form__ttl {
	color: #1b224c;
	margin-bottom: 1rem;
}

.seminar-form__row:not(:last-child) {
	margin-bottom: 2rem;
}

.seminar-form__radio {
	margin-top: 1.4rem;
	color: #1b224c;
}

.seminar-form__radio label {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.seminar-form__radio input {
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
}

.seminar-primacy {
	color: #1b224c;
	text-align: center;
	margin-bottom: 4.5rem;
}

.seminar-primacy label {
	cursor: pointer;
}

.seminar-primacy input {
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
	vertical-align: middle;
}

.seminar-primacy a {
	color: #00acba;
}

.seminar-primacy p:not(:last-child) {
	margin-bottom: 2rem;
}

@media (min-width: 576px) {

.event-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.9rem;
	margin-right: -0.9rem;
}

.event-list li {
	flex: 0 50%;
	max-width: 50%;
	padding: 0 .9rem;
}

.event-list li:nth-child(n+3) {
	margin-top: 3.2rem;
}

}

@media (min-width: 768px) {

.seminar-detail {
	padding: 6rem 0 8rem;
}

.event-item__label {
	width: 8rem;
	height: 8rem;
}

.event-item__label::after {
	border-width: 8rem 8rem 0 0;
}

.event-item__label span {
	font-size: 1.2rem;
}

.serminar-content h3 {
	font-size: 2.5rem;
	margin-bottom: 4rem;
}

.serminar-content p {
	margin-bottom: 3.8rem;
}

.event-list {
	margin-top: 3.5rem;
}

.event-list li {
	flex: 0 33.33%;
	max-width: 33.33%;
}

.event-list li:nth-child(n+3) {
	margin-top: 0;
}

.event-list li:nth-child(n+4) {
	margin-top: 5rem;
}

.online-wrap {
	padding: 15.4rem 0 15.9rem;
}

.online-outside {
	padding: 3.8rem 4rem 5.8rem;
}

.online-outside__img {
	margin-bottom: 5.6rem;
}

.online-outside__txt {
	font-size: 2rem;
	margin-bottom: 4.5rem;
}

.event-item__info {
	padding-bottom: 4.5rem;
}

.box-media {
	display: flex;
	padding: 7rem 6rem;
}

.box-media h3 {
	font-size: 2.5rem;
}

.box-media p+p {
	margin-top: 2rem;
}

.box-media__body {
	flex: 1 1;
	padding-right: 3.8rem;
}

.box-media__image {
	max-width: 100%;
	width: 32.5rem;
}

.seminar-form {
	font-size: 2rem;
}

.seminar-form {
	padding: 4rem 13.5rem;
}

.seminar-form input.form-control {
	height: 6.5rem;
}

.seminar-form__ttl {
	margin-bottom: 1.5rem;
}

.seminar-form__row:not(:last-child) {
	margin-bottom: 3rem;
}

.seminar-form__radio {
	margin-top: 2rem;
}

.seminar-form__radio input {
	width: 2.8rem;
	height: 2.8rem;
	margin-right: 2rem;
}

.seminar-primacy {
	margin-bottom: 9rem;
}

.seminar-primacy input {
	width: 2.6rem;
	height: 2.6rem;
	margin-right: 2rem;
}

}

@media (max-width: 767px) {

.box-media__body {
	margin-bottom: 2.5rem;
}

}

@media (max-width: 575px) {

.event-list li {
	margin-bottom: 3.2rem;
}

.event-list li:last-child {
	margin-bottom: 0;
}

}

</pre></body></html>