*, *: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.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;
}
/* 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;
}
.content-wrapper,
.dnd-section > .row-fluid,
.footer__container,
.header__container,
.page-center {
   margin: 0 auto;
   padding-left:15px;
   padding-right:15px;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}
.dnd-section .dnd-column {
  padding: 0 15px;
}
.dnd-section .dnd-column:first-child {
   padding-left:0;
}
.dnd-section .dnd-column:last-child {
   padding-right:0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
   }
   .content-wrapper,
   .dnd-section > .row-fluid,
   .footer__container,
   .header__container,
   .page-center {
      padding-left:0;
      padding-right:0;
      width: 90%;
   }
}
html {
   font-size: 62.5%;
   letter-spacing: 0.13em;
}
body {
   line-height: 2;
   word-break: break-word;
}



/* Paragraphs */
img {
   max-width: 100%;
   height: auto;
}
p {
   margin: 0;
   padding:20px 0 0;
}

/* Anchors */

a {
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 0 1.5rem;
   line-height: 1.3;
}

h2 {
   line-height: 1.4;
}
h3 {
   line-height: 1.4;
}
sub {
   font-size: 1.4rem;
   position: static;
}
/* Lists */

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

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

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

/* 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;
}
@charset 'UTF-8';
/* Slider */

/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
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;
}

/*------------------------------------------------------------
 * l-button
------------------------------------------------------------*/
.l-button {
  position: relative;
  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;
  height: auto !important;
  width: 100%;
  max-width: 240px;
  min-height: 70px;
  margin: 0 auto;
  padding: 0 30px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  background: #1d2088;
  border: 2px solid #1d2088;
  color: #fff;
  -webkit-box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  z-index: 0;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
.l-button:link, .l-button:visited, .l-button:active {
  color: #fff;
}
.l-button::after {
  content: none !important;
}
.l-button:hover {
  opacity: 1;
  background: #fff;
  color: #1d2088;
  text-decoration: none;
}
.l-button.-blue, .-blue .l-button {
  background: #1d2088;
  border-color: #1d2088;
}
.l-button.-blue:hover, .-blue .l-button:hover {
  background: #fff;
  color: #1d2088;
}
.l-button.-red, .-red .l-button {
  background: #e20001;
  border-color: #e20001;
}
.l-button.-red:hover, .-red .l-button:hover {
  background: #fff;
  color: #e20001;
}
.l-button.-navy, .-navy .l-button {
  background: #332c6a;
  border-color: #332c6a;
}
.l-button.-navy:hover, .-navy .l-button:hover {
  background: #fff;
  color: #332c6a;
}
.l-button.-green-gradation, .-green-gradation .l-button {
  background-image: linear-gradient(90deg, #08ba63, #8dd935);
  border: none;
}
.l-button.-green-gradation:hover, .-green-gradation .l-button:hover {
  opacity: 0.5;
}
.l-button.-left {
  margin: 0;
}
.l-button.-w-scale-small {
  max-width: 170px;
}
.l-button.-w-scale-large {
  width: 100%;
}
.l-button .arrow {
  position: absolute;
  top: 50%;
  right: 1em;
}
.l-button .arrow {
  position: absolute;
  right: 30px;
  width: 8px;
  height: 20px;
}
.l-button .arrow::before, .l-button .arrow::after {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  transform: rotate(55deg);
  transform-origin: calc(100% - 0px) 50%;
  width: 12px;
}    
.l-button .arrow::after {
  transform: rotate(-55deg);
}
.l-button:hover .arrow:before, .l-button:hover .arrow:after {
  background: #1d2088;
}

@media screen and (max-width: 768px) {
  .l-button {
  }
  .l-button .arrow {
    right: 20px;
  }
}
/* Form fields */

.hs-form-field {
   margin-bottom: 18px;
}

/* Labels */

form label {
   font-size: 14px;
   display: block;
   float: none;
   width: auto;
   font-weight: 500;
   line-height: 20px;
   padding-top: 0;
   margin-bottom: 4px;
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
form .hs-form-field > label {
   font-family: arial, helvetica, sans-serif;
   font-size: 13px;
}
/* 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 {
   display: block;
   width: 100%;
   max-width: 767px;
   height: 40px;
   padding: 9px 10px;
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   font-size: 16px;
   font-weight: normal;
   line-height: 22px;
   color: #33475b;
   border: 1px solid #cbd6e2;
   box-sizing: border-box;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -ms-border-radius: 3px;
   border-radius: 3px;
   box-sizing: border-box;
   padding: 0 15px;
   min-height: 27px;
   outline:none !important;
}
form textarea.hs-input {
   height: auto;
   padding: 10px 15px;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
   margin: 0;
   padding: 0;
   list-style: none;
   margin: 0 0 5px;
   width: 100%;
   padding-left: 5px;
}
.hs-error-msgs label {
   color: #f2545b;
}
form .inputs-list > li {
  display: block;
  margin:  0;
}


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 */



/* Validation */

.hs-form-required {
  color: red;
}

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

form .hs-error-msgs label {
   color: #f2545b;
}


/* Submit button */
.actions {
   margin-top: 18px;
   margin-bottom: 0;
   padding: 17px 0px;
   padding-top: 11px;
}
form input[type=submit],
form .hs-button,
.hs-button {
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   margin: 0;
   cursor: pointer;
   display: inline-block;
   font-weight: 700;
   line-height: 12px;
   position: relative;
   text-align: center;
   transition: all .15s linear;
   background-color: #ff7a59;
   border-color: #ff7a59;
   color: #fff;
   border-radius: 3px;
   border-style: solid;
   border-width: 1px;
   font-size: 14px;
   padding: 12px 24px;
   background: #ff7a59;
   border-color: #ff7a59;
   color: #ffffff;
   font-size: 12px;
   line-height: 12px;
   font-family: arial, helvetica, sans-serif;
   white-space:normal;
   text-decoration:none !important;
   outline:none;
}

.inputs-list:first-child {
   padding-top: 6px;
}
.inputs-list label {
   float: none;
   width: auto;
   padding: 0;
   line-height: 18px;
   white-space: normal;
   font-weight: normal;
}
.hs-input[type=checkbox], .hs-input[type=radio] {
   height: auto;
   padding: 0;
   margin: 3px 5px 3px 0px;
   line-height: normal;
   border: none;
   cursor: pointer;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
   padding: 0;
}
/* Captcha */

form fieldset {
   margin: 0 -15px !important;
   max-width: none !important;
}
form fieldset > * {
   padding-left: 15px;
   padding-right: 15px;
}
form fieldset .input {
   margin-right: 0 !important;
}
/* 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, .custom-header {
   min-height: 112px;
}
.custom-header {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   width: 100%;
   z-index: 1000;
   transition: all 0.3s;
   background: #fff;
   line-height: 1;
}
.custom-header .content-wrapper {
   max-width: 1300px;
   position: relative;
}
.custom-header .content-wrapper {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.header-btn-column {
   display: none;
}
.site-logo {
   padding: 43px 0;
   width: 200px;
}
.header-right-column {
   width: calc(100% - 200px);
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-end;
}
.headerright-logo img {
   width: 168px !important;
   margin-top: 3px;
}
.custom-header .hs-button {
   padding: 10px 15px 11px;
   border-radius: 20px;
   display: inline-block;
   min-width: 168px;
   font-size: inherit;
   line-height: inherit;
   font-weight: 400;
   font-family: inherit;
}
.custom-menu-primary {
   padding-right: 28px;
   padding-top: 10px;
}
.header_up .custom-header {
   top: -112px;
}
a:hover img {
   opacity: 0.8;
   filter: alpha(opacity=80);
}

.body-container-wrapper .dnd-section > .row-fluid {
   position: relative;
   z-index: 90;
}
.has_body_bg_video header.header {
   min-height: 0;
}
.has_body_bg_video .custom-header {
   background: transparent !important;
}

.homepage-layout .widget-type-header h2 {
   font-size: 6.4rem;
   font-weight: 200;
   font-family: Montserrat;
   line-height: 1.2;
   margin: 0;
   padding: 0;
}
@media(max-width: 767px) {
  .homepage-layout .widget-type-header h2 {
    font-size: 3.6rem;
  }
}

.homepage-layout .page-header.section-header p {
   padding-top: 40px;
}
.homepage-layout a.hs-button {
   background: transparent!important;
   border: 1px solid #fff!important;
   border-radius: 30px!important;
   box-sizing: border-box!important;
   color: #fff!important;
   font-family: inherit;
   font-size: 1.4rem;
   font-weight: 400;
   line-height: 1;
   min-height: 40px;
   text-align: center;
   text-decoration: none!important;
   display: block;
   max-width: 170px;
   margin-left: auto;
} 
.homepage-layout a.hs-button:hover {
   text-decoration: none;
   background-color: #FFF !important;
   color: #1D2088 !important;
}
.light-logo {
   display:none;
}
.has_body_bg_video .dark-logo {
   display: none;
}
.has_body_bg_video .light-logo {
   display: block;
}

@media(min-width: 1025px) {
   .has_body_bg_video .navigation-primary > ul > li > a {
      color: #FFF !important;
   }
   .has_body_bg_video .navigation-primary > ul > li:before {
      background: #fff !important;
   }
   .has_body_bg_video .navigation-primary > ul > li > .child-trigger:before {
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
   }
   .has_body_bg_video header.header .hs-button {
      color: #FFF !important;
      border-color: #FFF !important;
   }
   .has_body_bg_video header.header .hs-button:hover {
      border-color: #1b1d7d !important;
      color: #fff !important;
   }
}


@media(min-width: 1025px) {
   .mobile-trigger {
      display:none !important;
   }
   .custom-menu-primary.header-202301 {
      display:flex;
      flex-direction: column-reverse;
   }
   .custom-menu-primary.header-202301 .navigation-primary > ul > li {
      width: 156px;
   }
   .custom-menu-primary.header-202301 .navigation-primary > ul > li:first-child {
      width: 220px;
   }
   .header-right-column {
      display:flex !important;
   }
}

@media(max-width: 1280px) and (min-width: 1001px) { 
   .header-right-column {
      width: auto;
      align-items: center;
      margin-left: auto;
   }
   .custom-menu-primary {
      padding-right: 5px;
      padding-top: 0;
   }
   .custom-header .hs-button {
      min-width: 0;
   }
   .headerright-logo img {
      width: 120px !important;
   }
   .custom-header .hs-button {
      padding: 10px;
   }
}
@media(max-width: 1280px) and (min-width: 1025px) {
   .custom-menu-primary.header-202301 .navigation-primary > ul > li {
      width: 130px;
   }
   .custom-menu-primary.header-202301 .navigation-primary > ul > li:first-child {
      width: 190px;
   }
}
@media(max-width: 1205px) and (min-width: 1025px) { 
   header.header, .custom-header {
      min-height: 192px;
   }
   .header_up .custom-header {
      top: -192px;
   }
}
@media(max-width: 1000px) and (min-width: 768px) {
   .header-right-column {
      width: auto;
      align-items: center;
      margin-left: auto;
   }
   .custom-menu-primary {
      padding-right: 7px;
      padding-top: 0;
   }
   .custom-header .hs-button {
      min-width: 0;
   }
   .headerright-logo img {
      width: 100px !important;
   }
   .site-logo {
      width: 110px;
   }
   .custom-header .hs-button {
      padding: 10px;
   }
}

@media(max-width: 1024px) {
   .has_body_bg_video .mobile-trigger span {
      background-color: #FFF;
   }
   .mobile-open .custom-header {
      top: 0;
   }
   .header-right-column {
      display: none;
      position: absolute;
      right: 0;
      top: 100%;
      width: 100%;
      padding: 0 0 30px;
      background-color: #FFF;
      border-top: 1px solid #D6DBDE;
      max-width: 400px;
      max-height: calc(100vh - 65px);
      overflow: auto;
   }
   .site-logo {
      width: 90%;
      margin: 0 auto;
      display: flex;
      padding: 25px 0 20px;
   }
   .site-logo img {
      width: 130px !important;
   }
   .custom-header, header.header {
      min-height: 65px;
   }
   .mobile-trigger {
      width: 25px;
      height: 20px;
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
      margin-left: auto;
      position: relative;
      top: -2px;
      cursor: pointer;
   }
   .mobile-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #1D2088;
   }
   .mobile-trigger span:nth-child(1) {
      top: 0;
   }
   .mobile-trigger span:nth-child(2) {
      top: 9px;
   }
   .mobile-trigger span:nth-child(3) {
      bottom: 0;
   }
   .mobile-open .mobile-trigger span:nth-child(1) {
      transform: translateY(9px) rotate(-45deg);
   }
   .mobile-open .mobile-trigger span:nth-child(2) {
      opacity: 0;
   }
   .mobile-open .mobile-trigger span:nth-child(3) {
      transform: translateY(-9px) rotate(45deg);
   }
   .custom-header .content-wrapper {
      width: 100%;
   }
   .custom-menu-primary {
      padding: 0;
      width: 90%;
      margin: 0 auto;
   }
   .mobile-links {
      margin: 25px auto 0;
   }
   .mobile-links .hs-menu-wrapper > ul {
      display: block;
   }
   .mobile-links .hs-menu-wrapper > ul > li {
      padding: 0 0 18px 30px;
   }
   .mobile-links .hs-menu-wrapper > ul > li a {
      position: relative;
      font-size: 1.6rem;
      color: #3B3B3B;
   }
   .mobile-links .hs-menu-wrapper > ul > li a:hover {
      text-decoration: underline;
   }
   .mobile-links .hs-menu-wrapper > ul > li a:before {
      position: absolute;
      left: -16px;
      top: 7px;
      width: 6px;
      height: 12px;
      background-image: url(https://21226217.fs1.hubspotusercontent-na2.net/hubfs/21226217/raw_assets/public/ADERA_August2022/images/icon01.svg);
      background-size: 6px 12px;
      content: "";
   }
   .header-btn-column {
      display: block;
   }
   .header-btn-column li {
      margin: 0;
      padding: 0;
      list-style: none;
      margin: 10px auto 0;
   }
   .header-btn-column .hs-button {
      text-align: center;
      min-width: 160px;
      background-color: #1B1D7D !important;
      color: #fff !important;
      border-radius: 30px;
      font-size: 1.6rem;
      padding: 15px 10px 14px;
   }
   .headerright-logo {
      width: 90%;
      margin: 30px auto 0;
   }
   .headerright-logo img {
      width: 143px !important;
      margin: 0;
   }
   .mobile-open.has_body_bg_video .custom-header {
      background: #fff !important;
   }
   .mobile-open.has_body_bg_video .dark-logo {
      display: block;
   }
   .mobile-open.has_body_bg_video .light-logo {
      display: none;
   }
   .mobile-open.has_body_bg_video .mobile-trigger span {
      background-color: rgb(29, 32, 136);
   }
   .homepage-layout a.hs-button {
      margin-left: auto;
      margin-right: auto;
   }
}

.custom-menu-primary .header-cta {
   display:flex;
   justify-content: flex-end;
}
body .header .header-cta .cta-btn {
   margin-right: 14px;
}
body .header .header-cta .cta-btn:last-child {
   margin-right: 0;
}
body .header .header-cta .cta-btn .hs-button {
   background-color: #1b1d7d !important;
   border-color: #1b1d7d !important;
   color: #fff !important;
}
body .header .header-cta .cta-btn .hs-button:hover {
   background-color: #fff !important;
   border-color: #1b1d7d !important;
   color: #1b1d7d !important;
}

body .navigation-primary>ul ul {
   padding: 15px 0;
   background-color: #fff !important;
   border-radius: 16px;
}
body .navigation-primary>ul ul li a {
   color: #1d2088 !important;
   font-size: 1.4rem;
}
body .navigation-primary>ul ul li a:before {
   content: "・";
   display: inline-block;
}

@media(max-width: 1024px) {
   body .header .header-cta {
      margin-top: 20px;
   }
   body .header .header-cta .cta-btn .hs-button {
      padding: 15px 10px;
      border-radius: 50px;
      font-size: 1.6rem;
   }
}

@media(max-width: 374px) {
   body .header .header-cta {
      display: block;
   }
   body .header .header-cta .cta-btn {
      margin: 10px 0;
   }
   body .header .header-cta .cta-btn .hs-button {
      min-width: auto;
      width: 100%;
      padding: 10px 5px;
      font-size: 1.2rem;
   }
}
footer.footer {
   line-height: 1;
}
.footer .content-wrapper {
   padding-top: 95px;
   position: relative;
   min-height: 487px;
}
.footer-menu {
   padding: 50px 0 0;
}
.footer-menu .hs-menu-wrapper > ul {
   display: flex;
}
.footer-menu .hs-menu-wrapper > ul > li {
   margin: 0 50px 0 0;
}
.footer-menu .hs-menu-wrapper > ul > li:last-child {
   margin-right: 0;
}
.footer-menu .hs-menu-wrapper > ul li a {
   font-size: 1.2rem;
   font-weight: 300;
}
.footer-menu .hs-menu-wrapper > ul li a:hover {
   text-decoration: none;
   opacity: 0.7;
}
.footer-menu .hs-menu-wrapper > ul ul li {
   padding: 0 0 13px;
}
.footer-menu .hs-menu-wrapper > ul > li > a {
   font-size: 1.6rem;
   padding: 0 0 13px;
   display: inline-block;
}
.footer-menu .hs-menu-wrapper > ul ul li,
.footer-menu .hs-menu-wrapper > ul > li > a {
   padding: 0 0 11px;
}
.footer-top-row {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
.footer-top-row .footer-menu {
   width: calc(100% - 18.6%);
}
.footer-top-row .footer-cta {
   width: 18.6%;
}
.footer-top-row .footer-cta .cta-btn {
   margin-bottom: 20px;
}
.footer-top-row .footer-cta .cta-btn:last-child {
   margin-bottom: 0;
}
.footer-top-row .footer-cta .cta-btn .hs-button {
   padding: 14px 15px 14px;
   border-radius: 20px;
   display: inline-block;
   max-width: 186px;
   width: 100%;
   border-color: #FFF;
   border-radius: 50px;
   background-color: transparent;
   color: #FFF;
   font-size: inherit;
   line-height: inherit;
   font-weight: 400;
   font-family: inherit;
}
.footer-bottom-row {
   padding: 26px 0 ;
   position: relative;
   display: flex;
   justify-content: space-between;
   align-items: flex-end;
}
.footer-bottom-row .footer-bottom-menu {
   order: 2;
   padding: 0 10px;
   padding-left: 121px;
}
.footer-bottom-row .footer-copyright {
   order: 1;
}
.footer-bottom-row .footer-bottom-logo {
   order: 3;
   margin-left: auto;
}
.footer-copyright {
   font-size: 1.2rem;
   letter-spacing: 0;
}
.footer-bottom-menu .hs-menu-wrapper > ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
.footer-bottom-menu .hs-menu-wrapper > ul > li {
   margin: 0 15px 0 0;
}
.footer-bottom-menu .hs-menu-wrapper > ul > li > a {
   font-size: 1.2rem;
   text-decoration: none;
}
.footer-bottom-menu .hs-menu-wrapper > ul > li > a:hover {
   text-decoration: none;
   opacity: 0.7;
}
footer.footer {
   position: relative;
   z-index: 99;
}
.lp-footer.footer .content-wrapper {
   min-height: 0;
   padding-bottom: 72px;
   padding-top: 72px;
}

@media(max-width: 1080px) and (min-width: 851px) {
   .footer-menu .hs-menu-wrapper>ul>li {
      margin-right: 30px;
   }
   .footer-menu .hs-menu-wrapper>ul li a {
      font-size: 1rem;
   }
   .footer-menu .hs-menu-wrapper>ul>li>a {
      font-size: 1.3rem;
   }
}
@media(max-width: 850px) and (min-width: 768px) {
   .footer-menu .hs-menu-wrapper>ul>li {
      margin-right: 20px;
   }
   .footer-menu .hs-menu-wrapper>ul li a {
      font-size: 1rem;
   }
   .footer-menu .hs-menu-wrapper>ul>li>a {
      font-size: 1.3rem;
   }
}

@media(max-width: 1024px) {
   .footer-top-row .footer-menu {
      width: 100%;
   }
   .footer-top-row .footer-cta {
      display: none;
   }
}

@media(max-width: 767px) {
   .footer .content-wrapper {
      padding: 59px 0 0;
      text-align: center;
      min-height: 195px;
   }
   .footer-top-row  {
      display: none;
   }
   .footer-menu {
      display: none;
   }
   .footer-logo img {
      width: 130px !important;
   }
   .footer-bottom-row {
      flex-wrap: wrap;
   }
   .footer-bottom-row {
      flex-wrap: wrap;
      display: block;
   }
   .footer-bottom-row .footer-bottom-logo {
      display: none;
   }
   .footer-bottom-row .footer-bottom-menu {
      padding: 0;
      padding: 0 0 25px;
   }
   .footer-bottom-menu .hs-menu-wrapper > ul {
      justify-content: center;
   }
   .footer-bottom-menu .hs-menu-wrapper > ul > li {
      margin: 0;
   }
   .footer-bottom-menu .hs-menu-wrapper > ul > li > a {
      font-size: 0.9rem;
      vertical-align: top;
      display: block;
   }
   .footer-bottom-row .footer-copyright {
      font-size: 0.8rem;
   }
   .footer-bottom-menu .hs-menu-wrapper > ul > li {
      margin: 0;
      display: flex;
      justify-content: center;
      padding: 1px 0 2px;
   }
   .lp-footer.footer .content-wrapper {
      min-height: 0;
      padding-bottom: 39px;
      padding-top: 59px;
   }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    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;
  }
}
.section-description {
   margin-top: 18px;
   color: #fff;
   line-height: 2;
}
.banner-section .dnd-section, 
.dnd-section[class*="force-full-width"] {
   padding: 0;
}
.banner-section .dnd-section > .row-fluid, 
.dnd-section[class*="force-full-width"] > .row-fluid {
   width: 100%;
   max-width: 100%;
   padding: 0;
}
body .btn-with-bg-image {
   display: inline-flex;
   align-items:center;
   width:100%;
   max-width: 550px;
   min-height: 95px;
   margin: 50px auto 0;
   padding: 0 0;
   box-sizing: border-box;
   background-size: cover;
   background-position: center;
   border-radius: 50px;
   font-size: 3.2rem;
   font-weight: 300;
   color: #FFF !important;
   text-align: center;
   box-sizing: border-box !important;
   justify-content: center;
   line-height: 1;
}

body .btn-with-bg-image.lazyloaded {
  background-image: url(https://21226217.fs1.hubspotusercontent-na2.net/hubfs/21226217/raw_assets/public/ADERA_August2022/images/contact_bot_bk01-1.jpg);
}

body .btn-with-bg-image:hover {
   text-decoration: none;
   opacity: 0.7;
}
body a.cta_button.btn-with-bg-image {
   box-sizing: border-box !important;
}
.business-section-1 .dnd-section, 
.business-section-3 .dnd-section {
   padding-top: 140px;
   padding-bottom: 100px;
}
.site-layout h1, .site-layout h2, .site-layout h3, .site-layout h4 {
   margin:0;
}
.business-section-1 h2 {
   padding-bottom: 40px;
}
.business-section-1 p {
   padding: 0 0 10px;
   margin: 0;
}
.business-section-1 h6 {
   font-size: inherit;
   line-height: 1.8;
   margin: 0;
   font-weight: inherit;
   font-size: 1.4rem;
}
.site-layout img.hs-image-widget {
   width: 100%;
   vertical-align: top;
}
.business-section-2 .dnd-section {
   padding-bottom: 100px;
   padding-top: 60px;
}
.business-layout .body-container-wrapper #hs_menu_wrapper_widget_1661250815564_.hs-menu-wrapper ul {
   line-height: 1;
}
.business-layout .body-container-wrapper #hs_menu_wrapper_widget_1661250815564_.hs-menu-wrapper > ul > li {
   width: 33.3333333333%;
   min-height: 120px;
}
.business-layout .body-container-wrapper #hs_menu_wrapper_widget_1661250815564_.hs-menu-wrapper > ul > li > a {
   position: relative;
   display: block;
   width: 100%;
   height: 100%;
   padding: 40px 0 0;
   box-sizing: border-box;
   background-color: #1D2088;
   font-size: 2.8rem;
   font-weight: 300;
   color: #FFF;
   text-align: center;
   text-decoration: none;
}

.business-layout .body-container-wrapper #hs_menu_wrapper_widget_1661250815564_.hs-menu-wrapper > ul > li > a:after {
   position: absolute;
   left: 50%;
   top: 82px;
   width: 20px;
   height: 6px;
   margin: 0 0 0 -10px;
   background-image: url(https://21226217.fs1.hubspotusercontent-na2.net/hubfs/21226217/raw_assets/public/ADERA_August2022/images/icon03.svg);
   background-size: 20px 6px;
   content: "";
}
.business-layout .body-container-wrapper #hs_menu_wrapper_widget_1661250815564_.hs-menu-wrapper > ul > li > a:hover {
   text-decoration: none;
   background-color: #B5B1D1;
}
.ad-section-header-wrapper .title_with_border_sec_col h6 {
   padding-top: 40px;
   padding-bottom: 50px;
   font-size: 1.6rem;
   line-height: 2.0;
   font-family: inherit;
   font-weight: inherit;
   margin: 0;
}
.business-layout .widget-type-rich_text blockquote {
   border: none;
   padding: 0;
   margin: 0;
}
.business-layout .widget-type-rich_text blockquote h5 {
   position: relative;
   padding: 0 0 0 20px;
   font-size: 2.8rem;
   font-weight: 300;
   margin: 0;
   line-height: 1;
}
.business-layout .widget-type-rich_text blockquote h5:before {
   position: absolute;
   left: 0;
   top: 0;
   width: 4px;
   height: 25px;
   background-color: #3B3B3B;
   content: "";
}
.business-layout .widget-type-rich_text blockquote p {
   padding-top: 20px;
   padding-bottom: 50px;
}
.business-layout .widget-type-rich_text blockquote p a,
.transportation-media-md-wrapper p a {
   color: inherit;
}
.business-layout .widget-type-rich_text blockquote p a:hover,
.transportation-media-md-wrapper p a:hover {
   opacity: 0.7;
}
.business-layout .widget-type-rich_text blockquote p:last-child {
   padding-top: 30px;
}
.business-layout .widget-type-rich_text blockquote p[data="pt_20"] {
   padding-top: 20px;
}
.business-layout .body-container-wrapper #hs_menu_wrapper_widget_1661250815564_.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
   flex-direction: row;
}
.bottom-pane-dnd-section .dnd-section {
   padding:0;
}
.bottom-pane-dnd-section .dnd-section > .row-fluid {
   padding:0;
   margin:0;
   max-width:100%;
   width:100%;
}
.company-section-1 .dnd-section,
.company-section-3 .dnd-section {
   padding-bottom: 140px;
   padding-top: 140px;
}
.company-section-2 .dnd-section,
.company-section-4 .dnd-section {
   padding-bottom: 200px;
   padding-top: 140px;
}
.company-layout .body-container table {
   width: 100%;
   border: none;
   margin: 0;
   background: transparent;
   border-collapse: collapse;
   border-spacing: 0;
}
.company-layout .body-container table tr {
   border-bottom: 1px solid #C9C9C9;
}
.company-layout .body-container table th {
   width: 174px;
   padding: 20px 0;
   font-size: 1.6rem;
   font-weight: 400;
   text-align: left;
   line-height: 1.8;
   border: none;
}
.company-layout .body-container table td {
   border: none;
   padding: 20px 0;
   font-size: 1.6rem;
   line-height: 1.8;
}
.contact-us2-section-wrapper form {
   letter-spacing: normal;
}
.contact-us2-section-wrapper h3.form-title {
   font-family: 'Montserrat', sans-serif;
   font-weight: 200;
   font-size: 6.4rem;
   color: #1D2088;
   line-height: 1.2;
   margin: 0;
   padding: 0;
}
.contact-us2-section-wrapper form .hs-richtext {
   font-size: 14px;
   color: #33475b;
   margin-bottom: 3px;
   font-family: arial, helvetica, sans-serif;
   line-height: normal;
}
.contact-us2-section-wrapper form .hs-richtext h4 {
   font-size: inherit;
   font-weight: bold;
   font-family: inherit;
   color: inherit;
   margin: 1.33em 0;
   line-height: inherit;
}
.contact-us2-section-wrapper form .input > .hs-input {
   width: 100% !important;
   max-width: 100%;
}
.contact-us2-section-wrapper form .hs-richtext p {
   font-size: inherit;
   margin: 1em 0;
   padding: 0;
}
.contact-us2-section-wrapper form .legal-consent-container .hs-richtext {
   line-height: 24px;
}
.contact-us2-section-wrapper form .hs-richtext a {
   text-decoration: underline;
   color: #0000EE;
}
.contact-us2-section-wrapper form .hs-richtext a:hover {
   color: #551A8B;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
   padding: 8px;
}
.contact-us-section-1 .widget-type-rich_text h5,
.submitted-message h5 {
   margin: 0;
   padding: 0;
   font-size: 2.8rem;
   font-weight: 300;
   line-height: 1.6;
   font-family: inherit;
   color: inherit;
   text-align:center;
}
.contact-us-section-1 .widget-type-rich_text p,
.submitted-message p {
   padding: 30px 0 0;
   font-size: 2.4rem;
   font-weight: 300;
   text-align: center;
   line-height: 2.0;
   text-align:center;
}
.contact-us-section-1 .widget-type-rich_text h6 {
   line-height: 2.0;
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
   color: inherit;
   font-family: inherit;
   text-align:center;
}
.contact-us-section-1 .widget-type-form {
   max-width: 940px;
   margin: 0 auto;
}
.contact-us-section-1 .form-title {
   font-size: 2.8rem;
   font-weight: 300;
   text-align: center;
   line-height: 1.6;
   font-family: inherit;
   padding: 60px 0;
}
.contact-us-section-1 form .hs-form-field {
   margin: 0;
   padding-bottom: 70px;
}
.contact-us-section-1 form .hs-form-field > label {
   position: relative;
   display: inline-block;
   padding: 0 0 15px;
   font-size: 2.8rem;
   font-weight: 300;
   line-height: 1.6;
   font-family: inherit;
   color: inherit;
   margin: 0;
}
.contact-us-section-1 form .input > .hs-input {
   width: 100%;
   height: 70px;
   padding: 0 20px;
   box-sizing: border-box;
   border: none !important;
   background-color: #FFF;
   font-family: inherit;
   font-size: 2.8rem;
   font-weight: 300;
   vertical-align: middle;
   max-width: 100%;
   color: #000;
   line-height: normal;
}
.contact-us-section-1 form .hs-form-field:first-child {
   /* border-bottom: 1px solid #707070; */
   /* margin-bottom: 70px; */
}

.contact-us-section-1 form .input > textarea.hs-input {
   font-family: inherit;
   font-size: 1.8rem;
   font-weight: 300;
   height: 260px;
   padding: 20px;
   line-height: normal;
   display: inline-block;
   vertical-align: initial;
}
.contact-us-section-1 .legal-consent-container .hs-richtext {
   margin: 0;
   font-size: inherit;
}
.contact-us-section-1 .legal-consent-container .hs-richtext p {
   margin: 0;
   position: relative;
   padding: 0 0 15px;
   font-size: 2.8rem;
   font-weight: 300;
   line-height: 1.6;
}
.contact-us-section-1 .legal-consent-container {
   margin-top: -1px;
}
.contact-us-section-1 .legal-consent-container .hs-form-field {
   margin: 0 !important;
   padding: 0 !important;
   border: none !important;
   padding-bottom: 35px !important;
}
.contact-us-section-1 .legal-consent-container .hs-form-field ul.inputs-list {
   margin: 0;
   padding: 0;
}
.contact-us-section-1 .legal-consent-container .hs-form-field ul.inputs-list li.hs-form-booleancheckbox {
   font-size: 2.6rem;
   font-weight: 300;
   line-height: 1.4;
   margin: 0;
   width: 100%;
   padding: 20px;
   box-sizing: border-box;
   background-color: #FFF;
   font-family: inherit;
}
.contact-us-section-1 .legal-consent-container .hs-form-field ul.inputs-list li.hs-form-booleancheckbox label {
   margin: 0;
   padding: 0;
   font-size: 2.2rem;
   font-weight: 300;
   color: inherit;
   font-family: inherit;
   line-height: inherit;
   display: initial;
}
.contact-us-section-1 .legal-consent-container .hs-form-field ul.inputs-list li.hs-form-booleancheckbox label .hs-input {
   margin: 3px 3px 3px 4px;
   float: none;
   margin-right: 11px;
   vertical-align: middle;
}
.contact-us-section-1 .legal-consent-container .hs-form-field ul.inputs-list .hs-form-booleancheckbox-display > span {
   display: initial;
   margin: 0;
}
.contact-us-section-1 .legal-consent-container .hs-richtext:last-child p {
   font-size: 2.2rem;
   font-weight: 300;
   padding: 0;
   line-height: 1;
}
.contact-us-section-1 .legal-consent-container .hs-richtext p a {
   color: #1D2088;
   text-decoration: underline;
}
.contact-us-section-1 form .actions {
   margin: 0;
   padding: 80px 0 50px;
}
.contact-us-section-1 form .hs-button {
   border-radius: 35px;
   background-color: #1D2088 !important;
   font-size: 2.8rem;
   color: #FFF !important;
   text-align: center;
   cursor: pointer;
   -webkit-appearance: none;
   margin: 0 auto;
   border: none !important;
   display: block;
   min-height: 68px;
   max-width: 395px;
   width: 100%;
   font-weight: inherit;
   outline: none;
}
.contact-us-section-1 form .hs-button:hover {
   opacity: 0.7;
   cursor: pointer;
}
.contact-us-section-1 form .hs-form-field > label:after,
.contact-us-section-1 .legal-consent-container.required_field .hs-richtext:first-child:after {
   position: absolute;
   /* right: -134px; */
   right: -114px;
   top: 12px;
   /* width: 120px; */
   width: 90px;
   height: 24px;
   padding: 0;
   box-sizing: border-box;
   background-color: #707070;
   font-size: 1.4rem;
   color: #FFF;
   text-align: center;
   content: "任意";
}
.contact-us-section-1 form .hs-form-field > label .hs-form-required {
   display: none;
}
.contact-us-section-1 form .hs-form-field.required_field > label:after,
.contact-us-section-1 .legal-consent-container.required_field .hs-richtext:first-child:after {
   background-color: #1D2088;
   content: "必須";
}
.contact-us-section-1 .legal-consent-container.required_field .hs-form-required {
   display: none;
}
.contact-us-section-1 .legal-consent-container.required_field .hs-richtext:first-child {
   display: inline-block;
   position:relative;
   line-height: 1.6;
   font-size: 2.8rem;
}
.contact-us-section-1 form .hs-inquiry_of_ad_placement {
}
.contact-us-section-1 form .hs-inquiry_of_ad_placement > label span,
.contact-us-section-1 form .hs-inquiry_of_other > label span  {
}
.contact-us-section-1 form .hs-inquiry_of_ad_placement > label:after,
.contact-us-section-1 form .hs-inquiry_of_other > label:after  {
}
.contact-us-section-1 form .hs-inquiry_of_ad_placement .inputs-list label {
   margin-bottom: 10px;
   font-size: 1.8rem;
}
.about-us-layout .page-header.section-header p {
   padding: 0;
   padding-top: 40px;
}
.banner-wrapper .banner-bookmark-menu .hs-menu-wrapper > ul > li > a {
   text-decoration:none;
}
.has_body_bg_video .bottom-pane-wrapper {
   background: transparent;
}
.website-layout .body-container-wrapper .widget-type-rich_text h4 {
   padding-top: 60px;
   font-size: 2.8rem;
   font-weight: 300;
   line-height: 1.4;
}
.website-layout .body-container-wrapper .widget-type-rich_text p {
   padding: 20px 0;
}
.website-layout .body-container-wrapper .widget-type-rich_text h5 {
   font-size: 2.8rem;
   font-weight: 300;
   text-align: center;
   line-height: 1.6;
   margin: 0;
   padding: 0;
}
.website-layout .body-container-wrapper .widget-type-rich_text blockquote {
   margin: 0;
   padding: 0;
   border: none;
}
.website-layout .body-container-wrapper .widget-type-rich_text blockquote p {
   padding: 30px 0 0;
   font-size: 2.4rem;
   font-weight: 300;
   text-align: center;
   line-height: 2.0;
}
.website-layout .body-container-wrapper .widget-type-rich_text blockquote h6 {
   font-size: 1.6rem;
   text-align: center;
   line-height: 2.0;
   font-weight: inherit;
   font-family: inherit;
   margin: 0;
   padding: 0;
}
.banner-section .row-fluid .span12 {
   min-height: 0;
}
.website-layout .widget-type-header h3 {
   font-weight: 300;
   line-height: 1.4;
   color: #1D2088;
   text-align: center;
}
.website-layout .widget-type-rich_text table {
   border: none;
   border-collapse: collapse;
   border-spacing: 0;
   margin: 0;
   width: 100%;
   padding: 40px 0 30px;
}
.website-layout .widget-type-rich_text table th {
   width: 120px;
   padding: 20px 0;
   font-size: 1.6rem;
   font-weight: 400;
   text-align: left;
   line-height: 1.8;
   border: none;
}
.website-layout .widget-type-rich_text table td {
   border: none;
   padding: 20px 0;
   font-size: 1.6rem;
   line-height: 1.8;
}
.website-layout .widget-type-rich_text ul {
   padding: 40px 0 0 30px;
   line-height: 1;
   margin: 0;
}
.website-layout .widget-type-rich_text ul li {
   padding: 0 0 15px;
   font-size: 1.6rem;
   font-weight: 400;
   line-height: 1.8;
}
.contact-us-section-1 form .hs-error-msgs {
   padding: 10px 0 0 20px;
   margin: 0;
}
.contact-us-section-1 form .hs-error-msgs label {
   font-size: 1.6rem;
   color: #B70000;
   margin: 0;
   padding: 0;
   font-weight: 300;
   line-height: 1.4;
   font-family: inherit;
}
body a.cta_button {
   box-sizing: border-box !important;
}

@media(min-width: 768px) {
   .contact-us-section-1 .widget-type-rich_text p br {
      display:none;
   }
   .website-layout .body-container-wrapper .widget-type-rich_text blockquote p br {
      display: none;
   }
   .contact-us-section-1 form .hs-inquiry_of_ad_placement ul,
   .contact-us-section-1 form .hs-inquiry_of_other ul  {
   }
   .contact-us-section-1 form .hs-inquiry_of_ad_placement ul .hs-form-checkbox,
   .contact-us-section-1 form .hs-inquiry_of_other ul .hs-form-checkbox  {
   }
}
@media(max-width: 1024px) {
   .contact-us-section-1 form .hs-inquiry_of_ad_placement,
   .contact-us-section-1 form .hs-inquiry_of_other  {
   }
}
@media(max-width: 767px) {
   .section-description {
      margin-top: 0;
   }
   .section-description p {
      padding-top: 10px;
   }
   .business-section-1 .dnd-section, 
   .business-section-3 .dnd-section {
      padding-top: 70px;
      padding-bottom: 50px;
   }
   .business-section-1 h2 br {
      display: none;
   }
   .business-section-1 h2 {
      padding-bottom: 20px;
   }
   .business-layout .body-container-wrapper #hs_menu_wrapper_widget_1661250815564_.hs-menu-wrapper > ul > li {
      min-height: 46px;
   }
   .business-layout .body-container-wrapper #hs_menu_wrapper_widget_1661250815564_.hs-menu-wrapper > ul > li > a {
      padding: 12px 0 0;
      font-size: 1.4rem;
   }
   .business-layout .body-container-wrapper #hs_menu_wrapper_widget_1661250815564_.hs-menu-wrapper > ul > li > a:after {
      top: 33px;
      width: 14px;
      height: 4px;
      margin: 0 0 0 -7px;
      background-size: 14px 4px;
   }
   .business-layout .widget-type-rich_text blockquote h5 {
      padding: 0 0 0 15px;
      font-size: 1.8rem;
   }
   .business-layout .widget-type-rich_text blockquote h5:before {
      top: -2px;
      width: 2px;
      height: 20px;
   }
   .business-layout .widget-type-rich_text blockquote p {
      padding-top: 10px;
      padding-bottom: 25px;
   }
   .business-layout .widget-type-rich_text blockquote p:last-child {
      padding-top: 10px;
   }
   body .btn-with-bg-image {
      font-size: 1.6rem;
      max-width: 300px;
      min-height: 47px;
      margin: 25px auto 0;
   }
   .company-section-1 .dnd-section,
   .company-section-3 .dnd-section {
      padding-bottom: 70px;
      padding-top: 70px;
   }
   .company-section-2 .dnd-section,
   .company-section-4 .dnd-section {
      padding-bottom: 100px;
      padding-top: 70px;
   }
   .company-layout .body-container table th {
      display: block;
      width: 100%;
      padding: 15px 0 5px;
      font-size: 1.2rem;
   }
   .company-layout .body-container table td {
      display: block;
      width: 100%;
      padding: 0 0 15px;
      font-size: 1.2rem;
   }
   .contact-us2-section-wrapper h3.form-title {
      font-size: 3.6rem;
   }
   .contact-us-section-1 .widget-type-form {
      /* max-width: 300px; */
   }
   .contact-us-section-1 .form-title {
      font-size: 1.8rem;
      text-align: left;
      padding: 30px 0;
   }
   .contact-us-section-1 form .hs-form-field {
      width: 100%;
      padding: 0 0 30px;
   }
   .contact-us-section-1 form .hs-form-field:first-child {
      margin: 0 0 30px;
   }
   .contact-us-section-1 form .hs-form-field>label {
      padding: 0 0 10px;
      font-size: 1.6rem;
   }
   .contact-us-section-1 .legal-consent-container.required_field .hs-richtext:first-child:after, 
   .contact-us-section-1 form .hs-form-field>label:after {
      right: -68px;
      top: 1px;
      width: 60px;
      height: 24px;
      padding: 4px 0 0;
      font-size: 1.0rem;
   }
   .contact-us-section-1 form .input>.hs-input {
      height: 35px;
      padding: 0 10px;
      font-size: 1.4rem;
   }
   .contact-us-section-1 form .input>textarea.hs-input {
      height: 130px;
      padding: 10px;
      font-size: 1.4rem;
   }
   .contact-us-section-1 .legal-consent-container .hs-richtext p {
      padding: 0 0 10px;
      font-size: 1.6rem;
   }
   .contact-us-section-1 .legal-consent-container .hs-form-field ul.inputs-list li.hs-form-booleancheckbox {
      padding: 10px;
      font-size: 1.4rem;
   }
   .contact-us-section-1 .legal-consent-container .hs-form-field ul.inputs-list li.hs-form-booleancheckbox label {
      font-size: 1.4rem;
   }
   .contact-us-section-1 .legal-consent-container .hs-form-field {
      padding-bottom: 15px !important;
   }
   .contact-us-section-1 .legal-consent-container .hs-form-field ul.inputs-list li.hs-form-booleancheckbox label .hs-input {
      margin-right:9px;
   }
   .contact-us-section-1 .legal-consent-container .hs-richtext:last-child p {
      font-size: 1.4rem;
      line-height: 1.4;
   }
   .contact-us-section-1 form .actions {
      padding: 40px 0 30px;
   }
   .contact-us-section-1 form .hs-button {
      font-size: 1.8rem;
      -webkit-appearance: none;
      min-height: 45px;
      max-width: 240px;
   }
   .contact-us-section-1 .widget-type-rich_text h5,
   .submitted-message h5 {
      font-size: 1.8rem;
      text-align: left;
   }
   .contact-us-section-1 .widget-type-rich_text p,
   .submitted-message p {
      padding: 20px 0 0;
      font-size: 1.6rem;
      text-align: left;
   }
   .contact-us-section-1 .widget-type-rich_text h6 {
      text-align:left;
   }
   .contact-us-section-1 form .hs-form-field > label > span:first-child {
      max-width: 200px;
      display: block;
   }
   .about-us-layout .page-header.section-header p {
      padding-top: 20px;
   }
   .homepage-layout .page-header.section-header p {
      padding-top: 20px;
   }
   .website-layout .body-container-wrapper .widget-type-rich_text h4 {
      font-size: 1.8rem;
      padding-top: 30px;
   }
   .website-layout .body-container-wrapper .widget-type-rich_text h5 {
      font-size: 1.8rem;
      text-align: left;
   }
   .website-layout .body-container-wrapper .widget-type-rich_text blockquote p {
      padding: 20px 0 0;
      font-size: 1.6rem;
      text-align: left;
   }
   .website-layout .body-container-wrapper .widget-type-rich_text blockquote h6 {
      font-size: 1.2rem;
      text-align: left;
   }
   .website-layout .widget-type-header h3 {
      font-size: 1.6rem;
      text-align: left;
   }
   .website-layout .widget-type-rich_text table {
      padding: 20px 0 30px;
   }
   .website-layout .widget-type-rich_text table th {
      display: block;
      width: 100%;
      padding: 20px 0 0;
   }
   .website-layout .widget-type-rich_text table td {
      display: block;
      width: 100%;
      padding: 10px 0 20px;
      font-size: 1.4rem;
   }
   .business-section-1 h6 {
      font-size: 1.2rem;
   }
   .contact-us-section-1 form .hs-error-msgs {
      padding: 5px 0 0 10px;
   }
   .contact-us-section-1 form .hs-error-msgs label {
      font-size: 1.4rem;
   }
   .contact-us-section-1 form .hs-inquiry_of_ad_placement {
   }
   .contact-us-section-1 form .hs-inquiry_of_ad_placement > label span,
   .contact-us-section-1 form .hs-inquiry_of_other > label span  {
   }
   .contact-us-section-1 form .hs-inquiry_of_ad_placement > label span,
   .contact-us-section-1 form .hs-inquiry_of_other > label span:first-child  {
   }
   .contact-us-section-1 form .hs-inquiry_of_ad_placement > label:after,
   .contact-us-section-1 form .hs-inquiry_of_other > label:after  {
   }
   .contact-us-section-1 form .hs-inquiry_of_ad_placement .inputs-list label {
      font-size: 1.4rem;
   }
   .contents-of-inquiry-title {
      padding: 0;
      font-size: 1.6rem;
   }
   .contents-of-inquiry-title .required {
      width: 60px;
      height: 24px;
      margin-left: 15px;
      padding: 4px 0 0;
      font-size: 1.0rem;
   }
}

/*------------------------------------------------------------
 * margin
------------------------------------------------------------*/
._mt-none {
   margin-top: 0;
}

._mt-small {
   margin-top: 40px;
}
@media screen and (max-width: 768px) {
   ._mt-small {
      margin-top: 30px;
   }
}

._mt-default {
   margin-top: 60px;
}
@media screen and (max-width: 768px) {
   ._mt-default {
   margin-top: 50px;
   }
}

._mt-large {
   margin-top: 100px;
}
@media screen and (max-width: 768px) {
   ._mt-large {
   margin-top: 70px;
   }
}

._mb-small {
   margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
   ._mb-small {
      margin-bottom: 30px;
   }
}

._mb-default {
   margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
   ._mb-default {
      margin-bottom: 50px;
   }
}

._mb-large {
   margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
   ._mb-large {
      margin-bottom: 70px;
   }
}

._mb-none {
   margin-bottom: 0;
}

/*------------------------------------------------------------
 * l-section-title
------------------------------------------------------------*/
.l-section-title {
   margin: 0;
   padding: 0;
   color: #fff;
   font-size: 6.4rem;
   font-weight: 200;
   font-family: Montserrat;
   line-height: 1.2;
}
@media(max-width: 767px) {
   .l-section-title {
      font-size: 3.6rem;
   }
}

/*------------------------------------------------------------
 * l-auto-post-list
------------------------------------------------------------*/
.l-auto-post-list {
}
.l-auto-post-list.-column1 .l-post-head {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.l-auto-post-list.-column1 .l-post-tag {
}
.l-auto-post-list.-column1 .l-date {
   margin-left: 10px;
   font-size: 2rem;
}
.l-auto-post-list.-column1 .l-post-item {
   margin-bottom: 30px;
   padding-bottom: 20px;
   border-bottom: 1px solid #fff;
}
.l-auto-post-list.-column1 .l-post-item a .title {
   margin-top: 20px;
   font-size: 2.2rem;
}

.l-auto-post-list.-column2 {
   display: flex;
   flex-wrap: wrap;
   /* justify-content: space-between; */
   width: 100%;
}
.l-auto-post-list.-column2 .l-post-item {
   width: 50%;
   padding:0 30px;
   margin: 0 0 20px 0;
}
.l-auto-post-list.-column2 .l-post-item:nth-child(2n+2) {
   padding-right:0;
}
.l-auto-post-list.-column2 .l-post-item:nth-child(2n+1) {
   padding-left:0;
}

.l-auto-post-list.-column2 .l-post-item a .title {
   margin: 15px 0;
   font-size: 1.6rem;
   line-height: 2;
}
.l-auto-post-list.-column2 .l-date {
   margin-top: 15px;
   font-family: Noto Sans JP,sans-serif;
   font-size: 1.4rem;
}

@media(max-width: 767px) {
   .l-auto-post-list {
   }

   .l-auto-post-list.-column1 .l-post-tag {
      padding: 0;
   }
   .l-auto-post-list.-column1 .l-post-tag li {
      margin: 0 10px 0 0;
   }
   .l-auto-post-list.-column1 .l-date {
      font-size: 1.4rem;
   }
   .l-auto-post-list.-column1 .l-post-item a .title {
      font-size: 1.8rem;
   }

   .l-auto-post-list.-column2 .l-post-item {
      width: 100%;
      padding: 0;
   }
   .l-auto-post-list.-column2 .l-post-item a .title {
      font-size: 1.8rem;
      line-height: 1.6;
      margin: 5px 0 0;
   }
}

/*------------------------------------------------------------
 * l-post-item
------------------------------------------------------------*/
.l-post-item {
   
}
.l-post-item a {
   color: #fff;
}
.l-post-item a .content {
}
.l-post-item a .title {
   padding: 0;
   font-family: Noto Sans JP;
   font-weight: 300;
   line-height: 1.6;
   transition: opacity 0.3s;
}
.l-post-item a:hover {
   opacity: 1;
   color: #fff;
   text-decoration: none;
}
.l-post-item a:hover {
   opacity: 1;
   text-decoration: none;
}
.l-post-item a:hover .content {
}
.l-post-item a:hover .title {
   opacity: 0.7;
}

/*------------------------------------------------------------
 * l-thumb-hover
------------------------------------------------------------*/
.l-thumb-hover {
   display: block;
   overflow: hidden;
   position: relative;
   background: #efefef;
}
.l-thumb-hover:before {
   content: "";
   display: block;
   padding-top: 56.25%;
}
.l-thumb-hover img {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
      object-fit: cover;
}
.l-thumb-hover img.-contain {
   -o-object-fit: contain;
      object-fit: contain;
}

/*------------------------------------------------------------
 * l-post-tag
------------------------------------------------------------*/
.l-post-tag {
   margin: 0;
   padding: 0;
   list-style-type: none;
   display: flex;
   justify-content: flex-start;
   flex-wrap: wrap;
   line-height: 1;
}
.l-post-tag li {
   min-height: 24px;
   min-width: 120px;
   margin: 0 10px 0 0;
   padding: 5px 8px 0;
   box-sizing: border-box;
   background-color: #1D2088;
   font-size: 1.4rem;
   color: #FFF;
   text-align: center;
}
.l-post-tag.-white li {
   background: #fff;
   color: #1D2088;
}
@media(max-width: 767px) {
   .l-post-tag {
      padding: 20px 0 0;
   }
   .l-post-tag li {
      min-width: 60px;
      margin: 0 10px 10px 0;
   }
}

/*------------------------------------------------------------
 * l-post-tag
------------------------------------------------------------*/
.l-date {
   padding: 0;
   font-family: Montserrat,sans-serif;
   font-weight: 200;
   line-height: 1;
}