/* イベント詳細ページ　*/

.h1_catch {
}

.page_header_wrap {
	padding-top: 4px; 	
	padding-bottom: 6px; 	
}
h1.cta_title_p {
	font-weight: 700;
	font-size: 18px;
}
@media screen and (min-width: 768px){
	h1.cta_title_p {
		font-size: 24px;
	}
}


.mainimage {
	padding: 24px 0;
}
p.mainimage {
	margin-bottom: 0;
}

@media screen and (min-width: 576px){
.mainimage {
	padding: 36px 0;
}
}
.event 

.event_app {
	display: block;
	padding: 12px;
	color: white;
	background-color: var(--color_green);
	min-width: 140px;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
	transition: 0.5s;
	line-height: 1;
	white-space: nowrap;
	text-box-trim: trim-both;

}
.event_app:hover {
	filter: brightness(1.2) saturate(1.2);
}
.event_app_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 992px){
	.event_app_wrap {
		justify-content: flex-end;
	}
}



.social-buttons {
	list-style: none;
	margin: 16px 0 48px;
	padding: 0;
	background-color: var(color_green);
	color: white;
	display: flex;
	align-items: center;
	column-gap: 16px;
	flex-wrap: wrap;
	overflow-x: auto;
}
.social-buttons li:first-child {
	padding-top:  17px;
}

.event h2 {
	margin-bottom: 24px;
}
.event h3 {
	margin-bottom: 20px;
}
.event h4 {
	margin-bottom: 16px;
}
.event h5 {
	margin-bottom: 16px;
}

.event ul.disc {
	margin-bottom: 24px;
}



.eventdetail {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.cta_title_product_icon_wrap {
	display: flex;
	align-items: center;
}
.cta_title_product_icon_wrap a,
.cta_title_product_icon_wrap span{
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	text-decoration: none;

	width: 52px;
	height: 52px;
	border-radius: 6px;
	font-size: 14px;
}
@media (min-width:992px){
	.cta_title_product_icon_wrap a,
	.cta_title_product_icon_wrap span {
		width: 64px;
		height: 64px;
		border-radius: 8px;
		font-size: 15px;
	}
	
	
}



.cta_title_product_icon_wrap a.open {
	background-color: rgba(192,51,51,1.00);
	color: white;
}
.cta_title_product_icon_wrap a.full {
	background-color: rgba(56,56,56,1.00);
	color: white;
}
.cta_title_product_icon_wrap span {
	background-color: rgba(91,91,91,1.00);
	color: white;
}



/* イベント詳細 */
.detailBox dl {
	display: block;
}
.detailBox dt {
	font-size: 90%;
	font-weight: 300;
}
.detailBox dt {
	border-top: solid 1px #CCC;
	padding-top: 16px;
} 
.detailBox dd {
	margin-bottom: 24px;
} 

@media screen and (min-width: 768px){
	.detailBox dl {
		display: grid;
		grid-template-columns: 120px auto;	
	}
	.detailBox dd {
		border-top: solid 1px #CCC;
		padding-top: 16px;
	} 

}





/* 申し込みフォーム */

.app_form_title {
	font-size: 32px;
}
.form_wrapall {
	padding: 36px 10px;
	background-color: white;
	margin-top: 48px;
	border-bottom: solid 6px rgba(245,246,244,0.72);
    scroll-margin-top: 88px;
	margin-left: -10px;
	margin-right: -10px;
}
.form_wrap {
	padding: 8px;
	border-radius:6px;
	background: #EFEFEF;
	box-shadow: rgba(0,0,0,0,6) 0 1px 2px;
}
@media screen and (min-width: 768px){
	
	.form_wrapall {
		margin-left: auto;
		margin-right: auto;
		border-radius: 12px;
		padding: 48px 36px;
		margin-top: 64px;
	}
	
	.form_wrap {
		padding: 40px;
	}
	
}



.contact_box {
	border-radius: 4px;
	background-color: rgba(255,255,255,0.70);
	padding: 24px;
	margin: 24px 10px;
}






.page_change {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 48px;
	column-gap: 10px;
}
.page_change a.newer::before {
	font-family: 'Material Symbols Outlined';
	content: "\eaa7";
	font-size: 120%;
	font-weight: 400;
}
.page_change a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 12px;
}
.page_change a.older::after {
	font-family: 'Material Symbols Outlined';
	content: "\eaaa";
	font-weight: 400;
	font-size: 120%;
}
.page_change a.active {
	box-shadow: none;
	background-color: transparent;
	border: solid 1px #FFF;
}



.event .contact_box  {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
}


/* レポート */

.report .report_content {
}
.report p {
	margin-bottom: 24px;
}
.report h2 {
	margin-top: 48px;
}
.report h3 {
	margin-top: 36px;
}
.report h4 {
	margin-top: 28px;
}
.report h5 {
	margin-top: 24px;
}

.report .main_sub_menu {
	position: sticky;
	top: 10px;
}


