
/* 基本設定 */
body{
	width: 1625px;
	margin-top: 6px;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p, span, ul, ul li, input, table, table tr th, table tr td, 
div, section, a
{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

a
{
	text-decoration: none;
}

ul li
{
	list-style: none;
}

.nfst-header
{
	margin: 6px 0 0;
	padding: 0; 
}

.clear
{
	overflow: hidden;
}

.left
{
	float: left;
}

.error
{
	color: #ff0000;
}

.fa-question
{
	display: inline-block;
	float: left;
	width: 20px;
	height: 18px;
	font-size: 14px;
	color: #fff;
  text-align: center;	
	line-height: 20px;
	background: #8899ff;	
	border-bottom: solid 3px #8888ff;	
	border-radius: 50%;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	transition: .4s;
}

.fa-question:hover
{
	color: #ffef44;
	cursor: pointer;
}

.fa-question:active
{
	border-bottom: none;
	transform: translateY(2px);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.outer
{
	height: 380px;
	border: 1px solid #333333;
}

.relative
{
	position: relative;
}

.close-icon
{
	position: absolute;
	top: 3px;
	right: 3px;
	height: 10px;
	line-height: 10px;
}

/* ダイアログ jQuery UI */ 
.ui-dialog-title
{
	font-weight: bold;
}

.default-dialog
{
	display: none;
}

.default-dialog label.dialog-circuit
{
	display: inline-block;
	margin-bottom: 3px;
	cursor: pointer;
}

.default-dialog label.dialog-circuit input[type=radio]
{
	margin-right: 5px;
}

.dialog-version p
{
	margin-top: 15px;
}

/* ナビゲーションメニュー */
.nfst-header::after
{
	display: block;
	content: "";
	clear: both;
}

.nfst-header > .header-nav > ul
{
  width: 1280px;
}

.nfst-header > .header-nav > ul li
{
  position: relative;
	width: 16.666%;
	float: left;
	cursor: pointer;
}

.nfst-header > .header-nav > ul > li span,
.nfst-header > .header-nav > ul > li a
{
	display: inline-block;
	width: 100%;
	padding: 13px 10px;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
  background-color: #8C8C8C;
}

.nfst-header > .header-nav > ul > li > span,
.nfst-header > .header-nav > ul > li > a
{
  height: 22px;
  padding: 4px 0;
  font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 14px;
	background-color: #B2B2B2;	
}

.nfst-header > .header-nav > ul > li ul
{
	position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 100;
}

.nfst-header > .header-nav > ul > li > ul li
{
	overflow: hidden;
  width: 100%;
	height: 0;
  transition: .2s;
}

.nfst-header > .header-nav > ul > li > span:hover,
.nfst-header > .header-nav > ul > li > a:hover
{
	background-color: #7c8c0e;
}

.nfst-header > .header-nav > ul > li > ul > li span:hover,
.nfst-header > .header-nav > ul > li > ul > li a:hover
{
	background-color: #55545D;
}

.nfst-header > .header-nav > ul > li:hover > ul > li,
.nfst-header > .header-nav > ul > li > ul > li:hover > ul > li 
{
  overflow: visible;
  height: 34px;
}

.nfst-header > .header-nav > ul > li > ul > li > ul 
{
  top: 0;
	left: 100%;
}

.nfst-header > .header-nav > ul li:last-child > ul > li > ul
{
  width: 100%;
	left: -100%;
}

.nfst-header > .header-nav > ul > li > ul > li > ul > li > span,
.nfst-header > .header-nav > ul > li > ul > li > ul > li > a
{
	background-color: #B2B2B2;
}

.nfst-header > .header-nav > ul > li > ul > li > ul > li > span.video-headding 
{
	width: 100%;
}

.nfst-header > .header-nav > ul > li:first-child > ul > li:first-child > ul > li > span,
.nfst-header > .header-nav > ul > li:first-child > ul > li:first-child > ul > li > a
{
	padding-top: 6px;
	padding-bottom: 20px;
}

.nfst-header > .header-nav > ul > li .fa-caret-right,
.nfst-header > .header-nav > ul > li .fa-caret-left
{
  position: absolute;
	top: 10px;
	right: 10px;
	color: #454e08;
}

/* ヘッダー専用ボタン(User manual, Explanation video) */
.nfst-header .header-nav .nav-btn .btn-header {
	float: left;
	margin-left: 15px;
}

.nfst-header .header-nav .nav-btn .btn-header .simbtn {
	width: 300px;
	height: 45px;
	line-height: 42px;
	background-color: #fabb0e;
	border: 3px solid #dba40b;
}

.nfst-header .header-nav .nav-btn .btn-header .simbtn i {
	width: 20px;
	height: 20px;
	margin-top: 10px;
	font-size: 20px;
	line-height: 21px;
	background-color: #f22424;
	border-radius: 50%;	
}

.nfst-header .header-nav .nav-btn .btn-header .simbtn i::before {
	padding-left: 8px;
}

.nfst-header .header-nav .nav-btn .btn-header img,
.nfst-header .header-nav .nav-btn .btn-header span {
	float: left;
}

.nfst-header .header-nav .nav-btn .btn-header img {
	padding: 7px 0 0 15px;
}

.nfst-header .header-nav .nav-btn .btn-header span {
	padding-left: 17px;
	font-size: 20px;
	font-weight: bold;
}

.nfst-header .header-nav .nav-btn ul.nav-btn-list {
	position: absolute;
	display: none;
	width: 295px;
	color: #333333;
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(51, 51, 51, 0.5);
	z-index: 10;
}

.nfst-header .header-nav .nav-btn ul.nav-btn-list.manual {
	top: 53px;
	left: 870px;
}

.nfst-header .header-nav .nav-btn ul.nav-btn-list.video {
	top: 58px;
	left: 1194px;
}

.nfst-header .header-nav .nav-btn ul.nav-btn-list li {
	padding: 5px;
	font-size: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #d1d1d1;
	cursor: pointer;
}

.nfst-header .header-nav .nav-btn ul.nav-btn-list li:hover {
	background-color: rgb(240, 240, 240);
}

.nfst-header .header-nav .nav-btn .container-simvideo {
	float: left;
	height: 0px;
}

.nfst-header .header-nav .nav-btn .simvideo-btn {
	display: none !important;
}

/* 各コンテンツ共通設定 */
.nfst-contents
{
	overflow: hidden;
	height: 415px;
}

.contents-settings h1,
.contents-simulation h1
{
	width: 200px;
	height: 26px;
	margin: 4px 0 0 0;
	padding: 0px;
	font-size:20px;
	color: #ffffff;
	text-indent:10px;
	background-color: #000066;
}

.contents-settings h2,
.contents-simulation h2,
.circuit-config h2,
.circuit-items h2
{
	width: 372px;
	height: 24px;
	float: left;
	margin: 7px 0 2px 7px;
	padding: 1px;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	background-color: #007fff;
}

.contents-simulation.circuit h2
{
	padding: 5px;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	background-color: #4dceff;
}

.contents-simulation .outer
{
	position: relative;
	overflow-y: auto;
}

/* Settingsコンテンツ */
.settings-select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	width: 52px;
	height: 22px;
	margin-right: -1.5px;
	padding: 0 5px;
	font-size: 16px;
	text-align: center;
	border: 2px solid #333;
	background-color: #FFFFaF;
	cursor: pointer;
}

.settings-select::-ms-expand
{
	display: none;
}

.contents-settings
{
	width: 605px;
	height: inherit;
	float: left;
}

.contents-settings .input-items
{
	margin: 6px 0 0 19px;
}

.contents-settings .input-items p
{
	display: inline-block;
	margin-left: 4px;
}

.contents-settings .input-items p
{
	display: inline-block;
	margin-left: 4px;
}

.contents-settings .fa-question
{
	overflow: hidden;
	margin: 7px 0 0 4px;
}

.contents-settings .settings-app .input-items
{
	overflow: hidden;
	margin: 3px 0 0 21px;
}

.contents-settings .settings-app .input-items label
{
	display: block;
	float: left;
	height: 50px;
	margin-left: 3px;
	cursor: pointer;
}

.contents-settings .settings-app .input-items label:first-child
{
	width: 175px;
}

.contents-settings .settings-app .input-items label:nth-child(2)
{
	width: 145px;
}

.contents-settings .settings-app .input-items label:last-child
{
	width: 180px;
}

.contents-settings .settings-app .input-items input[type=radio]:not(:nth-of-type(1))
{
	margin-left: 5px;
}

.contents-settings .settings-rated.voltage
{
	margin-top: 5px;
}

.contents-settings .settings-temperature .input-items p
{
	margin-left: 0;
}

.contents-settings .settings-freq
{
	margin-top: 3px;
}

.contents-settings .settings-freq .input-items
{
	margin: 6px 0 0 19px;
}

.contents-settings .settings-freq .checkbox-item
{	
	float: left;
	width: 180px;
	font-size: 18px;
}

.contents-settings .settings-freq .checkbox-item:nth-child(2)
{
	margin-left: 21px;
}

.contents-settings .settings-freq .checkbox-item:nth-child(3)
{
	margin-left: 22px;
}

.contents-settings .settings-freq .checkbox-item label
{
	cursor: pointer;
}

.contents-settings .settings-freq .checkbox-item label span
{
	display: block;
	float: left;
	font-size: 12px;
}


/* SimulationResultコンテンツ */ 
.contents-simulation.result
{
	float: left;
	width: 975px;
	height: 380px !important;
	margin-left: 10px;
}

.contents-simulation.result .simulation-simgraph
{
	float: left;
	width: 468px;
}

.contents-simulation.result .simulation-simgraph h2
{
	width: 320px;
	margin: 11px 0 0 11px;
	text-align: center;
}

.contents-simulation.result .fa-question
{
	margin: 9px 0 0 5px;
}

.contents-simulation.result .simulation-simgraph p
{
	display: inline-block;
	margin-left: 3px;
	font-size: 10px;
}

.contents-simulation.result .simulation-simgraph .left,
.contents-simulation.result .simulation-simgraph .right
{
	padding: 5px 0 0 4px;
}

.contents-simulation.result .simulation-simgraph input[type=checkbox]
{
	margin: 3px 3px 3px 4px;
}

/* SimulationCircuitコンテンツ */
.contents-simulation.circuit
{
	margin-top: 20px;
}

.contents-simulation.circuit h1,
.contents-simulation.circuit .run-button
{
	position: absolute;
}

.contents-simulation.circuit h1
{
	height: 26px;
	top: 10px;
}

.contents-simulation.circuit .simulation-circuit
{
	overflow: hidden;
	width: 1590px;
	height: auto;
	padding: 3.5px;
	border: 1px solid #333;
}

.contents-simulation.circuit .simulation-circuit > ul
{
	overflow: hidden;
	height: 41px;
	margin-bottom: 10px;
	padding: 4px 3.5px 0 3.5px;
	padding-bottom: 0;
	background-color: #e9e9e9;
	border: 1px solid #dddddd;
	border-radius: 5px;
}

.contents-simulation.circuit .simulation-circuit > ul > li
{
	display: block;
	float: left;
	width: 80px;
	height: 35px;
	margin-right: 3px;
	padding: 5px;
	font-size: 15px;
	text-align: center;
	line-height: 25px;
	background-color: #f6f6f6;
	border: 1px solid #c5c5c5;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}

.contents-simulation.circuit .simulation-circuit > ul > li:hover
{
	opacity: 0.8;
	cursor: pointer;
}

.contents-simulation.circuit .simulation-circuit > ul > li .fa-plus
{
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 10px;
	text-align: center;
	line-height: 26px;
	color: #777777;
}

.contents-simulation.circuit .simulation-circuit > ul > li:first-child
{
	width: 134px;
}

.contents-simulation.circuit .simulation-circuit > ul > li:last-child
{
	width: 40px;
}

.contents-simulation.circuit .simulation-circuit > ul > li.on
{
	color: #fff;
	background-color: #007fff;
	border: 1px solid #003eff;
}

.contents-simulation.circuit .circuit-config,
.contents-simulation.circuit .circuit-items
{
	float: left;
}

.contents-simulation.circuit .circuit-config
{
	width: 725px;
	margin-left: 10px;
}

.contents-simulation.circuit .circuit-config h2,
.contents-simulation.circuit .circuit-items h2
{
	margin: 0;
	margin-bottom: 20px;
	padding: 0 2px;
	font-size: 16px;
	line-height: 23px;
}

.contents-simulation.circuit .circuit-config h2
{
	margin-bottom: 20px;
}

.contents-simulation.circuit .circuit-items h2
{
	margin-bottom: 8px
}

.contents-simulation.circuit .simulation-circuit .fa.fa-question
{
	float: left;
	margin-left: 5px;
}

.contents-simulation.circuit .circuit-config table,
.contents-simulation.circuit .circuit-config > ul
{
	margin-left: 10px;
}

.contents-simulation.circuit .circuit-config table
{
	font-size: 12px;
	color: #000;
	border: 1px solid #333;
	border-spacing: 1px;
	border-collapse: collapse;	
}

.contents-simulation.circuit .circuit-config table thead tr
{
	background-color: #ddffdd;
}

.contents-simulation.circuit .circuit-config table thead tr th,
.contents-simulation.circuit .circuit-config table tbody tr td
{
	width: 71.5px;
	height: 36px;
	font-size: 13.5px;
	border: 1px solid #333;
}

.contents-simulation.circuit .circuit-config table thead tr th
{
	position: relative;
}

.contents-simulation.circuit .circuit-config table tbody tr td
{
	text-align: center;
}

.contents-simulation.circuit .circuit-config table tbody tr td select
{
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
}

.contents-simulation.circuit .circuit-config table tbody tr td select::-ms-expand
{
	display: none;
}

.contents-simulation.circuit .circuit-config table thead tr th:first-child,
.contents-simulation.circuit .circuit-config table tbody tr td:first-child
{
	width: 94px;
	font-size: 12px;
}

.contents-simulation.circuit .circuit-config table thead tr th:first-child .recommended
{
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.contents-simulation.circuit .circuit-config table thead tr th:first-child ul
{
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.contents-simulation.circuit .circuit-config table thead tr th ul
{
	overflow: hidden;
	margin: 0;
}

.contents-simulation.circuit .circuit-config table thead tr th ul > li
{
	position: absolute;
	float: left;
	width: 14px;
	height: 14px;
	padding: 1px 3px;
	top: 28px;
	background-color: #ddffdd; 
	box-shadow: 0 2px 0 #93ce93;
	border: 1px solid #93ce93;
	border-bottom: none;
	cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
	user-select: none;
	z-index: 2;
}

.contents-simulation.circuit .circuit-config table thead tr th ul > li:hover
{
	background-color: #93ce93;
}

.contents-simulation.circuit .circuit-config table thead tr th ul > li:first-child
{
	float: left;
	right: 0;
	border-radius: 3px 0 0 3px;
	border-right: none;
}

.contents-simulation.circuit .circuit-config table thead tr th ul > li:last-child
{
	float: right;
	right: -14px;
	border-radius: 0 3px 3px 0;
}

.contents-simulation.circuit .circuit-config table thead tr th:first-child ul > li
{
	border: 1px solid #93ce93;
	border-bottom: none;
	border-radius: 0 3px 3px 0;
}

.contents-simulation.circuit .circuit-config table thead tr th:last-child ul > li
{
	right: 0;
	border-radius: 3px 0 0 3px;
}

.contents-simulation.circuit .circuit-config table thead tr th ul > li > i
{
	position: absolute;
	display: inline-block;
	width: inherit;
	height: inherit;
	top: 1px;
	left: -0.4px;
	color: #547754;
	font-size: 10px;
	z-index: 2;
}

.contents-simulation.circuit .circuit-config table thead tr th ul > li:hover > i
{
	color: #ece177;
}

.contents-simulation.circuit .circuit-config table tbody tr td span.record-sim-title
{
	font-size: 16px;
}

.contents-simulation.circuit .circuit-config table > tbody > tr > td > .dropdownlist-sim
{
	width: 100%;
	height: 100%;
	background-color: #FFFFaF;
}

.contents-simulation.circuit .circuit-config table > tbody > tr > td > .dropdownlist-sim > .sim-column
{
	position: relative;
	width: inherit;
	height: inherit;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
}

.contents-simulation.circuit .circuit-config table > tbody > tr > td > .dropdownlist-sim > .sim-column > ul
{
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0;
	text-align: center;
	border: 1px solid #5c5c5c;
	background-color: #fff;
	box-shadow: 3px 3px 5px rgba(125, 125, 125, 0.5);
}

.contents-simulation.circuit .circuit-config table > tbody > tr > td > .dropdownlist-sim > .sim-column > ul > li
{
	height: 20px;
	padding: 3px;
	font-size: 13px;
	line-height: 13px;
}

.contents-simulation.circuit .circuit-config table > tbody > tr > td > .dropdownlist-sim > .sim-column > ul > li:hover
{
	background-color: #FFFFaF;
}

.contents-simulation.circuit .circuit-config > ul
{
	overflow: hidden;
	height: 145px;
	margin-top: 20px;
}

.contents-simulation.circuit .circuit-config > ul > li,
.contents-simulation.circuit .circuit-config > ul > li > span
{
	width: 72px;
	height: 25px;
}

.contents-simulation.circuit .circuit-config > ul > li
{
	float: left;
}

.contents-simulation.circuit .circuit-config > ul > li:first-child
{
	width: 96px;
	text-align: right;
}

.contents-simulation.circuit .circuit-config > ul > li:last-child,
.contents-simulation.circuit .circuit-config > ul > li:last-child span
{
	width: 38.45px;
}

.contents-simulation.circuit .circuit-config > ul > li span
{
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.contents-simulation.circuit .circuit-config p
{
	width: 670px;
	margin-top: 15px;
	color: #000;
	font-size: 14px;
	text-align: right;
}

.contents-simulation.circuit .circuit-items
{
	position: relative;
	width: 676px;
	margin-left: 13px;
}

.contents-simulation.circuit .circuit-items.rgear {
	width: 815px;
}

.contents-simulation.circuit .circuit-items h2
{
	margin-left: 5px;
}

.contents-simulation.circuit .circuit-items p
{
	font-size: 14px;
	text-align: right;
}

.contents-simulation.circuit .circuit-items > p
{
	width: 100%;
	height: 18px;
	color: #000;
}

.contents-simulation.circuit .circuit-items .items-footer p
{
	display: inline-block;
	font-size: 16px;
}

.contents-simulation.circuit .circuit-items .items-footer p.footer-warning
{
	display: none;
	width: 100%;
	margin: 19px 0 0 40px;
	font-size: 14px;
	color: #ff0000;
	text-align: left;
}

.contents-simulation.circuit .circuit-items .items-footer input[type="text"]
{
	display: inline-block;
	width: 60px;
	height: 25px;
	padding: 3px;
	background-color: #FFFFaF;
}

.contents-simulation.circuit .circuit-items .items-footer input[type="text"].footer-voltage
{
	margin-left: 60px;	
}

.contents-simulation.circuit .circuit-items .items-footer p {
	font-size: 16px;
	color: #000;
}

.contents-simulation.circuit .circuit-items .items-footer label
{
	margin-right: 15px;
}

/* SimulationItemsコンテンツ */
.circuit-items table
{
	width: inherit;
	margin: 8px 0 1px;
	font-size: 12px;
	border: 1px solid #333;
	border-spacing: 1px;
}

.circuit-items table tr th,
.circuit-items table tr td
{
	font-size: 16px;
	border: 1px solid #333;	
}

.circuit-items table thead tr th:first-child,
.circuit-items table tbody tr td:first-child
{
	width: 56px;
	background-color:  rgb(238, 238, 255);	
}

.circuit-items table thead tr th:not(:first-child),
.circuit-items table tbody tr td:not(:first-child),
.circuit-items table thead tr th:nth-child(2),
.circuit-items table tbody tr td:nth-child(2)
{
	width: 160px;
	text-align: left;
}

.circuit-items table thead tr th:nth-child(3),
.circuit-items table tbody tr td:nth-child(3)
{
	width: 320px;
	word-break: break-all;
}

.circuit-items table thead tr th:last-child,
.circuit-items table tbody tr td:last-child
{
	width: 116px;
}

.circuit-items table tbody tr td.rgear {
	width: 185px;
}

.circuit-items table thead tr th
{
	height: 18px;
	background-color: rgb(170, 170, 255);
}

.circuit-items table tbody tr td
{
	height: 20px;
}

.circuit-items table tbody tr td:first-child
{
	background-color: rgb(238, 238, 255);
}

.circuit-items table tbody tr td span.part-number:hover
{
	color: #007fff;
	cursor: pointer;
}

.circuit-items table tbody tr td span.attention,
.circuit-items table tbody tr td span.attention:hover
{
	font-weight: bold;
	color: #FBE731;
	cursor: pointer;
}

/* 代理店連携専用ボタン(Buy on) */
.rgear-btn-group {
	position: absolute;
	right: -125px;
	top: 55px;
}

.rgear-btn {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.rgear-btn img {
	display: inline-block;
	width: 40px;
	height: 18px;
}

.contents-simulation.circuit .rgear-btn p {
	display: inline-block;
	padding-left: 5px;
	font-weight: bold;
	color: #fff;
	text-align: left;	
}

 /* Application選択ポップアップ画面 */
 .cookie-setting-dialog
{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(51, 51, 51, 0.7);
	z-index: 9998;
}

.cookie-setting-dialog .init-popup
{
	display: none;
	position: absolute;
	width: 615px;
	height: 290px;
	top: 70px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #7a7a7a;
	border-radius: 5px;
	box-shadow: 3px 3px 10px #333333;
	z-index: 9999;
}

.cookie-setting-dialog .init-popup span,
.cookie-setting-dialog .init-popup label
{
	display: inline-block;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
	user-select: none;
}

.cookie-setting-dialog .init-popup span
{
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 7px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #7a7a7a;
}

.cookie-setting-dialog .init-popup label
{
	margin-bottom: 15px;
	cursor: pointer;
}

.cookie-setting-dialog .init-popup label:hover
{
	color: #3b8dcc;
}

.cookie-setting-dialog .init-popup label input[type=radio]
{
	margin-right: 7px;
}

.cookie-setting-dialog .init-popup p.lead
{
	font-size: 14px;
}

.cookie-setting-dialog .init-popup .init-btn
{
	margin-top: 20px;
	text-align: right;
}

.cookie-setting-dialog .init-popup .init-btn input[type=button]
{
	width: 80px;
	height: 30px;
	opacity: 0.5;
}

.cookie-setting-dialog .init-popup .init-btn input[type=button].on
{
	opacity: 1.0;
	cursor: pointer;
}

/* サムネイル画像 */
.nfst-thumbnail
{
	display: none;
	position: absolute;
	z-index: 10;
}

.nfst-thumbnail img
{
	width: inherit;
	height: inherit;
	box-shadow: 0 5px 8px #6b6b6b;
}

/* ローディング画像 */
.simulation-loading
{
	position: absolute;
	top: 150px;
	left: 400px;
}

.simulation-loading img
{
	width: 50px;
	height: 50px;
}

/* SimVideoのカスタマイズ */
.container-simvideo
{
	display: inline-block !important;
	width: 100% !important;
}

.simvideo-btn
{
	display: inline-block !important;
	padding: 7px 10px 7px !important;
	color: #fff !important;
	font-size: 12px !important;
	line-height: 16px !important;
	background-color: #8C8C8C !important;
}

.simvideo-btn:hover
{
	background-color: #55545D !important;
}

.contents-simulation.circuit .simulation-run
{
	position: relative;
	height: 40px;
}

/*----------------------------------------------
謝罪文リンク
----------------------------------------------*/
#apologies_link_wrapper{
	text-align: center; 
	overflow: hidden; 
	background-color: #ccc;
}

#apologies_link{
	color: #3D3D3D;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

#apologies_link:hover{
	color: #c01;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1000;
}
.popup-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup {
  background: #fff;
  padding: 24px 32px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;         /* 横方向の中央寄せ */
  position: relative;
  min-width: 300px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  text-align: center;
}
.popup-close {
  position: absolute;
  top: 10px; right: 10px;
  background: none;
  border: 1px solid #888;
  font-size: 2em;
  cursor: pointer;
  color: #888;
}
.popup-title {
  margin-top: 0;
}
.popup-link {
  display: inline-block;
  margin-top: 18px;
  padding: 8px 20px;
  background-color: #007fff;
  color: #ffffff;
  width: 300px;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s;
}
.popup-link:hover {
  background: white;
  color: #000;
}
.popup-desc {
  margin: 16px 0 0 0;
  white-space: pre-line;
}
.popup-inquiry {
  background-color: white;
  color: red;
  cursor: pointer;
  width: auto !important;
  margin-top: 30px;
  text-decoration: none;
  border-style: hidden; 
  border-bottom: 1px solid red;
}
.popup-inquiry:hover {
  background: white;
  color: #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
}

.link_Btn {
  display: inline-block;
  margin-top: 18px;
  padding: 8px 20px;
  background-color: red;
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s;
}
.link_Btn:hover{
	background-color: white;
	color: red;
}
