@charset "UTF-8";

/*-------------under-------------*/
#under+div .inner_item_txt>p:first-of-type{
	border-bottom: solid 1px var(--i_main_color);
}

/*-------------会社概要・沿革-------------*/
.widget_shop01 dt{
	background: #f7f7f0;
}
.block_table_3 table th{
	font-weight: normal;
	text-align: left;
}
@media screen and (min-width: 701px){
	.widget_shop01 dt{
		width: 20%;
		border-right: solid 1px #d8d8d8;
	}
	.widget_shop01 dt,
	.widget_shop01 dd,
	.block_table_3 table th,
	.block_table_3 table td{
		padding: 1.2em 2em;
	}
}
@media screen and (max-width: 700px){
	.widget_shop01 dt,
	.widget_shop01 dd,
	.block_table_3 table th,
	.block_table_3 table td{
		padding: 10px;
	}
	.widget_shop01 dt{
		font-weight: normal;
	}
	.block_table_3.w20 table tr:nth-of-type(1)>th:first-child,
	.block_table_3 table th,
	.block_table_3 table td{
		width: auto;
		display: block;
	}
	.block_table_3.w20 table tr:nth-of-type(1)>th:first-child{
		border-top: solid 1px #d8d8d8;
	}
	.block_table_3 table th{
		border: none;
	}
	.block_table_3 table td{
		border-left: none;
	}
	.block_table_3 table tr {
		width: auto;
		display: block;
	}
}
@media screen and (max-width: 500px){
	.block_table_3 table th {
		border-top: 1px solid var(--i_border_color);
		border-bottom: 1px solid var(--i_border_color);
		border-right: none;
	}
}