@charset "utf-8";

/* -------------------------------------------------------------------------------------------------------
Common
------------------------------------------------------------------------------------------------------- */

.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; }

.center {text-align: center;}


/* -------------------------------------------------------------------------------------------------------
SP
------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
    
	#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: 80%;
	}
	h1 span.small {
		color: #716F63;
		font-size: 14px;
		font-weight: 300;
		line-height: 100%;
		vertical-align: top;
	}
	h2.model {
		font-size: 30px;
		color: #716f63;
		border-left: 4px solid #716f63;
		padding: 0 20px 0 15px;
		margin: 0;
		line-height: 100%;
		font-weight: 300;
	}
	.contents__h2--wrap {
		margin-bottom: 1.3em;
	}
	.contents__h2--wrap .ttl {
		color: #716F63;
		font-size: 1.3rem;
	}
	.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: 20px;
	}
	.tag {
		padding: 2px 5px;
		margin: 5px 0;
		margin-right: 10px;
		background: #b3b2a4;
		color: #fff;
		font-size: 10px;
		height: 18px;
	}
	
	.section {
		
	}
	.section table {
		width: 100%;
		/*border: 1px solid #ccc;*/
		font-size: 11px;
		line-height: 130%;
	}
	.section table thead {
		/*border-bottom: 1px solid #ccc;
		background: #b3b2a4;
		color: #fff;*/
		font-size: 16px;
	}
	.section table thead th {
		font-weight: 400;
		padding: 10px 0;
	}
	.section table tbody tr {
		border: 1px solid #ccc;
	}
	.section table tbody tr th {
		font-weight: 500;
		background: #f5f5f5;
		text-align: center;
		vertical-align: middle;
	}
	.section table tbody th, .section table tbody td {
		border-right: 1px solid #ccc;
		padding: 5px;
		vertical-align: middle;
	}
	
	.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;
	}
	.list tbody ul li {
		position: relative;
		margin-left: 0px;
		line-height: 160%;
		padding-bottom: 5px;
	}
	.list 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 {
		position: relative;
		padding-top: 18px;
		text-align: center;
	}
	ul li.pdf:before {
		position: relative;
		color: #cc0a0d;
		font-weight: 400;
		font-family: "Font Awesome 5 Free";
		content: "\f1c1";
		font-size: 18px;
		top: 0;
		left: 0.075%;
		right: 0.075%;
	}
	ul li.dxf {
		position: relative;
		padding-left: 35px;
	}
	ul li.dxf:before {
		position: relative;
		background: #517aa3;
		color: #fff;
		content: "DXF";
		margin-left: -35px;
		width: 30px;
		text-align: center;
		font-size: 10px;
	}
	ul li.dwg {
		position: relative;
		padding-left: 35px;
	}
	ul li.dwg:before {
		position: relative;
		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.model {
		font-size: 20px;
		color: #716f63;
		border-left: 4px solid #716f63;
		padding: 0 0px 0 10px;
		margin: 0;
		line-height: 100%;
		font-weight: 500;
	}
	.section table {
		font-size: 11px;
	}
}

/* -------------------------------------------------------------------------------------------------------
PC
------------------------------------------------------------------------------------------------------- */

@media print, screen and (min-width: 768px) {
	
	#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 .title {
		color: #716F63;
		font-size: 2.5rem;
		font-weight: 300;
		line-height: 80%;
	}
	h1 span.small {
		color: #716F63;
		font-size: 16px;
		font-weight: 300;
		line-height: 100%;
		vertical-align: top;
	}
	.contents__h2--wrap {
		margin-bottom: 2.0rem;
	}
	.contents__h2--wrap .ttl {
		color: #716F63;
		font-size:  2.0rem;
	}
	
	h2.model {
		font-size: 30px;
		color: #716f63;
		border-left: 4px solid #716f63;
		padding: 0 20px 0 15px;
		margin: 0;
		line-height: 100%;
		font-weight: 300;
	}
	
	.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: 20px;
	}
	.tag {
		padding: 5px 10px;
		margin-right: 10px;
		background: #b3b2a4;
		color: #fff;
	}
	
	.section {
		
	}
	.section table {
		width: 100%;
		/*border: 1px solid #ccc;*/
	}
	.section table thead {
		/*border-bottom: 1px solid #ccc;
		background: #b3b2a4;
		color: #fff;*/
	}
	.section table thead th {
		font-weight: 400;
		font-size: 20px;
		padding: 10px 0;
	}
	.section table tbody tr {
		border: 1px solid #ccc;
	}
	.section table tbody tr th {
		font-weight: 500;
		background: #f5f5f5;
		text-align: center;
		vertical-align: middle;
	}
	.section table tbody th, .section table tbody td {
		border-right: 1px solid #ccc;
		padding: 10px;
		vertical-align: middle;
	}
	
	.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;
		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: -50px;
		width: 40px;
		text-align: center;
		font-size: 10px;
	}
	ul li.mac:before {
		position: absolute;
		background: #000;
		color: #fff;
		content: "Mac";
		margin-left: -50px;
		width: 40px;
		text-align: center;
		font-size: 10px;
	}
	ul li.pdf {
		position: absolute;
		padding-left: 20px;
		text-align: center;
	}
	ul li.pdf:before {
		position: absolute;
		top: 2px;
		color: #cc0a0d;
		font-weight: 400;
		font-family: "Font Awesome 5 Free";
		content: "\f1c1";
		font-size: 20px;
		margin-left: -20px;
	}
	ul li.dxf {
		margin-left: 45px;
	}
	ul li.dxf:before {
		position: absolute;
		background: #517aa3;
		color: #fff;
		content: "DXF";
		margin-left: -45px;
		width: 40px;
		text-align: center;
		font-size: 12px;
	}
	ul li.dwg {
		margin-left: 45px;
	}
	ul li.dwg:before {
		position: absolute;
		background: #990a66;
		color: #fff;
		content: "DWG";
		margin-left: -45px;
		width: 40px;
		text-align: center;
		font-size: 12px;
	}
}
/*202509追加*/
.txtcenter {
 text-align: center;
}
.gamen_note1 {
    width: auto;
}