
 #contents {
        color: #333;
     font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
}

#contents.agreement {
    margin-left: -9px;
    margin-right: -9px;
  }
    
     #contents.agreement a {
        color: #333;
         text-decoration: underline;
    }
        #contents .column {
        width: 95%;
         font-size: 12px; 
    }


    
    
/*ここからPCのCSS*/
@media screen and (min-width:768px) {
  /*ここからPCのCSS*/
    #contents.agreement {
  border: none;
  font-size: 12px;
        margin: 0 auto;
        font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
}

#contents.agreement * {
  box-sizing: content-box;
}
     
     #contents .column {
         font-size: 14px; 
    }
 }
    
