@charset "UTF-8";
/* css Legal [top] */

@import url("../content.css");
@import url("main.css");

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.txt p em, .txt-t p em, .txt-b p em {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-size: 110%;
	font-weight: 800;
	font-style: normal;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_sitemap {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Table ==*/
.haco_sitemap table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
	background-color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	font-style: normal;
	font-weight: 500;
	transform: rotate(0.05deg);/* Webフォントをキレイ(滑らか)に表示する */
}
.haco_sitemap table th {
	margin: 0;
	height: auto;
	vertical-align: top;
	border: solid 1px #d6d6d6;
	background-color: #f1f1f1;
}
.haco_sitemap table td {
	margin: 0;
	height: auto;
	vertical-align: top;
	border: solid 1px #d6d6d6;
}

/*== P ==*/
.haco_sitemap table th h4 {
	padding: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	line-height: 1.0;
}
.haco_sitemap table td h5 {
	padding: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
	line-height: 1.3;
}
.haco_sitemap table td p {
	padding: 0;
	color: #3d3e3f;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	line-height: 1.3;
}
.haco_sitemap table td p a,
.haco_sitemap table td p a:hover {
	font-weight: 500;
	text-decoration: underline;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_sitemap {
	width: 98%;
}

/*== Table ==*/
.haco_sitemap table th, .haco_sitemap table td {
	padding: 12px 0;
}
.haco_sitemap table th.box-page01 {
	width: 26%;
}
.haco_sitemap table td.box-page21 {
	width: 26%;
	background-color: #f9fbfc;
}
.haco_sitemap table th.box-page02, .haco_sitemap table td.box-page22 {
	width: 74%;
}

/*== P ==*/
.haco_sitemap table th h4 {
	margin: 0 20px;
	font-size: 18px;
}
.haco_sitemap table td h5 {
	margin: 0 20px;
	font-size: 18px;
}
.haco_sitemap table td p {
	margin: 0 20px;
	font-size: 18px;
}



}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 650px) {
/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_sitemap {
	width: 98%;
}

/*== Table ==*/
.haco_sitemap table th, .haco_sitemap table td {
	padding: 10px 0;
}
.haco_sitemap table th.box-page01 {
	width: 30%;
}
.haco_sitemap table td.box-page21 {
	width: 30%;
	background-color: #f9fbfc;
}
.haco_sitemap table th.box-page02, .haco_sitemap table td.box-page22 {
	width: 70%;
}

/*== P ==*/
.haco_sitemap table th h4 {
	margin: 0 15px;
	font-size: 16px;
}
.haco_sitemap table td h5 {
	margin: 0 15px;
	font-size: 16px;
}
.haco_sitemap table td p {
	margin: 0 15px;
	font-size: 16px;
}


}


/* SP */
@media only screen and (max-width: 649px) {
/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_sitemap {
	width: 98%;
}

/*== Table ==*/
.haco_sitemap table th, .haco_sitemap table td {
	width: 100%;
	display: block;
}
.haco_sitemap table th {
	padding: 0;
	margin: 0;
	display: none;
}
.haco_sitemap table td.box-page21 {
	padding: 10px 0 4px 0;
	margin: 0;
	width: 100%;
	border: none;
}
.haco_sitemap table td.box-page22 {
	padding: 10px 0 10px 0;
	margin: 0 0 5px 0;
	width: 100%;
	vertical-align: top;
	border: solid 1px #d6d6d6;
	background-color: #f9fbfc;
}

/*== P ==*/
.haco_sitemap table td h5 {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	position: relative;
}
.haco_sitemap table td h5:before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #fe94c5;
	display: inline-block;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	left: 0;
	margin-right: .4em;
}
.haco_sitemap table td p {
	margin: 0 12px;
	font-size: 14px;
}


}