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

@import url("main.css");

/*---------------------------------------------------- */
/* img */
/*---------------------------------------------------- */
.photo_project {
	margin: 0 auto;
	height: auto;
}

/*---------------------------------------------------- */
/* Listbox */
/*---------------------------------------------------- */
.listbox {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.listbox ol {
	padding: 0;
	margin: 0 auto;
}

.listbox ol li { 
	margin: 0;
	font-weight: normal;
	line-height: 1.6;
	text-align: left;
	text-decoration: none;
	list-style-type: decimal;
}

.listbox2 {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.listbox2 ul {
	padding: 0;
	margin: 0 auto;
}

.listbox2 ul li { 
	margin: 0;
	font-weight: normal;
	line-height: 1.6;
	text-align: left;
	text-decoration: none;
	list-style-type: disc;
}

/*---------------------------------------------------- */
/* Sitemap */
/*---------------------------------------------------- */
.haco_sitemap {
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.haco_sitemap dl {
	font-size: 15px;
	overflow: hidden;
	margin: 0 0 30px;
	padding: 0;
}

.haco_sitemap dl dt {
	width: 35%;
	margin: 0;
	padding: 1.2em 2.5% 1em;
	position: absolute;
	left: 0;
	line-height: 1.5;
}

.haco_sitemap dl dt:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #095eb5;
	display: inline-block;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	margin-right: .5em;
}

.haco_sitemap dl dd {
	margin: 0;
	padding: 1.2em 1.5% 1em 37%;
	border-bottom: 1px solid #dce0e3;
	line-height: 1.5;
}

.haco_sitemap dl dd:nth-of-type(2n) {
	background-color: #fafbfc;
}

.haco_sitemap dl span {
	display: inline-block;
	padding-left: 1em;
}

.haco_sitemap dl dd .fas {
	color: #a3a3a3;
}


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

/*---------------------------------------------------- */
/* Listbox */
/*---------------------------------------------------- */
.listbox {
	padding: 0 0 10px 0;
}

.listbox ol {
	width: 96%;
}

.listbox ol li { 
	padding: 5px 0 10px 0;
	font-size: 15px;
}

.listbox2 {
	padding: 10px 0 0 0;
}

.listbox2 ul {
	width: 96%;
}

.listbox2 ul li { 
	padding: 5px 0 10px 0;
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Sitemap */
/*---------------------------------------------------- */
.haco_sitemap {
	padding: 10px 0 0 0;
	width: 98%;
}

}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 701px) {
/*---------------------------------------------------- */
/* Listbox */
/*---------------------------------------------------- */
.listbox {
	padding: 0 0 10px 0;
	margin: 0 0 0 2%;
	width: 98%;
}

.listbox ol {
	width: 98%;
}

.listbox ol li { 
	padding: 5px 0 10px 0;
	font-size: 14px;
}

.listbox2 {
	padding: 10px 0 0 0;
	margin: 0 0 0 2%;
	width: 98%;
}

.listbox2 ul {
	width: 98%;
}

.listbox2 ul li { 
	padding: 5px 0 10px 0;
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Sitemap */
/*---------------------------------------------------- */
.haco_sitemap {
	padding: 10px 0 0 0;
	width: 96%;
}

.haco_sitemap dl {
	font-size: 14px;
}

.haco_sitemap dl dt {
	width: 44%;
	padding: 1.2em 2.5% 1em 4%;
}

.haco_sitemap dl dt:before {
	width: 11px;
	height: 11px;
}

.haco_sitemap dl dd {
	padding: 1.2em 3% 1em 48%;
}



}
 
/* SP */
@media only screen and (max-width: 700px) {
/*---------------------------------------------------- */
/* Listbox */
/*---------------------------------------------------- */
.listbox {
	padding: 0 0 10px 0;
	margin: 0 0 0 4%;
	width: 96%;
}

.listbox ol {
	width: 96%;
}

.listbox ol li { 
	padding: 5px 0 10px 0;
	font-size: 13px;
}

.listbox2 {
	padding: 10px 0 0 0;
	margin: 0 0 0 4%;
	width: 96%;
}

.listbox2 ul {
	width: 96%;
}

.listbox2 ul li { 
	padding: 5px 0 10px 0;
	font-size: 13px;
}

/*---------------------------------------------------- */
/* Sitemap */
/*---------------------------------------------------- */
.haco_sitemap {
	padding: 10px 0 0 0;
	width: 96%;
}

.haco_sitemap dl {
	font-size: 13px;
	width: 100%;
	overflow: hidden;
}

.haco_sitemap dl dt {
	width: 100%;
	padding: 1em 1.5% .3em;
	position: static;
	left: 0;
	display: block;
	font-weight: bold;
}

.haco_sitemap dl dd {
	padding: 0 1.5% 1em 1.5em;
}

.haco_sitemap dl dd:nth-of-type(2n) {
	background-color: transparent;
}

.haco_sitemap dl span {
	display: block;
	padding-left: 0;
}

}