@import url("langlist.css");
@import url("safety.css");
@import url("accessory.css");
@import url("function.css");
@import url("result.css");
@import url("discontinued.css");

#product header {
	padding-top: 0;
	margin-bottom: 3rem;
	background-color: #f0f0f0;
	overflow: hidden;
	margin-top: 0rem;
	position: relative;
}

#product header section {
	width: 120rem;
	margin: 0 auto;
	padding: 2rem 0;
}


#product section div.w1000-t0, #product section div.w1000-t, #product section div.w1000 {
	/**padding-top: 6rem;*/
	width:120rem;
	margin:0 auto;
}

.bt6{
	margin-bottom:6rem !important;
}
.bt4{
	margin-bottom:4rem !important;
}
.bt0{
	margin-bottom:0rem !important;
}
.to6{
	margin-top:6rem !important;
}
.to4{
	margin-top:4rem !important;
}
.to0{
	margin-top:0rem !important;
}



.none{
	display:none;
}

.f_big{
	font-size:150%;
}
.right{
	display:block;
	text-align:right !important;
}

#product h1 {
  font-size:3.2rem;
  line-height: 1.2;
  font-weight: normal;
}

#product h2 {
  font-size:2.8rem;
  line-height: 1.2;
  font-weight: normal;
}
#product section.contents h2 {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  line-height: 1.4;
}

#product h3 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: normal;
}

#product h4 {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: normal;
}


#product p {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: normal;
}

#product li {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: normal;
}


#product button {
	border: 1px solid rgba(0,0,0,0.3);
	transition: 0.3s;
	border-radius: 0.3rem;
	position: relative;
	background-color: #fff;
}
#product button:disabled{
	/*color: rgba(0,0,0,0.3);
	border: 1px solid #f1f1f1;*/
	opacity:0.45;
}

/*--------------------------------------------------------------------------------------*/
#product button.detail {
	display:block;
	width: auto;
	margin: 0rem auto;
	padding: 0.5rem 0.5rem;
	width:4em;
	font-size:1.3rem;
}
#product .comparisonBtn{
	margin: 0 5px 0 0;
	display:block;
	width: auto;
	padding: 0.5rem 0.5rem;
	width:4em;
	font-size:1.6rem;
}
html:lang(en) #product .comparisonBtn{
	width:auto;
	padding: 0.5rem 1rem;
}

#product .comparisonBtn:hover{
	color: rgba(0,94,184,0.5);
}
#product button.detail:hover{
	background-color:rgba(0,94,184,0.1);
}

#product p {
	font-size: 1.4rem;
	line-height: 1.71429;
}
#product .center {
	text-align:center;
}

#loader_bg{
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
	display: flex;
	display: none;
	align-items: center;
	justify-content: center;
	display: flex;
}
#loader_bg.noneDisp {
	display: none;
}

#product section.contents div p{
	margin-bottom:2rem;
}
#product section.contents div p.pBox{
	padding: 1rem;
	border:1px solid rgba(0,94,184,1.0);
	color:rgba(0,94,184,1.0);
}

#product section.contents div li.note{
	margin-top:0.2em;
	margin-bottom:0.5em;
	color:#666;
	font-size:1.2rem;
}


#contents{
	display:flex;
	/*width:100rem;*/
	margin:1rem auto;
	justify-content: space-around;
	align-items: start;
}
#select{
	width:calc(30%);
	
	/*border-right:1px solid #e6e6e6;*/
	/*padding-right:1.5rem;*/
	/*height: 80rem;
	overflow-y: scroll;*/
}

#result{
	width:78%;
}
#result table.searchtable{
	margin-bottom:1rem;
}
#select p.noitem,
#result p.noitem{
	background-color:rgba(229,0,0,1.0);
	color:#fff;
	text-align:center;
}


#result .result_header{
	display:flex;
	background-color:#dae8f5;
	margin-bottom:2rem;
	padding:0rem 1.5rem;
	height: 6.0rem;
	align-items: center;
	justify-content: space-between;
}
#result .result_header button{
	background-color: #fff;
	color: #333;
	font-size:1.4rem;
	position:relative;
	padding: 1rem 0;
	width:15em;
}

#result .result_header button:hover {
	/*color: rgba(0,94,184,0.5);*/
	opacity:0.7;
}
button.switching::after{
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#series button.switching::after {
	left: 1rem;
	top: 50%;
	margin-top: -4px;
	border-bottom: #333 solid 1px;
	border-left: #333 solid 1px;
}
#expansion button.switching::after {
	right: 1rem;
	top: 50%;
	margin-top: -4px;
	border-top: #333 solid 1px;
	border-right: #333 solid 1px;
}
/*比較と検索数*/
#result .searchHead{
	display:flex;
	justify-content: space-between;
	align-items: end;
	margin:0 auto 0.5em;
	width:calc(100% - 6px);
}
#result .searchHead p{
	margin:0 0 0 5px !important;
}
#result .searchHead p.selects{
	background-color:#f0f0f0;
	padding:0.3em 1em;
}
#result .searchHead p.selects label{
	padding-left:1em;
}
#result .searchHead p.selects label span{
	padding-left:0.5em;

}
/*ページ送り*/
#result .change_page{
	display:flex;
	justify-content: space-between;
	align-items: baseline;
	margin:0.5rem 0em;
}
#result .change_page button{
	min-width:1.8em;
	height:1.8em;
	font-size:1.3rem;
}
#result .change_page button.page{
	padding: 0 5px;
}
#result .change_page p{
	margin:0 !important;
}

#result .change_page button[disabled],
#result .change_page button:hover{
	background:#dae8f5;/*rgba(0,94,184,0.1);*/
	color:#333;
	border: 1px solid rgba(0,0,0,0.3);
}
#result .change_page button[disabled]{
	opacity:1;
}
#result .change_page button.special[disabled]{
	background: #fff;
	color:#ccc;
}
#result .change_page span.dispNo,
#result .change_page button.dispNo{
	display:none;
}
#result .change_page button.next:before{
	position: absolute;
	top: calc(50% - 0.6rem);
	right:calc(50% - 0.6rem);
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #666666;
	pointer-events: none;
}
#result .change_page button.next[disabled]:before{
	border-left: 10px solid #ccc;
}
#result .change_page button.back:before{
	position: absolute;
	top: calc(50% - 0.6rem);
	right:calc(50% - 0.4rem);
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 10px solid #666666;
	pointer-events: none;
}
#result .change_page button.back[disabled]:before{
	border-right: 10px solid #ccc;
}
#result .change_page button.next[disabled],
#result .change_page button.back[disabled]{
	background: #fff;
}
#result .change_page button.next[disabled]:hover,
#result .change_page button.back[disabled]:hover{
	background: #fff;
}


/*検索情報*/
#result .info1 {
	border:1px solid rgba(0,0,0,0.3);
	padding:1.5rem 1.5rem;
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	margin-bottom:2rem;
	/*position: relative;*/
	min-height: 6.0rem;
	line-height: 1.2;
}

#result .info1 strong {
	font-weight:normal;
	font-size:1.6rem;
	padding-right:0.5em;
}
#result .info1 span{
	color:#666;
	padding-left:0.5em;
	font-size:1.3rem;
	transition:0.3s;
	display: flex;
	align-items: flex-start;
}
#result .info1 span:after {
	/*content: " | ";*/
}
#result .info1 span:nth-of-type(1):after {
	content: "";
}

#result .info1 button{
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.2em;
	margin-left: 0.3em;
	margin-top: 2px;
	position: relative;
	border: 0;
	background-color:#888;
}
#result .info1 button:after,
#result .info1 button:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	transform: rotate(45deg);
	transform-origin: 50% 50%;
	position: absolute;
	top: 45%;
	right: 0;
	transition:0.3s;
}
#result .info1 button:after{
	transform: rotate(-45deg);
}
#result .info1 button:hover{
	opacity:0.5;
}

/*--------------------------------------------------------------------------------------*/
/*拡張エリア*/

.expansion .usedlist {
	display: flex;
	flex-wrap: wrap;
	margin-bottom:4rem;
}

.expansion .usedlist h3 {
	width:100%;
	padding-left:0;
	margin-top:0em;
	margin-bottom:1em;
	padding-bottom: 0.5em;
}

#series > div.usedlist.serieslink > h3,
#expansion > div:nth-child(2) > h3{
	margin-top:0em;
}
.expansion .usedlist label {
	width: calc(100% / 3 - 2rem / 3);
	position:relative;
	margin-right:1rem;
	margin-bottom:0.5rem;
	transition:0.3s;
}
.expansion .usedlist label:nth-of-type(3n){
	margin-right:0rem;
}
.expansion .usedlist label.disabled{
	opacity: 0.55;
}
.expansion .usedlist label input{
	margin-right:0.5em;
	cursor: pointer;
}

.expansion .usedlist dl.select {
	background-color: #dae8f5;
}
.expansion .usedlist dl {
	/*width: calc(25% - 1rem);*/
}
.expansion .usedlist dl dd {
	font-size:1.3rem;
	transition:0.3s;
}
.expansion .usedlist dl dd li{
	list-style:disc;
	line-height:1.2;
	margin-left:1.5em;
	margin-bottom:0.5em;
}

.expansion .usedlist dl dt {
	text-align:left;
	font-size:1.4rem;
	border-radius: 0.3rem;
	border:1px solid rgba(0,0,0,0.3);
	padding:0.5rem 1em;
}
.expansion .usedlist.imagelink dl dt {
	/*text-align:center;*/
	padding:0.5rem 0em;
}

/*画像付き*/
.expansion .usedlist.imagelink label {
	width: calc(25% - 1rem);
	position:relative;
	margin-right:1.3rem;
}
.expansion .usedlist.imagelink label:nth-of-type(4n) {
	margin-right:0rem;
}
.expansion .usedlist.imagelink dl.select {
	background-color: transparent;
}
.expansion .usedlist.imagelink dl dd {
	box-sizing: border-box;
	overflow: hidden;
	width:100%;
	/*width:18.2rem;*/
	height:14rem !important;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 0.3rem;
}
.expansion .usedlist.imagelink dl dt {
	padding-top:0.7rem;
	border:0;
	border-radius: 0;
	display:block;
	height:auto;
}

.expansion .usedlist.imagelink dl dd img {
	display: block;
	transition-duration: 0.3s;
	width:100%;
}

/*シリーズ*/
.expansion .usedlist.serieslink{
	margin-bottom:3.5rem !important;
}
.expansion .usedlist.serieslink label {
	width: calc(100% / 3 - 2rem / 3);
	margin-right:1rem;
	margin-bottom:1rem;
	padding:1rem;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 0.3rem;
	transition:0.3s;
}
.expansion .usedlist.serieslink label:nth-of-type(3n){
	margin-right:0rem;
}
.expansion .usedlist.serieslink dl {
}
.expansion .usedlist.serieslink dl dt {
	border:0;
	border-radius: 0;
	display:flex;
	height:auto;
	font-size:1.8rem;
	justify-content:start;
	align-items:center;
	margin-bottom:1rem;
}

.expansion .usedlist.serieslink dl dt span{
	margin-left:0.5em;
}
.expansion .usedlist.serieslink dl dd {
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.expansion .usedlist.serieslink dl dd ul{

}
.expansion .usedlist.serieslink dl dd img {
	display: block;
	transition-duration: 0.3s;
	width:11rem;
	height:7.3rem;
	margin:0 0 0 1rem;
	order: 2;
}

/*series検索実行*/
/*h3の特殊レイアウト*/
.expansion h3.flexboxBT{
	display:flex;
	justify-content: space-between;
	align-items:end;
}

#result_table .usage_bt,
.expansion .usage_bt{
	display:flex;
	justify-content: flex-end;
	border-color:transparent;
}

div#result_table div.usage_bt:last-child{
	margin-top:2rem;
}

.expansion .serieslink_bt {
	/*display:flex;
	justify-content:center;*/
}
#result_table .usage_bt button:hover,
.expansion .usage_bt button:hover ,
.expansion .serieslink_bt button:hover {
	/*color: rgba(0,94,184,0.5);*/
	background-color:rgba(0,94,184,0.7);
}
.expansion .usage_bt button:disabled,
.expansion .serieslink_bt button:disabled{
	background-color:#fff;
	font-size: 1.2rem;
	color:#333;
}

/*使い方で検索の検索ボタンを最初の一つのみ表示
.expansion .usage_bt{
	display:none;
}
#expansion .usedlist:nth-of-type(2) h3.flexboxBT .usage_bt{
	display:flex;
}
*/
#result_table .usage_bt button,
.expansion .usage_bt button,
.expansion .serieslink_bt button {
	width: auto;
	/*margin-bottom: 3rem;*/
	padding: 0.5rem 3rem;
	min-height: 3rem;
	font-size: 1.6rem;
	transition:0.3;
	display:block;
	background-color:rgba(0,94,184,1.0);
	color:#fff;
	width:calc(100% / 3 - 1rem);
	/*border: none !important;*/
}

.expansion .usage_bt button::after ,
.expansion .serieslink_bt button::after {
	content: "";
	display: block;
	position: absolute;
	right: 1rem;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	box-sizing: border-box;
	border-top: #fff solid 1px;
	border-right: #fff solid 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#result_table .usage_bt button:before{
	content: "";
	display: block;
	position: absolute;
	left: 1rem;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	box-sizing: border-box;
	border-bottom: #fff solid 1px;
	border-left: #fff solid 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



.expansion .usage_bt button:disabled::after,
.expansion .serieslink_bt button:disabled::after {
	border-top: #000 solid 1px;
	border-right: #000 solid 1px;
}

/*ホバー*/
.expansion .usedlist label:hover{
	/*text-decoration:underline;*/
	/*color: rgba(0,94,184,0.5);*/
	background-color:rgba(0,94,184,0.1);
}
.expansion .usedlist label.disabled:hover{
	background-color: transparent;
}

.expansion .usedlist.imagelink label:hover dt{
	color: rgba(0,94,184,0.5);
	background-color:rgba(0,94,184,0);
}


.expansion .usedlist.serieslink label:hover{
	background-color:rgba(0,94,184,0.1);
}
.expansion .usedlist.serieslink label.disabled:hover{
	background-color: transparent;
}
.expansion .usedlist.serieslink dl:hover dt{
	/*background-color:rgba(0,94,184,0);*/
	background-color: transparent;
}

.expansion .usedlist.imagelink label:hover dd img{
	transform: scale(1.2);
	transition-duration: 0.3s;
	opacity:0.8;
}
.expansion .usedlist.serieslink label:hover dd{
	/*color: rgba(0,94,184,0.5);*/
}
.expansion .usedlist.serieslink label:hover dd img{
	/*opacity:0.8;*/
}


/*--------------------------------------------------------------------------------------*/

#select .selcttype{
	display:flex;
	margin-bottom:2rem;
	border-bottom:1px solid rgba(0,94,184,1);
}
#select .selcttype li{
	font-size:1.6rem;
	width:calc(50% - 2px);
	text-align:center;
	padding:0.3em 0;
	position:relative;
	border:1px solid rgba(0,94,184,0.5);
}
/*英語版ずらす*/
/*html:lang(en) #select .selcttype li{
	font-size:1.4rem;
	padding:0.3em 0 0.3em 1em;
}*/

#select .selcttype li:nth-of-type(1){
	margin:0 2px 0 0px;
}
#select .selcttype li:nth-of-type(2){
	margin:0 0px 0 2px;
}
#select .selcttype li.active{
	background-color:rgba(0,94,184,1);
	color:#fff;
}
#select .selcttype li:hover{
	opacity:0.6;
	background-color:rgba(0,94,184,0.2);
	cursor:pointer;
}
#select .selcttype li.active:hover{
	opacity:1;
	background-color:rgba(0,94,184,1);
}

/*チェックボックス 2022/01/27無くす*/
/*
#select .selcttype li:before{
	content: "";
	display: block;
	position: absolute;
	left: 1rem;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border: #333 solid 1px;
	opacity:0.5;
}

#select .selcttype li.active:before{
	border: #fff solid 1px;
	opacity:0.5;
}
#select .selcttype li:hover:after,
#select .selcttype li.active:after{
	content: "";
	display: block;
	position: absolute;
	left: 1.3rem;
	top: calc(50% - 10px);
	width: 8px;
	height: 13px;
	box-sizing: border-box;
	border-bottom: #fff solid 2px;
	border-right: #fff solid 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#select .selcttype li.active:hover:after{
	border-bottom: #fff solid 2px;
	border-right: #fff solid 2px;
}
#select .selcttype li:hover:after{
	border-bottom: #666 solid 2px;
	border-right: #666 solid 2px;
}*/

/*検索用のヘッダー*/
#select .select_header{
	display:flex;
	justify-content: space-between;
	background-color:#dae8f5;
	margin-bottom:2rem;
	padding:0rem 1.5rem;
	height: 6.0rem;
	align-items: center;
}
#select .select_header .allclear{
	background-color: #fff;
	color: #333;
	font-size:1.4rem;
	position:relative;
	padding: 1rem 2.5rem 1rem 0.5rem;
}
html:lang(en) #select .select_header .allclear{
	width:12rem !important;
}

#select div.top_magine{
	margin-top:3rem;
}

/*プルダウンメニューの場合*/
#select .pulldown{
	position:relative;
}
#select .pulldown select{
	/*-moz-appearance: auto;
	-webkit-appearance: auto;*/
	position: relative;
	font-size:1.2rem;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 0.3rem;
	width:100%;
	padding: 0;
	padding-left:0.1rem;
	transition:0.3s;
	height: 4.0em;
	line-height:1.35;
	background-color: #fff;
	mix-blend-mode: multiply;
}
#select .spec_input,
#select .pulldown.spec_range{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-top:1rem;
}
#select .spec_input{

	margin-top:0rem;
}

#select .pulldown.spec_range select{
	padding: 0.7rem 1.0rem;
	height: auto;
	width:60%;
	text-align: center;
}
#select .spec_input .text_area{
	width:60%;
}

#select .pulldown select:hover{
	color:rgba(0,94,184,0.5);
}
/*プルダウン親の無効*/
#select .pulldown select[disabled]{
	opacity: 0.45;
}
#select .pulldown select[disabled]:hover{
	color:#333;
}
#select .pulldown.disabled:before {
	display:none;
}

/*#select .list.select,*/
#select .pulldown.select,
#select .pulldown select.select{
	background:#dae8f5;/*rgba(0,94,184,0.1);*/
}
#select .pulldown select:hover option,
#select .pulldown select.select option{
	background-color: #fff;
	color:#333;
}
#select .pulldown:before {
	position: absolute;
	top: calc(50% - 0.4rem);
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #666666;
	pointer-events: none;
}
#select .pulldown.spec_range:before {
	top: calc(50% - 0.7rem);
}

#select .pulldown:hover:before{
	border-top: 10px solid rgba(0,94,184,1);
}
#select .pulldown select option{
	font-size:1.4rem;
}
#select .pulldown select option:disabled{
	color:rgba(0,0,0,0.3);
}
#select .pulldown select option:hover{
	box-shadow: 0 0 10px 100px #f00 inset;
}
#select .pulldown.top_margin{
	margin-top:1rem;
}

/*テキストエリアの場合*/
#select .border{
	/*border-top:1px solid #e6e6e6;*/
	margin-top:0.5rem;
	padding-top:1rem;
}
#select div .select_title2{
	margin-top:0rem !important;
}
#select div .free_text_area,
#select div .text_area{
	display:flex;
}
#select div .free_text_area input:focus,
#select div .text_area input:focus{
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
	outline: 2px solid rgba(0,94,184,1);
	background-color: rgba(0,94,184,0.05);
}
#select div input.intext{
	background-color: rgba(0,94,184,0.1);
}

#select div .free_text_area:nth-of-type(n + 2){
	margin-top:0.5em;
}
.type_free_text,
#x_field,
#y_field,
#distance{
	border: 1px solid rgba(0,0,0,0.3) !important;
	padding: 0.5rem 1.0rem !important;
	width:calc(100% - 1rem);
	font-size:1.6rem;
}

#select div .free_text_area button.search,
#select div .text_area button.search {
	width:  7rem;
	min-height: 2.5rem;
	font-size: 1.2rem;
}
#select div .free_text_area button.search:hover,
#select div .text_area button.search:hover{
	color: rgba(0,94,184,0.5);
}

/*ラジオボタンの場合*/
#select div:nth-of-type(1) .select_title{
	margin-top:0rem;
}
#select div .select_title{
	margin-top:1rem;
	display:flex;
	justify-content:start;
	align-items: center;
	margin-bottom:0.5rem;
}
#select div.select_title p{
	margin-bottom:0 !important;
	font-weight:normal;
}
#select .allclear,
#select .select_title button{
	min-height: auto;
	width:auto;
	margin: 0rem;
	padding: 0.5rem 0.5rem;
}
#select .select_title button{
	width:0.3rem;
	height:0.3rem;
	margin-left:1em;
	position:relative;
	border:0;
	/*background-color:#888;*/
	
}
#select .select_title button.clear_bt{
	display:block;
}

#select .select_title button.clear_bt.dispOff,
#select div button.dispOff{
	display:none;
}

#select .allclear:before,
#select .allclear:after,
#select .select_title button:before,
#select .select_title button:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #333;
	transform: rotate(45deg);
	transform-origin: 50% 50%;
	position: absolute;
	top: 50%;
	left:0%;
	transition:0.3s;
}
#select .allclear:after,
#select .select_title button:after{
	transform: rotate(-45deg);
}
#select .allclear:before,
#select .allclear:after{
	width: 1em;
	right:5px;
	left:auto;
	top:50%;
	background: #000;
}
/*
#select .allclear:hover{
	color: rgba(229,0,0,0.8);
}*/
/*
#select .allclear:hover:before,
#select .allclear:hover:after,
#select .select_title button:hover:before,
#select .select_title button:hover:after{
	background-color:rgba(229,0,0,1);
}*/

#select .allclear:hover{
	opacity:0.7;
}
#select .select_title button:hover{
	opacity:0.5;
}


#select .list{
	/*display:flex;
	flex-wrap: wrap;
	position:relative;*/
}
#select .list.selecttype{
	display:flex;
	justify-content: space-between;
}
#select .list.selecttype label {
	width: calc(50% - 0.5rem);
}
#select .list label{
	/*width:calc(50% - 0.5rem);*/
	/*margin:0 0.8em 0.5em 0;*/
	width:100%;
	margin:0 0em 0.5em 0;
	font-size:1.2rem;
	transition:0.3s;
	display: flex;
	align-items:center;
	line-height:1;
	border: 1px solid rgba(0,0,0,0.3);
	padding: 1rem 0.3rem 1rem 0.7rem;
	transition: 0.3s;
	border-radius: 0.3rem;
	word-break: break-all;
	/*min-height: 2.5em;*/
}
/*セレクトメニュー 選択中*/
#select .list label.select{
	background-color:#dae8f5;/*rgba(0,94,184,0.1);*/
}
/*セレクトメニュー 選択不可*/
#select .list label.disabled{
	/*color:rgba(0,0,0,0.15);
	border: 1px solid rgba(0,0,0,0.03);
	display:none;*/
	opacity:0.45;
}

#select .list label:hover{
	color:rgba(0,94,184,0.5);
}

#select .list label.disabled:hover{
	color:#333;
}
#select .list label span{
	display:inline-block;
	margin:0rem 0 0 0.5rem;
	position:relative;
	top: 0px;
}
#select .list label span.remainingNum{
	margin:0;
}
/*検索ボタン*/
#select button.search{
	border-left:0px;
	border-radius:0 0.3rem 0.3rem 0;
}
#select input.input_number{
	border-radius:0.3rem 0 0 0.3rem;
}


/*検索結果表*/
.tabledisp{
	/*overflow-x: scroll;*/
}
#product section.contents div table {
	border-collapse:collapse;
	width:100%;
	/*width: max-content;*/
	min-width:100%;
	/*height:100%;*/
	height:1px;
}
#product section.contents div table.w_half {
	width:50%;
	margin:0 auto;
}

#product section.contents div tr {
	border-left:0.3rem solid #fff;
	border-right:0.3rem solid #fff;
}
#product img.thumb{
	width: auto;
	height: 5.5em;
	display:block;
	margin:auto;
	/*乗算*/
	mix-blend-mode: multiply;
}

#product section.contents div td {
	border: 1px solid rgba(0,0,0,0.15);
	margin:auto;
	padding:0.5rem 0.5rem;
	/*text-align: right;*/
	line-height: 1.6;
	font-size:1.4rem;
	vertical-align:middle;
}
#product section.contents div td.center{
	text-align: center;
}
#product section.contents div td.left{
	text-align: left;
}

#product section.contents div td.td_center {
	text-align: center;
}
#product section.contents div td.td_right {
	text-align: right;
}

#product section.contents div th {
	font-weight:normal;
	background-color:#f0f0f0;
	border: 1px solid rgba(0,0,0,0.15);
	padding:0.5em 0.5em;
	text-align:center;
	line-height: 1.2;
	font-size:1.4rem;
	vertical-align:middle;
}
#product section.contents div th.top {
	vertical-align:top !important;
}


/*検索表内の比較用チェックボックスcheckBox*/
#product section.contents div td.comparison {
	height:100%;
	padding:0;
}
#product section.contents div td.comparison label{
	/*border:1px solid red;*/
	height:100%;
	width:100%;
	padding:0.5rem 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*ソート*/
.sortblock{
	display:flex;
	align-items:center;
	justify-content:center;
}
.sortblock span{
	width:calc(100% - 2rem);
}

.sortblock button{
	display:block;
	width: 1.6rem;
	height: 1.6rem;
	border: 0px solid rgba(0,0,0,0.0) !important;
}
.sortblock div{
	/*border: 1px solid rgba(0,0,0,0.3);*/
}
.sortblock button:before{
	position: absolute;
	padding: 0;
	content: '';
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	pointer-events: none;
	transition:0.3s;
}
.sortblock button.up:before {
	bottom:0.2rem;
	right: 0;
	border-bottom: 0.8rem solid #999;
}
.sortblock button.down:before {
	top:0.2rem;
	right:0;
	border-top: 0.8rem solid #999;
}
.sortblock button:hover{
	/*opacity:0.5;*/
}
.sortblock button:hover,
.sortblock button.active{
	/*background-color:#dae8f5;*/
}
.sortblock button.up:hover:before,
.sortblock button.up.active:before{
	border-bottom: 0.8rem solid rgba(0,94,184,1.0);
}
.sortblock button.down:hover:before,
.sortblock button.down.active:before{
	border-top: 0.8rem solid rgba(0,94,184,1.0);
}

/**/
#product section.contents div tr:nth-child(2n) td {
	/*background: #fafafa;*/
}
#replace_accessory1 tr:nth-child(2n+1) td,
#replace_accessory2 tr:nth-child(2n+1) td,
#replace_accessory3 tr:nth-child(2n+1) td,
#replace_accessory4 tr:nth-child(2n+1) td {
	background: #fff !important;
}

#product section.contents div tr td .tdTitle{
	border: 1px solid #ccc;
	font-size: 80%;
	padding: 0 0.2em;
	margin-right: 0.3em;
	/*background-color: #666;
	color: #fff;*/
}
#product section.contents div tr td .tdTitle.block{
	/*display:block;*/
}
#product section.contents div table td.comparison,
#product section.contents div table th.comparison{
	width:2em;
	max-width:2em;
	text-align:center;
}
#product section.contents div table td.product,
#product section.contents div table th.product{
	width:10rem !important;
	max-width:10rem !important;
}
#product section.contents div table td.product span.option{
	font-size:89%;
	display:block;
}

/*2022-01-27  商品写真クリック*/
#product section.contents div table td.product.tdclick{
	cursor:pointer;
}
#product section.contents div table td.product.tdclick div{
	transition:0.3s;
}
#product section.contents div table td.product.tdclick:hover div{
	opacity:0.6;
}
/**/
#product section.contents div table td.product a{
	transition:0.3s;
	text-decoration:none;
	color:#333;
}
#product section.contents div table td.product a:hover{
	opacity:0.6;
}

#product section.contents div table td.detail,
#product section.contents div table th.detail{
	width:5em;
	max-width:5em;
}
/*--------------------------------------------------------------------------------------*/
/*詳細選択*/
/*--------------------------------------------------------------------------------------*/
#select_lensspec .lensspec img{
	width:100%;
	margin-top:1rem;
	margin-bottom:1rem;
}
#select_lensspec .lensspec div:nth-child(2) img{
	/*margin-top:2rem;*/
}

/*--------------------------------------------------------------------------------------*/
/*モーダル*/
/*--------------------------------------------------------------------------------------*/
#modalbg {
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
	display: flex;
	opacity: 1;
	/**/
	align-items: center;
	justify-content: center;
}
#modalbg.noneDisp {
	display: none;
}

#modalbg .detailSection{
	position:relative;
	height:85%;
}


#modalbg .comparison_web,
#modalbg iframe{
	width: 120rem;
	background-color: white;
	height: 100%;
	padding:0;
}
#modalbg .comparison_web{
	overflow:scroll;
	position:relative;
}

#modalbg .modalclear{
	position:absolute;
	/*left:calc(50% + 55rem);*/
	/*top:calc((100% - 50rem) / 2 - 5rem);**/
	top: -6rem;
	right:0;
	width:5rem;
	height:5rem;
	background-color: transparent;
	border:0px;
}
#modalbg .modalclear:before{
	content: "";
	display: block;
	width: 5rem;
	height: 3px;
	background: #fff;
	transform: rotate(45deg);
	transform-origin: 50% 50%;
	position: absolute;
	top: 50%;
	right:0;
	transition:0.3s;
}
#modalbg .modalclear:after{
	content: "";
	display: block;
	width: 5rem;
	height: 3px;
	background: #fff;
	transform: rotate(-45deg);
	transform-origin: 50% 50%;
	position: absolute;
	top:50%;
	right:0;
	transition:0.3s;
}
#modalbg .modalclear:hover:before,
#modalbg .modalclear:hover:after{
	opacity:0.658;
}

/*--------------------*/
/*アラート表示*/
#modalbg section.alert {
	width: aiuto;
	background-color: #fff;
	height: auto;
	padding: 3rem 2rem;
	border: 1px solid #333;
}
#modalbg section.alert p{
	margin-bottom:2rem;
	font-size:1.4rem;
	text-align:center;
	max-width: 30rem;
	line-height:1.4;
}
#modalbg section.alert p a{
	color:#005eb8;
	transition:0.3s;
}
#modalbg section.alert p a:hover{
	opacity:0.8;
}
#modalbg section.alert .yn{
	display:flex;
	justify-content: center;
	margin-top:2rem;
}
#modalbg section.alert button {
	padding: 1rem 0;
	width: calc(25rem);
	border: 1px solid #e6e6e6;
	transition: 0.3s;
	border-radius: 0.3rem;
	margin: 0 3rem;
	position: relative;
}
#modalbg section.alert button:hover{
	background-color: rgba(0,94,184,0.1);
}
#modalbg section.alert button:after {
	content: "";
	display: block;
	position: absolute;
	right: 1rem;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	box-sizing: border-box;
	border-top: #000 solid 1px;
	border-right: #000 solid 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*--------------------*/
/*モバイル版のスクロールボタン*/
#operation {
	display:none;
	position: fixed;
	bottom:-10px;
	left:0;
	width:100%;
	padding:0;
	z-index: 110;
}

#operation a {
	color:#fff;
	background-color:rgba(0,94,184,1);
	display:block;
	width:calc(50% - 40px);
	text-align:center;
	font-size:1.4rem !important;
	border-radius: 0.2rem;
	padding:10px 0px 20px;
	margin:0 20px;
	text-decoration:none;
}
#operation a span {
	font-size:1.0rem !important;
}

#operation.disp{
	display: none;
}

/*-------------------------------------------*/
/*タブレット*/
/*-------------------------------------------*/
@media (min-width:769px) and (max-width:1080px) {
	#product section div.w1000-t0, #product section div.w1000-t, #product section div.w1000 {
		width:100%;
		margin:0;
	}
	#product header section {
		width: 100%;
		margin:0;
		padding: 2rem 20px;
	}
	section.contents{
		width:100%;
		padding:0 20px;
	}
	/*2つのエリアの比率*/
	#select {
		width: calc(30% - 2rem);
		margin-right: 2rem;
	}
	#result {
		width: 70%;
	}
	/*拡張エリア*/
	.expansion .usedlist.imagelink dl dd{
		height:auto !important;
	}
	#modalbg .comparison_web, #modalbg iframe{
		width:100%;
	}
	
	/*モーダルの高さ*/
	#modalbg .detailSection{
		height: calc(100% - 61px);
		top: 30px;
		width:100%;
	}
	/**/
	.tabledisp{
		overflow-x: scroll;
	}
	#product section.contents div table {
		width: max-content;
	}
	/*検索実行などのぼたん*/
	#result_table .usage_bt button, 
	.expansion .usage_bt button, 
	.expansion .serieslink_bt button {
		width: calc(100% / 2 - 1rem);
	}
}

/*-------------------------------------------*/
/*モバイル向け*/
/*-------------------------------------------*/
@media screen and (max-width:768px) {
	#product section div.w1000-t0, #product section div.w1000-t, #product section div.w1000 {
		width:100%;
		margin:0;
	}
	#product header section {
		width: 100%;
		margin:0;
		padding: 2rem 20px;
	}
	section.contents{
		width:100%;
		padding:0 20px;
	}
	#contents{
		display:block;
	}
	#result {
		width: 100%;
		margin-top:6rem;
	}
	#result .result_header button{
		width:auto;
		padding:1rem 2rem 1rem 2rem;
	}
	/*選択肢*/
	#select{
		width:100%;
	}

	#select .textbox,
	#select .list{
		/*display:flex;
		flex-wrap: wrap;*/
		position:relative;
	}

	#select .list label {
		/*width: calc(100% / 2 - 0.5rem);*/
		margin: 0 0.8em 0.5em 0;
	}
	#select .list label:nth-child(2n){
		margin-right:0;
	}
	#select .textbox div{
		width: calc(50% - 0.5rem);
		margin: 0 0.8em 0.5em 0;
	}
	#select .textbox div:nth-child(2n){
		margin-right:0;
	}

	#select div .free_text_area:nth-of-type(n + 2){
		margin-top:0em;
	}
	
	
	/*拡張エリア*/
	.expansion > div:nth-child(2){
		margin-bottom:2rem;
	}
	.expansion .usedlist label{
		/*width: calc(50% - 1rem);*/
		width:auto;
	    margin-right: 1rem;
	}
	.expansion .usedlist label:nth-of-type(3n) {
	    margin-right: 1rem;
	}
	.expansion .usedlist.imagelink dl dd{
		height:auto !important;
	}
	.expansion .usedlist.imagelink label {
    	width: calc(50% - 0.9rem);
    }
	.expansion .usedlist.imagelink label:nth-of-type(4n) {
		margin-right:0rem;
	}
	.expansion .usedlist.imagelink label:nth-of-type(2n) {
		margin-right:0rem;
	}


	.expansion .usedlist dl dt{
		
	}
	.expansion .usedlist.serieslink label {
		width: calc(100% / 2 - 1rem / 2);
		margin-right:1rem;
	}
	.expansion .usedlist.serieslink label:nth-of-type(3n){
		margin-right:1rem;
	}
	.expansion .usedlist.serieslink label:nth-of-type(2n){
		margin-right:0rem;
	}

	.expansion .usedlist.serieslink dl dt{
		padding:0;
	}
	.expansion .usedlist.serieslink dl dd img{
		padding:0.5em 0;
	}



	/*ページ*/
	#result .change_page{
		display:block;
	}
	.page_button{
		text-align:left;
	}
	/*在庫*/
	#result .searchHead p.selects{
		display:flex;
	}
	#result .searchHead p.selects label{
		display:block;
		
	}
	/*検索結果表*/
	.tabledisp{
		overflow-x: scroll;
	}
	#product section.contents div table {
		width: max-content;
	}
	
	#modalbg .comparison_web, #modalbg iframe{
		width:100%;
	}
	
	/*モーダルの高さ*/
	#modalbg .detailSection{
		height: calc(100% - 61px);
		top: 30px;
		width:100%;
	}
	
	#operation.disp{
		display: flex;
	}
	#result_table .usage_bt button, 
	.expansion .usage_bt button, 
	.expansion .serieslink_bt button{
		width:100%;
	}
	.expansion .usedlist.serieslink dl dd{
		display:block;
	}
	.expansion .usedlist.serieslink dl dd img{
		width:100%;
		height:auto;
		margin:0;
	}
	#result .info1 span{
		font-size:1.2rem;
		display:inline;
	}

	/*--------------------------------------------------------------------------------------*/
	/*詳細選択*/
	/*--------------------------------------------------------------------------------------*/
	#select_lensspec .lensspec{
		margin-top:2rem;
		display:flex;
		justify-content: space-between;
	}
	#select_lensspec .lensspec img{
		width:100%;
		margin-bottom:1rem;
	}
	#select_lensspec .lensspec div{
		width:calc(50% - 1rem);
	}
	#select_lensspec .lensspec div div{
		width:100%;
	}
	#select_lensspec .lensspec div:nth-child(2) img{
		margin-top:0rem;
	}

}
