@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1000px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}

/***************************************************************************
bottom_summry_block
****************************************************************************/

#bottom_summry_block .ttl_wrap .txt {
	background-color: #FFA200;
	color: #FFFFFF;
	padding: 0.6em 1.5em 0.6em 1.5em;
	display: table;
	margin: 0px auto 0px auto;
}
#bottom_summry_block table {
	border-left: 7px solid;
}
#bottom_summry_block .branch_office {
	border-left-color: #75BC37;
}
#bottom_summry_block .head_office {
	border-left-color: #003B80;
}

@media only screen and (max-width: 767px) {
#bottom_summry_block .ttl_wrap .txt {
	font-size: 4.6vw;
	text-align: center;
	width: 100%;
}
#bottom_summry_block table {
	border-left-width: 1.3vw;
}
}