@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : company_profile.css
 author     : Ability Consultant
 style info : 会社概要
=================================================================== */
.con_business, .con_profile, .con_history {
	max-width: 1140px;
	margin: auto;
}

@media only screen and (max-width: 1140px) {
	.con_business, .con_profile, .con_history {
		width: 95%;
	}
}

@media print {
	.con_business, .con_profile, .con_history {
		width: 95%;
	}
}

.ie8 .con_business, .ie8 .con_profile, .ie8 .con_history {
	width: 95%;
}

.con_business:after, .con_business .bus_top:after, .con_business .box_bus02:after, .con_profile:after, .con_history:after {
	content: "";
	display: table;
	clear: both;
}

#bg_page {
	background-image: url(../company/profile/images/bg_title-pc.jpg);
}

@media only screen and (max-width: 767px) {
	#bg_page {
		background-image: url(../company/profile/images/bg_title-sp.jpg);
	}
}

/* -----------------------------------------------------------
	.con_business
----------------------------------------------------------- */
.con_business {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_business {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_business {
		margin-bottom: 3em;
	}
}

.con_business .bus_top {
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_business .bus_top {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_business .bus_top {
		margin-bottom: 3em;
	}
}

.con_business .bus_top dl {
	display: table;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.con_business .bus_top dl {
		display: block;
	}
}

.con_business .bus_top dl dt, .con_business .bus_top dl dd {
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.con_business .bus_top dl dt, .con_business .bus_top dl dd {
		display: block;
	}
}

.con_business .bus_top dl dt {
	width: 40%;
}

@media only screen and (max-width: 767px) {
	.con_business .bus_top dl dt {
		width: 100%;
		margin-bottom: 1em;
	}
}

.con_business .bus_top dl dt img {
	width: 100%;
}

.con_business .bus_top dl dd {
	padding-left: 5%;
}

@media only screen and (max-width: 767px) {
	.con_business .bus_top dl dd {
		padding-left: 0;
	}
}

.con_business .bus_top dl dd .btn {
	margin-top: 25px;
	font-size: 89%;
}

@media only screen and (max-width: 767px) {
	.con_business .bus_top dl dd .btn {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_business .bus_top dl dd .btn a {
		display: block;
		min-width: 0;
	}
}

.con_business .box_bus02 {
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_business .box_bus02 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_business .box_bus02 {
		margin-bottom: 2em;
	}
}

.con_business .box_bus02 dl {
	float: left;
	width: 31%;
	margin: 0 3.5% 3% 0;
}

@media only screen and (min-width: 768px) {
	.con_business .box_bus02 dl:nth-of-type(3n) {
		margin-right: 0;
	}
}

@media print {
	.con_business .box_bus02 dl:nth-of-type(3n) {
		margin-right: 0;
	}
}

.ie8 .con_business .box_bus02 dl:nth-of-type(3n) {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.con_business .box_bus02 dl {
		width: 48.5%;
		margin: 0 3% 2em 0;
	}
	.con_business .box_bus02 dl:nth-of-type(even) {
		margin-right: 0;
	}
}

.con_business .box_bus02 dl dt {
	padding-bottom: 3%;
}

.con_business .box_bus02 dl dd .btn {
	margin-top: 5px;
	font-size: 89%;
}

@media only screen and (max-width: 767px) {
	.con_business .box_bus02 dl dd .btn {
		margin-top: 0.5em;
	}
}

.con_business .box_bus02 dl dd .btn:first-of-type {
	margin-top: 15px;
}

@media only screen and (max-width: 767px) {
	.con_business .box_bus02 dl dd .btn:first-of-type {
		margin-top: 1em;
	}
}

.con_business .box_bus02 dl dd .btn a {
	display: block;
	width: 100%;
	min-width: 0;
}

@media only screen and (max-width: 767px) {
	.con_business .box_bus02 dl dd .btn a {
		padding-right: 1.5em;
		padding-left: 0.5em;
	}
}

.con_business .box_bus_bottom .box_bus {
	float: left;
	margin-right: 3.5%;
	width: 31%;
}

@media only screen and (max-width: 767px) {
	.con_business .box_bus_bottom .box_bus {
		width: 100%;
		margin-bottom: 1.5em;
	}
}

.con_business .box_bus_bottom .box_bus img {
	width: 100%;
}

.con_business .box_bus_bottom .box_bus.last {
	margin-right: 0;
}

.con_business .box_bus_bottom dl dt {
	padding-bottom: 3%;
}

.con_business .box_bus_bottom dl dd .btn {
	margin-top: 15px;
	font-size: 89%;
}

@media only screen and (max-width: 767px) {
	.con_business .box_bus_bottom dl dd .btn {
		margin-top: 1em;
	}
}

.con_business .box_bus_bottom dl dd .btn a {
	display: block;
	width: 100%;
	min-width: 0;
}

/* -----------------------------------------------------------
	.con_profile
----------------------------------------------------------- */
.con_profile {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_profile {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_profile {
		margin-bottom: 40px;
	}
}

.con_profile .tbl_secondary_fix {
	width: 80%;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	.con_profile .tbl_secondary_fix {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_profile .tbl_secondary_fix th, .con_profile .tbl_secondary_fix td {
		padding: 0.5em 1em;
		font-size: 93%;
	}
}

.con_profile .tbl_secondary_fix .boldfont {
	font-weight: bold;
}

.con_profile .tbl_secondary_fix h4 {
	font-weight: bold;
	padding: 0.5em;
	font-size: 108%;
}

.con_profile .tbl_secondary_fix h4:before {
	content: "◆";
	display: inline;
	margin-right: 0.5em;
	color: #ccc;
}

@media only screen and (max-width: 767px) {
	.con_profile .tbl_secondary_fix h4:before {
		font-size: 87%;
	}
}

.con_profile .tbl_secondary_fix .box_td {
	padding-bottom: 0.8em;
}

.con_profile .tbl_secondary_fix .table_pro {
	display: block;
	padding-bottom: 10px;
	border-bottom: solid #ccc 1px;
}

.con_profile .tbl_secondary_fix .table_pro.last {
	border-bottom: none;
	padding-bottom: 0;
}

.con_profile .tbl_secondary_fix .table_pro td {
	border: none;
	padding: 0 0 0.5em 0;
}

@media only screen and (max-width: 767px) {
	.con_profile .tbl_secondary_fix .table_pro td {
		display: block;
	}
}

.con_profile .tbl_secondary_fix .table_pro .table_left {
	width: 180px;
}

/* -----------------------------------------------------------
	.con_history
----------------------------------------------------------- */
.con_history {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_history {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_history {
		margin-bottom: 40px;
	}
}

.con_history .tbl_secondary {
	width: 80%;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	.con_history .tbl_secondary {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.con_history .tbl_secondary tr {
		border-top: solid 1px #ccc;
	}
	.con_history .tbl_secondary tr.last {
		border-bottom: solid 1px #ccc;
	}
}

@media print {
	.con_history .tbl_secondary tr {
		border-top: solid 1px #ccc;
	}
	.con_history .tbl_secondary tr.last {
		border-bottom: solid 1px #ccc;
	}
}

.ie8 .con_history .tbl_secondary tr {
	border-top: solid 1px #ccc;
}

.ie8 .con_history .tbl_secondary tr.last {
	border-bottom: solid 1px #ccc;
}

@media only screen and (max-width: 767px) {
	.con_history .tbl_secondary tr th, .con_history .tbl_secondary tr td {
		padding: 0.5em 1em;
		font-size: 93%;
	}
}

@media only screen and (min-width: 768px) {
	.con_history .tbl_secondary tr td {
		border: none !important;
	}
}

@media print {
	.con_history .tbl_secondary tr td {
		border: none !important;
	}
}

.ie8 .con_history .tbl_secondary tr td {
	border: none !important;
}

@media only screen and (max-width: 767px) {
	.con_history .tbl_secondary tr td {
		display: table-cell;
	}
}

@media only screen and (min-width: 768px) {
	.con_history .tbl_secondary tr th {
		border: none !important;
	}
}

@media print {
	.con_history .tbl_secondary tr th {
		border: none !important;
	}
}

.ie8 .con_history .tbl_secondary tr th {
	border: none !important;
}

@media only screen and (max-width: 767px) {
	.con_history .tbl_secondary tr th {
		display: table-cell;
	}
}

/*# sourceMappingURL=../maps/company_profile.css.map */
