@charset "UTF-8";
.mgt-15 {
  margin-top: -15px; }

.mgt-30 {
  margin-top: -30px; }

.mgt10 {
  margin-top: 10px; }

.mgt15 {
  margin-top: 15px; }

.mgt30 {
  margin-top: 30px; }

.mgb10 {
  margin-bottom: 10px; }

.mgb15 {
  margin-bottom: 15px; }

.mg10 {
  margin: 10px 0; }

.mg15 {
  margin: 15px 0; }

.mg30 {
  margin: 30px 0; }

.mgl15 {
  margin-left: 15px; }

.mgr15 {
  margin-right: 15px; }

.pd15 {
  padding: 15px; }

.w60 {
  width: 60px;
  max-width: 100%;
  display: inline-block !important; }

.w80 {
  width: 80px;
  max-width: 100%;
  display: inline-block !important; }

.w100 {
  width: 100px;
  max-width: 100%;
  display: inline-block !important; }

.w150 {
  width: 150px;
  max-width: 100%;
  display: inline-block !important; }

.w200 {
  width: 200px;
  max-width: 100%;
  display: inline-block !important; }

.w300 {
  width: 300px !important;
  max-width: 100%;
  display: inline-block !important;
  padding-right: 10px;
  margin-right: 10px !important; }

.w50 {
  width: 50% !important;
  max-width: 100%;
  display: inline-block !important;
  padding-right: 10px;
  margin-right: 10px !important; }

.t_h500 {
  height: 500px;
  overflow-y: scroll; }

a.doc {
  text-decoration: none !important;
  display: block;
  margin: 10px auto;
  width: 20px; }
  a.doc span {
    display: block; }

.menu_btn {
  width: 33px;
  height: 33px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px auto;
  cursor: pointer;
  position: relative; }
  .menu_btn:before {
    content: "";
    font-family: material icons;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    left: 6px;
    top: 6px; }

i.mini_menu {
  position: absolute;
  top: 56px;
  z-index: 9;
  left: 41px;
  width: 150px;
  padding: 14px 15px 10px;
  border: 1px solid #ddd;
  background: #fff;
  display: block; }
  i.mini_menu em {
    width: 10px;
    font-style: normal;
    height: 10px;
    position: absolute;
    top: 5px;
    right: 10px; }
    i.mini_menu em:before {
      content: "";
      font-family: material icons; }
  i.mini_menu a, i.mini_menu span {
    display: block;
    padding-bottom: 5px;
    text-decoration: underline;
    cursor: pointer;
    color: #0563a6; }

.btn.dropdown-toggle {
  min-width: inherit;
  width: 33px;
  height: 33px;
  padding: 5px !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px auto !important;
  cursor: pointer;
  position: relative;
  background: #fff !important;
  display: block; }
  .btn.dropdown-toggle .material-icons {
    font-size: 18px;
    position: relative;
    top: -1px;
    left: 2px; }

.table .dropdown-menu {
  padding: 15px; }
  .table .dropdown-menu span {
    color: #0563a6;
    text-decoration: underline;
    cursor: pointer; }
  .table .dropdown-menu a {
    display: block; }

input[type="date"], input[type="month"] {
  position: relative; }

input[type='date']::-webkit-calendar-picker-indicator,
input[type='month']::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0; }

input.no_spin::-webkit-inner-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[readonly] {
  background: #fff !important;
  box-shadow: none; }


.descriptionregist:before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 12px solid #666; /* 最後の値は「ツールチップの背景色」と合わせる */
  position: absolute;
  bottom: 99%;
  left: 30%;
  transform: translateX(-50%);
}
.tooltipregist:hover .descriptionregist{
  top: 100%; /* Y軸の位置 */
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
}
.tooltipregist{
    position: relative;
    cursor: pointer;
    display:  inline-block;

}
.tooltipregist img{
    width: 12px;
}
.descriptionregist {
  width: 330px; /* 横幅 */
  position: absolute;
  top: 80%; /* Y軸の位置 */
  left: calc(100% + 60px);
  transform: translateX(-50%);
  margin-top: 15px; /* テキストとの距離 */
  padding: 8px;
  border-radius: 10px; /* 角の丸み */
  background-color: #666; /* ツールチップの背景色 */
  font-size: 0.7em;
  color: #fff;
  text-align: left;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 99999999999999999;
  font-weight: lighter;


}
.descriptionregist-temp {
  width: 300px; /* 横幅 */
  position: absolute;
  top: 80%; /* Y軸の位置 */
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px; /* テキストとの距離 */
  padding: 8px;
  border-radius: 10px; /* 角の丸み */
  background-color: #666; /* ツールチップの背景色 */
  font-size: 0.7em;
  color: #fff;
  text-align: left;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 9;

}


.descriptionregist-temp:before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 12px solid #666; /* 最後の値は「ツールチップの背景色」と合わせる */
  position: absolute;
  bottom: 99%;
  left: 50%;
  transform: translateX(-50%);
}
.tooltipregist:hover .descriptionregist-temp{
  top: 100%; /* Y軸の位置 */
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
}

.disp1{
	font-family: Inter;
	font-Weight: 700;
	font-size: 14px;
	display: inline-block !important;
}

.disp2{
	font-family: Inter;
	color: #757575;
	font-size: 14px;
}

.disp_value1 {
	color: #ed6d01;
	text-align: center !important;
	display: inline-block !important;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 64px;
	line-height: 77px;
}

.toptd{
  	font-family: Inter;
  	font-size: 16px;
	border-bottom-style:none !important;
	text-align: center;
}
.middletd{
	border-top-style:none !important;
	border-bottom-style:none !important;
	text-align:center;
	vertical-align: middle !important;
}
.bottomtd{
	border-top-style:none !important;
}

/*# sourceMappingURL=agent.css.map */
