@charset "UTF-8";

/*-----------------------------会社概要テーブル---------------------------------*/
#ac_tb + div table td{
	padding: 15px;
}
#ac_tb + div tr a {
	color: var(--i_main_color);
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: 1px dotted rgb(10 80 162 / 70%);
}
#ac_tb + div dl dt {
	position: relative;
	font-size: 1.8rem;
	font-weight: 600;
	padding-left: 22px;
}
#ac_tb + div dl dt::before {
	content: "■";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	color: var(--i_main_color);
}
#ac_tb + div dl dd{
	padding-bottom: 1.2rem;
}
#ac_tb + div dl dd:not(:last-of-type) {
	margin-bottom: 1rem;
	border-bottom: 1px dotted var(--i_border_color);
}
#ac_tb + div dl ul.tcol {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
#ac_tb + div dl ul.tcol img{
	margin-bottom: 1.2rem;
}
#ac_tb + div dl .txt_stg03{
	font-size: 85%;
	margin-left: 10px;
	font-weight: 500;
	color: var(--i_main_color);
}

/*-----------------------------会社概要テーブル下画像---------------------------------*/
/*#ac_img + div .wrapper_item {
	max-width: 600px;
}*/
#ac_img + div .inner_item_img img {
	width: auto!important;
	object-fit: contain;
	height: auto!important;
}

/*----追加修正-----*/
@media screen and (max-width: 900px) {
    #ac_img + .composite_box01 .inner_item {
        width: 32%;
    }
}