/*
	fu.css | http://rapo.starfree.jp/tools/fu/
	v1.1 | 20220207
	License: MD (Must Derivatives)
*/

:root {
	--fuBg: #f3f3f3;/* background-color */
	--fuTx: #333333;/* text-color */
	--fuNT: #333333;/* name-text-color */
}

/* - - - img and name link - - - */

.kao1::before {
	background-image: url(a.webp);
}
.kao1 > *::after {
	content: "らぽ";
}

/* - - - / img and name link - - - */

.fu, .uf {
	margin: 24px 0 44px;
}

.uf {
	display: flex;
	flex-direction: row-reverse;
}

.fu::before, .uf::before {
	content: "";
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	background-size: cover;
	width: 100px;
	height: 100px;
	border-radius: 50%;

}

.fu > *, .uf > * {
	display: inline-block;
	color: var(--fuTx);
	font-size: 30px;
	background-color: var(--fuBg);
	padding: 32px;
	margin: 0 0 0 30px;
	border-radius: 8px;
	position: relative;
	max-width: calc(100% - 200px);
	line-height: 1.5;
}

.uf > * {
	margin: 0 30px 0 0;
}

.fu > *::before, .uf > *::before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 39px;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
}

.fu > *::before {
	left: -15px;
	border-left: none;
	border-right: 16px solid var(--fuBg);
}

.uf > *::before {
	right: -15px;
	border-right: none;
	border-left: 16px solid var(--fuBg);
}

.fu > *::after, .uf > *::after {
	display: inline-block;
	width: 100px;
	position: absolute;
	top: 110px;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	color: var(--fuNT);
}

.fu > *::after {
	left: -135px;
}

.uf > *::after {
	right: -130px;
}

@media only screen and (max-width:1024px) {
	.fu::before, .uf::before {
		width: 75px;
		height: 75px;
	}

	.fu > *, .uf > * {
		font-size: 30px;
		padding: 24px;
		max-width: calc(100% - 159px);
		margin: 0 0 0 30px;
	}

	.uf > * {
		margin: 0 30px 0 0;
	}

	.fu > *::before, .uf > *::before {
		top: 29px;
	}

	.fu > *::after, .uf > *::after {
		top: 85px;
		width: 75px;
		font-size: 20px;
	}

	.fu > *::after {
		left: -111px;
	}

	.uf > *::after {
		right: -105px;
	}
}

@media only screen and (max-width:512px) {
	.fu::before, .uf::before  {
		width: 50px;
		height: 50px;
	}

	.fu > *, .uf > * {
		font-size: 25px;
		padding: 13px;
		max-width: calc(100% - 102px);
		margin: 0 0 0 20px;
	}

	.uf > * {
		margin: 0 20px 0 0;
	}

	.fu > *::before, .uf > *::before {
		top: 14px;
	}

	.fu > *::after, .uf > *::after {
		top: 60px;
		width: 50px;
		font-size: 20px;
	}

	.fu > *::after {
		left: -76px;
	}

	.uf > *::after {
		right: -69px;
	}
}