@charset "utf-8";

.boxDef-accd .m-boxDef-box {
	height: auto!important;
	padding: 0;
}
.boxDef-accd .boxDef-accd-ttl {
	position: relative;
}
.boxDef-accd .boxDef-accd-ttl a {
	text-decoration: none;
	padding: 15px 20px 15px 50px;
    display: block;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.boxDef-accd .boxDef-accd-ttl a .m-acdDef-swtchIcon i {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.boxDef-accd .boxDef-accd-ttl a:hover {
	background-color: #f5f5f5;
}
.boxDef-accd .boxDef-accd-ttl a:hover .m-acdDef-swtchIcon i {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.boxDef-accd .boxDef-accd-ttl .m-icon-circle_plus:before {
    content: "\EABA";
}
.boxDef-accd .boxDef-accd-ttl .m-icon-circle_minus:before {
    content: "\EAB9";
}
.boxDef-accd .boxDef-accd-ttl p {
	line-height: 100%;
}
.boxDef-accd .boxDef-accd-ttl a span {
	line-height: 100%;
	vertical-align: bottom;
}
.boxDef-accd .m-acdDef-swtchIcon {
	left: 15px;
	margin-top: -13px;
}
.boxDef-accd .boxDef-accd-cnt {
	display: none;
	padding: 10px 20px 20px 20px;
}
@media screen and (max-width: 559px) {
  .boxDef-accd .boxDef-accd-ttl a {
	padding: 12px 15px 12px 40px;
  }
  .boxDef-accd .m-acdDef-swtchIcon {
	left: 10px;
	margin-top: -10px;
  }
}

.boxDef-accd-ttl.m-active .m-acdDef-swtchIcon i:nth-child(1) {
    display: none;
}
.boxDef-accd-ttl.m-active .m-acdDef-swtchIcon i:nth-child(2) {
    display: block;
}