@charset "UTF-8";
/* CSS Document */


/* -------------------------------- PC版のスタイルここから ------------------------------------*/

@media print, screen and (min-width: 751px) {
    
    
    .corporate-wrap{
        margin-bottom: 0;
    }
    .corporate-wrap dl{
        padding: 16px 16px;
        width: 100%;
        display: -moz-box;
        display: -ms-flexbox;
         display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        margin-bottom: 0;
        border-bottom: 1px solid #CCCCCC;
    }
    
    .corporate-wrap dt{
        width: 23%;
        font-weight: bold;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
    }
    
    .corporate-wrap dd{
        width: 77%;
        font-size: 16px;
        line-height: 1.8em;
        margin-bottom: 0;
    }
    
    .corporate-wrap dd a:hover{
        color: #1D315A;
    }
   
    
    
}


/* -------------------------------- SP版のスタイルここから ------------------------------------*/

@media screen and (max-width: 750px) {
    
    
    .corporate-wrap{
        margin-bottom: 0;
    }
    .corporate-wrap dl{
        padding: 16px 0;
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid #CCCCCC;
    }
    
    .corporate-wrap dt{
        width: 100%;
        font-weight: bold;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0;
    }
    
    .corporate-wrap dd{
        width: 100%;
        font-size: 14px;
        line-height: 1.8em;
        margin-top: 8px;
        margin-bottom: 0;
    }
    
    .corporate-wrap .slash{
        display: none;
    }
    
    
}

