@charset "UTF-8";
/* Company [top] */

@import url("main.css");

/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Waku */
/*---------------------------------------------------- */
.waku_company {
	padding: 20px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*---------------------------------------------------- */
/* Summary */
/*---------------------------------------------------- */
.haco_summary {
	padding: 0 0 16px 0;
	margin: 0 auto;
	width: 98%;
	height: auto;
}

.haco_summary table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

.haco_summary table th {
	padding: 10px 0;
	margin: 0;
	width: 25%;
	height: auto;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background-color: #f4f4f4;
}

.haco_summary table td {
	padding: 10px 0;
	margin: 0;
	width: 75%;
	height: auto;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color: #ffffff;
}

.haco_summary table th h5 {
	padding: 0;
	margin: 0 15px 0 15px;
	font-size: 110%;
	font-weight: 500;
	color: #3a3b3c;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}

.haco_summary table td p {
	padding: 0;
	margin: 0 15px 0 15px;
	font-size: 110%;
	font-weight: 400;
	color: #3a3b3c;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

.haco_summary table td p a {
	color: #3a3b3c;
	text-decoration: none;
}

.haco_summary table td p a:hover {
	color: #027bd0;
	text-decoration: underline;
}

.haco_summary table td p .fa {
	color: #005aaa;
	font-size: 100%;
}



}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Waku */
/*---------------------------------------------------- */
.waku_company {
	padding: 18px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*---------------------------------------------------- */
/* Summary */
/*---------------------------------------------------- */
.haco_summary {
	padding: 0 0 12px 0;
	margin: 0 auto;
	width: 98%;
	height: auto;
}

.haco_summary table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

.haco_summary table th {
	padding: 8px 0;
	margin: 0;
	width: 25%;
	height: auto;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background-color: #f4f4f4;
}

.haco_summary table td {
	padding: 8px 0;
	margin: 0;
	width: 75%;
	height: auto;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color: #ffffff;
}

.haco_summary table th h5 {
	padding: 0;
	margin: 0 12px 0 12px;
	font-size: 105%;
	font-weight: 500;
	color: #3a3b3c;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}

.haco_summary table td p {
	padding: 0;
	margin: 0 12px 0 12px;
	font-size: 105%;
	font-weight: 400;
	color: #3a3b3c;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

.haco_summary table td p a {
	color: #3a3b3c;
	text-decoration: none;
}

.haco_summary table td p a:hover {
	color: #027bd0;
	text-decoration: underline;
}

.haco_summary table td p .fa {
	color: #005aaa;
	font-size: 100%;
}


}


/* SP */
@media all and (max-width: 599px) {
/*---------------------------------------------------- */
/* Waku */
/*---------------------------------------------------- */
.waku_company {
	padding: 15px 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*---------------------------------------------------- */
/* Summary */
/*---------------------------------------------------- */
.haco_summary {
	padding: 0 0 8px 0;
	margin: 0 auto;
	width: 96%;
	height: auto;
}

.haco_summary table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

.haco_summary table th {
	padding: 6px 0;
	margin: 0;
	width: 25%;
	height: auto;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background-color: #f4f4f4;
}

.haco_summary table td {
	padding: 6px 0;
	margin: 0;
	width: 75%;
	height: auto;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color: #ffffff;
}

.haco_summary table th h5 {
	padding: 0;
	margin: 0 10px 0 10px;
	font-size: 100%;
	font-weight: 500;
	color: #3a3b3c;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}

.haco_summary table td p {
	padding: 0;
	margin: 0 10px 0 10px;
	font-size: 100%;
	font-weight: 400;
	color: #3a3b3c;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

.haco_summary table td p a {
	color: #3a3b3c;
	text-decoration: none;
}

.haco_summary table td p a:hover {
	color: #027bd0;
	text-decoration: underline;
}

.haco_summary table td p .fa {
	color: #005aaa;
	font-size: 100%;
}


}
