@charset "utf-8";
/* CSS Document */

#taim_comm #brand {
	background: #f8efea;
	padding-bottom: 1.0em;
}

#taim_comm #brand img {
	width: 100%;
}

#taim_comm #brand h3 {
	font-weight: normal;
	font-size: 40px;
	color: #c98378;
	margin: 1.5em auto;
}

#taim_comm #brand .h4_ttl {
	position: relative;
}

#taim_comm #brand h4 {
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 0.1em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	color: #FFFFFF;
}

#taim_comm #brand .box {
	margin-bottom: 3.0em;
}

#taim_comm #brand .box p {
	margin: 1.5em auto;
	line-height: 1.8;
}

#taim_comm #brand .sp_ {
	display: none;
}


@media only screen and (max-width: 480px) {
	#taim_comm #brand h3 {
    font-size: 20px;
}
	#taim_comm #brand h4 {
    font-size: 20px;
}
	#taim_comm #brand .box p {
    text-align: left;
}
	#taim_comm #brand .pc_ {
	display: none;
}
	
	#taim_comm #brand .sp_ {
	display: block;
}
}