@charset "UTF-8";

/*
------------------------------------------------------------------- */
.fgray {
    color: #9c9c9c;
}

.form_txt_faqsearch {
    width: 25em;
}

.tbl03 th .icn_arrow_0 {
    display: block;
    padding: 0 15px 0 0;
    background: url('/img/frontend/icn_arrow03b.png') no-repeat right center;
    cursor: pointer;
}

.tbl03 th .icn_arrow_1 {
    display: block;
    padding: 0 15px 0 0;
    background: url('/img/frontend/icn_arrow03.png') no-repeat right center;
    cursor: pointer;
}

.unit01 {
    margin-bottom: 20px;
}

.unit02 {
    text-indent: -1.0em;
    margin-left: 1.0em;
    margin-bottom: 20px;
}

.unit01 span.em02 {
    color: #00008b;
}

.unit01 span.em01 {
    color: red;
}

.red {
    color: red !important;
}
.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  max-width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 8px;
  position: absolute;
  z-index: 1;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.padding-em {
    padding: 1em !important;
}
