@charset "utf-8";

/**
 *
 *  企業情報 - 会社概要 -
 *
 */

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------
   table
---------------------------------------------------------------------------*/

#Main table{
	width:726px;
}
#Main table th,
#Main table td{
	border:1px solid #C9C7C5;
	vertical-align:middle;
}
#Main table th{
	width:146px;
	padding:15px 20px;
	background:#E5E5E1;
	text-align:left;
}
#Main table td{
	padding:15px 30px;
	background:#fff;
}
#Main table .ComNamEn {
    font-weight: bold;
    font-size: 15px;
}
#Main table td.com-tbl-td-sp {
    display: none;
}

@media (max-width: 767px) {
    #Main table{
width: calc(100% - 40px);
margin: auto;
}
#Main table th,
#Main table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
    }
    #Main table td.com-tbl-td-pc {
        display: none;
    }
    #Main table td.com-tbl-td-sp {
        display: block;
    }
}

/* link-list
-----------------------------------------------------------------*/
.link-list li{
	position:relative;
	margin-left:15px;
	padding:2px 0;
}
.link-list li:before{
	content:"";
	display:block;
	position:absolute;
	top:10px;
	left:-15px;
	width:5px;
	height:5px;
	border-radius:3px;
	background:#9C9891;
}
.link-list a{
	text-decoration:underline;
}
.link-list a:hover{
	text-decoration:none;
}


