@charset "UTF-8";
/* CSS Document */


.caption--lv1 {
	margin: 3vw auto 5vw;
	padding: 0;
	width: 90vw;
	min-height: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #000;
	font-size: 1.6em;
}

.thumFlBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

#tmpl_main .thumFlBox .thumbBox img{
    width: auto;
    max-width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}


.tabs4{ position:relative; margin: 30px auto 60px; width: 100%; }
.tabs4 .tab-buttons span{
	 width: calc(100% / 4 - 2%); height: 100%; text-align: center; font-size: 1.6em; font-weight: 700; line-height: 36px; color:#6c6c6c; border-bottom: 2px solid #b2b2b2; display: flex; justify-content: center; align-items: center; cursor:pointer;
}
.tabs4 .tab-buttons span a{ color:#6c6c6c;}
.tabs4 .tab-buttons span.active a{ color:#000;}
.tabs4 .tab-buttons span a:hover,.tabs4 .tab-buttons span.active a:hover{ color:#000;}
.tabs4 #lamp{ 
	width:calc(100% / 4 - 2%); height:2px; background:#0F325B; display:block; position:absolute; top:34px; transition: all .3s ease-in;
}
.tabs4 #lamp.content1{ left:0; transition: all .3s ease-in; }
.tabs4 #lamp.content2{ left:calc((102% / 4 ) * 1 + 1% / 4); transition: all .3s ease-in; }
.tabs4 #lamp.content3{ left:calc((102% / 4 ) * 2 + 1% / 4); transition: all .3s ease-in; }
.tabs4 #lamp.content4{ left:calc((102% / 4 ) * 3 + 1% / 4); transition: all .3s ease-in; }

 .caption{
	/*color: #193258;*/
	font-weight: 700;
	background-color: #EBEEF4;
	font-size: 1.6em;
	padding: 10px 12px;
	margin: 0.3em 0 0.7em;
}
.display-inline-block{
    display: inline-block;
}
.notice{
    color: #d00;
}
.specTable3 .notice{
    color: #d00;
    font-size: 1em;
}
.mb-1em{
    margin-bottom: 1em;
}
#tmpl_main .imgBoxArrow{
	border: 1px solid #4D4D4D;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#tmpl_main .imgBoxArrow img{
	width: auto;
	height: auto;
	flex:0 1 45%;
	position: relative;
}

.filterMatrix:first-of-type{
	margin-top: 1em;
}
.filterMatrix{
	display: flex;
	justify-content: space-between;
	align-items: stretch;

}
.filMtrxBox{
	display: flex;
	align-items: stretch;
	background-color: #EBEEF4;

}
.filMtrxBox.standard{
	background-color: #DAE9FF;
}
.filMtrxBox .filMtrxBoxImage{
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex:1 1 50%;
}
#tmpl_main .filMtrxBox .filMtrxBoxImage img{
	width: auto;
	height: auto;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
}
.filMtrxBox .filMtrxBoxText{
	border: 1px solid #000000;
	border-right: none;
	padding: 6px 9px;
	flex:1 1 50%;
}
.filMtrxBox .filMtrxBoxText table{
	margin-right: 2em;
	margin-left: 1em;
}
.filMtrxBox .filMtrxBoxText table tbody{
	position: relative;
}
.filMtrxBox .filMtrxBoxText h5{
	font-size: 1.1em;
	font-weight: 700;
	border-left:2px #0F325B solid ;
	text-align: left;
	padding-left: 4px;
	line-height: 1.2;
	margin: 10px 8px;
}
/*
.filMtrxBox .filMtrxBoxText table tbody::before{
	display: block;
	content: "";
	position: absolute;
	top: 1em;
	bottom: 1em;
	left: -0.5em;
	width: 0.5em;
	border: 1px solid #000000;
	border-right: none;
}
.filMtrxBox .filMtrxBoxText table tbody::after{
	display: block;
	content: "";
	position: absolute;
	top: 1em;
	bottom: 1em;
	right: -1.5em;
	width: 0.5em;
	border: 1px solid #000000;
	border-left: none;
}
*/
.filMtrxBox .filMtrxBoxText table td{
	text-align: right;
	width: 3em;
}
@media screen and (max-width: 640px) {
    .tabs4{width: 95vw; overflow-x: scroll; margin: 5vw 0 5vw 5vw;}
	.tabs4 .tab-buttons{width: 110vw; margin:0 5vw 20px 0;}
	.tabs4 .tab-buttons span{ font-size: 3.5vw; line-height: 12vw;}
    .tabs4 #lamp{ top:7.5vw; width:calc(120% / 4 - 4%);}
	.tabs4 #lamp.content1{ left:0; transition: all .3s ease-in; }
.tabs4 #lamp.content2{ left:calc((120% / 4 ) * 1 + 1% / 4); transition: all .3s ease-in; }
.tabs4 #lamp.content3{ left:calc((120% / 4 ) * 2 + 1% / 4); transition: all .3s ease-in; }
.tabs4 #lamp.content4{ left:calc((120% / 4 ) * 3 + 1% / 4); transition: all .3s ease-in; }

     .caption{
        font-size: 1.1em;
        color: #000000;
    }
    .anchor a{ margin-bottom: 3vw; padding-top: 0; flex:0 1 50%;  font-size: 3.5vw; border-right: 1px solid #989898; background-size: 5%;}
    .anchor a:nth-child(odd){ border-left: 1px solid #989898; }
    .thumFlBox{
        flex-direction: column;
    }
    .inner{
        width: 90%;
        margin:0 5%;
    }
    .ovf-x{
        overflow-x: auto;
    }
    #tmpl_main .imgBoxArrow {
		flex-direction: column;
	}
	#tmpl_main .imgBoxArrow img{ max-width: 90%; border:none; }
	#tmpl_main .imgBoxArrow .arrow{
		background-color: #0F325B;
		width: 18px;
		height: 18px;
		position: relative;
		margin-top: -9px;
	}
	#tmpl_main .imgBoxArrow .arrow + img{
		margin-top: 18px;
	}
	#tmpl_main .imgBoxArrow .arrow::before{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-color: transparent;
		border-top: 18px solid #0F325B;
		border-left: 18px solid transparent;
		border-bottom: 0px solid transparent;
		border-right: 18px solid transparent;
		position: absolute;
		bottom: -18px;
		left: calc(50% - 18px);

	}
	.filterMatrix {
		flex-direction: column;
	}
	.filMtrxBox{
		margin-bottom: 1em;
	}
    .ISPtitle p{
        margin-top: 11vw;
    }

}
@media screen and (min-width: 641px) {	
    .ISPtitle p{
        margin-top: 63px;
    }
    .caption--lv1 {
		margin: 25px auto 10px;
		padding: 0 50px 0 0;
		width: 100%;
		min-height: 36px;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #000;
		font-size: 2.6em;
	}
    .thumFlBox .thumbBox{
        flex:0 0 200px;
    }
    .thumFlBox .cntntBox{
        flex: 0 1 calc(98% - 200px);
    }
	.btnBox{
        padding: 30px 0;
		background-color: #ECEFF5;
	}
	/*
	#tmpl_main .imgBoxArrow img{
		max-width: 45%;
        border: none;
	}
	*/
    #tmpl_main .detail .imgBoxArrow img{ width: 100%; border:none; }
    #tmpl_main .detail .imgBoxArrow {
        flex-direction: column;
    }
	#tmpl_main .detail .imgBoxArrow .arrow{
		background-color: #0F325B;
		width: 18px;
		height: 18px;
		position: relative;
		margin-top: -9px;
	}
	#tmpl_main .detail .imgBoxArrow .arrow + img{
		margin-top: 18px;
	}
	#tmpl_main .detail .imgBoxArrow .arrow::before{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-color: transparent;
		border-top: 18px solid #0F325B;
		border-left: 18px solid transparent;
		border-bottom: 0px solid transparent;
		border-right: 18px solid transparent;
		position: absolute;
		bottom: -18px;
		left: calc(50% - 18px);
        top: unset;
        right: unset;

	}
	#tmpl_main .imgBoxArrow .arrow{
		background-color: #0F325B;
		width: 18px;
		height: 18px;
		position: relative;
		margin-left: -9px;
	}
	#tmpl_main .imgBoxArrow .arrow::before{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-color: transparent;
		border-top: 18px solid transparent;
		border-right: 0px solid transparent;
		border-bottom: 18px solid transparent;
		border-left: 18px solid #0F325B;
		position: absolute;
		right: -18px;
		top: calc(50% - 18px);
	}
    .ovf-x{
        display: block;
    }
	.filterMatrix{
		margin-bottom: 20px;
	}
	.filMtrxBox{
		flex: 0 1 calc(50% - 15px);
	}
	.filMtrxBoxText{
		font-size: 1.4em;
	}
}