@charset "utf-8";

/* -------------------------------------------------------------------------------------------------------
Common
------------------------------------------------------------------------------------------------------- */

#contents__main--wrap {
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
	color: #333;
}

.blank {
	background-image: url("/business/common/images/ic_blank.svg");
	background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    margin-right: 20px;
}
#global__footer--category .blank {
	background-image: url("/business/common/images/ic_blank_w.svg");
}
.hashtag {margin-top: 15px;}
.hashtag li {display: inline-block;background-color:#F5F5F5;border: 1px solid #DADADA;color: #3B4043;font-size: 0.9rem;margin-right: 10px;margin-bottom: 10px; padding: 3px 10px;border-radius:1em; }

.intro {
	margin-bottom: 60px;
}

table {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
table caption {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
}
table tr th {
	width: 100px;
	border: 1px solid #ccc;
	background: #eee;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
}
table tr td {
	border: 1px solid #ccc;
	vertical-align: middle;
	padding: 20px;
}

ul.disc {
	margin: 20px 0;
}
ul.disc li {
	position: relative;
	left: 1em;
	margin: 0 0 10px 0;
}
ul.disc li::before {
	position: absolute;
	content: "•";
	left: -0.8em;
	top: -0.4em;
	font-size: 20px;
}

.update .info {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.update .info:last-child {
	border-bottom: none;
	margin-bottom: 20px;
}

.manual {
	margin-bottom: 80px;
}
.manual h2 {
	border-left: none;
	border-bottom: 1px solid;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}
.manual a:hover {
	color: #d50d0d;
	transition: 0.2s;
}

.pdf {
	box-sizing: border-box;
	text-indent: -1.2em;
	margin-left: 1.2em;
}
.pdf::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f1c1";
	color: #d50d0d;
	margin-right: 0.5em;
}


iframe {
	width: 100%;
	height: 300px;
	border: 1px solid #ccc;
}

#terms {
	text-align: center;
	margin-top: 40px;
}
#terms p.lead {
	font-size: 18px;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 10px;
}
#terms p {
	line-height: 140%;
	margin-bottom: 20px;
}
#terms button {
	padding: 20px;
	margin: 10px;
	width: 200px;
}


/* -------------------------------------------------------------------------------------------------------
SP
------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
    
	table {
		
	}
	table tr th, table tr td {
		display: block;
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		padding: 10px;
		text-align: left;
	}

	
	#contents__main--wrap {
		width: 100%;
		padding: 1.0em 1.0em 0 1.0em;
		box-sizing: border-box;
	}

	/* タイトル
	---------------------------------------------------------------------------------------------------- */
	.contents__h1--wrap {
		margin: 1rem 0 2.0rem 0;
	}
	h1.title {
		color: #716F63;
		font-size: 2rem;
		font-weight: 300;
		line-height: 120%;
	}
	h1 span.small {
		color: #716F63;
		font-size: 14px;
		font-weight: 300;
		line-height: 100%;
		vertical-align: top;
	}
	h2 {
		font-size: 24px;
		color: #716f63;
		border-left: 4px solid #716f63;
		padding: 0 20px 0 15px;
		margin: 0;
		line-height: 140%;
		font-weight: 400;
	}

	.contents__h3--wrap {
		margin-bottom: 1.3em;
	}
	.contents__h3--wrap .ttl {
		color: #716F63;
		font-size: 1.1rem;
		padding-left: .7em;
		border-left: 4px solid #716F63;
	}
	#global__pagetitle--title .s {
		display: block;
		font-size: 0.8rem;
	}


	/* ドライバー
	---------------------------------------------------------------------------------------------------- */
	.list-anchor {
		margin: 40px 0;
	}
	.list-anchor table {
		width: 100%;
		line-height: 1.2;
	}
	.list-anchor table tr {
		background-color: #fff;
		vertical-align: middle;
		text-align: left;
	}
	.list-anchor table tr:nth-child(odd) {
		background-color: #f5f5f5;
	}
	.list-anchor table tr,
	.list-anchor table th,
	.list-anchor table td {
		vertical-align: middle;
		text-align: left;
	}
	.list-anchor table th {
		padding: 0.85em 1em 0.85em 1em;
		margin: 0;
		white-space: nowrap;
		font-weight: 500;
	}
	.list-anchor table td {
		padding: 0.85em 1em 0em 0em;
		margin: 0;
	}
	.list-anchor table td ul:after {
		clear: both;
		display: table;
		content: '';
	}
	.list-anchor table td ul li {
		float: left;
		display: block;
		margin: 0 0 1em 0;
		min-width: 80px;
		white-space: nowrap;
		font-size: 12px;
	}
	.list-anchor table td ul li:before {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 3px 0 0;
		background: url("/business/images_global/linkage_arrow_down.png") no-repeat;
		background-size: 100% 100%;
		vertical-align: 0;
		content: "";
	}
	.list-anchor table td ul li a {
		text-decoration: none;
		border-bottom: 1px solid;
	}
	.list-anchor table td ul li a:hover {
		border-color: transparent;
	}
	
	.model-tit {
		display: flex;
		margin-bottom: 0px;
	}
	.tag {
		padding: 2px 5px;
		margin: 5px 0;
		margin-right: 10px;
		background: #b3b2a4;
		color: #fff;
		font-size: 10px;
		height: 18px;
	}
	
	.section {
		
	}
	.section table {
		width: 100%;
		font-size: 11px;
	}
	.section table thead {
		border-bottom: 1px solid #ccc;
		color: #000;
		font-size: 16px;
	}
	.section table thead th {
		font-weight: 400;
		padding: 15px 0 5px 0;
	}
	.section table tbody tr {
		border-bottom: 1px solid #ccc;
	}
	.section table tbody tr th {
		font-weight: 500;
		background: #f5f5f5;
	}
	.section table tbody th, .section table tbody td {
		border: 1px solid #ccc;
	}
	.section table th, .section table td {
		padding: 5px;
	}
	
	.section ul li {
		line-height: 150%;
		padding-bottom: 10px;
	}
	.section ul li a {
		text-decoration: none;
		border-bottom: 1px solid;
	}
	.section ul li a:hover {
		text-decoration: none;
		border-color: transparent;
	}
	ul.pdf-list li {
		position: relative;
		margin-left: 18px;
		line-height: 160%;
		padding-bottom: 10px;
	}
	ul.pdf-list li:before {
		position: absolute;
		margin-left: -18px;
		font-family: "Font Awesome 5 Free";
		content: "\f1c1";
		font-weight: 900;
		font-size: 16px;
		vertical-align: -1px;
		color: #cc0a0d;
	}
	.section tbody ul li {
		position: relative;
		margin-left: 35px;
		line-height: 160%;
		padding-bottom: 10px;
	}
	.section tbody ul li:last-child {
		padding-bottom: 0;
	}
	ul li.win:before {
		position: absolute;
		background: #1cb9ec;
		color: #fff;
		content: "Win";
		margin-left: -35px;
		width: 30px;
		text-align: center;
		font-size: 10px;
	}
	ul li.mac:before {
		position: absolute;
		background: #000;
		color: #fff;
		content: "Mac";
		margin-left: -35px;
		width: 30px;
		text-align: center;
		font-size: 10px;
	}
	/*ul li.pdf:before {
		position: absolute;
		background: #cc0a0d;
		color: #fff;
		content: "PDF";
		margin-left: -35px;
		width: 30px;
		text-align: center;
		font-size: 10px;
	}*/
	ul li.pdf:before {
		position: absolute;
		color: #cc0a0d;
		font-weight: 400;
		font-family: "Font Awesome 5 Free";
		content: "\f1c1";
		font-size: 18px;
		margin-left: -35px;
		width: 30px;
		text-align: center;
	}
	ul li.dl:before {
		position: absolute;
		font-family: "Font Awesome 5 Free";
		content: "\f019";
		font-weight: 900;
		font-size: 16px;
		margin-left: -28px;
	}
	ul li.dxf:before {
		position: absolute;
		background: #517aa3;
		color: #fff;
		content: "DXF";
		margin-left: -35px;
		width: 30px;
		text-align: center;
		font-size: 10px;
	}
	ul li.dwg:before {
		position: absolute;
		background: #990a66;
		color: #fff;
		content: "DWG";
		margin-left: -35px;
		width: 30px;
		text-align: center;
		font-size: 10px;
	}
	
}


@media only screen and (max-width: 375px) {
	
	.model-tit {
		display: flex;
		margin-bottom: 10px;
	}
	h2 {
		font-size: 20px;
		font-weight: 400;
		color: #716f63;
		border-left: 4px solid #716f63;
		padding: 0 0px 0 10px;
		margin: 0;
		line-height: 120%;
	}
	.section table {
		font-size: 11px;
	}
}

/* -------------------------------------------------------------------------------------------------------
PC
------------------------------------------------------------------------------------------------------- */

@media print, screen and (min-width: 768px) {
	
	table ul li {
		display: inline-block;
		margin-right: 1em;
	}
	
	#contents__main--wrap {
		width: 100%;
		max-width: 1200px;
		margin:  0 auto;
		padding: 50px 20px;
		box-sizing: border-box;
	}


	/* タイトル
	---------------------------------------------------------------------------------------------------- */
	.contents__h1--wrap {
		margin-bottom: 3.0rem;
		/*display: flex;*/
		position: relative;
	}
	.contents__h1--wrap h1.title {
		color: #716F63;
		font-size: 2.5rem;
		font-weight: 300;
		line-height: 120%;

	}
	.contents__h1--wrap span.small {
		color: #716F63;
		font-size: 16px;
		font-weight: 300;
		line-height: 100%;
		vertical-align: top;
	}
	
	h2 {
		font-size: 24px;
		font-weight: 400;
		line-height: 120%;
		color: #716f63;
		border-left: 4px solid #716f63;
		padding: 0 20px 0 15px;
		margin: 0;
	}
	
	.contents__h3--wrap {
		margin-bottom: 1.5rem;
	}
	.contents__h3--wrap .ttl {
		color: #716F63;
		font-size:  1.5rem;
		padding-left: .7em;
		border-left: 4px solid #716F63;
	}

	#global__pagetitle--title .s {
		font-size: .9rem;
	}


	/* マニュアル
	---------------------------------------------------------------------------------------------------- */
	#la,#ra {display: none !important;opacity: 0!important;}
	img {vertical-align: bottom;margin: 0;padding: 0;}

	.btn-catalog-en {
		position: absolute;
		right: 0;
		top: 50%;
		display: block;
		padding: 0.85em 0.85em 0.85em 40px;
		border: 1px solid #cbd2d7;
		border-radius: 3px;
		background: url(/business/images_global/r_ico_blank_02_sp.png) no-repeat 16px center;
		background-size: 10px 8px;
		transform: translateY(-50%);
		text-decoration: none !important;
		color: #000 !important;
		font-size: 14;
	}
	
	.list-anchor {
		margin: 40px 0;
	}
	.list-anchor table {
		width: 100%;
		line-height: 1.2;
	}
	.list-anchor table tr {
		background-color: #fff;
		vertical-align: middle;
		text-align: left;
	}
	.list-anchor table tr:nth-child(odd) {
		background-color: #f5f5f5;
	}
	.list-anchor table tr,
	.list-anchor table th,
	.list-anchor table td {
		vertical-align: middle;
		text-align: left;
	}
	.list-anchor table th {
		padding: 0.85em 0em 0.85em 1em;
		margin: 0;
		white-space: nowrap;
		font-weight: 500;
	}
	.list-anchor table td {
		padding: 0.85em 1em 0em 0em;
		margin: 0;
	}
	.list-anchor table td ul:after {
		clear: both;
		display: table;
		content: '';
	}
	.list-anchor table td ul li {
		float: left;
		display: block;
		margin: 0 0 1em 0;
		min-width: 10%;
		white-space: nowrap;
		font-size: 12px;
	}
	.list-anchor table td ul li:before {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 5px 0 0;
		background: url("/business/images_global/linkage_arrow_down.png") no-repeat;
		background-size: 100% 100%;
		vertical-align: 0;
		content: "";
	}
	.list-anchor table td ul li a {
		text-decoration: none;
		border-bottom: 1px solid;
	}
	.list-anchor table td ul li a:hover {
		border-color: transparent;
	}
	
	.model-tit {
		display: flex;
		margin-bottom: 0px;
	}
	.tag {
		padding: 5px 10px;
		margin-right: 10px;
		background: #b3b2a4;
		color: #fff;
	}
	
	.section {
		
	}
	.section table {
		width: 100%;
		
	}
	.section table thead {
		border-bottom: 1px solid #ccc;
		color: #000;
	}
	.section table thead th {
		font-weight: 400;
		font-size: 20px;
		padding: 20px 0 5px 0;
	}
	.section table tbody tr {
		
	}
	.section table tbody tr th {
		font-weight: 500;
		background: #f5f5f5;
	}
	.section table tbody th, .section table tbody td {
		border: 1px solid #ccc;
	}
	.section table th, .section table td {
		padding: 10px;
	}
	
	.section ul li a {
		text-decoration: none;
		border-bottom: 1px solid;
	}
	.section ul li a:hover {
		text-decoration: none;
		border-color: transparent;
	}
	ul.pdf-list li:before {
		font-family: "Font Awesome 5 Free";
		content: "\f1c1";
		font-weight: 900;
		font-size: 16px;
		margin-right: 10px;
		vertical-align: -1px;
		color: #cc0a0d;
	}
	
	.section tbody ul li {
		position: relative;
		margin-left: 40px;
		line-height: 160%;
		padding-bottom: 10px;
	}
	.section tbody ul li:last-child {
		padding-bottom: 0;
	}
	ul li.win:before {
		position: absolute;
		background: #1cb9ec;
		color: #fff;
		content: "Win";
		margin-left: -40px;
		width: 30px;
		text-align: center;
		font-size: 10px;
	}
	ul li.mac:before {
		position: absolute;
		background: #000;
		color: #fff;
		content: "Mac";
		margin-left: -40px;
		width: 30px;
		text-align: center;
		font-size: 10px;
	}
	/*ul li.pdf:before {
		position: absolute;
		background: #cc0a0d;
		color: #fff;
		content: "PDF";
		margin-left: -50px;
		width: 40px;
		text-align: center;
		font-size: 10px;
	}*/
	ul li.pdf:before {
		position: absolute;
		color: #cc0a0d;
		font-weight: 400;
		font-family: "Font Awesome 5 Free";
		content: "\f1c1";
		font-size: 20px;
		margin-left: -40px;
		width: 30px;
		text-align: center;
	}
	ul li.dl:before {
		position: absolute;
		font-family: "Font Awesome 5 Free";
		content: "\f019";
		font-weight: 900;
		font-size: 18px;
		margin-left: -34px;
	}
	
}