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

.acco-title[aria-expanded="false"] .acco-arrow:after {
	content: " \f078";
  font-family: "Font Awesome 5 Free";
}

.acco-title[aria-expanded="true"] .acco-arrow:after {
  content: " \f077";
  font-family: "Font Awesome 5 Free";  
}

.panel-title a {
	line-height: 1.3em;
	color: #333;
	text-decoration: none;
}

.panel-title a:hover {
	color: #008944;
}

.acco-arrow {
	color: #006934;
	background: rgba(0, 0, 0, 0.05);
	padding: 3px 0;
	border-radius: 2px;
	margin-top: 10px;
}

.acco-arrow:hover {
	background: rgba(255, 255, 255, 0.3);
	color: #999;
}



/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:979px){ 
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/

@media screen and (max-width:767px){

}

/*================================================
 *  プリントcss
 ================================================*/

@media print{
	
}