/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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 {
  -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: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section > .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


html {
  font-size: 14px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.6;
  font-style: normal;
  background-color: #fff;
}

p {
  margin-top: 0;
  margin-bottom: 1.42857rem;
  text-rendering: optimizeLegibility;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  outline:0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
  outline:0;
  cursor: pointer;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.6;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul {
  list-style: none;
  padding: 0;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li {
  padding-left: 1.3em;
  position: relative;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li:after {
  display: block;
  content: "●";
  color: #E99415;
  position: absolute;
  left: 0;
  top: .9em;
  line-height: 1;
  font-size: 8px;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ol {
  padding-left: 18px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote, 
blockquote p {
  line-height: 1.6;
  color: #7a7a7a;
  margin: 0 0 1.42857rem;
  padding: 0.64286rem 1.42857rem 0 1.35714rem;
}

/* Horizontal Rules */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.42857rem 0 1.35714rem;
  height: 0;
  border-color: #eee;
  height: 40px;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

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

.body-wrapper .content-wrapper{
  padding-right:0px;
  padding-left:0px;
}
.body-wrapper .page-center {
  padding-left: 15px;
  padding-right:15px;
}



@media only screen and (min-width: 50em){
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.42857rem;
  padding-top: 0.85714rem;
  padding-right: 1.71429rem;
  padding-bottom: 0.92857rem;
  padding-left: 1.71429rem;
  font-size: 1.14286rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: background-color 300ms ease-out;
  white-space: normal !important;
  border-style: solid;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  opacity: 0.7;
  transition: 0.5s;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  float: none;
  font-weight: normal;
  padding-top: 0;
  font-size: 1rem;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.5;
max-width: 600px;
display: block;
margin: 0 auto;
}

.hs-error-msgs label {
  margin-top:0px;
  color: #f2545b !important;
}

.hs-input:not(input[id*='LEGAL_CONSENT']), input#hs-pwd-widget-password{
  display:inline-block;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-style:solid;
  box-shadow: inset 0 1px 2px transparent;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1rem;
  margin: 0 0 1.14286rem 0;
  padding: 0.57143rem;
  height: 2.64286rem;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  height:47.59px;
}

input#hs-pwd-widget-password{
  height:47.59px !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display:inline-block;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #000000;
}

.hs-input::-webkit-input-placeholder {
  color: #000000;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


/* ******************************************************************************
21010310  google フォント追加

****************************************************************************** */
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;900&display=swap');

h1 {
 font-family: 'Noto Sans JP', sans-serif; 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

.header-container-wrapper {
  min-height: 66px;
} 

.custom-header {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 5px solid #0583c9;
  height: auto;
  width: 100%;
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  z-index: 99;
  font-size: 14px;
  line-height: 160%;
}

.custom-header .header__container {
  z-index: 100;
  position: relative;
  height: 60px;
  line-height: 60px;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.custom-logo {
  position: relative;
  margin: 0;
  font-size: 1rem;
  float: left;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  height: 60px;
  line-height: 60px;
  top: 1px;
}

.custom-logo .right-tg {
  height: 60px;
  line-height: 60px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.custom-logo .header-logo {
  margin: 0;
  font-size: 14px;
}

.custom-logo .header-logo > div {
  line-height: 7.14286rem;
  font-size: 1.21429rem;
  margin: 0;
  letter-spacing: 1px;
  font-family: Raleway, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333;
  text-rendering: optimizeLegibility;
}

.custom-logo a {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  height: 60px;
  line-height: 60px;
  display: block;
  padding: 0 1.42857rem;
  font-weight: normal;
  font-size: 2.57143rem;
  color: #333;
  width: 100%;
  text-decoration: none !important;
  border: 0 !important;
  margin-top: -1px;
}

.custom-logo img {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  display: inline-block;
  vertical-align: middle;
  border: 0 !important;
  height: auto;
  width: auto !important;
}

.custom-menu-primary-desktop {
  min-height: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
  left: 0;
}

.custom-menu-primary-desktop .navigation-primary > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  display: inline;
  line-height: 1.6;
  font-size: 12px;
  height: auto;
  width: auto;
}

.custom-menu-primary-desktop .navigation-primary > ul > li {
  float: left;
  line-height: 60px;
  position: relative;
}

.custom-menu-primary-desktop .navigation-primary > ul ul {
  display: none;
  position:absolute;
  min-width:150px;
  text-align:left;
  background: white;
  padding:10px 0;
  margin:0;
  list-style:none;
  background-color: #0583c9;
}
body .custom-menu-primary .submenu.level-1>li:hover, body .custom-menu-primary .submenu.level-1>li:focus{
  background-color: #0583c9;
}

.custom-menu-primary-desktop .navigation-primary ul ul li {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 27px;
  position: relative;
  background-color: #0583c9;
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link{
  background-color: #0583c9 !important;
  color: #ffffff !important;
}
.custom-menu-primary-desktop .navigation-primary ul ul li a{
  color: #ffffff;
  background-color: #0583c9;
}

.custom-menu-primary-desktop .navigation-primary > ul > li > a {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', '�q���M�m�p�S ProN W3', Meiryo, ���C���I, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  width: 100%;
  display: inline;
  padding: 0;
  margin: 0 10px;
  height: 60px;
  line-height: 60px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  text-decoration: none !important;
  outline: 0 !important;
}

.custom-menu-primary-desktop .navigation-primary > ul > li > a:hover,
.custom-menu-primary-desktop .navigation-primary > ul > li > a:focus {
  opacity: 0.6;
}

.custom-header .header__container:before, 
.custom-header .header__container:after {
  content: " ";
  display: table;
}

.custom-header .header__container:after {
  clear: both;
}

.header-inner-wrapper{
  padding-bottom:1px;
}


@media (min-width:962px){
  .mobile-trigger{
    display:none;
  }
  .custom-menu-primary-desktop .navigation-primary  ul li.has-submenu:hover ul {
    display:block;
  }
}

@media (max-width:1199px){
  .custom-menu-primary-desktop .navigation-primary>ul>li>a{
    margin: 0 7px;
    font-size: 12px;
  }
  .header-inner-wrapper{
    padding-bottom:0px;
  }
}

@media (max-width:961px){
  .custom-menu-primary-desktop{
    display:none;
  }
  .mobile-menu-open .custom-menu-primary-desktop{
    display:block;
  }
  .toggle-topbar.right-tg{
    right: 0;
    position: absolute;
    top:1px;
  }

  .mobile-trigger{
    right: 0;
    position: absolute;
    padding: 0 3.21429rem 0 1.42857rem;
    color: #999;
    position: relative;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 0.92857rem;
    font-weight: bold;
    cursor:pointer;
    z-index: 9999;
  }
  .custom-menu-primary .navigation-primary{
    background-color: #FFF;
    position: relative;
    width: auto;
    transition: left 300ms ease-out;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 5px solid #0583c9;
    height: auto;
  }

  .custom-menu-primary-desktop .navigation-primary>ul{
    float:none;
    width: 100%;
    display: block;
  }

  .custom-menu-primary-desktop .navigation-primary>ul>li{
    line-height:60px;
    float:none;
    width: 100%;
    display: block;
    clear: both;
  }

  .custom-menu-primary-desktop .navigation-primary>ul>li>a{
    background: transparent;
    color: #0583c9;
    padding: 0;
    margin: 0 10px;
    text-align: left;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    font-size: 1rem;
  }
  .child-trigger {
    position: absolute;
    top: -6px;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
  }
  .child-trigger:before {
    content: "+";
  }
  .child-open.child-trigger:before {
    content: "-";
  }
  .custom-logo{
    z-index:99;
  }
  .custom-menu-primary-desktop .navigation-primary>ul ul{
    position: relative;
    width:100%;
  }
  .custom-menu-primary-desktop .navigation-primary ul ul li{
    line-height: 37px;
    float: none;
    width: 100%;
    display: block;
    clear: both;
  }
  .custom-menu-primary-desktop .navigation-primary ul ul li a{
    background: transparent;
    color: #0583c9;
    padding: 0;
    margin: 0 10px;
    text-align: left;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    font-size: 13;
  }
}



@media (max-width:440px){
  .custom-logo img {
    width: 75% !important;
    max-width: 286px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer{
  background: #222;
  color: #fff;
  position: relative;
}

.footer:before {
  display: block;
  content: '';
  height: 15px;
  background-color: #e99415;
  position: absolute;
  width: 100%;
  right: 0;
}

.footer:after {
  display: block;
  content: '';
  height: 15px;
  background-color: #0083c9;
  position: absolute;
  top: 0;
  width: 80%;
}

.footer__container{
  margin:0 auto;
}
.three.spacing{
  height: 60px;
}

.footer-row{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-col-3 .spacing{
  height:20px;
}

.links{
  margin-bottom: 40px;
}
.links h3, .links h4{
  font-family: Raleway, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1.07143rem;
  color: #fff;
  vertical-align: middle;
  font-size:1rem;
}


.form-wrapper h4,
.form-wrapper h3.form-title{
  font-family: Raleway, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1.07143rem;
  color: #fff;
  vertical-align: middle;
  font-size:1rem;
  background-color: transparent;
}

.links h3:before {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
  font-size: 1.3em;
}

.links ul{
  list-style-position: outside;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  padding:0;
}

.links ul li {
  list-style: none;
  line-height: 1.8em;
  margin-bottom: .5em;
  padding-left: 0.5em;
}

.links ul li a {
  color: #fff;
}

.links ul li:before {
  content: '\030fb';
}

.links ul li a:hover {
  color: #fff;
  opacity:.6;
}

.news-wrapper .hs-rss-item {
  list-style-position: outside;
  font-family: inherit;
  margin: 0; 
}

.news-wrapper .hs-rss-item-text{
  list-style: none;
  line-height: 1.8em;
  margin-bottom: .5em;
  padding-left: 0.5em;
}

.news-wrapper .hs-rss-item-text:before{
  content: '\030fb';
}


.news-wrapper .hs-rss-item-text a{
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.news-wrapper .hs-rss-item-text a span{
  color:white;
}

.form-wrapper form .hs-input{
  padding: 5px 15px;
  height: 3.3rem;
  background: #eee;
  margin-bottom: 1.875rem;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 2px transparent;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  margin: 0 0 1.14286rem 0;
  margin-bottom: 1.875rem;
}

::placeholder {
  opacity: 0.54;
}
input::-moz-text-control-editing-root, input::placeholder {
  word-wrap: normal;
  line-height: -moz-block-height;
}
.form-wrapper form .hs-button{
  color: #fff;
  border: 2px solid #fff;
  background: none;
  padding-top: 0.71429rem;
  padding-right: 1.42857rem;
  padding-bottom: 0.78571rem;
  padding-left: 1.42857rem;
  font-size: 0.92857rem;
  -webkit-appearance: none;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: Raleway, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.42857rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: background-color 300ms ease-out;
}

.form-wrapper form .hs-button{
  color: white;
  background:#222222;
  border: 2px solid #fff;
}

.form-right-wrapper{
  float:right;
}

.form-wrapper form .hs-button:hover{
  background:white;
  color: #333;
}

.copyright {
  text-align: center;
  background-color: #000;
  padding: 10px 0;
  color: #524f4e;
  margin: 0;
}

.copyright p{
  margin-bottom:0px;
  color: #524f4e;
}

.form-wrapper p{
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.42857rem;
  text-rendering: optimizeLegibility;
}

.form-wrapper form .hs-error-msgs label {
  margin-top: 0px;
  color: #f2545b !important;
  position: absolute;
  top: -23px;
  font-size: 12px;
}

.form-wrapper form ul.no-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.copyright.footer-padding-top p{
  padding-top: 17px;
}

.copyright p{
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', '�q���M�m�p�S ProN W3', Meiryo, ���C���I, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
.two.spacing{
  height:40px;
}

.fa-caret-right:before{
  font-size: 1.3em;
}

.footer-topbar:before{
  display:none;
}

.footer-topbar:after{
  display:none;
}


@media only screen and (min-width: 50em){
  h4 {
    font-size: 1rem;
  }
  h3{
    font-size: 1rem;
  }
}

@media only screen and (min-width: 481px){
  .form-wrapper form .hs-button:hover{
    opacity: 0.7;
    transition: 0.5s;
    background:#ffffff;
    color: #333;
  }
}

@media only screen and (min-width: 50em){
  .footer-col-3{
    width: 25%;
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float: left;
  }
  .footer-col-3.form-right-wrapper{
    float: right;
  }
}

@media only screen and (min-width: 64.063em){
  .footer-col-3{
    width: 25%;
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float: left;
  }
  .footer-col-3.form-right-wrapper{
    float: right;
  }
}

@media (max-width:799px){
  .footer-col-3{
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float: none;
    width: 100%;
  }
  .form-right-wrapper{
    float:none;
  }
  .two.spacing{
    height:40px;
  }
  .form-wrapper h4, .links h3, .links h4, .form-wrapper h3.form-ttle{
    font-size: 0.85714rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
  .blog-col-4{
    width: 40%;
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float: left;
  display: flex;
  }
  .blog-col-2{
    width: 20%;
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float:right;
  }
.blog-col-9{
    width: 75%;
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float: left;
  }
/*----
.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}---*/
.blog-post-inner-wrapper .info{
  color: rgb(0, 0, 0);
}


.textOverflowTest1 {display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}


.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

.section.post-footer {
  margin-bottom: 30px;
}


@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  margin: 0;
  color: #494a52;
  text-decoration: none;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
  color: rgb(51, 51, 51);
  cursor: text;
}
.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-pagination a {
  margin: 0 5px;
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}
.blog-sidebar ol {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}
.blog-sidebar ol li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}
h1.blog-post__title {
  color: #465766;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

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

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


/* Style */

.blog-index{
  display:block;
  width:100%;
  padding:0px;
}

.blog-top{
  padding: 40px 0px 0px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative
}

.blog-top h1{
  border-bottom: 1px solid rgb(199, 200, 200);
  color: rgb(5, 131, 201);
  font-size: 2.4em;
  background-image: url(//9015489.fs1.hubspotusercontent-na1.net/hubfs/9015489/raw_assets/public/NDI_Solutions_HRGA/images/h1_icon.png);
  background-repeat: no-repeat;
  background-position: left 13px;
  padding-left: 35px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  letter-spacing: 1.3px;
  text-align: left;
}

.blog-index__post-inner-card .blog-index__post-content{
  display:block;
  width:100%;
  padding:0;
}

.blog-index__post-inner-card{
  width: 97%;
  margin: 0px auto;
  background: transparent;
  box-shadow:none !important;
  display:block;
}
.blog-index__post-inner-card .blog-index__post-content h3{
  font-size: 2em;
  background-repeat: no-repeat;
  background-position: left 12px;
  text-align: left;
  letter-spacing: 2px;
}

.blog-index__post-inner-card .blog-index__post-content h3 a{
  color: #595656;
}

.blog-index__post-inner-card .blog-index__post-content h3 a:hover{
  color: #0694F9;
}

.blog-index__post-inner-card .blog-index__post-content p{
  font-weight: normal;
  font-style: normal;
  line-height: 160%;
  position: relative;
  cursor: auto;
  font-size: 14px;
  padding: 0px;
  overflow: hidden;
  margin-bottom: 0px;
}

.blog-index__post-inner-card .blog-index__post-content p.info{
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.42857rem;
  text-rendering: optimizelegibility;
  font-size: 0.78571rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgb(204, 204, 204);
}

.blog-index__post-inner-card .blog-index__post-content p span a{
  line-height: 1.6;
  margin-bottom: 1.42857rem;
  text-rendering: optimizelegibility;
  font-size: 0.78571rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgb(204, 204, 204);
}

.blog-post__read-more a{
  margin-top: 1.5em;
  background-image: url(//9015489.fs1.hubspotusercontent-na1.net/hubfs/9015489/raw_assets/public/NDI_Solutions_HRGA/images/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: 25px center;
  padding-left: 35px;
  border-radius: 5px;
  height: auto;
  width: 140px;
  background-color: transparent;
  color: rgb(6, 148, 249);
  padding-top: 0.71429rem;
  padding-right: 1.42857rem;
  padding-bottom: 0.78571rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.92857rem;
  display: inline-block;
  border: 1px solid #0694F9;
  transition: background-color 300ms ease-out;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.42857rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

.blog-spacing {
  height: 20px;
}

.blog-col-3 ul{
  border-top: solid 1px #c7c8c8;
  margin-top: 0.5rem;
  padding-top: 1em;
  margin:0px;
}


.blog-col-3 ul li{
  list-style: none;
  line-height: 1.8em;
  margin-bottom: .5em;
}

.blog-header{
  background:transparent !important;

}

.blog-index__post.blog-index__post--small{
  padding:0px;
}

.blog-post__read-more a{
  margin-top: 1.5em;
  background-repeat: no-repeat;
  background-position: 25px center;
  padding-left: 35px;
  border-radius: 5px;
  height: auto;
  width: 140px;
  background-color: transparent;
  color: #0694F9;
  padding-top: 0.71429rem;
  padding-right: 1.42857rem;
  padding-bottom: 0.78571rem;
  font-size: 0.92857rem;
}

.blog-index__post-inner-card .blog-index__post-content{
  height:auto;
}

.blog-post__read-more a:hover{
  opacity: 0.7;
  transition: 0.5s;
  color: #0694f9;
}
.blog-post__read-more{
  padding: 0 0 10px;
  overflow: hidden;
}

.sidebar-wrapper h3{
  padding: .25em 0.5em;
  color: #595656;
  font-weight: bold;
  border-left: solid 5px #dcdddd; 
  line-height: 0.6;
  margin-bottom: 0;
  font-size: 1.4em;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  font-style: normal;
}

.sidebar-wrapper ul{
  margin: 0;
  padding-top: 1em;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  border-top: solid 1px #c7c8c8;
  margin-top: 0.5rem;
  padding:0px;
  padding-top: 1em;
}

.sidebar-wrapper ul li{
  list-style: none;
  line-height: 1.8em;
  margin-bottom: .5em;
}

.sidebar-wrapper ul li a{
  background-image: url(//9015489.fs1.hubspotusercontent-na1.net/hubfs/9015489/raw_assets/public/NDI_Solutions_HRGA/images/side_arrow.png);
  background-repeat: no-repeat;
  background-position: 12px;
  padding: 10px 5px 10px 27px;
  display: block;
  color: #333;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sidebar-wrapper ul li:nth-child(odd) a {
  background-color: #edf6fb;
  margin-bottom: 0;
}

i.fa.fa-angle-right.fa-fw {
  display: none;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.blog-post-wrapper p.info{
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.42857rem;
  text-rendering: optimizelegibility;
  font-size: .78571rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ccc;
}

.blog-top-wrapper{
  padding: 40px 0 0;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.blog-post__body {
  padding-bottom: 100px;
}
.blog-post__body p{
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.42857rem;
  text-rendering: optimizeLegibility;
}

.blog-post-wrapper h3{
  font-size: 2em;
/*--h3の頭にくるアイコン不要  background-image: url(//9015489.fs1.hubspotusercontent-na1.net/hubfs/9015489/raw_assets/public/NDI_Solutions_HRGA/images/h3_icon.png); --*/
  background-repeat: no-repeat;
  background-position: left 12px;
/*--h3の頭にくるアイコン不削除のため、字下げ不要  padding-left: 0.9em; --*/
  text-align: left;
  letter-spacing: 2px;
}

.blog-post-wrapper h3 a{
  color: #595656;
}

.blog-post-wrapper h3 a:hover{
  color: #0694F9;
}

.blog-pagination{
  width: 97%;
  overflow: auto;
  padding: 0 10px;
}

.form-wrapper form::-webkit-input-placeholder { /* Edge */
  color: #000000;
  opacity:.75;
}

.form-wrapper form:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
  opacity:.75;
}

.form-wrapper form::placeholder {
  color: #000000;
  opacity:.75;
}

.blog-pagination__prev-link--disabled, .blog-pagination__next-link--disabled{
  display:none;
}
.blog-pagination__link--active{
  border:none;
}

.blog-pagination{
  margin-top: -30px;
  justify-content: end;
  margin-bottom: 80px;
}
a.blog-pagination__link1.blog-pagination__number-link.blog-pagination__link--active {
  color: #333;
  opacity: 1;
}

a.blog-pagination__link1.blog-pagination__number-link:hover{
  color: #333;
  border:none;
}

.blog-post-wrapper .info span a{
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.42857rem;
  text-rendering: optimizelegibility;
  font-size: .78571rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ccc;
}

.blog-post-wrapper .info span a:hover{
  color: #ccc;
}
.blog-post-inner-wrapper{
  width: 97%;
  margin: 0 auto;
}

@media only screen and (min-width: 50em){
  .blog-index h1{
    font-size: 2.14286rem;
  }
  .blog-index h3{
    font-size: 1.14286rem;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 64.063em){
  .blog-col-9{
    width: 75%;
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float: left;
  }
  .blog-col-12{
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float: left;
    width: 100%;
  }
  .blog-col-3{
    width: 25%;
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float:right;
  }
  
  .blog-col-4{
    width: 40%;
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float: left;
  }
  .blog-col-2{
    width: 20%;
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float:right;
  }
}

@media (max-width:1024px){
  .blog-col-9{
    width: 100%;
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
  }
  .blog-col-12{
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    width: 100%;
  }
  .blog-col-2{
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 6rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 60px 15px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: auto !important;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

@media (max-width:767px){
  form{
    max-width:100%;
  }
}

form#email-prefs-form h1,
.systems-page h1 {
  font-size: 28px;
}
form#email-prefs-form h2,
.systems-page h2 {
  font-size: 21px;
}
.systems-page h3 {
  font-size: 22px;
}

/*========================================================================= Domo-ブログページ 目次======*/
.l_toc {
    width: 100%;
    margin: 30px auto;
    font-weight: bold;
}
.l_toc h2 {
  font-size: 16px;
  font-weight: normal;
}

.l_toc a {
    text-decoration: none;
    color: #465677;
}
.l_toc a:hover {
    text-decoration: underline;
    color: #000;
}
.l_toc ol {
    background-color: #D8EBF8;
    padding-left: 0;
    counter-reset: section;
    padding: 20px;
  list-style-position: inside;
}
.l_toc li,
.child_ol li {
    padding-top: 5px;
    padding-bottom: 5px;
	list-style: none;
	}

.child_ol li {
    padding-left: 1em;
}	
	#tocopen:checked+.toc_container {
    display: block;
    padding: 45px;
    border: 4px solid tan;
}
	.toc_container{margin: 0;}
	div.tocopen{margin-bottom:0;line-height:normal}
	.tocopen span{padding:5px 10px;background-color:#D8EBF8;
		text-align:center;border-radius:5px 5px 0 0}
/*====================================================================================================*/

h2.titleunderline {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

h2.titleunderline:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #465766;
}

<スタイル>
@import url('https://fonts.googleapis.com/css2?%20family=%20BIZ+UDゴシック&%20display=swap');
</スタイル>

/*=====================================================================================　トライアル　長方形ボタン　===============*/
.trialbtn{
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;}

.btn.btn--trial,
a.btn.btn--trial,
button.btn.btn--trial {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #0083C9;
  margin: 0 auto;
  color: #fff;
  
}
.btn--trial,
a.btn-trial {
  color: #fff;
  background-color: #0083C9;
}
.btn--trial:hover,
a.btn--trial:hover {
    opacity: 0.7;
  color: #fff;
  background: #0083C9;
}
.triangle01 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 100vh 50vw;
  border-color: transparent transparent #000 transparent;
}
		.triangle01 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3em 0 3em 2em;
  border-color: transparent transparent transparent #99ccee;
}
		@media screen and (max-width: 767px) {

		.triangle01 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2em 3em 0 3em;
  border-color: #99ccee transparent transparent transparent;
      margin: 0 auto;
}


/*=====================================================================================　ブログvol01テーブル　===============*/
 
		.TableauP p{
			vertical-align: middle;
    border-bottom: 1px solid #797979;
			padding: 0;
			margin: 0;
}
		.TableauP .TableauPfin{
    border-bottom: none;
		}
		.resptable th{
    background: #99CCEE;
			color: #000;}
		.resptable td{
    border: 1px solid #797979;
}
		.resptable tr{
    background: #D4E9F7;}
 
.thead, .tdedition{width:30%;}
.resptablecolspan td:first-child{
    background: #fff;}
@media screen and (max-width: 960px) {
	.TableauH {display: none;}
  .resptable {
    width: 80%;
  }
  .resptable .thead {
    display: none;
  }
  .resptable tr {
    width: 100%;
  }
  .resptable td {
    display: block;
    width: 100%;
  }
  .resptable td:first-child {
    background: #99CCEE;
    color: #000;
    font-weight: bold;
    text-align: center;
  }
  .outline p{height: auto;
  }
  .resptabletdfc td:first-child {
    background: #99ccee;
    color: #000;
    font-weight: bold;
    text-align: center;
  }
  .resptablecolspan td:first-child, .tdedition{
    width:100%;
    color: #000;
  }
  .resptable td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
      
/*=====================================================================================　HRGAブログvol52　縦テーブル　===============*/
table.resptablelengthwise{
  border-collapse: collapse;
  width: 100%;
}
.resptablelengthwisetb01 th,
.resptablelengthwisetb01 td{
  padding: 10px;
  border: solid 1px #999;
  box-sizing:border-box;
}
.resptablelengthwisetb01 th {
  background: #cfe2f3;
  color: #000;
  width:30%
  
}
@media screen and (max-width: 640px) {
  .resptablelengthwisetb01 .head{
    display:none;
  }
  .resptablelengthwisetb01 {
    width: 100%;
  }
  table.resptablelengthwisetb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.resptablelengthwisetb01 td:first-child{
    background: #cfe2f3;
    color:#000;
    font-weight:bold;
  }
  table.resptablelengthwisetb01 td:before{
    content: attr(data-label);
    font-size: .7rem;
    font-weight:bold;
    color: #999;
    display: block;
  }
  .resptablelengthwisetb01 tr:last-child{
    border-bottom: solid 1px #999;
  }
}