@charset "UTF-8";

hgroup
{
	text-align: left;
	margin: 0 auto;
}

hgroup p
{
	margin-bottom: 0;
}

.page-titleimg
{
	background-image: url(../img/event/top.webp)
}

@media screen and (max-width:500px)
{
	.page-titleimg
	{
		background-image: url(../img/event/top-sp.webp)
	}
}

.event-list
{
	margin-bottom: 100px;
}

.event-list hgroup
{
	text-align: center;
	margin: 0 auto 30px;
}

.event-list ul
{
	display: flex;
	flex-wrap: wrap
}

.event-list ul li
{
	width: 48%;
	margin: 0 4% 30px 0;
}

.event-list ul li:nth-child(2n)
{
	margin-right: 0
}

.event-list ul li a
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	background: var(--bl);
	padding: 16px;
}

.event-list .contract-end
{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 80px;
	height: 25px;
	line-height: 25px;
	background-color: #000;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	letter-spacing: 0;
	display: block
}

.event-list .contract
{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: auto;
	height: 25px;
	padding: 0 .5em;
	line-height: 25px;
	background-color: var(--red);
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	letter-spacing: 0;
	display: block
}

.event-list .thumbnail
{
	width: 50%;
	object-fit: cover;
}

.event-list .detail
{
	width: 45%;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
}

.event-list .tag_list
{
	font-size: 1.1rem;
	font-weight: 400;
	padding-top: 8px;
}

.event-list .detail h3
{
	font-size: 1.37rem;
	font-weight: 500;
}

.event-list .bottom
{
	background: var(--lbl);
	color: var(--bl);
	padding: 14px 16px;
}

.event-list dl
{
	display: flex;
	font-size: 1.1rem;
}

.event-list dt
{
	width: 6em;
	white-space: nowrap
}

.event-list dd
{
	width: calc(100% - 6em)
}

@media screen and (max-width:999px)
{
	.event-list
	{
		margin-bottom: 50px;
	}

	.event-list ul li a
	{
		padding: 14px;
	}

	.event-list .thumbnail
	{
		width: 100%;
	}

	.event-list .detail
	{
		width: 100%;
		margin-top: 10px;
	}

	.event-list hgroup
	{
		margin: 0 auto 15px;
	}

	.event-list h2
	{
		font-size: 1.7rem;
		margin-bottom: 20px
	}

	.event-list ul li
	{
		width: 100%;
		margin-right: 0
	}

	.event-list .bottom
	{
		padding: 10px 14px;
	}
}

.event
{
	margin-bottom: 100px
}

.event .contributor
{
	margin-bottom: 40px
}

.event time
{
	font-size: 1.4rem;
}

.event h2
{
	font-size: 2.2rem;
	font-weight: 500;
	padding-bottom: 10px;
	padding-top: 10px
}

.event h3
{
	font-size: 2.2rem;
	font-weight: 500;
	color: var(--bl);
	border-bottom: 1px solid var(--bl);
	padding: 4px 0;
	margin: 30px 0
}

.event .tag_list span
{
	display: inline-block;
	padding: 2px 10px;
	font-size: 1.2rem;
	color: var(--bl);
	margin: 0 5px 10px;
	border: 1px solid var(--bl);
	border-radius: 4px;
}

.event .thumbnail
{
	position: relative;
	padding: 20px;
	border: 2px solid #BEBEBE
}

.event .contract-end
{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 120px;
	height: 45px;
	line-height: 45px;
	background-color: #000;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	letter-spacing: .1em;
	display: block
}

.event .contract
{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: auto;
	height: 45px;
	line-height: 45px;
	padding: 0 .5em;
	background-color: var(--red);
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	letter-spacing: .1em;
	display: block
}

.event .for-contact
{
	background: var(--bl);
	width: 100%;
	margin: 20px auto;
	padding: 30px 0;
	text-align: center;
}

.event .for-contact a
{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 352px;
	height: 75px;
	background: #FFDC26;
	color: var(--bl);
	margin: 10px auto;
	font-size: 1.8rem;
}

.event .for-contact a:after
{
	position: absolute;
	content: '';
	top: 22px;
	right: 20px;
	width: 28px;
	height: 28px;
	background-image: url(../img/event/arrow.svg);
	background-repeat: no-repeat;
}

.event .for-contact p
{
	color: #fff;
}

.event .for-contact img
{
	width: 30px;
	display: block;
	margin: 0 auto 10px
}

.event .for-contact span
{
	display: block;
	font-size: 1.6rem;
	font-weight: 400
}

.event .txt-area
{
	font-size: 1.6rem;
	line-height: 1.8
}

.event .txt-area dl
{
	display: flex;
	padding-bottom: .5em
}

.event .txt-area dt
{
	width: 10em
}

.event .txt-area dd
{
	width: calc(100% - 6em)
}

.event .txt-area a
{
	color: var(--green);
	text-decoration: underline
}

.event .free-area
{
	font-size: 1.6rem;
	line-height: 1.8
}

.event .free-area img
{
	width: 40%;
	margin: 5px
}

.event .free-area h2
{
	font-size: 2rem;
	margin-top: 2em;
	font-weight: 500
}

.event .free-area p
{
	padding-bottom: 1em
}

.event .free-area a
{
	display: inline;
	color: var(--green);
	text-decoration: underline
}

.event .access div
{
	width: 70%;
	height: 350px;
	margin: 0 auto
}

.event .access iframe
{
	width: 100%;
	height: 100%
}

@media screen and (max-width:999px)
{
	.event
	{
		margin-top: 50px;
	}

	.event h2
	{
		font-size: 1.7rem
	}

	.event .thumbnail
	{
		padding: 5px
	}

	.event .contributor
	{
		margin-bottom: 25px
	}

	.event .contract-end,
	.event .contract
	{
		font-size: 1.4rem;
		height: 35px;
		line-height: 35px
	}

	.event h3
	{
		font-size: 1.5rem;
		margin: 15px 0
	}

	.event .txt-area
	{
		font-size: 1.4rem;
		line-height: 1.5
	}

	.event .txt-area dl
	{
		display: block;
		padding-bottom: .5em
	}

	.event .txt-area dt,
	.event .txt-area dd
	{
		width: 100%
	}

	.event .for-contact
	{
		width: 100%;
		font-size: 1.6rem;
		margin: .5em auto 1em
	}

	.event .for-contact a
	{
		width: 280px;
		height: 60px;
	}

	.event .for-contact a:after
	{
		width: 20px;
		height: 20px;
		background-size: contain;
		top: 20px
	}

	.event .for-contact p
	{
		font-size: 13px;
	}

	.event .free-area
	{
		font-size: 1.4rem
	}

	.event .free-area h2
	{
		font-size: 1.6rem;
		margin-top: 1em
	}

	.event .free-area img
	{
		width: 80%;
		margin: 2% 0
	}

	.event .access div
	{
		width: 100%;
		height: 200px
	}
}