@charset "UTF-8";

:root {
	scroll-padding-top: 50px;
	scroll-behavior: smooth;
}
@media screen and (max-width: 1032px) {
	html {
		font-size: 1.55vw;
	}
}
@media screen and (max-width: 750px) {
	html {
		font-size: 4.8vw;
	}
}
body {
	margin: 0;
	line-height: 1.8;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	background-color: #fff;
}
/* ------------------------------------- */

a {
	color: #007bff;
	text-decoration: none;
}
a:hover {
	color: #0056b3;
	text-decoration: underline
}
figcaption {
	font-size: 87%;
	color: initial;
	line-height: 1.5;
	margin: 8px 3px;
}
@media (min-width: 751px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}


/* 共通
------------------------------------- */
.bg-gray {background-color: #F2F2F2 !important;}
.bg-white {background-color: #fff !important;}
.bg-c01 {background-color: #FCEFF4 !important;}

.text-c01 {color: #4BA1E0 !important;}

.marker01 {background:linear-gradient(transparent 65%, #FAE400 65%) !important;}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}
.indent2 {
	padding-left: 2em;
	text-indent: -2em;
}

.text-center {
	text-align: center;
}
.font-sans {
	font-family: sans-serif;
}
.font-serif {
	font-family: 'Noto Serif JP', serif;
}
.font-bold {
	font-weight: 700;
}
.font-ita {
	font-style: italic;
}

.slash {
	position: relative;
	display: inline-block;
	padding: 0 2.5em;
}
.slash::before,
.slash::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 1.7em;
	height: 0.1em;
	background-color: #56B9E6;
}
.slash::before {
	transform: rotate(65deg);
	left: 0.8em;
}
.slash::after {
	transform: rotate(-65deg);
	right: 1em;
}
.arrow_top {
	position: relative;
}
.arrow_top::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 77px solid transparent;
	border-left: 77px solid transparent;
	border-top: 70px solid #fff;
	border-bottom: 0;
}
@media screen and (max-width: 750px) {
	.arrow_top::before {
		border-right: 10vw solid transparent;
		border-left: 10vw solid transparent;
		border-top: 9vw solid #fff;
	}
}
#pagetop {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
#pagetop a {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 40px;
	right: 12px;
	background-image: url(../images/pagetop.svg);
	background-repeat: no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 999;
}
#pagetop a:hover {
	filter: brightness(110%);
}
@media screen and (max-width: 750px) {
	#pagetop a {
		bottom: 5vw;
	}
}
/* ------------------------- */

a.btn.disabled,
a.btn:disabled {
	opacity: .65
}

a.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

a.btn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3px;
	padding: 0;
	border: none;
	border-radius: 0;
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	transition: all 0.1s;
	text-decoration: none;
	background-color: #eee;
}
/* ------------------------- */

a.btn-1 {
	padding: 0.8em 4em 0.8em 3em;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #000;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgb(247, 212, 1) 0%,rgb(242, 214, 53) 49%, rgb(248, 227, 112) 51%, rgb(254, 243, 182) 100%);
	border-radius: 0.3em;
	box-shadow: 0.1em 0.1em 0.2em 0 rgba(0,0,0,0.2);
}
a.btn-1::after {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.5em;
	content: '';
	font-family: bootstrap-icons;
	content: '\F4F4';
	display: inline-block;
}
a.btn-1:hover {
	filter: brightness(1.05);
}
@media screen and (max-width: 750px) {
	a.btn-1 {
		font-size: 4.9vw;
	}
}

/* ------------------------- */

a.btn-6 {
	padding: 0.5em 3em 0.55em 2em;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	background-color: #ED7A01;
}
a.btn-6::after {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.8em;
	font-family: bootstrap-icons;
	content: '\F4F4';
}
a.btn-6:hover {
	opacity: 0.8;
}
@media screen and (max-width: 750px) {
	a.btn-6 {
		padding: 0.4em 2.5em 0.45em 1.5em;
		font-size: 3vw;
		border-radius: 0;
		box-shadow: none;
	}
}

/* ------------------------------------- */

.shadow-top {
	box-shadow: 0px 10px 25px -14px rgba(10,10,10,0.6) inset;
}
.shadow-bottom {
	box-shadow: 0px -10px 25px -14px rgba(10,10,10,0.5) inset;
}
.dropshadow {
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
}
.boxshadow {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

/* ------------------------------------- */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin: 3rem 0;
	border: 0;
	border-top: 2px solid #56B9E6;
}
hr.dashed {
	border-top: 2px dashed #56B9E6;
}
hr.dotted {
	border-top: 2px dotted #56B9E6;
}
hr.gray {
	border-top: 2px solid #666;
}
@media screen and (max-width: 750px) {
	hr {
		margin: 5vw 0;
	}
}

/* ------------------------------------- */

@media screen and (min-width: 751px) {
	.sp_only {
		display: none !important;
	}
}
@media screen and (max-width: 750px) {
	.pc_only {
		display: none !important;
	}
}


/* 見出し
------------------------------------- */
.heading-1 {
	position: relative;
	font-size: 2rem;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 2.5em;
}
.heading-1::after {
	position: absolute;
	content: '';
	bottom: -0.8em;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 5.5em;
	height: 0.16em;
	background-image: linear-gradient(90deg, rgb(46,100,236,1) 0%, rgb(92, 195, 255) 100%);
}
@media screen and (max-width: 750px) {
	.heading-1 {
		font-size: 5.4vw;
	}
	.heading-1::after {
		height: 0.25em;
	}
}


/* フッター
------------------------------------- */
footer {
	padding-bottom: 70px;
}
footer .ft_axis {
	background-color: #fff;
	padding: 2.5rem 0 0;
	text-align: center;
}
footer .ft_axis .logo {
	margin-bottom: 1.8em;
	padding: 0 5rem;
}
footer .ft_axis .logo img {
	width: 100%;
	max-width: 500px;
}
footer .ft_axis .link {
	margin-bottom: 1em;
}
footer .note {
	max-width: 1120px;
	margin: 0 auto;
	font-size: 0.82rem;
	line-height: 1.4;
	color: #fff;
	font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
	footer {
		padding-bottom: 20vw;
	}
	footer .ft_axis {
		padding: 5vw 0 4vw;
	}
	footer .ft_axis .logo {
		padding: 0 4vw;
		margin-bottom: 4vw;
	}
	footer .ft_axis .logo img {
		max-width: 800px;
	}
	footer .ft_axis .link {
		margin-bottom: 2vw;
	}
	footer .note {
		font-size: 3.3vw;
		text-align: left;
		padding-left: 14vw;
	}
}

/* ------------------------------------- */

#ftInfo .contents {
	padding: 30px 70px 30px 100px;
}
#ftInfo .contents .inner {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#ftInfo .contents .inner .logo-wao img {
	width: 360px;
}
#ftInfo .listLink {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	margin-top: 1em;
}
#ftInfo .listLink a {
	display: block;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	line-height: 1;
	white-space: nowrap;
}
#ftInfo .listLink a:hover {
	color: #0071be;
	text-decoration: underline;
}
#ftInfo .listLink a:before {
	line-height: 1;
	color: #0071be;
	font-size: 0.8em;
	font-family: bootstrap-icons;
	content: "\F285";
	margin-right: 0.1em;
}
#ftInfo small {
	display: block;
	color: #999;
	line-height: 1;
	padding-left: 0.2em;
}
@media screen and (max-width: 1000px) {
	#ftInfo .contents {
		padding: 20px 0 30px 20px;
	}
	#ftInfo .contents .inner {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	#ftInfo .listLink {
		padding: 20px 0 10px;
	}
	#ftInfo small {
		margin-top: 1em;
	}
}
@media screen and (max-width: 750px) {
	#ftInfo .contents {
		padding: 2vw 15px;
		border-top: 1px solid #ccc;
	}
	#ftInfo .logo-wao {
		padding: 2vw 10vw;
	}
	#ftInfo .listLink {
		justify-content: center;
		gap: 0.8em;
		margin-top: 0.3em;
	}
		#ftInfo .listLink a {
		font-size: 2.4vw;
	}
	#ftInfo small {
		font-size: 2.4vw;
		text-align: center;
	}
}
@media screen and (max-width: 500px) {
	#ftInfo .listLink {
		margin-right: 15vw;
	}
}

/* ------------------------------------- */

.fixcontact {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 2;
	display: none;
}
.fixcontact .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1000px;
	margin: 0 auto;
}

/* ------------------------------------- */

a.btn-fix {
	flex-direction: column;
	width: 100%;
	height: 80px;
	font-size: 1.7rem;
	line-height: 1.4;
	color: #fff;
	background-color: #ED7A01;
	border: 3px solid #ED7A01;
}
a.btn-fix span.sub {
	font-size: 0.65em;
	display: block;
}
a.btn-fix span.lsp {
	letter-spacing: 0.1em;
}
a.btn-fix.shiryo {
	color: #ED7A01;
	background-color: #fff;
}
a.btn-fix.shiryo::before {
	position: absolute;
	top: 1.3em;
	left: 6em;
	width: 1.1em;
	height: 1.2em;
	content: '';
	background-image: url(../images/icon02.png);
	background-size: contain;
	background-repeat: no-repeat;
}
a.btn-fix:hover {
	filter: brightness(105%);
}
@media screen and (max-width: 1000px) {
	a.btn-fix {
		height: 8vw;
	}
}
@media screen and (max-width: 750px) {
	a.btn-fix {
		width: 100%;
		height: 13vw;
		font-size: 4vw;
		border: 0.14rem solid #ED7A01;
	}
	a.btn-fix.shiryo::before {
		top: 1.5em;
		left: 3em;
	}
}

/* ------------------------------------- */

.main_visual {
	position: relative;
	background: linear-gradient(36deg, rgba(46,100,236,1) 0%, rgba(92,196,255,1) 100%);
}
.main_visual .inner {
	position: relative;
}
.main_visual .pc_only {
	display: block;
	margin: 0 auto;
	height: 1165px;
	object-fit: cover;
}
.main_visual .logo {
	position: absolute;
	top: 48px;
	left: calc(50% + 100px);
	width: 400px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.main_visual .btn {
	position: absolute;
	bottom: 105px;
	left: 52.5%;
}
@media screen and (max-width: 1130px) {
	.main_visual .pc_only {
		height: 103vw;
	}
	.main_visual .logo {
		top: 4.2vw;
		left: calc(50% + 9vw) ;
		width: 35.4vw;
		height: 4.4vw;
	}
	.main_visual .btn {
		position: absolute;
		bottom: 8.8vw;
	}	
}
@media screen and (max-width: 750px) {
	.main_visual .pc_only {
		height: auto;
	}
	.main_visual .logo {
		top: 4.6vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 80%;
		height: 9vw;
	}
	.main_visual .btn {
		width: 80vw;
		bottom: 3.2%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

/* ------------------------------------- */

.area01 {
	padding: 6rem 1rem;
	font-size: 1.13rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-feature-settings: "palt";
	background-image: url(../images/area01_bg.webp);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
.area01 p span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #4FA9FF;
}
@media screen and (max-width: 750px) {
	.area01 {
		padding: 2.5rem 1.2rem 3.5rem;
		font-size: 4vw;
		line-height: 1.7;
		text-align: left;
		background-size: contain;
	}
}

/* ------------------------------------- */

.area02 {
	padding: 6rem 1rem;
	text-align: center;
}
.area02 .heading-1 {
	margin-bottom: 2em;
	font-weight: 500;
}
.area02 p {
	font-size: 1.13rem;
	color: #418CED;
	font-weight: 500;
}
.area02 p.note {
	margin-top: 1.5em;
	font-size: 0.85rem;
	color: #000;
	font-weight: 300;
}
.area02 .date {
	margin-bottom: 1em;
	color: #418CED;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.3;
}
.area02 .date li {
	margin-bottom: 0.5em;
}
.area02 .date span {
	font-feature-settings: "palt";
}
.area02 .date .no {
	margin-right: 0.3em;
	font-size: 0.9em;
	font-weight: 400;
	vertical-align: 0.15em;
}
.area02 .date .num {
	font-size: 1.4em;
}
.area02 .date .hour {
	margin-left: 0.5em;
	font-weight: 400;
}
@media screen and (max-width: 750px) {
	.area02 {
		padding: 2.5rem 1.2rem;
	}
	.area02 p {
		font-size: 3.3vw;
	}
	.area02 p.note {
		font-size: 3.3vw;
	}
	.area02 .date {
		margin-bottom: 0.6em;
		font-size: 5vw;
	}
	.area02 .date li {
		margin-bottom: 0.2em;
	}
}

/* ------------------------------------- */

.area03 {
	padding: 6rem 1rem;
}
.area03 .contents {
	display: grid;
	grid-template-columns: 1fr 23rem;
	margin: 0 auto;
	max-width: 55rem;
	font-size: 1.4rem;
	font-feature-settings: "palt";
	line-height: 1.5;
}
.area03 .contents li {
	padding-left: 1.3em;
	text-indent: -1.3em;
	margin-bottom: 0.3em;
}
.area03 .contents li::before {
	content: '■';
	color: #4FA9FF;
	margin-right: 0.3em;
}
@media screen and (max-width: 750px) {
	.area03 {
		padding: 2.5rem 1.5rem;
	}
	.area03 .contents {
		grid-template-columns: 1fr;
		font-size: 4.6vw;
	
	}
	.area03 .photo {
		margin-top: 4vw;
	}
}

/* ------------------------------------- */

.area04 {
	padding: 6rem 1rem;
}
.area04 .teacher {
	display: grid;
	grid-template-columns: 15.6rem 1fr;
	column-gap: 4.1rem;
	margin: 0 auto;
	max-width: 49rem;
	font-size: 1.13rem;
	font-feature-settings: "palt";
	line-height: 1.6;
}
.area04 .teacher .photo {
	padding-top: 0.3rem;
}
.area04 .teacher .photo img {
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
}
.area04 .teacher .name {
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.3;
}
.area04 .teacher .name span {
	font-size: 0.6em;
	margin-left: 0.5em;
}
.area04 .teacher .name-en {
	margin-bottom: 3.5em;
	font-size: 0.8em;
	font-weight: 500;
	color: #336FE7;
}
.area04 .teacher h3 {
	margin-bottom: 1em;
	font-size: 1.3em;
}
.area04 .teacher .jisseki {
	margin-top: 2.5em;
	padding-top: 2.5em;
	font-size: 0.75em;
	border-top: 1px solid #000;
}
.area04 .teacher .jisseki h4 {
	display: inline-block;
	padding: 0.3em 0.5em;
	font-size: 1em;
	color: #fff;
	border-radius: 0.2em;
	background-image: linear-gradient(90deg, rgb(51, 111, 231) 0%, rgb(92, 195, 255) 100%);
}
@media screen and (max-width: 750px) {
	.area04 {
		padding: 2.5rem 1.5rem;
	}
	.area04 .teacher {
		grid-template-columns: 1fr;
		font-size: 4vw;
	}
	.area04 .teacher .photo {
		margin-bottom: 5vw;
		text-align: center;
	}
	.area04 .teacher .photo img {
		width: 50vw;
	}
	.area04 .teacher .name {
		font-size: 1.6em;
		text-align: center;
	}
	.area04 .teacher .name-en {
		margin-bottom: 2em;
		font-size: 0.8em;
		text-align: center;
	}
	.area04 .teacher h3 {
		margin-bottom: 0.5em;
	}
	.area04 .teacher .jisseki {
		margin-top: 2em;
		padding-top: 2em;
		font-size: 0.85em;
	}
}

/* ------------------------------------- */

.area05 {
	padding: 6rem 1rem 5.5rem;
}
.tbl-1 {
	margin: 0 auto;
	width: 100%;
	max-width: 53rem;
	font-size: 1.13rem;
	line-height: 1.4;
	font-feature-settings: "palt";
}
.tbl-1 th {
	width: 13%;
	padding: 1em 0.5em;
	font-weight: 400;
	background-color: #80B7F4;
	border-right: 0.4em solid #fff;
	border-bottom: 0.4em solid #fff;
	text-align: center;
	color: #fff;
}
.tbl-1 td {
	padding: 1em 0.7em;
	font-weight: 300;
	background-color: #E8F2FD;
	border-bottom: 0.4em solid #fff;
}
@media screen and (max-width: 750px) {
	.area05 {
		padding: 2rem 0.8rem 1.8em;
	}
	.tbl-1 {
		font-size: 4vw;
	}
	.tbl-1 th {
		width: 25%;
	}
}

/* ------------------------------------- */

.area06 {
	padding: 6rem 1rem;
	background: rgb(64, 139, 244);
	background-image: linear-gradient(90deg, rgb(51, 111, 231) 0%, rgb(92, 195, 255) 100%);
}
.area06 .heading-1 {
	color: #fff;
	margin-bottom: 3em;
}
.area06 .heading-1::after {
	background-color: #fff;
	background-image: none;
}
.area06 ul {
	display: flex;
	justify-content: center;
	column-gap: 3.1rem;
	max-width: 59rem;
	margin: 0 auto 6rem;
}
.area06 ul li {
	font-feature-settings: "palt";
	padding: 2.3rem 2.7rem 0;
	width: 17.5rem;
	height: 17.5rem;
	font-size: 0.85rem;
	line-height: 1.6;
	background: rgb(255,255,255);
	background: linear-gradient(135deg, rgba(255,255,255,1) 49%, rgba(244,244,244,1) 51%);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
}
.area06 ul li .step {
	margin-bottom: 2em;
	line-height: 1;
	text-align: center;
	overflow: hidden;
}
.area06 ul li .step span {
	position: relative;
	display: inline-block;
	padding: 0.25em 0.8em 0.15em;
	font-size: 1.4em;
	text-align: center;
	color: #fff;
	font-family: "Roboto", serif;
	background-color: #5CC4FF;
}
.area06 ul li .step span::after {
	position: absolute;
	content: '';
	top: calc(50% - 0.8em);
	right: -0.8em;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 0.8em solid transparent;
	border-bottom: 0.8em solid transparent;
	border-left: 0.8em solid #5CC4FF;
	border-right: 0;
}
.area06 ul li.step3 .step span::after {
	display: none;
}
.area06 ul li h3 {
	font-size: 1.5em;
	margin-bottom: 1em;
	text-align: center;
}
.area06 .button {
	text-align: center;
}
@media screen and (max-width: 750px) {
	.area06 {
		padding: 2rem 1.5rem 1.8em;
	}
	.area06 ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		column-gap: 0;
		row-gap: 11vw;
		max-width: 59rem;
		margin: 0 auto 2rem;
	}
	.area06 ul li {
		position: relative;
		padding: 5vw 7.5vw 6vw;
		font-size: 3.3vw;
		width: 100%;
		height: auto;
		background: linear-gradient(161deg, rgba(255,255,255,1) 49%, rgba(244,244,244,1) 51%);
	}
	.area06 ul li.step2 {
		background: linear-gradient(158deg, rgba(255,255,255,1) 49%, rgba(244,244,244,1) 51%);
	}
	.area06 ul li .step {
		position: absolute;
		top: -5.8vw;
		left: 0;
		width: 100%;
	}
	.area06 ul li .step span {
		display: block;
		padding: 0.3em 0.8em 0.25em;
		font-size: 4.1vw;
	}
	.area06 ul li .step span::after {
		display: none;
	}
	.area06 ul li h3 {
		margin-bottom: 0.5em;
	}
}

/* ------------------------------------- */

.youtube {
	position: absolute;
	bottom: 105px;
	left: 50%;
	transform: translate(-105%, 0);
}
.videoModal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
}
.modal-content {
	position: relative;
	width: 95%;
	max-width: 1000px;
}
.video-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.video-close {
	position: absolute;
	top: -50px;
	right: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: block;
}
.video-close::before,
.video-close::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: white;
	top: 50%;
	left: 0;
}
.video-close::before {
	transform: rotate(45deg);
}
.video-close::after {
	transform: rotate(-45deg);
}
.video-thumbnail {
	width: 100%;
	max-width: 27.5rem;
	cursor: pointer;
	transition: opacity 0.3s;
	box-shadow: 0.2rem 0.2rem 0.3rem 0 rgba(0,0,0,0.3);
}
.video-thumbnail:hover {
	opacity: 0.8;
}
.video-thumbnail-container {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.video-thumbnail-container::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 3rem;
	height: 2.2rem;
	transform: translate(-50%, -50%);
	pointer-events: none;
	background-image: url(../images/icon_youtube.svg);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.7;
}
@media screen and (max-width: 1130px) {
	.youtube {
		bottom: 9.3vw;
	}
}
@media screen and (max-width: 750px) {
	.youtube {
		bottom: 13.5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		transform: unset;
		max-width: 90%;
	}
	.video-thumbnail {
		cursor: pointer;
		box-shadow: 0.1rem 0.1rem 0.15rem 0 rgba(0,0,0,0.3);
	}
}