@charset "utf-8";

/* block */
.ThreeImgBlock {
	--column-gap-horz: 4%;
	--column-gap-vert: 4%;
}

/* images */
.ThreeImgBlock.ImgSizeSm .ImgFrame {
	aspect-ratio: 340 / 340;
    max-width: 340px;
	border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
}
.ThreeImgBlock.ImgSizeLg .ImgFrame {
	aspect-ratio: 570 / 630;
	margin-bottom: 20px;
}

/* text */
.ThreeImgBlock .TxtFrame {
	max-width: 450px;
	margin: 0 auto;
}
.ThreeImgBlock .TxtFrame .StarSVG {
	display: inline-block;
}
.ThreeImgBlock .TxtFrame h2 {
	margin-bottom: 0.25em;
}
