@charset   "utf-8";

/* ===== 
	TOP
 ==================================== */

#sec-03 .bt04{
	max-width: 600px;
	font-size: 18px;
	font-size: 1.8rem;
}

.bt_contact{
	display: table;
	margin: 0 auto;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: left;
	background: #060;
}


.bt_contact .img{
	display: table-cell;
	width: 120px;
}

.bt_contact .txt{
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
}

/* ===== 
	common
 ==================================== */
.list03 li:before {
	color: #060;
}



@media screen and (min-width: 640px) {

/* ===== 
	TOP
 ==================================== */

.bt_contact{
	width: 100%;
	max-width: 600px;
}

.bt_contact .img{
	width: 30%;
}

.bt_contact .txt{
	display: table-cell;
	padding: 15px;
	text-align: center;
}

}


@media screen and (min-width: 1024px) {

/* ===== 
	TOP
 ==================================== */

}


@media screen and (min-width: 1280px) {

}
