@charset "utf-8";
#eventFormList {
	margin-left: -20px;
	margin-right: -20px;
}
#eventFormList .inBox {
	background-color: rgba(0, 0, 0, 0.035);
	position: relative;
	margin: 20px 2px 0;
	padding: 20px;
}
#eventFormList .inBox label {
	cursor: pointer;
	transition: all ease 0.5s;
}
#eventFormList .inBox label:hover {
	opacity: 0.8;
}
#eventFormList .inBox input[type="radio"] {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
}
#eventFormList .inBox input[type="radio"]:checked + .photo {
	position: relative;
}
#eventFormList .inBox input[type="radio"]:checked + .photo::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: solid 15px #d2000d;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-image: url("../images/ico_check+.png");
	background-position: center center;
	background-size: cover;
}
#eventFormList .photo img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: contain;
}
#eventFormList .inBox ul {
	margin: 0;
	padding: 0;
	color: #666;
}
#eventFormList .inBox ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#eventFormList .inBox .title {
	font-weight: bold;
	color: #000;
	margin-top: 10px;
}
#eventFormList .inBox .button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
}
.figBox01 {
	margin-top: 20px;
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
.titleBox01 {
	text-align: center;
	padding: 20px;
	border: solid 5px #d2000d;
	margin-top: 120px;
}
.titleBox01 > *:first-child {
	margin-top: 0;
}
.titleBox01 h2 {
	font-size: 300%;
	line-height: 1.2em;
	color: #d2000d;
}
.titleBox02 h2 {
	font-size: 350%;
	line-height: 1.5em;
	font-weight: normal;
}
.pointList ul {
	margin: 10px 0 0 0;
	padding: 0;
	border-top: dotted 1px #CCC;
}
.pointList ul li {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border-bottom: dotted 1px #CCC;
	display: flex;
	align-items: flex-start;
	gap: 5px;
}
.pointList ul li::before {
	content: "●";
	color: #d2000d;
}
.layout01 .block {
	display: flex;
	margin-top: 5%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.layout01 .block:nth-child(2n) {
	flex-direction: row-reverse;
}
.layout01 .block .photo {
	width: 50%;
}
.layout01 .block .photo img, .layout01 .block .photo video {
	aspect-ratio: 3/2;
	object-fit: cover;
	width: 100%;
	height: calc(100% - 0px);
	display: block;
}
.layout01 .block .frame {
	aspect-ratio: 3/2;
	width: 50%;
	padding: 5%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.035);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.layout01 .block .frame > *:first-child {
	margin-top: 0;
}
.layout02 .block {
	display: flex;
	margin-top: 5%;
	position: relative;
	z-index: 1;
}
.layout02 .block:nth-child(2n) {
	flex-direction: row-reverse;
}
.layout02 .block .photo {
	width: 50%;
	position: relative;
	z-index: -1;
}
.layout02 .block .photo img, .layout02 .block .photo video {
	aspect-ratio: 3/2;
	object-fit: cover;
	width: 100%;
	display: block;
}
.layout02 .block .frame {
	aspect-ratio: 3/2;
	width: 50%;
	padding: 5%;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 5% -5% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.layout02 .block .frame > *:first-child {
	margin-top: 0;
}
.layout03 .block {
	display: flex;
	position: relative;
	padding: 5%;
	z-index: 1;
}
.layout03 .block:nth-child(2n) {
	flex-direction: row-reverse;
}
.layout03 .block .photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}
.layout03 .block .photo img, .layout03 .block .photo video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.layout03 .block .frame {
	width: 50%;
	aspect-ratio: 3/2;
	padding: 5%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.035);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.layout03 .block .frame > *:first-child {
	margin-top: 0;
}
.layout04 .block {
	display: flex;
	margin-top: 5%;
	position: relative;
	z-index: 1;
}
.layout04 .block:nth-child(2n) {
	flex-direction: row-reverse;
}
.layout04 .block .photo {
	width: 40%;
	position: relative;
	z-index: 1;
}
.layout04 .block .photo img, .layout04 .block .photo video {
	width: 100%;
	display: block;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #F9F9F9;
}
.layout04 .block .frame {
	aspect-ratio: 3/2;
	width: 60%;
	padding: 5%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.035);
	margin: 5% -2.5% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.layout04 .block .frame > *:first-child {
	margin-top: 0;
}
.layout05 {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}
.layout05 .block {
	max-width: 600px;
	width: calc(33.333% - 20px);
	background-color: rgba(0,0,0,0.035);
	overflow: hidden;
}
.layout05 .block .photo {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.layout05 .block .photo img {
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
.layout05 .block .frame {
	padding: 30px;
}
.layout05 .block .frame > *:first-child {
	margin-top: 0;
}
@media screen and (max-width: 700px) {
	#width-----700px----- {}
	.figBox01 {
		flex-direction: column;
	}
	.titleBox01 {
		margin-top: 60px;
		padding: 20px;
		border: solid 3px #d2000d;
	}
	.titleBox01 h2 {
		font-size: 120%;
	}
	.titleBox02 h2 {
		font-size: 160%;
		line-height: 1.5em;
		font-weight: bold;
	}
	.layout01 .block {
		display: block;
	}
	.layout01 .block .photo {
		width: auto;
	}
	.layout01 .block .frame {
		width: auto;
		padding: 10% 5%;
	}
	.layout02 .block {
		display: block;
	}
	.layout02 .block .photo {
		width: auto;
	}
	.layout02 .block .photo img, .layout02 .block .photo video {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.layout02 .block .frame {
		aspect-ratio: 3/2;
		width: auto;
		padding: 10% 5%;
		margin: 0;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		box-shadow: none;
	}
	.layout03 .block {
		display: block;
		padding: 0;
	}
	.layout03 .block .photo {
		position: relative;
	}
	.layout03 .block .frame {
		width: auto;
		padding: 10% 5%;
		margin: -10% 5% 5%;
	}
	.layout04 .block {
		display: block;
	}
	.layout04 .block .photo {
		width: auto;
	}
	.layout04 .block .photo img, .layout04 .block .photo video {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		box-shadow: none;
	}
	.layout04 .block .frame {
		aspect-ratio: 3/2;
		width: auto;
		padding: 10% 5%;
		margin: 0;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	.layout05 {
		gap: 20px;
		margin-top: 20px;
	}
	.layout05 .block {
		width: 100%;
	}
	.last {}
}