@charset "utf-8";

.lcl-txt--red {
	color: #e60012;
}

.bnr-area {
	border-top: none;
}

/*------------------------------------------------
Overwrite
------------------------------------------------*/

.p-hero__bg{
	background-image: url(/sp/foreign/abroad/sekahaji/full_support/img/bg_main.jpg);
}
.bnr-area {
	border: none;
}
/*------------------------------------------------
lcl-full-support
-------------------------------------------------*/
#support {
	padding-bottom: 100px;
}

.lcl-support__txt-wrp {
	margin-top: 30px;
}
.lcl-support__txt {
	width: 100%;
	line-height: 2;
	margin-top: 10px;
	text-align: justify;
}

.lcl-full-support {
	position: relative;
	width: 590px;
	height: 220px;
	margin: 40px auto 0;
	padding-top: 50px;
	background: url(/sp/foreign/abroad/sekahaji/full_support/img/full/bg_01.png) center / cover no-repeat;
}

.lcl-full-support__logo {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 50px;
	text-align: center;
}

.lcl-full-support__ttl {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}

.lcl-full-support__list {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
	width: 100%;
	margin-top: 15px;
}

.lcl-full-support__item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: url(/sp/foreign/abroad/sekahaji/full_support/img/full/bg_02.png) center / cover no-repeat;
}

.lcl-full-support__item:not(:first-child) {
	margin-left: 10px;
}
.lcl-full-support__item:not(:first-child)::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -18px;
	width: 28px;
	height: 28px;
	margin: auto;
	background: url(/sp/foreign/abroad/sekahaji/full_support/img/full/img_01.png) center / cover no-repeat;
}

.lcl-full-support__txt {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.lcl-full-support__small {
	display: block;
	font-size: 12px;
}

/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px){

	.l-lead__txt,
	.lcl-full-support {
		width: 100%;
		margin: 0 auto 0;
	}
	/*------------------------------------------------
	lcl-support
	-------------------------------------------------*/
	#support {
		padding-bottom: 0;
	}

	/*------------------------------------------------
	lcl-full-support
	-------------------------------------------------*/
	.lcl-full-support {
		width: 100%;
		height: 108px;
		margin: 25px auto 0;
		padding-top: 25px;
	}
	.lcl-support__txt-wrp {
		margin-top: 30px;
	}
	.lcl-support__txt {
		width: 100%;
		line-height: 1.7;
		margin-top: 10px;
		text-align: justify;
	}
	.lcl-full-support__logo {
		top: -15px;
		font-size: 25px;
	}

	.lcl-full-support__ttl {
		font-size: 10px;
	}

	.lcl-full-support__list {
		margin-top: 6px;
	}

	.lcl-full-support__item {
		width: 55px;
		height: 55px;
	}

	.lcl-full-support__item:not(:first-child) {
		margin-left: 6px;
	}
	.lcl-full-support__item:not(:first-child)::before {
		left: -10px;
		width: 14px;
		height: 14px;
	}

	.lcl-full-support__txt {
		font-size: 10px;
	}
	.lcl-full-support__small {
		font-size: 10px;
		transform: scale(0.9);
	}
}