@charset "Shift_JIS";
/* CSS Document */

#newsDetail .column2 li{
    margin-bottom: 0 !important;
}

#newsDetail .section h3 {
    margin: 1.5em 0 1em;
}

 /*PC*/
 
@media screen and (min-width: 569px) {
}

  /*SP*/
 
 @media screen and (max-width: 568px) {
    #newsDetail .bgBox{
        background-color:#fcf3eb;
        margin-bottom: 20px;
        padding: 20px;
    }
    #newsDetail .bgBox p{
        margin-bottom: 0;
    }
    #newsDetail .W70{
        width: 70%;
    }
}