*{
   box-sizing: border-box;
}

body{
    font-family: "Helvetica Neue", "Arial", "Meiryo", "Hiragino Sans";
    font-weight: normal;
}

h1{
    margin: 0; 
    padding: 0;
    font-family: "Helvetica Neue", "Arial", "Meiryo", "Hiragino Sans", sans-serif;
    font-weight: bold;
    font-size: 20px;
}
h2{
    font-family: "Helvetica Neue", "Arial", "Meiryo", "Hiragino Sans", sans-serif;
    font-weight: bold;
}
h3{
    font-family: "Helvetica Neue", "Arial", "Meiryo", "Hiragino Sans", sans-serif;
    font-weight: bold;
}
h4{
    font-family: "Helvetica Neue", "Arial", "Meiryo", "Hiragino Sans", sans-serif;
    font-weight: bold;
}

figure{
    float: right;
}
figcaption{
    text-align:	center;
}

.leftcol,.rightcol{
   width: 50%;
}
.twocols{
   display: flex;
}

.ac_head{}

.ac_head:after{}

.ac_body{
  line-height: 0; /* 非表示時、0*/
  opacity: 0; /* 非表示時、0*/
}

.ac_body.is-open{
  line-height: 1.5;
  opacity: 1;
}

.ac_head.is-open::after{
  // transform: rotate(45deg) translateY(-10px);
}

/* header */
header{
    width: 100%;
    padding-top: -1ex;
    padding-bottom: -1ex;
    padding-left: 4%;
    padding-right: 4%;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
nav{
   margin: 0 0 0 auto;
}

/* footer */
#footer{
   border-top: solid 1px lightgray;
   padding-bottom: 10px;
}
#footer p{
   color: #505050;
   font-size: 10px;
   text-align: center;
}
