@charset "utf-8";
aside .notice {
	display: block;
	text-align: left;
	margin-bottom: 30px;
	background-color: #FFF;
	color: #F69;
	border: 2px solid #F69;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	width: 147px;
}
@media screen and (min-width: 560px) and (max-width: 734px) {
aside h4 .for-pc.ebook {
	display: none !important;
}
}
aside h3 {
	width: 85%;
	margin-left: 5px;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #5F9EA0;
	border-radius: 5px;
}
@media screen and (min-width: 561px) {
	aside h3 {
	max-width: 170px;		
	}
}
@media screen and (max-width: 560px){
	aside h3 {
		width: 100% !important;
	}
}

aside h4 {
	text-align: left;
	color: #F69;
	margin-left: 5px;
	margin-bottom: -10px;
}
aside p {
/*	font-size: 1.19rem;    200717  coment out */
	margin-left: 5px;
}



/*  200717 add */
main #intoro .p-intoro-ebook {
	font-size: 1.5rem;
}
.t-crimson{
	font-size: 1.75rem;
	color: #c1272d;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}
@media screen and (max-width: 560px){
	
	aside h4 {
		font-size: 1.6rem !important;
	}
}
