	@import "/common_css/default.css";
	@import "/common_css/component.css";
	@import "/hojin/valuedoor/help/css/valuedoor_comp.css";
  
/* Updated 2025/05/26.T */

#contents ol.kankyoList li {
	text-indent:-2.7em;
	padding-left:2.7em;
}

#contents div.data {
    font-size: small;
	text-align:right;
	padding:0px 70px 5px 0px;
}

.header-helpBtn .btn-type01:focus{
  outline: 0;
}
.header-helpBtn .btn-type01 {
  display: block;
  position: relative;
  height: 100%;
  min-width: auto;
  max-width: auto;
}
.header-helpBtn .btn-type01 > .inner {
  display: inline;
}

.whiteTxt {
  color: #fff !important;
}
.grey {
  color: #788883 !important;
}
.link-external > .inner > .item {
  width: 18px;
}
.table-desc {
  font-size: 12px;
  margin-top: 25px
}
.table-desc .box {
  display: inline-block;
  color: #fff;
  padding: 2.5px 4px;
  border-radius: 4px;
  background-color: #004831;
  margin-right: 10px;
}
table .box {
  display: block;
  width: 90px;
  font-size: 12px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  color: #004831;
  margin: 5px auto;
  padding: 3px 0;
}
table .box.lime {
  background-color: #E2EFBC;
}
table .box.green {
  background-color: #004831;
  color: #fff;
}
.fs14 {
  font-size: 14px !important;
}
.js-iconScroll {
  display: none;
}
@media screen and (max-width: 767px){
  #wrap #mainArea main {
    margin-bottom: 60px;
  }
  .tableColumnWrap {
    position: relative;
  }
	.js-iconScroll {
		display: block;
		position: absolute;
		margin: auto;
		top: 50%;
    transform: translateY(-50%);
		left: 0;
		right: 0;
		width: 105px;
		height: 105px;
	}
  .kv-wrap {
    margin: 0;
  }
  .f12sp {
    font-size: 12px !important; 
  }
}