@charset "utf-8";

/* TOPビジュアル *******************/
/*背景は会社概要ページの画像を流用（XD注釈指示）*/
header {
	height: 350px;
	background-image: url(../img/company/header_company_bg_pc.png);
}
header h2 {
	height: 229px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
header h2 img {
	width: 100%;
	max-width: 586px;
	height: auto;
}




/* 古物営業法に基づく表示 *******************/
section.secondhand_act > div {
	width: 90%;
	max-width: 1200px;
	margin: 40px auto 60px;
}
/*リード文*/
section.secondhand_act > div > p {
	font-size: 16px;
	font-weight: 500;
	color: #222222;
	line-height: 1.5;
}
/*会社名見出し*/
section.secondhand_act h3 {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 700;
	color: #1F2150;
	line-height: 1.45;
}
/*リード文直後だけ間隔を詰める*/
section.secondhand_act > div > h3:first-of-type {
	margin-top: 20px;
}
/*許可証の表*/
section.secondhand_act table {
	width: 100%;
	margin-top: 10px;
	background-color: #FFF;
	border-collapse: collapse;
}
section.secondhand_act table th,
section.secondhand_act table td {
	width: 50%;
	height: 44px;
	border: 1px solid #D2D6E0;
	font-size: 16px;
	font-weight: 400;
	color: #222222;
	vertical-align: middle;
}
/*見出し行*/
section.secondhand_act table th {
	background-color: #F5F5F5;
	text-align: center;
}
/*値の行*/
section.secondhand_act table td {
	padding-left: 10px;
	text-align: left;
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
	sp
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {

/* TOPビジュアル *******************/
header {
	height: 56vw;
	background-image: url(../img/company/header_company_bg_sp.png);
}
header h2 {
	height: calc(56vw - 68px);
}
/*タイトル画像は475x220の@2x支給。デザイン幅237.5px相当をvw追従で表示*/
header h2 img {
	width: min(63.4vw, 237.5px);
}

/* 古物営業法に基づく表示 *******************/
section.secondhand_act > div {
	width: calc(100% - 50px);
	margin: 30px auto 50px;
}
/*リード文*/
section.secondhand_act > div > p {
	font-size: 14px;
}
/*会社名見出し*/
section.secondhand_act h3 {
	margin-top: 20px;
	font-size: 16px;
}
/*リード文直後だけ間隔を詰める*/
section.secondhand_act > div > h3:first-of-type {
	margin-top: 15px;
}
/*許可証の表*/
section.secondhand_act table th,
section.secondhand_act table td {
	height: 30px;
	font-size: 14px;
	text-align: center;
}
/*値の行*/
section.secondhand_act table td {
	padding-left: 0px;
}

}
