@charset "utf-8";
/* CSS Document */

/* PC専用表示 */
@media only screen and (max-width:600px){
	.for_pc {
		display: none;
	}
}

/* スマートフォン専用表示 */
@media (min-width: 601px){
	.for_sp {
		display: none;
	}
}

.mt0 {margin-top: 0 !important}
.mt05 {margin-top: 0.5em !important}
.mt1 {margin-top: 1em !important}
.mt15 {margin-top: 1.5em !important}
.mt2 {margin-top: 2em !important}
.pl1 {padding-left: 1em !important}
.pl2 {padding-left: 2em !important}
.mr2 {margin-right: 2em !important}

@media only screen and (min-width:1280px) {
.l-section .size_down img {
    padding: 1em 14em;
    }
.l-section .size_down-2 img {
    padding: 1em 8em;
    }
}
@media only screen and (max-width:1279px) {
.l-section .size_down img {
    padding: 0.5em 4em;
    }
.l-section .size_down-2 img {
    padding: 1em 2em;
    }
}
@media only screen and (max-width:599px) {
.l-section .size_down img, .l-section .size_down-2 img {
    padding: 0.25em 0;
    }
}

.c-table__contentBody td {text-align: center; vertical-align: middle !important}
.c-table__head th, .c-table__contentBody th {text-align: center; vertical-align: middle !important}

.l-grid--right {justify-content: flex-end}
.no_breaks {display: inline-block !important}
.c-table__contentBody th {text-align: left !important}

.vs80_th_bgcol {background-color:#5591ba !important; font-weight: 700 !important}
.vs70_th_bgcol {background-color:#aec971 !important; font-weight: 700 !important}
.vs20_th_bgcol {background-color:#dfcc6e !important; font-weight: 700 !important}
.vs80_td_bgclr {background-color:#d8e4ef !important}
.vs70_td_bgclr {background-color:#f0f5df !important}
.vs20_td_bgclr {background-color:#f4f3d4 !important}

.icon_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    margin-top: 0.5em;
}
.icon_area .icon_area_wrap {
	display: inline-block;
	text-align: right;
	margin-left: auto;
	margin-right: 0;
}
.icon_prod_bg {
	color: #FFF;
	background-color: #FF6600;
	font-weight: normal;
	line-height: 1.25em;
	padding: 0 1em;
	border-radius: 2em;
	white-space: nowrap;
    font-size: 1.25em;
}
.icon_off_bg {
	color: #FFF;
	background-color: #AFAFAF;
	font-weight: normal;
	line-height: 1.25em;
	padding: 0 0.75em;
	border-radius: 2em;
	white-space: nowrap;
    font-size: 1.25em;
}

/*設定ツール*/
.prod_name th {background-color:#808b98 !important; color: #ffffff}
/* PC専用表示 */
.stepup1-3 {
    background-image: url("/fa/products/snsr/sensor/pmerit/vs/soft/img/tool_step_bg.png");
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 0.75em 2em 0.75em 0;
    text-align: center;
    font-weight: 800;
    font-size: 120%;
    line-height: 1.2em;
    }
.stepup4 {
    background-size: contain;
    background: url("/fa/products/snsr/sensor/pmerit/vs/soft/img/tool_step_bg_end.png") no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 0.75em 2em 0.75em 0;
    text-align: center;
    font-weight: 800;
    font-size: 120%;
    line-height: 1.2em;
    }
.stepup1-3 span, .stepup4 span {font-size: 80%; color: #FFF; background-color: #808080; padding: 0 0.5em; margin-left: 0.5em}

/* システム構成 PC専用表示 */
@media only screen and (max-width:1200px){
	.for_1200px {
		display: none;
	}
}
/* システム構成 モバイル専用表示 */
@media (min-width: 1201px){
	.for_1199px {
		display: none;
	}
}
.lup td {text-align: left !important}