@charset "utf-8";
/* CSS Document */
.js-accordion ul::after{
  content: "";
  display: block;
  clear: both;
}
.js-btn-more,
.js-btn-close {
	margin-top: 20px;
	cursor:pointer;
	text-align: center;
}

.js-btn-more::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 8px;
    background-image: url(../img/top/pickup_down.png);
    background-size: cover;
    vertical-align: 0;
    margin-left: 8px;
}
.js-btn-close::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 8px;
    background-image: url(../img/top/pickup_up.png);
    background-size: cover;
    vertical-align: 0;
    margin-left: 8px;
}
@media only screen and (max-width: 750px){
.js-accordion {
	width: 90%;
	font-size: 130%;
	margin: auto;
}
.js-accordion ul li a {
	display: block;
	width: 100%;
	text-align: left;
	line-height: 1.3;
	text-align: left;
    margin-bottom: 1em;
}
}