@charset "utf-8";

/* -----------------------------------------------------------------
 character
----------------------------------------------------------------- */
.character .col_item img {
	display:block;
	width:81px;
	margin:auto;
}
.character .col_item .box {
	margin-top:-3em;
	padding:4.5em 1.5em 2em;
	border-radius:2em;
	background:#ddd;
}
.character .col_item:nth-of-type(1) .box {
	background:#fbfad8;
}
.character .col_item:nth-of-type(2) .box {
	background:#eafaee;
}
.character .col_item:nth-of-type(3) .box {
	background:#fbf5f8;
}
.character .col_item .box .name {
	text-align:center;
	font-size:22.5px;
	font-size:1.61rem;
	color:#063e8d;
}
@media print, screen and (min-width: 1024px) {
.character .col_item img {
	width:100px;
}
.character .col_item .box {
	padding:4em 1.5em 2em;
}
.character .col_item .box .name {
	font-size:30px;
	font-size:1.88rem;
}
}
