.sublingualPage{
	--accentColor: #2d56a3;
//	--decoColor: #64bcc7;
	--decoColor: #C0E4E8;
	position: relative;
	&:before{
		content: "";
		display: block;
		width: 100%;
		height: 100svh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		background-image: url("../images/sublingual/bg.jpg");
		background-size: cover;
		background-position: center center;
	}
	& > *:not(.mo-tel){
		position: relative;
		z-index: 2 !important;
	}
	&  .mo-tel{
		z-index: 10 !important;
	}
}

.sublingual{
	background: transparent;
	margin: 0 auto;
	cursor: auto;
	width: 80%;
	padding: 50px 0;
	box-sizing: border-box;
	font-size: 18px;
	& *{
		box-sizing: border-box;
		font-size: 100%;
	}
}

@media (max-width: 900px){
	.sublingual{
		width: 92%;
	}
}

.sublingualBlock{
	width: 100%;
	margin: 0;
}

.sublingualTitle{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	font-size: 150%;
	font-weight: bold !important;
	margin: 0 0 2em;
	padding: 15px 1em;
	color: var(--accentColor);
	& > *{
		font-size: 100%;
		font-weight: inherit;
	}
}

.sublingualContent{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 5rem;
	width: 100%;
	margin: 0 auto;
}

.sublingualBlock--reverse .sublingualContent{
}

@media (max-width: 900px){
	.sublingualContent,
	.sublingualBlock--reverse .sublingualContent{
		gap: 2rem;
	}
}

.sublingualText{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 64px;
}

.sublingualTextItem{
	width: 100%;
	margin: 0;
	& > p{
		margin: 0 0 1em;
		line-height: 2;
		&:last-child{
			margin-bottom: 0;
		}
	}
}

.sublingualTextItemTitle{
	width: 100%;
	font-weight: bold;
	font-size: 150%;
	margin: 0 auto 16px;
	color: var(--accentColor);
}

@media (max-width: 900px){
	.sublingualTextItemTitle{
		font-size: 125%;
	}
}

.sublingualLists{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-itemn: flex-start;
	gap: 24px;
}

.sublingualListsTitle{
	width: 100%;
	font-weight: bold;
	font-size: 112.5%;
	margin: 0 auto 8px;
}

.sublingualImage{
	width: 100%;
	max-width: 720px;
	display: flex;
	flex-direction: column;
	align-itemns: center;
	justify-content: center;
	background: linear-gradient(rgba(255,255,255,0) 70%,rgba(255,255,255,0.8)), linear-gradient(var(--decoColor));
	background-size: 80% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.sublingualImageItem{
	display: block;
	width: 100%;
	margin: 5em 0;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.3));
	& img{
		display: block;
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 900px){
	.sublingualImageItem{
		margin: 1.5em 0;
	}
}

/*---------------------------------
	margin start
---------------------------------*/
.margin--bottom0{
	margin-bottom: 0 !important;
}

.margin--bottomHalf{
	margin-bottom: 0.5rem !important;
}

.margin--bottom1{
	margin-bottom: 1rem !important;
}

.margin--bottom2{
	margin-bottom: 2rem !important;
}

.margin--bottom3{
	margin-bottom: 3rem !important;
}

.margin--bottom4{
	margin-bottom: 4rem !important;
}

.margin--bottom5{
	margin-bottom: 5rem !important;
}

.margin--bottom10{
	margin-bottom: 10rem !important;
}

@media(max-width: 1024px){
	.margin--tbBottom0{
		margin-bottom: 0 !important;
	}

	.margin--tbBottom1{
		margin-bottom: 1rem !important;
	}

	.margin--tbBottom2{
		margin-bottom: 2rem !important;
	}

	.margin--tbBottom3{
		margin-bottom: 3rem !important;
	}

	.margin--tbBottom4{
		margin-bottom: 4rem !important;
	}

	.margin--tbBottom5{
		margin-bottom: 5rem !important;
	}
}

@media(max-width: 600px){
	.margin--spBottom0{
		margin-bottom: 0 !important;
	}

	.margin--spBottom1{
		margin-bottom: 1rem !important;
	}

	.margin--spBottom2{
		margin-bottom: 2rem !important;
	}

	.margin--spBottom3{
		margin-bottom: 3rem !important;
	}

	.margin--spBottom4{
		margin-bottom: 4rem !important;
	}

	.margin--spBottom5{
		margin-bottom: 5rem !important;
	}
}

.margin--top0{
	margin-top: 0 !important;
}

.margin--top1{
	margin-top: 1rem !important;
}

.margin--top2{
	margin-top: 2rem !important;
}

.margin--top3{
	margin-top: 3rem !important;
}

.margin--top4{
	margin-top: 4rem !important;
}

.margin--top5{
	margin-top: 5rem !important;
}

@media(max-width: 1024px) and (min-width: 601px){
	.margin--tbTop0{
		margin-top: 0 !important;
	}

	.margin--tbTop1{
		margin-top: 1rem !important;
	}

	.margin--tbTop2{
		margin-top: 2rem !important;
	}

	.margin--tbTop3{
		margin-top: 3rem !important;
	}

	.margin--tbTop4{
		margin-top: 4rem !important;
	}

	.margin--tbTop5{
		margin-top: 5rem !important;
	}
}

@media(max-width: 600px){
	.margin--spTop0{
		margin-top: 0 !important;
	}

	.margin--spTop1{
		margin-top: 1rem !important;
	}

	.margin--spTop2{
		margin-top: 2rem !important;
	}

	.margin--spTop3{
		margin-top: 3rem !important;
	}

	.margin--spTop4{
		margin-top: 4rem !important;
	}

	.margin--spTop5{
		margin-top: 5rem !important;
	}
}

/*---------------------------------
	margin end
---------------------------------*/

/*---------------------------------
	commonList start
---------------------------------*/

.commonList{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0.5em;
	width: auto;
	margin: 0 auto;
	padding: 0;
	color: #303F50;
	list-style: none !important;
}

.commonList--center{
	width: max-content;
	max-width: 100%;
}

.commonListItem{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0 0.25em;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	color: inherit;
}

.commonListItem:before{
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	line-height: 1.5 !important;
}

.commonListInner{
	display: block;
	width: 100%;
	margin: 0 !important;
	line-height: 1.5 !important;
	color: inherit;
	font-weight: inherit !important;
}

@media(min-width: 961px){
	.commonList--col2{
		width: 100%;
		flex-direction: row;
		gap: 0.5em 2em;
	}
	.commonList--col2 > li{
		width: calc((100% - 2em) / 2);
	}
}

.commonList--space > .commonListItem:not(:first-of-type){
	margin-top: 1em;
}

.commonList--full > .commonListItem{
	width: 100%;
}

.commonList--dots > .commonListItem:before{
	content: "\30FB";
	display: block;
	color: #303F50;
	font-weight: bold;
}

.commonList--circle > .commonListItem:before{
	content: "\25CF";
	display: block;
	color: #303F50;
}

.commonList--mark > .commonListItem:before{
	content: "\203B";
	display: block;
}

.commonList--num{
	gap: 2em;
	counter-reset: listNum 0;
}

.commonList--num > .commonListItem{
	counter-increment: listNum 1;
}

.commonList--num > .commonListItem:before{
	content: counter(listNum)".";
	font-weight: bold;
	font-size: 18px;
}

.commonList--num .commonListItemTitle{
	font-weight: bold;
	font-size: 18px;
}

.commonList--redMark > .commonListItem:before{
	content: "info";
	color: #CC3333;
	font-family: 'LigatureSymbols' !important;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
	line-height: 1;
}

.commonList--texts .commonListTitle{
	display: block;
	width: auto;
	white-space: nowrap;
	text-align: left;
	margin: 0;
	flex-grow: 0;
	flex-shrink: 0;
	font-weight: bold;
}

.commonList--texts .commonListInner{
	display: block;
	width: auto;
	flex-grow: 1;
	flex-shrink: 1;
	text-align: left;
}

@media(max-width: 600px){
	.commonList--spGgap{
		gap: 1.5em;
	}
	.commonListItem--spColumn{
		flex-direction: column;
		gap: 0.25em;
	}
}

/*---------------------------------
	commonList end
---------------------------------*/

/*---------------------------------
	contenWrapper start
---------------------------------*/

.youtubeWrapper{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 2em 5em;
	width: 100%;
	margin: 0 auto;
}

.youtubeItem{
	width: 100%;
	max-width: 560px;
	position: relative;
	margin: 0;
	&:before{
		content: "";
		display: block;
		padding-top: calc(100% / 560 * 315);
	}
	& iframe{
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

.bannerWrapper{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 2em 5em;
	width: 100%;
	margin: 0 auto;
}

.bannerItem{
	width: max-content;
	max-width: 100%;
	margin: 0;
	background-color: #FFF;
	& img{
		display: block;
		width: max-content;
		max-width: 100%;
		margin: 0;
	}
}

/*---------------------------------
	contenWrapper end
---------------------------------*/

