@charset "UTF-8";
/*----------------------------------------------------
	setting
----------------------------------------------------*/
/*----------------------------------------------------
	basic
----------------------------------------------------*/
body {
  color: #1d1d1d;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 1.2;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
a[target="_blank"]:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cg%20data-name%3D%22l2%22%3E%3Cg%20data-name%3D%22l1%22%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23f8b600%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222px%22%20class%3D%22cls-1%22%20points%3D%2219%2015%2019%2023%201%2023%201%205%209%205%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f8b600%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222px%22%20class%3D%22cls-1%22%20d%3D%22M14%2C1h9v9M11%2C13%2C22%2C2%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 7px;
}

h2, h3 {
  padding: 0;
  background: none;
}

select {
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #DDD;
  border-radius: 4px;
  padding: 0 30px 0 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2061%22%20width%3D%2234%22%20height%3D%2261%22%3E%3Cpath%20fill%3D%22%23aaa%22%20fill-rule%3D%22evenodd%22%20transform%3D%22rotate%2890%2025%2025%29%22%20class%3D%22cls-1%22%20d%3D%22M5%2C61.16a4.94%2C4.94%2C0%2C0%2C1-3.4-1.4%2C5%2C5%2C0%2C0%2C1-.2-7.1l21-22.1-21-22.1a5%2C5%2C0%2C0%2C1%2C7.3-6.9L33%2C27.06A5.08%2C5.08%2C0%2C0%2C1%2C33%2C34L8.56%2C59.56A5.19%2C5.19%2C0%2C0%2C1%2C5%2C61.16Z%22%2F%3E%3C%2Fsvg%3E") no-repeat right 8px top 11px;
  background-size: 13px 12px;
  font-size: 12px;
  height: 28px;
  color: #000;
}
select[disabled] {
  background-color: #eee;
  color: #666;
}
select[disabled]:hover {
  border-color: #ddd;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

input[type="checkbox"] {
  outline: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  background: #fff;
  border: 1px solid #DDD;
  border-radius: 2px;
  margin-right: 8px;
  font-size: 0;
}
input[type="checkbox"]:checked::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  border-right: 3px solid #f8b600;
  border-bottom: 3px solid #f8b600;
  transform: rotate(45deg);
  position: relative;
  left: 5px;
  top: 1px;
}

input[type="radio"] {
  outline: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  background: transparent;
  width: 16px;
  height: 16px;
  border: 1px solid #DDD;
  border-radius: 100%;
  margin-right: 8px;
  font-size: 0;
}
input[type="radio"]:checked::after {
  content: '';
  position: relative;
  left: 2px;
  top: 2px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #f8b600;
  border-radius: 100%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  border-radius: 5px;
  color: #000;
}
input[type="submit"]:-webkit-search-decoration,
input[type="button"]:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

button,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  color: #000;
}

/*# sourceMappingURL=sb_base.css.map */
