@charset "utf-8";

/*
	common
-------------------------------------------------------------------- */

#contents section {
	display: block;
	padding: 60px 0;
}

#contents h2 {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight: bold;
	
	font-size: 15px;
	letter-spacing: 0.2em;
}

#under_main_title .img {
	background-image: url(../brand/images/main_01.jpg);
	background-position: center -120px;
	height: 180px;
}




/*
	contents 01
-------------------------------------------------------------------- */

#cont_01 li {
	width: 23%;
	float: left;
	margin: 0 2% 20px;
}

#cont_01 li img {
	border: 1px solid #CCC;
}

#cont_01 li .txt01 {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
	
	font-size: 15px;
	padding: 5px;
	margin-bottom: 10px;
}

#cont_01 li .txt01 span {
	font-size: 25px;
}

#cont_01 li .txt02 {
	font-size: 11px;
	margin-top: 10px;
}





/* tablet */
@media screen and (max-width: 768px){

/*
	common
-------------------------------------------------------------------- */

#contents section {
	padding: 30px 0;
}

#under_main_title .img {
	background-position: center bottom;
	height: 150px;
}




/*
	contents 01
-------------------------------------------------------------------- */

#cont_01 li {
	width: 29.333%;
	float: left;
	margin: 0 2% 20px;
}

#cont_01 li .txt01 {
	font-size: 15px;
	padding: 5px;
	margin-bottom: 10px;
}

#cont_01 li .txt01 span {
	font-size: 22px;
}

#cont_01 li .txt02 {
	font-size: 11px;
	margin-top: 10px;
}

}





/* SP */
@media screen and (max-width:640px){

/*
	common
-------------------------------------------------------------------- */

#contents section {
	padding: 20px 0;
}




/*
	contents 01
-------------------------------------------------------------------- */

#cont_01 li {
	width: 48%;
	float: left;
	margin: 0 1% 20px;
}

#cont_01 li .txt01 {
	font-size: 13px;
	padding: 3px;
	margin-bottom: 6px;
}

#cont_01 li .txt02 {
	font-size: 10px;
	margin-top: 6px;
	line-height: 120%;
}

}








