@charset "UTF-8";

#content {
	line-height:1.8em;
	}


.accbox {
    margin: 77px 0;
    padding: 0;
}


.accbox label {
	margin:76px 0 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
    display: block;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:hover {
	color:#eb6100;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.accbox ul {
	list-style-type: disc;
	list-style-position:outside;
	margin-left:1em;
}
.accbox ul li{
	margin-left:1em;
}



.cssacc:checked + .accshow {
    height: auto;
    opacity: 1;
}
