@charset "UTF-8";
/*3D OFFICE DESIGNER
------------------------------------------------------------------------------------------------------*/
.categoryTitArea.od{
	background: url("../images/kv_bg_3DOD_pc.png") no-repeat;
	background-size: cover;
	background-position: center;
}

.pageTit {
	font-size: 3.2rem;
}
.odCts {
	margin: 75px 0 0 0;
}
.odCts2Column {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 30px 0 0 0;
}
.odCts2Column .imgArea {
	width: 40%;
	border: #dce1e1 1px solid;
}
.odCts2Column .imgArea img{
	padding: 20px;
}
.odCts2Column .txtArea{
	margin: 0 0 0 30px;
}
.odCts2Column .txtArea .cts:not(:first-of-type){
	margin: 30px 0 0 0;
}
.odCts2Column .txtArea .cts .tit{
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding: 0 15px;
}
.odCts2Column .txtArea .cts .tit:before {
	content: '';
	width: 4px;
	height: 110%;
	border-top: 1px solid #00001a;
	border-left: 1px solid #00001a;
	border-bottom: 1px solid #00001a;
	position: absolute;
	left: 0;
	top: -5%;
}
.odCts2Column .txtArea .cts .tit:after {
	content: '';
	width: 4px;
	height: 110%;
	border-top: 1px solid #00001a;
	border-right: 1px solid #00001a;
	border-bottom: 1px solid #00001a;
	position: absolute;
	right: 0;
	top: -5%;
}
.odCts2Column .txtArea .cts .tit span{
	font-size: 1.2rem;
}
.odCts2Column .txtArea .cts .txt{
	margin: 10px 0 0 0 ;
}
.odCts2Column .txtArea .cts .noteList{
	margin: 5px 0 0 0;
}
.odCtsInner .note{
	font-size: 1.2rem;
}
.odCts2Column .txtArea .cts .note a{
	text-decoration: underline;
	font-size: 1.2rem;
}
.odCts2Column .txtArea .btnArea{
	margin: 15px 0 0 0;
}
a.subLink{
	position: relative;
	margin: 5px 0 0 0 ;
	padding: 0 20px 5px 3px;
	border-bottom: 1px solid #dce1e1;
	font-size: 1.2rem;
}
a.subLink:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #df2010;
	border-right: 1px solid #df2010;
	transform: rotate(45deg);
	margin: -2px 0 0 0;
}
.odCtsInner {
	width: 100%;
	overflow: hidden;
}
.odCtsInner:not(:first-of-type){
	margin: 75px 0 0 0;
}
.odCtsInner > .odCtsTit{
	font-size: 2rem;
	font-weight: 700;
	padding: 0 0 0 16px;
	position: relative;
	display: inline-block;
}
.odCtsInner > .odCtsTit:before{
	content: '';
	height: 10px;
	width: 10px;
	border: 2px solid #00001a;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 8px;
}
.odCtsInner > .odCtsTit:after{
	content: '';
	height: 1px;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	left: 110%;
	width: calc(1070px - 100%);
	top: 50%;
}
.odCtsTit + .txt{
	margin: 30px 0 0 0;
}
.odExList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 30px 0 0 0;
}
.odExList li {
	width: 22%;
	margin: 0 4% 25px 0;
}
.odExList li:nth-of-type(4n+3),
.odExList li:nth-of-type(3) {
	margin: 0 0 25px 0;
}
.odExList li.double {
	width: 48%;
}
.odExList li p{
	margin: 5px 0 0 0;
	text-align:center;
	font-size: 1.2rem;
}
.shapeArea {
	display: flex;
	justify-content: flex-start;
	margin: 30px 0 0 0;
}
.shapeArea .imgArea{
	width: 146px;
}
.shapeArea .txtArea{
	margin: 0 0 0 30px;
}
.shapeArea .txtArea .btnArea{
	margin: 15px 0 0 0;
}
.operatingList{
	margin: 30px 0 0 0;
}
.operatingList li:not(:first-of-type){
	margin: 5px 0 0 0;
}
.operatingList li p{
	padding: 0 0 0 10px;
	position: relative;
}
.operatingList li p:before{
	content: '';
	height: 8px;
	width: 8px;
	background: #00001a;
	position: absolute;
	left: 0;
	top: 6px;
}
.odCtsInner > .noteList{
	margin: 10px 0 0 0 ;
}
.operatingDetail{
	margin: 20px 0 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.operatingDetail .imgArea{
	width: 30%;
}
.operatingDetail .imgArea {
	width: 40%;
	border: #dce1e1 1px solid;
}
.operatingDetail .imgArea img{
	padding: 20px;
}
.operatingDetail .txtArea{
	margin: 0 0 0 30px;
}
.operatingDetail .txtArea .tit{
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding: 0 15px;
}
.operatingDetail .txtArea .tit:before {
	content: '';
	width: 4px;
	height: 110%;
	border-top: 1px solid #00001a;
	border-left: 1px solid #00001a;
	border-bottom: 1px solid #00001a;
	position: absolute;
	left: 0;
	top: -5%;
}
.operatingDetail .txtArea .tit:after {
	content: '';
	width: 4px;
	height: 110%;
	border-top: 1px solid #00001a;
	border-right: 1px solid #00001a;
	border-bottom: 1px solid #00001a;
	position: absolute;
	right: 0;
	top: -5%;
}
.operatingDetail .txtArea .cts{
	margin: 20px 0 0 0;
}
.operatingDetail .txtArea .cts .type{
	position: relative;
	padding: 0 0 0 10px;
	font-weight: 700;
}
.operatingDetail .txtArea .cts .type:before{
	content: '';
	height: 4px;
	width: 4px;
	background: #00001a;
	position: absolute;
	left: 0;
	top:50%;
	margin: -2px 0 0 0;
}
.operatingDetail .txtArea .cts .price{
	font-size: 1.8rem;
	padding: 0 0 0 10px;
}
.operatingDetail .txtArea .cts .price span{
	font-size: 1.4rem;
	display: inline-block;
	padding: 0 5px 0 0;
}
.operatingDetail .txtArea .btnArea {
	margin: 20px 0 0 0;
}
@media screen and (max-width:812px){
	.categoryTitArea.od{
		background: url("../images/kv_bg_3DOD_sp.png") no-repeat;
		background-size: cover;
		background-position: center right;
	}
	.pageTit {
		font-size: 2.4rem;
	}
	.odCts {
		margin: 40px 0 0 0;
	}
	.odCts2Column{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 60px 0 0 0;
	}
	.odCts2Column .imgArea {
		width: 100%;
	}
	.odCts2Column .imgArea img {
		padding: 10px;
	}
	.odCts2Column .txtArea {
		margin: 0 0 0 0;
	}
	.odCts2Column .txtArea .cts {
		text-align: center;
		margin: 30px 0 0 0;
	}
	.odCts2Column .txtArea .cts .txt{
		text-align: left;
	}
	.odCts2Column .txtArea .cts .noteList{
		text-align: left;
	}
	.odCtsInner .note{
		text-align: left;
	}
	.odCts2Column .txtArea .cts:not(:first-of-type) {
		margin: 30px 0 5px 0;
	}
	.installGuide {
		margin: 10px 0 0 0;
	}
	.odCtsInner:not(:first-of-type) {
		margin: 60px 0 0 0;
	}
	.odExList {
		justify-content: space-between;
	}
	.odExList li.double {
		width: 100%;
	}
	.odExList li {
		width: 48%;
		margin: 0 0 20px 0;
	}
	.shapeArea {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.shapeArea .imgArea {
		width: 60%;
		margin: 0 auto;
	}
	.shapeArea .txtArea {
		margin: 20px 0 0 0;
	}
	.shapeArea .txtArea .btnArea{
		text-align: center;
	}
	.operatingDetail {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.operatingDetail .imgArea {
		width: 100%;
	}
	.operatingDetail .imgArea img{
		padding: 10px;
	}
	.operatingDetail .txtArea{
		text-align: center;
		margin: 20px 0 0 0;
		width: 100%;
	}
	.operatingDetail .txtArea .cts{
		text-align: left;
	}

}
/*safari*/
/*_::-webkit-full-page-media, _:future, :root 
}*/

/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/

.odTbArea {
	margin: 20px 0 0 0;
}
.odTbArea table{
	border-collapse: collapse;
	width: 100%;
	border-top: 2px #dce1e1 solid;
	border-bottom: 2px #dce1e1 solid;
}
.odTbArea table thead{
	background: #a1a1a1;
	color: #fff
}
.odTbArea table tbody{
	font-size: 1.4rem;
}
.odTbArea table thead tr th,
.odTbArea table tbody tr td{
	padding: 15px;
}
.odTbArea table thead tr th:not(:last-of-type){
	border-right:1px solid #fff;
}
.odTbArea table tbody tr:not(:last-child) {
	border-bottom: 1px #dce1e1 solid;
}
.odTbArea table tbody tr td.name{
	background: #f1f1f1;
	font-weight: 700;
}
.odTbArea table tbody tr:nth-last-of-type(n + 2) td.name{
	border-right: 1px #dce1e1 solid;
}

@media screen and (max-width:812px){
	.odTbArea {
		overflow-x: auto;
	}
	.odTbArea table thead tr th, .odTbArea table tbody tr td {
		padding: 10px;
	}
	.odTbArea table thead tr th{
		font-size: 1.4rem;
	}
	.odTbArea table tbody tr td {
		white-space: nowrap;
	}
}
/*safari*/
/*_::-webkit-full-page-media, _:future, :root 
}*/

/*IE*/
/*@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
}*/
