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

********************************************************/
.c-page{
	background-color: #4799d4;
	color: #000000;
}
section .c-container{
	max-width: 1000px;
	padding-left: 0;
	padding-right: 0;
	background-color: #ffffff;
}
/* ======================================================

	注目ポイント! カスタマイズ

====================================================== */
.p-check{
	padding: 0;
	background-color: #ffffff;
}
@media screen and (max-width: 767px) {
	@media screen and (max-width: 767px) {
		.p-check__title{
			margin-left: 0;
			margin-right: 0;
		}
	}
}
/* ======================================================

	アンカーカスタマイズ

====================================================== */
.p-anchor-wrap{
	background-color: #c7e0f2;
}
.p-anchor{
	justify-content: center;
}
.p-anchor__item img{
	max-width: 290px;
}
.p-anchor__item a{
	color: #8688c9;
}
.p-anchor__item a::before{
	background-color: #ffffff;
	box-shadow: 0 6px 0 0 rgba(0,0,0,.3);
}
.p-anchor__item a:hover::before{
	background-color: #ffffff;
}
.xxx2{
	display: block;
	text-align: center;
}
.xxx2 img{
	border: none;
	width: 100%;
	width: auto;
	height: auto;
}
@media screen and (max-width: 767px) {
	.p-anchor__item{
		max-width: none;
	}
}
/* ======================================================

	ページタイトル

====================================================== */
.page-ttl__name{
	font-size: 7.3rem;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.page-ttl__lead{
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.page-ttl__name{
		font-size: 3.6rem;
	}
	.page-ttl__lead{
		font-size: 2.1rem;
	}
}
.dnc .page-ttl__name,
.dnc .page-ttl__lead{
	color: #ffffff;
}
/* ======================================================

	ページ内共通 | 製品タイトル

====================================================== */
.prod-head{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	padding: 0 20px;
	background-color: #f5f5f5;
}
.prod-head__catch{
	font-weight: bold;
	text-align: center;
}
.prod-head__name{
	max-width: 480px;
}
.sec-usbp .prod-head{ background: url(images/usbp/bg.jpg) 50% 0 / cover no-repeat; }
.sec-rundnc .prod-head{ background: url(images/rundnc/bg.jpg) 50% 0 / cover no-repeat; }
.sec-editor .prod-head{ background: url(images/editor/bg.jpg) 50% 0 / cover no-repeat; }
.sec-converter .prod-head{ background: url(images/converter/bg.jpg) 50% 0 / cover no-repeat; }
/* ======================================================

	ページ内共通 | 製品リードコピー

====================================================== */
.prod-lead{
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}
.prod-desc{
	padding: 30px 40px 40px;
}
@media screen and (max-width: 767px) {
	.prod-lead{
		font-size: 2.1rem;
		text-align: left;
	}
	.prod-desc{
		padding: 30px 20px 40px;
	}
}
/* ======================================================

	機能説明

====================================================== */
.blk-fnc{}
.blk-fnc__inner{
	padding: 20px 20px 20px;
	background-color: #d8ebdc;
}
.blk-fnc__ttl{
	background-color: #000000;

	font-size: 2.4rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.blk-fnc__ttl-sub{
	font-size: 2.6rem;
	font-weight: bold;
	color: inherit;
}
.blk-fnc__text,
.blk-fnc__text2{
	margin-bottom: 10px;
}
.blk-fnc__text2{
	text-align: center;
}
.blk-fnc__list li{
	padding: 2px 5px;
	margin-bottom: 10px;
	background-color: #0071b6;

	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
.blk-fnc__caption,
.blk-fnc__lead{
	font-size: 2.1rem;
	font-weight: bold;
}
.blk-fnc__note{
	padding-top: 5px;
	font-size: 1.4rem;
}
.sec-rundnc .blk-fnc__ttl-sub{ color: #008c45; }
.sec-editor .blk-fnc__caption{ color: #f18d1e; }
.sec-editor .blk-fnc__inner{ padding: 10px 0 20px; background-color: #ffffff; }
.sec-converter .blk-fnc__inner{ padding: 20px 0 20px; background-color: #ffffff; }

@media screen and (max-width: 767px) {
	.blk-fnc__ttl{
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 20px;
		padding: 3px 0;

		font-size: 2.1rem;
	}
	.blk-fnc__ttl-sub{
		margin-bottom: 10px;
	}
	.blk-fnc__text2{
		text-align: left;
	}
	.blk-fnc__fig{
		max-width: 560px;
		margin: 0 auto 20px;
		text-align: center;
	}
	.blk-fnc__fig img:nth-child(2){
		padding-top: 20px;
	}
	.sec-rundnc .blk-fnc__inner{ padding: 0; background-color: #ffffff; }
}
/* ======================================================

	機能説明

====================================================== */
.blk-fnc__ex{
	position: relative;
	width: 53%;
	margin-right: 0;
	margin-left: auto;
}
.blk-fnc__ex .blk-fnc__text{
	margin-bottom: 60px;
}
.blk-fnc__ex .blk-fnc__fig{
	position: absolute;
	top: 0;
	left: -88.67%;
	width: calc(88.67% - 20px);
}
.blk-fnc__ex .blk-fnc__fig img:nth-child(2){
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.blk-fnc__ex{
		width: auto;
		margin-left: 0;
	}
	.blk-fnc__ex .blk-fnc__fig{
		position: relative;
		top: auto;
		left: auto;
		width: auto;
	}
	.blk-fnc__ex .blk-fnc__fig img:nth-child(2){
		margin-top: 0;
	}
}
/* ======================================================

	USBピー太郎

====================================================== */
.sec-usbp .c-row { position: relative; margin-right: -15px; margin-left: -15px; }
.sec-usbp .c-row > [class*="c-col-"] { padding-right: 15px; padding-left: 15px; }

.c-col-left{ width: 27.36%; }
.c-col-right{ width: 72.63%; }

.usbp-fig2{
	position: absolute;
	width: calc(27.36% - 30px);
	bottom: 0;
	left: 15px;
}
.usbp-link1{
	position: relative;
	display: block;
	padding: 15px;
	border-radius: 10px;
	background-color: #295c9f;
	color: #ffffff;

	text-align: center;
}
.usbp-link1 p:nth-child(1){ font-size: 1.8rem; }
.usbp-link1 p:nth-child(2){ font-size: 2.4rem; }
.usbp-link1 .icon-pdf{
	font-size: 4.5rem;
	vertical-align: -0.2em;
	line-height: 1;
}
.usbp-link2{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 10px;
	border-radius: 10px;
	background-color: #d1ecd5;
	color: #27a639;
}
.usbp-link2__text{
	padding-left: 10px;
}
.usbp-link2__text p:nth-child(1){
	font-size: 2.6rem;
	font-weight: bold;
}
.usbp-link2__text p:nth-child(2){
	color: #000000;
}
.usbp-link2 .icon-blank{
	font-size: 160%;
	vertical-align: -0.16em;
	line-height: 1;
	padding-left: 0.26em;
}
.usbp-link1::before,
.usbp-link2::before{
	position: absolute;
	display: block;
	content: '\e90a';
	font-size: 2.2rem;
	font-weight: bold;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	color: inherit;
}
@media screen and (max-width: 767px) {
	.usbp-fig1{
		width: 200px;
		margin: 0 auto 20px;
	}
	.usbp-fig2{
		position: relative;
		width: auto;
		left: auto;
		bottom: auto;

		max-width: 560px;
		margin: 0 auto 20px;
		text-align: center;
	}
	.usbp-link2{
		display: block;
	}
	.usbp-link2 figure{
		text-align: center;
	}
}
/* ======================================================

	RunDNC

====================================================== */
.blk-fnc__fig--ex1{ width: 75%; }
.blk-fnc__fig--ex2{ margin-left: -25%; }

@media screen and (max-width: 767px) {
	.blk-fnc__fig--ex1{ width: auto; }
	.blk-fnc__fig--ex1{ margin-left: 0; }
}
/* ======================================================

	編集長

====================================================== */
.sec-editor .c-col-l{ width: 55.53%; }
.sec-editor .c-col-r{ width: 44.46%; }

/* ======================================================

	NC コンバータ

====================================================== */
.sec-converter .prod-head__catch{ color: #ffffff; }
.sec-converter .blk-fnc__fig{
	margin-bottom: 10px;
}
.blk-conv-1{
	padding: 0 50px 30px;
	margin-bottom: -2.5%;
	background: linear-gradient(to bottom, rgba(97,153,187,0) 0%,rgba(97,153,187,0.6) 100%);
}
.blk-conv-1 figure{
	max-width: 544px;
	margin: 0 auto -75px;
}
/*******************************************************/
.blk-conv-2__title{
	max-width: 674px;
	margin-left: auto;
	margin-right: auto;
}
.blk-conv-2__msg{
	text-align: center;
}
.blk-conv-2__msg p:first-child{
	font-size: 2.2rem;
}
.blk-conv-2__msg p:last-child{
	position: relative;
	padding-bottom: 46px;

	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.25;
	color: #0aa5ff;
}
.blk-conv-2__msg p:last-child::before{
	position: absolute;
	display: block;
	content: '';
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 36px 22px 0 22px;
	border-color: #0aa5ff transparent transparent transparent;
}
/*******************************************************/
.blk-conv3__fig{ padding-top: 20px; }
.c-row-gutter-35r { margin-right: -35px; margin-left: -35px; }
.c-row-gutter-35r > [class*="c-col-"] { padding-right: 35px; padding-left: 35px; }
.sec-converter .blk-conv-3 .c-col-l{ width: 52.52%; }
.sec-converter .blk-conv-3 .c-col-r{ width: 47.47%; }
@media screen and (max-width: 767px) {
	.blk-conv-1{
		padding: 0 20px 30px;
		margin-bottom: 50px;
	}
	.blk-conv-1 figure{
		margin: 0 -20px -35px;
	}
	/*******************************************************/
	.blk-conv-2__msg p:first-child{
		margin-bottom: .5em;
		font-size: 1.6rem;
	}
	.sec-converter .prod-lead{ text-align: center !important; }
	.c-row-gutter-35r { margin-right: -10px; margin-left: -10px; }
	.c-row-gutter-35r > [class*="c-col-"] { padding-right: 10px; padding-left: 10px; }

	.blk-conv3__fig p{ order: 2; }
	.blk-conv3__fig figure{ order: 1; }
}
/* ======================================================

	NC コンバータ
	タブ

====================================================== */
.blk-sw-tab{
	padding: 20px;
	background: repeating-linear-gradient(#fff, #fff 1px, rgba(220, 220, 228, 0.8) 0, rgba(220, 220, 228, 0.8) 5px);
}
.blk-sw-tab__inner{
	position: relative;
	display: flex;
	padding: 20px;
	max-width: 630px;
	margin: 0 auto;
	background-color: #000000;
}
.blk-sw-tab__txt{
	width: 40%;
	color: #ffffff;
}
	.blk-sw-tab__txt p:first-child{
		font-size: 2.1rem;
		font-weight: bold;
	}
.blk-sw-tab__com{
	width: 60%;
	margin-right: 0;
	margin-left: auto;
}
	.blk-sw-tab__img li{
		display: none;
	}
	.blk-sw-tab__img li.is-show{
		display: block;
	}
	.blk-sw-tab__ui{
		position: absolute;
		bottom: 20px;
		left: 10px;
		width: calc(40% - 20px );
	}
	.blk-sw-tab__ui li{
		padding: 5px 0;
		cursor: pointer;
	}
	.blk-sw-tab__ui li span{
		display: block;
		background-color: #0071b6;
		color: #ffffff;
		text-align: center;
	}
	.blk-sw-tab__ui li.is-active span{
		background-color: #abd0e7;
		color: #0071b6;
	}
@media screen and (max-width: 767px) {
	.blk-sw-tab__inner{
		display: block;
	}
	.blk-sw-tab__txt{
		width: auto;
		margin-bottom: 10px;
	}
	.blk-sw-tab__com{
		width: auto;
	}
	.blk-sw-tab__img{
		margin-bottom: 20px;
		text-align: center;
	}
	.blk-sw-tab__ui{
		position: relative;
		display: flex;
		bottom: auto;
		left: auto;
		width: auto;
	}
	.blk-sw-tab__ui li{
		flex-grow: 1;
		padding: 0 1px;
	}
}

#bnr_online{
	width:360px;
	margin:0 auto;
	padding-bottom:70px;
}

@media screen and (max-width: 767px) {
	#bnr_online{
		width:80%;
		margin:0 auto;
		padding-bottom:8%;
	}
}