*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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; /* 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;
}
/* 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: 1px;
    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: 1px;
        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: 1px;
        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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 10px;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.8;
  word-break: break-word;
}

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

img {
  border-style: none;
  max-width: 100%;
}


/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

#hs-search-module .hs-input {
  margin-bottom: 1.4rem;
}


/* Labels */

form label {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: 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;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  height: 90px;
  padding: 14px 0 0;
  font-size:16px;
}

.header-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.custom-logo {
  display: inline-block;
}

.custom-logo a {
  width: 120px;
  display: block;
}

.custom-logo a img {
  display: block;
  width: 100% !important;
}

.header-info-links {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0 0 10px;
}

.header-info-links #hs-button_document_btn {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 0 10px 0 0;
  letter-spacing: 1px;
  padding: 0 15px;
}


.header-info-links a:hover {
  opacity: 0.7;
}

.header-info-links-nav { font-size: 12px; color: #000; margin-right: 15px; }
.header-info-links-nav a { display: inline-block; margin: 0 8px; }
.header-info-links-nav a:hover { text-decoration: none; }


.header-info-number {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 20px 0 0;
  padding: 5px 0 0;
  text-decoration: none;
}

.header-info-number p {
  font-size: 20px;
  font-weight: bold;
  padding: 2px 0 0;
  color: #1a2872;
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}

.header-info-number p:before {
  display: inline-block;
  height: 22px;
  width: 22px;
  vertical-align: -1px;
  margin-right: 5px;

  content: url('https://19945928.fs1.hubspotusercontent-na1.net/hubfs/19945928/corp.neo-m.jp/static/icons/phone_02_blk.svg');
}

.header-info-number p span {
  color: #000;
  font-weight: normal;
  display: block;
  font-size: 10px;
  position: absolute;
  top: -8px;
  left: 42px;
}


.custom-menu-primary .hs-menu-wrapper > ul {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-end;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  line-height: 1.8;
  font-size: 14px;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper  ul  li  a {
  display: inline-block;
  font-weight: bold;
  color: #2F2F2F;
  text-decoration: none;
  padding: 0 25px;
  line-height: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  opacity: 0.7;
}

.lp-header.header {
  padding-top: 30px;
}

@media(min-width:960px){
  .mobile-nav-wrapper{
    display:none;
  }
  .common_sp {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul {
    display:none;
    position: absolute;
    top: 100%;
    text-align: center;
    width: max-content;
    font-size: 14px;
    padding: 5px 0;
    left: 50%;
    transform: translateX(-50%);
/*     box-shadow: 3px 2px 13px -4px rgba(0,0,0,0.62);
    -webkit-box-shadow: 3px 2px 13px -4px rgba(0,0,0,0.62);
    -moz-box-shadow: 3px 2px 13px -4px rgba(0,0,0,0.62); */
  }
    
  .custom-menu-primary .hs-menu-wrapper>ul > li.hs-item-has-children > a::after {
    content: "▼";
    display: inline-block;
    margin-left: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul li a {
    padding: 8px 25px;
    display: block;
    line-height: 1.8;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover ul{
    display:block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:after {
    content: "";
    height: 20px;
    display: block;
    width: 100%;
    position: absolute;
  }

  .child-trigger {
    display:none;
  }
}


/* リンクエリア */
.header_link_block {
  background-color: #F7F7F7;
  padding: 10px 0;
  margin-bottom: 14px;
}
.header_link_block__inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_link_block__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 12px;
}
.header_link_block__li a {
  font-weight: bold;
}
.header_link_block__title {
  background-color: #999999;
  color: #fff;
  padding: 3px 5px;
  font-size: 11px;
  margin-left: 10px;
}




@media(max-width:1200px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }

  .header-container {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 960px) {
  .pcOnly{
    display: none !important;
  }
}

@media(max-width:960px){

  .lp-header.header {
    padding-top: 25px;
  }

  .hd-nav-wrap {
    display: none;
  }

  .common_sp {
    display: block;
  }

  .common-header-menu {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }

  .header_menu_phone {
    margin-right: 20px;
    display: block;
    width: 48px;
    line-height: 1;
  }

  .header_menu_btn {
    display: block;
    width: 48px;
  }

  header.header {
    height: 76px;
    padding: 14px 15px 0;
/*     padding: 0 15px 0 !important; */
/*     height: 150px !important; */
  }
  
/*  2025/5/27 追記　シェアストック北村  */
  .header_menu_phone a{
    display: inline-block;
    height: auto;
    width: 48px;
  }

  .header_menu_btn img {
    display: block;
    width: 100%;
  }

  .custom-logo a {
    width: 81px;
    margin-bottom: 8px;
    /*   2025/5/27 追記　シェアストック北村   */
    height: 48px;
    margin-bottom: 8px;
    display: flex;
  }

  .mobile-inner-wrap {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: #fff;
    padding: 65px 17px 0;
  }

  .header_close_btn {
    position: fixed;
    right: 15px;
    top: 14px;
    width: 34px;
  }

  .header_close_btn img {
    display: block;
    width: 100%;
  }

  .mobile-menu-sec {
    height: calc( 100% - 20px );
    overflow-y: scroll;
  }

  .mobile-btn-links a{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #fff;
    background: #1A2872;
    letter-spacing: 1px;
  }

  .mobile-btn-links a img {
    display: inline-block;
    margin: 0 15px 0 0;
    width: 35px;
    vertical-align: -10px;
  }

  .mobile-btn-links a:nth-of-type(3) {
/*     margin: 0 0 22px; */
  }

  .mobile-btn-links a:hover {
    color: #ffffff;
  }

  .mobile_custom-menu-primary .hs-menu-wrapper > ul {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-end;
  }

  .mobile_custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }

  .mobile_custom-menu-primary .hs-menu-wrapper > ul  li {
    margin: 0 0 35px;
  }

  .mobile_custom-menu-primary .hs-menu-wrapper  ul  li  a {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 0 0 0 32px;
    font-weight: normal;
    border: none;
    line-height: 1;
    color: #2F2F2F;
  }

  .mobile_custom-menu-primary .hs-menu-wrapper > ul  li  a:hover {
    opacity: 1;
    color: #E2991D;
  }

  .mobile_custom-menu-primary .hs-menu-wrapper > ul   li  a:before {
    content: "";
    background: url('https://neo-m.jp/static/images/common/icon08.svg') center center no-repeat;
    background-size: contain;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: 13px;
    top: 5px;
  }

  .mobile_custom-menu-primary .hs-menu-wrapper>ul > li.hs-item-has-children ul {
    margin-top: 35px;
    display:none;
  }

  .mobile_custom-menu-primary .hs-menu-wrapper>ul > li > ul {
    margin-top: 35px;
    display:none;
  }

  .child-trigger {
    display: block;
    color: #2f2f2f;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 16px;
    width: 30px;
    text-align: center;
    font-size: 0;
    cursor: pointer;
  }
  .child-trigger:before {
    content: '+';
    font-size: 20px;
  }
  .child-open > .child-trigger:before {
    content: '-';
  }

  .mobile_custom-menu-primary .hs-menu-wrapper>ul > li {
    position: relative;
  }

}


/*グロナビ*/

.header_nav a{
  color: #1a2872;
}
.header_nav a:hover {
  color: #e2991d;
}
.header_nav li {
  list-style: none;
}
.header_nav .header_nav_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0 0 10px;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .header_nav .header_nav_list {
    display: block;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .header_nav .header_nav_list {
    margin-right: 12px;
  }
}
.header_nav .header_nav_item {
  font-size: 13px;
  line-height: 1.8;
}
@media only screen and (max-width: 1200px) {
  .header_nav .header_nav_item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 960px) {
  .header_nav .header_nav_item {
    margin: 0 0 15px;
    font-size: 11px;
  }
}
.header_nav .header_nav_pulldown {
  padding-right: 10px;
}
.header_nav .header_nav_pulldown span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0 15px;
  display: inline-block;
  font-weight: bold;
  color: #2f2f2f;
  text-decoration: none;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .header_nav .header_nav_pulldown span {
    padding: 0 8px;
  }
}
.header_nav .header_nav_pulldown span::after {
  content: "▼";
  display: inline-block;
  margin-left: 5px;
}
.header_nav .header_nav_pulldown span:hover {
  cursor: default;
}
.header_nav .header_nav_pulldown:hover > .header_nav_pulldown_wrapper {
  display: block;
}
.header_nav .header_nav_pulldown:hover > span {
  color: #e2991d;
}
.header_nav .header_nav_pulldown .header_nav_pulldown_wrapper {
  z-index: 1;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: calc(100% - 14px);
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.2);
}
.header_nav .header_nav_pulldown .header_nav_pulldown_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 1px;
  border-top: 1px solid #000;
}
.header_nav .header_nav_pulldown .header_nav_pulldown_wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
}
.header_nav .header_nav_pulldown .header_nav_pulldown_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-y: auto;
  max-height: 320px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.header_nav .header_nav_pulldown .header_nav_pulldown_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 50px 10px;
  max-width: 1000px;
}
.header_nav .header_nav_pulldown .header_nav_pulldown_items .section {
  width: 100%;
}
.header_nav .header_nav_pulldown .header_nav_pulldown_items_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 10px;
}
.header_nav .header_nav_pulldown .header_nav_pulldown_items_wrapper a {
  color: #2f2f2f;
  padding: 8px 25px;
  display: block;
  text-align: center;
  text-decoration: underline;
}
.header_nav .header_nav_pulldown .header_nav_pulldown_items_wrapper a::before {
  content: "・";
  display: inline-block;
  margin-right: 5px;
}
.header_nav .header_nav_pulldown .header_nav_pulldown_items_wrapper a:hover {
  color: #e2991d;
}
.header_nav
  .header_nav_pulldown
  .header_nav_pulldown_items_wrapper
  a:last-child {
  padding-right: 0;
}
.header_nav .header_nav_pulldown .header_nav_pulldown_items_title {
  display: block;
  width: 100%;
  font-size: 110%;
  font-weight: bold;
  color: #1a2872;
}
.header_nav .header_nav_pulldown .header_nav_pulldown_items_title a {
  text-decoration: underline;
  color: #1a2872;
}
.header_nav .header_nav_link {
  z-index: 2;
  position: relative;
  padding: 0 20px;
  display: inline-block;
  font-weight: bold;
  color: #2f2f2f;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  .header_nav .header_nav_link {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 960px) {
  .header_nav .header_nav_link {
    position: relative;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 0 0 0 32px;
    border: none;
  }
}
.header_nav .header_nav_link:before {
  content: none;
  background: url("/static/images/common/icon08.svg") center center no-repeat;
  background-size: contain;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 13px;
  top: 11px;
}
@media only screen and (max-width: 960px) {
  .header_nav .header_nav_link:before {
    content: "";
  }
}
.header_nav .header_nav_service_list {
  padding-bottom: 10px;
  padding: 30px 50px 10px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.header_nav .header_nav_service_list li {
  display: block;
  margin: 0 10px;
}


.gnavi__sp {
  font-size: 16px;
}

.gnavi__sp .toggle {
  display: none;
}

.gnavi__sp .Label {
  /*タイトル*/
  padding: 1em;
  display: block;
  color: #000;
  font-weight: bold;
}

.gnavi__sp .Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gnavi__sp .Label,
.gnavi__sp .gnavi-content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gnavi__sp .gnavi-content {
  /*本文*/
  height: 0;
  padding: 0 20px;
  overflow: hidden;
}

.gnavi__sp .gnavi-content a {
  color: #2f2f2f;
  padding: 0 10px 20px 16px;
  line-height: 1.6;
  display: block;
  text-align: left;
}

.gnavi__sp .gnavi-content a::before {
  content: ">";
  display: inline-block;
  text-indent: -13px;
}

.gnavi__sp .gnavi-content a:last-child {
  padding-bottom: 0;
}

.gnavi__sp .gnavi-content .gnavi-content-title {
  font-weight: bold;
  padding: 20px 0;
  color: #1a2872;
}

.gnavi__sp .gnavi-content .gnavi-content-title:first-child {
  padding-top: 0;
}

.gnavi__sp .gnavi-link {
  padding: 1em;
  display: block;
  color: #000;
  font-weight: bold;
}

.gnavi__sp .toggle:checked + .Label + .gnavi-content {
  /*開閉時*/
  height: auto;
  padding: 10px 20px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gnavi__sp .toggle:checked + .Label::before {
  -webkit-transform: scaleY(-1) rotate(135deg) !important;
          transform: scaleY(-1) rotate(135deg) !important;
}



.pc_contactBlock { opacity: 0; display: block; position: fixed; z-index: 49; top: 140px; right: 0; -webkit-transform: translateX(100%); transform: translateX(100%); width: 105px; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }

@media only screen and (max-width: 960px) { .pc_contactBlock { display: none !important; } }

.pc_contactBlock.show { display: block; opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }

.pc_contactBlock_quotation,
.pc_contactBlock_request {
  display: block;
  -webkit-box-shadow: 0px 0px 10px #bebebe;
  box-shadow: 0px 0px 10px #bebebe;
  background-color: #e2991d;
  border-radius: 10px 0 0 10px;
  padding: 14px 0 10px;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  position: relative;
}
.pc_contactBlock_quotation span,
.pc_contactBlock_request span {
  display: block;
  position: absolute;
  top: -18px;
  left: 0;
  font-size: 11px;
  color: #1a2872;
  font-weight: normal;
  text-align: center;
  width: 100%;
}
.pc_contactBlock_quotation .icon,
.pc_contactBlock_request .icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 5px;
}
.pc_contactBlock_request {
  margin-top: 20px;
}
.pc_contactBlock_inquiry {
  display: block;
  -webkit-box-shadow: 0px 0px 10px #bebebe;
  box-shadow: 0px 0px 10px #bebebe;
  background-color: #e2991d;
  color: #fff;
  border-radius: 10px 0 0 10px;
  padding: 10px 0;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  margin-top: 20px;
}
.pc_contactBlock_inquiry .icon {
  display: block;
  width: 30px;
  margin: 5px auto 8px;
}

.pc_contactBlock a:hover {color: #fff; text-decoration: none; opacity: 0.7;}


.header_link_block {
  background-color: #F7F7F7;
  padding: 10px 0;
  margin-bottom: 14px;
}
.header_link_block__inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
ul.header_link_block__li{
  margin-bottom: 0!important;
}

.header_link_block__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 12px;
  padding-bottom: 0 !important;
}
.header_link_block__li a {
  font-weight: bold;
    padding-bottom: 0 !important;
}
.header_link_block__title {
  background-color: #999999;
  color: #fff;
  padding: 3px 5px;
  font-size: 11px;
  margin-left: 10px;
}
.fd-inner {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 18px 0 25px;
}

footer.footer {
  font-size: 16px;
  line-height: 1;
}


.footer_bottom_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.footer-logo {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  width: 154px;
  margin: 0 10px 0 35px;
  padding-right: 30px;
  border-right: 1px solid #919191;
}

.footer-logo:hover {
  opacity: 0.7;
}

.footer-logo img {
  display: block;
  width: 100% !important;
}

.footer_sns {
  display: block;
  margin-left: 15px;
  width: 25px;
  height: 25px;
  color: #000;
  display: flex;
  align-items: center;
}

.footer-info {
  text-align: right;
}

.footer-info small {
  display: inline-block;
  font-size: 12px;
}

.footer-info ul {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0 0 10px;
  list-style: none;
  padding: 0;
}

.footer-info ul li:nth-child(1) {
  border: none;
  margin: 0 30px 0 0;
  padding: 0 0 0 40px;
}

.footer-info ul li:nth-child(1) a img {
  width: 70px;
  margin: 0 0 0 10px;
}

.footer-info ul li:nth-child(1) img {
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  transition: all 1s;
}

.footer-info ul li:last-child img {
  width: 70px;
  margin: 0 0 0 10px;
}

.footer-info ul li a {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
}

.footer-info ul li:last-child {
  padding: 0 0 0 40px;
  margin: 0 0 0 40px;
  border-left: 1px #2F2F2F solid;
}

.footer-top {
  background: #1D1D1D;
  padding: 75px 0 65px;
}

.common-pc .hs-menu-wrapper > ul {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 30px;
}

.common-pc .hs-menu-wrapper > ul > li > ul > li {
  margin: 0 0 20px;
}

.common-pc .hs-menu-wrapper > ul > li > ul > li > a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.common-pc .hs-menu-wrapper>ul>li>ul>li>a[href="javascript:;"]>img {
  display: none;
}

.common-pc .hs-menu-wrapper>ul>li>ul>li>ul {
  width: 100%;
}

.common-pc .hs-menu-wrapper>ul>li>ul>li>ul>li, .common-pc .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}

.common-pc .hs-menu-wrapper>ul>li>ul>li>ul>li:last-child {
  margin-bottom: 30px;
}

.common-pc .hs-menu-wrapper>ul>li>ul>li>ul>li>a, .common-pc .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  line-height: 2;
}

.common-pc .hs-menu-wrapper>ul>li>ul>li>a>img {
  display: inline-block;
  width: 10px;
  margin: 0 7px 0 0;
}

.common-pc .hs-menu-wrapper>ul>li>ul>li>ul>li:before, .common-pc .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 12px;
}

.common-pc .hs-menu-wrapper>ul>li>ul>li>ul>li:after, .common-pc .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:after {
  content: "";
  display: block;
  width: 1px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 7px;
}

.common-pc .hs-menu-depth-3.hs-item-has-children:not(:first-child) {
  margin-top: 15px;
}

.common-pc .hs-menu-depth-3.hs-item-has-children>a {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  padding-left: 0;
  margin-left: 0;
}
.common-pc .hs-menu-depth-3.hs-item-has-children::before,
.common-pc .hs-menu-depth-3.hs-item-has-children::after {
  content: none;
}
.common-pc .hs-menu-wrapper a[href="javascript:;"]{
  pointer-events: none;
}



.common-pc .hs-menu-wrapper>ul li a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media(min-width:961px){
  .common-mobile {
    display: none;
  }
}

@media(max-width:960px){
  .fd-inner {
    display: block;
    padding: 25px 10px 5px;
  }
  
  .footer_bottom_logo {
    justify-content: center;
    margin-bottom: 30px;
  }
  
  .footer-logo {
    border-right: none;
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  
  .footer-logo img {
    margin: 0 auto;
    width: 128px !important;
  }
  
  .footer_sns {
    width: 35px;
    height: 35px;
  }

  .footer-info {
    text-align: center;
  }

  .footer-info ul {
    margin: 0 0 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-info small {
    font-size: 10px;
  }

  .footer-info ul li:nth-child(1) {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
  }

  .footer-info ul li:nth-child(1) a img {
    margin: 0 20px;
  }

  .footer-info ul li:last-child {
    padding: 0;
    margin: 0 0 0 60px;
    border-left: none;
  }

  .common-pc {
    display: none;
  }

  .footer-top {
    padding: 0;
  }

  .common-mobile {
    display: block;
  }

  .common-mobile .hs-menu-wrapper > ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 0;
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .common-mobile .hs-menu-wrapper > ul > li {
    width: 50%;
    display: block;
    border-top: 1px #fff solid;
  }

  .common-mobile .hs-menu-wrapper > ul > li:last-child {
    border-bottom: 1px #fff solid;
  }

  .common-mobile .hs-menu-wrapper > ul > li:nth-of-type(odd) {
    border-right: 1px #fff solid;
  }

  .common-mobile .hs-menu-wrapper > ul > li:first-of-type {
    border-top: none;
  }

  .common-mobile .hs-menu-wrapper > ul > li:nth-of-type(2) {
    border-top: none;
  }

  .common-mobile .hs-menu-wrapper > ul > li > a {
    text-decoration: none;
    font-size: 12px;
    padding: 15px 12px;
    line-height: 1.5;
    display: block;
    color: #fff;
  }

  .common-mobile .hs-menu-wrapper > ul > li > a img {
    display: inline-block;
    width: 6px;
    margin: 0 7px 0 0;
    vertical-align: 2px;
  }
}

@media(max-width:640px){
  .footer-info ul li:last-child {
    margin: 0 0 0 13%;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-section .dnd-section {
  padding: 0 !important;
  max-width: 100% !important;
}

.body-wrapper {
  padding-top: 90px;
}

@media(max-width:960px){
  .body-wrapper{
    padding: 85px 0 0;
  }
}

.c-mv-btn-wrap{
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-mv-btn {
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  position: relative;
  padding: 0px 100px;
  margin: 0px 20px;
  text-decoration: none;
  border: 1px solid;
  border-color: transparent;
}
.c-mv-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.c-mv-btn__small {
  padding: 0 40px;
}
.c-mv-btn__blue {
  background-color: #1a2872;
  border-color: #1a2872;
}
.c-mv-btn__orange {
  background-color: #e2991d;
  border-color: #e2991d;
}
.c-mv-btn__white {
  background-color: #fff;
  border-color: #1a2872;
  color: #1a2872;
}
.c-mv-btn__white:hover {
  color: #1a2872;
}
.c-mv-btn__withIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-w90p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
}

.mt10 {
    margin-top: 10px;
}