@charset "UTF-8";

/* 法人営業エリアSTART */
.compsele_area{
    width: 90%;
    height: auto; 
    margin-top: 30px;
 }
 .compsele_title{
     font-size: 18px;
     line-height: normal;
     font-weight: 500;
     color: #000000;
     height: auto;
 }
 .compsele_table{
     width: 100%;
     background-color: #fef1f6;
     font-size: 15px;   
 }
 .compsele_table th{
     width: 20%;
     border-bottom: 1px solid #999;
     text-align: left;
     vertical-align: top;
     padding-left:8px;
 }
 .compsele_table td{
     border-style: none;
     width: auto;
     border-bottom: 1px solid #999;
     padding-left: 8px;
 }
 .compsele_table ul{
     list-style: disc;
     padding-left: 2em;
 }
 .compsele_table td>p, .compsele_table td>ul{
    font-weight: 400;
    font-size: 15px;
}
 .table_title_font{
    font-weight: 800;
    font-size: 15px;
 }
 .table_content_font{
    font-weight: 800;
    font-size: 15px;
 }
 .table_font_mini{
    font-size: 10px;
 }
 /* 法人営業エリアEND */
 
 /*レスポンシブ対応*/
@media screen and (max-width: 480px){
    .compsele_title{
        font-size: 18px;
    }
    .compsele_table{
        font-size: 12px;   
    }
    .compsele_table td>p, .compsele_table td>ul{
       font-size: 10px;
   }
    .table_title_font{
       font-size: 12px;
    }
    .table_content_font{
       font-size: 12px;
    }
    .table_font_mini{
       font-size: 9px;
    }
}