@charset "UTF-8";
/* css Legal [top] */

@import url("main.css");
@import url("../content.css");

/*---------------------------------------------------- */
/* Sitemap */
/*---------------------------------------------------- */
/*== Table ==*/
.haco_sitemap {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.haco_sitemap table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
	border-top: solid 1px #d5d9dc;
}
.haco_sitemap table tr:nth-child(2n-1) {
	background-color: #f9fbfc;
}
.haco_sitemap table th {
	margin: 0;
	height: auto;
	vertical-align: top;
	border-bottom: solid 1px #d5d9dc;
}
.haco_sitemap table td {
	margin: 0;
	height: auto;
	vertical-align: top;
	border-bottom: solid 1px #d5d9dc;
}

.haco_sitemap table th h3 {
	padding: 0;
	font-weight: 500;
	color: #2d2e2f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}
.haco_sitemap table th h3:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #f46ea9;
	display: inline-block;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	margin-right: .5em;
}

.haco_sitemap table td p {
	padding: 0;
	color: #3d3e3f;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}
.haco_sitemap table td p a {
	font-weight: 600;
	text-decoration: underline;
}
.haco_sitemap table td p a:hover {
	font-weight: 600;
	text-decoration: underline;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Sitemap */
/*---------------------------------------------------- */
/*== Table ==*/
.haco_sitemap {
	padding-bottom: 35px;
	width: 98%;
}
.haco_sitemap table th {
	padding: 20px 0;
	width: 45%;
}
.haco_sitemap table td {
	padding: 20px 0;
	width: 55%;
}

.haco_sitemap table th h3 {
	margin: 0 30px 0 30px;
	font-size: 18px;
	line-height: 1.8;
}
.haco_sitemap table td p {
	margin: 0 30px 0 30px;
	font-size: 18px;
	line-height: 1.8;
}


}


/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Sitemap */
/*---------------------------------------------------- */
/*== Table ==*/
.haco_sitemap {
	padding-bottom: 25px;
	width: 98%;
}
.haco_sitemap table th {
	padding: 18px 0;
	width: 40%;
}
.haco_sitemap table td {
	padding: 18px 0;
	width: 60%;
}

.haco_sitemap table th h3 {
	margin: 0 25px 0 25px;
	font-size: 16px;
	line-height: 1.7;
}
.haco_history table th h3:before {
	width: 11px;
	height: 11px;
	margin-right: .4em;
}
.haco_sitemap table td p {
	margin: 0 25px 0 25px;
	font-size: 16px;
	line-height: 1.7;
}


}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Sitemap */
/*---------------------------------------------------- */
/*== Table ==*/
.haco_sitemap {
	padding-bottom: 15px;
	width: 98%;
}
.haco_sitemap table tr {
	border-bottom: solid 1px #d5d9dc;
}
.haco_sitemap table th {
	padding: 15px 0 6px 0;
	width: 100%;
	display: block;
	border-bottom: none;
}
.haco_sitemap table td {
	padding: 0 0 15px 0;
	width: 100%;
	display: block;
	border-bottom: none;
}

.haco_sitemap table th h3 {
	margin: 0 20px 0 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.0;
}
.haco_sitemap table th h3:before {
	width: 10px;
	height: 10px;
	margin-right: .3em;
}
.haco_sitemap table td p {
	margin: 0 20px 0 20px;
	font-size: 14px;
}


}