@charset "UTF-8";
/* css Legal [top] */

@import url("../content.css");
@import url("../list-style.css");
@import url("main.css");

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.textbox p em {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-size: 110%;
	font-weight: 800;
	font-style: normal;
}

/*---------------------------------------------------- */
/* Summary */
/*---------------------------------------------------- */
.haco_summary {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.haco_summary table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

.haco_summary table tr:nth-child(2n) {
	background-color: #f9fbfc;
}

.haco_summary table th {
	margin: 0;
	height: auto;
	vertical-align: top;
	border-bottom: solid 1px #dcdcdc;
}

.haco_summary table td {
	margin: 0;
	height: auto;
	vertical-align: top;
	border-bottom: solid 1px #dcdcdc;
}

.haco_summary table th h4 {
	padding: 0;
	font-weight: 600;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

.haco_summary table th h4:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #1d9ad1;
	display: inline-block;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	margin-right: .5em;
}

.haco_summary table td p {
	padding: 0;
	font-weight: 500;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

.haco_summary table td p a {
	font-weight: 600;
	text-decoration: underline;
}

.haco_summary table td p a:hover {
	text-decoration: underline;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Summary */
/*---------------------------------------------------- */
.haco_summary {
	width: 98%;
}

.haco_summary table th {
	padding: 12px 0;
	width: 30%;
}

.haco_summary table td {
	padding: 12px 0;
	width: 70%;
}

.haco_summary table th h4 {
	margin: 0 16px 0 16px;
	font-size: 1.125em;/* 18px */
}

.haco_summary table td p {
	margin: 0 16px 0 16px;
	font-size: 1.125em;/* 18px */
}



}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 650px) {
/*---------------------------------------------------- */
/* Summary */
/*---------------------------------------------------- */
.haco_summary {
	width: 97%;
}

.haco_summary table th {
	padding: 10px 0;
	width: 35%;
}

.haco_summary table td {
	padding: 10px 0;
	width: 60%;
}

.haco_summary table th h4 {
	margin: 0 14px 0 14px;
	font-size: 1em;/* 16px */
}

.haco_summary table td p {
	margin: 0 14px 0 14px;
	font-size: 1em;/* 16px */
}



}


/* SP */
@media only screen and (max-width: 649px) {
/*---------------------------------------------------- */
/* Summary */
/*---------------------------------------------------- */
.haco_summary {
	padding-top: 5px;
	width: 96%;
}

.haco_summary table {
	border-top: solid 1px #dcdcdc;
}

.haco_summary table th {
	padding: 10px 0 5px 0;
	width: 100%;
	display: block;
	border-bottom: none;
}

.haco_summary table td {
	padding: 0 0 10px 0;
	width: 100%;
	display: block;
}

.haco_summary table th h4 {
	margin: 0 14px 0 14px;
	font-size: 1em;/* 16px */
	font-weight: 600;
	line-height: 1.0;
}

.haco_summary table td p {
	margin: 0 14px 0 14px;
	font-size: 0.9375em;/* 15px */
}



}