.slick-prev,
.slick-next {
	width: 2.9rem;
	height: 2.9rem;
/*	border: solid 1px #3000a9;*/
}
.slick-prev:before,
.slick-next:before {
	content: "";
	font-size: 2rem;
	color: #3000a9;
	width:100%;
	height:100%;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.slick-prev {
	left: 0;
	-webkit-transform: translate(-173%, -50%);
	-moz-transform: translate(-173%, -50%);
	transform: translate(-173%, -50%);
}
.slick-prev:before {
	background-image: url(../../img/btn_slide_arrow_l.svg);
}
.slick-next {
	right: 0;
	-webkit-transform: translate(173%, -50%);
	-moz-transform: translate(173%, -50%);
	transform: translate(173%, -50%);
}
.slick-next:before {
	background-image: url(../../img/btn_slide_arrow_r.svg);
}

section.event {}
section.event .event_type {
	margin-bottom: .5em;
}
section.event h2 {
	margin-bottom: .5em;
	font-size: 2.68rem;
	border: none;
}
section.event > p {
	margin-bottom: 5rem;
}
section.event .message_title {
	margin-bottom: .5em;
	font-size: 1.79rem;
}
section.event .message_title + p {
	margin-bottom: 1em;
}
section.event .writer {
	margin-bottom: 5rem;
}
section.event ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 4rem;
}
section.event ul li:not(:last-child) {
	padding-bottom: 4rem;
	border-bottom: solid 1px;
}
section.event ul li .wrap_text {
	padding-bottom: 1rem;
}
section.event.type04 ul li .wrap_text dl {
	display:flex;
}
section.event ul li .wrap_text .list_title {
	margin-bottom: .5em;
	font-size: 1.79rem;
	color: #cc5517;
	width: 100%;
}
section.event ul li .wrap_text .list_title > span {
	color: red;
}
section.event ul li .wrap_text .list_title br {
	display: none;
}
section.event ul li .wrap_text .lead {
    padding-bottom: 1em;
}
section.event ul li .wrap_text dl {
/*	display: grid;
	grid-template-columns: 8em 1fr;*/
	margin-bottom: 1em;
/*	font-size: 1rem;*/
}
section.event ul li.num2 .wrap_text dl{
	grid-template-columns: 10em 1fr;
}
section.event ul li .wrap_text dl dt {
	position: relative;
	display: inline-block;
	padding-right: 1.5em;
	float: left;
}
section.event ul li .wrap_text dl dt::after {
	content: "：";
	position: absolute;
	right: 0;
}
section.event ul li .content {
	display: grid;
	grid-template-columns: 1fr 33%;
	gap: 7.7%;
	align-items: start;
}
section.event ul li .content .member {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: .5rem;
}
section.event ul li .content .member .wrap_img {
    height: 0;
    padding-top: 100%;
    position: relative;
}
section.event ul li .content .member .wrap_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.event ul li .content .member .image .caption {
	font-size: .84rem;
}
section.event ul li .content .wrap_mov {
/*	display: none;*/
}
section.event ul li button.more {
	float: right;
	display: none;
	padding: .3em .5em;
	font-size: .87rem;
	background: unset;;
	color: unset;
	border: solid 1px #3000a9;
	border-radius: 0;
	cursor: pointer;
}


section.info dl {
    display: grid;
	grid-template-columns: 8em 1fr;
}
section.info dl dt, section.info dl dd {
    margin-bottom: 1em;
}
section.info dl dt {
	font-feature-settings: "palt";
}
section.info dl dd {
    margin-bottom: 1em;
}
section.info h2 {
	font-size: 2.15rem;
}
section.info > p {
	font-size: 1.21rem;
	line-height: 1.8;
}


section.profile {}
section.profile h3 {
	margin-bottom: .5em;
	font-size: 1.79rem;
}
section.profile ul:not(:last-child) {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: solid 1px;
}

dl {
    grid-template-columns: 7em 1fr;
}
table.member tr td:first-child:after {
	content: "：";
}
table.member tr td:first-child {
    padding-right: 1em;
    position: relative;
}
table.member tr td:first-child:after {
    content: "：";
    position: absolute;
    top: 0;
    right: 0;
}


section.facilitator p {
	padding-bottom: 1em;
}
section.facilitator .wrap_person {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    column-gap: 2rem;
    width: 79%;
    margin-bottom: 4em;
}

section.guest p {
	padding-bottom: 1em;
}
section.guest .wrap_person {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    column-gap: 2rem;
    width: 79%;
    margin-bottom: 4em;
}

@media(max-width: 680px) {
	.slick-initialized {
		margin-bottom: 3.23rem;
	}
	.slick-prev,
	.slick-next {
		top: auto;
		bottom: 0;
		-webkit-transform: translate(0, 173%);
		-moz-transform: translate(0, 173%);
		transform: translate(0, 173%);
		width: 1.87rem;
		height: 1.87rem;
	}
	.slick-prev:before,
	.slick-next:before {
		font-size: 1.27rem;
	}
	section.event .event_type {
		display: inline-block;
		font-size: .87rem;
		border-bottom: solid 1px;
	}
	section.event h2 {
		font-size: 1.68rem;
	}
	section.event > p {
		font-size: .87rem;
	}
	section.event ul {
		gap: 2rem;
	}
	section.event ul li:not(:last-child) {
		padding-bottom: 2rem;
	}
	section.event ul li .wrap_text .list_title {
		font-size: 1rem;
	}
	section.event ul li .wrap_text .list_title br {
		display: block;
	}
	section.event ul li .wrap_text dl {
		font-size: .75rem;
	}
	section.event ul li .content {
		display: none;
	}
	section.event ul li .content .member {
		margin-bottom: 2rem;
	}
	section.event ul li .content .member .image .caption {
		font-size: .56rem;
	}
	section.event ul li button.more {
		display: inline-block;
	}
	
	
	section.info h2 {
		font-size: 1.25rem;
	}
	section.info > p {
		font-size: .62rem;
		line-height: 2;
	}
	
	
	section.profile h3 {
		font-size: 1.37rem;
	}
	section.profile ul li {
		font-size: .75rem;
	}
	
	
	section.facilitator .wrap_person {
		grid-template-columns: 30% 1fr;
		column-gap: 1rem;
		width: 100%;
		margin-bottom: 4em;
	}
	section.facilitator .wrap_person .wrap_text p {
		font-size: .75rem;
	}
	section.facilitator .wrap_person .wrap_text .writer {
		font-size: .56rem;
	}
	
	
	section.guest .wrap_person {
		grid-template-columns: 30% 1fr;
		column-gap: 1rem;
		width: 100%;
		margin-bottom: 4em;
	}
	section.guest .wrap_person .wrap_text p {
		font-size: .75rem;
	}
	section.guest .wrap_person .wrap_text .writer {
		font-size: .56rem;
	}
}
