@charset "utf-8";
/*?{
  ?b?N?X?S??*/
.accbox{
  margin-right : 0px;
  padding: 0;
  width : 100%;
}
/*???x??*/
/*???x???z?o?[??*/
.accbox label:hover{
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  color : #f8bd01;
}
/*?`?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 : 40px;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-size : auto auto;
  background-origin : padding-box;
  background-clip : border-box;
  opacity: 1;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-style : solid;
  border-right-color : white;
  border-bottom-color : white;
  border-left-color : white;
  background-color : black;
  text-align : left;
  font-size : 91.6%;
  margin-top : 30px;
  border-top-width : 1px;
}
/*?N???b?N????g?\??*/
.text_left{
  text-align : left;
}

