



.character-block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.character-block > li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.character-block > li.choko {
padding-bottom: 1%;
}
.character-block .graphic-img {
width: 85%;
margin: 0px auto -2%;
}
.character-block .chokoro .graphic-img {
margin: 0px auto -1.5%;
}
/*
		<div class="contents-lead-txt resmab30 animation">
		<h2 class="character-name resmab10 animation">ちょころ</h2>
		<p>ちょこ助の妹。<br>
		のんびり屋さんで、<br>
		ちょこっと泣き虫な甘えん坊。<br>
		最近自転車に乗れるようになったので<br>
		外に出たがるが、<br class="sp-br">まだまだ危なっかしくて<br>
		お兄ちゃん(ちょこ助)は<br>
*/
.character-name {
color: rgba(255,255,255,1.00);
padding: 0.2em 0px 0.4em;
text-align: center;
letter-spacing: 0.02em;
font-size: calc(100vw / 13);
font-weight: bold;
}
.contents-lead-txt {
color: rgba(255,255,255,1.00);
border-radius: 10px;
background-color: rgba(55,190,240,1.00);
padding: 15px 0px;
text-align: center;
}
.character-block .contents-lead-txt {
color: rgba(255,255,255,1.00);
border-radius: 10px;
background-color: rgba(55,190,240,1.00);
padding: 15px 0px;
text-align: center;
}
.character-block .chokoro .contents-lead-txt {
background-color: rgba(237,82,129,1.00);
}
.profile {
border: 3px solid rgba(55,190,240,1.00);
padding: 15px;
border-radius: 10px;
}
.chokoro .profile {
border: 3px solid rgba(237,82,129,1.00);
}

.default-table {
border-left: 1px solid rgba(55,190,240,1.00);
border-top: 1px solid rgba(55,190,240,1.00);
color: rgba(0,153,204,1.00);
}
.default-table th,
.default-table td {
border-right: 1px solid rgba(55,190,240,1.00);
border-bottom: 1px solid rgba(55,190,240,1.00);
}
.default-table th {
background-color: rgba(219,243,252,1.00);
}
.chokoro .default-table {
border-left: 1px solid rgba(237,82,129,1.00);
border-top: 1px solid rgba(237,82,129,1.00);
color: rgba(230,55,108,1.00);
}
.chokoro .default-table th,
.chokoro .default-table td {
border-right: 1px solid rgba(237,82,129,1.00);
border-bottom: 1px solid rgba(237,82,129,1.00);
}
.chokoro .default-table th {
background-color: rgba(253,239,245,1.00);
}

.profile h3 {
font-size: calc(100vw / 19);
line-height: 1.4em;
color: rgba(0,153,204,1.00);
font-weight: bold;
text-align: center;
padding: 0px 0px 1em;
}
.chokoro .profile h3 {
color: rgba(230,55,108,1.00);
}


@media print, screen and (min-width: 375px) {
.character-name {
font-size: 30px;
}
.profile h3 {
font-size: 20px;
line-height: 1.4em;
}

}


@media print, screen and (min-width: 768px) {
.character-name {
font-size: 40px;
}
.profile h3 {
font-size: 24px;
line-height: 1.4em;
}
.default-table th,
.default-table td {
padding: 0.8em 0.7em;
}
.default-table th {
white-space: nowrap;
}

}


@media print, screen and (min-width: 1024px) {

.character-block {
}
.character-block > li {
	-ms-flex-preferred-size: calc(50% - 20px);
	flex-basis: calc(50% - 20px);
}
.character-block > li.choko {
padding-bottom: 0px;
}
.character-block .contents-lead-txt {
padding: 20px 0px;
}
.profile {
padding: 25px;
}

.profile h3 {
font-size: 27px;
line-height: 1.4em;
}

}


@media print, screen and (min-width: 1200px) {
.character-name {
font-size: 48px;
}
.character-block > li {
	-ms-flex-preferred-size: calc(50% - 25px);
	flex-basis: calc(50% - 25px);
}
.character-block .contents-lead-txt {
padding: 25px 0px;
}
.profile {
border: 4px solid rgba(55,190,240,1.00);
}
.chokoro .profile {
border: 4px solid rgba(237,82,129,1.00);
}

.profile {
padding: 30px;
}

.profile h3 {
font-size: 27px;
line-height: 1.4em;
}

}

@media print, screen and (min-width: 1400px) {

}












