@charset "UTF-8";
/** ========================================================
 * @class Local:Define
** ====================================================== */
@media print, screen and (min-width: 768px) {
html, :root {
font-family: "Clarimo UD PE Regular", "UD Shin Go Regular JIS2004";
}
}
@media screen and (max-width: 767px) {
html, :root {
font-family: "Clarimo UD PE Regular", "UD Shin Go Conde90 R JIS2004";
}
}
h1 {
font-family: "Clarimo UD PE DemiBold", "UD Shin Go Conde90 DB JIS2004";
}
h2 {
font-family: "Clarimo UD PE Light", "UD Shin Go Conde90 L JIS2004";
}
h3 {
font-family: "Clarimo UD PE Light", "UD Shin Go Conde90 L JIS2004";
}
h4 {
font-family: "Clarimo UD PE Light", "UD Shin Go Conde90 L JIS2004";
}
h5, h6 {
font-family: "Clarimo UD PE DemiBold", "UD Shin Go Conde90 DB JIS2004";
}
b, strong {
font-family: "Clarimo UD PE DemiBold", "UD Shin Go Conde90 DB JIS2004";
}
.hero-banner h1{
font-family: "UD Shin Go DemiBold JIS2004";
}
#content {
  line-height: 1.6;
}
#content h1,
#content h2,
#content h3,
#content h4 {
  line-height: 1.3;
}

/** --------------------------------------------------------
 * @class Local:Define:#SS_suggest
** ------------------------------------------------------ */
#header #SS_suggest {
  position: absolute;
  z-index: 9999;
  left: 20px;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
#header #SS_suggest li {
  background-color: #fff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ebebeb;
}
#header #SS_suggest li:first-child {
  border-top: 1px #ebebeb solid;
}
#header #SS_suggest li a {
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #000;
  display: block;
  padding: 4px 10px;
}
#header #SS_suggest li a:hover,
#header #SS_suggest li a:active,
#header #SS_suggest li a:focus {
  background-color: #f9f9f9;
}
@media (min-width:992px),print {
  #header #SS_suggest {
    left: 0;
  }
}

/** --------------------------------------------------------
 * @class Local:Define:.suggest-csv
** ------------------------------------------------------ */
.suggest-csv {
  position: relative;
  margin: 0;
}
.suggest-csv input[type="text"] {
  position: relative;
  z-index: 101;
}
.suggest-csv .suggest-csv-list {
  background: #fff;
  position: absolute;
  z-index: 100;
  top: 37px;
  left: 0;
  overflow: auto;
  width: 80%;
  min-width: 250px;
  max-height: 300px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ebebeb;
}
.suggest-csv .suggest-csv-list > li {
  line-height: 1;
  width: 100%;
}
.suggest-csv .suggest-csv-list > li > button {
  text-align: left;
  vertical-align: top;
  background: #fff;
  width: 100%;
  padding: 0;
  padding: 8px 16px;
  border: 1px solid #ebebeb;
  border-top: 0;
}
.suggest-csv .suggest-csv-list > li.is-selected > button,
.suggest-csv .suggest-csv-list > li > button:hover,
.suggest-csv .suggest-csv-list > li > button:focus {
  background: #e6e6e6;
}

/** --------------------------------------------------------
 * @class Local:Define:.btn-t
** ------------------------------------------------------ */
.btn .btn-t {
  padding-top: 10px;
  padding-bottom: 10px;
}
