@charset "utf-8";
/*?{
  ?b?N?X?S??*/
.accbox{
  margin-right : 0px;
  padding: 0;
  width : 100%;
}
/*???x??*/
.accbox label{
  display: block;
  margin-right : 0px;
  margin-left : 0px;
  padding : 15px;
  background-attachment : scroll;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  cursor :pointer;
  transition: all 0.2s;
  background-image : linear-gradient(to top, #fffcf4, #ffffff);
  background-repeat : repeat-y;
  background-position : left center;
  color : #ea7500;
}
/*???x???z?o?[??*/
.accbox label:hover{
  background : #f5ed87;
  background-attachment : scroll;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
}
/*?`?F?b?N??B??*/
.accbox input{
  display: none;
}
/*???g???\??????????*/
.accbox .accshow{
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.2s;
}
/*?N???b?N????g?\??*/
.cssacc:checked + .accshow{
  height : inherit;
  padding : 25px 40px 40px;
  background-attachment : scroll;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  opacity: 1;
  background-color : #fffcf4;
  color : black;
  text-align : left;
  font-size : 84.6%;
}
/*?N???b?N????g?\??*/
