@charset "UTF-8";
/* CSS Document */
.products{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 80px 0;
}
.image{
	width: 48%;
}
.image .products-slider{
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
}
.image .thumbnail{
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.image .thumbnail li{
	width: 22% !important;
	border-radius: 10px;
	overflow: hidden;
    cursor: pointer;
}
.image .thumbnail li:not(:last-child){
	margin-right: 4%;
}
.spec{
	width:48%;
}
.spec h1{
	font-size: 250%;
	font-weight: 700;
	line-height: 1.4;
}
.spec h1 span{
	font-size: 45%;
	display: block;
}
.spec ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:2%;
	margin-bottom: 20px;
}
.spec ul li{
	width:49%;
	color:#fff;
	background: #333;
	border-radius: 5px;
	text-align: center;
	margin: 5px 0;
	font-size: 90%;
}
.spec h2{
	font-weight: 700;
	font-size: 112.5%;
	line-height: 1.5;
}
.spec p{
	margin: 20px 0;
}
.spec table{
	width:100%;
}
.spec table caption{
	font-weight: 700;
}
.spec table tr{
	border-top:1px solid #333;
}
.spec table tr:last-child{
	border-bottom:1px solid #333;
}
.spec table th{
	width: 35%;
	background: #f0f0f0;
	padding: 5px 0 5px 20px;
}
.spec table td{
	width: 65%;
	background: #fff;
	padding: 5px 0 5px 20px;
}
.merit{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin: 40px auto;
}
.merit h3{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background:#0068b7;
	color:#fff;
	width:15%;
	font-weight: 700;
}
.merit div{
	width:83%;
}
.merit ul li{
	text-indent: -1.4em;
	margin-left:1.4em;
	line-height: 1.4;
	padding: 5px 0;
}
.merit ul li:before{
	content:"●";
	margin-right: 5px;
}
.target{
	border:1px solid #666;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding: 20px 0;
}
.target h3{
	display: flex;
	align-items: center;
	justify-content: center;
	width:15%;
	font-weight: 700;
}
.target div{
	width:83%;
}
.lineup{
	width:100%;
	margin: 60px auto 0;
}
.lineup caption{
	font-weight: 700;
}
.lineup .line{
	border-bottom: 1px solid #999;
}
.lineup th{
	border-top:1px solid #999;
	border-bottom: 1px solid #999;
	background: #f0f0f0;
}
.lineup td{
	border-bottom: 1px dotted #999;
	background: #fff;
	line-height: 1.4;
	padding: 5px 0;
}
.lineup th,
.lineup td{
	text-align: center;
}
.lineup th:not(:last-child),
.lineup td:not(:last-child){
	border-right:1px solid #999;
}
.title {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: 115%;
	padding: 5px 0;
	margin: 60px 0 40px;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.title:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 1.5em;
	background-color: #0068b7;
	margin-right: 8px;
}
.custom ul{
	display: flex;
	flex-wrap: wrap;
	gap:3.5%;
	align-items: stretch;
}
.custom ul li{
	width: 31%;
	margin: 0 0 30px;
}
.custom ul li div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-weight: 700;
	margin: 5px 0;
}
.custom .tags{
	background: #f0f0f0;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin:20px 0 30px; 
}
.custom .tags img{
	width:320px;
}
.example figure{
	width:80%;
	margin: 0 auto;
}
.link li:before{
	content:"▶︎";
	color:#0068b7;
	margin-right: 5px;
	font-size: 50%;
	vertical-align: middle;
}
.link li a{
	line-height: 2;
	text-decoration: underline;
}
.spblock{
	display: none;
}
.performance{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.performance figure{
	width: 48%;
}
.performance div{
	width: 47%;
}
.performance div h3{
	font-weight: 700;
	font-size: 140%;
}
.installation{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	border: 1px solid #666;
	margin-top: 50px;
}
.installationbox{
	width: 48%;
}
.installationbox h3{
	font-weight: 700;
	font-size: 140%;
}
.installationbox div{
	background: #f0f0f0;
	padding: 10px 30px;
	margin-top: 15px;
}
.installationbox h4{
	font-weight: 700;
	font-size: 110%;
}
.installationbox h4 span{
	font-weight: 400;
	font-size: 85%;
	display: inline-block;
	margin-left: 15px;
}
.installationbox p span{
	font-weight: 700;
	color:#0068b7;
}
.installation figure{
	width: 48%;
}
.pcnone{
	display: none;
}
.installation .motome{
	width:100%;
	font-weight: 700;
	font-size: 140%;
}
.installation .keisan{
	display: block;
}
.installation .keisan span{
	color:#fff;
	background: #0068b7;
	padding:1px 10px;
	margin: 0 10px;
	border-radius: 5px;
	font-size: 80%;
}
.download{
	text-align: center;
	margin: 100px auto 150px;
}
.download a{
	font-weight: 500;
	color:#0068b7;
	border:2px solid #0068b7;
	padding: 10px 60px;
	display: inline-block;
	background: #fff;
	border-radius: 100px;
	margin-top: 10px;
	transition: 0.3s all ease;
	position: relative;
}
.download a:after{
	content:"";
	position: absolute;
	border-left: 2px solid #0068b7;
	border-top: 2px solid #0068b7;
	transform: rotate(135deg);
	width: 10px;
	height: 10px;
	right:22px;
	bottom: 40%;
	transition: 0.3s all ease;
}
.download a:hover{
	color:#fff;
	background: #0068b7;
}
.download a:hover:after{
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	right:15px;
}
.red{
	color:red;
}
.selection table{
	width:100%;
}
.selection table caption{
	font-weight: 700;
}
.selection table tr{
	border-top:1px solid #999;
}
.selection table tr:last-child{
	border-bottom:1px solid #999;
}
.selection table th{
	width: 20%;
	background: #f0f0f0;
	padding: 5px 0 5px 20px;
}
.selection table td{
	width: 80%;
	background: #fff;
	padding: 5px 0 5px 20px;
}
.selection table td span{
	font-size: 0.8em;
	vertical-align: top;
}
.comparison{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: stretch;
}
.comparison > div{
	display: flex;
	flex-direction: column;
	align-items: center;
	width:30%;
}
.comparison > div .liningtitle{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	height: 4em;
}
.comparison h3{
	line-height: 1.4;
	text-align: center;
}
.looselining .liningtitle{
	background: #0068b7;
	width: 100%;
	color:#fff;
	border-radius: 100px;
}
.lining .liningtitle{
	background: #b0b0b0;
	width: 100%;
	color:#fff;
	border-radius: 100px;
	padding: 10px 0;
}
.looselining ul li,
.lining ul li{
	text-indent: -1.4em;
	margin-left:1.4em;
}
.looselining ul li:before{
	content:"●";
	margin-right: 5px;
	color:#0068b7;
}
.lining ul li:before{
	content:"●";
	margin-right: 5px;
	color:#b0b0b0;
}
.beforeafter ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}
.beforeafter ul li{
	width:31%;
}
.beforeafter ul li div{
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	gap:10px;
}
.flow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.flow .flowbox{
	display: flex;
	flex-wrap: wrap;
	flex-direction:column;
	background: #f0f0f0;
	width:18%;
	padding: 20px;
}
.flow .flowbox h3{
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
}
.flow .flowbox figure{
	height: 90px;
	padding-top: 20px;
}
.flow .flowbox figure img{
	height: 100%;
}
.flow .blue{
	background: #0068b7;
}
.flow .blue h3{
	color: #fff;
}
.flow .triangle {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
}
.flow .triangle::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #0068b7;
}
.btrap-comparison{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.btrap-comparison .comparisonbox{
	width:48%;
	background: #f0f0f0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 30px;
}
.btrap-comparison .comparisonbox figure{
	width: 80%;
	margin: 0 auto 20px;
}
.btrap-comparison .comparisonbox h3{
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 120%;
}
.btrap-comparison .comparisonbox .grow{
	flex-grow: 1;
}
.btrap-comparison .comparisonbox .grow2{
	flex-grow: 2;
}
.btrap-comparison .comparisonbox h4{
	border-bottom: 1px solid #666;
	font-weight: 500;
}
.btrap-comparison .comparisonbox ul{
	margin: 10px auto 30px;
	font-size: 90%;
}
.btrap-comparison .comparisonbox ul li{
	text-indent: -1em;
	margin-left: 1em;
	padding: 5px 0;
	line-height: 1.5;
}
.btrap-comparison .comparisonbox ul li:before{
	content:"●";
	color:#b0b0b0;
}
.bncopy{
	margin-bottom: 15px;
}
.bnex{
	width:70%;
	margin: 0 auto;
}
.bnflow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 50px;
}
.bnflow div{
	width: 31%;
}
.bnflow div h3{
	font-weight: 700;
	margin: 10px auto 5px;
	font-size: 115%;
}
.process h3{
	font-weight:700;
	font-size:115%;
}
.process h3:before{
	content:"■";
	color:#0068b7;
}
.process figure{
	width:80%;
	margin: 30px auto 60px;
}
.process .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	border-top: 30px solid #0068b7;
	border-bottom: 0;
	margin: 0 auto 30px;
}
@media only screen and (max-width: 767.98px) {
	.products{
		padding: 40px 0;
	}
	.image{
		width: 100%;
		margin-bottom: 30px;
	}
	.spec{
		width:100%;
	}
	.spec ul li{
		font-size: 80%;
	}
	.merit{
		margin: 20px auto;
	}
	.merit h3{
		width:100%;
	}
	.merit div{
		width:100%;
	}
	.target h3{
		width:100%;
	}
	.target div{
		width:90%;
		margin: 0 auto;
	}
	.lineupbox{
		overflow-x: auto;
	}
	.lineup {
		min-width: 2000px;
	}
	.title {
		margin: 30px 0 20px;
	}
	.custom ul li{
		width: 100%;
	}
	.custom .tags img{
		width:90%;
		margin-top: 20px;
	}
	.example figure{
		width:100%;
	}
	.spblock{
		display: block;
		width: 100%;
	}
	.performance figure{
		width: 100%;
	}
	.performance div{
		width: 100%;
	}
	.performance div h3{
		font-size: 120%;
	}
	.installation{
		padding: 20px;
		margin-top: 50px;
	}
	.installationbox{
		width: 100%;
	}
	.installationbox h3{
		font-size: 120%;
	}
	.installationbox h4{
		font-size: 100%;
	}
	.installationbox h4 span{
		font-size: 85%;
		display: block;
		margin-left: 0;
	}
	.installation figure{
		width: 100%;
		margin-top: 15px;
	}
	.installation .motome{
		font-size: 120%;
	}
	.installation .keisan span{
		display: inline-block;
		margin: 10px 0;
	}
	.pcnone{
		display: block;
	}
	.download{
		margin: 50px auto 75px;
	}
	.comparison > div{
		width:100%;
		margin-bottom: 30px;
	}
	.beforeafter ul li{
		width:100%;
	}
	.beforeafter ul li:not(:last-child){
		margin-bottom: 30px;
	}
	.beforeafter ul li div{
		display: flex;
		flex-wrap: wrap;
		flex-flow: row;
		justify-content: space-between;
		gap:0;
	}
	.beforeafter ul li div figure{
		width:49%;
	}
	.flow{
		justify-content: center;
	}
	.flow .flowbox{
		flex-direction:row;
		justify-content: space-between;
		width:100%;
		padding: 10px;
	}
	.flow .flowbox h3{
		flex-grow: 1;
		display: flex;
		align-items: center;
		justify-content:flex-start;
		text-align: left;
		line-height: 1.4;
		font-weight: bold;
	}
	.flow .flowbox h3 br{
		display: none;
	}
	.flow .flowbox figure{
		width:20%;
		height: auto;
		padding-top: 0;
	}
	.flow .flowbox figure img{
		height: 40px;
		margin: 0 auto;
	}
	.flow .blue{
		background: #0068b7;
	}
	.flow .blue h3{
		color: #fff;
	}
	.flow .triangle {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
	}
	.flow .triangle::before {
		transform: rotate(90deg)
	}
	.btrap-comparison .comparisonbox{
		width:100%;
		padding: 15px;
		margin-bottom: 15px;
	}
	.bnex{
		width:90%;
	}
	.bnflow{
		margin-top: 20px;
	}
	.bnflow div{
		width: 100%;
	}
	.bnflow div:not(:last-child){
		margin-bottom: 30px;
	}
	.process figure{
		width:100%;
		margin: 15px auto 30px;
	}
	.process .triangle {
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-top: 7px solid #0068b7;
		border-bottom: 0;
		margin: 0 auto 20px;
	}
}