/* This is an example to import fonts from css */
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap"); */

@media screen and (max-width: 768px){
.kl-rich-text h1{
  font-size:22px;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1240px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */
.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */
.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}



@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
button, .button {
  background-color: rgba(11, 134, 216, 1.0);
  border: 1px solid #0b86d8;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 15px 25px;
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  /* To affect HubSpot CTAs */
}

button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active {
  background-color: rgba(59, 102, 201, 1.0);
  border-color: rgba(59, 102, 201, 1.0);
  color: #FFF;
  text-decoration: none;
}

button:disabled, .button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button a, .button a {
  color: #FFFFFF;
}

button a:hover, .button a:hover {
  color: white;
  text-decoration: none;
}

.widget-type-cta {
  background-color: rgba(11, 134, 216, 1.0);
  border: 1px solid #0b86d8;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 15px 25px;
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  /* To affect HubSpot CTAs */
}

.widget-type-cta:hover, .widget-type-cta:focus, .widget-type-cta:active {
  background-color: rgba(59, 102, 201, 1.0);
  border-color: rgba(59, 102, 201, 1.0);
  color: #FFF;
  text-decoration: none;
}

.widget-type-cta:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.widget-type-cta a {
  color: #FFFFFF;
}

.widget-type-cta a:hover {
  color: white;
  text-decoration: none;
}

.widget-type-cta a {
  color: white;
}

.widget-type-cta a:hover, .widget-type-cta a:focus, .widget-type-cta a:active {
  color: white;
  text-decoration: none;
}

.button--outlined {
  background-color: transparent;
  color: #0b86d8;
  border: 2px solid #0b86d8;
  font-weight: bold;
  /* To affect HubSpot CTAs */
}

.button--outlined a {
  color: inherit;
}

.button--arrow {
  color: #000000;
  background: none;
  border: none;
  padding: 0;
  transition: none;
  /* To affect HubSpot CTAs */
}

.button--arrow:after {
  content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 13'%3E%3Cpath d='M37.5303 7.0303a.75.75 0 000-1.0606l-4.7729-4.773a.75.75 0 00-1.0607 1.0607L35.9393 6.5l-4.2426 4.2426a.75.75 0 001.0607 1.0607l4.7729-4.773zM0 7.25h37v-1.5H0v1.5z' fill='%23000000'/%3E%3C/svg%3E");
  width: 36px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.button--arrow:hover, .button--arrow:focus, .button--arrow:active {
  background: none;
  border: none;
  text-decoration: none;
  color: #0b86d8;
}

.button--arrow:hover:after, .button--arrow:focus:after, .button--arrow:active:after {
  /* Really nasty way of chaning the color of the arrow */
  content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 13'%3E%3Cpath d='M37.5303 7.0303a.75.75 0 000-1.0606l-4.7729-4.773a.75.75 0 00-1.0607 1.0607L35.9393 6.5l-4.2426 4.2426a.75.75 0 001.0607 1.0607l4.7729-4.773zM0 7.25h37v-1.5H0v1.5z' fill='%230b86d8'/%3E%3C/svg%3E");
}

.button--arrow:hover a, .button--arrow:focus a, .button--arrow:active a {
  color: inherit;
}

.button--arrow:disabled {
  background: none;
  border: none;
  color: #aeaeae;
  cursor: auto;
}

.button--arrow a {
  color: inherit;
}
#hubspot-messages-iframe-container {
  z-index: 0 !important;
}
/* Form */
form, .submitted-message {
  font-family: arial, helvetica, sans-serif, sans-serif;
}

.hs-form-field {
  margin: 0 0 1rem;
}

/* Labels */
form label {
  color: #2f2f2f;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */
form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */
.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 1px solid #DADADA;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: normal;
  padding: .75rem 1rem;
  width: 100%;
  border-color: #DADADA;
  color: #2f2f2f;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #0b86d8;
}

fieldset {
  max-width: 100% !important;
}

fieldset.form-columns-0, fieldset.form-columns-1, fieldset.form-columns-2, fieldset.form-columns-3 {
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

fieldset.form-columns-0 > div, fieldset.form-columns-1 > div, fieldset.form-columns-2 > div, fieldset.form-columns-3 > div {
  margin-left: 4px;
  margin-right: 4px;
}

fieldset.form-columns-0 .hs-form-field, fieldset.form-columns-1 .hs-form-field, fieldset.form-columns-2 .hs-form-field, fieldset.form-columns-3 .hs-form-field {
  flex-grow: 1;
  flex-basis: 135px;
}

fieldset.form-columns-0 .hs-form-field .input, fieldset.form-columns-1 .hs-form-field .input, fieldset.form-columns-2 .hs-form-field .input, fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0;
}

fieldset.form-columns-0 .hs-form-field .hs-input, fieldset.form-columns-1 .hs-form-field .hs-input, fieldset.form-columns-2 .hs-form-field .hs-input, fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
}

fieldset.form-columns-0 .hs-form-field input[type=checkbox],
fieldset.form-columns-0 .hs-form-field input[type=radio], fieldset.form-columns-1 .hs-form-field input[type=checkbox],
fieldset.form-columns-1 .hs-form-field input[type=radio], fieldset.form-columns-2 .hs-form-field input[type=checkbox],
fieldset.form-columns-2 .hs-form-field input[type=radio], fieldset.form-columns-3 .hs-form-field input[type=checkbox],
fieldset.form-columns-3 .hs-form-field input[type=radio] {
  width: auto !important;
}

/* Form placeholder text */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #E4E4E4;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

.hs-input[type=checkbox] + label,
.hs-input[type=radio] + label {
  display: inline-block;
  vertical-align: top;
}

/* Inputs - datepicker */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #E4E4E4;
  content: '\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker button, .fn-date-picker .button {
  min-width: auto;
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
  background-color: #0b86d8;
}

.fn-date-picker td.is-today .pika-button {
  color: #0b86d8;
}

.fn-date-picker td.is-selected .pika-button {
  background: #0b86d8;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background: #0b86d8 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */
input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

h3.form-title {
  color: #000000;
}

/* GDPR */
.legal-consent-container {
  margin: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
}

/* Validation */
.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
  font-weight: normal;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  background-color: rgba(11, 134, 216, 1.0);
  border: 1px solid #0b86d8;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 15px 25px;
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  /* To affect HubSpot CTAs */
}

form input[type=submit]:hover, form input[type=submit]:focus, form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  background-color: rgba(59, 102, 201, 1.0);
  border-color: rgba(59, 102, 201, 1.0);
  color: #FFF;
  text-decoration: none;
}

form input[type=submit]:disabled,
form .hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

form input[type=submit] a,
form .hs-button a {
  color: #FFFFFF;
}

form input[type=submit] a:hover,
form .hs-button a:hover {
  color: white;
  text-decoration: none;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0;
  max-width: 100%;
}
/* Table */
table {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #2f2f2f;
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #2f2f2f;
}

/* Table Cells */
th,
td {
  border: 1px solid #2f2f2f;
  color: #2f2f2f;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */
thead th,
thead td {
  background-color: rgba(11, 134, 216, 1.0);
  color: #FFFFFF;
  vertical-align: bottom;
}

/* Table footer */
tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: #2f2f2f;
}
html {
  font-size: 16px;
}

body {
  font-family: arial, helvetica, sans-serif, sans-serif;
  color: #2f2f2f;
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */
p {
  font-size: 16px;
  line-height: 1.375;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */
a {
  color: #0270e0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: arial, helvetica, sans-serif, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 40px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

h2 {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 32px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

h3 {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 24px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

h4 {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 18px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h5 {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 14px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h6 {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 12px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* Lists */
ul,
ol {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.1rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 4px 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */
code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid #EEBC46;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */
hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */
sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */
:focus {
  outline: auto;
  outline-color: #0b86d8;
}

.disable-focus-styles :focus {
  outline: none;
}

/*ここから追加*/
/* ============================================================
   フォント定義  更新日: 2026-09-21 (rev.5)  テーマA

   rev.5: h1 に fontjp を追加。日本語の h1 がシステムフォントに
          落ちていたため、他の見出しと書体が揃っていなかった。
   rev.4: 記号1文字（‹ › など）で rest が読み込まれる問題を修正。
          非CJKの文字をすべて main に収録（+33KB）。
   rev.3: ボタン・CTA・preheader の書体指定を追加。
   rev.2: 半角/全角スペースが rest 側に入っていた問題を修正。
   ============================================================ */

/* 常用範囲 7,867字 / 1,021KB（非CJKの記号類をすべて含む） */
@font-face {
  font-family: "fontjp";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("/hubfs/raw_assets/public/PandA/font/NotoSansJP-Medium-main.woff2") format("woff2");
  unicode-range: U+20-7E, U+A0-103, U+110-113, U+11A-11B, U+128-12B, U+143-144, U+147-148, U+14C-14F, U+152-153, U+168-16D, U+192, U+1A0-1A1, U+1AF-1B0, U+1CD-1DC, U+1F8-1F9, U+251, U+261, U+2BB, U+2C7, U+2C9-2CB, U+2D9, U+2EA-2EB, U+300-301, U+304, U+307, U+30C, U+391-3A1, U+3A3-3A9, U+3B1-3C9, U+401, U+410-44F, U+451, U+1E3E-1E3F, U+1EA0-1EF9, U+2002-2003, U+2010-2016, U+2018-201A, U+201C-201E, U+2020-2022, U+2025-2027, U+2030, U+2032-2033, U+2035, U+2039-203C, U+2042, U+2047-2049, U+2051, U+2074, U+20A9, U+20AB-20AC, U+20DD-20DE, U+2100, U+2103, U+2105, U+2109-210A, U+210F, U+2113, U+2116, U+2121-2122, U+2126-2127, U+212B, U+212E, U+2135, U+213B, U+2160-216B, U+2170-217B, U+2190-2199, U+21B8-21B9, U+21C4-21C6, U+21CB-21CC, U+21D0, U+21D2, U+21D4, U+21E6-21E9, U+21F5, U+2200, U+2202-2203, U+2205-220B, U+220F, U+2211-2213, U+2215, U+221A, U+221D-2220, U+2223, U+2225-222E, U+2234-2237, U+223D, U+2243, U+2245, U+2248, U+224C, U+2260-2262, U+2264-2267, U+226A-226B, U+226E-226F, U+2272-2273, U+2276-2277, U+2282-2287, U+228A-228B, U+2295-2299, U+22A0, U+22A5, U+22BF, U+22DA-22DB, U+22EF, U+2305-2307, U+2312, U+2318, U+2329-232A, U+23B0-23B1, U+23BE-23CC, U+23CE, U+23DA-23DB, U+2423, U+2460-25AB, U+25B1-25B3, U+25B6-25B7, U+25BC-25BD, U+25C0-25C1, U+25C6-25C7, U+25C9-25CC, U+25CE-25D3, U+25E2-25E6, U+25EF, U+2600-2603, U+2605-2606, U+2609, U+260E-260F, U+2616-2617, U+261C-261F, U+262F, U+2640-2642, U+2660-266F, U+2672-267D, U+26A0, U+26BD-26BE, U+2702, U+2713, U+271A, U+273D, U+273F-2740, U+2756, U+2776-2793, U+27A1, U+2934-2935, U+29BF, U+29FA-29FB, U+2B05-2B07, U+2B1A, U+2B95, U+2E3A-2E3B, U+3000-3003, U+3005-3015, U+301C, U+3041-3093, U+309B-309E, U+30A1-30F6, U+30FB-30FE, U+3351, U+338F, U+339D-339E, U+33A1, U+4E00-4E01, U+4E03, U+4E07-4E0B, U+4E0D-4E0E, U+4E10-4E11, U+4E14-4E19, U+4E1E, U+4E21, U+4E26, U+4E2A, U+4E2D, U+4E31-4E32, U+4E36, U+4E38-4E39, U+4E3B-4E3C, U+4E3F, U+4E42-4E43, U+4E45, U+4E4B, U+4E4D-4E4F, U+4E55-4E59, U+4E5D-4E5F, U+4E62, U+4E71, U+4E73, U+4E7E, U+4E80, U+4E82, U+4E85-4E86, U+4E88-4E8C, U+4E8E, U+4E91-4E92, U+4E94-4E95, U+4E98-4E99, U+4E9B-4E9C, U+4E9E-4EA2, U+4EA4-4EA6, U+4EA8, U+4EAB-4EAE, U+4EB0, U+4EB3, U+4EB6, U+4EBA, U+4EC0-4EC2, U+4EC4, U+4EC6-4EC7, U+4ECA-4ECB, U+4ECD-4ECF, U+4ED4-4ED9, U+4EDD-4EDF, U+4EE3-4EE5, U+4EED-4EEE, U+4EF0, U+4EF2, U+4EF6-4EF7, U+4EFB, U+4F01, U+4F09-4F0A, U+4F0D-4F11, U+4F1A, U+4F1C-4F1D, U+4F2F-4F30, U+4F34, U+4F36, U+4F38, U+4F3A, U+4F3C-4F3D, U+4F43, U+4F46-4F47, U+4F4D-4F51, U+4F53, U+4F55, U+4F57, U+4F59-4F5E, U+4F69, U+4F6F-4F70, U+4F73, U+4F75-4F76, U+4F7B-4F7C, U+4F7F, U+4F83, U+4F86, U+4F88, U+4F8B, U+4F8D, U+4F8F, U+4F91, U+4F96, U+4F98, U+4F9B, U+4F9D, U+4FA0-4FA1, U+4FAB, U+4FAD-4FAF, U+4FB5-4FB6, U+4FBF, U+4FC2-4FC4, U+4FCA, U+4FCE, U+4FD0-4FD1, U+4FD4, U+4FD7-4FD8, U+4FDA-4FDB, U+4FDD, U+4FDF, U+4FE1, U+4FE3-4FE5, U+4FEE-4FEF, U+4FF3, U+4FF5-4FF6, U+4FF8, U+4FFA, U+4FFE, U+5005-5006, U+5009, U+500B, U+500D, U+500F, U+5011-5012, U+5014, U+5016, U+5019-501A, U+501F, U+5021, U+5023-5026, U+5028-502D, U+5036, U+5039, U+5043, U+5047-5049, U+504F-5050, U+5055-5056, U+505A, U+505C, U+5065, U+506C, U+5072, U+5074-5076, U+5078, U+507D, U+5080, U+5085, U+508D, U+5091, U+5098-509A, U+50AC-50AD, U+50B2-50B5, U+50B7, U+50BE, U+50C2, U+50C5, U+50C9-50CA, U+50CD, U+50CF, U+50D1, U+50D5-50D6, U+50DA, U+50DE, U+50E3, U+50E5, U+50E7, U+50ED-50EE, U+50F5, U+50F9, U+50FB, U+5100-5102, U+5104, U+5109, U+5112, U+5114-5116, U+5118, U+511A, U+511F, U+5121, U+512A, U+5132, U+5137, U+513A-513C, U+513F-5141, U+5143-5149, U+514B-514E, U+5150, U+5152, U+5154, U+515A, U+515C, U+5162, U+5165, U+5168-516E, U+5171, U+5175-5178, U+517C, U+5180, U+5182, U+5185-5186, U+5189-518A, U+518C-518D, U+518F-5193, U+5195-5197, U+5199, U+51A0, U+51A2, U+51A4-51A6, U+51A8-51AC, U+51B0-51B7, U+51BD, U+51C4-51C6, U+51C9, U+51CB-51CD, U+51D6, U+51DB-51DD, U+51E0-51E1, U+51E6-51E7, U+51E9-51EA, U+51ED, U+51F0-51F1, U+51F5-51F6, U+51F8-51FA, U+51FD-51FE, U+5200, U+5203-5204, U+5206-5208, U+520A-520B, U+520E, U+5211, U+5214, U+5217, U+521D, U+5224-5225, U+5227, U+5229-522A, U+522E, U+5230, U+5233, U+5236-523B, U+5243-5244, U+5247, U+524A-524D, U+524F, U+5254, U+5256, U+525B, U+525E, U+5263-5265, U+5269-526A, U+526F-5275, U+527D, U+527F, U+5283, U+5287-5289, U+528D, U+5291-5292, U+5294, U+529B, U+529F-52A0, U+52A3, U+52A9-52AD, U+52B1, U+52B4-52B5, U+52B9, U+52BC, U+52BE, U+52C1, U+52C3, U+52C5, U+52C7, U+52C9, U+52CD, U+52D2, U+52D5, U+52D7-52D9, U+52DD-52E0, U+52E2-52E4, U+52E6-52E7, U+52F2-52F3, U+52F5, U+52F8-52FA, U+52FE-52FF, U+5301-5302, U+5305-5306, U+5308, U+530D, U+530F-5310, U+5315-5317, U+5319-531A, U+531D, U+5320-5321, U+5323, U+532A, U+532F, U+5331, U+5333, U+5338-533B, U+533F-5341, U+5343, U+5345-534A, U+534D, U+5351-5354, U+5357-5358, U+535A, U+535C, U+535E, U+5360, U+5366, U+5369, U+536E-5371, U+5373-5375, U+5377-5378, U+537B, U+537F, U+5382, U+5384, U+5396, U+5398, U+539A, U+539F-53A0, U+53A5-53A6, U+53A8-53A9, U+53AD-53AE, U+53B0, U+53B3, U+53B6, U+53BB, U+53C2-53C3, U+53C8-53CE, U+53D4, U+53D6-53D7, U+53D9, U+53DB, U+53DF, U+53E1-53E5, U+53E8-53F3, U+53F6-53F8, U+53FA, U+5401, U+5403-5404, U+5408-5411, U+541B, U+541D, U+541F-5420, U+5426, U+5429, U+542B-542E, U+5436, U+5438-5439, U+543B-543E, U+5440, U+5442, U+5446, U+5448-544A, U+544E, U+5451, U+545F, U+5468, U+546A, U+5470-5471, U+5473, U+5475-5477, U+547B-547D, U+5480, U+5484, U+5486, U+548B-548C, U+548E-5490, U+5492, U+54A2, U+54A4-54A5, U+54A8, U+54AB-54AC, U+54AF, U+54B2-54B3, U+54B8, U+54BC-54BE, U+54C0-54C2, U+54C4, U+54C7-54C9, U+54D8, U+54E1-54E2, U+54E5-54E6, U+54E8-54E9, U+54ED-54EE, U+54F2, U+54FA, U+54FD, U+5504, U+5506-5507, U+550F-5510, U+5514, U+5516, U+552E-552F, U+5531, U+5533, U+5538-5539, U+553E, U+5540, U+5544-5546, U+554C, U+554F, U+5553, U+5556-5557, U+555C-555D, U+5563, U+557B-557C, U+557E, U+5580, U+5583-5584, U+5587, U+5589-558B, U+5598-559A, U+559C-559F, U+55A7-55AC, U+55AE, U+55B0, U+55B6, U+55C4-55C5, U+55C7, U+55D4, U+55DA, U+55DC, U+55DF, U+55E3-55E4, U+55F7, U+55F9, U+55FD-55FE, U+5606, U+5609, U+5614, U+5616-5618, U+561B, U+5629, U+562F, U+5631-5632, U+5634, U+5636, U+5638, U+5642, U+564C, U+564E, U+5650, U+565B, U+5664, U+5668, U+566A-566C, U+5674, U+5678, U+567A, U+5680, U+5686-5687, U+568A, U+568F, U+5694, U+56A0, U+56A2, U+56A5, U+56AE, U+56B4, U+56B6, U+56BC, U+56C0-56C3, U+56C8, U+56CE, U+56D1, U+56D3, U+56D7-56D8, U+56DA-56DB, U+56DE, U+56E0, U+56E3, U+56EE, U+56F0, U+56F2-56F3, U+56F9-56FA, U+56FD, U+56FF-5700, U+5703-5704, U+5708-5709, U+570B, U+570D, U+570F, U+5712-5713, U+5716, U+5718, U+571C, U+571F, U+5726-5728, U+572D, U+5730, U+5737-5738, U+573B, U+5740, U+5742, U+5747, U+574A, U+574E-5751, U+5761, U+5764, U+5766, U+5769-576A, U+577F, U+5782, U+5788-5789, U+578B, U+5793, U+57A0, U+57A2-57A4, U+57AA, U+57B0, U+57B3, U+57C0, U+57C3, U+57C6, U+57CB, U+57CE, U+57D2-57D4, U+57D6, U+57DC, U+57DF-57E0, U+57E3, U+57F4, U+57F7, U+57F9-57FA, U+57FC, U+5800, U+5802, U+5805-5806, U+580A-580B, U+5815, U+5819, U+581D, U+5821, U+5824, U+582A, U+582F-5831, U+5834-5835, U+583A, U+583D, U+5840-5841, U+584A-584B, U+5851-5852, U+5854, U+5857-585A, U+585E, U+5862, U+5869, U+586B, U+5870, U+5872, U+5875, U+5879, U+587E, U+5883, U+5885, U+5893, U+5897, U+589C, U+589F, U+58A8, U+58AB, U+58AE, U+58B3, U+58B8-58BB, U+58BE, U+58C1, U+58C5, U+58C7, U+58CA, U+58CC, U+58D1, U+58D3, U+58D5, U+58D7-58D9, U+58DC, U+58DE-58DF, U+58E4-58E5, U+58EB-58EC, U+58EE-58F2, U+58F7, U+58F9-58FD, U+5902, U+5909-590A, U+590F-5910, U+5915-5916, U+5918-591C, U+5922, U+5925, U+5927, U+5929-592E, U+5931-5932, U+5937-5938, U+593E, U+5944, U+5947-5949, U+594E-5951, U+5954-5955, U+5957-5958, U+595A, U+5960, U+5962, U+5965, U+5967-596A, U+596C, U+596E, U+5973-5974, U+5978, U+597D, U+5981-5984, U+598A, U+598D, U+5993, U+5996, U+5999, U+599B, U+599D, U+59A3, U+59A5, U+59A8, U+59AC, U+59B2, U+59B9, U+59BB, U+59BE, U+59C6, U+59C9, U+59CB, U+59D0-59D1, U+59D3-59D4, U+59D9-59DA, U+59DC, U+59E5-59E6, U+59E8, U+59EA-59EB, U+59F6, U+59FB, U+59FF, U+5A01, U+5A03, U+5A09, U+5A11, U+5A18, U+5A1A, U+5A1C, U+5A1F-5A20, U+5A25, U+5A29, U+5A2F, U+5A35-5A36, U+5A3C, U+5A40-5A41, U+5A46, U+5A49, U+5A5A, U+5A62, U+5A66, U+5A6A, U+5A6C, U+5A7F, U+5A92, U+5A9A-5A9B, U+5ABC-5ABE, U+5AC1-5AC2, U+5AC9, U+5ACB-5ACC, U+5AD0, U+5AD6-5AD7, U+5AE1, U+5AE3, U+5AE6, U+5AE9, U+5AFA-5AFB, U+5B09, U+5B0B-5B0C, U+5B16, U+5B22, U+5B2A, U+5B2C, U+5B30, U+5B32, U+5B36, U+5B3E, U+5B40, U+5B43, U+5B45, U+5B50-5B51, U+5B54-5B55, U+5B57-5B58, U+5B5A-5B5D, U+5B5F, U+5B63-5B66, U+5B69, U+5B6B, U+5B70-5B71, U+5B73, U+5B75, U+5B78, U+5B7A, U+5B80, U+5B83, U+5B85, U+5B87-5B89, U+5B8B-5B8D, U+5B8F, U+5B95, U+5B97-5B9D, U+5B9F, U+5BA2-5BA6, U+5BAE, U+5BB0, U+5BB3-5BB6, U+5BB8-5BB9, U+5BBF, U+5BC2-5BC7, U+5BC9, U+5BCC, U+5BD0, U+5BD2-5BD4, U+5BDB, U+5BDD-5BDF, U+5BE1-5BE2, U+5BE4-5BE9, U+5BEB-5BEC, U+5BEE, U+5BF0, U+5BF3, U+5BF5-5BF6, U+5BF8, U+5BFA, U+5BFE-5BFF, U+5C01-5C02, U+5C04-5C0B, U+5C0D-5C0F, U+5C11, U+5C13, U+5C16, U+5C1A, U+5C20, U+5C22, U+5C24, U+5C28, U+5C2D, U+5C31, U+5C38-5C41, U+5C45-5C46, U+5C48, U+5C4A-5C4B, U+5C4D-5C51, U+5C53, U+5C55, U+5C5E, U+5C60-5C61, U+5C64-5C65, U+5C6C, U+5C6E-5C6F, U+5C71, U+5C76, U+5C79, U+5C8C, U+5C90-5C91, U+5C94, U+5CA1, U+5CA8-5CA9, U+5CAB-5CAC, U+5CB1, U+5CB3, U+5CB6-5CB8, U+5CBB-5CBC, U+5CBE, U+5CC5, U+5CC7, U+5CD9, U+5CE0-5CE1, U+5CE8-5CEA, U+5CED, U+5CEF-5CF0, U+5CF6, U+5CFA-5CFB, U+5CFD, U+5D07, U+5D0B, U+5D0E, U+5D11, U+5D14-5D1B, U+5D1F, U+5D22, U+5D29, U+5D4B-5D4C, U+5D4E, U+5D50, U+5D52, U+5D5C, U+5D69, U+5D6C, U+5D6F, U+5D73, U+5D76, U+5D82, U+5D84, U+5D87, U+5D8B-5D8C, U+5D90, U+5D9D, U+5DA2, U+5DAC, U+5DAE, U+5DB7, U+5DBA, U+5DBC-5DBD, U+5DC9, U+5DCC-5DCD, U+5DD2-5DD3, U+5DD6, U+5DDB, U+5DDD-5DDE, U+5DE1, U+5DE3, U+5DE5-5DE8, U+5DEB, U+5DEE, U+5DF1-5DF5, U+5DF7, U+5DFB, U+5DFD-5DFE, U+5E02-5E03, U+5E06, U+5E0B-5E0C, U+5E11, U+5E16, U+5E19-5E1B, U+5E1D, U+5E25, U+5E2B, U+5E2D, U+5E2F-5E30, U+5E33, U+5E36-5E38, U+5E3D, U+5E40, U+5E43-5E45, U+5E47, U+5E4C, U+5E4E, U+5E54-5E55, U+5E57, U+5E5F, U+5E61-5E64, U+5E72-5E76, U+5E78-5E7F, U+5E81, U+5E83-5E84, U+5E87, U+5E8A, U+5E8F, U+5E95-5E97, U+5E9A, U+5E9C, U+5EA0, U+5EA6-5EA7, U+5EAB, U+5EAD, U+5EB5-5EB8, U+5EC1-5EC3, U+5EC8-5ECA, U+5ECF-5ED0, U+5ED3, U+5ED6, U+5EDA-5EDB, U+5EDD, U+5EDF-5EE3, U+5EE8-5EE9, U+5EEC, U+5EF0-5EF1, U+5EF3-5EF4, U+5EF6-5EF8, U+5EFA-5EFC, U+5EFE-5EFF, U+5F01, U+5F03-5F04, U+5F09-5F0D, U+5F0F-5F11, U+5F13-5F18, U+5F1B, U+5F1F, U+5F25-5F27, U+5F29, U+5F2D, U+5F2F, U+5F31, U+5F35, U+5F37-5F38, U+5F3C, U+5F3E, U+5F41, U+5F45, U+5F48, U+5F4A, U+5F4C, U+5F4E, U+5F51, U+5F53, U+5F56-5F57, U+5F59, U+5F5C-5F5D, U+5F61-5F62, U+5F66, U+5F69-5F6D, U+5F70-5F71, U+5F73, U+5F77, U+5F79, U+5F7C, U+5F7F-5F85, U+5F87-5F88, U+5F8A-5F8C, U+5F90-5F93, U+5F97-5F99, U+5F9E, U+5FA0-5FA1, U+5FA8-5FAA, U+5FAD-5FAE, U+5FB3-5FB4, U+5FB7, U+5FB9, U+5FBC-5FBD, U+5FC3, U+5FC5, U+5FCC-5FCD, U+5FD6-5FD9, U+5FDC-5FDD, U+5FE0, U+5FE4, U+5FEB, U+5FF0-5FF1, U+5FF5, U+5FF8, U+5FFB, U+5FFD, U+5FFF, U+600E-6010, U+6012, U+6015-6016, U+6019, U+601B-601D, U+6020-6021, U+6025-602B, U+602F, U+6031, U+603A, U+6041-6043, U+6046, U+604A-604B, U+604D, U+6050, U+6052, U+6055, U+6059-605A, U+605F-6060, U+6062-6065, U+6068-606D, U+606F-6070, U+6075, U+6077, U+6081, U+6083-6084, U+6089, U+608B-608D, U+6092, U+6094, U+6096-6097, U+609A-609B, U+609F-60A0, U+60A3, U+60A6-60A7, U+60A9-60AA, U+60B2-60B6, U+60B8, U+60BC-60BD, U+60C5-60C7, U+60D1, U+60D3, U+60D8, U+60DA, U+60DC, U+60DF-60E1, U+60E3, U+60E7-60E8, U+60F0-60F1, U+60F3-60F4, U+60F6-60F7, U+60F9-60FB, U+6100-6101, U+6103, U+6106, U+6108-6109, U+610D-610F, U+6115, U+611A-611B, U+611F, U+6121, U+6127-6128, U+612C, U+6134, U+613C-613F, U+6142, U+6144, U+6147-6148, U+614A-614E, U+6153, U+6155, U+6158-615A, U+615D, U+615F, U+6162-6163, U+6165, U+6167-6168, U+616B, U+616E-6171, U+6173-6177, U+617E, U+6182, U+6187, U+618A, U+618E, U+6190-6191, U+6194, U+6196, U+6199-619A, U+61A4, U+61A7, U+61A9, U+61AB-61AC, U+61AE, U+61B2, U+61B6, U+61BA, U+61BE, U+61C3, U+61C6-61CD, U+61D0, U+61E3, U+61E6, U+61F2, U+61F4, U+61F6-61F8, U+61FA, U+61FC-6200, U+6208-620A, U+620C-620E, U+6210-6212, U+6214, U+6216, U+621A-621B, U+621D-621F, U+6221, U+6226, U+622A, U+622E-6230, U+6232-6234, U+6238, U+623B, U+623F-6241, U+6247-6249, U+624B, U+624D-624E, U+6253, U+6255, U+6258, U+625B, U+625E, U+6260, U+6263, U+6268, U+626E, U+6271, U+6276, U+6279, U+627C, U+627E-6280, U+6282-6284, U+6289-628A, U+6291-6298, U+629B-629C, U+629E, U+62AB-62AC, U+62B1, U+62B5, U+62B9, U+62BB-62BD, U+62C2, U+62C5-62CA, U+62CC-62CD, U+62CF-62D4, U+62D7-62D9, U+62DB-62DD, U+62E0-62E1, U+62EC-62EF, U+62F1, U+62F3, U+62F5-62F7, U+62FE-62FF, U+6301-6302, U+6307-6309, U+630C, U+6311, U+6319, U+631F, U+6327-6328, U+632B, U+632F, U+633A, U+633D-633F, U+6349, U+634C-634D, U+634F-6350, U+6355, U+6357, U+635C, U+6367-6369, U+636B, U+636E, U+6372, U+6376-6377, U+637A-637B, U+6380, U+6383, U+6388-6389, U+638C, U+638E-638F, U+6392, U+6396, U+6398, U+639B, U+639F-63A3, U+63A5, U+63A7-63AC, U+63B2, U+63B4-63B5, U+63BB, U+63BE, U+63C0, U+63C3-63C4, U+63C6, U+63C9, U+63CF-63D0, U+63D2, U+63D6, U+63DA-63DB, U+63E1, U+63E3, U+63E9, U+63EE, U+63F4, U+63F6, U+63FA, U+6406, U+640D, U+640F, U+6413, U+6416-6417, U+641C, U+6426, U+6428, U+642C-642D, U+6434, U+6436, U+643A, U+643E, U+6442, U+644E, U+6458, U+6467, U+6469, U+646F, U+6476, U+6478, U+647A, U+6483, U+6488, U+6492-6493, U+6495, U+649A, U+649E, U+64A4-64A5, U+64A9, U+64AB, U+64AD-64AE, U+64B0, U+64B2, U+64B9, U+64BB-64BC, U+64C1-64C2, U+64C5, U+64C7, U+64CD, U+64D2, U+64D4, U+64D8, U+64DA, U+64E0-64E3, U+64E6-64E7, U+64EC, U+64EF, U+64F1-64F2, U+64F4, U+64F6, U+64FA, U+64FD-64FE, U+6500, U+6505, U+6518, U+651C-651D, U+6523-6524, U+652A-652C, U+652F, U+6534-6539, U+653B, U+653E-653F, U+6545, U+6548, U+654D, U+654F, U+6551, U+6555-6559, U+655D-655E, U+6562-6563, U+6566, U+656C, U+6570, U+6572, U+6574-6575, U+6577-6578, U+6582-6583, U+6587-6589, U+658C, U+658E, U+6590-6591, U+6597, U+6599, U+659B-659C, U+659F, U+65A1, U+65A4-65A5, U+65A7, U+65AB-65AD, U+65AF-65B0, U+65B7, U+65B9, U+65BC-65BD, U+65C1, U+65C3-65C6, U+65CB-65CC, U+65CF, U+65D2, U+65D7, U+65D9, U+65DB, U+65E0-65E2, U+65E5-65E9, U+65EC-65ED, U+65F1, U+65FA-65FB, U+6602-6603, U+6606-6607, U+660A, U+660C, U+660E-660F, U+6613-6614, U+661C, U+661F-6620, U+6625, U+6627-6628, U+662D, U+662F, U+6634-6636, U+663C, U+663F, U+6641-6644, U+6649, U+664B, U+664F, U+6652, U+665D-665F, U+6662, U+6664, U+6666-6669, U+666E-6670, U+6674, U+6676, U+667A, U+6681, U+6683-6684, U+6687-6689, U+668E, U+6691, U+6696-6698, U+669D, U+66A2, U+66A6, U+66AB, U+66AE, U+66B4, U+66B8-66B9, U+66BC, U+66BE, U+66C1, U+66C4, U+66C7, U+66C9, U+66D6, U+66D9-66DA, U+66DC-66DD, U+66E0, U+66E6, U+66E9, U+66F0, U+66F2-66F5, U+66F7-66F9, U+66FB-6700, U+6703, U+6708-6709, U+670B, U+670D, U+670F, U+6714-6717, U+671B, U+671D-671F, U+6726-6728, U+672A-672E, U+6731, U+6734, U+6736-6738, U+673A, U+673D, U+673F, U+6741, U+6746, U+6749, U+674E-6751, U+6753, U+6756, U+6759, U+675C, U+675E-6765, U+676A, U+676D, U+676F-6773, U+6775, U+6777, U+677C, U+677E-677F, U+6785, U+6787, U+6789, U+678B-678C, U+6790, U+6795, U+6797, U+679A, U+679C-679D, U+67A0-67A2, U+67A6, U+67A9, U+67AF, U+67B3-67B4, U+67B6-67B9, U+67C1, U+67C4, U+67C6, U+67CA, U+67CE-67D1, U+67D3-67D4, U+67D8, U+67DA, U+67DD-67DE, U+67E2, U+67E4, U+67E7, U+67E9, U+67EC, U+67EE-67EF, U+67F1, U+67F3-67F5, U+67FB, U+67FE-67FF, U+6801-6804, U+6813, U+6816-6817, U+681E, U+6821-6822, U+6829-682B, U+6832, U+6834, U+6838-6839, U+683C-683D, U+6840-6843, U+6846, U+6848, U+684D-684E, U+6850-6854, U+6859, U+685C-685D, U+685F, U+6863, U+6867, U+6874, U+6876-6877, U+687E-687F, U+6881, U+6883, U+6885, U+688D, U+688F, U+6893-6894, U+6897, U+689B, U+689D, U+689F-68A0, U+68A2, U+68A6-68A8, U+68AD, U+68AF-68B1, U+68B3, U+68B5-68B6, U+68B9-68BA, U+68BC, U+68C4, U+68C6, U+68C9-68CB, U+68CD, U+68D2, U+68D4-68D5, U+68D7-68D8, U+68DA, U+68DF-68E1, U+68E3, U+68E7, U+68EE-68EF, U+68F2, U+68F9-68FA, U+6900-6901, U+6904-6905, U+6908, U+690B-690F, U+6912, U+6919-691C, U+6921-6923, U+6925-6926, U+6928, U+692A, U+6930, U+6934, U+6936, U+6939, U+693D, U+693F, U+694A, U+6953-6955, U+6959-695A, U+695C-695E, U+6960-6962, U+696A-696B, U+696D-696F, U+6973-6975, U+6977-6979, U+697C-697E, U+6981-6982, U+698A, U+698E, U+6991, U+6994-6995, U+699B-699C, U+69A0, U+69A7, U+69AE, U+69B1-69B2, U+69B4, U+69BB, U+69BE-69BF, U+69C1, U+69C3, U+69C7, U+69CA-69CE, U+69D0, U+69D3, U+69D8-69D9, U+69DD-69DE, U+69E7-69E8, U+69EB, U+69ED, U+69F2, U+69F9, U+69FB, U+69FD, U+69FF, U+6A02, U+6A05, U+6A0A-6A0C, U+6A12-6A14, U+6A17, U+6A19, U+6A1B, U+6A1E-6A1F, U+6A21-6A23, U+6A29-6A2B, U+6A2E, U+6A35-6A36, U+6A38-6A3A, U+6A3D, U+6A44, U+6A47-6A48, U+6A4B, U+6A58-6A59, U+6A5F, U+6A61-6A62, U+6A66, U+6A72, U+6A78, U+6A7F-6A80, U+6A84, U+6A8D-6A8E, U+6A90, U+6A97, U+6A9C, U+6AA0, U+6AA2-6AA3, U+6AAA, U+6AAC, U+6AAE, U+6AB3, U+6AB8, U+6ABB, U+6AC1-6AC3, U+6AD1, U+6AD3, U+6ADA-6ADB, U+6ADE-6ADF, U+6AE8, U+6AEA, U+6AFA-6AFB, U+6B04-6B05, U+6B0A, U+6B12, U+6B16, U+6B1D, U+6B1F-6B21, U+6B23, U+6B27, U+6B32, U+6B37-6B3A, U+6B3D-6B3E, U+6B43, U+6B47, U+6B49, U+6B4C, U+6B4E, U+6B50, U+6B53-6B54, U+6B59, U+6B5B, U+6B5F, U+6B61-6B64, U+6B66, U+6B69-6B6A, U+6B6F, U+6B73-6B74, U+6B78-6B79, U+6B7B, U+6B7F-6B80, U+6B83-6B84, U+6B86, U+6B89-6B8B, U+6B8D, U+6B95-6B96, U+6B98, U+6B9E, U+6BA4, U+6BAA-6BAB, U+6BAF, U+6BB1-6BB5, U+6BB7, U+6BBA-6BBC, U+6BBF-6BC0, U+6BC5-6BC6, U+6BCB, U+6BCD-6BCE, U+6BD2-6BD4, U+6BD8, U+6BDB, U+6BDF, U+6BEB-6BEC, U+6BEF, U+6BF3, U+6C08, U+6C0F, U+6C11, U+6C13-6C14, U+6C17, U+6C1B, U+6C23-6C24, U+6C34, U+6C37-6C38, U+6C3E, U+6C40-6C42, U+6C4E, U+6C50, U+6C55, U+6C57, U+6C5A, U+6C5D-6C60, U+6C62, U+6C68, U+6C6A, U+6C70, U+6C72-6C73, U+6C7A, U+6C7D-6C7E, U+6C81-6C83, U+6C88, U+6C8C-6C8D, U+6C90, U+6C92-6C93, U+6C96, U+6C99-6C9B, U+6CA1-6CA2, U+6CAB, U+6CAE, U+6CB1, U+6CB3, U+6CB8-6CBF, U+6CC1, U+6CC4-6CC5, U+6CC9-6CCA, U+6CCC, U+6CD3, U+6CD5, U+6CD7, U+6CD9, U+6CDB, U+6CDD, U+6CE1-6CE3, U+6CE5, U+6CE8, U+6CEA, U+6CEF-6CF1, U+6CF3, U+6D0B-6D0C, U+6D12, U+6D17, U+6D19, U+6D1B, U+6D1E-6D1F, U+6D25, U+6D29-6D2B, U+6D32-6D33, U+6D35-6D36, U+6D38, U+6D3B, U+6D3D-6D3E, U+6D41, U+6D44-6D45, U+6D59-6D5A, U+6D5C, U+6D63-6D64, U+6D66, U+6D69-6D6A, U+6D6C, U+6D6E, U+6D74, U+6D77-6D79, U+6D85, U+6D88, U+6D8C, U+6D8E, U+6D93, U+6D95, U+6D99, U+6D9B-6D9C, U+6DAF, U+6DB2, U+6DB5, U+6DB8, U+6DBC, U+6DC0, U+6DC5-6DC7, U+6DCB-6DCC, U+6DD1-6DD2, U+6DD5, U+6DD8-6DD9, U+6DDE, U+6DE1, U+6DE4, U+6DE6, U+6DE8, U+6DEA-6DEC, U+6DEE, U+6DF1, U+6DF3, U+6DF5, U+6DF7, U+6DF9-6DFB, U+6E05, U+6E07-6E0B, U+6E13, U+6E15, U+6E19-6E1B, U+6E1D, U+6E1F-6E21, U+6E23-6E26, U+6E29, U+6E2B-6E2F, U+6E38, U+6E3A, U+6E3E, U+6E43, U+6E4A, U+6E4D-6E4E, U+6E56, U+6E58, U+6E5B, U+6E5F, U+6E67, U+6E6B, U+6E6E-6E6F, U+6E72, U+6E76, U+6E7E-6E80, U+6E82, U+6E8C, U+6E8F-6E90, U+6E96, U+6E98, U+6E9C-6E9D, U+6E9F, U+6EA2, U+6EA5, U+6EAA, U+6EAF, U+6EB2, U+6EB6-6EB7, U+6EBA, U+6EBD, U+6EC2, U+6EC4-6EC5, U+6EC9, U+6ECB-6ECC, U+6ED1, U+6ED3-6ED5, U+6EDD-6EDE, U+6EEC, U+6EEF, U+6EF2, U+6EF4, U+6EF7-6EF8, U+6EFE-6EFF, U+6F01-6F02, U+6F06, U+6F09, U+6F0F, U+6F11, U+6F13-6F15, U+6F20, U+6F22-6F23, U+6F2B-6F2C, U+6F31-6F32, U+6F38, U+6F3E-6F3F, U+6F41, U+6F45, U+6F54, U+6F58, U+6F5B-6F5C, U+6F5F, U+6F64, U+6F66, U+6F6D-6F70, U+6F74, U+6F78, U+6F7A, U+6F7C, U+6F80-6F82, U+6F84, U+6F86, U+6F8E, U+6F91, U+6F97, U+6FA1, U+6FA3-6FA4, U+6FAA, U+6FB1, U+6FB3, U+6FB9, U+6FC0-6FC3, U+6FC6, U+6FD4-6FD5, U+6FD8, U+6FDB, U+6FDF-6FE1, U+6FE4, U+6FEB-6FEC, U+6FEE-6FEF, U+6FF1, U+6FF3, U+6FF5-6FF6, U+6FFA, U+6FFE, U+7001, U+7009, U+700B, U+700F, U+7011, U+7015, U+7018, U+701A-701B, U+701D-701F, U+7026-7028, U+702C, U+7030, U+7032, U+703E, U+704C, U+7051, U+7058, U+7063, U+706B, U+706F-7070, U+7078, U+707C-707D, U+7089-708A, U+708E, U+7092, U+7099, U+70AC-70AF, U+70B3, U+70B8-70BA, U+70C8, U+70CB, U+70CF, U+70D9, U+70DD, U+70DF, U+70F1, U+70F9, U+70FD, U+7109, U+7114, U+7119-711A, U+711C, U+7121, U+7126, U+7136, U+713C, U+7149, U+714C, U+714E, U+7155-7156, U+7159, U+7162, U+7164-7167, U+7169, U+716C, U+716E, U+717D, U+7184, U+7188, U+718A, U+718F, U+7194-7195, U+7199, U+719F, U+71A8, U+71AC, U+71B1, U+71B9, U+71BE, U+71C3, U+71C8-71C9, U+71CE, U+71D0, U+71D2, U+71D4-71D5, U+71D7, U+71DF-71E0, U+71E5-71E7, U+71EC-71EE, U+71F5, U+71F9, U+71FB-71FC, U+71FF, U+7206, U+720D, U+7210, U+721B, U+7228, U+722A, U+722C-722D, U+7230, U+7232, U+7235-7236, U+723A-7240, U+7246-7248, U+724B-724C, U+7252, U+7258-7259, U+725B, U+725D, U+725F, U+7261-7262, U+7267, U+7269, U+7272, U+7274, U+7279, U+727D-727E, U+7280-7282, U+7287, U+7292, U+7296, U+72A0, U+72A2, U+72A7, U+72AC, U+72AF, U+72B2, U+72B6, U+72B9, U+72C2-72C4, U+72C6, U+72CE, U+72D0, U+72D2, U+72D7, U+72D9, U+72DB, U+72E0-72E2, U+72E9, U+72EC-72ED, U+72F7-72F9, U+72FC-72FD, U+730A, U+7316-7317, U+731B-731D, U+731F, U+7325, U+7329-732B, U+732E-732F, U+7334, U+7336-7337, U+733E-733F, U+7344-7345, U+734E-734F, U+7357, U+7363, U+7368, U+736A, U+7370, U+7372, U+7375, U+7378, U+737A-737B, U+7384, U+7387, U+7389, U+738B, U+7396, U+73A9, U+73B2-73B3, U+73BB, U+73C0, U+73C2, U+73C8, U+73CA, U+73CD-73CE, U+73DE, U+73E0, U+73E5, U+73EA, U+73ED-73EE, U+73F1, U+73F8, U+73FE, U+7403, U+7405-7406, U+7409, U+7422, U+7425, U+7432-7436, U+743A, U+743F, U+7441, U+7455, U+7459-745C, U+745E-7460, U+7463-7464, U+7469-746A, U+746F-7470, U+7473, U+7476, U+747E, U+7483, U+748B, U+749E, U+74A2, U+74A7, U+74B0, U+74BD, U+74CA, U+74CF, U+74D4, U+74DC, U+74E0, U+74E2-74E3, U+74E6-74E7, U+74E9, U+74EE, U+74F0-74F2, U+74F6-74F8, U+7503-7505, U+750C-750E, U+7511, U+7513, U+7515, U+7518, U+751A, U+751C, U+751E-751F, U+7523, U+7525-7526, U+7528, U+752B-752C, U+7530-7533, U+7537-7538, U+753A-753C, U+7544, U+7546, U+7549-754D, U+754F, U+7551, U+7554, U+7559-755D, U+7560, U+7562, U+7564-7567, U+7569-756B, U+756D, U+7570, U+7573-7574, U+7576-7578, U+757F, U+7582, U+7586-7587, U+7589-758B, U+758E-758F, U+7591, U+7594, U+759A, U+759D, U+75A3, U+75A5, U+75AB, U+75B1-75B3, U+75B5, U+75B8-75B9, U+75BC-75BE, U+75C2-75C3, U+75C5, U+75C7, U+75CA, U+75CD, U+75D2, U+75D4-75D5, U+75D8-75D9, U+75DB, U+75DE, U+75E2-75E3, U+75E9, U+75F0, U+75F2-75F4, U+75FA, U+75FC, U+75FE-75FF, U+7601, U+7609, U+760B, U+760D, U+761F-7622, U+7624, U+7627, U+7630, U+7634, U+763B, U+7642, U+7646-7648, U+764C, U+7652, U+7656, U+7658, U+765C, U+7661-7662, U+7667-766A, U+766C, U+7670, U+7672, U+7676, U+7678, U+767A-767E, U+7680, U+7683-7684, U+7686-7688, U+768B, U+768E, U+7690, U+7693, U+7696, U+7699-769A, U+76AE, U+76B0, U+76B4, U+76B7-76BA, U+76BF, U+76C2-76C3, U+76C6, U+76C8, U+76CA, U+76CD, U+76D2, U+76D6-76D7, U+76DB-76DC, U+76DE-76DF, U+76E1, U+76E3-76E5, U+76E7, U+76EA, U+76EE, U+76F2, U+76F4, U+76F8, U+76FB, U+76FE, U+7701, U+7704, U+7707-7709, U+770B-770C, U+771B, U+771E-7720, U+7724-7726, U+7729, U+7737-7738, U+773A, U+773C, U+7740, U+7747, U+775A-775B, U+7761, U+7763, U+7765-7766, U+7768, U+776B, U+7779, U+777E-777F, U+778B, U+778E, U+7791, U+779E, U+77A0, U+77A5, U+77AC-77AD, U+77B0, U+77B3, U+77B6, U+77B9, U+77BB-77BD, U+77BF, U+77C7, U+77CD, U+77D7, U+77DA-77DC, U+77E2-77E3, U+77E5, U+77E7, U+77E9, U+77ED-77EF, U+77F3, U+77FC, U+7802, U+780C, U+7812, U+7814-7815, U+7820, U+7825-7827, U+7832, U+7834, U+783A, U+783F, U+7845, U+785D, U+786B-786C, U+786F, U+7872, U+7874, U+787C, U+7881, U+7886-7887, U+788C-788E, U+7891, U+7893, U+7895, U+7897, U+789A, U+78A3, U+78A7, U+78A9-78AA, U+78AF, U+78B5, U+78BA, U+78BC, U+78BE, U+78C1, U+78C5-78C6, U+78CA-78CB, U+78D0-78D1, U+78D4, U+78DA, U+78E7-78E8, U+78EC, U+78EF, U+78F4, U+78FD, U+7901, U+7907, U+790E, U+7911-7912, U+7919, U+7926, U+792A-792C, U+793A, U+793C, U+793E, U+7940-7941, U+7947-7949, U+7950, U+7953, U+7955-7957, U+795A, U+795D-7960, U+7962, U+7965, U+7968, U+796D, U+7977, U+797A, U+797F-7981, U+7984-7985, U+798A, U+798D-798F, U+799D, U+79A6-79A7, U+79AA, U+79AE, U+79B0-79B1, U+79B3, U+79B9-79BA, U+79BD-79C1, U+79C9, U+79CB, U+79D1-79D2, U+79D5, U+79D8, U+79DF, U+79E1, U+79E3-79E4, U+79E6-79E7, U+79E9, U+79EC, U+79F0, U+79FB, U+7A00, U+7A08, U+7A0B, U+7A0D-7A0E, U+7A14, U+7A17-7A1A, U+7A1C, U+7A1F-7A20, U+7A2E, U+7A31-7A32, U+7A37, U+7A3B-7A40, U+7A42-7A43, U+7A46, U+7A49, U+7A4D-7A50, U+7A57, U+7A61-7A63, U+7A69, U+7A6B, U+7A70, U+7A74, U+7A76, U+7A79-7A7A, U+7A7D, U+7A7F, U+7A81, U+7A83-7A84, U+7A88, U+7A92-7A93, U+7A95-7A98, U+7A9F, U+7AA9-7AAA, U+7AAE-7AB0, U+7AB6, U+7ABA, U+7ABF, U+7AC3-7AC5, U+7AC7-7AC8, U+7ACA-7ACB, U+7ACD, U+7ACF, U+7AD2-7AD3, U+7AD5, U+7AD9-7ADA, U+7ADC-7ADD, U+7ADF-7AE3, U+7AE5-7AE6, U+7AEA, U+7AED, U+7AEF-7AF0, U+7AF6, U+7AF8-7AFA, U+7AFF, U+7B02, U+7B04, U+7B06, U+7B08, U+7B0A-7B0B, U+7B0F, U+7B11, U+7B18-7B19, U+7B1B, U+7B1E, U+7B20, U+7B25-7B26, U+7B28, U+7B2C, U+7B33, U+7B35-7B36, U+7B39, U+7B45-7B46, U+7B48-7B49, U+7B4B-7B4D, U+7B4F-7B52, U+7B54, U+7B56, U+7B5D, U+7B65, U+7B67, U+7B6C, U+7B6E, U+7B70-7B71, U+7B74-7B75, U+7B7A, U+7B86-7B87, U+7B8B, U+7B8D, U+7B8F, U+7B92, U+7B94-7B95, U+7B97-7B9A, U+7B9C-7B9D, U+7B9F, U+7BA1, U+7BAA, U+7BAD, U+7BB1, U+7BB4, U+7BB8, U+7BC0-7BC1, U+7BC4, U+7BC6-7BC7, U+7BC9, U+7BCB-7BCC, U+7BCF, U+7BDD, U+7BE0, U+7BE4-7BE6, U+7BE9, U+7BED, U+7BF3, U+7BF6-7BF7, U+7C00, U+7C07, U+7C0D, U+7C11-7C14, U+7C17, U+7C1F, U+7C21, U+7C23, U+7C27, U+7C2A-7C2B, U+7C37-7C38, U+7C3D-7C40, U+7C43, U+7C4C-7C4D, U+7C4F-7C50, U+7C54, U+7C56, U+7C58, U+7C5F-7C60, U+7C64-7C65, U+7C6C, U+7C73, U+7C75, U+7C7E, U+7C81-7C83, U+7C89, U+7C8B, U+7C8D, U+7C90, U+7C92, U+7C95, U+7C97-7C98, U+7C9B, U+7C9F, U+7CA1-7CA2, U+7CA4-7CA5, U+7CA7-7CA8, U+7CAB, U+7CAD-7CAE, U+7CB1-7CB3, U+7CB9, U+7CBD-7CBE, U+7CC0, U+7CC2, U+7CC5, U+7CCA, U+7CCE, U+7CD2, U+7CD6, U+7CD8, U+7CDC, U+7CDE-7CE0, U+7CE2, U+7CE7, U+7CEF, U+7CF2, U+7CF4, U+7CF6, U+7CF8, U+7CFA-7CFB, U+7CFE, U+7D00, U+7D02, U+7D04-7D06, U+7D0A-7D0B, U+7D0D, U+7D10, U+7D14-7D15, U+7D17-7D1C, U+7D20-7D22, U+7D2B-7D2C, U+7D2E-7D30, U+7D32-7D33, U+7D35, U+7D39-7D3A, U+7D3F, U+7D42-7D46, U+7D4B-7D4C, U+7D4E-7D50, U+7D56, U+7D5B, U+7D5E, U+7D61-7D63, U+7D66, U+7D68, U+7D6E, U+7D71-7D73, U+7D75-7D76, U+7D79, U+7D7D, U+7D89, U+7D8F, U+7D93, U+7D99-7D9C, U+7D9F, U+7DA2-7DA3, U+7DAB-7DB2, U+7DB4-7DB5, U+7DB8, U+7DBA-7DBB, U+7DBD-7DBF, U+7DC7, U+7DCA-7DCB, U+7DCF, U+7DD1-7DD2, U+7DD5, U+7DD8, U+7DDA, U+7DDC-7DDE, U+7DE0-7DE1, U+7DE4, U+7DE8-7DE9, U+7DEC, U+7DEF, U+7DF2, U+7DF4, U+7DFB, U+7E01, U+7E04-7E05, U+7E09-7E0B, U+7E12, U+7E1B, U+7E1E-7E1F, U+7E21-7E23, U+7E26, U+7E2B, U+7E2E, U+7E31-7E32, U+7E35, U+7E37, U+7E39-7E3B, U+7E3D-7E3E, U+7E41, U+7E43, U+7E46, U+7E4A-7E4B, U+7E4D, U+7E54-7E56, U+7E59-7E5A, U+7E5D-7E5E, U+7E66-7E67, U+7E69-7E6B, U+7E6D, U+7E70, U+7E79, U+7E7B-7E7D, U+7E7F, U+7E82-7E83, U+7E88-7E89, U+7E8C, U+7E8E-7E90, U+7E92-7E94, U+7E96, U+7E9B-7E9C, U+7F36, U+7F38, U+7F3A, U+7F45, U+7F4C-7F4E, U+7F50-7F51, U+7F54-7F55, U+7F58, U+7F5F-7F60, U+7F67-7F6B, U+7F6E, U+7F70, U+7F72, U+7F75, U+7F77-7F79, U+7F82-7F83, U+7F85-7F88, U+7F8A, U+7F8C, U+7F8E, U+7F94, U+7F9A, U+7F9D-7F9E, U+7FA3-7FA4, U+7FA8-7FA9, U+7FAE-7FAF, U+7FB2, U+7FB6, U+7FB8-7FB9, U+7FBD, U+7FC1, U+7FC5-7FC6, U+7FCA, U+7FCC, U+7FD2, U+7FD4-7FD5, U+7FE0-7FE1, U+7FE6, U+7FE9, U+7FEB, U+7FF0, U+7FF3, U+7FF9, U+7FFB-7FFC, U+8000-8001, U+8003-8006, U+800B-800C, U+8010, U+8012, U+8015, U+8017-8019, U+801C, U+8021, U+8028, U+8033, U+8036, U+803B, U+803D, U+803F, U+8046, U+804A, U+8052, U+8056, U+8058, U+805A, U+805E-805F, U+8061-8062, U+8068, U+806F-8070, U+8072-8074, U+8076-8077, U+8079, U+807D-807F, U+8084-8087, U+8089, U+808B-808C, U+8093, U+8096, U+8098, U+809A-809B, U+809D, U+80A1-80A2, U+80A5, U+80A9-80AA, U+80AC-80AD, U+80AF, U+80B1-80B2, U+80B4, U+80BA, U+80C3-80C4, U+80C6, U+80CC, U+80CE, U+80D6, U+80D9-80DB, U+80DD-80DE, U+80E1, U+80E4-80E5, U+80EF, U+80F1, U+80F4, U+80F8, U+80FC-80FD, U+8102, U+8105-810A, U+811A-811B, U+8123, U+8129, U+812F, U+8131, U+8133, U+8139, U+813E, U+8146, U+814B, U+814E, U+8150-8151, U+8153-8155, U+815F, U+8165-8166, U+816B, U+816E, U+8170-8171, U+8174, U+8178-817A, U+817F-8180, U+8182-8183, U+8188, U+818A, U+818F, U+8193, U+8195, U+819A, U+819C-819D, U+81A0, U+81A3-81A4, U+81A8-81A9, U+81B0, U+81B3, U+81B5, U+81B8, U+81BA, U+81BD-81C0, U+81C2, U+81C6, U+81C8-81C9, U+81CD, U+81D1, U+81D3, U+81D8-81DA, U+81DF-81E0, U+81E3, U+81E5, U+81E7-81E8, U+81EA, U+81ED, U+81F3-81F4, U+81FA-81FC, U+81FE, U+8201-8202, U+8205, U+8207-820A, U+820C-820E, U+8210, U+8212, U+8216-8218, U+821B-821C, U+821E-821F, U+8229-822C, U+822E, U+8233, U+8235-8239, U+8240, U+8247, U+8258-825A, U+825D, U+825F, U+8262, U+8264, U+8266, U+8268, U+826A-826B, U+826E-826F, U+8271-8272, U+8276-8278, U+827E, U+828B, U+828D, U+8292, U+8299, U+829D, U+829F, U+82A5-82A6, U+82AB-82AD, U+82AF, U+82B1, U+82B3, U+82B8-82B9, U+82BB, U+82BD, U+82C5, U+82D1-82D4, U+82D7, U+82D9, U+82DB-82DC, U+82DE-82DF, U+82E1, U+82E3, U+82E5-82E7, U+82EB, U+82F1, U+82F3-82F4, U+82F9-82FB, U+8302-8306, U+8309, U+830E, U+8316-8318, U+831C, U+8323, U+8328, U+832B, U+832F, U+8331-8332, U+8334-8336, U+8338-8339, U+8340, U+8345, U+8349-834A, U+834F-8350, U+8352, U+8358, U+8373, U+8375, U+8377, U+837B-837C, U+8385, U+8387, U+8389-838A, U+838E, U+8393, U+8396, U+839A, U+839E-83A0, U+83A2, U+83A8, U+83AA-83AB, U+83B1, U+83B5, U+83BD, U+83C1, U+83C5, U+83CA, U+83CC, U+83CE, U+83D3, U+83D6, U+83D8, U+83DC, U+83DF-83E0, U+83E9, U+83EB, U+83EF-83F2, U+83F4, U+83F7, U+83FB, U+83FD, U+8403-8404, U+8407, U+840B-840E, U+8413, U+8420, U+8422, U+8429-842A, U+842C, U+8431, U+8435, U+8438, U+843C-843D, U+8446, U+8449, U+844E, U+8457, U+845B, U+8461-8463, U+8466, U+8469, U+846B-846F, U+8471, U+8475, U+8477, U+8479-847A, U+8482, U+8484, U+848B, U+8490, U+8494, U+8499, U+849C, U+849F, U+84A1, U+84AD, U+84B2, U+84B8-84B9, U+84BB-84BC, U+84BF, U+84C1, U+84C4, U+84C6, U+84C9-84CB, U+84CD, U+84D0-84D1, U+84D6, U+84D9-84DA, U+84EC, U+84EE, U+84F4, U+84FC, U+84FF-8500, U+8506, U+8511, U+8513-8515, U+8517-8518, U+851A, U+851F, U+8521, U+8526, U+852C-852D, U+8535, U+853D, U+8540-8541, U+8543, U+8548-854B, U+854E, U+8555, U+8557-8558, U+855A, U+8563, U+8568-856A, U+856D, U+8577, U+857E, U+8580, U+8584, U+8587-8588, U+858A, U+8590-8591, U+8594, U+8597, U+8599, U+859B-859C, U+85A4, U+85A6, U+85A8-85AC, U+85AE-85AF, U+85B9-85BA, U+85C1, U+85C9, U+85CD, U+85CF-85D0, U+85D5, U+85DC-85DD, U+85E4-85E5, U+85E9-85EA, U+85F7, U+85F9-85FB, U+85FE, U+8602, U+8606-8607, U+860A-860B, U+8613, U+8616-8617, U+861A, U+8622, U+862D, U+862F-8630, U+863F, U+864D-864E, U+8650, U+8654-8655, U+865A, U+865C, U+865E-865F, U+8667, U+866B, U+8671, U+8679, U+867B, U+868A-868C, U+8693, U+8695, U+86A3-86A4, U+86A9-86AB, U+86AF-86B0, U+86B6, U+86C4, U+86C6-86C7, U+86C9, U+86CB, U+86CD-86CE, U+86D4, U+86D9, U+86DB, U+86DE-86DF, U+86E4, U+86E9, U+86EC-86EF, U+86F8-86F9, U+86FB, U+86FE, U+8700, U+8702-8703, U+8706, U+8708-870A, U+870D, U+8711-8712, U+8718, U+871A, U+871C, U+8725, U+8729, U+8734, U+8737, U+873B, U+873F, U+8749, U+874B-874C, U+874E, U+8753, U+8755, U+8757, U+8759, U+875F-8760, U+8763, U+8766, U+8768, U+876A, U+876E, U+8774, U+8776, U+8778, U+877F, U+8782, U+878D, U+879F, U+87A2, U+87AB, U+87AF, U+87B3, U+87BA-87BB, U+87BD, U+87C0, U+87C4, U+87C6-87C7, U+87CB, U+87D0, U+87D2, U+87E0, U+87EF, U+87F2, U+87F6-87F7, U+87F9, U+87FB, U+87FE, U+8805, U+880D-880F, U+8811, U+8815-8816, U+8821-8823, U+8827, U+8831, U+8836, U+8839, U+883B, U+8840, U+8842, U+8844, U+8846, U+884C-884D, U+8852-8853, U+8857, U+8859, U+885B, U+885D-885E, U+8861-8863, U+8868, U+886B, U+8870, U+8872, U+8875, U+8877, U+887D-887F, U+8881-8882, U+8888, U+888B, U+888D, U+8892, U+8896-8897, U+8899, U+889E, U+88A2, U+88A4, U+88AB, U+88AE, U+88B0-88B1, U+88B4-88B5, U+88B7, U+88BF, U+88C1-88C5, U+88CF, U+88D4-88D5, U+88D8-88D9, U+88DC-88DD, U+88DF, U+88E1, U+88E8, U+88F2-88F4, U+88F8-88F9, U+88FC-88FE, U+8902, U+8904, U+8907, U+890A, U+890C, U+8910, U+8912-8913, U+891D-891E, U+8925, U+892A-892B, U+8936, U+8938, U+893B, U+8941, U+8943-8944, U+894C-894D, U+8956, U+895E-8960, U+8964, U+8966, U+896A, U+896D, U+896F, U+8972, U+8974, U+8977, U+897E-897F, U+8981, U+8983, U+8986-8988, U+898A-898B, U+898F, U+8993, U+8996-8998, U+899A, U+89A1, U+89A6-89A7, U+89A9-89AA, U+89AC, U+89AF, U+89B2-89B3, U+89BA, U+89BD, U+89BF-89C0, U+89D2, U+89DA, U+89DC-89DD, U+89E3, U+89E6-89E7, U+89F4, U+89F8, U+8A00, U+8A02-8A03, U+8A08, U+8A0A, U+8A0C, U+8A0E, U+8A10, U+8A13, U+8A16-8A18, U+8A1B, U+8A1D, U+8A1F, U+8A23, U+8A25, U+8A2A, U+8A2D, U+8A31, U+8A33-8A34, U+8A36, U+8A3A-8A3C, U+8A41, U+8A46, U+8A48, U+8A50-8A52, U+8A54-8A55, U+8A5B, U+8A5E, U+8A60, U+8A62-8A63, U+8A66, U+8A69, U+8A6B-8A6E, U+8A70-8A73, U+8A7C, U+8A82, U+8A84-8A85, U+8A87, U+8A89, U+8A8C-8A8D, U+8A91, U+8A93, U+8A95, U+8A98, U+8A9A, U+8A9E, U+8AA0-8AA1, U+8AA3-8AA6, U+8AA8, U+8AAC-8AAD, U+8AB0, U+8AB2, U+8AB9, U+8ABC, U+8ABF, U+8AC2, U+8AC4, U+8AC7, U+8ACB-8ACD, U+8ACF, U+8AD2, U+8AD6, U+8ADA-8ADC, U+8ADE, U+8AE0-8AE2, U+8AE4, U+8AE6-8AE7, U+8AEB, U+8AED-8AEE, U+8AF1, U+8AF3, U+8AF7-8AF8, U+8AFA, U+8AFE, U+8B00-8B02, U+8B04, U+8B07, U+8B0C, U+8B0E, U+8B10, U+8B14, U+8B16-8B17, U+8B19-8B1B, U+8B1D, U+8B20-8B21, U+8B26, U+8B28, U+8B2B-8B2C, U+8B33, U+8B39, U+8B3E, U+8B41, U+8B49, U+8B4C, U+8B4E-8B4F, U+8B56, U+8B58, U+8B5A-8B5C, U+8B5F, U+8B66, U+8B6B-8B6C, U+8B6F-8B72, U+8B74, U+8B77, U+8B7D, U+8B80, U+8B83, U+8B8A, U+8B8C, U+8B8E, U+8B90, U+8B92-8B93, U+8B96, U+8B99-8B9A, U+8C37, U+8C3A, U+8C3F, U+8C41, U+8C46, U+8C48, U+8C4A, U+8C4C, U+8C4E, U+8C50, U+8C55, U+8C5A, U+8C61-8C62, U+8C6A-8C6C, U+8C78-8C7A, U+8C7C, U+8C82, U+8C85, U+8C89-8C8A, U+8C8C-8C8E, U+8C94, U+8C98, U+8C9D-8C9E, U+8CA0-8CA2, U+8CA7-8CB0, U+8CB2-8CB4, U+8CB6-8CB8, U+8CBB-8CBD, U+8CBF-8CC4, U+8CC7-8CC8, U+8CCA, U+8CCD-8CCE, U+8CD1, U+8CD3, U+8CDA-8CDC, U+8CDE, U+8CE0, U+8CE2-8CE4, U+8CE6, U+8CEA, U+8CED, U+8CFA-8CFD, U+8D04-8D05, U+8D07-8D08, U+8D0A-8D0B, U+8D0D, U+8D0F-8D10, U+8D13-8D14, U+8D16, U+8D64, U+8D66-8D67, U+8D6B, U+8D6D, U+8D70-8D71, U+8D73-8D74, U+8D77, U+8D81, U+8D85, U+8D8A, U+8D99, U+8DA3, U+8DA8, U+8DB3, U+8DBA, U+8DBE, U+8DC2, U+8DCB-8DCC, U+8DCF, U+8DD6, U+8DDA-8DDB, U+8DDD, U+8DDF, U+8DE1, U+8DE3, U+8DE8, U+8DEA-8DEB, U+8DEF, U+8DF3, U+8DF5, U+8DFC, U+8DFF, U+8E08-8E0A, U+8E0F-8E10, U+8E1D-8E1F, U+8E2A, U+8E30, U+8E34-8E35, U+8E42, U+8E44, U+8E47-8E4A, U+8E4C, U+8E50, U+8E55, U+8E59, U+8E5F-8E60, U+8E63-8E64, U+8E72, U+8E74, U+8E76, U+8E7C, U+8E81, U+8E84-8E85, U+8E87, U+8E8A-8E8B, U+8E8D, U+8E91, U+8E93-8E94, U+8E99, U+8EA1, U+8EAA-8EAC, U+8EAF-8EB1, U+8EBE, U+8EC5-8EC6, U+8EC8, U+8ECA-8ECD, U+8ED2, U+8EDB, U+8EDF, U+8EE2-8EE3, U+8EEB, U+8EF8, U+8EFB-8EFE, U+8F03, U+8F05, U+8F09-8F0A, U+8F0C, U+8F12-8F15, U+8F19, U+8F1B-8F1D, U+8F1F, U+8F26, U+8F29-8F2A, U+8F2F, U+8F33, U+8F38-8F39, U+8F3B, U+8F3E-8F3F, U+8F42, U+8F44-8F46, U+8F49, U+8F4C-8F4E, U+8F57, U+8F5C, U+8F5F, U+8F61-8F64, U+8F9B-8F9C, U+8F9E-8F9F, U+8FA3, U+8FA7-8FA8, U+8FAD-8FB2, U+8FB7, U+8FBA-8FBC, U+8FBF, U+8FC2, U+8FC4-8FC5, U+8FCE, U+8FD1, U+8FD4, U+8FDA, U+8FE2, U+8FE5-8FE6, U+8FE9-8FEB, U+8FED, U+8FEF-8FF0, U+8FF4, U+8FF7-8FFA, U+8FFD, U+9000-9001, U+9003, U+9005-9006, U+900B, U+900D-9011, U+9013-9017, U+9019-901A, U+901D-9023, U+9027, U+902E, U+9031-9032, U+9035-9036, U+9038-9039, U+903C, U+903E, U+9041-9042, U+9045, U+9047, U+9049-904B, U+904D-9056, U+9058-9059, U+905C, U+905E, U+9060-9061, U+9063, U+9065, U+9068-9069, U+906D-906F, U+9072, U+9075-9078, U+907A, U+907C-907D, U+907F-9084, U+9087, U+9089-908A, U+908F, U+9091, U+90A3, U+90A6, U+90A8, U+90AA, U+90AF, U+90B1, U+90B5, U+90B8, U+90C1, U+90CA, U+90CE, U+90DB, U+90E1-90E2, U+90E4, U+90E8, U+90ED, U+90F5, U+90F7, U+90FD, U+9102, U+9112, U+9119, U+912D, U+9130, U+9132, U+9149-914E, U+9152, U+9154, U+9156, U+9158, U+9162-9163, U+9165, U+9169-916A, U+916C, U+9172-9173, U+9175, U+9177-9178, U+9182, U+9187, U+9189, U+918B, U+918D, U+9190, U+9192, U+9197, U+919C, U+91A2, U+91A4, U+91AA-91AB, U+91AF, U+91B4-91B5, U+91B8, U+91BA, U+91C0-91C1, U+91C6-91C9, U+91CB-91D1, U+91D6, U+91D8, U+91DB-91DD, U+91DF, U+91E1, U+91E3, U+91E6-91E7, U+91F5-91F6, U+91FC, U+91FF, U+920D-920E, U+9211, U+9214-9215, U+921E, U+9229, U+922C, U+9234, U+9237, U+923F, U+9244-9245, U+9248-9249, U+924B, U+9250, U+9257, U+925A-925B, U+925E, U+9262, U+9264, U+9266, U+9271, U+927E, U+9280, U+9283, U+9285, U+9291, U+9293, U+9295-9296, U+9298, U+929A-929C, U+92AD, U+92B7, U+92B9, U+92CF, U+92D2, U+92E4, U+92E9-92EA, U+92ED, U+92F2-92F3, U+92F8, U+92FA, U+92FC, U+9306, U+930F-9310, U+9318-931A, U+9320, U+9322-9323, U+9326, U+9328, U+932B-932C, U+932E-932F, U+9332, U+9335, U+933A-933B, U+9344, U+934B, U+934D, U+9354, U+9356, U+935B-935C, U+9360, U+936C, U+936E, U+9375, U+937C, U+937E, U+938C, U+9394, U+9396-9397, U+939A, U+93A7, U+93AC-93AE, U+93B0, U+93B9, U+93C3, U+93C8, U+93D0-93D1, U+93D6-93D8, U+93DD, U+93E1, U+93E4-93E5, U+93E8, U+9403, U+9407, U+9410, U+9413-9414, U+9418-941A, U+9421, U+942B, U+9435-9436, U+9438, U+943A, U+9441, U+9444, U+9451-9453, U+945A-945B, U+945E, U+9460, U+9462, U+946A, U+9470, U+9475, U+9477, U+947C-947F, U+9481, U+9577, U+9580, U+9582-9583, U+9587, U+9589-958B, U+958F, U+9591, U+9593-9594, U+9596, U+9598-9599, U+95A0, U+95A2-95A5, U+95A7-95A8, U+95AD, U+95B2, U+95B9, U+95BB-95BC, U+95BE, U+95C3, U+95C7, U+95CA, U+95CC-95CD, U+95D4-95D6, U+95D8, U+95DC, U+95E1-95E2, U+95E5, U+961C, U+9621, U+9628, U+962A, U+962E-962F, U+9632, U+963B, U+963F-9640, U+9642, U+9644, U+964B-964D, U+964F-9650, U+965B-965F, U+9662-9666, U+966A, U+966C, U+9670, U+9672-9673, U+9675-9678, U+967A, U+967D, U+9685-9686, U+9688, U+968A-968B, U+968D-968F, U+9694-9695, U+9697-9699, U+969B-969C, U+96A0, U+96A3, U+96A7-96A8, U+96AA, U+96B0-96B2, U+96B4, U+96B6-96B9, U+96BB-96BC, U+96C0-96C1, U+96C4-96C7, U+96C9, U+96CB-96CE, U+96D1, U+96D5-96D6, U+96D9, U+96DB-96DC, U+96E2-96E3, U+96E8, U+96EA-96EB, U+96F0, U+96F2, U+96F6-96F7, U+96F9, U+96FB, U+9700, U+9704, U+9706-9708, U+970A, U+970D-970F, U+9711, U+9713, U+9716, U+9719, U+971C, U+971E, U+9724, U+9727, U+972A, U+9730, U+9732, U+9738-9739, U+973D-973E, U+9742, U+9744, U+9746, U+9748-9749, U+9752, U+9756, U+9759, U+975C, U+975E, U+9760-9762, U+9764, U+9766, U+9768-9769, U+976B, U+976D, U+9771, U+9774, U+9779-977A, U+977C, U+9781, U+9784-9786, U+978B, U+978D, U+978F-9790, U+9798, U+979C, U+97A0, U+97A3, U+97A6, U+97A8, U+97AB, U+97AD, U+97B3-97B4, U+97C3, U+97C6, U+97C8, U+97CB, U+97D3, U+97DC, U+97ED-97EE, U+97F2-97F3, U+97F5-97F6, U+97FB, U+97FF, U+9801-9803, U+9805-9806, U+9808, U+980C, U+980F-9813, U+9817-9818, U+981A, U+9821, U+9824, U+982C-982D, U+9834, U+9837-9838, U+983B-983D, U+9846, U+984B-984F, U+9854-9855, U+9858, U+985B, U+985E, U+9867, U+986B, U+986F-9871, U+9873-9874, U+98A8, U+98AA, U+98AF, U+98B1, U+98B6, U+98C3-98C4, U+98C6, U+98DB-98DC, U+98DF, U+98E2, U+98E9, U+98EB, U+98ED-98EF, U+98F2, U+98F4, U+98FC-98FE, U+9903, U+9905, U+9909-990A, U+990C, U+9910, U+9912-9914, U+9918, U+991D-991E, U+9920-9921, U+9924, U+9928, U+992C, U+992E, U+993D-993E, U+9942, U+9945, U+9949, U+994B-994C, U+9950-9952, U+9955, U+9957, U+9996-9999, U+99A5, U+99A8, U+99AC-99AE, U+99B3-99B4, U+99BC, U+99C1, U+99C4-99C6, U+99C8, U+99D0-99D2, U+99D5, U+99D8, U+99DB, U+99DD, U+99DF, U+99E2, U+99ED-99EE, U+99F1-99F2, U+99F8, U+99FB, U+99FF, U+9A01, U+9A05, U+9A0E-9A0F, U+9A12-9A13, U+9A19, U+9A28, U+9A2B, U+9A30, U+9A37, U+9A3E, U+9A40, U+9A42-9A43, U+9A45, U+9A4D, U+9A55, U+9A57, U+9A5A-9A5B, U+9A5F, U+9A62, U+9A64-9A65, U+9A69-9A6B, U+9AA8, U+9AAD, U+9AB0, U+9AB8, U+9ABC, U+9AC0, U+9AC4, U+9ACF, U+9AD1, U+9AD3-9AD4, U+9AD8-9AD9, U+9ADE-9ADF, U+9AE2-9AE3, U+9AE6, U+9AEA-9AEB, U+9AED-9AEF, U+9AF1, U+9AF4, U+9AF7, U+9AFB, U+9B06, U+9B18, U+9B1A, U+9B1F, U+9B22-9B23, U+9B25, U+9B27-9B2A, U+9B2E-9B2F, U+9B31-9B32, U+9B3B-9B3C, U+9B41-9B45, U+9B4D-9B4F, U+9B51, U+9B54, U+9B58, U+9B5A, U+9B6F, U+9B74, U+9B83, U+9B8E, U+9B91-9B93, U+9B96-9B97, U+9B9F-9BA0, U+9BA8, U+9BAA-9BAB, U+9BAD-9BAE, U+9BB4, U+9BB9, U+9BC0, U+9BC6, U+9BC9-9BCA, U+9BCF, U+9BD1-9BD2, U+9BD4, U+9BD6, U+9BDB, U+9BE1-9BE4, U+9BE8, U+9BF0-9BF2, U+9BF5, U+9C04, U+9C06, U+9C08-9C0A, U+9C0C-9C0D, U+9C10, U+9C12-9C15, U+9C1B, U+9C21, U+9C24-9C25, U+9C2D-9C30, U+9C32, U+9C39-9C3B, U+9C3E, U+9C46-9C48, U+9C52, U+9C57, U+9C5A, U+9C60, U+9C67, U+9C76, U+9C78, U+9CE5, U+9CE7, U+9CE9, U+9CEB-9CEC, U+9CF0, U+9CF3-9CF4, U+9CF6, U+9D03, U+9D06-9D09, U+9D0E, U+9D12, U+9D15, U+9D1B, U+9D1F, U+9D23, U+9D26, U+9D28, U+9D2A-9D2C, U+9D3B, U+9D3E-9D3F, U+9D41, U+9D44, U+9D46, U+9D48, U+9D50-9D51, U+9D59, U+9D5C-9D5E, U+9D60-9D61, U+9D64, U+9D6C, U+9D6F, U+9D72, U+9D7A, U+9D87, U+9D89, U+9D8F, U+9D9A, U+9DA4, U+9DA9, U+9DAB, U+9DAF, U+9DB2, U+9DB4, U+9DB8, U+9DBA-9DBB, U+9DC1-9DC2, U+9DC4, U+9DC6, U+9DCF, U+9DD3, U+9DD9, U+9DE6, U+9DED, U+9DEF, U+9DF2, U+9DF8-9DFA, U+9DFD, U+9E1A-9E1B, U+9E1E, U+9E75, U+9E78-9E79, U+9E7D, U+9E7F, U+9E81, U+9E88, U+9E8B-9E8C, U+9E91-9E93, U+9E95, U+9E97, U+9E9D, U+9E9F, U+9EA5-9EA6, U+9EA9-9EAA, U+9EAD, U+9EB8-9EBC, U+9EBE-9EBF, U+9EC4, U+9ECC-9ED0, U+9ED2, U+9ED4, U+9ED8-9ED9, U+9EDB-9EDE, U+9EE0, U+9EE5, U+9EE8, U+9EEF, U+9EF4, U+9EF6-9EF7, U+9EF9, U+9EFB-9EFD, U+9F07-9F08, U+9F0E, U+9F13, U+9F15, U+9F20-9F21, U+9F2C, U+9F3B, U+9F3E, U+9F4A-9F4B, U+9F4E-9F4F, U+9F52, U+9F54, U+9F5F-9F63, U+9F66-9F67, U+9F6A, U+9F6C, U+9F72, U+9F76-9F77, U+9F8D, U+9F95, U+9F9C-9F9D, U+9FA0, U+FA11, U+FA1F, U+FF01-FF9F, U+FFE3, U+FFE5, U+20BB7;
}

/* 表外字ほか 8,865字 / 1,236KB … main に無い漢字が出たときだけ読み込まれる */
@font-face {
  font-family: "fontjp";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("/hubfs/raw_assets/public/PandA/font/NotoSansJP-Medium-rest.woff2") format("woff2");
  unicode-range: U+2E80-2E99, U+2E9B-2EF3, U+2F00-2FD5, U+2FF0-2FFB, U+3004, U+3016-301B, U+301D-303F, U+3094-3096, U+3099-309A, U+309F-30A0, U+30F7-30FA, U+30FF, U+3105-312F, U+3131-3163, U+3165-318E, U+3190-31BB, U+31C0-31E3, U+31F0-321E, U+3220-332B, U+332D-3350, U+3352-338E, U+3390-339C, U+339F-33A0, U+33A2-33FF, U+3402, U+3405-3406, U+3427, U+342C, U+342E, U+3468, U+346A, U+3488, U+3492, U+34B5, U+34BC, U+34C1, U+34C7, U+34DB, U+351F, U+353E, U+355D-355E, U+3563, U+356E, U+35A6, U+35A8, U+35C5, U+35DA, U+35DE, U+35F4, U+3605, U+3614, U+364A, U+3691, U+3696, U+3699, U+36CF, U+3761-3762, U+376B-376C, U+3775, U+378D, U+37C1, U+37E2, U+37E8, U+37F4, U+37FD, U+3800, U+382F, U+3836, U+3840, U+385C, U+3861, U+38A1, U+38AD, U+38FA, U+3917, U+391A, U+396F, U+39A4, U+39B8, U+3A5C, U+3A6E, U+3A73, U+3A85, U+3AC4, U+3ACB, U+3AD6-3AD7, U+3AEA, U+3AF3, U+3B0E, U+3B1A, U+3B1C, U+3B22, U+3B35, U+3B6D, U+3B77, U+3B87-3B88, U+3B8D, U+3BA4, U+3BB6, U+3BC3, U+3BCD, U+3BF0, U+3BF3, U+3C0F, U+3C26, U+3CC3, U+3CD2, U+3D11, U+3D1E, U+3D31, U+3D4E, U+3D64, U+3D9A, U+3DC0, U+3DCC, U+3DD4, U+3E05, U+3E3F-3E40, U+3E60, U+3E66, U+3E68, U+3E83, U+3E8A, U+3E94, U+3EDA, U+3F57, U+3F72, U+3F75, U+3F77, U+3FAE, U+3FB1, U+3FC9, U+3FD7, U+3FDC, U+4039, U+4058, U+4093, U+4103, U+4105, U+4148, U+414F, U+4163, U+41B4, U+41BF, U+41E6, U+41EE, U+41F3, U+4207, U+420E, U+4264, U+4293, U+42C6, U+42D6, U+42DD, U+4302, U+432B, U+4343, U+43EE, U+43F0, U+4408, U+440C, U+4417, U+441C, U+4422, U+4453, U+445B, U+4476, U+447A, U+4491, U+44B3, U+44BE, U+44D4, U+4508, U+450D, U+4525, U+4543, U+457A, U+459D, U+45B8, U+45BE, U+45E5, U+45EA, U+460F-4610, U+4641, U+4665, U+46A1, U+46AE-46AF, U+470C, U+471F, U+4764, U+47E6, U+47FD, U+4816, U+481E, U+4844, U+484E, U+48B5, U+49B0, U+49E7, U+49FA, U+4A04, U+4A29, U+4ABC, U+4B38, U+4B3B, U+4B7E, U+4BC2, U+4BCA, U+4BD2, U+4BE8, U+4C17, U+4C20, U+4C38, U+4CC4, U+4CD1, U+4CE1, U+4D07, U+4D77, U+4E02, U+4E04-4E05, U+4E0C, U+4E0F, U+4E12, U+4E1F, U+4E23-4E24, U+4E28-4E29, U+4E2B-4E2C, U+4E2E-4E30, U+4E35, U+4E37, U+4E40-4E41, U+4E44, U+4E47-4E48, U+4E51, U+4E5A-4E5C, U+4E63, U+4E68-4E69, U+4E74-4E75, U+4E79, U+4E7F, U+4E8D, U+4E96-4E97, U+4E9D, U+4EAF, U+4EB9, U+4EBB-4EBC, U+4EC3, U+4EC8, U+4ED0, U+4EDA-4EDB, U+4EE0-4EE2, U+4EE8, U+4EEB, U+4EEF, U+4EF1, U+4EF3, U+4EF5, U+4EFC-4F00, U+4F02-4F03, U+4F08, U+4F0B-4F0C, U+4F12, U+4F15-4F17, U+4F19, U+4F2B, U+4F2E, U+4F31, U+4F33, U+4F35, U+4F37, U+4F39, U+4F3B, U+4F3E, U+4F40, U+4F42, U+4F48-4F49, U+4F4B-4F4C, U+4F52, U+4F54, U+4F56, U+4F58, U+4F5F-4F60, U+4F63-4F64, U+4F6A, U+4F6C, U+4F6E, U+4F71, U+4F77-4F7A, U+4F7D-4F7E, U+4F81-4F82, U+4F84-4F85, U+4F89-4F8A, U+4F8C, U+4F8E, U+4F90, U+4F92-4F94, U+4F97, U+4F99-4F9A, U+4F9E-4F9F, U+4FB2, U+4FB7, U+4FB9, U+4FBB-4FBE, U+4FC0-4FC1, U+4FC5-4FC6, U+4FC8-4FC9, U+4FCB-4FCD, U+4FCF, U+4FD2-4FD3, U+4FDC, U+4FE0, U+4FE2, U+4FE6, U+4FF0-4FF2, U+4FFC-4FFD, U+4FFF-5002, U+5004, U+5007, U+500A, U+500C, U+500E, U+5010, U+5013, U+5017-5018, U+501B-501E, U+5022, U+5027, U+502E, U+5030, U+5032-5033, U+5035, U+503B, U+5040-5042, U+5045-5046, U+504A, U+504C, U+504E, U+5051-5053, U+5057, U+5059, U+505F-5060, U+5062-5063, U+5066-5067, U+506A, U+506D, U+5070-5071, U+5077, U+5081, U+5083-5084, U+5086, U+5088, U+508A, U+508E-5090, U+5092-5096, U+509B-509C, U+509E-50A3, U+50AA, U+50AF-50B1, U+50B9-50BB, U+50BD, U+50C0, U+50C3-50C4, U+50C7, U+50CC, U+50CE, U+50D0, U+50D3-50D4, U+50D8-50D9, U+50DC-50DD, U+50DF, U+50E1-50E2, U+50E4, U+50E6, U+50E8-50E9, U+50EF-50F4, U+50F6, U+50FA, U+50FE, U+5103, U+5106-5108, U+510B-510E, U+5110, U+5117, U+5119, U+511B-511E, U+5123, U+5127-5128, U+512C-512D, U+512F, U+5131, U+5133-5135, U+5138-5139, U+5142, U+514A, U+514F, U+5153, U+5155, U+5157-5158, U+515F-5160, U+5164, U+5166-5167, U+5173-5174, U+5179, U+517B, U+517E, U+5183-5184, U+518B, U+518E, U+5198, U+519D, U+51A1, U+51A3, U+51AD, U+51B8, U+51BA, U+51BC, U+51BE-51BF, U+51C2-51C3, U+51C8, U+51CA, U+51CF, U+51D1-51D5, U+51D8, U+51DE-51DF, U+51E2, U+51E5, U+51EC, U+51EE, U+51F2-51F4, U+51F7, U+5201-5202, U+5205, U+5212-5213, U+5215-5216, U+5218, U+5222, U+5226, U+5228, U+522B, U+5231-5232, U+5235, U+523C, U+5245, U+5249, U+5255, U+5257-5258, U+525A, U+525C-525D, U+525F-5261, U+5266, U+526C, U+526E, U+5277-5279, U+5280, U+5282, U+5284-5285, U+528A, U+528C, U+5293, U+5295-5298, U+529A, U+529C, U+52A4-52A7, U+52AF-52B0, U+52B6-52B8, U+52BA-52BB, U+52BD, U+52C0, U+52C4, U+52C6, U+52C8, U+52CA, U+52CC, U+52CF-52D1, U+52D4, U+52D6, U+52DB-52DC, U+52E1, U+52E5, U+52E8-52EA, U+52EC, U+52F0-52F1, U+52F4, U+52F6-52F7, U+52FB, U+5300, U+5303, U+5307, U+530A-530C, U+5311, U+5313, U+5318, U+531B-531C, U+531E-531F, U+5324-5325, U+5327-5329, U+532B-532D, U+5330, U+5332, U+5335, U+533C-533E, U+5342, U+534B-534C, U+5359, U+535B, U+5361, U+5363-5365, U+5367, U+536C-536D, U+5372, U+5379-537A, U+537D-537E, U+5383, U+5387-5389, U+538E, U+5393-5394, U+5399, U+539D, U+53A1, U+53A4, U+53AA-53AB, U+53AF, U+53B2, U+53B4-53B5, U+53B7-53B8, U+53BA, U+53BD, U+53C0-53C1, U+53C4-53C5, U+53CF, U+53D2-53D3, U+53D5, U+53DA, U+53DD-53DE, U+53E0, U+53E6-53E7, U+53F4-53F5, U+5402, U+5412-5413, U+541A, U+541E, U+5421, U+5424, U+5427-5428, U+542A, U+542F, U+5431, U+5433-5435, U+543F, U+5443-5444, U+5447, U+544C-544D, U+544F, U+5455, U+545E, U+5462, U+5464, U+5466-5467, U+5469, U+546B-546E, U+5474, U+547F, U+5481, U+5483, U+5485, U+5488-548A, U+548D, U+5491, U+5495-5496, U+549C, U+549F-54A1, U+54A6-54A7, U+54A9-54AA, U+54AD-54AE, U+54B1, U+54B7, U+54B9-54BB, U+54BF, U+54C3, U+54C6, U+54CA, U+54CD-54CE, U+54E0, U+54EA, U+54EC, U+54EF, U+54F1, U+54F3, U+54F6, U+54FC, U+54FE-5501, U+5505, U+5508-5509, U+550C-550E, U+5515, U+5527, U+552A-552B, U+5532, U+5535-5536, U+553B-553D, U+5541, U+5547, U+5549-554A, U+554D, U+5550-5551, U+5558, U+555A-555B, U+555E, U+5560-5561, U+5564, U+5566, U+557D, U+557F, U+5581-5582, U+5586, U+5588, U+558E-558F, U+5591-5594, U+5597, U+55A3-55A4, U+55AD, U+55B2, U+55BF, U+55C1, U+55C3, U+55C6, U+55C9, U+55CB-55CC, U+55CE, U+55D1-55D3, U+55D7-55D8, U+55DB, U+55DD-55DE, U+55E2, U+55E9, U+55EC, U+55EE, U+55F1, U+55F6, U+55F8, U+55FF, U+5605, U+5607-5608, U+560A, U+560D-5612, U+5619, U+5620, U+5628, U+562C, U+5630, U+5633, U+5635, U+5637, U+5639, U+563B-563D, U+563F-5641, U+5643-5644, U+5646-5647, U+5649, U+564B, U+564D, U+564F, U+5653-5654, U+565E, U+5660-5663, U+5666, U+5669, U+566D, U+566F, U+5671-5672, U+5675-5676, U+5684-5685, U+5688, U+568B-568C, U+5695, U+5699-569A, U+569D-569F, U+56A6-56A9, U+56AB-56AD, U+56B1-56B3, U+56B7, U+56BE, U+56C5, U+56C9-56CD, U+56CF-56D0, U+56D9, U+56DC-56DD, U+56DF, U+56E1, U+56E4-56E8, U+56EB, U+56ED, U+56F1, U+56F6-56F7, U+5701-5702, U+5707, U+570A, U+570C, U+5711, U+5715, U+571A-571B, U+571D, U+5720-5725, U+5729-572A, U+572C, U+572E-572F, U+5733-5734, U+573D-573F, U+5745-5746, U+574C-574D, U+5752, U+5759, U+575F, U+5762, U+5765, U+5767-5768, U+576B, U+576D-5771, U+5773-5775, U+5777, U+5779-577C, U+577E, U+5781, U+5783, U+578C, U+5794-5795, U+5797, U+5799-579A, U+579C-579F, U+57A1, U+57A7-57A9, U+57AC, U+57AE, U+57B8, U+57BD, U+57C7-57C8, U+57CC, U+57CF, U+57D5, U+57D7, U+57DD-57DE, U+57E1, U+57E4, U+57E6-57E7, U+57E9, U+57ED, U+57F0, U+57F5-57F6, U+57F8, U+57FB, U+57FD-57FF, U+5803-5804, U+5808-5809, U+580C-580D, U+581B, U+581E-5820, U+5826-5827, U+582D, U+5832, U+5839, U+583F, U+5849, U+584C-584D, U+584F-5850, U+5855, U+585F, U+5861, U+5864, U+5867-5868, U+586D, U+5878, U+587C, U+587F-5881, U+5887-588D, U+588F-5890, U+5894, U+5896, U+5898, U+589D-589E, U+58A0-58A2, U+58A6, U+58A9-58AA, U+58B1-58B2, U+58BC, U+58C2-58C4, U+58C8, U+58CD-58CE, U+58D0, U+58D2, U+58D4, U+58D6, U+58DA, U+58DD, U+58E0-58E2, U+58E9, U+58F3-58F4, U+5905-5906, U+590B-590D, U+5912-5914, U+591D, U+591F, U+5921, U+5923-5924, U+5928, U+592F-5930, U+5933, U+5935-5936, U+5939, U+593D, U+593F, U+5943, U+5946, U+5952-5953, U+5959, U+595B, U+595D-595F, U+5961, U+5963, U+596B, U+596D, U+596F, U+5972, U+5975-5976, U+5979, U+597B-597C, U+598B-598C, U+598E, U+5992, U+5995, U+5997, U+599F, U+59A4, U+59A7, U+59AD-59B0, U+59B3, U+59B7, U+59BA, U+59BC, U+59C1, U+59C3-59C4, U+59C8, U+59CA, U+59CD, U+59D2, U+59DD-59DF, U+59E3-59E4, U+59E7, U+59EC, U+59EE-59EF, U+59F1-59F2, U+59F4, U+59F7-59F8, U+5A00, U+5A04, U+5A0C-5A0E, U+5A12-5A13, U+5A17, U+5A1B, U+5A1E, U+5A23-5A24, U+5A27-5A28, U+5A2A, U+5A2D, U+5A30, U+5A44-5A45, U+5A47-5A48, U+5A4C, U+5A50, U+5A55, U+5A5E, U+5A63, U+5A65, U+5A67, U+5A6D, U+5A77, U+5A7A-5A7B, U+5A7E, U+5A84, U+5A8B, U+5A90, U+5A93, U+5A96, U+5A99, U+5A9C, U+5A9E-5AA0, U+5AA2, U+5AA7, U+5AAC, U+5AB1-5AB3, U+5AB5, U+5AB8, U+5ABA-5ABB, U+5ABF, U+5AC4, U+5AC6, U+5AC8, U+5ACF, U+5ADA, U+5ADC, U+5AE0, U+5AE5, U+5AEA, U+5AEE, U+5AF0, U+5AF5-5AF6, U+5AFD, U+5B00-5B01, U+5B08, U+5B17, U+5B19, U+5B1B, U+5B1D, U+5B21, U+5B25, U+5B2D, U+5B34, U+5B38, U+5B41, U+5B4B-5B4C, U+5B52, U+5B56, U+5B5E, U+5B68, U+5B6E-5B6F, U+5B76, U+5B7C-5B7F, U+5B81-5B82, U+5B84, U+5B86, U+5B8A, U+5B8E, U+5B90-5B91, U+5B93-5B94, U+5B96, U+5BA8-5BA9, U+5BAC-5BAD, U+5BAF, U+5BB1-5BB2, U+5BB7, U+5BBA, U+5BBC, U+5BC0-5BC1, U+5BCD-5BCF, U+5BD6-5BDA, U+5BE0, U+5BEF, U+5BF1, U+5BF4, U+5BFD, U+5C03, U+5C0C, U+5C12, U+5C14, U+5C17, U+5C19, U+5C1E-5C1F, U+5C23, U+5C26, U+5C29-5C2C, U+5C2E, U+5C30, U+5C32, U+5C35-5C36, U+5C59-5C5C, U+5C5F, U+5C62-5C63, U+5C67-5C69, U+5C6D, U+5C70, U+5C74-5C75, U+5C7A-5C7D, U+5C87-5C88, U+5C8A, U+5C8F, U+5C92, U+5C9D, U+5C9F-5CA0, U+5CA2-5CA3, U+5CA6-5CA7, U+5CAA, U+5CAD, U+5CB2, U+5CB4-5CB5, U+5CBA, U+5CC9, U+5CCB, U+5CD0, U+5CD2, U+5CD7, U+5CDD, U+5CE6, U+5CEE, U+5CF1-5CF2, U+5CF4-5CF5, U+5D01, U+5D06, U+5D0D, U+5D10, U+5D12, U+5D1D, U+5D20, U+5D23-5D24, U+5D26-5D27, U+5D2B, U+5D31, U+5D34, U+5D39, U+5D3D, U+5D3F, U+5D42-5D43, U+5D46-5D48, U+5D4A, U+5D51, U+5D53, U+5D55, U+5D59, U+5D5F-5D62, U+5D64, U+5D6A, U+5D6D, U+5D70, U+5D79-5D7A, U+5D7E-5D7F, U+5D81, U+5D83, U+5D88, U+5D8A, U+5D92-5D95, U+5D97, U+5D99, U+5D9B, U+5D9F-5DA0, U+5DA4, U+5DA7, U+5DAB, U+5DB0, U+5DB2, U+5DB4, U+5DB8-5DB9, U+5DC3, U+5DC7, U+5DCB, U+5DCE, U+5DD0-5DD1, U+5DD7-5DD9, U+5DE0, U+5DE2, U+5DE4, U+5DE9, U+5DF8-5DF9, U+5DFF-5E00, U+5E07, U+5E0D, U+5E12, U+5E14-5E15, U+5E18, U+5E1F-5E20, U+5E28, U+5E2E, U+5E32, U+5E35, U+5E3E, U+5E49, U+5E4B, U+5E50-5E51, U+5E56, U+5E58, U+5E5B-5E5C, U+5E5E, U+5E68, U+5E6A-5E6E, U+5E70, U+5E77, U+5E80, U+5E8B, U+5E8E, U+5E99, U+5EA2, U+5EA4-5EA5, U+5EA8, U+5EAA, U+5EAC, U+5EB1, U+5EB3, U+5EB9, U+5EBD-5EBF, U+5EC6, U+5ECB-5ECC, U+5ECE, U+5ED1-5ED2, U+5ED4-5ED5, U+5ED9, U+5EDC, U+5EDE, U+5EE5, U+5EEB, U+5EF9, U+5EFD, U+5F00, U+5F02, U+5F06-5F08, U+5F0E, U+5F19, U+5F1C-5F1E, U+5F21-5F24, U+5F28, U+5F2B-5F2C, U+5F2E, U+5F30, U+5F34, U+5F36, U+5F3A-5F3B, U+5F3D, U+5F3F-5F40, U+5F44, U+5F47, U+5F4D, U+5F50, U+5F54, U+5F58, U+5F5B, U+5F60, U+5F63-5F65, U+5F67, U+5F6F, U+5F72, U+5F74-5F75, U+5F78, U+5F7A, U+5F7D-5F7E, U+5F89, U+5F8D, U+5F8F, U+5F96, U+5F9C-5F9D, U+5FA2, U+5FA4, U+5FA7, U+5FAB-5FAC, U+5FAF-5FB1, U+5FB5, U+5FB8, U+5FC4, U+5FC7-5FC9, U+5FCB, U+5FD0-5FD4, U+5FDE, U+5FE1-5FE2, U+5FE8-5FEA, U+5FEC-5FEF, U+5FF2-5FF3, U+5FF6, U+5FFA, U+5FFC, U+6007, U+600A, U+600D, U+6013-6014, U+6017-6018, U+601A, U+601F, U+6022, U+6024, U+602D, U+6033, U+6035, U+6040, U+6047-6049, U+604C, U+6051, U+6054, U+6056-6057, U+605D, U+6061, U+6067, U+6071, U+607E-607F, U+6082, U+6085-6086, U+6088, U+608A, U+608E, U+6091, U+6093, U+6095, U+6098, U+609D-609E, U+60A2, U+60A4-60A5, U+60A8, U+60B0-60B1, U+60B7, U+60BB, U+60BE, U+60C2, U+60C4, U+60C8-60CB, U+60CE-60CF, U+60D4-60D5, U+60D9, U+60DB, U+60DD-60DE, U+60E2, U+60E5, U+60EE, U+60F2, U+60F5, U+60F8, U+60FC-60FD, U+6102, U+6107, U+610A, U+610C, U+6110-6114, U+6116-6117, U+6119, U+611C, U+611E, U+6120, U+6122, U+612A-612B, U+6130-6131, U+6135-6137, U+6139-613A, U+6141, U+6145-6146, U+6149, U+615E, U+6160, U+6164, U+616C, U+6172, U+6178, U+617B-617D, U+617F-6181, U+6183-6184, U+618B, U+618D, U+6192-6193, U+6197-6198, U+619C-619D, U+619F-61A0, U+61A5, U+61A8, U+61AA, U+61AD, U+61B8-61B9, U+61BC, U+61C0-61C2, U+61CE-61CF, U+61D5, U+61DC-61DF, U+61E1-61E2, U+61E5, U+61E7-61E9, U+61EC-61ED, U+61EF, U+61F5, U+6201, U+6203-6204, U+6207, U+6213, U+6215, U+621C, U+6220, U+6222-6223, U+6227, U+6229, U+622B, U+6231, U+6236, U+6239, U+623D-623E, U+6242-6244, U+6246, U+624C, U+6250-6252, U+6254, U+6256, U+625A, U+625C, U+6261, U+6264, U+626D, U+626F, U+6273, U+627A-627B, U+627D, U+6285, U+628D-6290, U+6299, U+62A6, U+62A8, U+62B3, U+62B6-62B7, U+62BA, U+62BE-62BF, U+62C4, U+62CE, U+62D5-62D6, U+62DA, U+62EA, U+62F2, U+62F4, U+62FC-62FD, U+6303-6304, U+630A-630B, U+630D, U+6310, U+6313, U+6316, U+6318, U+631B, U+6329-632A, U+632D, U+6332, U+6335-6336, U+6339, U+633B-633C, U+6341-6344, U+6346, U+634A-634B, U+634E, U+6352-6354, U+6358-6359, U+635B, U+6365-6366, U+636C-636D, U+6371, U+6374-6375, U+6378, U+637C-637D, U+637F, U+6382, U+6384, U+6387, U+638A, U+6390, U+6394-6395, U+6399-639A, U+639E, U+63A4, U+63A6, U+63AD-63AF, U+63BD, U+63C1, U+63C5, U+63C8, U+63CE, U+63D1, U+63D3-63D5, U+63DC, U+63E0, U+63E5, U+63EA-63ED, U+63F2-63F3, U+63F5, U+63F7-63F9, U+6409-640A, U+6410, U+6412, U+6414, U+6418, U+641E, U+6420, U+6422, U+6424-6425, U+6429-642A, U+642F-6430, U+6435, U+643D, U+643F, U+644B, U+644F, U+6451-6454, U+645A-645D, U+645F-6461, U+6463, U+646D, U+6473-6474, U+6479, U+647B, U+647D, U+6485, U+6487, U+648F-6491, U+6498-6499, U+649B, U+649D, U+649F, U+64A1, U+64A3, U+64A6, U+64A8, U+64AC, U+64B3, U+64BD-64BF, U+64C4, U+64C9-64CC, U+64CE, U+64D0-64D1, U+64D5, U+64D7, U+64E4-64E5, U+64E9-64EA, U+64ED, U+64F0, U+64F5, U+64F7, U+64FB, U+64FF, U+6501, U+6504, U+6508-650A, U+650F, U+6513-6514, U+6516, U+6519, U+651B, U+651E-651F, U+6522, U+6526, U+6529, U+652E, U+6531-6532, U+653A, U+653C-653D, U+6543-6544, U+6547, U+6549, U+654E, U+6550, U+6552, U+6554, U+655F-6560, U+6567, U+656B, U+657A, U+657D, U+6581, U+6584-6585, U+658A, U+6592, U+6595, U+6598, U+659D, U+65A0, U+65A3, U+65A6, U+65AE, U+65B2-65B5, U+65B8, U+65BE-65BF, U+65C2, U+65C8-65C9, U+65CE, U+65D0, U+65D4, U+65D6, U+65D8, U+65DF, U+65E3, U+65F0, U+65F2, U+65F4-65F5, U+65F9, U+65FC, U+65FE-6600, U+6604, U+6608-6609, U+660D, U+6611-6612, U+6615-6616, U+661D-661E, U+6621-6624, U+6626, U+6629-662C, U+662E, U+6630-6631, U+6633, U+6637, U+6639-663B, U+6640, U+6645-6646, U+6648, U+664A, U+664C, U+664E, U+6651, U+6657-665C, U+6660-6661, U+6663, U+6665, U+666A-666D, U+6673, U+6675, U+6677-6679, U+667B-667C, U+667E-6680, U+668B-668D, U+6690, U+6692, U+6699-669C, U+669F-66A0, U+66A4, U+66AD, U+66B1-66B3, U+66B5, U+66BB, U+66BF-66C0, U+66C2-66C3, U+66C6, U+66C8, U+66CC, U+66CE-66CF, U+66D4, U+66DB, U+66DF, U+66E8, U+66EB-66EC, U+66EE, U+66FA, U+6701, U+6705, U+6707, U+670C, U+670E, U+6710, U+6712-6713, U+6719, U+671C, U+6720, U+6722, U+6725, U+6733, U+6735, U+673E, U+6743, U+6745, U+6747-6748, U+674C-674D, U+6754-6755, U+675D, U+6766, U+676C, U+676E, U+6774, U+6776, U+677B, U+6780-6781, U+6784, U+678E-678F, U+6791-6793, U+6796, U+6798-6799, U+679B, U+67A4, U+67B0-67B2, U+67B5, U+67BB-67BE, U+67C0, U+67C2-67C3, U+67C5, U+67C8-67C9, U+67D2, U+67D7, U+67D9, U+67DB-67DC, U+67E1, U+67E6, U+67F0, U+67F2, U+67F6-67F7, U+67F9-67FA, U+67FC, U+6805, U+6810, U+6814, U+6818-6819, U+681D, U+681F, U+6827-6828, U+682C-682D, U+682F-6831, U+6833, U+683B, U+683E-683F, U+6844-6845, U+6849-684A, U+684C, U+6855, U+6857-6858, U+685B, U+686B, U+686E-6872, U+6875, U+6879-687C, U+6882, U+6884, U+6886, U+6888, U+688E, U+6890, U+6896, U+6898-689A, U+689C, U+68A1, U+68A3, U+68A5, U+68A9-68AB, U+68AE, U+68B2, U+68B4, U+68BB, U+68C3, U+68C5, U+68C8, U+68CC, U+68CF-68D1, U+68D3, U+68D6, U+68D9, U+68DC-68DD, U+68E4-68E5, U+68E8, U+68EA-68ED, U+68F0-68F1, U+68F5-68F7, U+68FB-68FD, U+6903, U+6906-6907, U+6909-690A, U+6910-6911, U+6913, U+6916-6917, U+6931, U+6933, U+6935, U+6938, U+693B, U+6942, U+6945-6946, U+6949, U+694E, U+6957, U+695B, U+6963-6966, U+6968-6969, U+696C, U+6970-6972, U+697A-697B, U+697F-6980, U+6986, U+698D, U+6992, U+6996, U+6998, U+69A1, U+69A5-69A6, U+69A8, U+69AB, U+69AD, U+69AF-69B0, U+69B7-69B8, U+69BA, U+69BC, U+69C0, U+69C5, U+69C8, U+69CF, U+69D1, U+69D6-69D7, U+69E2-69E3, U+69E5, U+69E9-69EA, U+69EE-69EF, U+69F1, U+69F3-69F6, U+69FE, U+6A00-6A01, U+6A03, U+6A0F, U+6A11, U+6A15, U+6A1A, U+6A1D, U+6A20, U+6A24, U+6A28, U+6A30, U+6A32-6A34, U+6A37, U+6A3B, U+6A3E-6A3F, U+6A45-6A46, U+6A49-6A4A, U+6A4E, U+6A50-6A52, U+6A54-6A56, U+6A5B, U+6A64, U+6A67, U+6A6A-6A6B, U+6A71, U+6A73, U+6A7A, U+6A7E, U+6A81, U+6A83, U+6A86-6A87, U+6A89, U+6A8B, U+6A91, U+6A94, U+6A9B, U+6A9D-6A9F, U+6AA1, U+6AA5, U+6AAB, U+6AAF-6AB1, U+6AB4, U+6ABD-6ABF, U+6AC6, U+6AC8-6AC9, U+6ACC, U+6AD0, U+6AD4-6AD6, U+6ADC-6ADD, U+6AE2, U+6AE4, U+6AE7, U+6AEC, U+6AF0-6AF3, U+6AF8, U+6AFC-6AFD, U+6B02-6B03, U+6B06-6B07, U+6B09, U+6B0B, U+6B0F-6B11, U+6B17, U+6B1B, U+6B1E, U+6B24, U+6B28, U+6B2B-6B2C, U+6B2F, U+6B35-6B36, U+6B3B, U+6B3F, U+6B46, U+6B4A, U+6B4D, U+6B52, U+6B56, U+6B58, U+6B5D, U+6B60, U+6B65, U+6B67, U+6B6B-6B6C, U+6B6E, U+6B70, U+6B72, U+6B75, U+6B77, U+6B7A, U+6B7D-6B7E, U+6B81-6B82, U+6B85, U+6B97, U+6B9B, U+6B9F-6BA0, U+6BA2-6BA3, U+6BA8-6BA9, U+6BAC-6BAE, U+6BB0, U+6BB8-6BB9, U+6BBD-6BBE, U+6BC3-6BC4, U+6BC7-6BC9, U+6BCC, U+6BCF, U+6BD6-6BD7, U+6BDA, U+6BE1, U+6BE3, U+6BE6-6BE7, U+6BEE, U+6BF1, U+6BF7, U+6BF9, U+6BFF, U+6C02, U+6C04-6C05, U+6C09-6C0A, U+6C0D-6C0E, U+6C10, U+6C12, U+6C19, U+6C1F, U+6C26-6C28, U+6C2C, U+6C2E, U+6C33, U+6C35-6C36, U+6C3A-6C3B, U+6C3F, U+6C4A-6C4B, U+6C4D, U+6C4F, U+6C52, U+6C54, U+6C59, U+6C5B-6C5C, U+6C67, U+6C6B, U+6C6D, U+6C6F, U+6C74, U+6C76, U+6C78-6C79, U+6C7B, U+6C84-6C87, U+6C89, U+6C94-6C95, U+6C97-6C98, U+6C9C, U+6C9F, U+6CAA, U+6CAC-6CAD, U+6CB0, U+6CB2, U+6CB4, U+6CC2, U+6CC6, U+6CCD, U+6CCF-6CD2, U+6CD4, U+6CD6, U+6CDA, U+6CDC, U+6CE0, U+6CE7, U+6CE9, U+6CEB-6CEE, U+6CF2, U+6CF4, U+6CFB, U+6D00-6D01, U+6D04, U+6D07, U+6D0A, U+6D0E-6D0F, U+6D11, U+6D13, U+6D1A, U+6D24, U+6D26-6D28, U+6D2E-6D2F, U+6D31, U+6D34, U+6D39, U+6D3C, U+6D3F, U+6D57-6D58, U+6D5B, U+6D5E-6D61, U+6D65, U+6D67, U+6D6F-6D70, U+6D7C, U+6D80-6D82, U+6D87, U+6D89-6D8A, U+6D8D, U+6D91-6D92, U+6D94, U+6D96-6D98, U+6DAA-6DAC, U+6DAE, U+6DB4, U+6DB7, U+6DB9, U+6DBD, U+6DBF, U+6DC2, U+6DC4, U+6DC8, U+6DCA, U+6DCE-6DD0, U+6DD6, U+6DDA-6DDB, U+6DDD, U+6DDF-6DE0, U+6DE2, U+6DE5, U+6DE9, U+6DEF-6DF0, U+6DF2, U+6DF4, U+6DF6, U+6DF8, U+6DFC, U+6E00, U+6E04, U+6E17, U+6E1E, U+6E22, U+6E27, U+6E32, U+6E34, U+6E36, U+6E39, U+6E3B-6E3C, U+6E42, U+6E44-6E45, U+6E48-6E49, U+6E4B-6E4C, U+6E4F, U+6E51-6E54, U+6E57, U+6E5C-6E5E, U+6E62-6E63, U+6E68, U+6E73, U+6E7B, U+6E7D, U+6E89, U+6E8D, U+6E93, U+6E99, U+6EA0, U+6EA7, U+6EAB, U+6EAD-6EAE, U+6EB1, U+6EB3-6EB4, U+6EBB-6EBC, U+6EBF-6EC1, U+6EC3, U+6EC7-6EC8, U+6ECA, U+6ECD-6ECF, U+6ED9-6EDB, U+6EE6, U+6EEB, U+6EED-6EEE, U+6EF9, U+6EFB, U+6EFD, U+6F04, U+6F08, U+6F0A, U+6F0C-6F0D, U+6F10, U+6F16, U+6F18, U+6F1A-6F1B, U+6F25-6F26, U+6F29-6F2A, U+6F2D, U+6F2F-6F30, U+6F33, U+6F35-6F36, U+6F3B-6F3C, U+6F4F, U+6F51-6F53, U+6F57, U+6F59-6F5A, U+6F5D-6F5E, U+6F60-6F62, U+6F68, U+6F6C, U+6F7D-6F7E, U+6F83, U+6F87-6F88, U+6F8B-6F8D, U+6F90, U+6F92-6F94, U+6F96, U+6F98, U+6F9A, U+6F9D, U+6F9F-6FA0, U+6FA5-6FA8, U+6FAE-6FB0, U+6FB5-6FB7, U+6FBC, U+6FBE, U+6FC5, U+6FC7-6FCA, U+6FDA, U+6FDE, U+6FE8-6FE9, U+6FF0, U+6FF9, U+6FFC-6FFD, U+7000, U+7005-7007, U+700A, U+700D, U+7017, U+7020, U+7023, U+702F, U+7034, U+7037, U+7039-703A, U+703C, U+7043-7044, U+7047-704B, U+704E, U+7054-7055, U+705D-705E, U+7064-7065, U+7069, U+706C, U+706E, U+7075-7076, U+707E, U+7081, U+7085-7086, U+7094-7098, U+709B, U+709F, U+70A4, U+70AB, U+70B0-70B1, U+70B4, U+70B7, U+70BB, U+70CA, U+70D1, U+70D3-70D6, U+70D8, U+70DC, U+70E4, U+70EC, U+70FA, U+7103-7108, U+710B-710C, U+710F, U+711E, U+7120, U+712B, U+712D-7131, U+7138, U+7141, U+7145-7147, U+714A-714B, U+7150-7153, U+7157, U+715A, U+715C, U+715E, U+7160, U+7168, U+7179, U+7180, U+7185, U+7187, U+718C, U+7192, U+7196, U+719A-719B, U+71A0, U+71A2, U+71AE-71B0, U+71B2-71B3, U+71BA, U+71BF-71C1, U+71C4, U+71CB-71CC, U+71D3, U+71D6, U+71D9-71DA, U+71DC, U+71F4, U+71F8, U+71FE, U+7200, U+7207-7209, U+7213, U+7215, U+7217, U+721A, U+721D, U+721F, U+7224, U+722B, U+722F, U+7234, U+7238-7239, U+7241-7243, U+7245, U+724E-7250, U+7253, U+7255-7257, U+725A, U+725C, U+725E, U+7260, U+7263, U+7268, U+726B, U+726E-726F, U+7271, U+7277-7278, U+727B-727C, U+727F, U+7284, U+7289, U+728D-728E, U+7293, U+729B, U+72A8, U+72AD-72AE, U+72B0-72B1, U+72B4, U+72BE, U+72C0-72C1, U+72C7, U+72C9, U+72CC, U+72D5-72D6, U+72D8, U+72DF, U+72E5, U+72F3-72F4, U+72FA-72FB, U+72FE, U+7302, U+7304-7305, U+7307, U+730B, U+730D, U+7312-7313, U+7318-7319, U+731E, U+7322, U+7324, U+7327-7328, U+732C, U+7331-7333, U+7335, U+7339-733B, U+733D, U+7343, U+734D, U+7350, U+7352, U+7356, U+7358, U+735D-7360, U+7366-7367, U+7369, U+736B-736C, U+736E-736F, U+7371, U+7377, U+7379, U+737C, U+7380-7381, U+7383, U+7385-7386, U+738A, U+738E, U+7390, U+7393-7395, U+7397-7398, U+739C, U+739E-73A0, U+73A2, U+73A5-73A6, U+73A8, U+73AA-73AB, U+73AD, U+73B5, U+73B7, U+73B9-73BA, U+73BC-73BD, U+73BF, U+73C5-73C6, U+73C9, U+73CB-73CC, U+73CF, U+73D2-73D3, U+73D6, U+73D9, U+73DD, U+73E1, U+73E3-73E4, U+73E6-73E7, U+73E9, U+73F4-73F5, U+73F7, U+73F9-73FB, U+73FD, U+73FF-7401, U+7404, U+7407, U+740A, U+7411, U+7413, U+741A-741B, U+7421, U+7424, U+7426, U+7428-7431, U+7439, U+7440, U+7443-7444, U+7446-7447, U+744B, U+744D, U+7451-7453, U+7457, U+745D, U+7462, U+7466-7468, U+746B, U+746D-746E, U+7471-7472, U+7480-7481, U+7485-7489, U+748F-7492, U+7497-749A, U+749C, U+749F-74A1, U+74A3, U+74A5-74A6, U+74A8-74AB, U+74AE-74AF, U+74B1-74B2, U+74B5, U+74B9-74BB, U+74BF, U+74C8-74C9, U+74CC, U+74D0, U+74D3, U+74D6, U+74D8, U+74DA-74DB, U+74DE-74DF, U+74E4, U+74E8, U+74EA-74EB, U+74EF, U+74F4, U+74FA-74FC, U+74FF, U+7501, U+7506, U+7512, U+7516-7517, U+7520-7522, U+7524, U+7527, U+7529-752A, U+752F, U+7536, U+7539, U+753D-7540, U+7543, U+7547-7548, U+754E, U+7550, U+7552, U+7557, U+755E-755F, U+7561, U+756C, U+756F, U+7571-7572, U+7575, U+7579-757E, U+7581, U+7585, U+758C, U+7590, U+7592-7593, U+7595, U+7599, U+759C, U+75A2, U+75A4, U+75B0, U+75B4, U+75B7, U+75BA, U+75BF-75C1, U+75C4, U+75C6, U+75CC, U+75CE-75CF, U+75D3, U+75D7, U+75DC-75DD, U+75DF-75E1, U+75E4, U+75E7, U+75EC, U+75EE-75EF, U+75F1, U+75F9, U+7600, U+7602-7604, U+7607-7608, U+760A, U+760C, U+760F, U+7612-7613, U+7615-7616, U+7618-7619, U+761B-761E, U+7623, U+7625-7626, U+7628-7629, U+762D, U+7632-7633, U+7635, U+7638-763A, U+763C, U+7640-7641, U+7643-7645, U+7649-764B, U+764E, U+7655, U+7659, U+765F, U+7664-7665, U+766D-766F, U+7671, U+7674, U+7681-7682, U+7685, U+768C-768D, U+7695, U+769B-76A8, U+76AA, U+76AD, U+76AF, U+76B6, U+76BD, U+76C1, U+76C5, U+76C9, U+76CB-76CC, U+76CE, U+76D4, U+76D9, U+76E0, U+76E6, U+76E8, U+76EB-76EC, U+76F0-76F1, U+76F6, U+76F9, U+76FC, U+7700, U+7706, U+770A, U+770E, U+7712, U+7714-7715, U+7717, U+7719-771A, U+771C, U+7722, U+7728, U+772D-772F, U+7734-7736, U+7739, U+773D-773E, U+7742, U+7745-7746, U+774A, U+774D-774F, U+7752, U+7756-7758, U+775C, U+775E-7760, U+7762, U+7764, U+7767, U+776A, U+776C, U+7770, U+7772-7774, U+777A, U+777C-777D, U+7780, U+7784, U+778C-778D, U+7794-7796, U+779A, U+779F, U+77A2, U+77A4, U+77A7, U+77A9-77AA, U+77AE-77AF, U+77B1, U+77B5, U+77B7, U+77BE, U+77C3, U+77C9, U+77D1-77D2, U+77D5, U+77D9, U+77DE-77E0, U+77E4, U+77E6, U+77EA, U+77EC, U+77F0-77F1, U+77F4, U+77F8, U+77FB, U+7805-7806, U+7809, U+780D-780E, U+7811, U+7819, U+781D, U+7821-7823, U+782C-782E, U+7830, U+7835, U+7837, U+7843-7844, U+7847-7848, U+784C, U+784E-784F, U+7851-7852, U+785C, U+785E, U+7860-7861, U+7863-7864, U+7868, U+786A, U+786E, U+787A, U+787E, U+788A, U+788F, U+7894, U+7898, U+789D-789F, U+78A1, U+78A4, U+78A8, U+78AC-78AD, U+78B0-78B3, U+78BB, U+78BD, U+78BF, U+78C7-78C9, U+78CC, U+78CE, U+78D2-78D3, U+78D5-78D6, U+78DB, U+78DF-78E1, U+78E4, U+78E6, U+78EA, U+78F2-78F3, U+78F6-78F7, U+78F9-78FB, U+78FE-7900, U+7906, U+790C, U+7910, U+791A-791C, U+791E-7920, U+7925, U+7927-7929, U+792D-792E, U+7930-7931, U+7934-7935, U+793B, U+793D, U+793F, U+7942, U+7944-7946, U+794A-794B, U+794F, U+7951, U+7954, U+7958, U+795B-795C, U+7967, U+7969, U+796B, U+7972, U+7979, U+797B-797C, U+797E, U+798B-798C, U+7991, U+7993-7996, U+7998, U+799B-799C, U+79A1, U+79A8-79A9, U+79AB, U+79AF, U+79B4, U+79B8, U+79BB, U+79C2, U+79C4, U+79C7-79C8, U+79CA, U+79CC-79CD, U+79CF, U+79D4, U+79D6, U+79DA, U+79DD-79DE, U+79E0, U+79E2, U+79E5, U+79EA-79EB, U+79ED, U+79F1, U+79F8, U+79FC, U+7A02-7A03, U+7A05, U+7A07, U+7A09-7A0A, U+7A0C, U+7A11, U+7A15, U+7A1B, U+7A1E, U+7A21, U+7A27, U+7A2B, U+7A2D, U+7A2F-7A30, U+7A34-7A35, U+7A38-7A3A, U+7A44-7A45, U+7A47-7A48, U+7A4C, U+7A55-7A56, U+7A59, U+7A5C-7A5D, U+7A5F-7A60, U+7A65, U+7A67, U+7A6A, U+7A6D, U+7A75, U+7A78, U+7A7E, U+7A80, U+7A82, U+7A85-7A86, U+7A8A-7A8B, U+7A90-7A91, U+7A94, U+7A9E, U+7AA0, U+7AA3, U+7AAC, U+7AB3, U+7AB5, U+7AB9, U+7ABB-7ABE, U+7AC6, U+7AC9, U+7ACC, U+7ACE, U+7AD1, U+7ADB, U+7AE7-7AE9, U+7AEB-7AEC, U+7AF1, U+7AF4, U+7AFB, U+7AFD-7AFE, U+7B07, U+7B12, U+7B14, U+7B1F, U+7B23, U+7B27, U+7B29-7B2B, U+7B2D-7B31, U+7B34, U+7B3B, U+7B3D, U+7B3F-7B41, U+7B47, U+7B4E, U+7B53, U+7B55, U+7B60, U+7B64, U+7B66, U+7B69-7B6A, U+7B6D, U+7B6F, U+7B72-7B73, U+7B77, U+7B79, U+7B7F, U+7B84, U+7B89, U+7B8E, U+7B90-7B91, U+7B96, U+7B9B, U+7B9E, U+7BA0, U+7BA5, U+7BAC, U+7BAF-7BB0, U+7BB2, U+7BB5-7BB6, U+7BBA-7BBD, U+7BC2, U+7BC5, U+7BC8, U+7BCA, U+7BD4, U+7BD6-7BD7, U+7BD9-7BDB, U+7BE8, U+7BEA, U+7BF0, U+7BF2, U+7BF4-7BF5, U+7BF8-7BFA, U+7BFC, U+7BFE, U+7C01-7C04, U+7C06, U+7C09, U+7C0B-7C0C, U+7C0E-7C0F, U+7C19, U+7C1B, U+7C1E, U+7C20, U+7C25-7C26, U+7C28, U+7C2C, U+7C2F, U+7C31, U+7C33-7C34, U+7C36, U+7C39-7C3A, U+7C42, U+7C45-7C46, U+7C4A, U+7C51-7C53, U+7C55, U+7C57, U+7C59-7C5E, U+7C61, U+7C63, U+7C67, U+7C69, U+7C6D-7C70, U+7C72, U+7C79, U+7C7B-7C7D, U+7C86-7C87, U+7C8F, U+7C94, U+7C9E, U+7CA0, U+7CA6, U+7CB0, U+7CB6-7CB7, U+7CBA-7CBC, U+7CBF, U+7CC4, U+7CC7-7CC9, U+7CCD, U+7CCF, U+7CD3-7CD5, U+7CD7, U+7CD9-7CDA, U+7CDD, U+7CE6, U+7CE9, U+7CEB, U+7CF5, U+7CF9, U+7D03, U+7D07-7D09, U+7D0F, U+7D11-7D13, U+7D16, U+7D1D-7D1E, U+7D23, U+7D26, U+7D2A, U+7D2D, U+7D31, U+7D3C-7D3E, U+7D40-7D41, U+7D47-7D48, U+7D4D, U+7D51, U+7D53, U+7D55, U+7D57, U+7D59-7D5A, U+7D5C-7D5D, U+7D65, U+7D67, U+7D6A, U+7D70, U+7D78, U+7D7A-7D7B, U+7D7F, U+7D81-7D83, U+7D85-7D86, U+7D88, U+7D8B-7D8D, U+7D91, U+7D96-7D97, U+7D9D-7D9E, U+7DA0, U+7DA6-7DA7, U+7DAA, U+7DB3, U+7DB6-7DB7, U+7DB9, U+7DC0, U+7DC2-7DC6, U+7DCC-7DCE, U+7DD0, U+7DD6-7DD7, U+7DD9, U+7DE2-7DE3, U+7DE5-7DE6, U+7DEA-7DEB, U+7DED, U+7DF1, U+7DF5-7DF6, U+7DF9-7DFA, U+7E00, U+7E08, U+7E10-7E11, U+7E15, U+7E17, U+7E1C-7E1D, U+7E20, U+7E27-7E28, U+7E2C-7E2D, U+7E2F, U+7E33, U+7E36, U+7E3F, U+7E44-7E45, U+7E47-7E48, U+7E4E, U+7E50, U+7E52, U+7E58, U+7E5F, U+7E61-7E62, U+7E65, U+7E6E-7E6F, U+7E73, U+7E75, U+7E78, U+7E7E, U+7E81, U+7E86-7E87, U+7E8A, U+7E8D, U+7E91, U+7E95, U+7E98, U+7E9A, U+7E9D-7E9F, U+7F3B-7F3F, U+7F43-7F44, U+7F47, U+7F4F, U+7F52-7F53, U+7F5B-7F5D, U+7F61, U+7F63-7F66, U+7F6D, U+7F71, U+7F7D-7F80, U+7F8B, U+7F8D, U+7F8F-7F91, U+7F96-7F97, U+7F9C, U+7FA1-7FA2, U+7FA6, U+7FAA, U+7FAD, U+7FB4, U+7FBC, U+7FBF-7FC0, U+7FC3, U+7FC8, U+7FCE-7FCF, U+7FDB, U+7FDF, U+7FE3, U+7FE5, U+7FE8, U+7FEC, U+7FEE-7FEF, U+7FF2, U+7FFA, U+7FFD-7FFF, U+8002, U+8007-8008, U+800A, U+800D-800F, U+8011, U+8013-8014, U+8016, U+801D-8020, U+8024, U+8026, U+802C, U+802E, U+8030, U+8034-8035, U+8037, U+8039-803A, U+803C, U+803E, U+8040, U+8043-8044, U+8060, U+8064, U+8066, U+806D, U+8071, U+8075, U+807B, U+8080-8081, U+8088, U+808E, U+8099, U+809C, U+809E, U+80A4, U+80A6-80A7, U+80AB, U+80B8-80B9, U+80C5, U+80C8, U+80CA, U+80CD, U+80CF, U+80D2, U+80D4-80D5, U+80D7-80D8, U+80E0, U+80E6, U+80ED-80EE, U+80F0, U+80F2-80F3, U+80F5-80F7, U+80F9-80FB, U+80FE, U+8101, U+8103, U+810B, U+810D, U+8116-8118, U+811C, U+811E, U+8120, U+8124, U+8127, U+812B-812C, U+8130, U+8135, U+813A, U+813C-813D, U+8141, U+8145, U+8147, U+814A, U+814C, U+8152, U+8157, U+8160-8161, U+8167-8169, U+816D, U+816F, U+8173, U+8177, U+8181, U+8184-8186, U+818B, U+818E, U+8190, U+8196, U+8198, U+819B, U+819E, U+81A2, U+81AE, U+81B2, U+81B4, U+81BB, U+81C1, U+81C3, U+81C5, U+81CA-81CB, U+81CE-81CF, U+81D5-81D7, U+81DB, U+81DD-81DE, U+81E1, U+81E4, U+81EB-81EC, U+81EF-81F2, U+81F5-81F6, U+81F8-81F9, U+81FD, U+81FF-8200, U+8203-8204, U+820B, U+820F, U+8213-8214, U+8219-821A, U+821D, U+8221-8222, U+8228, U+8232, U+8234, U+823A, U+823C, U+8243-8246, U+8249, U+824B, U+824E-824F, U+8251, U+8256-8257, U+825C, U+8260, U+8263, U+8267, U+826D, U+8274, U+8279, U+827B, U+827D, U+827F-8281, U+8283-8284, U+8287, U+8289-828A, U+828E, U+8291, U+8293-8294, U+8296, U+8298, U+829A-829B, U+82A0-82A1, U+82A3-82A4, U+82A7-82AA, U+82AE, U+82B0, U+82B2, U+82B4, U+82B7, U+82BA, U+82BC, U+82BE-82BF, U+82C6, U+82D0, U+82D5, U+82DA, U+82E0, U+82E2, U+82E4, U+82E8, U+82EA, U+82ED, U+82EF, U+82F6-82F7, U+82FD-82FE, U+8300-8301, U+8307-8308, U+830A-830C, U+831B, U+831D-831F, U+8321-8322, U+832C-832E, U+8330, U+8333, U+8337, U+833A, U+833C-833D, U+8342-8344, U+8346-8347, U+834D-834E, U+8351, U+8353-8357, U+835A, U+8362-8363, U+8370, U+8378, U+837D, U+837F-8380, U+8382, U+8384, U+8386, U+838D, U+8392, U+8394-8395, U+8398-8399, U+839B-839D, U+83A6-83A7, U+83A9, U+83AC-83AD, U+83BE-83C0, U+83C7, U+83C9, U+83CF-83D1, U+83D4, U+83DD, U+83E1, U+83E5, U+83E8, U+83EA, U+83F6, U+83F8-83F9, U+83FC, U+8401, U+8406, U+840A, U+840F, U+8411, U+8415, U+8417, U+8419, U+842F, U+8439, U+8445, U+8447-8448, U+844A, U+844D, U+844F, U+8451-8452, U+8456, U+8458-845A, U+845C, U+845F-8460, U+8464-8465, U+8467, U+846A, U+8470, U+8473-8474, U+8476, U+8478, U+847C-847D, U+8481, U+8485, U+8492-8493, U+8495, U+8497, U+849E, U+84A6, U+84A8-84AA, U+84AF, U+84B1, U+84B4, U+84BA, U+84BD-84BE, U+84C0, U+84C2, U+84C7-84C8, U+84CC, U+84CE-84CF, U+84D3, U+84DC, U+84E7, U+84EA, U+84EF-84F2, U+84F7, U+84FA-84FB, U+84FD, U+8502-8503, U+8507, U+850C, U+850E, U+8510, U+851B-851C, U+851E, U+8522-8525, U+8527, U+852A-852B, U+852F, U+8532-8534, U+8536, U+853E-853F, U+8546, U+854F-8553, U+8556, U+8559, U+855C-8562, U+8564, U+856B, U+856F, U+8579-857B, U+857D, U+857F, U+8581, U+8585-8586, U+8589, U+858B-858C, U+858F, U+8593, U+8598, U+859D, U+859F-85A0, U+85A2, U+85A5, U+85A7, U+85AD, U+85B0, U+85B4, U+85B6-85B8, U+85BC-85BF, U+85C2, U+85C7, U+85CA-85CB, U+85CE, U+85D8-85DA, U+85DF-85E1, U+85E6, U+85E8, U+85ED, U+85F3-85F4, U+85F6, U+85FC, U+85FF-8600, U+8604-8605, U+860D-860E, U+8610-8612, U+8618-8619, U+861B, U+861E, U+8621, U+8624, U+8627, U+8629, U+8636, U+8638-863A, U+863C-863D, U+8640-8642, U+8646, U+8652-8653, U+8656-8659, U+865B, U+865D, U+8660-8664, U+8669, U+866C, U+866F, U+8675-8677, U+867A, U+867D, U+8687-8689, U+868D, U+8691, U+8696, U+8698, U+869A, U+869C-869D, U+86A1, U+86A6-86A8, U+86AD, U+86B1, U+86B3-86B5, U+86B7-86B9, U+86BF-86C1, U+86C3, U+86C5, U+86D1-86D2, U+86D5, U+86D7, U+86DA, U+86DC, U+86E0, U+86E3, U+86E5-86E7, U+86FA, U+86FC-86FD, U+8704-8705, U+8707, U+870B, U+870E-8710, U+8713-8714, U+8719, U+871E-871F, U+8721-8723, U+8728, U+872E-872F, U+8731-8732, U+8739-873A, U+873C-873E, U+8740, U+8743, U+8745, U+874D, U+8751, U+8758, U+875D, U+8761, U+8764-8765, U+876F, U+8771-8772, U+877B-877C, U+8783-8789, U+878B-878C, U+878E, U+8790, U+8793, U+8795, U+8797-8799, U+879E, U+87A0, U+87A3, U+87A7, U+87AC-87AE, U+87B1, U+87B5, U+87BE-87BF, U+87C1, U+87C8-87CA, U+87CE, U+87D5-87D6, U+87D9-87DA, U+87DC, U+87DF, U+87E2-87E6, U+87EA-87ED, U+87F1, U+87F3, U+87F5, U+87F8, U+87FA, U+87FF, U+8801, U+8803, U+8806-8807, U+8809-880B, U+8810, U+8812-8814, U+8818-881C, U+881E-881F, U+8828, U+882D-882E, U+8830, U+8832, U+8835, U+883A, U+883C, U+8841, U+8843, U+8845, U+8848-884B, U+884E, U+8851, U+8855-8856, U+8858, U+885A, U+885C, U+885F-8860, U+8864, U+8869, U+886E-886F, U+8871, U+8879, U+887B, U+8880, U+8898, U+889A-889C, U+889F-88A0, U+88A8, U+88AA, U+88BA, U+88BC-88BE, U+88C0, U+88C6, U+88CA-88CE, U+88D1-88D3, U+88DB, U+88DE, U+88E0, U+88E7, U+88EF-88F1, U+88F5, U+88F7, U+8901, U+8906, U+890D-890F, U+8915-8916, U+8918-891A, U+891C, U+8920, U+8926-8928, U+8930-8932, U+8935, U+8937, U+8939-893A, U+893E, U+8940, U+8942, U+8945-8946, U+8949, U+894F, U+8952, U+8957, U+895A-895C, U+8961-8963, U+896B, U+896E, U+8970, U+8973, U+8975, U+897A-897D, U+8980, U+8989, U+898D, U+8990, U+8994-8995, U+899B-899C, U+899F-89A0, U+89A5, U+89B0, U+89B4-89B7, U+89BC, U+89C1, U+89D4-89D8, U+89E5, U+89E9, U+89EB, U+89ED, U+89F1, U+89F3, U+89F6, U+89F9, U+89FD, U+89FF, U+8A01, U+8A04-8A05, U+8A07, U+8A0F, U+8A11-8A12, U+8A14-8A15, U+8A1E, U+8A20-8A22, U+8A24, U+8A26, U+8A2B-8A2C, U+8A2F, U+8A35, U+8A37, U+8A3D-8A3E, U+8A40, U+8A43, U+8A45, U+8A47, U+8A49, U+8A4D-8A4E, U+8A53, U+8A56-8A58, U+8A5C-8A5D, U+8A61, U+8A65, U+8A67, U+8A75-8A77, U+8A79-8A7B, U+8A7E-8A80, U+8A83, U+8A86, U+8A8B, U+8A8F-8A90, U+8A92, U+8A96-8A97, U+8A99, U+8A9F, U+8AA7, U+8AA9-8AAA, U+8AAE-8AAF, U+8AB3, U+8AB6-8AB7, U+8ABB, U+8ABE, U+8AC3, U+8AC6, U+8AC8-8ACA, U+8AD0-8AD1, U+8AD3-8AD5, U+8AD7, U+8ADD, U+8ADF, U+8AEC, U+8AF0, U+8AF4-8AF6, U+8AFC, U+8AFF, U+8B05-8B06, U+8B0A-8B0B, U+8B0D, U+8B0F, U+8B11, U+8B1C, U+8B1E-8B1F, U+8B2D, U+8B30, U+8B37, U+8B3C, U+8B42-8B46, U+8B48, U+8B4D, U+8B51-8B54, U+8B59, U+8B5E, U+8B63, U+8B69, U+8B6D, U+8B76, U+8B78-8B79, U+8B7C, U+8B7E-8B7F, U+8B81, U+8B84-8B85, U+8B8B, U+8B8D, U+8B8F, U+8B94-8B95, U+8B9C-8BA0, U+8C38-8C39, U+8C3D-8C3E, U+8C45, U+8C47, U+8C49, U+8C4B, U+8C4F, U+8C51, U+8C53-8C54, U+8C57-8C59, U+8C5B, U+8C5D, U+8C63-8C64, U+8C66, U+8C68-8C69, U+8C6D, U+8C73, U+8C75-8C76, U+8C7B, U+8C7E, U+8C86-8C87, U+8C8B, U+8C90, U+8C92-8C93, U+8C99, U+8C9B-8C9C, U+8C9F, U+8CA4, U+8CB9-8CBA, U+8CC5-8CC6, U+8CC9, U+8CCB, U+8CCF, U+8CD2, U+8CD5-8CD6, U+8CD9, U+8CDD, U+8CE1, U+8CE8, U+8CEC, U+8CEF-8CF2, U+8CF4-8CF5, U+8CF7-8CF8, U+8CFE-8CFF, U+8D01, U+8D03, U+8D09, U+8D0E, U+8D12, U+8D17, U+8D1B-8D1D, U+8D65, U+8D69, U+8D6C, U+8D6E, U+8D76, U+8D7F, U+8D82, U+8D84, U+8D88, U+8D8D, U+8D90-8D91, U+8D95, U+8D9E-8DA0, U+8DA6, U+8DAB-8DAC, U+8DAF, U+8DB2, U+8DB5, U+8DB7, U+8DB9, U+8DBB-8DBC, U+8DC0, U+8DC5-8DC8, U+8DCA, U+8DCE, U+8DD1, U+8DD4-8DD5, U+8DD7, U+8DD9, U+8DE4-8DE5, U+8DE7, U+8DEC, U+8DF0-8DF2, U+8DF4, U+8DFD, U+8E01, U+8E04-8E06, U+8E0B-8E0C, U+8E11, U+8E14, U+8E16, U+8E20-8E23, U+8E26-8E27, U+8E31, U+8E33, U+8E36-8E39, U+8E3D, U+8E40-8E41, U+8E4B, U+8E4D-8E4F, U+8E54, U+8E5B-8E5E, U+8E61-8E62, U+8E69, U+8E6C-8E6D, U+8E6F-8E71, U+8E75, U+8E77, U+8E79-8E7B, U+8E82-8E83, U+8E89, U+8E90, U+8E92, U+8E95, U+8E98, U+8E9A-8E9B, U+8E9D-8E9E, U+8EA2, U+8EA7, U+8EA9, U+8EAD-8EAE, U+8EB3, U+8EB5-8EB6, U+8EBA-8EBB, U+8EC0-8EC1, U+8EC3-8EC4, U+8EC7, U+8ECF, U+8ED1, U+8ED4, U+8EDC, U+8EE8, U+8EED-8EEE, U+8EF0-8EF1, U+8EF7, U+8EF9-8EFA, U+8F00, U+8F02, U+8F07-8F08, U+8F0F-8F10, U+8F16-8F18, U+8F1E, U+8F20-8F21, U+8F23, U+8F25, U+8F27-8F28, U+8F2B-8F2E, U+8F34-8F37, U+8F3A, U+8F40-8F41, U+8F43, U+8F47, U+8F4A, U+8F4F, U+8F51-8F55, U+8F58, U+8F5D-8F5E, U+8F65-8F66, U+8F9D, U+8FA0-8FA2, U+8FA4-8FA6, U+8FB4-8FB6, U+8FB8, U+8FBE, U+8FC0-8FC1, U+8FC6, U+8FC8, U+8FCA-8FCB, U+8FCD, U+8FD0, U+8FD2-8FD3, U+8FD5, U+8FE0, U+8FE3-8FE4, U+8FE8, U+8FEE, U+8FF1, U+8FF5-8FF6, U+8FFB, U+8FFE, U+9002, U+9004, U+9008, U+900C, U+9018, U+901B, U+9028-902A, U+902C-902D, U+902F, U+9033-9034, U+9037, U+903F, U+9043-9044, U+904C, U+905B, U+905D, U+9062, U+9066-9067, U+906C, U+9070, U+9074, U+9079, U+9085, U+9088, U+908B-908C, U+908E, U+9090, U+9095, U+9097-9099, U+909B, U+90A0-90A2, U+90A5, U+90B0, U+90B2-90B4, U+90B6, U+90BD-90BE, U+90C3-90C5, U+90C7-90C9, U+90CC, U+90D2, U+90D5, U+90D7-90D9, U+90DC-90DF, U+90E5, U+90EB, U+90EF-90F0, U+90F2, U+90F4, U+90F6, U+90FE-9100, U+9104-9106, U+9108, U+910D, U+9110, U+9114-9118, U+911A, U+911C, U+911E, U+9120, U+9122-9123, U+9125, U+9127, U+9129, U+912E-912F, U+9131, U+9134, U+9136-9137, U+9139-913A, U+913C-913D, U+9143, U+9146-9148, U+914F, U+9153, U+9157, U+9159-915B, U+9161, U+9164, U+9167, U+916D, U+9174, U+9179-917B, U+9181, U+9183, U+9185-9186, U+918A, U+918E, U+9191, U+9193-9195, U+9198, U+919E, U+91A1, U+91A6, U+91A8, U+91AC-91AE, U+91B0-91B3, U+91B6, U+91BB-91BD, U+91BF, U+91C2-91C5, U+91D3-91D4, U+91D7, U+91D9-91DA, U+91DE, U+91E4-91E5, U+91E9-91EA, U+91EC-91F1, U+91F7, U+91F9, U+91FB, U+91FD, U+9200-9201, U+9204-9207, U+9209-920A, U+920C, U+9210, U+9212-9213, U+9216-9218, U+921C-921D, U+9223-9226, U+9228, U+922E-9230, U+9233, U+9235-9236, U+9238-923A, U+923C, U+923E, U+9240, U+9242-9243, U+9246-9247, U+924A, U+924D-924F, U+9251, U+9256, U+9258-9259, U+925C-925D, U+9260-9261, U+9265, U+9267-9269, U+926E-9270, U+9275-9279, U+927B-927D, U+927F, U+9288-928A, U+928D-928E, U+9292, U+9297, U+9299, U+929F-92A0, U+92A4-92A5, U+92A7-92A8, U+92AB, U+92AF, U+92B2-92B3, U+92B6, U+92B8, U+92BA-92BD, U+92BF-92C3, U+92C5-92C8, U+92CB-92CE, U+92D0, U+92D3, U+92D5, U+92D7-92D9, U+92DC-92DD, U+92DF-92E1, U+92E3, U+92E5, U+92E7-92E8, U+92EC, U+92EE, U+92F0, U+92F7, U+92F9, U+92FB, U+92FF-9300, U+9302, U+9304, U+9308, U+930D, U+9311, U+9314-9315, U+931C-931F, U+9321, U+9324-9325, U+9327, U+9329-932A, U+9333-9334, U+9336-9337, U+9347-934A, U+9350-9352, U+9355, U+9357-9358, U+935A, U+935E, U+9364-9365, U+9367, U+9369-936B, U+936D, U+936F-9371, U+9373-9374, U+9376, U+937A, U+937D, U+937F-9382, U+9388, U+938A-938B, U+938D, U+938F, U+9392, U+9395, U+9398, U+939B, U+939E, U+93A1, U+93A3-93A4, U+93A6, U+93A8-93A9, U+93AB, U+93B4-93B6, U+93BA-93BB, U+93C1, U+93C4-93C7, U+93C9-93CD, U+93D3, U+93D9, U+93DC, U+93DE-93DF, U+93E2, U+93E6-93E7, U+93F1, U+93F5, U+93F7-93FB, U+93FD, U+9401-9402, U+9404, U+9408-9409, U+940D-940F, U+9415-9417, U+941F, U+942E-942F, U+9431-9434, U+943B, U+943D, U+943F, U+9443, U+9445, U+9448, U+944A, U+944C, U+9455, U+9459, U+945C, U+945F, U+9461, U+9463, U+9468, U+946B, U+946D-946F, U+9471-9472, U+9483-9485, U+9578-9579, U+957E-957F, U+9584, U+9586, U+9588, U+958C-958E, U+9592, U+959D-959F, U+95A1, U+95A6, U+95A9, U+95AB-95AC, U+95B1, U+95B4, U+95B6, U+95BA, U+95BD, U+95BF, U+95C6, U+95C8-95C9, U+95CB, U+95D0-95D3, U+95D9-95DA, U+95DD-95E0, U+95E4, U+95E6, U+95E8, U+961D-961E, U+9622, U+9624-9626, U+962C, U+9631, U+9633-9634, U+9637-963A, U+963C-963D, U+9641, U+9652, U+9654, U+9656-9658, U+9661, U+966E, U+9674, U+967B-967C, U+967E-967F, U+9681-9684, U+9689, U+9691, U+9696, U+969A, U+969D, U+969F, U+96A4-96A6, U+96A9, U+96AE-96AF, U+96B3, U+96BA, U+96BD, U+96CA, U+96D2, U+96D8, U+96DA, U+96DD-96DF, U+96E9, U+96EF, U+96F1, U+96FA, U+9702-9703, U+9705, U+9709, U+9714, U+971A-971B, U+971D, U+9721-9723, U+9728, U+9731, U+9733, U+9736, U+973B, U+9741, U+9743, U+9747, U+974A, U+974D-974F, U+9751, U+9755, U+9757-9758, U+975A-975B, U+9763, U+9767, U+976A, U+976E, U+9773, U+9776-9778, U+977B, U+977D, U+977F-9780, U+9789, U+9795-9797, U+9799-979A, U+979E-979F, U+97A2, U+97AC, U+97AE, U+97B1-97B2, U+97B5-97B6, U+97B8-97BA, U+97BC, U+97BE-97BF, U+97C1, U+97C4-97C5, U+97C7, U+97C9-97CA, U+97CC-97CE, U+97D0-97D1, U+97D4, U+97D7-97D9, U+97DB, U+97DD-97DE, U+97E0-97E1, U+97E4, U+97E6, U+97EF, U+97F1, U+97F4, U+97F7-97F8, U+97FA, U+9804, U+9807, U+980A, U+980D-980E, U+9814, U+9816, U+9819, U+981C, U+981E, U+9820, U+9823, U+9825-9826, U+982B, U+982E-9830, U+9832-9833, U+9835, U+9839, U+983E, U+9844, U+9847, U+984A, U+9851-9853, U+9856-9857, U+9859-985A, U+9862-9863, U+9865-9866, U+986A, U+986C, U+9875, U+98AB, U+98AD-98AE, U+98B0, U+98B4, U+98B7-98B8, U+98BA-98BC, U+98BF, U+98C2, U+98C5, U+98C7-98C8, U+98CB-98CC, U+98CE, U+98DE, U+98E0-98E1, U+98E3, U+98E5-98E7, U+98EA, U+98F0-98F1, U+98F3, U+98F6, U+9902, U+9907-9908, U+9911, U+9915-9917, U+991A-991C, U+991F, U+9922, U+9926-9927, U+992B, U+9931-9935, U+9939-993C, U+9940-9941, U+9946-9948, U+994D-994E, U+9954, U+9958-9959, U+995B-995C, U+995E-9960, U+9963, U+999B, U+999D-999F, U+99A3, U+99A6, U+99B0-99B2, U+99B5, U+99B9-99BA, U+99BD, U+99BF, U+99C3, U+99C9, U+99D3-99D4, U+99D9-99DA, U+99DC, U+99DE, U+99E1, U+99E7, U+99EA-99EC, U+99F0, U+99F4-99F5, U+99F9, U+99FC-99FE, U+9A02-9A04, U+9A08, U+9A0A-9A0C, U+9A10-9A11, U+9A16, U+9A1A, U+9A1E, U+9A20, U+9A22-9A24, U+9A27, U+9A2D-9A2E, U+9A31, U+9A33, U+9A35-9A36, U+9A38, U+9A41, U+9A44, U+9A47, U+9A4A-9A4C, U+9A4E, U+9A51-9A52, U+9A54, U+9A56, U+9A58, U+9A5D, U+9A6C, U+9AAA, U+9AAC, U+9AAE-9AAF, U+9AB2, U+9AB4-9AB7, U+9AB9, U+9ABB, U+9ABD-9ABF, U+9AC1, U+9AC3, U+9AC6, U+9AC8, U+9ACE, U+9AD0, U+9AD2, U+9AD5-9AD7, U+9ADB-9ADC, U+9AE0, U+9AE4-9AE5, U+9AE7, U+9AE9, U+9AEC, U+9AF2-9AF3, U+9AF5, U+9AF9-9AFA, U+9AFD, U+9AFF-9B05, U+9B08-9B09, U+9B0B-9B0E, U+9B10, U+9B12, U+9B16, U+9B19, U+9B1B-9B1D, U+9B20, U+9B26, U+9B2B-9B2D, U+9B33-9B35, U+9B37, U+9B39-9B3A, U+9B3D, U+9B48, U+9B4B-9B4C, U+9B55-9B57, U+9B5B, U+9B5E, U+9B61, U+9B63, U+9B65-9B66, U+9B68, U+9B6A-9B6E, U+9B72-9B73, U+9B75-9B79, U+9B7F-9B80, U+9B84-9B87, U+9B89-9B8B, U+9B8D, U+9B8F-9B90, U+9B94, U+9B9A, U+9B9D-9B9E, U+9BA6-9BA7, U+9BA9, U+9BAC, U+9BB0-9BB2, U+9BB7-9BB8, U+9BBB-9BBC, U+9BBE-9BBF, U+9BC1, U+9BC7-9BC8, U+9BCE, U+9BD0, U+9BD7-9BD8, U+9BDD, U+9BDF, U+9BE5, U+9BE7, U+9BEA-9BEB, U+9BEE-9BEF, U+9BF3, U+9BF7-9BFA, U+9BFD, U+9BFF-9C00, U+9C02, U+9C0B, U+9C0F, U+9C11, U+9C16, U+9C18-9C1A, U+9C1C-9C1E, U+9C22-9C23, U+9C26-9C2A, U+9C31, U+9C35-9C37, U+9C3D, U+9C41, U+9C43-9C45, U+9C49-9C4A, U+9C4E-9C50, U+9C53-9C54, U+9C56, U+9C58, U+9C5B-9C5F, U+9C61, U+9C63, U+9C65, U+9C68-9C6B, U+9C6D-9C6E, U+9C70, U+9C72, U+9C75, U+9C77, U+9C7A-9C7C, U+9CE6, U+9CF2, U+9CF7, U+9CF9, U+9D02, U+9D0B, U+9D11, U+9D17-9D18, U+9D1C-9D1E, U+9D2F-9D30, U+9D32-9D34, U+9D3A, U+9D3C-9D3D, U+9D42-9D43, U+9D45, U+9D47, U+9D4A, U+9D52-9D54, U+9D5F, U+9D62-9D63, U+9D65, U+9D69-9D6B, U+9D70, U+9D73, U+9D76-9D77, U+9D7B-9D7C, U+9D7E, U+9D83-9D84, U+9D86, U+9D8A, U+9D8D-9D8E, U+9D92-9D93, U+9D95-9D99, U+9DA1, U+9DAA, U+9DAC, U+9DAE, U+9DB1, U+9DB5, U+9DB9, U+9DBC-9DBD, U+9DBF-9DC0, U+9DC3, U+9DC7, U+9DC9-9DCA, U+9DD4-9DD7, U+9DDA, U+9DDE-9DE0, U+9DE3, U+9DE5, U+9DE7, U+9DE9, U+9DEB, U+9DEE, U+9DF0, U+9DF3-9DF4, U+9DFE, U+9E02, U+9E07, U+9E0A, U+9E0D-9E0E, U+9E10-9E12, U+9E15-9E16, U+9E19, U+9E1C-9E1D, U+9E1F, U+9E7A-9E7C, U+9E80, U+9E82-9E85, U+9E87, U+9E8E-9E8F, U+9E96, U+9E98, U+9E9B, U+9E9E, U+9EA4, U+9EA8, U+9EAC, U+9EAE-9EB0, U+9EB3-9EB5, U+9EBD, U+9EC3, U+9EC6, U+9EC8, U+9ECB, U+9ED1, U+9ED5, U+9EDF, U+9EE4, U+9EE7, U+9EEC-9EEE, U+9EF0-9EF2, U+9EF5, U+9EF8, U+9EFE-9EFF, U+9F02-9F03, U+9F09, U+9F0F-9F12, U+9F14, U+9F16-9F17, U+9F19-9F1B, U+9F1F, U+9F22, U+9F26, U+9F2A-9F2B, U+9F2F, U+9F31-9F32, U+9F34, U+9F37, U+9F39-9F3A, U+9F3C-9F3D, U+9F3F, U+9F41, U+9F43-9F47, U+9F50, U+9F53, U+9F55-9F58, U+9F5A, U+9F5D-9F5E, U+9F68-9F69, U+9F6D-9F71, U+9F73, U+9F75, U+9F7A, U+9F7D, U+9F7F, U+9F8F-9F92, U+9F94, U+9F96-9F97, U+9F99, U+9F9E-9F9F, U+9FA1-9FA3, U+9FA5, U+9FB4, U+9FBC-9FC2, U+9FC4, U+9FC6, U+9FCC, U+F900-F959, U+F95B-F9F2, U+F9F4-FA0B, U+FA0E-FA10, U+FA12-FA1E, U+FA20-FA6D, U+FB00-FB04, U+FE10-FE19, U+FE30-FE52, U+FE54-FE66, U+FE68-FE6B, U+FFA1-FFBE, U+FFC2-FFC7, U+FFCA-FFCF, U+FFD2-FFD7, U+FFDA-FFDC, U+FFE0-FFE2, U+FFE4, U+FFE6, U+FFE8-FFEE, U+1F100-1F10C, U+1F110-1F16C, U+1F170-1F1AC, U+1F200-1F202, U+1F210-1F23B, U+1F240-1F248, U+1F250-1F251, U+2000B, U+20089-2008A, U+200A2, U+200A4, U+200B0, U+200F5, U+20158, U+201A2, U+20213, U+2032B, U+20371, U+20381, U+203F9, U+2044A, U+20509, U+2053F, U+205B1, U+205D6, U+20611, U+20628, U+206EC, U+2074F, U+207C8, U+20807, U+2083A, U+208B9, U+2090E, U+2097C, U+20984, U+2099D, U+20A64, U+20AD3, U+20B1D, U+20B9F, U+20D45, U+20D58, U+20DE1, U+20E64, U+20E6D, U+20E95, U+20F5F, U+21201, U+2123D, U+21255, U+21274, U+2127B, U+212D7, U+212E4, U+212FD, U+2131B, U+21336, U+21344, U+213C4, U+2146D-2146E, U+215D7, U+21647, U+216B4, U+21706, U+21742, U+218BD, U+219C3, U+21A1A, U+21C56, U+21D2D, U+21D45, U+21D62, U+21D78, U+21D92, U+21D9C, U+21DA1, U+21DB7, U+21DE0, U+21E33-21E34, U+21F1E, U+21F76, U+21FFA, U+2217B, U+22218, U+2231E, U+223AD, U+22609, U+226F3, U+2285B, U+228AB, U+2298F, U+22AB8, U+22B46, U+22B4F-22B50, U+22BA6, U+22C1D, U+22C24, U+22DE1, U+22E42, U+22FEB, U+231B6, U+231C3-231C4, U+231F5, U+23372, U+233CC, U+233D0, U+233D2-233D3, U+233D5, U+233DA, U+233DF, U+233E4, U+233FE, U+2344A-2344B, U+23451, U+23465, U+234E4, U+2355A, U+23594, U+235C4, U+23638-2363A, U+23647, U+2370C, U+2371C, U+2373F, U+23763-23764, U+237E7, U+237F1, U+237FF, U+23824, U+2383D, U+23A98, U+23C7F, U+23CBE, U+23CFE, U+23D00, U+23D0E, U+23D40, U+23DD3, U+23DF9-23DFA, U+23F7E, U+2404B, U+24096, U+24103, U+241C6, U+241FE, U+242EE, U+243BC, U+243D0, U+24629, U+246A5, U+247F1, U+24896, U+248E9, U+24A4D, U+24B56, U+24B6F, U+24C16, U+24D14, U+24E04, U+24E0E, U+24E37, U+24E6A, U+24E8B, U+24FF2, U+2504A, U+25055, U+25122, U+251A9, U+251CD, U+251E5, U+2521E, U+2524C, U+2542E, U+2548E, U+254D9, U+2550E, U+255A7, U+2567F, U+25771, U+257A9, U+257B4, U+25874, U+259C4, U+259CC, U+259D4, U+25AD7, U+25AE3-25AE4, U+25AF1, U+25BB2, U+25C4B, U+25C64, U+25DA1, U+25E2E, U+25E56, U+25E62, U+25E65, U+25EC2, U+25ED8, U+25EE8, U+25F23, U+25F5C, U+25FD4, U+25FE0, U+25FFB, U+2600C, U+26017, U+26060, U+260ED, U+26222, U+2626A, U+26270, U+26286, U+2634C, U+26402, U+2667E, U+266B0, U+2671D, U+268DD, U+268EA, U+26951, U+2696F, U+26999, U+269DD, U+26A1E, U+26A58, U+26A8C, U+26AB7, U+26AFF, U+26C29, U+26C73, U+26C9E, U+26CDD, U+26E40, U+26E65, U+26F94, U+26FF6-26FF8, U+270F4, U+2710D, U+27139, U+273DA-273DB, U+273FE, U+27410, U+27449, U+27614-27615, U+27631, U+27684, U+27693, U+2770E, U+27723, U+27752, U+278B2, U+27985, U+279B4, U+27A84, U+27BB3, U+27BBE, U+27BC7, U+27C3C, U+27CB8, U+27D73, U+27DA0, U+27E10, U+27EAF, U+27FB7, U+2808A, U+280BB, U+28277, U+28282, U+282F3, U+283CD, U+2840C, U+28455, U+284DC, U+2856B, U+285C8-285C9, U+286D7, U+286FA, U+28946, U+28949, U+2896B, U+28987-28988, U+289BA-289BB, U+28A1E, U+28A29, U+28A43, U+28A71, U+28A99, U+28ACD, U+28ADD, U+28AE4, U+28BC1, U+28BEF, U+28CDD, U+28D10, U+28D71, U+28DFB, U+28E0F, U+28E17, U+28E1F, U+28E36, U+28E89, U+28EEB, U+28EF6, U+28F32, U+28FF8, U+292A0, U+292B1, U+29490, U+295CF, U+2967F, U+296F0, U+29719, U+29750, U+29810, U+298C6, U+29A72, U+29D4B, U+29DDB, U+29E15, U+29E3D, U+29E49, U+29E8A, U+29EC4, U+29EDB, U+29EE9, U+29FCE, U+29FD7, U+2A01A, U+2A02F, U+2A082, U+2A0F9, U+2A190, U+2A2B2, U+2A38C, U+2A437, U+2A5F1, U+2A602, U+2A61A, U+2A6B2, U+2A9E6, U+2B746, U+2B751, U+2B753, U+2B75A, U+2B75C, U+2B765, U+2B776-2B777, U+2B77C, U+2B782, U+2B789, U+2B78B, U+2B78E, U+2B794, U+2B7AC, U+2B7AF, U+2B7BD, U+2B7C9, U+2B7CF, U+2B7D2, U+2B7D8, U+2B7F0, U+2B80D, U+2B817, U+2B81A, U+2D544, U+2E278, U+2E569, U+2E6EA, U+2F804, U+2F80F, U+2F815, U+2F818, U+2F81A, U+2F822, U+2F828, U+2F82C, U+2F833, U+2F83F, U+2F846, U+2F852, U+2F862, U+2F86D, U+2F873, U+2F877, U+2F884, U+2F899-2F89A, U+2F8A6, U+2F8AC, U+2F8B2, U+2F8B6, U+2F8D3, U+2F8DB-2F8DC, U+2F8E1, U+2F8E5, U+2F8EA, U+2F8ED, U+2F8FC, U+2F903, U+2F90B, U+2F90F, U+2F91A, U+2F920-2F921, U+2F945, U+2F947, U+2F96C, U+2F995, U+2F9D0, U+2F9DE-2F9DF, U+2F9F4, U+30EDE, U+3106C;
}

/* 英数 Jost 18KB */
@font-face {
  font-family: "fonten";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/hubfs/raw_assets/public/PandA/font/Jost-Regular.woff2") format("woff2");
  unicode-range: U+30-39, U+41-5A, U+61-7A; /* 数字・英大文字・英小文字のみ */
}

/* ===== 共通設定 ===== */

/* 本文（案2: 游ゴシック Medium 優先のシステムフォント構成） */
body {
  color: #595959;
  line-height: 1.6;
  font-optical-sizing: auto;
  font-style: normal;
  font-family:
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic Medium",
    "YuGothic",
    "Yu Gothic",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
  font-weight: 500;
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
}

/* ----- 下層ページ見出し -----
   h1.titEn の中に span.titJp が入る構造  */

h1.titEn {
  font-family:
    "fonten",
    "fontjp",
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic Medium",
    "YuGothic",
    "Yu Gothic",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
  font-weight: 400;
}

h1.titEn .titJp,
.titJp {
  font-family:
    "fontjp",
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic Medium",
    "YuGothic",
    "Yu Gothic",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
  font-weight: 500;
}

h1 {
  font-family:
    "fonten",
    "fontjp",
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic Medium",
    "YuGothic",
    "Yu Gothic",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
  font-weight: 400;
}

h2, h3, h4, h5, h6 {
  font-family:
    "fonten",
    "fontjp",
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic Medium",
    "YuGothic",
    "Yu Gothic",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
  font-weight: 500;
}

/* ----- テーマ設定由来のパーツを本文と同じ書体に揃える -----
   テーマ設定は Arial（Webセーフ）にしてあるため、そのままだと
   日本語が OS 標準フォントに落ちる。ここで明示的に上書きする。
   これらのセレクタは別パーシャルにあり、このファイルより後に
   読み込まれる場合があるため !important を付けている。          */
button, .button,
.widget-type-cta,
form input[type="submit"], form .hs-button,
.kl-navbar__button,
.kl-navbar-submenu__item a,
.kl-card-grid__preheader,
.kl-rich-text__preheader,
.kl-featured-card__preheader,
.kl-about-modal__wrapper__preheader,
.kl-offer-01__preheader,
.kl-card__preheader,
.kl-error-page__preheader,
.kl-testimonial__author span,
.blog-header__preheader,
.blog-index__post-preheader,
.blog-more-posts__post-preheader,
.blog-post__preheader,
.blog-tags__link {
  font-family:
    "fonten",
    "fontjp",
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic Medium",
    "YuGothic",
    "Yu Gothic",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif !important;
}
/* Blog subscribe */
.blog-subscribe {
  background-color: #F0F5FF;
  padding: 80px 0;
}

.blog-subscribe__wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .blog-subscribe__wrapper {
    display: block;
  }
}

.blog-subscribe__header {
  flex-basis: 465px;
  flex-grow: 1;
  max-width: 680px;
}

.blog-subscribe__form {
  flex-basis: 450px;
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .blog-subscribe__form {
    margin: 32px 0 0;
  }
}
.kl-card-grid > div {
  display: flex;
  flex-wrap: wrap;
  margin: -26px;
}

.kl-card-grid__card-wrapper {
  display: flex;
  flex-basis: calc(100% / 3);
  padding: 26px;
}

@media screen and (max-width: 768px) {
  .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-grid__card {
  width: 100%;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 9px;
  overflow: hidden;
}

.kl-card-grid__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  padding-top:60%
}

.kl-card-grid__preheader {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0b86d8;
  display: block;
  margin: 0 0 .5rem;
}

.kl-card-grid__content {
  display: block;
  padding: 10px 24px 20px;
  color: #000000;
  text-decoration: none;
}

.kl-card-grid__content h3, .kl-card-grid__content h4 {
  margin: 0 0 .5rem;
}

.kl-card-grid__content p {
  margin: 0;
}

.kl-card-grid__content:hover, .kl-card-grid__content:focus {
  color: #000000;
  text-decoration: none;
}

.kl-card-grid--4-columns > div {
  margin: -24px -12px;
}

.kl-card-grid--4-columns .kl-card-grid__card-wrapper {
  flex-basis: calc(100% / 4);
  padding: 24px 12px;
}

@media screen and (max-width: 920px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 768px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-grid--4-columns .kl-card-grid__image {
  height: 220px;
}
.kl-cards-slider {
  position: relative;
  max-width: 848px;
  margin: 0 auto;
}

.kl-cards-slider-wrapper {
  padding: 0 15px;
}

.kl-cards-slider__arrow {
  position: absolute;
  top: 20px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kl-cards-slider__arrow svg {
  fill: #3A3A3A;
  display: block;
  width: 100%;
}

.kl-cards-slider__arrow--prev {
  left: 0;
  transform: translateX(-50%);
}

.kl-cards-slider__arrow--next {
  right: 0;
  transform: translateX(50%);
}

.kl-cards-slider__card {
  display: none;
  overflow: hidden;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 9px;
}

.kl-cards-slider__card--active {
  display: block;
}

.kl-cards-slider__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F3F3F3;
  padding: 16px 48px;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__header {
    display: block;
    padding: 16px 32px;
  }
}

.kl-cards-slider__image {
  margin: 0 15% 0 0;
}

.kl-cards-slider__button {
  display: flex;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__button {
    margin: 16px 0 0;
  }
}

.kl-cards-slider__content {
  padding: 16px 48px;
  background-color: rgba(255, 255, 255, 1.0);
  margin: 0 -22px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__content {
    padding: 16px 32px;
  }
}

@media screen and (max-width: 580px) {
  .kl-cards-slider__content {
    display: block;
  }
}

.kl-cards-slider__content > div {
  margin: 0 22px;
  flex-grow: 1;
  flex-basis: 200px;
}

.kl-cards-slider__content h5 {
  color: #0b86d8;
}

.kl-cards-slider__content ul {
  padding-inline-start: 1.1em;
}
.kl-rich-text__preheader {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0b86d8;
  display: block;
  margin: 0 0 .75rem;
}

.kl-rich-text h1 {
  color: #000000;
}

.kl-rich-text p {
  margin: 0 0 1rem;
}

.kl-rich-text p:last-child {
  margin: 0 0 2rem;
}

.kl-rich-text__buttons {
  margin: -10px;
}

.kl-rich-text__buttons .button {
  margin: 10px;
}

@media screen and (max-width: 480px) {
  .kl-rich-text__buttons .button {
    display: block;
  }
}

.kl-rich-text__form {
  max-width: 600px;
}

.kl-rich-text--center {
  text-align: center;
  margin: 0 auto;
}

.kl-rich-text--center .kl-rich-text__form {
  max-width: 600px;
  margin: 0 auto;
}

.kl-rich-text--right {
  text-align: right;
  margin: 0 0 0 auto;
}

.kl-rich-text--right .kl-rich-text__form {
  margin: 0 0 0 auto;
}
.kl-faq {
  background: #FFFFFF;
  border: 3px solid #F3F3F3;
  border-radius: 9px;
}

.kl-faq__entry + .kl-faq__entry {
  border-top: 3px solid #F3F3F3;
}

.kl-faq__entry--active .kl-faq__icon {
  transform: rotate(90deg);
}

.kl-faq__entry--active .kl-faq__icon:before {
  opacity: 0;
}

.kl-faq__header {
  padding: 24px 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .kl-faq__header {
    padding: 24px 16px;
  }
}

.kl-faq__header:hover {
  cursor: pointer;
}

.kl-faq__header h3 {
  margin: 0;
}

.kl-faq__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-left: 32px;
  transition: transform .2s ease-out;
}

.kl-faq__icon:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .2s ease-out;
}

.kl-faq__icon:after {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.kl-faq__description {
  padding: 0 42px;
  height: 0;
  transition: height .25s ease-out;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .kl-faq__description {
    padding: 0 16px;
  }
}

.kl-faq__description .kl-faq__inner {
  margin: 0 0 2rem;
}
.kl-featured-cards__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.kl-featured-cards__column {
  flex-basis: 360px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.kl-featured-cards__card-wrapper {
  flex-grow: 2;
  flex-basis: 360px;
  display: flex;
  padding: 12px;
}

.kl-featured-card {
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.kl-featured-card__preheader {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0b86d8;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-featured-card__content h1, .kl-featured-card__content h2, .kl-featured-card__content h3, .kl-featured-card__content h4, .kl-featured-card__content h5, .kl-featured-card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-featured-card__content p {
  margin: 0 0 2rem;
}

.kl-featured-card__body {
  padding: 32px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-basis: 250px;
  flex-grow: 99;
}

.kl-featured-card__text {
  flex-grow: 1;
}

.kl-featured-card__image {
  width: 100%;
  flex-basis: 360px;
  flex-grow: 1;
}

.kl-featured-card__image a {
  display: block;
  height: 100%;
}

.kl-featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kl-footer {
  background-color: rgba(30, 30, 30, 1.0);
}

.kl-footer h1, .kl-footer h2, .kl-footer h3, .kl-footer h4, .kl-footer h5, .kl-footer h6, .kl-footer p, .kl-footer a, .kl-footer div, .kl-footer span {
  color: rgba(255, 255, 255, 1.0);
}

.kl-footer__wrapper {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.kl-footer__legal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
  margin: -0.625rem -1.25rem;
}

.kl-footer__legal > span {
  margin: 0.625rem 1.25rem;
  color: rgba(255, 255, 255, 1.0);
}

.kl-footer__legal a {
  color: rgba(255, 255, 255, 1.0);
}

.kl-footer__legal a:hover, .kl-footer__legal a:focus, .kl-footer__legal a:active {
  color: #0b86d8;
  text-decoration: none;
}

.kl-footer__byline-wrapper {
  background-color: black;
}

.kl-footer__byline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.75rem;
  margin: -0.625rem -1.25rem;
}

@media screen and (max-width: 680px) {
  .kl-footer__byline {
    justify-content: center;
  }
}

.kl-footer__byline > span {
  margin: 0.625rem 1.25rem;
  color: rgba(255, 255, 255, 1.0);
  text-align: center;
}

.kl-footer__byline a {
  color: rgba(255, 255, 255, 1.0);
}

.kl-footer__byline a:hover, .kl-footer__byline a:focus, .kl-footer__byline a:active {
  color: #0b86d8;
  text-decoration: none;
}

.kl-footer__content {
  display: flex;
  justify-content: space-between;
  padding: 120px 0;
}

@media screen and (max-width: 680px) {
  .kl-footer__content {
    display: block;
    padding: 120px 0 32px;
  }
}

@media screen and (max-width: 1024px) {
  .kl-footer__content {
    padding: 0 0 32px;
  }
}

.kl-footer__address {
  margin: 32px 0 16px;
}

.kl-footer__address p {
  color: rgba(255, 255, 255, 1.0);
}

.kl-footer__info {
  flex-basis: 250px;
}

.kl-footer__info img {
  display: block;
  /*height: 48px;*/
  max-width: 200px;
}

.kl-footer__info p {
  font-size: 0.875em;
}

.kl-footer__social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -16px;
}

.kl-footer__social span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 8px 16px;
}

.kl-footer__social svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: rgba(255, 255, 255, 1.0);
  transition: all .25s ease-in-out;
}

.kl-footer__social a:hover svg {
  fill: #0b86d8;
}

.kl-footer__menu {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0;
}

@media screen and (max-width: 680px) {
  .kl-footer__menu {
    margin: 16px -16px 0;
  }
}

.kl-footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kl-footer__menu h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 1.0);
}

.kl-footer__menu a {
  display: block;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 17px;
  color: rgba(255, 255, 255, 1.0);
  margin: 0 0 1.375em;
}

.kl-footer__menu a:hover, .kl-footer__menu a:focus, .kl-footer__menu a:active {
  color: #0b86d8;
  text-decoration: none;
}

.kl-footer__group {
  margin: 16px 42px;
}

@media screen and (max-width: 680px) {
  .kl-footer__group {
    margin: 16px;
  }
}
.kl-hero-01 {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70vh;
  padding: 64px 0;
}

.kl-hero-01__content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  padding: 20px;
  padding-right: 50%;
}

@media screen and (min-width: 1380px) {
  .kl-hero-01__content {
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .kl-hero-01__content {
    padding: 20px;
  }
}

@media screen and (min-width: 1240px) {
  .kl-hero-01__content {
    padding: 0;
  }
}

.kl-hero-01__content > div {
  max-width: 430px;
}

@media screen and (max-width: 768px) {
  .kl-hero-01__content > div {
    max-width: none;
  }
}

.kl-hero-01__image {
  position: absolute;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  right: 0;
  transition: opacity .2s, width .5s;
}

@media screen and (max-width: 768px) {
  .kl-hero-01__image {
    opacity: .3;
    width: 100%;
  }
}
.kl-hero-02 {
  display: flex;
  padding: 64px 0;
  min-height: 50vh;
}

.kl-hero-02__content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1380px) {
  .kl-hero-02__content {
    padding: 0px;
  }
}

@media screen and (max-width: 960px) {
  .kl-hero-02__content {
    display: block;
  }
}

.kl-hero-02__content .kl-rich-text {
  flex-basis: 300px;
  flex-grow: 1;
}

.kl-hero-02__image {
  margin-left: 32px;
  display: flex;
  flex-grow: 1;
  flex-basis: 480px;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .kl-hero-02__image {
    max-width: 720px;
    margin: 32px auto 0;
    height: auto;
  }
}

.kl-hero-02__image img {
  max-width: 100%;
  display: block;
}

.kl-hero-02__image--left {
  justify-content: flex-start;
}

.kl-hero-02__image--center {
  justify-content: center;
}

.kl-hero-02__image--right {
  justify-content: flex-end;
}

.kl-hero-02__image--top {
  align-items: flex-start;
}

.kl-hero-02__image--middle {
  align-items: center;
}

.kl-hero-02__image--bottom {
  align-items: flex-end;
}
.kl-hero-03 {
  padding: 120px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .kl-hero-03 {
    padding: 64px 0;
  }
}

.kl-hero-03__content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1380px) {
  .kl-hero-03__content {
    padding: 0px;
  }
}

.kl-hero-03__content .kl-rich-text {
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .kl-hero-03__content .kl-rich-text {
    max-width: 100%;
  }
}

.kl-hero-03__image {
  position: absolute;
  left: calc(50% + 64px);
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .kl-hero-03__image {
    position: static;
    transform: none;
    margin-top: 32px;
  }
}

@media screen and (max-width: 360px) {
  .kl-hero-03__image {
    display: none;
  }
}

.kl-hero-03__image img {
  display: block;
}
.kl-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .kl-logos {
    flex-wrap: wrap;
  }
}

.kl-logos__item {
  padding: 16px 24px;
}

.kl-logos__item a {
  display: block;
}

.kl-logos__item img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .kl-logos__item {
    flex-basis: 25%;
  }
}

@media screen and (max-width: 480px) {
  .kl-logos__item {
    flex-basis: 33%;
  }
}

@media screen and (max-width: 340px) {
  .kl-logos__item {
    flex-basis: 50%;
  }
}
.kl-about-modal {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 64px 16px;
  visibility: hidden;
  overscroll-behavior: contain;
}

.kl-about-modal__overlay {
  content: '';
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 0;
  transition: all .25s ease-in-out;
  visibility: hidden;
}

.kl-about-modal__close {
  position: absolute;
  z-index: 13;
  top: 0;
  right: 0;
  display: block;
  background: white;
  border-radius: 50%;
  padding: 4px;
  transform: translate(25%, -25%);
}

.kl-about-modal__close svg {
  display: block;
}

.kl-about-modal__wrapper {
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  overflow: hidden;
  background-color: transparent;
}

.kl-about-modal__wrapper__preheader {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0b86d8;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-about-modal__wrapper__content h1, .kl-about-modal__wrapper__content h2, .kl-about-modal__wrapper__content h3, .kl-about-modal__wrapper__content h4, .kl-about-modal__wrapper__content h5, .kl-about-modal__wrapper__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-about-modal__wrapper__content p {
  margin: 0 0 2rem;
}

.kl-about-modal__container {
  max-width: 680px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 13;
  transition: top .25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.kl-about-modal__head {
  padding: 32px;
  background-color: #0b86d8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -20px;
}

.kl-about-modal__head p, .kl-about-modal__head h1, .kl-about-modal__head h2, .kl-about-modal__head h3, .kl-about-modal__head h4, .kl-about-modal__head h5 {
  color: white;
  margin: 0;
}

.kl-about-modal__head > div {
  padding: 20px;
}

.kl-about-modal__image img {
  max-width: 100%;
  height: 120px !important;
  width: 120px;
  border-radius: 120px;
  object-fit: cover;
  object-position: center;
}

.kl-about-modal__body {
  background-color: white;
  padding: 32px;
}

.kl-about-modal__social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -8px;
}

.kl-about-modal__social span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 8px;
}

.kl-about-modal__social svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: #000000;
  transition: all .25s ease-in-out;
}

.kl-about-modal__social a:hover svg {
  fill: #0b86d8;
  /*fill: $secondary-color;*/
}

.kl-about-modal:target {
  visibility: visible;
}

.kl-about-modal:target .kl-about-modal__overlay {
  opacity: .5;
  visibility: visible;
}

.kl-about-modal:target .kl-about-modal__container {
  visibility: visible;
  opacity: 1;
}
.kl-header {
  position: fixed;
  z-index: 12;
  width: 100%;
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
  background-color: rgba(255, 255, 255, 1.0);
}

.kl-header-placeholder {
  height: 82px;
}

.kl-navbar {
  height: 82px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .kl-navbar {
    justify-content: space-between;
  }
  .kl-navbar--active .kl-navbar__content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

.kl-navbar__logo {
  width: auto;
  display: block;
  margin-right: 42px;
}

.kl-navbar__content {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .kl-navbar__content {
    background-color: rgba(255, 255, 255, 1.0);
    position: fixed;
    width: 100%;
    height: calc(100% - 82px);
    left: 0;
    bottom: 0;
    padding: 45px 10%;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  }
}

.kl-navbar__menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 920px) {
  .kl-navbar__menu {
    display: block;
    margin: 0 0 24px;
    width: 100%;
  }
}

.kl-navbar__item {
  position: relative;
  margin: 0 20px;
}

.kl-navbar__item--active .kl-navbar__panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 920px) {
  .kl-navbar__item--active .kl-navbar__panel {
    max-height: 100vh;
  }
}

.kl-navbar__item--active .kl-navbar__button {
  color: #0b86d8;
}

.kl-navbar__item--active .kl-navbar__button > span:after {
  visibility: visible;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .kl-navbar__item {
    margin: 0 16px;
  }
}

.kl-navbar__button {
  font-weight: normal;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif, sans-serif;
  line-height: 2em;
  word-break: normal;
  color: #2f2f2f;
  display: inline-block;
}

@media screen and (max-width: 920px) {
  .kl-navbar__button {
    font-size: 1rem;
  }
}

.kl-navbar__button > span {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  font-weight: 700;
}

.kl-navbar__button > span:after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #0b86d8;
  position: absolute;
  left: 0;
  bottom: 2px;
  visibility: hidden;
  transition: width .2s ease-in-out;
}

.kl-navbar__button:hover, .kl-navbar__button:focus, .kl-navbar__button:active {
  text-decoration: none;
  color: #0b86d8;
}

.kl-navbar__button:hover > span:after, .kl-navbar__button:focus > span:after, .kl-navbar__button:active > span:after {
  visibility: visible;
  width: 100%;
}

.kl-navbar__end {
  display: flex;
  align-items: center;
}

.kl-navbar__end a + a {
  margin-left: 25px;
}

.kl-navbar__panel {
  background-color: rgba(255, 255, 255, 1.0);
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: all .25s ease-in-out;
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 920px) {
  .kl-navbar__panel {
    position: static;
    max-height: 0;
    overflow: hidden;
  }
}

.kl-navbar__panel-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 0;
  justify-content: space-between;
}

.kl-navbar__panel-wrapper > div {
  flex-basis: none;
}

.kl-navbar__categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 650px;
}

@media screen and (max-width: 920px) {
  .kl-navbar__categories p {
    display: none;
  }
}

.kl-navbar__description {
  flex-basis: 250px;
  margin: 0 16px;
  color: #2f2f2f;
}

@media screen and (max-width: 920px) {
  .kl-navbar__description {
    margin: 0;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 920px) {
  .kl-navbar__description--full {
    flex-basis: auto;
  }
}

.kl-navbar__description h1, .kl-navbar__description h2, .kl-navbar__description h3, .kl-navbar__description h4, .kl-navbar__description h5, .kl-navbar__description h6 {
  color: inherit;
}

.kl-navbar__description h2 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.kl-navbar__description h3 {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.kl-navbar__description p {
  font-size: 0.875rem;
  margin: 0 0 1.75rem;
}

.kl-navbar__description a {
  color: #2f2f2f;
}

.kl-navbar__description a:hover, .kl-navbar__description a:focus {
  text-decoration: none;
  color: #0b86d8;
}

.kl-navbar .hamburger {
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  min-width: auto;
}

@media screen and (max-width: 920px) {
  .kl-navbar .hamburger {
    display: block;
  }
}

.kl-navbar .hamburger:focus {
  outline: none;
}

.kl-navbar .hamburger-box {
  width: 24px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.kl-navbar .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.kl-navbar .hamburger-inner, .kl-navbar .hamburger-inner::before, .kl-navbar .hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.kl-navbar .hamburger-inner::before, .kl-navbar .hamburger-inner::after {
  content: "";
  display: block;
}

.kl-navbar .hamburger-inner::before {
  top: -8px;
}

.kl-navbar .hamburger-inner::after {
  bottom: -8px;
}

.kl-navbar .hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.kl-navbar .hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.kl-navbar .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Navbar submenu */
.kl-navbar-submenu-wrapper {
  position: absolute;
  left: -24px;
  visibility: hidden;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu-wrapper {
    position: static;
    visibility: visible;
    display: none;
  }
}

.kl-navbar__item:hover > .kl-navbar-submenu-wrapper {
  visibility: visible;
}

.kl-navbar-submenu {
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  width: 160px;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu {
    box-shadow: none;
    margin: 12px 0;
    width: auto;
  }
}

.kl-navbar-submenu .kl-navbar-submenu {
  position: absolute;
  top: 0px;
  left: 100%;
  transform: translateX(0);
  margin: 0;
  visibility: hidden;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu .kl-navbar-submenu {
    position: static;
    visibility: visible;
    display: none;
    margin-left: 20px;
  }
}

.kl-navbar-submenu__item {
  position: relative;
}

.kl-navbar-submenu__item:hover > .kl-navbar-submenu {
  visibility: visible;
}

.kl-navbar-submenu__item a {
  display: block;
  padding: 12px 24px;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif, sans-serif;
  line-height: 1rem;
  word-break: normal;
  color: #2f2f2f;
}

.kl-navbar-submenu__item a:hover, .kl-navbar-submenu__item a:focus {
  color: #0b86d8;
  text-decoration: none;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu__item a {
    padding: 12px 0;
  }
}

.kl-navbar__parent {
  cursor: pointer;
}

@media screen and (min-width: 920px) {
  .kl-navbar__parent:hover > a:after {
    transform: rotate(225deg);
  }
}

.kl-navbar__parent > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .kl-navbar__parent > a {
    pointer-events: none;
  }
}

.kl-navbar__parent > a:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  margin-left: 16px;
  border-right: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  transform: rotate(45deg);
  transform-origin: 3px 3px;
  transition: transform .25s ease-in-out;
}

.kl-navbar__parent--active > .kl-navbar-submenu-wrapper,
.kl-navbar__parent--active > .kl-navbar-submenu {
  display: block;
}

.kl-navbar__parent--active > a:after {
  transform: rotate(225deg);
}

.kl-navbar__parent--active > a {
  color: #0b86d8;
}

.kl-navbar__parent--active > a > span:after {
  visibility: visible;
  width: 100%;
}

/*追加*/
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*共通設定*/
p {
  line-height: 2;
}
img {
  width: 100%;
}
a {
  text-decoration:none;
}
a:hover {
  text-decoration:none;
  opacity: 0.8;
}

.pc { display:none; }
.sp { display:block; }
@media screen and (min-width: 750px){   
  .pc { display:block; }
  .sp { display:none; }
}
.mt100 {
  margin-top: 100px;
}
@media (width < 768px) {
  .mt100 {
    margin-top: 0;
  }
}
/*新ヘッダーデザイン用*/
.kl-header-placeholder {
  height: 0;
}
.kl-header {
  background-color: transparent;
  box-shadow: none;
}
.kl-header.newdesign img {
  display: none;
}
.kl-header.newdesign .kl-navbar.content-wrapper > a {
  background-image: url(https://20021603.fs1.hubspotusercontent-na1.net/hubfs/20021603/logo25th/logo25th_black.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 213px;
  height: 50px;
}
.kl-header.newdesign.fixed .kl-navbar.content-wrapper > a {
  background-image: url(https://20021603.fs1.hubspotusercontent-na1.net/hubfs/20021603/logo25th/logo25th.png);
}
.kl-header .button--outlined {
  background-color: #fff;
  color: #11C1CC !important;
  border: none;
  font-weight: bold;
  border-radius: 100px;
  font-size: 16px;
  padding: 25px 65px 25px 50px;
}
.kl-header .kl-navbar {
  max-width: 1600px;
}
.kl-header .kl-navbar__content {
  justify-content: flex-end;
}
.kl-header .button {
  width: 250px;
  background-color: #fff;
  color: #0B86D8;
  border: none;
  font-weight: bold;
  border-radius: 100px;
  font-size: 16px;
  padding: 25px 65px 25px 50px;
}
.kl-header .kl-navbar__menu {
  margin-right: 50px;
}
.kl-header.newdesign .kl-navbar__menu a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.kl-header.newdesign a.kl-navbar-submenu__button {
  color: inherit;
}
.kl-header a.button  {
  position: relative;
}
.kl-header a.button:hover {
  opacity: 1;
}
.kl-header a.button::after {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(https://20021603.fs1.hubspotusercontent-na1.net/hubfs/20021603/ico_ctabtn_b.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 7%;
  position: absolute;
}
.kl-header a.button:hover::after {
  background-image: url(https://20021603.fs1.hubspotusercontent-na1.net/hubfs/20021603/ico_ctabtn_b-hover.png);
}
.kl-navbar__parent>a:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
header.kl-header a.button--outlined::after {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(https://20021603.fs1.hubspotusercontent-na1.net/hubfs/20021603/ico_ctabtn_g.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 7%;
  position: absolute;
}
.kl-header a.button--outlined:hover::after {
  background-image: url(https://20021603.fs1.hubspotusercontent-na1.net/hubfs/20021603/ico_ctabtn_g-hover.png);
}

/*ヘッダーFV以降 背景を白に変更*/
header.kl-header.fixed {
  background-color: #fff;
}
header.kl-header.fixed .kl-navbar__menu a {
  color: #434343;
}
header.kl-header.fixed .kl-navbar__parent>a:after {
  border-bottom: 1px solid #434343;
  border-right: 1px solid #434343;
}
header.kl-header.fixed .button--outlined {
  border: 1px solid #11C1CC !important;
}
header.kl-header.fixed .button {
  border: 1px solid #0B86D8;
}
@media (768px <= width < 1600px) {
  .kl-header .kl-navbar {
    max-width: 1400px;
  }
  .kl-header .kl-navbar__menu a {
    font-size: 13px;
  }
  .kl-navbar__end a + a {
    margin-left: 5px;
  }
  .kl-navbar__item {
    margin: 0 10px;
  }
}
/*タブレット用*/
@media (768px <= width < 1335px) {
  .kl-header .button {
    width: 200px;
    font-size: 14px;
    padding: 15px 50px 15px 35px;
    white-space: nowrap;
  }
  .kl-header a.button:after {
    width: 25px;
    height: 25px;
  }
  .kl-header .kl-navbar__menu {
    margin-right: 0;
  }
  .kl-header.newdesign .kl-navbar__menu a {
    font-size: 12px;
  }
}

/*下層ページ共通ヘッダー*/
.underHead {
  text-align: center;
  background-image: linear-gradient(to bottom left, rgba(8, 162, 212, 1), rgba(17, 193, 204, 1)) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  padding: 80px 0 60px;
  margin-bottom: 80px;
}
.underHead h1 {
  color: #fff !important;
  font-size: 80px !important;
  line-height: 1.3;
  margin-top: 40px;
}
.underHead h1 span.titJp {
  font-size: 14px;
  color: #000000 !important;
  display: block;
}
.dnd_area-row-1-background-layers {
  margin-top: -28px;
}
.underHead h1 span.titJp {
  margin-top: 20px;
}
/*スマホレイアウト用*/
@media (width < 768px) {
  .underHead {
    margin-bottom: 50px;
  }
  .underHead h1 {
    font-size: 40px !important;
    margin-top: 20px;
  }
  .kl-footer__info a img {
    width: 60%;
  }
}

/*スマホハンバーガーメニュー展開*/
@media (width < 768px) {
  .kl-header .kl-navbar.kl-navbar--active {
    background: linear-gradient(90deg, rgba(8, 162, 212, 1) 0%, rgba(17, 193, 204, 1) 100%);
  }
  .kl-header .kl-navbar.kl-navbar--active .kl-navbar__menu {
    margin-right: 0;
  }
  .kl-header .kl-navbar__content {
    background: linear-gradient(90deg, rgba(8, 162, 212, 1) 0%, rgba(17, 193, 204, 1) 100%);
    justify-content: initial;
  }
  .kl-header .kl-navbar.kl-navbar--active .kl-navbar-submenu {
    background-color: transparent;
  }
  .kl-header .kl-navbar__end {
    display: inline-block;
  }
  .kl-header a.button {
    margin-bottom: 10px;
    min-width: 290px;
  }
  .kl-header .kl-navbar__end a+a {
    margin-left: 0;
  }
  header.kl-header.fixed .kl-navbar__menu a {
    color: #fff;
  }
  header.kl-header.fixed .kl-navbar__parent>a:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  header.kl-header.fixed .kl-navbar-submenu a {
    color: #595959;
  }
  header.kl-header.fixed .button {
    border: none;
  }
}
.kl-offer-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 32px 36px 0;
  border: 1px solid #DAE3F9;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
}

.kl-offer-01__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 320px;
  flex-grow: 1;
  margin-bottom: 32px;
}

.kl-offer-01__preheader {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0b86d8;
  display: block;
  margin: 0 0 1rem;
}

.kl-offer-01__text {
  flex-basis: 420px;
  flex-grow: 1;
  margin-right: 50px;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__text {
    margin: 0;
  }
}

.kl-offer-01__text h1, .kl-offer-01__text h2, .kl-offer-01__text h3, .kl-offer-01__text h4, .kl-offer-01__text h5, .kl-offer-01__text h6 {
  margin: 0 0 1.125rem;
}

.kl-offer-01__button {
  flex-shrink: 0;
}

.kl-offer-01__image {
  flex-basis: 260px;
  margin: 0 auto;
  padding-right: 20px;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__image {
    padding: 0;
  }
}

.kl-offer-01__image img {
  display: block;
  width: 100%;
  max-width: 420px;
}
.kl-pricing {
  display: flex;
  align-items: flex-start;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kl-pricing {
    display: block;
  }
}

.kl-pricing__card {
  position: relative;
  padding: 36px 32px;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 9px;
  flex-basis: 346px;
  flex-grow: 1;
  transition: box-shadow .25s ease-in-out;
}

.kl-pricing__card--featured {
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
}

.kl-pricing__card:hover {
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
}

.kl-pricing__card + .kl-pricing__card {
  margin-left: 72px;
}

@media screen and (max-width: 1024px) {
  .kl-pricing__card + .kl-pricing__card {
    margin-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .kl-pricing__card + .kl-pricing__card {
    margin: 24px 0 0;
  }
}

.kl-pricing__badge {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  min-width: 120px;
  padding: 10px 12px;
  border-radius: 40px;
  background-color: #EBF1FF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kl-pricing__icon {
  height: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 1.5rem;
}

.kl-pricing__icon img {
  max-height: 100%;
  display: block;
}

.kl-pricing__price {
  color: #0b86d8;
}

.kl-pricing__price h1, .kl-pricing__price h2, .kl-pricing__price h3, .kl-pricing__price h4, .kl-pricing__price h5, .kl-pricing__price h6 {
  color: inherit;
}

.kl-pricing__description p {
  font-size: 0.875rem;
  margin: 0 0 0.75rem;
}

.kl-pricing__features {
  text-align: left;
  list-style: none;
  margin: 0 0 2.625rem;
  padding: 0;
}

.kl-pricing__features li {
  font-size: 0.875rem;
  margin: 0 0 1rem;
  display: flex;
}

.kl-pricing__features li:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='7.59' cy='7.62' r='7.5' fill='%23EBF1FF'/%3E%3Cpath d='M10.84 4.39L6.37 9.11 4.61 7.26l-.95 1.01 2.71 2.86 5.43-5.72-.96-1.02z' fill='%234678EE'/%3E%3C/svg%3E");
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 2px 0.75rem 0 0;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.kl-pricing__button a {
  width: 100%;
}

.kl-pricing hr {
  margin: 1.75rem 0;
  color: #F3F3F3;
  background-color: #F3F3F3;
  height: 2px;
}
.kl-features-01 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .kl-features-01 {
    display: block;
  }
}

.kl-features-01__card {
  flex-basis: 225px;
  flex-grow: 1;
}

.kl-features-01__card h4 {
  margin: 0 0 1rem;
}

.kl-features-01__card p {
  font-weight: 500;
}

.kl-features-01__card + .kl-features-01__card {
  margin-left: 64px;
}

@media screen and (max-width: 768px) {
  .kl-features-01__card + .kl-features-01__card {
    margin: 32px 0 0;
  }
}

.kl-features-01__image {
  min-height: 50px;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
}

.kl-features-01__image img {
  display: block;
  width: auto;
  max-height: 50px;
}

.kl-features-01__image > span {
  display: block;
}

.kl-features-01__image svg {
  max-height: 50px;
  width: 50px;
  fill: #0b86d8;
}
.kl-features-02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -16px;
}

@media screen and (max-width: 530px) {
  .kl-features-02 {
    display: block;
  }
}

.kl-features-02-wrapper {
  overflow: hidden;
}

.kl-features-02__card {
  flex-basis: 225px;
  flex-grow: 1;
  margin: 16px;
  display: block;
}

.kl-features-02__card h4 {
  margin: 0;
  display: inline;
  vertical-align: top;
}

.kl-features-02__card p {
  font-weight: 500;
  margin: 1rem 0 0;
}

.kl-features-02__card-header {
  display: flex;
}

.kl-features-02__image {
  min-height: 24px;
  margin: 0 16px 0 0;
  display: inline-block;
}

.kl-features-02__image img {
  display: block;
  width: auto;
  max-height: 24px;
}

.kl-features-02__image > span {
  display: block;
}

.kl-features-02__image svg {
  max-height: 24px;
  width: 24px;
  fill: #0b86d8;
}
.kl-features-03__titles li.active h4, .kl-features-03__titles li h4:hover, .kl-features-03__titles li h4:focus {
  cursor: pointer;
  color: #0b86d8;
}

.kl-features-03__titles {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles {
    display: block;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles li {
    background-color: #f3f3f3;
    text-align: center;
  }
  .kl-features-03__titles li + li {
    border-top: 1px solid #dadada;
  }
}

.kl-features-03__titles li.active h4:after {
  visibility: visible;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kl-features-03__titles li.active h4:after {
    visibility: hidden;
  }
}

.kl-features-03__titles li h4 {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  margin: 0;
}

.kl-features-03__titles li h4:after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #0b86d8;
  position: absolute;
  left: 0;
  bottom: 2px;
  visibility: hidden;
  transition: width .2s ease-in-out;
}

.kl-features-03__section {
  background-color: #F3F3F3;
  display: none;
}

.kl-features-03__section.active {
  display: flex;
  flex-wrap: wrap;
}

.kl-features-03__image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  flex-basis: 360px;
  flex-grow: 1;
  display: flex;
}

.kl-features-03__image--left {
  justify-content: flex-start;
}

.kl-features-03__image--center {
  justify-content: center;
}

.kl-features-03__image--right {
  justify-content: flex-end;
}

.kl-features-03__image--top {
  align-items: flex-start;
}

.kl-features-03__image--middle {
  align-items: center;
}

.kl-features-03__image--bottom {
  align-items: flex-end;
}

.kl-features-03__image--cover {
  align-items: unset;
}

.kl-features-03__image--cover img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.kl-features-03__image--contain img {
  object-fit: contain;
}

.kl-features-03__content {
  padding: 54px 78px;
  flex-basis: 400px;
  flex-grow: 3;
}

@media screen and (max-width: 580px) {
  .kl-features-03__content {
    padding: 30px;
  }
}

.kl-features-03__text h3 {
  margin: 0 0 28px;
  max-width: 480px;
}

.kl-features-03__text p {
  margin: 0 0 64px;
  max-width: 600px;
}

.kl-features-03__buttons {
  display: flex;
  align-items: center;
}

.kl-features-03__primary-cta {
  margin: 0 35px 0 0;
}
.kl-card {
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  padding: 32px 25px;
  background-color: rgba(255, 255, 255, 1.0);
}

.kl-card__preheader {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0b86d8;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-card__content h1, .kl-card__content h2, .kl-card__content h3, .kl-card__content h4, .kl-card__content h5, .kl-card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-card__content p {
  margin: 0 0 2rem;
}

.kl-card__image {
  margin: 0 0 1.75rem;
}

.kl-card__form {
  max-width: 600px;
}
.kl-testimonials {
  display: flex;
}

@media screen and (max-width: 920px) {
  .kl-testimonials {
    display: block;
  }
}

.kl-testimonial {
  padding: 18px 25px 25px;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 9px;
  background-color: rgba(255, 255, 255, 1.0);
  flex-grow: 1;
  flex-basis: 300px;
}

.kl-testimonial + .kl-testimonial {
  margin-left: 64px;
}

@media screen and (max-width: 1024px) {
  .kl-testimonial + .kl-testimonial {
    margin-left: 16px;
  }
}

@media screen and (max-width: 920px) {
  .kl-testimonial + .kl-testimonial {
    margin: 16px 0 0;
  }
}

.kl-testimonial__quote {
  margin: 0 0 25px;
}

.kl-testimonial__quote svg {
  fill: #0b86d8;
  height: 32px;
  max-height: 32px;
}

.kl-testimonial__content {
  font-weight: 500;
}

.kl-testimonial__footer {
  display: flex;
  align-items: center;
}

.kl-testimonial__footer img {
  display: block;
  object-fit: cover;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin: 0 16px 0 0;
}

.kl-testimonial__author {
  font-weight: bold;
}

.kl-testimonial__author span {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0b86d8;
  display: block;
  font-size: 0.75rem;
  margin: 0 0 8px;
}
.kl-timeline__entry {
  position: relative;
  padding-bottom: 50px;
}

.kl-timeline__entry h1, .kl-timeline__entry h2, .kl-timeline__entry h3, .kl-timeline__entry h4, .kl-timeline__entry h5 {
  color: #0b86d8;
}

.kl-timeline__entry p {
  margin: 0 0 1rem;
}

.kl-timeline__entry--odd {
  margin-right: 50%;
  padding-right: 50px;
  text-align: right;
}

.kl-timeline__entry--odd:before {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transform: translateX(4px);
  right: 0;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--odd:before {
    transform: translateX(-5px);
    left: 0;
  }
}

.kl-timeline__entry--odd:after {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 1px;
  height: 100%;
  right: 0;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--odd:after {
    left: 0;
  }
}

.kl-timeline__entry--even {
  margin-left: 50%;
  padding-left: 50px;
}

.kl-timeline__entry--even:before {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transform: translateX(-5px);
  left: -1px;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--even:before {
    transform: translateX(-5px);
    left: 0;
  }
}

.kl-timeline__entry--even:after {
  content: '';
  background-color: #1C2630;
  display: block;
  position: absolute;
  top: 10px;
  width: 1px;
  height: 100%;
  left: -1px;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry--even:after {
    left: 0;
  }
}

.kl-timeline__entry:last-child:after {
  display: none;
}

@media screen and (max-width: 580px) {
  .kl-timeline__entry {
    margin: 0;
    padding: 0 0 50px 50px;
    text-align: left;
  }
}

@media screen and (max-width: 420px) {
  .kl-timeline__entry {
    padding: 0 0 20px 20px;
  }
}
/***************************************************************************/
/************************   Menu and simple menu   *************************/
/***************************************************************************/
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Blog header */
.blog-header {
  background-color: rgba(242, 245, 251, 1.0);
  padding: 0 0;
  /* Blog header - author listing */
}

.blog-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-header__inner {
    display: block;
  }
}

.blog-header--author {
  background-color: transparent;
}

.blog-header--author .blog-header__inner {
  justify-content: flex-start;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .blog-header--author .blog-header__inner {
    display: block;
  }
}

.blog-header__title {
  margin: 0 0 32px;
  max-width: 380px;
  flex-basis: 380px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .blog-header__title {
    max-width: none;
  }
}

.blog-header__title span {
  color: #0b86d8;
}

.blog-header__preheader {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0b86d8;
  display: block;
  margin: 0 0 .75rem;
}

.blog-header__image {
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .blog-header__image {
    margin: 0 auto;
    max-width: 360px;
  }
}

.blog-header__image img {
  width: 100%;
}

.blog-header__author {
  flex-basis: 720px;
}

@media screen and (max-width: 768px) {
  .blog-header__author {
    margin: 32px 0 0;
  }
}

.blog-header__avatar {
  display: block;
  height: 360px;
  width: 100%;
  margin-right: 64px;
  max-width: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .blog-header__avatar {
    margin: 0 auto;
  }
}

@media screen and (max-width: 360px) {
  .blog-header__avatar {
    height: 300px;
  }
}

.blog-header__author-social-links {
  margin: 0 -8px;
}

.blog-header__author-social-links a {
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 0 8px;
  position: relative;
}

.blog-header__author-social-links svg {
  fill: #000000;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-filter {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 32px 0;
}

.blog-tags {
  list-style: none;
  padding: 0;
  margin: -7px;
}

.blog-tags li {
  display: inline-block;
  margin: 7px;
}

.blog-tags__link {
  background-color: rgba(11, 134, 216, 1.0);
  border: 1px solid #0b86d8;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 15px 25px;
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
  /* To affect HubSpot CTAs */
  padding: 12px 18px;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.75rem;
  background-color: transparent;
  color: #dadada;
  border: 1px solid #dadada;
}

.blog-tags__link:hover, .blog-tags__link:focus, .blog-tags__link:active {
  background-color: rgba(59, 102, 201, 1.0);
  border-color: rgba(59, 102, 201, 1.0);
  color: #FFF;
  text-decoration: none;
}

.blog-tags__link:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.blog-tags__link a {
  color: #FFFFFF;
}

.blog-tags__link a:hover {
  color: white;
  text-decoration: none;
}

.blog-tags__link--current {
  background-color: #0b86d8;
  border: none;
  color: white;
}

.blog-search {
  flex-basis: 400px;
  width: 100%;
  margin: 32px 0 0;
}

/* Blog listing */
.blog-index, .blog-more-posts {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0;
  margin: -24px;
}

.blog-index:after, .blog-more-posts:after {
  content: "";
  flex: auto;
}

.blog-index__post-wrapper, .blog-more-posts__post-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: 24px;
}

@media screen and (min-width: 768px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post-wrapper, .blog-more-posts__post-wrapper {
    flex-basis: calc(100% / 3);
  }
}

.blog-index__post, .blog-more-posts__post {
  display: flex;
  flex-direction: column;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border-radius: 9px;
  height: 100%;
  overflow: hidden;
}

.blog-index__post img, .blog-more-posts__post img {
  height: auto;
  max-width: 100%;
}

.blog-index__post-content, .blog-more-posts__post-content {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}

.blog-index__post-content h3, .blog-more-posts__post-content h3 {
  margin: 0 0 1rem;
  font-size:20px;
}

.blog-index__post-content h3 a, .blog-more-posts__post-content h3 a {
  color: #000000;
}

.blog-index__post-content h3 a:hover, .blog-index__post-content h3 a:visited, .blog-more-posts__post-content h3 a:hover, .blog-more-posts__post-content h3 a:visited {
  color: #000000;
}

.blog-index__post-preheader, .blog-more-posts__post-preheader {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0b86d8;
  display: block;
  margin: 0 0 .75rem;
}

.blog-index__post-meta, .blog-more-posts__post-meta {
  display: flex;
  margin: 0;
  color: #2f2f2f;
  /* color: #C6C6C6;
  font-size: .75rem;*/
  text-transform: uppercase;
}

.blog-index__post-meta span, .blog-more-posts__post-meta span {
  display: inline-block;
}

.blog-index__post-date, .blog-more-posts__post-date {
 /* margin-left: 32px; */
}

.blog-index__post-image, .blog-more-posts__post-image {
  display: block;
  background-image: url('https://20021603.fs1.hubspotusercontent-na1.net/hubfs/20021603/raw_assets/public/atlas-theme_ef/images/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 44%;
}

.blog-index__author h2, .blog-more-posts__author h2 {
  margin: 32px 0 1.5rem;
}

.blog-index__author hr, .blog-more-posts__author hr {
  height: 2px;
  background-color: #DCDCDC;
}

/* Blog pagination */
.blog-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3rem;
}

.blog-pagination__link {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 1rem;
  line-height: 1;
  margin: 0 16px;
  text-decoration: none;
}

.blog-pagination__link:hover, .blog-pagination__link:focus {
  color: #0b86d8;
  text-decoration: none;
}

.blog-pagination__link--active {
  color: #0b86d8;
}

.blog-pagination__ellipsis {
  color: #000000;
  font-size: 1rem;
  line-height: 1;
}

/* Blog post */
.blog-header--post {
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-post {
  margin: 0 auto;
  padding: 2rem 0;
}

.blog-post__meta {
  display: flex;
  align-items: center;
}

.blog-post__meta a {
  color: #C6C6C6;
  transition: color .25s ease-in;
}

.blog-post__meta a:hover {
  color: #0b86d8;
  text-decoration: none;
}

.blog-post__timestamp {
  color: #2f2f2f;
}

.blog-post__divider {
  margin: 52px 0 52px;
}

.blog-post__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 38px;
}

.blog-post__preheader {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0b86d8;
  display: block;
  margin: 0 0 1rem;
}

.blog-post__title {
  margin: 10px 0 1rem;
  /* max-width: 680px; */
}

.blog-post__summary {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0;
}

.blog-post__body-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.blog-post__body img {
  max-width: 100%;
}

.blog-post__tags {
  display: flex;
  flex-wrap: wrap;
}

.blog-post__tag-link {
  color: #0b86d8;
  background-color: #e6edff;
  border-radius: 3px;
  font-size: 0.75rem;
  padding: 5px 10px;
  margin: 0 8px 8px 0;
}

/* Blog related posts */
.blog-more {
  padding: 2rem 0;
}

.blog-more--centered h2 {
  text-align: center;
}

/* Blog comments */
.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  outline: none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #000000;
}

.breadcrumb{
  margin-bottom: 20px;
  font-size:12px;
}

.hs-cta-img{
  width:100%;
  height:auto;
}

.column-head{
  background-size: cover;
  background-position:top;
  background-repeat:no-repeat;
  background-image:url("https://20021603.fs1.hubspotusercontent-na1.net/hubfs/20021603/raw_assets/public/atlas-theme_ef/images/column_head0711.jpg");
}

.column-header__inner{
  min-height:350px;
  padding-bottom:30px;
}

.blog-post__body h2,.blog-post__body h3,.blog-post__body h4{
 margin:0;
}

.blog-post__body h2{
 margin-top:60px;
}

.blog-post__body img{
 width: 100%;
 height: 100%;　
 object-fit: cover;
  margin-top:50px;
}

/*ブログ内 dev 黒枠を削除　20251204*/
.blog-post__body div{
 /*padding:30px;*/
 margin:30px 0;
 /*border:1px solid #333333;*/
}

@media screen and (max-width: 768px){
  .column-header__inner{
   display:flex;
   min-height:200px;
  }
  .blog-post__title {
  font-size:28px
}
  .blog-post__divider {
  margin: 28px 0 28px;
}
    .blog-header--post {
      background-image:none;
    display:none;
  }
  
  .blog-more-posts__post-wrapper {
    padding: 10px 24px;
}
  
}

.blog-post__body blockquote{
  padding:10px;
 border-left:5px solid #ffc966;
  color:#403333;
  line-height:1.75;
}

.blog-post__tags{
 margin-bottom:10px;
}

.blog-more-posts__post-image{
  display:none;
}

/*column flex */

.column-post-wrapper{
  max-width:1240px;
  margin:40px 0 0 0;
}

.colum-post-container{
    display:flex;
  flex-wrap:nowrap;
    max-width:1200px;
    margin:0 20px 0 20px;
}

.column-post-body{
  max-width:800px;
  margin-right:100px;
  z-index:2;
}

.column-post-side{
  max-width:300px;
  margin-top:40px;
  z-index:1;
}

.column-post-side-inner{
  height:100%;
}

.column-post-side-menu{
  /*position: sticky; */
  top:100px;
}

.column-recent-post{
  padding:10px;
  font-size:16px;
  text-align:center;
  border-radius: 9px 9px 0px 0px;
  font-weight:bold;
  margin-bottom:0px;
}

.column-recent-post h2{
  font-size:20px;
}

.column-recent-post-container{
  display:flex;
  border: 1px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgb(154 161 177 / 20%);
  border-radius: 9px 9px 9px 9px;
  margin-bottom:10px;
}

.column-recent-post-image{
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom:80px;
  border-radius: 9px 9px 0px 0px;
}

.column-recent-post-title{
  font-size:14px;
  padding:10px 0 0;
  margin:0px 10px 10px 10px;
  line-height:1.5;
  text-align: left;
  font-weight: normal;
}

.column-recent-post-title a{
  color:#444444;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.column-recent-image{
  min-width:90px;
  min-height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 9px 0px 0px 9px;
}

.mm-side{
    border: 1px solid #4678EE;
    border-radius: 9px 9px 9px 9px;
    margin:20px 0;
    padding:20px;
  background-color:#fff;
}

@media screen and (max-width: 920px){
   .column-post-wrapper{
        max-width:100%;
        margin:40px 0 0 0;
    }

   .colum-post-container{
        display:flex;
        flex-wrap:wrap;
        max-width:100%;
        margin:0 auto;
    }
  
   .column-post-body{
      max-width:800px;
      margin-right:0;
    }
  .blog-post__body h2{
    line-height:1 !important;
  }
    .blog-post__body h3{
    line-height:1.5 !important;
  }
  .column-recent-post{
  padding:0px;
  font-size:16px;
  text-align:left;
  border-radius: 9px 9px 0px 0px;
  font-weight:bold;
  margin-bottom:10px;
  }
  
    .column-recent-post h2{
  font-size:32px;
  }
  
  .column-recent-post-image{
    padding-bottom:100px;
}
  
  .column-recent-post-title{
  font-size:14px;
  padding:10px 0 0;
  margin:0px 10px 10px 10px;
  line-height:1.5;
  }
  
   .column-post-side{
      max-width: 100%;
    } 
 .mm-side{
    display:none;
}
}

.blog-header__tag{
  color:#FFF;
  -moz-text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
-webkit-text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
-ms-text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
}
.blog-header__tag h1{
  color:#FFF;
}

@media screen and (min-width: 920px){
.zoom {
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  transform-origin: top left;
}

.zoom:hover {
  cursor: zoom-in;
}

.zoom.scale {
  transform: scale(1.5, 1.5);
  z-index:100;
}

.zoom.scale:hover {
  cursor: zoom-out;
}
}
/* Error pages */
.kl-error-page {
  padding: 100px 0;
  text-align: center;
}

.kl-error-page__preheader {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0b86d8;
  display: block;
  margin: 0 0 0.5rem;
}

.kl-error-page__heading {
  margin: 0 0 1rem;
}

/* System pages */
.systems-page__content {
  margin: 0 auto;
  max-width: 620px;
  padding: 120px 20px;
}

.systems-page .success {
  color: #34A853;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.systems-page h1 {
  margin: 0 0 4rem;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .systems-page h1 {
    margin: 0 0 2rem;
    font-size: 2rem;
  }
}

.systems-page--membership {
  background-image: url(https://20021603.fs1.hubspotusercontent-na1.net/hubfs/20021603/raw_assets/public/atlas-theme_ef/images/Hero-Background-2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.systems-page--membership h1 {
  margin: 0 0 1rem;
}

.systems-page--membership p {
  margin: 0 0 3rem;
  text-align: center;
}

.systems-page--membership form .hs-submit input, .systems-page--membership form input[type="submit"] {
  width: 100%;
}

.systems-page--subscription-confirmation h1 {
  display: none;
  margin: 0 0 1.5rem;
}

.systems-page--subscription-confirmation h2 {
  color: #3A3A3A;
  font-size: 1rem;
  margin: 0;
}

.systems-page--subscription-confirmation .page-header {
  text-align: center;
  margin: 0 0 2rem;
}

.systems-page--subscription-preferences .page-header {
  text-align: center;
  margin: 0 0 2rem;
}

.systems-page--subscription-preferences h1 {
  margin: 0 0 1.5rem;
}

.systems-page--subscription-preferences h2 {
  color: #3A3A3A;
  font-size: 1rem;
  margin: 0;
}

.systems-page--subscription-preferences .email-prefs {
  padding: 32px;
  border: 1px solid #DAE3F9;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  border-radius: 10px;
}

.systems-page--subscription-preferences .email-prefs p, .systems-page--subscription-preferences .email-prefs span, .systems-page--subscription-preferences .email-prefs label {
  font-size: 0.875rem;
  line-height: 1rem;
  vertical-align: text-top;
  font-weight: normal;
}

@media screen and (max-width: 360px) {
  .systems-page--subscription-preferences .email-prefs {
    padding: 18px;
  }
}

.systems-page--subscription-preferences input[type="checkbox"] {
  margin-right: 12px;
}

.systems-page__preheader {
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0b86d8;
  display: block;
  margin: 0 0 0.5rem;
  text-align: center;
}

.systems-page form {
  position: relative;
}

.systems-page form .hs-form-field {
  position: relative;
}

.systems-page form .form-input-validation-message ul {
  padding: 0;
}

.systems-page form .form-input-validation-message label {
  color: #929292;
  font-size: 0.875rem;
  font-weight: normal;
}

.systems-page form .hs-login-widget-show-password,
.systems-page form .hs-register-widget-show-password,
.systems-page form .hs-reset-widget-show-password {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #0b86d8;
}

.systems-page form .hs-login-widget-show-password:hover, .systems-page form .hs-login-widget-show-password:focus,
.systems-page form .hs-register-widget-show-password:hover,
.systems-page form .hs-register-widget-show-password:focus,
.systems-page form .hs-reset-widget-show-password:hover,
.systems-page form .hs-reset-widget-show-password:focus {
  color: #0b86d8;
  text-decoration: none;
}

.systems-page form #hs_login_reset {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  margin: 1rem 0 0;
  z-index: 1;
  color: #0b86d8;
  font-size: 0.875rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page .form-container {
  max-width: 380px;
  margin: 0 auto 3rem;
}

.systems-page .form-container .label {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 0.75rem;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Password prompt */
.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */
.backup-unsubscribe h3 {
  font-size: 0.875rem;
  font-weight: bold !important;
  line-height: 1rem;
  margin: 0 0 0.75rem;
}

.backup-unsubscribe #email-prefs-form {
  padding: 42px 32px;
  border: 1px solid #DAE3F9;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  border-radius: 10px;
}

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 360px) {
  .backup-unsubscribe #email-prefs-form {
    padding: 32px 18px;
  }
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.5rem;
  padding: 0.7rem !important;
  font-size: 0.875rem !important;
  border: 1px solid #DADADA;
}

/* Search pages */
.hs-search-field {
  max-width: 750px;
}

.hs-search-field input[type=text] {
  padding-right: 48px;
}

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__bar:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 19a8 8 0 100-16 8 8 0 000 16zM21 21l-4-4' stroke='%23C6C6C6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(8px);
  border-radius: 9px;
  width: 100%;
}

.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  padding: 8px 16px;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #dedede !important;
}

.kl-search-results {
  padding: 80px 0;
}

.hs-search-results {
  margin-top: 3.5rem;
}

.hs-search-results__featured-image {
  margin-bottom: 1rem;
}

.hs-search-results__featured-image img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.hs-search-results__title {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif, sans-serif;
}

.hs-search-results__title:hover, .hs-search-results__title:focus {
  color: #0b86d8;
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 1.25rem;
  margin: 0 0 2.5rem;
}

.hs-search-results__pagination a {
  color: #000000;
  font-family: arial, helvetica, sans-serif, sans-serif;
  font-weight: bold;
}

.hs-search-results__listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px !important;
}

.hs-search-results__listing li {
  flex-basis: calc(100% / 2);
  padding: 0 20px !important;
}

@media screen and (max-width: 620px) {
  .hs-search-results__listing li {
    flex-basis: 100%;
  }
}

.hs-search-highlight {
  font-weight: bold;
}
/*追加*/
ul{
  list-style-type: none;
}
/* font */

body{
  /*font-family: "Helvetica Neue",Arial,Meiryo,sans-serif,"Hiragino Kaku Gothic ProN","Hiragino Sans";*/
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Helvetica Neue",Arial,Meiryo,sans-serif,"Hiragino Kaku Gothic ProN","Hiragino Sans";*/
}

/* device-br */
  @media screen and (max-width:767px){  
    br.pcbr{
      display:none;
  }
}
  @media screen and (min-width:768px){
    br.spbr{
      display:none;
    }
    .test {
      color: #fff;
    }
}