@charset "UTF-8";
   #navi .navi-in>ul>li>a{
padding: 0 2.0em;
} #navi .navi-in a:after{
position: absolute; content: ""; left: 0px; bottom: 0; height: 2px; width: 100%; background: #fadc73; transform: scale(0,1); transition: 0.3s; }
#navi .navi-in a:hover:after{
transform: scale(1); }
.nwa .author-box {
padding: 10px;
border: 1px solid #eee;
}
.author-box .author-name{
font-size:0.9em;
}
.nwa .author-box .author-description{
font-size:0.8em;
}
.author-box p{
line-height:1.6;
}
.circle-image img{
border:1px solid #aaa;
}
.navi-footer-in > .menu-footer{ }  @media screen and (max-width: 1023px){
.header-in{
flex-direction:row;
}
} @media screen and (max-width: 834px){ } @media screen and (max-width: 480px){ .navi-footer-in > .menu-footer li.menu-item{
border-left: 1px solid var(--cocoon-thin-color);
}
.navi-footer-in > .menu-footer li.menu-item:last-child{
border-right: 1px solid var(--cocoon-thin-color);
}
#navi .navi-in > .menu-mobile{
border-top:1px solid #eee;
flex-wrap:nowrap;
}
}