@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */


/* for PC */
@media screen and (min-width: 1201px) {

	aside .asideList .acordion_tree {
	margin-top: -10px;
	margin-bottom: 10px;
	}


	aside .asideList .departmnet li a {
	display: block;
	font-size: 1.5rem;
	line-height: 1.2em;
	padding: 0.5em 0;
	margin-left: 1em;
	}
	aside .asideList .departmnet li a::before {
	content: "・";
	color: #ccc;
	}
	aside .asideList .departmnet li:last-child a {
	letter-spacing: -0.075em;
	}

}

/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}
