@charset "utf-8";

body{
	max-width: 55rem;
}

rt {
	font-size: 0.75rem;
}

main {
	width: 90%;
	max-width: 48rem;
	margin: 1rem auto;
}

p{
	margin-bottom: 1rem;
}

#kirub, #kettei, #rbotan {
	display: flex;
	align-items: center;
	min-height: 45px;
	padding: 0 1rem;
	margin: 0.5rem;
	border-radius: 4px;
}

#text {
	margin: 1rem 0.5rem;
}

#text span:first-of-type{
	display: block;
	font-size: var(--midlarge);
	margin-bottom: 1rem;
}

.cds img{
	display: block;
	width: 75vw;
	height: 75vw;
	max-width: 300px;
	max-height: 300px;
	margin: 1rem auto;
}

@media screen and (min-width: 768px) {

body{
	min-width: 768px;
}

.cds img{
	margin: 0.5rem;
}

}