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

@import url("main.css");

/*---------------------------------------------------- */
/* History */
/*---------------------------------------------------- */
/* Table */
.haco_history {
	margin: 0 auto;
	height: auto;
}

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

.haco_history table tr {
	border-bottom: solid 1px #dcdcdc;
}

.haco_history table tr:nth-child(even) {
	background-color: #fafafa;
}

.haco_history table tr:last-child {
	border-bottom: none;
}

.haco_history table th {
	margin: 0;
	height: auto;
	vertical-align: top;
}

.haco_history table td {
	margin: 0;
	height: auto;
	vertical-align: top;
}

.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;
}

/*---------------------------------------------------- */
/* Summary */
/*---------------------------------------------------- */
/* Table */
.haco_summary {
	margin: 0 auto;
	height: auto;
}

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

.haco_summary table tr {
	border-bottom: solid 1px #dcdcdc;
}

.haco_summary table tr:nth-child(even) {
	background-color: #fafafa;
}

.haco_summary table tr:last-child {
	border-bottom: none;
}

.haco_summary table th {
	margin: 0;
	height: auto;
	vertical-align: top;
}

.haco_summary table td {
	margin: 0;
	height: auto;
	vertical-align: top;
}

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

.haco_summary table th h5:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #3eb134;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-right: .5em;
}

.haco_summary table td .waku_btn {
	padding: 0;
}

.haco_summary table td .waku_btn .btn_links a {
	margin: 0;
	background-color: #33ad00;
	border-radius: 4px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1.0;
}

.haco_summary table td .waku_btn .btn_links a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	color: #fff;
	text-decoration: none;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* History */
/*---------------------------------------------------- */
/* Table */
.haco_history {
	padding: 0 0 10px 0;
	width: 100%;
}

.haco_history table th {
	padding: 12px 0;
	width: 21%;
}

.haco_history table td {
	padding: 12px 0;
	width: 79%;
}

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

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

.haco_history table td p .fas {
	font-size: 16px;
}
	
/*---------------------------------------------------- */
/* Summary */
/*---------------------------------------------------- */
/* Table */
.haco_summary {
	padding: 0 0 10px 0;
	width: 100%;
}

.haco_summary table th {
	padding: 12px 0;
	width: 82%;
}

.haco_summary table td {
	padding: 12px 0;
	width: 18%;
}

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

.haco_summary table td .waku_btn {
	margin: 0 15px 0 15px;
	overflow: hidden;
}

.haco_summary table td .waku_btn .btn_links a {
	padding: 8px 16px;
	font-size: 14px;
	float: left;
}

.haco_summary table td .waku_btn .btn_links .fas {
	font-size: 15px;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 569px) {
/*---------------------------------------------------- */
/* History */
/*---------------------------------------------------- */
/* Table */
.haco_history {
	padding: 0 0 10px 0;
	width: 100%;
}

.haco_history table th {
	padding: 10px 0;
	width: 21%;
}

.haco_history table td {
	padding: 10px 0;
	width: 79%;
}

.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;
}

/*---------------------------------------------------- */
/* Summary */
/*---------------------------------------------------- */
/* Table */
.haco_summary {
	padding: 0 0 10px 0;
	width: 100%;
}

.haco_summary table th {
	padding: 10px 0;
	width: 78%;
}

.haco_summary table td {
	padding: 10px 0;
	width: 22%;
}

.haco_summary table th h5 {
	margin: 0 12px 0 12px;
	font-size: 15px;
}

.haco_summary table td .waku_btn {
	margin: 0 12px 0 12px;
	overflow: hidden;
}

.haco_summary table td .waku_btn .btn_links a {
	padding: 7px 14px;
	font-size: 14px;
	float: left;
}

.haco_summary table td .waku_btn .btn_links .fas {
	font-size: 15px;
}



}


/* SP */
@media all and (max-width: 568px) {
/*---------------------------------------------------- */
/* History */
/*---------------------------------------------------- */
/* Table */
.haco_history {
	padding: 0 0 10px 0;
	width: 100%;
}

.haco_history table th {
	padding: 8px 0 0 0;
	width: 100%;
	display: block;
}

.haco_history table td {
	padding: 4px 0 8px 0;
	width: 100%;
	display: block;
}

.haco_history table th h5:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #3eb134;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-right: .5em;
}

.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;
}

/*---------------------------------------------------- */
/* Summary */
/*---------------------------------------------------- */
/* Table */
.haco_summary {
	padding: 0 0 10px 0;
	width: 100%;
}

.haco_summary table th {
	padding: 8px 0 0 0;
	width: 100%;
	display: block;
}

.haco_summary table td {
	padding: 4px 0 8px 0;
	width: 100%;
	display: block;
}

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

.haco_summary table td .waku_btn {
	margin: 0 10px 0 10px;
	overflow: hidden;
}

.haco_summary table td .waku_btn .btn_links a {
	padding: 7px 14px;
	font-size: 14px;
	float: right;
}

.haco_summary table td .waku_btn .btn_links .fas {
	font-size: 15px;
}



}