@charset "utf-8";
/********************************************************
	
	flex-grid:| sm  | md  | lg  |  xl  |
	min-width:| 576 | 768 | 992 | 1200 |
	max-width:| 575 | 767 | 991 | 1199 |

********************************************************/
.c-page{
	padding-bottom: 40px;
}
.c-container{
	overflow: visible;
}
/* ======================================================

	リード

====================================================== */
.blk-intro{
	margin-bottom: 30px;
}
.blk-intro__title{
	margin-bottom: .5em;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.47;
}
@media screen and (max-width: 767px) {
	.blk-intro{
		margin-bottom: 50px;
	}
	.blk-intro__text{
		margin-bottom: 40px;
	}
	.blk-intro__title{
		font-size: 2.0rem;
	}
	.blk-intro figure{
		max-width: 54%;
		margin: 0 auto;
	}
}
/* ======================================================

	Mastercam 製品ラインナップ

====================================================== */
.blk-link__title,
.blk-desc__title{
	font-size: 2.4rem;
	font-weight: bold;
	color: #27a639;
}
@media screen and (max-width: 767px) {
	.blk-link__title,
	.blk-desc__title{
		font-size: 2.0rem;
	}
}
/* ======================================================

	リンク

====================================================== */
.blk-link-wrap .c-row { margin-right: -5px; margin-left: -5px; }
.blk-link{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;

	width: calc(50% - 10px);
	margin: 5px;
	padding: 10px 30px 10px 30px;
	border-radius: 6px;

	font-size: 2.4rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.blk-link::before{
	position: absolute;
	display: block;
	content: '\e90a';
	font-size: 2.2rem;
	font-weight: bold;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
}
.bg-color-1{ background-color: #69c2bf; }
.bg-color-2{ background-color: #d1264a; }
.bg-color-3{ background-color: #d0ac7b; }
.bg-color-4{ background-color: #44b2e6; }
.bg-color-5{ background-color: #faa733; }
.bg-color-6{ background-color: #c1ce30; }
.bg-color-7{ background-color: #a370b0; }

@media screen and (max-width: 767px) {
	.blk-link{
		width: calc(100% - 10px);
		font-size: 1.8rem;
	}
}
/* ======================================================

	Mastercamの多彩なモジュール構成

====================================================== */
.blk-desc{
	position: relative;
	z-index: 1;
}
.blk-desc__text p:first-child{
	margin-bottom: 1em;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.blk-desc__text{
		margin-bottom: 20px;
	}
}
/* ======================================================

	ダイナミックモーションが加工現場の効率化を実現

====================================================== */
.blk-effective{
	position: relative;
}
.blk-effective::before{
	position: absolute;
	display: block;
	content: '';
	top: -100px;
	right: -100px;
	width: 600px;
	height: 600px;
	background: url(./images/effective-bg.jpg) 0 0 / 100% auto no-repeat;
}
.blk-effective__lead{
	position: relative;
	margin-bottom: 20px;
	padding: 30px;
	color: #ffffff;
}
.blk-effective__lead::before{
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #d10037;
	mix-blend-mode: multiply;
	z-index: 1;
}
.blk-effective .c-row{
	position: relative;
	z-index: 1;
}
.blk-effective__title{
	margin-bottom: .5em;
	font-size: 2.4rem;
	font-weight: bold;
}
.blk-effective figcaption{
	font-size: 1.0rem;
	text-align: right;
}
.blk-effective__logo{
	display: inline-block;
	max-width: 290px;
}
@media screen and (max-width: 767px) {
	.blk-effective::before{
		content: none;
	}
	.blk-effective__lead{
		padding: 0;
		margin-bottom: 40px;
		background-color: transparent;

		color: #000000;
	}
	.blk-effective__lead::before{
		content: none;
	}
	.blk-effective__title{
		font-size: 2.0rem;
	}
	.blk-effective__lead .c-col-60{
		order: 2;
	}
	.blk-effective__lead .c-col-40{
		order: 1;
		padding: 5px;
		margin-bottom: 10px;
		background-color: #d10037;
		text-align: center;
	}
}
/*******************************************************/
.blk-eff-item{
	margin-bottom: 20px;
}
.blk-eff-item__title{
	margin-bottom: .75em;

	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.blk-eff-item__title span:first-child{
	display: block;
	margin: 0 auto 10px;
	width: 76px;
	height: 76px;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.6);
}
/*******************************************************/
.blk-effective .func__fig--border{
	outline: 1px solid #000000;
}

@media screen and (max-width: 767px) {
	.blk-effective .func__fig{
		max-width: 480px;
		margin: 0 auto 20px;
	}
}
/* ======================================================

	さらに効率化を加速させるテクノロジー

====================================================== */
.blk-func{}
.blk-func__title{
	margin-bottom: 1em;

	font-size: 2.4rem;
	font-weight: bold;
}
.blk-func .func figure{
	outline: 1px solid #000000;
}
@media screen and (max-width: 767px) {
	.blk-func__title{
		font-size: 2.0rem;
	}
	.blk-func .func__fig{
		max-width: 480px;
		margin: 0 auto 20px;
	}
}
/* ======================================================

	システム構成

====================================================== */
.blk-spec__title{
	padding: 4px 10px;
	background-color: #777777;
	text-align: center;
	color: #ffffff;
}
.spec-table,
.spec-table *{
	box-sizing: content-box;
}
.spec-table{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.4rem;
}
.spec-table th{
	width: 135px;
	font-weight: normal;
}
.spec-table tr{
	padding : 20px 10px;
	border-bottom: 1px solid #999999;
}
.spec-table tr:first-child td{
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.spec-table td{
	padding : 20px 10px;
	background-color: #dddddd;
	border-left: 1px solid #999999;
}
.spec-table--reco th{
	display: none;
}
@media screen and (max-width: 767px) {
	.spec-table{
		font-size: 1.3rem;
	}
	.spec-table th{
		width: 90px;
	}
	.spec-table--reco th{
		display: table-cell;
	}
}
/* ======================================================

	サポート

====================================================== */
.p-btn-support{
	background-color: #f2f2f2;
}
