@charset "utf-8";
/* CSS Document */

/* ------------
news
------------*/
.news header h2{
    border-bottom: 1px solid #0d47a1;
    padding: 0 0 10px 0;
    text-align: center;
}
.section header h2 img{
    height: 23px;
}

.info{
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2;
    color: #0d47a1;
    font-size: 1rem;
}
.info-wrap p a{
    color: #002998;
    word-wrap: break-word;
    line-height: 1;
        line-height: 1.5;
    display: block;
}


/* ------------------------------

sp

------------------------------*/

@media screen and (max-width:750px){
    
.pc{
    display: none;
}

.sp{
    display: block;
}  
/* ------------
news
------------*/   
.news header h2{
    text-align: left;
}
  
}