@charset "Shift_JIS";
h2 {
	font-size: 22px;
	font-weight: lighter;
	margin: 25px;
}
h3 {
	font-size: 36px;
	margin: 10px 0 5px 0;
	line-height: 30px;
	font-weight: lighter;
	font-family: 'Athiti', sans-serif;
	text-align: center;
}
/*　コンテンツ
------------------------------------------------------------*/
.brand {
	width: 50%;
	height: 450px;
	color: #000;
	float: left;
	line-height: 28px;
	margin-bottom: 25px;
	text-align: justify;
}
.brand p {
	margin: 0 15px;
	}
.brand2 {
	width: 100%;
	color: #000;
	clear: both;
	margin-bottom: 25px;
}
/* -------------------------------------------------------------------
*  Ipad
* ------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
.brand {
	width: 100%;
	height: auto;
	margin: 10px auto;
	float: none;
	text-align: justify;
}
}

/* -------------------------------------------------------------------
*  スマートフォン
* ------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
h2 {
	font-size: 16px;
	margin: 10px;
}
h3 {
	font-size: 18px;
	margin-bottom: 0;
}
/*　コンテンツ
------------------------------------------------------------*/
.brand {
	width: 90%;
	height: auto;
	margin: 10px auto;
	float: none;
	line-height: 22px;
	text-align: justify;
}
.brand2 {
	width: 90%;
	height: auto;
	margin: 10px auto;
	float: none;
}
}
