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

@import url("main.css");

/*---------------------------------------------------- */
/* history */
/*---------------------------------------------------- */
/* Waku */
.waku_history {
	margin: 0;
}

.haco_history {
	padding: 0;
	height: auto;
}

/* Table */
.haco_history table {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

.haco_history table th {
	margin: 0;
	height: auto;
	background-color: #f4f4f4;
}

.haco_history table td {
	margin: 0;
	height: auto;
	background-color: #ffffff;
}

.haco_history table th h5 {
	padding: 0;
	font-weight: 500;
	color: #383a3b;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

.haco_history table td p {
	padding: 0;
	font-weight: 400;
	color: #383a3b;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

.haco_history table td p .fas {
	color: #df0025;
}

.haco_history table td p a:hover {
	text-decoration: underline;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* history */
/*---------------------------------------------------- */
/* Waku */
.waku_history {
	padding: 10px 0;
}

.haco_history {
	margin: 0;
	width: 100%;
}

/* Table */
.haco_history table th {
	padding: 12px 0;
	width: 25%;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.haco_history table td {
	padding: 12px 0;
	width: 75%;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.haco_history table th h5 {
	margin: 0 15px 0 15px;
	font-size: 14px;
}

.haco_history table td p {
	margin: 0 15px 0 15px;
	font-size: 14px;
}

.haco_history table td p .fas {
	font-size: 15px;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 569px) {
/*---------------------------------------------------- */
/* history */
/*---------------------------------------------------- */
/* Waku */
.waku_history {
	padding: 10px 0;
}

.haco_history {
	margin: 0 auto;
	width: 94%;
}

/* Table */
.haco_history table th {
	padding: 10px 0;
	width: 25%;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.haco_history table td {
	padding: 10px 0;
	width: 75%;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.haco_history table th h5 {
	margin: 0 12px 0 12px;
	font-size: 14px;
}

.haco_history table td p {
	margin: 0 12px 0 12px;
	font-size: 14px;
}

.haco_history table td p .fas {
	font-size: 15px;
}


}


/* SP */
@media all and (max-width: 568px) {
/*---------------------------------------------------- */
/* history */
/*---------------------------------------------------- */
/* Waku */
.waku_history {
	padding: 0;
}

.haco_history {
	margin: 0 auto;
	width: 94%;
}

/* Table */
.haco_history table th {
	padding: 8px 0;
	margin: 5px 0 10px 0;
	width: 100%;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	display: block;
}

.haco_history table td {
	padding: 0;
	margin: 0 0 15px 0;
	width: 100%;
	border: none;
	display: block;
}

.haco_history table th h5 {
	margin: 0 10px 0 10px;
	font-size: 14px;
}

.haco_history table td p {
	margin: 0 10px 0 10px;
	font-size: 14px;
}

.haco_history table td p .fas {
	font-size: 15px;
}


}