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

/*============================
COMPANYページのCSS（PC用）
============================*/
.each_box {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.company_list {
    text-align: left;
    color: #666;
    /* font-size: clamp(12px,3.2vw,16px); 500pxまで */
   }
.company_table {
    /* height: 35px; */
    vertical-align: top;
   }
.company_table th {
    /* border-collapse:collapse; */
    text-align: left;
    white-space: pre;
    font-weight: normal;
    padding: 1em 1.5em 1em 0;
    border-bottom: 1px solid #DDD;
   }
.company_table td {
    padding: 1em 0 1em 1.5em;
    border-bottom: 1px dotted #DDD;
    line-height: 1.5;
   }
.company_list > li {
    /* list-style-type: square; */
    /* margin-left: 1em; */
    line-height: 1.5;
   }
   .company_list > li::marker {
    color: #666;
    font-size: 0.5em;
   }
   th.last_tr,td.last_tr {
    border-bottom: none;
   }
   .map {
   padding-bottom: 20px;
   }
   .map_btn {
       margin: auto;
       margin-bottom: 70px;
       margin-top: 30px;
       padding: 7px 0;
       text-align: center;
       color: #B89A80;
       border: 1px solid #B89A80;
       text-decoration: none;
       display: block;
       width: 280px;
   }
   .map_btn:hover {
       color: #000;
    background-color: #B89A80;
   }
 
