﻿@charset "utf-8";

/*--  manga --*/

/* ==========================
   マンガでみるお悩みケア
========================== */

.manga h2 {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#222;
	background:#eee;
	margin-bottom:20px;
}

@media screen and (min-width: 768px) {
	.manga h2 {
		font-size: 24px;
	}
}



.manga p{
	max-width:700px;
	font-size:12px;
	line-height:2;
	background:#fff;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
	text-align: left;
}
@media screen and (min-width: 768px) {
	.manga h2 {
		font-size: 24px;
	}
}




