@charset "UTF-8";
/* css Legal [top] */

@import url("main.css");

/*---------------------------------------------------- */
/* Sitemap */
/*---------------------------------------------------- */
/*== Waku ==*/
.sitemap {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Table ==*/
.haco_sitemap {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.haco_sitemap table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}
.haco_sitemap table th {
	padding: 0;
	margin: 0;
	height: auto;
	vertical-align: top;
}
.haco_sitemap table td {
	padding: 0;
	margin: 0;
	height: auto;
	vertical-align: top;
}
.haco_sitemap table th h5 {
	padding: 0;
	margin: 0;
	color: #5d5e5f;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}
.haco_sitemap table td p {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}
.haco_sitemap table td p a {
	color: #6d6e6f;
	text-decoration: underline;
}
.haco_sitemap table td p a:hover {
	color: #2bacdf;
	text-decoration: underline;
}
.haco_sitemap table td p i {
	padding: 0;
	margin: 0;
	color: #2bacdf;
	font-size: 65%;
	font-weight: 900;
	display: inline-block;
	position: relative;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Sitemap */
/*---------------------------------------------------- */
/*== Waku ==*/
.sitemap {
	padding: 0;
	width: 98%;
}

/*== Table ==*/
.haco_sitemap {
	padding: 0;
	width: 100%;
}
.haco_sitemap table th {
	padding: 12px 0;
	width: 35%;
	border: solid 1px #c9c9c9;
	background-color: #e2f4fe;
}
.haco_sitemap table td {
	padding: 12px 0;
	width: 65%;
	border: solid 1px #c9c9c9;
	background-color: #fff;
}
.haco_sitemap table th h5 {
	margin: 0 18px 0 18px;
	font-size: 18px;
}
.haco_sitemap table td p {
	margin: 0 18px 0 18px;
	font-size: 18px;
}
.haco_sitemap table td p i {
	top: -2px;
	margin-right: 10px;
}


}


/* Tablet */
@media only screen and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Sitemap */
/*---------------------------------------------------- */
/*== Waku ==*/
.sitemap {
	padding: 0;
	width: 98%;
}

/*== Table ==*/
.haco_sitemap {
	padding: 0;
	width: 100%;
}
.haco_sitemap table th {
	padding: 10px 0;
	width: 40%;
	border: solid 1px #c9c9c9;
	background-color: #e2f4fe;
}
.haco_sitemap table td {
	padding: 10px 0;
	width: 60%;
	border: solid 1px #c9c9c9;
	background-color: #fff;
}
.haco_sitemap table th h5 {
	margin: 0 15px 0 15px;
	font-size: 16px;
}
.haco_sitemap table td p {
	margin: 0 15px 0 15px;
	font-size: 16px;
}
.haco_sitemap table td p i {
	top: -2px;
	margin-right: 8px;
}



}


/* SP */
@media only screen and (max-width: 599px)  {
/*---------------------------------------------------- */
/* Sitemap */
/*---------------------------------------------------- */
/*== Waku ==*/
.sitemap {
	padding: 0;
	width: 98%;
}

/*== Table ==*/
.haco_sitemap {
	padding: 0;
	width: 100%;
}
.haco_sitemap table tr {
	padding-bottom: 18px;
	width: 100%;
	display: block;
}
.haco_sitemap table tr:last-child {
	padding-bottom: 0;
	width: 100%;
	display: block;
}
.haco_sitemap table th {
	padding: 0 0 4px 0;
	width: 100%;
	display: block;
	border-bottom: double 3px #c9c9c9;
}
.haco_sitemap table td {
	padding: 12px 0;
	width: 100%;
	display: block;
	border: none;
	background-color: #e2f4fe;
}
.haco_sitemap table th h5 {
	margin: 0 12px 0 12px;
	padding-left: 16px;
	font-size: 15px;
	font-weight: 600;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.haco_sitemap table th h5:before {
	padding: 0;
	margin: 0;
	content: "\f0c8";
	font: 900 11px "Font Awesome 5 Free";
	color: #0e8bd2;
	position: absolute;
	top: 5px;
	left: 0;
}
.haco_sitemap table td p {
	margin: 0 16px 0 16px;
	font-size: 14px;
}
.haco_sitemap table td p i {
	top: -2px;
	margin-right: 6px;
}


}