@charset "UTF-8";

header{
width: 100%;
   margin-top: 10px;   
}

header img{
width:100%;
} 

header p{
padding: 0px 10px;
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif; 
font-size: 13px;
text-align: right;
color: #145d94;
font-weight: 600;
}

header p a {
text-decoration: none;
}  

.header-nav {
display: flex;
align-items:flex-end;
}

.header-nav li{
padding: 0 3px;
}

.header-nav li:first-child {
margin-right: auto;
padding-bottom: 10px;   
}

.header-nav li a:hover{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}


/* Media Queries(メディアクエリ)
--------------------------------------------------------- */
@media screen and (max-width: 600px){
header img{
width:95%;
}
    
header p{
font-size: 10px;
}
    
.header-nav li:first-child {
padding-bottom: 5px;   
}

.header-nav li{
padding: 0px;
}

.header-nav li{
padding: 0px;
}
    
}