@charset "UTF-8";
/* CSS Document */


/*関連動画*/
.related_videos main .an_exciting_and_thrilling_experience {
	padding-top: 80px;
	padding-bottom: 80px;
}
.related_videos main .an_exciting_and_thrilling_experience .box h3 {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}
.related_videos main .an_exciting_and_thrilling_experience .box h3 span ,
.related_videos main .an_exciting_and_thrilling_experience .box h3 em {
	display: block;
	line-height: 1em;
}
.related_videos main .an_exciting_and_thrilling_experience .box h3 span {
	font-size: 2.4rem;
	color: #1b5a82;
	margin-bottom: .6em;
}
.related_videos main .an_exciting_and_thrilling_experience .box h3 em {
	font-family: "Marcellus", serif;
	font-size: 2.0rem;
	color: #88a2b3;
}
.related_videos main .an_exciting_and_thrilling_experience .box .img_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0px;
}
.related_videos main .an_exciting_and_thrilling_experience .box .img_box section {
	width: calc((100% - (14px * 3)) / 4);
	margin-bottom: 30px;
}
.related_videos main .an_exciting_and_thrilling_experience .box .img_box section:not(:nth-of-type(4n)) {
	margin-right: 14px;
}
.related_videos main .an_exciting_and_thrilling_experience .box .img_box section > p {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	/*border-radius: 4px;*/
	margin-bottom: 15px;
}
.related_videos main .an_exciting_and_thrilling_experience .box .img_box section .comment {
	line-height: 2.0;
}
.related_videos main .an_exciting_and_thrilling_experience .box .img_box section .comment p {
	text-align: center;
}
@media screen and (max-width: 767px) {
.related_videos main .an_exciting_and_thrilling_experience {
	padding-top: 15vw;
	padding-bottom: 15vw;
}
.related_videos main .an_exciting_and_thrilling_experience .box h3 {
	margin-bottom: 5vw;
}
.related_videos main .an_exciting_and_thrilling_experience .box h3 span {
	font-size: 1.8rem;
}
.related_videos main .an_exciting_and_thrilling_experience .box h3 em {
	font-size: 2.0rem;
}
.related_videos main .an_exciting_and_thrilling_experience .box .img_box {
	margin-bottom: -3vw;
}
.related_videos main .an_exciting_and_thrilling_experience .box .img_box section {
	width: calc((100% - (5vw * 1)) / 2);
	margin-bottom: 1vw;
}
.related_videos main .an_exciting_and_thrilling_experience .box .img_box section:not(:nth-of-type(4n)) {
	margin-right: 0;
}
.related_videos main .an_exciting_and_thrilling_experience .box .img_box section:not(:nth-of-type(2n)) {
	margin-right: 5vw;
}
.related_videos main .an_exciting_and_thrilling_experience .box .img_box section > p {
	margin-bottom: 3vw;
}
.related_videos main .an_exciting_and_thrilling_experience .box .img_box section .comment {
	line-height: 2.0;
}
}