@charset "UTF-8";



#character { width: 100%; min-height: 120px; margin: auto;  }

.charaBlock {
	width: 820px;
	margin: auto;
	text-align: center;
	
	/*background: rgba(255,214,103,0.50);*/
	/*border: 4px solid #ffd299;*/
   /*-webkit-border-radius: 20px;*/
   /*border-radius: 20px;*/
   /*outline:2px solid blue;*/
   overflow: hidden;
}


.chrTtl {
	position: relative;
	/*top: -4px; left: -4px;*/

	display: block;
	width: 420px;
	height: 40px;
	padding: 35px 10px 0 10px;
	background: rgba(255,255,255,1.00);
	overflow: hidden;
	border: 10px solid #ffd299;
   /*
   -webkit-border-radius: 20px 0 20px 0;
   border-radius: 20px 0 20px 0;
   */
    -webkit-border-radius: 20px 20px 20px 20px;
   border-radius: 20px 20px 20px 20px;
}


h4 {
	display: inline-block;
	font-family: 'Poppins','Noto Sans Japanese', sans-serif;
	color: #e95193;
	font-size: 40px;
	line-height: 0;
	vertical-align: middle;
}

h4 span { font-size: 26px; vertical-align: middle; }

.chrRead {
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #e46e06;
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
}

.chrLeft { float:left; width: 410px; margin: 20px 0 0 30px; z-index: 10; }
.chrRight { float: left; width: 350px; margin: 0; position: relative; top: -50px; left: -20px; z-index: 20; }

