@charset "utf-8";

/* -----------------------------------
support
----------------------------------- */
/* div.lf_sec_wrap {
	font-size: 62.5%;
} */
/* title */
.lf_product_page #lf_main_view {
	background-image: url("../images/support/bg.png");
}
.lf_product_page #lf_spec .lf_sec_header {
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
.lf_product_page #lf_spec .lf_sec_header {
	padding-bottom: 20px;
}
}

/* tab */
.lf_select-box {
	background-color: #E2E2E2;
	padding: 20px 20px 30px;
}
.lf_select-box .lf_text01 {
	font-size: 1.125rem;
}
.tab-list {
  display: flex;
  flex-flow: row wrap;
	gap: 12.5px;
	font-size: 1rem;
	margin-top: 20px;
}
.tab-list-item {
  text-align: center;
  background-color: #fff;
	border: 1px solid #CCC;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	width: 280px;
	height: 80px;
	transition: all .2s;
	cursor: pointer;
}
.tab-list-item:hover,
.tab-list-item.active {
  background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

/* tab-contents */
.tab-contents-item {
  display: none;
}
.tab-contents-item.show {
  display: block;
}

@media screen and (max-width: 767px) {
.lf_select-box {
	padding: 2.67vw 2.67vw 4vw;
}
.lf_select-box .lf_text01 {
	font-size: .75rem;
}
.tab-list {
	justify-content: space-between;
	gap: 0;
	margin-top: 10px;
	font-size: .75rem;
}
.tab-list-item {
	padding: 4px;
	width: 41.33vw;
	height: inherit;
	margin-bottom: 1.6vw;
}
}

.lf_section {
	margin-top: 60px;
	font-size: 1.25rem;
}
.lf_title {
	background-color: #000;
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 20px;
	position: relative;
	padding: 18px 18px 18px 62px;
}
.lf_title:before {
	content: '';
	display: block;
	background: url("../images/product/icon_s.png") no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
	position: absolute;
	top: calc(50% - 13px);
	left: 20px;
}
.lf_product_page #lf_spec .lf_sec_body .lf_block01 .lf_table02 table th {
	font-weight: bold;
	text-align: center;
}
.lf_product_page #lf_spec .lf_sec_body .lf_block01 .lf_table02 table td {
	vertical-align: middle;
}
.lf_product_page #lf_spec .lf_sec_body .lf_block01 .lf_table02 table th.no,
.lf_product_page #lf_spec .lf_sec_body .lf_block01 .lf_table02 table td.no {
	text-align: center;
	padding: 10px;
}
table .code_box {
	margin-top: 10px;
	overflow-x: auto;
	width: 320px;
}
table .code_box > div {
	background-color: #eee;
	color: #333;
	font-size: 75%;
	padding: 10px;
	min-width: 500px;
	width: 100%;
}
.lf_link {
	text-decoration: underline;
}
.lf_link:hover {
	text-decoration: none;
}
.lf_link[target="_blank"]:after {
	content: '';
	display: inline-block;
	background: url("../images/common/icon_blank.svg") no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	margin-left: 4px;
}
.lf_link.-pdf:after {
	content: '';
	display: inline-block;
	background: url("../images/common/icon_pdf.svg") no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	margin-left: 4px;
}
.lf_file_btn {
	margin-top: 20px;
}
.lf_file_btn-in {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: 300px;
	height: 60px;
	background: #fff;
	border: 1px solid #CCC;
	padding-left: 10px;
	/* position: relative; */
	margin: 0 auto;
	transition: all .2s;
}
.lf_file_btn-in:after {
	content: '';
	display: block;
	background: url("../images/common/icon_pdf.svg") no-repeat;
	background-size: cover;
	width: 18px;
	height: 20px;
}
.lf_file_btn-in:hover {
	background-color: #ccc;
}

@media screen and (max-width: 767px) {
.lf_section {
	margin-top: 20px;
	font-size: .75rem;
}
.lf_title {
	font-size: 1.125rem;
	margin-bottom: 10px;
	padding: 8px 8px 8px 44px;
}
.lf_title:before {
	left: 10px;
}
table .code_box {
	width: 220px;
}
table .code_box > div {
	font-size: 85%;
	min-width: 400px;
}
.lf_link[target="_blank"]:after {
	width: 12px;
	height: 12px;
	margin-left: 2px;
}
.lf_file_btn-in {
	font-size: .875rem;
}
}