@charset "UTF-8";

[class^="l__img"] img {
	max-width: 100%;
	width: 100%;
	margin-left: 55px;
}
/* ------ option ------ */
.l__cnt__item__txt > p.l__img1 {
	max-width: 278px;
}
.l__cnt__item__txt > p.l__img2 {
	max-width: 338px;
}
.l__cnt__item__txt > p.l__img3 {
	max-width: 344px;
}
/* ------ option ------ */
.l__cnt__item__txt > p.l__img__txt {
	font-size: 12px;
	color: #3b68af;
	font-weight: bold;
	margin-top: 25px;
}
/*================ 内部パーツ ================*/
.l__cnt__item__img > p {
	transform: translateX(20%);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	font-size: 12px;
	margin-top: 12px;
}
.l__cnt__item__img > p span {
	display: inline-block;
	width: 73px;
	display: block;
	margin-right: 10px;
}
.l__cnt__item__img > p span img {
	max-width: 100%;
}
@media screen and (min-width: 1200px) {
	.l__cnt__item__img > p {
		transform: translateX(30%);
	}
}
@media screen and (max-width: 767px) {
	/*================ SP ================*/
	.l__cnt__item__img > p {
		transform: translateY(32px);
	}
	.l__cnt__item__txt > p.l__img1 {
		margin: 0 auto;
	}
	[class^="l__img"] img {
		margin-left: auto;
	}
}
