@charset "utf-8";
/*------------------------------------------------------------
	class
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 9.7rem;
}
#main .tableImg {
	margin-bottom: 12.3rem;
}
#main .linkUl {
	padding-top: 1.7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 1rem;
}
#main .linkUl li {
	width: calc((100% - (1rem * 3 + 0.1rem)) / 4);
}
#main .linkUl a {
	padding: 1rem 4rem 1rem 1.8rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	min-height: 8rem;
	position: relative;
	border: 1px solid #B2B2B2;
	background: #FFF url(../img/common/icon07.png) no-repeat right 1.7rem center;
	background-size: 1.5rem auto;
}
#main .linkUl a:hover {
	opacity: 0.7;
}
#main .linkUl a:after {
	content: '';
	position: absolute;
	top: 0.3rem;
	left: -2.8rem;
	width: 0;
	height: 0;
	rotate: -225deg;
	border-left: 1.6rem solid transparent;
	border-right: 1.6rem solid transparent;
	border-top: 1.6rem solid #3BAFCC;
	transform: translate(-50%, -50%);
}
#main .linkUl .item01 a:after {
	border-top-color: #FF81A9;
}
#main .linkUl .item02 a:after {
	border-top-color: #62BD73;
}
#main .linkUl .item03 a:after {
	border-top-color: #F74141;
}
#main .linkUl .item04 a:after {
	border-top-color: #FF7E21;
}
#main .linkUl .item05 a:after {
	border-top-color: #FFBF00;
}
#main .linkUl .item06 a:after {
	border-top-color: #89A3FF;
}
#main .instructor {
	background-color: #F6F6F6;
}
.popInner:after {
	content: '';
	position: absolute;
	top: 0.6rem;
	left: -5rem;
	width: 0;
	height: 0;
	rotate: -225deg;
	border-left: 2.9rem solid transparent;
	border-right: 2.9rem solid transparent;
	border-top: 2.9rem solid #3BAFCC;
	transform: translate(-50%, -50%);
}
.popInner2:after {
	border-top-color: #FF81A9;
}
.popInner3:after {
	border-top-color: #62BD73;
}
.popInner4:after {
	border-top-color: #F74141;
}
.popInner5:after {
	border-top-color: #FF7E21;
}
.popInner6:after {
	border-top-color: #FFBF00;
}
.popInner7:after {
	border-top-color: #89A3FF;
}
.popInner .photoBox {
	width: 48rem;
	margin-right: 3rem;
}
.popInner .photoBox img {
	width: 100%;
}
.popInner .textBox {
	flex: 1;
}
.popInner .textBox p {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8;
}
.popInner .textBox .ttl {
	padding-bottom: 2.2rem;
	margin-bottom: 2rem;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
}
.popInner .textBox .ttl:after {
	width: 3rem;
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
@media all and (min-width: 897px) {
	.comBox {
		padding: 5rem 0 5.7rem;
	}
}
@media all and (max-width: 896px) {
	#main .tableImg {
		margin-bottom: 8.2rem;
		overflow-x: scroll;
		padding-bottom: 3rem;
	}
	#main .tableImg .content {
		margin-right: 0;
		width: 69rem;
		min-width: 100%;
	}
	#main .linkUl {
		padding-top: 0;
		flex-direction: column;
		gap: 1rem 0;
	}
	#main .linkUl li {
		width: 100%;
	}
	#main .linkUl a {
		font-size: 1.6rem;
		background-size: 1.6rem auto;
	}
	#main .linkUl a::after {
		left: -3.1rem;
		border-left-width: 1.8rem;
		border-right-width: 1.8rem;
		border-top-width: 1.8rem;
	}
	.popInner .photoBox {
		width: auto;
		margin: 0 0 2rem;
	}
	.popInner .photoBox img {
		width: 100%;
	}
	.popInner .textBox p {
		font-size: 1.5rem;
		line-height: 1.8
	}
	.popInner .textBox .ttl {
		font-size: 2.3rem;
	}
	.popInner::after {
		border-left-width: 1.5rem;
		border-right-width: 1.5rem;
		border-top-width: 1.5rem;
		left: -2.6rem;
		top: 0.3rem;
	}
	.tableImg ::-webkit-scrollbar {
		display: none;
	}
	.tableImg .simplebar-scrollbar::before {
		opacity: 1;
		background-color: #7F7F7F;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.tableImg .simplebar-scrollbar {
		border-radius: 5rem;
	}
	.simplebar-track.simplebar-horizontal {
		height: 0.6rem;
		visibility: visible;
		background-color: #EAEAEA;
		left: 2rem;
		right: 2rem;
		border-radius: 2rem;
	}
}