﻿@charset "utf-8";

/*------------------------------------------------------------------------------
Date: 2015-05-17
Copyright (C) KYOTO TOOL CO., LTD. All Rights Reserved.
------------------------------------------------------------------------------*/
.mgt50 {
	margin-top: 50px;
}

#main {
	width: 970px;
	float: none;
}

.caption {
	font-size: 80% !important;
}

.caption02 {
	font-size: 80% !important;
	margin: 0 0 0 20px;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.title01 {
	display: table-cell;
	width: 970px;
	height: 95px;
	background: url(/files/images/common/bg_tit_01.png) no-repeat 0 0;
	padding: 5px 0 0 40px;
	vertical-align: middle;
	border-bottom: none;
}

.title01 .innerTit {
	font-size: 261.6%;
	font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", Meiryo, Osaka;
	letter-spacing: 0.1em;
	color: #fff;
}


#specification .specificationBox {
	margin-top: 30px;
	border-top: solid 5px #004EA2;
	background-color: #fff;
	border-bottom: solid 2px #d4d4d4;
}

#specification .specificationBox .headline02 {
	padding-left: 40px;
	font-size: 192.4%;
	letter-spacing: 0.05em;
}

#specification .bnBox {
	margin-top: 30px;
	background-color: #fff;
	border-bottom: solid 2px #d4d4d4;
	padding: 40px;
}

#specification .section {
	padding: 0px 40px 40px 40px;
}

.ttlVisual {
	margin-top: 30px;
}

.choice_list_box {
	display: flex;
}

.spec-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #ECECEC;
}

.spec-box .spec-box-contents {
	width: 48%;
	margin: 1%;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.spec-box .spec-box-contents>a {
	color: initial !important;
}

.spec-box .spec-box-contents>a:hover {
	text-decoration: none !important;
}

.spec-box .spec-box-contents .spec-box-contents-title {
	background-color: #004EA2;
	color: white;
	height: 84px;
	padding: 15px;
	padding-bottom: 0;

}

.spec-box .spec-box-contents .spec-box-contents-title-lg {
	font-size: 20px;
	margin-bottom: 5px;
}

.spec-box .spec-box-contents .spec-box-contents-title-sm {
	font-size: 14px;
}

.spec-box .spec-box-content {
	height: 110px;
	display: flex;
	flex-direction: row;
	width: 95%;
	margin: 8px auto;
	justify-content: space-between;
	border: solid 1px #ECECEC;
	background-color: #fff;
}

.spec-box .spec-box-content .spec-box-content-detail {
	margin: auto 0 auto 20px;
}

.spec-box .spec-box-content .spec-box-content-detail-pBox {
	display: flex;
}

.spec-box .spec-box-content .spec-box-content-detail .spec-box-content-detail-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}

.spec-box .spec-box-content .spec-box-content-detail .spec-box-content-detail-p1 {
	color: red !important;
	font-size: 13px;
	margin-bottom: 2px;
}

.spec-box .spec-box-content .spec-box-content-detail .spec-box-content-detail-p2 {
	font-size: 12px;
	background-color: #FDD830;
	padding: 4px;
	border-radius: 5px;
	width: fit-content;
	margin-right: 5px;
}


@media screen and (max-width:767px) {
	#main {
		width: auto;
		float: none;
	}

	#topicPath {
		display: none;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.title01 {
		width: auto;
		height: auto;
		display: block;
		padding-left: 0;
		background: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.title01 .innerTit {
		background: #fff url(/files/images/common/bg_tit_01.png) no-repeat 50% 0;
		font-size: 18px;
		line-height: 1.3;
		display: table;
		width: 100%;
		height: 80px;
		margin-bottom: 0;
		font-family: inherit;
	}

	.title01 .innerTit span {
		display: table-cell;
		width: 100px;
		vertical-align: middle;
		padding-left: 15px;
		padding-right: 130px;
	}

	#specification .specificationBox {
		margin-top: 30px;
	}

	#specification .specificationBox .headline02 {
		padding-left: 15px;
	}

	#specification .section {
		padding: 0 15px 30px;
	}

	#specification .bnBox {
		margin-top: 30px;
		background-color: #fff;
		border-bottom: solid 2px #d4d4d4;
		padding: 20px;
	}

	.ttlVisual {
		margin-top: 30px;
	}

	.choice_list>img {
		height: auto;
	}

	.choice_list_box_dummy {
		width: 50%;
	}

	.choice_list_box_img_01,
	.choice_list_box_img_05 {
		width: 2.1%;
	}

	.choice_list_box_img_03 {
		width: 2.6%;
	}

	.spec-box {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		background-color: #ECECEC;
	}

	.spec-box .spec-box-contents {
		width: 96%;
		margin: 2%;
		display: flex;
		flex-direction: column;
		background-color: #fff;
	}

	.spec-box .spec-box-content .spec-box-content-detail-pBox {
		display: flex;
		flex-direction: column;
	}

	.spec-box .spec-box-content .spec-box-content-detail-pBox>p:not(:last-child) {
		margin-bottom: 5px;
	}

	.spec-box .spec-box-content .spec-box-content-detail .spec-box-content-detail-p1 {
		font-size: 12px;
	}

	.spec-box .spec-box-content .spec-box-content-detail .spec-box-content-detail-p2 {
		margin-right: 0px;
	}
}

.productList {
	overflow: hidden;
	margin: 15px 0 0;
}

.productList li {
	display: inline;
	float: left;
	width: 278px;
	margin: 0 28px 30px 0;
	line-height: 1.67;
}

.productList li:nth-child(3n) {
	margin-right: 0;
}

.productList li:nth-child(n+4) {
	margin-bottom: 0;
}

.productList li a {
	display: block;
}

.productList li a:hover {
	text-decoration: none;
}

.productList .thumb {
	height: 210px;
	overflow: hidden;
}

.productList .thumb img {
	position: relative;
	top: 0;
}

.productList .catName {
	background: url(/files/images/common/icon_arrw_01.png) no-repeat 0 50%;
	padding: 0 8px 0 15px;
	position: relative;
	z-index: 1;
	margin: 12px 0 5px;
	font-size: 123.1%;
	font-weight: 700;
	color: #111;
}

.productList a:hover .catName {
	color: #f00;
}

@media screen and (max-width:767px) {

	.productList li,
	.productList li:nth-child(n+3) {
		margin: 0 28px 30px 0;
	}
}

@media screen and (max-width:648px) {
	.productList {
		width: 100%;
	}

	.productList li,
	.productList li:nth-child(3),
	.productList li:nth-child(n+4) {
		float: none;
		display: block;
		margin: 0 auto 30px;
	}
}


/* ----------------------------------------

opacity rollover

---------------------------------------- */
.productList img {
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	background-color: #fff;
}

.productList a:hover img {
	-ms-filter: "alpha(opacity=75)";
	/* IE 8 */
	opacity: .75;
}


.specList li,
.specList2 li {
	line-height: 20px;
}

.specList li {
	padding-left: 3em;
}

.specList li:before {
	content: "●";
	margin-left: -1em;
}

.specList2 {
	padding: 20px 0px 30px;
}

.specList2 li:before {
	content: "●";
}

.specIndent {
	text-indent: -1em;
	margin-left: 2em;
	padding-left: 1em;
	margin-top: 20px;
}

.specNumb {
	padding-left: 1em;
	margin-top: 15px;
}

@media screen and (max-width:767px) {
	.specList li {
		padding-left: 1em;
	}

	.specIndent {
		text-indent: -1em;
		margin-left: 0em;
		margin-top: 20px;
	}
}

.specTable2 {
	width: 430px;
	margin-bottom: 30px;
}

.specTable2 th,
.specTable2 td {
	padding: 7px 0px;
}

.specTable2 th {
	background: #f1f1f1;
	padding-left: 30px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.specTable2 td {
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}

.specTable50 td {
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	padding: 7px 0px;
}

.specTable50 {
	width: 100%;
}

.set_contents {
	width: 90%;
	margin-left: auto;
}

.specTable70 {
	margin-bottom: 30px;
}

.specTable th,
.specTable50 th,
.specTable70 th {
	background: #f1f1f1;
	padding-left: 30px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 7px;
	font-size: 120%;
}

.specTable50 td,
.specTable70 td {
	padding: 8px 0;
}

.specTable50 td.title,
.specTable70 td.title {
	font-weight: bold;
	background: none;
	text-align: left;

	border-bottom: 1px solid #ddd;
}

.specTable60 th {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 7px;
	background: #f1f1f1;
	font-weight: bold;
}

.specTable2.multiTbl01 td.sptitle {
	width: 5em;
}

.specTable2.multiTbl02 td.sptitle {
	width: 8em;
}

.specTable3 td {
	display: inline-block;
	width: 279px;
	padding-left: 20px;
	vertical-align: top;
}

.specTable3 td:first-child {
	padding-left: 0;
}

.specTable4 {
	width: 430px;
	margin-bottom: 30px;
}

.specTable4 th,
.specTable4 td {
	padding: 7px 0px;
}

.specTable4 th {
	background: #f1f1f1;
	padding-left: 30px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.specTable4 td {
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}

@media screen and (max-width:767px) {

	.specTable2,
	.specTable {
		width: 100%;
		margin-bottom: 30px;
	}

	.specTable th,
	.specTable td {
		display: inline-block;
		width: 100%;
	}

	.specTable2 th {
		width: 100%;
	}

	.specTable2 td {
		padding-left: 4px;
	}

	.specTable2 td.sptitle {
		width: 40%;
		padding-right: 4px;
		border-right: 1px dotted #ddd;
	}

	.specTable td {
		padding-top: 15px;
	}

	.specTable2 th {
		padding-left: 0px;
	}

	.specTable2.mgl30 {
		margin-left: 0 !important;
	}

	.specTable3 td {
		padding-left: 0;
		width: 100%;
		margin-top: 20px;
	}

	.specTable td.imgTd {
		padding-top: 0;
	}

	/*入れ子部分*/
	.specTable .specTable2 th {
		width: 100%;
	}

	.specTable .specTable2 td {
		padding-left: 4px;
		width: auto;
	}

	.specTable .specTable2 td.sptitle {
		width: 40%;
		padding-right: 4px;
		border-right: 1px dotted #ddd;
	}

	.specTable .specTable2 th {
		padding-left: 0px;
	}

	.specTable .specTable2.mgl30 {
		margin-left: 0 !important;
	}

	.specTable td .specTable2 td,
	.specTable td .specTable2 th {
		display: table-cell;
	}

	.specTable .specTable4 th {
		width: 100%;
	}

	.specTable .specTable4 td {
		padding-left: 4px;
		width: auto;
	}

	.specTable .specTable4 td.sptitle {
		width: 30%;
		padding-right: 4px;
		border-right: 1px dotted #ddd;
	}

	.specTable .specTable4 td:nth-child(2) {
		border-right: 1px dotted #ddd;
	}

	.specTable .specTable4 th {
		padding-left: 0px;
	}

	.specTable .specTable4.mgl30 {
		margin-left: 0 !important;
	}

	.specTable td .specTable4 td,
	.specTable td .specTable4 th {
		display: table-cell;
	}

	.specTable4 {
		width: 100%;
	}

	.specTable4 td {
		padding-left: 0;
		margin-top: 20px;
	}

	.specTable4 th {
		background: #f1f1f1;
		padding-left: 30px;
		font-weight: bold;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
		padding: 7px 0px;
	}

	.specTable4 td {
		border-bottom: 1px solid #ddd;
		vertical-align: middle;
		padding-left: 0;
		margin-top: 20px;
	}




}



.tableLeft {
	float: left;
}

.tableRight {
	float: right;
}

.specDetail {
	clear: both;
}

.col2Left {
	float: left;
	width: 430px;
}

.col2Right {
	float: right;
	width: 430px;
}


@media screen and (max-width:767px) {
	.tableLeft {
		float: none;
	}

	.tableRight {
		float: none;
	}

	.col2Left {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.col2Right {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
}

.specBox01 {
	border: 2px solid #009;
	padding: 20px;
}

.specTtl01 {
	font-weight: bold;
	color: #009;
	margin-bottom: 10px;
}

.noteBox01 {
	display: inline-block;
	border: 1px solid #009;
	padding: 5px 10px 3px;
	margin: 5px 0 0 0;
	color: #009;
}

.specBnr {
	overflow: hidden;
	margin: 30px -10px 15px 0;
}

.specBnr li {
	background: #fff;
	display: inline;
	float: left;
	width: 280px;
	height: 50px;
	margin: 0 10px 15px 0;
	border: 1px solid #d3d3d3;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 230px 50%;
	font-size: 108%;
	font-weight: bold;
}

.specBnr li:hover {
	background-color: #cbddf5;
}

.specBnr a {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 0 0 0 18px;
	box-sizing: border-box;
	color: #0000cc;
}

.specBnr a:hover {
	text-decoration: none;
}

.specBnr a span {
	display: table-cell;
	background: url(/medical/files/images/common/icon_arrw_01.png) no-repeat 0 47%;
	padding-left: 12px;
	text-align: left;
	height: 100%;
	vertical-align: middle;
	line-height: 1.3;
	padding-right: 38px;
}

.specBnr .item01 {
	background-image: url(/medical/files/images/specification/icon_foot_03.png);
}

.specBnr .item02 {
	background-image: url(/medical/files/images/specification/icon_foot_02.png);
}

.specBnr .item03 {
	background-image: url(/medical/files/images/specification/ico_let.png);
}

@media screen and (max-width:767px) {
	.specBnr {
		width: auto;
		margin-top: 0;
	}

	.specBnr li {
		width: 48%;
		height: 70px;
		margin: 0 5px 5px 0;
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
		background-position: 90% 50%;
	}

	.specBnr a {
		padding: 0 0 0 10px;
	}

	.specBnr a span {
		padding-right: 20px;
		line-height: 1.4;
	}

}



.headline01 {
	border-left: 6px solid #004EA2;
	line-height: 25px;
	padding-left: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 145%;
}

.headline02 {
	border-bottom: 2px dotted #dddddd;
	padding: 25px 0px 25px 50px;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 190%;
}

.headline03 {
	background: url(/files/images/specification/bg_ttl.png) no-repeat 0 bottom;
	padding: 0px 0px 15px 0px;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 150%;
}

.headline04 {
	font-weight: bold;
	font-size: 120%;
	border-bottom: 3px solid #004EA2;
	display: inline-block;
	min-width: 10em;
	margin-bottom: 8px;
}

@media screen and (max-width:767px) {
	.headline02 {
		padding: 25px 0px 25px 10px;
	}
}

p.faqLink {
	font-size: 107.7%;
}

.spRight {
	float: right;
	width: 278px;
}

.spRight p {
	border: 1px solid #ccc;
}

.spRight p a {
	display: block;
	padding: 14px 0 14px 20px;
	color: #333;
	font-weight: 700;
}

.spRight p a:hover {
	background: #cbddf5;
	text-decoration: none;
}

.spRight p a span {
	padding-left: 11px;
	background: url(/files/images/common/icon_arrw_01.png) no-repeat 0 50%;
}

@media screen and (max-width:767px) {
	.spRight {
		float: none;
		margin: 20px auto 0;
	}
}


/* ----------------------------------------

multi-driver

---------------------------------------- */
.multiList01 li {
	float: left;
	width: 33%;
}

.scroll {
	margin-bottom: 35px;
}

.multiTable {
	margin-bottom: 5px;
}

.multiTable th,
.multiTable td {
	padding: 5px 10px;
	border: 1px solid #ddd;
}

.multiTable th {
	padding: 7px 10px 5px;
}

.multiTable td.alnC img {
	width: 60px;
}

.specTable4.multiOpt td img {
	max-width: 100px;
}

.multiCaution {
	color: #f00;
}

.multiCaution h4 {
	font-weight: 700;
	margin-bottom: 10px;
}

h2.headline02 {
	position: relative;
}

h2.headline02 span {
	position: absolute;
	right: 40px;
	top: 50%;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0;
}

@media screen and (max-width:767px) {
	.multiList01 li {
		float: none;
		width: 100%;
	}

	.spNone {
		display: none;
	}

	.spmgt0 {
		margin-top: 0 !important;
	}

	h2.headline02 span {
		position: static;
		display: block;
		margin-right: 20px;
		text-align: right;
	}

	.scroll {
		overflow: auto;
		white-space: nowrap;
	}

	.scroll::-webkit-scrollbar {
		height: 5px;
	}

	.scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
	}

	.scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}

	.multiTable th:nth-child(1) {
		border-right: none;
	}

	.multiTable th:nth-child(2) {
		border-left: none;
	}
}


.trqImg {
	float: right;
	width: 300px;
}

.driverList02 td {
	vertical-align: top;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width:767px) {
	.driverList02 td {
		display: block;
	}

	.trqImg {
		float: none;
		display: block;
		width: 320px;
	}
}




.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.pt20 {
	padding-top: 20px;
}

img.check {
	display: inline-block;
	margin-left: 5px;
}

p.attention img.check {
	margin-right: 2px;
	margin-left: 0px;
}

.close_info {
	background-color: #f60;
	padding: 10px;

}

.close_info h1 {
	font-size: 154%;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

p.koukei {
	border: 1px solid #f60;
	padding: 4px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 120%;
}

p.koukei a:hover {
	opacity: 0.8;
}

p.koukei a,
p.koukei a:visited {
	color: #f60 !important;
}

/***********kanren************/
@media screen and (max-width:767px) {
	.features {
		overflow-x: scroll;
	}

	.features table {
		white-space: nowrap;
		width: 100%;
	}
}

@media screen and (min-width:768px) {
	.features {
		width: 900px;
	}
}

.features {
	background: #fff;
	margin: 0 auto;
}

.features table {
	width: 100%;
	border-bottom: 4px solid #ececec;
	border-right: 4px solid #ececec;
}

.features table th {
	font-weight: bold;
	text-align: center;
	padding: 4px;
	vertical-align: top;
	border-top: 4px solid #ececec;
	border-left: 2px solid #ececec;
}

.features table th p {
	font-size: 80% !important;
	margin: 10px 0 0;
	font-weight: normal;
}

.features table td {
	width: 13%;
	border-top: 4px solid #ececec;
	border-left: 2px solid #ececec;
	text-align: center;
	vertical-align: middle;
}

.features table td.nijumaru {
	font-size: 200%;
	font-weight: bold;
	background: #FFF4C5 !important;
}

.features table td p {
	margin: 4px 0 0;
	font-size: 80%;
}

.features table td.nijumaru p {
	font-size: 40% !important;
}

/******************************/
.rangebar {
	padding: 0 40px 40px;
	margin: 0 auto;
}

.bar-chart-1 {
	font-size: .9em;
}

.bar-chart-1>div {
	display: flex;
	align-items: center;
	padding: 9px;
	border: 1px solid #ccc;
	background: #fff;
}

.close {
	background: #eee !important;
}

.bar-chart-1 dt.title {
	width: 300px;
	min-width: 55px;
	background: none;
	text-align: left;
}

.bar-chart-1 dt.rangenumber {
	width: 100px;
	min-width: 55px;
	border-right: 1px solid #ccc;
}

dl.barwrap {
	width: 100%;
	display: flex;
}

.barwrap dt.p0 {
	min-width: 0%;
	min-height: 1px;
}

.barwrap dt.p5 {
	min-width: 5%;
	min-height: 1px;
}

.barwrap dt.p6 {
	min-width: 6%;
	min-height: 1px;
}

.barwrap dt.p10 {
	min-width: 10%;
	min-height: 1px;
}

.barwrap dt.p15 {
	min-width: 15%;
	min-height: 1px;
}

.barwrap dt.p20 {
	min-width: 20%;
	min-height: 1px;
}

.barwrap dt.p25 {
	min-width: 25%;
	min-height: 1px;
}

.barwrap dt.p30 {
	min-width: 30%;
	min-height: 1px;
}

.barwrap dt.p34 {
	min-width: 34%;
	min-height: 1px;
}

.barwrap dt.p40 {
	min-width: 40%;
	min-height: 1px;
}

.barwrap dd {
	margin: 0;
	padding-right: 15px;
	border-radius: 3px;
	background-color: #2589d0;
	color: #fff;
	font-weight: 600;
	line-height: 45px;
	text-align: right;
	white-space: nowrap;
	border: 1px solid #eee;
}

@media screen and (min-width:768px) {
	.productsPage .flex {
		display: flex;
		align-items: stretch;
		justify-content: center;
		gap: 30px;
	}

	.flex-col2 .flex-item {
		width: 50%;
		display: flex;
		flex-direction: column;
	}

	.flex-col3 .flex-item {
		width: calc(100% / 3);
		display: flex;
		flex-direction: column;
	}

	.flex-item__txt-box {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}

}

@media screen and (max-width:767px) {
	.flex {
		flex-direction: column;
	}
}

.productsPage .flex-item {
	margin-bottom: 30px;
}

/*----------------- ボタン -----------------*/

.productsPage .button {
	margin-top: auto;
	text-align: center;
}

.productsPage .button a {
	background: #004EA2;
	border-radius: 9999px;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 250px;
	padding: 10px 25px;
	font-family: "Noto Sans Japanese";
	color: #fff;
	line-height: 1.8;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	font-weight: 500;
}

.productsPage .button a:hover {
	background: #006fc6;
	color: #FFF;
}

.productsPage .button a:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #004EA2;
	border-right: 3px solid #004EA2;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}

.productsPage .button a:hover:after {
	border-color: #FFF;
}

/*----------------------------------*/

.flex-item__caption {
	text-align: center;
	margin-top: 8px;
	font-weight: bold;
}

.pdf_ico {
	height: 45px;
	line-height: 45px;
	padding-left: 36px;
	background: url(/files/images/download/ico_pdf_01.png) no-repeat 0 5px;
	margin-top: 8px;
}

@media screen and (min-width:768px) {
	.specificationBox__option__aside {
		max-width: 300px;
		width: 30%;
	}
	.specificationBox__option__main {
		width: 70%;
	}
}

.specificationBox__option .flex {
	justify-content: flex-start;
}
.specificationBox__option__table {
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 8px;
}
.specificationBox__option__table th,
.specificationBox__option__table td {
	padding: 4px 16px;
}
.specificationBox__option__txt {
	text-indent: -1em;
	margin-left: 2em;
	margin-bottom: 4px;
}
.specificationBox__option__txt__notion {
	display: block;
	font-size: 90%;
	margin: 8px 0 0 4px;
}

/*----------------- LEDライト -----------------*/

.productsPage img {
	width: 100%;
	height: auto;
}

.ledLight__UseCase figcaption {
	text-align: center;
	font-size: 100%;
	margin-top: 8px;
}

.ledLight__UseCase__box {
	max-width: 630px;
	margin: 0 auto;
}

.ledLight__UseCase__image {
	max-width: 240px;
	display: block;
	margin: 0 auto;
}

.ledLight__SimilarProducts__image {
	width: 100%;
	height: auto;
	max-width: 360px;
	display: block;
	margin: 0 auto;
}

.ledLight__SimilarProducts figcaption {
	text-align: left;
	font-size: 120%;
}

.ledLight__SimilarProducts__table {
	width: 100%;
	margin-bottom: 30px;
}

.ledLight__SimilarProducts__table tr {
	border-bottom: 1px solid #ddd;
}

.ledLight__SimilarProducts__table th {
	min-width: 8em;
}

.ledLight__SimilarProducts__table th,
.ledLight__SimilarProducts__table td {
	padding: 8px;
}

@media screen and (min-width:768px) {
	.ledLight .flex {
		gap: 60px;
	}
}