/*****************************************************************************************
	Common CSS by NITTA Co.Ltd. 2020.07.16
*****************************************************************************************/
/*----------------------------------------------------------------------------------------
	共通スタイル
----------------------------------------------------------------------------------------*/
html {
/*	min-width: 1150px;*/
}
body{
	overflow-x:hidden;
/*	position: relative;*/
/*	height:auto !important;*/ /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
/*	background:#e7e7eb;*/
/*	background:#ffc0cb;*/
	background:#f0fff0;
	font:14px Verdana,Arial,Helvetica,sans-serif;
	line-height:1.3;*font-size:small;*font:x-small;
	font-family:Meiryo,'メイリオ','Lucida Grande',Verdana,
	'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','游明朝体','游ゴシック体','ＭＳ Ｐ明朝','ＭＳ Ｐゴシック',sans-serif,Arial,Times,"リュウミン R-KL","リュウミン B-KL","黎ミン M","A1明朝","しまなみ","新ゴ R","新ゴ B","ゴシックMB101 B","見出しゴMB31","中ゴシックBBB","じゅん 201","じゅん 501","新丸ゴ R","秀英にじみ丸ゴシック B","丸フォーク M","フォーク M","シネマレター","はるひ学園","G2サンセリフ-B","那欽","竹 B","新ゴ シャドウ","ぶらっしゅ","トーキング","すずむし","教科書ICA M","陸隷","TB古印体","さくらぎ蛍雪","TBUDゴシック R","TBUDゴシック E","UD新ゴ コンデンス90 L","UD新ゴ コンデンス90 M";
	-webkit-overflow-scrolling:touch;
	overflow-y: scroll;
	-ms-overflow-style: none;     /* IE, Edge 対応 */
	scrollbar-width: none;        /* Firefox 対応 */
}
body::-webkit-scrollbar {
	display: none;
}
.all{
/*	width:98%;*/
	width:640px;;
/*	margin: 0 auto;*/
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	float:center;
/*	background: #fff;*/
	background: #f5f5f5;
	
	box-shadow:0px 0px 8px -2px #333333;
	-moz-box-shadow:0px 0px 8px -2px #333333;
	-webkit-box-shadow:0px 0px 8px -2px #333333;
	
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}
.all::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}
/*
.all {
	position:relative;
	display:block;
	margin:0 auto;
	float:center;
}
*/
#div-namecard {
	position:relative;
}
.rotate {
	transform: rotate( -180deg );
}
/*レスポンシブ対応（ここから）
.namecard{
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
#canvas{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
レスポンシブ対応（ここまで）*/

/*レスポンシブ非対応（ここから）*/
.namecard {
	padding:0px;
}
#canvas {
	background: #fff;
	border:solid gray 1px;
}
/*レスポンシブ非対応（ここまで）*/
canvas {
	border: 1px #333 solid;
	max-width: 100%;
	height: auto;
}
#div-qr {
	border-style: none;
	background-color: #fff;
	cursor: pointer;
}
#qrcode {
	/*position:fixed;*/
	position:absolute;
	display:block;
	z-index:100;
}
.qr-left {
	top:10px;
	left:10px;
}
.qr-right {
	top:10px;
	right:10px;
}
textarea {
	resize: horizontal;
}
#contextmenu{
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	width:200px;
	height:100px;
	/*border:1px solid #000;*/
	background-color:#fff;
}
#contextmenu li{
	cursor:pointer;
}
#contextmenu table{
	width:400px;
	background:#fff;
	/*border:solid gray 1px;*/
	border:1px solid #000;
	border-collapse: collapse;
	border-spacing:0px;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}
.th-title{
	width:110px;
	font-size:14px;
	background:#ddd;
	text-align:justify;/*IE*/
	text-justify:inter-ideograph;/*IE*/
	-moz-text-align-last:justify;
	text-align-last:justify;
}
select{
	outline:none;
	text-indent: 0.01px;
	text-overflow: '';
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
/* 表示をボタン化
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
*/
	font-size:14px;
	padding:2px;
	border: solid 1px #2e8b57;
}
select option{
	background-color: #fff;
	color: #333;
}
select::-ms-expand {
/* 表示をボタン化 IE対処
	display: none;
*/
}
select:-moz-focusring { 
	color: transparent; 
	text-shadow: 0 0 0 #828c9a;
}
.select-wrap {
	position:relative;
}
.select-wrap:before {
	z-index: 1;
	position: absolute;
	right: 15px;
	top: 0;
	content: "\f123";
	font-family: "IonIcons";
	line-height: 43px;
	color: #7F878C;
	pointer-events: none;
}
.tab-content {
	display:block;
	overflow-y: scroll;
	 -webkit-overflow-scrolling: touch;
	height: 200px;
	padding: 5px;
	/*border: solid 1px #ddd;*/
	border:none;
	text-align:left;
}
.tab-content-sm {
	display:block;
	overflow-y: scroll;
	 -webkit-overflow-scrolling: touch;
	height: 100px;
	padding: 5px;
	/*border: solid 1px #ddd;*/
	border:none;
	text-align:left;
}
.dialog-scroll-area {
	display:block;
	overflow-y: scroll;
	 -webkit-overflow-scrolling: touch;
	height: 70%;
/*	padding: 5px;*/
	/*border: solid 1px #ddd;*/
	border:none;
/*	text-align:left;*/
}
/*
.nav-item{
	border: solid 1px #2e8b57;
}
*/
.nav-pills li.nav-item{
/*  border-color: #6c757d;*/
  border:1px solid #ddd;
  border-radius:3px 3px 3px 3px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
/*----------------------------------------------------------------------------------------
	フッタスタイル
----------------------------------------------------------------------------------------*/
.footer-std{
	background:#3d3d3d;
	height:70px;
}
.footer-freeinfo{
	background:#3d3d3d;
	height:70px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
}
.footer-color{
	color:#fff;
}
.footer-mt{
	margin-top:15px;
}
/*----------------------------------------------------------------------------------------
	新規会員登録専用スタイル（entry.html）
----------------------------------------------------------------------------------------*/
.entry-card{
	min-height:400px;
}
.termsofservice {
	overflow:auto;
	width:100%; height:200px;
	padding:5px;
	border:2px solid #ddd;
	color:#000;
	background-color:#fff;
	line-height:1.5em;
}
@media (max-width:415px){
	.entry-card{
		min-height:780px;
	}
}
@media (max-width:500px){
	.entry-card{
		min-height:750px;
	}
}
@media (max-width:320px){
	.entry-card{
		min-height:800px;
	}
}
/*----------------------------------------------------------------------------------------
	カード入れページ専用スタイル（edit_cardholder.html）
----------------------------------------------------------------------------------------*/
ul#uncategorizedCard,
ul.cardNodeMenu,
ul.nodeMenu {
	margin:0; padding:0;
	width:640px;
	list-style:none;
}
ul#uncategorizedCard li,
ul.cardNodeMenu li,
ul.nodeMenu li {
	margin:5px 0; padding:0;
	list-style:none;
}
ul#uncategorizedCard a,
ul.cardNodeMenu a,
ul.nodeMenu a {
	text-decoration:none;
	color:navy;
	display:block;
	padding:2px 0;
}
ul#uncategorizedCard a:hover, 
ul.cardNodeMenu a:hover, 
ul.nodeMenu a:hover {
	color:orange;
}
/* 親テキスト */
ul#uncategorizedCard span.parent,
ul.cardNodeMenu span.parent,
ul.nodeMenu span.parent {
	color:navy; font-weight:bold;
/*	background-color:#eeeeee;*/
	background-color:#fff;
}
span.parent-str {
	padding-left:5px;
	cursor: pointer;
}
span.parent-str:hover {
	/*color: #0000ff;*/
	color: orange;
}
span.parent-str.active {
	/*color: #0000ff;*/
	color: blue;
}
/* 子メニュー */
ul#uncategorizedCard div.child,
ul.cardNodeMenu div.child,
ul.nodeMenu div.child {
/*	background-color:#ffffcc;*/
	background-color:#fff;
}
ul#uncategorizedCard div.indent,
ul.cardNodeMenu div.indent,
ul.nodeMenu div.indent {
	margin-left:1em;
/*	margin-left:0.5em;*/
}
.btn-entry{
	padding-top:5px;
	padding-left:4px;
	width:30px;
	height:30px;
	font-size:16px;
	color:#fff;
	border-radius:100%;
	border: solid 1px #2e8b57;
	background:#98fb98;
	cursor: pointer;
}
.btn-del{
	padding-top:0px;
	width:30px;
	height:30px;
	font-size:16px;
	color:#fff;
	border-radius:100%;
	background:#808080;
	border: none;
	cursor: pointer;
}
.btn-new{
	padding-top:0px;
	width:30px;
	height:30px;
	font-size:16px;
	color:#fff;
	border-radius:100%;
	background:#6495ed;
	border: none;
	cursor: pointer;
}
.btn-edit{
	padding-top:2px;
	padding-left:3.5px;
	width:30px;
	height:30px;
	font-size:16px;
	background:#fff;
	border-radius:10px 10px 10px 10px;
	outline: none;
	border: 1px solid #d3d3d3;
	/*cursor: help;*/
}
.btn-base{
	padding-top:2px;
	padding-left:3.5px;
	width:30px;
	height:30px;
	font-size:16px;
	background:#fff;
	border-radius:10px 10px 10px 10px;
	outline: none;
	border: 1px solid #d3d3d3;
	cursor: not-allowed;
}
.parent{
	cursor: pointer;
}
.add-parent{
	cursor: not-allowed;
}
.no-border{
	border: none;
}
input .no-border:hover{
	color:#0000ff;
	cursor: pointer;
}
.btn-parent{
	position: relative;
	width:425px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.btn-childname{
}
.btn-child {
	position: absolute;
	font-size:12px;
	top:15px;
	right:15px;/*-- 右端からの距離（任意） --*/
}
/*----------------------------------------------------------------------------------------
	会員情報の編集ページ専用スタイル（edit_userinfo.html）
----------------------------------------------------------------------------------------*/
.sticky {
	position: -webkit-sticky; /* Safari用 */
	position:sticky; /* 要素をスクロールに応じて固定 */
	top:0; /* 縦スクロールに追従 */
	z-index: 100; /* z-indexで最前面に持ってくる */
}
.thead-sticky {
	position: -webkit-sticky; /* Safari用 */
	position: sticky; /* 要素をスクロールに応じて固定 */
	top: 0; /* 縦スクロールに追従 */
	z-index: 3; /* z-indexで前面に持ってくる */
}
.th-sticky {
	position: -webkit-sticky; /* Safari用 */
	position: sticky; /* 要素をスクロールに応じて固定 */
	left: 0; /* 横スクロールに追従 */
	z-index: 2; /* z-indexで前面に持ってくる */
}
/***************************************************
	Tooltip
****************************************************/
.tooltip-left{
	color: #555;
	display: inline-block;
	z-index:11000;
}
.tooltip-left span{
	display: none;
	z-index:11000;
}
.tooltip-left:hover{
	position: relative;
	color: #333;
	z-index:11000;
}
.tooltip-left:hover span{
	display:block;
	position:absolute;
	top: 28px;
	left: -7px;
	width: 190px;
	padding: 5px;
	border-radius:3px;
	font-size: 85%;
	color: #fff;
	background-color: #428bca;
	z-index:11000;
}
.tooltip-left span:before{
	display:block;
	position:absolute;
	width:0;
	height:0;
	top:-15px;
	left:8px;
	content:'';
	border:13px transparent solid;
	border-right-width:0;
	border-left-color:#428bca;
	transform:rotate(270deg);
	-webkit-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	z-index:11000;
}
.tooltip-right{
	color: #555;
	display: inline-block;
	z-index:11000;
}
.tooltip-right span{
	display: none;
	z-index:11000;
}
.tooltip-right:hover{
	position: relative;
	color: #333;
	z-index:11000;
}
.tooltip-right:hover span{
	display:block;
	position:absolute;
	top: 30px;
	right: 0px;
	width: 190px;
	padding: 5px;
	border-radius:3px;
	font-size: 90%;
	color: #fff;
	background-color: #428bca;
	z-index:11000;
}
.tooltip-right span:before{
	display:block;
	position:absolute;
	width:0;
	height:0;
	top:-13px;
	right:8px;
	content:'';
	border:13px transparent solid;
	border-right-width:0;
	border-left-color:#428bca;
	transform:rotate(270deg);
	-webkit-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	z-index:11000;
}
.tooltip-b-left{
	color: #555;
	display: inline-block;
	z-index:11000;
}
.tooltip-b-left span{
	display: none;
	z-index:11000;
}
.tooltip-b-left:hover{
	position: relative;
	color: #333;
	z-index:11000;
}
.tooltip-b-left:hover span{
	display:block;
	position:absolute;
	top: 36px;
	left: -7px;
	width: 190px;
	padding: 5px;
	border-radius:3px;
	font-size: 90%;
	color: #fff;
	background-color: #428bca;
	z-index:11000;
}
.tooltip-b-left span:before{
	display:block;
	position:absolute;
	width:0;
	height:0;
	top:-13px;
	left:8px;
	content:'';
	border:13px transparent solid;
	border-right-width:0;
	border-left-color:#428bca;
	transform:rotate(270deg);
	-webkit-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	z-index:11000;
}

.drop-hover:hover > .dropdown-menu {
	margin-top:-2px;
	margin-left:-0.15px;
	display: block !important;
}
/**************************************************************************
	sticky_table
***************************************************************************/
#sticky_table{
	border: solid 1px #d3d3d3;
}
#sticky_table tbody{
	overflow-y:scroll !important;
	height: 100px !important;
}
#sticky_table thead th {
  /* 縦スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
}
#sticky_table th:first-child {
  /* 横スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
#sticky_table thead th:first-child {
  /* ヘッダー行内の他のセルより手前に表示する */
  z-index: 2;
}
/**************************************************************************
	プログレストラッカー横（バー式ステップ表示）
***************************************************************************/
#navbar-main {
    box-shadow: 0 1px 10px rgba(130, 130, 134, .1);
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
#navbar-main img {
    height: 32px !important;
}
#navbar-main .navbar-nav .nav-link {
    font-size: 1rem;
    color: #0da4d3!important;
}
.pull-right{
  float: right;
}
/**************************************************************************
	プログレストラッカー横（バー式ステップ表示）
***************************************************************************/
#step_bar_box {
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
/*	width:100%;*/
}
.step_bar {
	list-style: none;
/*	width:100%;*/
}
.step_bar li {
	line-height: 46px;
	color: #a6a6a6;
	text-decoration: none;
	padding: 0 15px 0 35px;
	background: #eee;
	display: inline-block;
}
.step_bar li small {
	font-size: 80%;
}
.step_bar li::after {
	position: relative;
	display: block;
	margin-top: -25px;
	margin-left: auto;
	margin-right: -25px;
	height: 32px;
	width: 20px;
	content: " ";
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
	background: #eee;
	border-right: 1px solid white;
}
.step_bar li::before {
	float: right;
	display: block;
	margin-bottom: -25px;
	margin-left: auto;
	margin-right: -25px;
	height: 31px;
	width: 20px;
	content: " ";
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-o-transform: skew(30deg);
	transform: skew(30deg);
	background: #eee;
	border-right: 1px solid white;
}
.step_bar li:first-child {
	padding-left: 20px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.step_bar li:last-child {
	padding-left: 35px;
	padding-right: 40px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.step_bar li:last-child::before {
	border: 0;
	background: transparent !important;
}
.step_bar li:last-child::after {
	border: 0;
	background: transparent !important;
}
.step_bar li.current {
	background: #F97C78;
	color: #333;
}
.step_bar li.current::before {
	background: #F97C78;
}
.step_bar li.current::after {
	background: #F97C78;
}
.step_bar li.current:last-child {
	margin-right: -35px;
}
.step_bar li.current:last-child::before {
	border: 0;
	background: transparent !important;
}
.step_bar li.current:last-child::after {
	border: 0;
	background: transparent !important;
}
/**************************************************************************
	プログレストラッカー縦
***************************************************************************/
.progress-meter {
  list-style-type: none;
  margin-left: 10px;
  margin-bottom: 20px;
  margin-top: 0;
}
.progress-meter li {
  display: block;
  text-indent: 0;
  height: 40px;
  width: 100%;
  font-size: 12px;
  border-left-width: 2px;
  border-left-style: solid;
  margin-bottom: 0;
  position: relative;
}
.progress-meter li a {
  color: #333;
  display: block;
  line-height: 18px !important;
  position: absolute;
  top:0;
  left:0;
  padding-left: 20px;
  width:100%;
  text-decoration:none;
}

.progress-meter li:before {
  position: relative;
  text-indent: 0;
}

.progress-meter li.done {
  font-size: 12px;
}
.progress-meter li.done a {
  color: #ccc;
}

.progress-meter li.done:before {
  content: "";
  height: 19px;
  width: 19px;
  line-height: 21.85px;
  border: none;
  border-radius: 19px;
  display: inline-block;
  left: -11px;
  text-align: center;
}

.progress-meter li.todo {
  font-size: 12px;
}

.progress-meter li.todo:before {
  content: "";
  font-size: 17.1px;
  height: 19px;
  width: 19px;
  line-height: 21.85px;
  border: none;
  border-radius: 19px;
  display: inline-block;
  left: -11px;
  text-align: center;
}

.progress-meter li.done {
  color: black;
  border-left-color: #eee;
}
.progress-meter
li.done:before {
  color: white;
  background-color: #fff;
  border:2px solid #ccc;
}

.progress-meter li.todo {
  color: #ccc;
  border-left-color: #eee;
}

.progress-meter li.todo:before {
  color: #ccc;
  background-color: #eee;
  border:2px solid #eee;
}

.progress-meter li.last {
  height: 19px;
}
/**************************************************************************
	Toast
***************************************************************************/
.toast-group {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
}
/*
.toast {
  position: absolute;
  top: 0;
  right: 0;
}
*/
/**************************************************************************
	文字制限警告
***************************************************************************/
.count_num {
  display: block;
  margin:0 0 5px 0;
}
.count_alert {
  color:#ff0000;
  display: block;
}
/**************************************************************************
	Fixed Top
***************************************************************************/
#fixedTop {
	right: 10px;
	bottom: 10px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 40px;
	text-align: center;
	background: #696969;
	opacity: 0.9;
	position: fixed;
	z-index: 9999;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	transform: scale(0);
	text-decoration: none;
}
#fixedTop:hover {
	opacity: 0.8;
	background: #a9a9a9;
	text-decoration: none;
}
#fixedTop.show {
	transform: scale(1);
	-webkit-transform: translateZ(0);
}
/***************************************************
  ロード中メッセージ
****************************************************/
.loader-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index:10000;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(150,211,95, 0.2);
  border-right: 1.1em solid rgba(150,211,95, 0.2);
  border-bottom: 1.1em solid rgba(150,211,95, 0.2);
  border-left: 1.1em solid #96d35f;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**********************************( End of Common CSS )*********************************/
