/* ******************************************************************************
*********************************************************************************
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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
 width: 100%;
 display : block;

}
/* End */
}

/**
 * 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 .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: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

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.5rem;
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* 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;
  outline-color: green;
}

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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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: 100%;
  font-family: Lato, sans-serif;
}
.body-container-wrapper form{
  max-width:767px; 
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;
  text-decoration:none;

  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
  text-decoration:none;
}

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


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

input[type="password"],
.hs-search-field__input,
.hs-input {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-input[type=checkbox], .hs-input[type=radio] {
    cursor: pointer;
    width: auto !important;
    height: auto;
    padding: 0;
    margin: 0 !important;
    line-height: normal;
    border: 0;
    vertical-align: top;
}

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

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

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

.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;
}

.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.
*********************************************************************************
****************************************************************************** */
.cm-menu-primary .hs-menu-wrapper ul{
  margin:0;
} 
.accordionNav_list {
  display: table;
}

.cm-menu-primary .hs-menu-wrapper > ul > li {
  font-size: 15px;
  line-height: 1;
  position: relative;
  display: table-cell;
  height: 50px;
  padding: 0 16px;
  vertical-align: middle;
}

.cm-menu-primary .hs-menu-wrapper > ul ul {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 200px;
  margin: 0;
  padding: 0;
  list-style:none;
}

.cm-menu-primary .hs-menu-wrapper > ul ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0;
  transition: .2s;
  border-right: 0;
}

.cm-menu-primary .hs-menu-wrapper >ul>li>a {
  letter-spacing: 1px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
}

.cm-menu-primary .hs-menu-wrapper ul ul>li>a {
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  padding: 13px 15px;
  text-align: left;
  display: block;
  letter-spacing: 1px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:hover >ul li {
  overflow: visible;
  height: 38px;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


@media (max-width:767px){
  .dnd-section {
    padding-left: 1rem;
    padding-right: 1rem;
  } 

  .two-column-right .dnd-section {
    padding-left: 0;
    padding-right: 0;
  } 

  .two-column-right .image-wrapper{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .two-column-right .blog-sidebar form {
    margin-top: 0;
  }

  .two-column-right .blog-sidebar form .hs-form-field {
    margin-bottom: 2rem;
  }
}

@media (max-width:639px){
  #main {
    font-size: 13px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  position: fixed;
  z-index: 5;
  top: 0;
  height: 5rem;
}

.head-wrap {
  height: 5.2rem;
}

.accordionNav_icon {
  display: none;
}

.cm-menu-primary .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-container{
  position:relative;
  max-width:100%;
  height: 5rem;
}
.accordionNav_list>* {
  display: inline-block;
}

.header-container>* {
  display: inline-block;
  vertical-align: middle;
}

#search_icon .accordion-trigger {
  display: inline-block;
  height: 5rem;
  padding: 1.3rem 1.6rem;
}

#search_icon .accordion-trigger i {
  font-size: 2.4rem;
}

.cm-social-icons,
#search_icon{
  float:right;
}
#search_icon{
  cursor:pointer;
}
.cm-social-icons {
  padding: 5px 10px 0 0;
}


header .hs-search-field__bar form {
  position: relative;
  max-width: 110rem;
  margin: auto;
  padding: 3rem 2rem;
  background: #f4f4f4;
  top: 3px;
}

header .hs-search-field__bar form input[type=text] {
  width: 100%;
  height: 3.2rem;
  padding: 0 .6rem;
  letter-spacing: .1rem;
  border: .1rem solid #dcdcdc;
  outline: 0;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, æ¸¸ã‚´ã‚·ãƒƒã‚¯, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
}

header .hs-search-field__bar form button {
  font-size: 1.4rem;
  position: absolute;
  top: 3rem;
  right: 2.1rem;
  height: 3.2rem;
  padding: 0 2rem;
  letter-spacing: .2rem;
  color: #fff;
  border: 0;
  outline: 0;
  background: #0d0d0d;
  cursor:pointer;
}

header .hs-search-field__bar form button span svg {
  display: none;
}

header .hs-search-field__bar form button:before {
  content: "送信";
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
  line-height: inherit;
}




#search_wrap {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100% !important;
  transform: scaleY(0);
  transition: all .3s ease;
  transform-origin: top right;
  z-index:1000;
}

.search #search_wrap {
  transform: scale(1);
}


@media (max-width:1130px){
  .cm-menu-primary .hs-menu-wrapper>ul>li {
    padding: 0 10px;
  }
}

@media (max-width:1020px){
  .cm-menu-primary .hs-menu-wrapper>ul>li {
    padding: 0 3px;
    font-size: 11.7px;
  }
}

@media (max-width:767px) and (max-height:850px){
  .cm-menu-primary-mobile .hs-menu-wrapper{
    height:calc(100vh - 45px);
    overflow-y:auto;
  }
}

@media (max-width:767px){
  header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 45px;
    transition: all .3s 0s ease;
    background: transparent !important;
  }
  .lp.head-wrap {
    display: none;
  }
  .accordionNav_icon {
    font-size: 26px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 15px;
    display: block;
    color:#fff;
    cursor:pointer;
  }

  .accordionNav_icon i:last-child {
    display: none;
  }

  .open .accordionNav_icon i:last-child {
    line-height: 1.4;
    display: block;
  }

  .open .accordionNav_icon i:first-child {
    display: none;
  }

  .open .accordionNav_icon {
    top: 3px;
  }

  #search_icon .accordion-trigger i {
    font-size: 2.6rem;
  }

  #search_icon .accordion-trigger {
    height: auto;
    padding: 0;
    background: 0 0!important;
  }

  #search_icon {
    position: absolute;
    top: .8rem;
    right: 2rem;
    display: block;
  }

  .accordionNav_home {
    display: none !important;
  }

  .cm-menu-primary {
    display: none;
  }

  .header-container {
    position: static;
    height:0;
  }

  .cm-social-icons {
    display: none;
  }

  .head-wrap {
    height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    z-index: 1000;
  }

  #search_wrap {
    width: 100%;
    position: relative;
    top: -26px;
  }

  .cm-menu-primary-mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scaleY(0);
    transition: all .3s ease;
    transform-origin: top right;
    margin-top: 45px;
    transition: all .3s 0s ease;
    z-index: 999;
  }

  .open .cm-menu-primary-mobile {
    transform: scaleY(1);
  }

  .cm-menu-primary-mobile .hs-menu-wrapper {
    width: 100%;
    background-color: #0d0d0d;
  }

  .cm-menu-primary-mobile .hs-menu-wrapper ul li {
    border-bottom: 1px solid #3e3e3e;
    font-size: 15px;
    line-height: 1;
  }

  .cm-menu-primary-mobile .hs-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .cm-menu-primary-mobile .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
    width: 100%;
    padding: 12px 30px 12px 15px;
    text-align: left;
    display: block;
    color: #fff;
  }

  .cm-menu-primary-mobile .hs-menu-wrapper ul ul>li>a {
    background-color: #292929;
    display: block;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    padding: 13px 15px;
    text-align: left;
    color: #fff;
    padding-left: 40px;
  }

  .cm-menu-primary-mobile .hs-menu-wrapper ul ul li:first-child {
    border-top: 1px solid #3e3e3e;
  }

  .cm-menu-primary-mobile .hs-menu-wrapper ul li:last-child {
    border: none;
  }

  .cm-menu-primary-mobile .hs-menu-wrapper ul li:after {
    position: absolute;
    top: 13px;
    right: 15px;
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    transform: rotate(-45deg);
    border: 1px solid #dcdcdc;
    border-top: 0;
    border-left: 0;
  }

  .cm-menu-primary-mobile .hs-menu-wrapper ul li {
    position: relative;
  }

  .cm-menu-primary-mobile .hs-menu-wrapper ul li a:hover {
    color: #b8b8b8;
  }

  .cm-menu-primary-mobile .hs-menu-wrapper ul ul li a:hover {
    background: #068fae;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__container {
  margin: 0 auto;
 
}
.footer .popular-post-wrapper p.hs-rss-title {
  font-size: 1.1rem;
  line-height: 1.7;
}
.footer__copyright {
  font-size: 1rem;
  padding: .5rem 0;
  text-align: center;
  line-height: 14px;
}
.newslist .hs-rss-item:hover a.hs-rss-title {
  text-decoration: underline;
}
.cm-top-footer {
  padding: 6rem 0 3rem;
}

footer .row {
  margin-bottom: 1rem;
  overflow:hidden;
}

footer .col-md-4 {
  display: inline-block;
  padding: 0 1.2rem;
  vertical-align: top;
}

footer h2,footer h3{
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
  letter-spacing: .2rem;
}

footer .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  width: 6rem !important;
  float: left;
}

footer .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: calc(100% - 6rem) !important;
  float: right !important;
  padding: 0 0 0 15px;
}

footer a.hs-rss-title {
  font-size: 1.1rem;
  line-height: 1.7;
}

footer .hs-rss-byline {
  font-size: 1rem;
  opacity: 1;
}

footer .hs-rss-byline span {
  color: #a1a1a1;
  font-size: 1rem;
}

/*  2022.01 */
footer section.footer_content {
   display: flex;
}

/* end */

footer section.footer_content ul {
  padding: 0 1rem;
  list-style: none;
}

footer section.footer_content ul li:before {
  content: "\f04b";
  margin: .4rem .5rem 0 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.6rem;
  transform: scale(0.6);
  display: block;
  float: left;
}

footer section.footer_content ul li {
  font-size: 1.2rem;
  margin-top: .6rem;
}

footer section.footer_content ul li a {
  display: inline;
}

.newslist .hs-rss-item-text {
  display: flex;
  align-items: center;
  border-bottom: .1rem dotted #4a4a4a;
  padding: .6rem 0;
}

.newslist a.hs-rss-title {
  width: calc(100% - 10rem);
  order: 2;
}

.newslist .hs-rss-byline {
  padding: 0 1rem 0 0;
  order: 1;
  opacity: 1;
  font-size: 100%;
  width: 10rem;
}

.newslist .hs-rss-item {
  margin: 0 !important;
}

.newslist a.hs-rss-title span {
  color: #E3006A;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, æ¸¸ã‚´ã‚·ãƒƒã‚¯, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
  color: #E3006A;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, æ¸¸ã‚´ã‚·ãƒƒã‚¯, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

/* 2022. 01 */

/*@media (min-width: 992px){
  footer .col-md-4 {
    width: %;
    float: left;
    display: inline-block
  }
}
*/
/* End */

/* 2022. 05 */

@media (min-width: 992px){
   
  footer .col-md-4 {
        
  float: left;
  display: block;
  align-items: flex-start;
  vertical-align: top;
  position: relative;
  }
    
  
  .footer-image {
   
  clear:both:!important;
  display:flex;!important;
  align-items: flex-end;
  position:relative;!important;
  bottom:0%;!important;
  right:0%;!important;


 
  }
  .footer-image img {

    position:relative;!important;
    bottom:0%;!important;
    right:0%;!important;

  }
}

/* END */


  /* 2022. 05.24 */

@media (min-width: 768px) and (max-width:991px){
  
  footer .col-md-4 {
    
    float: left;
    display: block;
    padding: 0 1.2rem;
    margin-bottom: 3rem;
    align-items: flex-start;
    vertical-align: top;
    position: relative;
  }
  
  .footer-image {
   
  clear:both:!important;
  display:flex;!important;
  align-items: flex-end;
  position:relative;!important;
  bottom:0%;!important;
  right:0%;!important;
 
  }
  .footer-image img {

    position:relative;!important;
    bottom:0%;!important;
    right:0%;!important;

  }
  
}
/* end */ 
  
}

@media (max-width: 989px){
  footer section.footer_content ul li a {
    font-size: 14px;
    line-height: 20px;
  } 
}

/* 2022. 05.24 */
@media (max-width: 767px){ 
  
 footer section.footer_content {

    clear:both;
    display:block!important;
    width:100%!important;

} 
 footer .col-md-4 {
   
    clear:both;
  	width: 100%;
    float: none;
    display:block;
    padding: 0 1.2rem;

  }  
#hs_cos_wrapper_new_article_ {

  display:none;
  
 }  

  /* 202506 */
  .footer_content .hs-menu-wrapper > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_content .hs-menu-wrapper .hs-menu-depth-1 {
    width: 50%;
  }
  .footer_content .hs-menu-item {
    margin-top: .8rem;
  }
  .footer_content .hs-menu-item a {
    display: inline-block;
    padding: .5rem 0;
  }
  .footer_content .hs-menu-item:before {
    margin-top: .9rem;
  }

}
/* end */     
}
/* ******************************************************************************
*********************************************************************************
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-top-section {
  width: 100%;
  
}
.content-wrapper {
   margin: 0 auto;

}

.blog-sidebar form .hs-form-field textarea.hs-input {
  min-height: 15rem;
  font-size: 14px;
  color: #555;
  line-height: 1.42857143;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  padding: 6px 12px;
}
.blog-sidebar form .hs-form-field .inputs-list:first-child {
  padding-top: 5px;
}
.blog-sidebar form .hs-form-field .hs-form-radio:not(:last-child) > label,
.blog-sidebar form .hs-form-field .hs-form-checkbox:not(:last-child) > label {
  margin-bottom: 2px;
}
.blog-sidebar form .hs-form-field .hs-form-radio:last-child > label,
.blog-sidebar form .hs-form-field .hs-form-checkbox:last-child > label {
  margin-bottom: 0;
}
.blog-sidebar form .hs-form-field .hs-form-radio .hs-input,
.blog-sidebar form .hs-form-field .hs-form-checkbox .hs-input {
  line-height: normal;ｓ
  margin: 4px 0 0;
  padding: 1rem .5rem 0 1.5rem;
}
.blog-sidebar form .hs-form-field .hs-form-radio > label > span,
.blog-sidebar form .hs-form-field .hs-form-checkbox > label > span {
  color: #323232;
  letter-spacing: .1rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family:Merriweather, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: unset;
}

.image-wrapper {
  padding: 4rem 1rem 5rem;
}

.hs-blog-post .span8,
.hs-blog-listing .span8 {
  width: 66.667% !important;
}

.cm-rec-post-slider-wrapper {
  margin: 0 0 30px;
}

.rec-post-item {
  height: 410px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.hs-blog-post .span4,
.hs-blog-listing .span4 {
  width: 33.33333333% !important;
  margin-left: 0 !important;
  padding: 0 .5rem 0 2.5rem;
}

.rec-posts-group {
  width: 56%;
  float: left;
}

.cm-recent-thumb-wrapper {
  float: left;
  width: 44%;
}

.cm-recent-thumb-wrapper .slick-slide {
  width: 100% !important;
  position: relative;
  height: 8.2rem;
  border-bottom: 1px solid #323232;
  background: #0d0d0d;
  cursor: pointer;
}

.cm-rec-post-slider {
  overflow: hidden;
  height: 410px;
}

.cm-recent-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 20px;
  padding: 2rem;
  background: -moz-linear-gradient(top center,rgba(240,240,240,0) 0,#000 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(240,240,240,0)),to(black));
  background: -ms-linear-gradient(top,rgba(240,240,240,0) 0,#000 100%);
  background: linear-gradient(top center,rgba(240,240,240,0) 0,#000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f0f0', endColorstr='#e50043', GradientType=0);
}

.slick-slide{
  outline:none; 
}

span.rec-post-date {
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: .3rem 1.1rem .2rem;
  color: #fff;
  background: #e50043;
}

h4.rec-post-name {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  padding: 0 .5rem;
  color: #fff;
}

.cm-recent-thumb .rec-post-date {
  font-size: 1.1rem;
  display: inline-block;
  margin-bottom: .7rem;
  color: #afafaf;
  background: transparent;
}

.cm-recent-thumb .rec-post-name {
  font-size: 1.3rem;
  line-height: 1.5;
  display: block;
  overflow: hidden;
  color: #fff;
}

.cm-recent-thumb-wrapper .slick-slide:hover, .cm-recent-thumb-wrapper .slick-slide.slick-current {
  background: #383838;
}

.cm-rec-post-slider-wrapper {
  margin: 0 0 30px;
}

.custom-popular-posts-wrapper h2.block-title {
  font-family: Merriweather,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: .1rem;
  color: #323232;
}

.popular-posts-wrapper {
  margin-bottom: 3rem;
  margin-left: -1rem;
  overflow: hidden;
}

.popular-posts-item {
  float: left;
  width: 20%;
  padding-left: 1rem;
}
.image-wrapper img {
  display: block;
}
.popular-posts-item a {
  width: 100%;
  color: #fff;
  background: #0d0d0d;
  display: block;
}

.popular-posts-item a:hover {
  background: #383838;
  color:#fff;
}

.custom-popular-posts-wrapper .blog-list-popular-posts-image.hs-rss-item-image-wrapper img {
  width: 100%;
  height: 141px;
  vertical-align: bottom;
  object-fit: cover;
}

.custom-popular-posts-wrapper .hs-rss-item-text {
  padding: 1.2rem .8rem;
}

.custom-popular-posts-wrapper .cm-pop-posts-title {
  font-size: 1.3rem;
  overflow: hidden;
  margin-bottom: .5rem;
  color:#fff;
  line-height:18px;
}

.custom-popular-posts-wrapper span.hs-rss-date {
  font-size: 1rem;
  color:#fff;
  line-height:14px;
  color: #a1a1a1;
}

.blog-index.sidebar.span8>p {
  font-family: Merriweather,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #323232;
  margin: 0 0 5px;
}

/* Post Item */


.cm-post-item-wrapper {
  overflow: hidden;
  margin-left: -1.2rem;
  padding-right: .1rem;
}

.blog-index__post.blog-index__post--small {
  margin-bottom: 1.2rem;
  padding-top: .1rem;
  padding-left: 1.2rem;
  width: 33.33333333%;
  float: left;
}

.blog-index__post.blog-index__post--small a {
  width: 100%;
  padding-bottom: 2px;
  padding-bottom: .2rem;
  color: #323232;
  display:block;
}

article.article_box {
  box-shadow: 0 0 1px 0 #afafaf;
}

.article_image {
  position: relative;
}

.article_image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.article_category {
  padding: 1rem 1rem 0;
}

.article_category p {
  font-size: 1.1rem;
  display: inline-block;
  overflow: hidden;
  padding: .2rem .5rem .3rem;
  letter-spacing: .1rem;
  color: #fff;
  background: #e50043;
  margin: 0;
  line-height: 15px;
}

.article_info {
  padding: .5rem 1rem 1rem;
}

.article_info h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 1rem;
}

.article_info .article_txt {
  font-size: 1.2rem;
  line-height: 1.6;
  overflow: hidden;
  margin-bottom: 1rem;
}

.article_info .article_day {
  font-size: 1.1rem;
  padding-top: 1rem;
  text-align: right;
  color: #a1a1a1;
  border-top: .2rem solid #dcdcdc;
}

/* Pagination style */

.blog-pagination {
  display: table;
  margin: 1rem auto 0;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: table-cell;
}

.blog-pagination__prev-link:hover,
.blog-pagination__next-link:hover {
  background: #f4f4f4;
}

a.blog-pagination__link {
  font-size: 16px;
  width: 40px;
  height: 40px;
  margin: 1rem;
  padding: 1rem;
  border: .1rem solid #dcdcdc;
  border-radius: .2rem;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  line-height: 22px;
}

.blog-pagination__number-link {
  color: #ffffff;
}

a.blog-pagination__link.blog-pagination__number-link:hover{
  background: #383838; 
}

a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
  background: #e50043;
}

a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active:hover{
  background: #c70020; 
}

.blog-pagination__number-link:hover {
  color: #fff;
}

a.blog-pagination__link.blog-pagination__number-link {
  color: #fff;
  background: #0d0d0d;
}

a.blog-pagination__link.blog-pagination__prev-link.blog-pagination__prev-link--disabled,
a.blog-pagination__link.blog-pagination__prev-link.blog-pagination__prev-prev--disabled{
  color: #323232;  
  cursor:auto;
}

a.blog-pagination__link.blog-pagination__next-link,
a.blog-pagination__link.blog-pagination__prev-link{
  color: #e50043;
}

a.blog-pagination__link.blog-pagination__number-link {
  margin: 0 .3rem;
}

.blog-pagination__prev-link--disabled:hover {
  background: #ffffff;
}
.two-column-right .content-wrapper.container-fluid {
  margin-bottom: 3rem;
}
.box_title {
  width: 100%;
  margin-bottom: 5px;
  margin-bottom: .5rem;
  background: #0d0d0d;
}

.box_title h2 {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 0 0 1.3rem;
  padding: .5rem 2.5rem;
  letter-spacing: .4rem;content-wrapper
  color: #fff; !important;
  background: #e50043;content-wrapper
}
.blog-sidebar .widget-type-linked_image {
  margin: 0 0 2.5rem;
}
.cm-recent-news-list {
  font-size: 1.3rem;
  padding: .9rem 0;
  display: table;
  width: 100%;
  color: #323232;
  border-bottom: 1px dotted #bebebe;
}

p.newslist_time {
  font-size: 1.2rem;
  width: 10rem;
  padding: 0 1rem 0 0;
  display: table-cell;
  vertical-align: middle;
}

p.newslist_text {
  color: #e50043;
}
.post-by-top.box_title h2,
.hs-blog-listing .sidebar .newslist .box_title h2 {
  font-size: 2rem;
  line-height: 1.4;
  /* 2022.01 */
  color: #fff; 
/* 2022.01 end */
  
}
.blog-index__post a:hover .article_info h3,
.blog-index__post a:hover .article_info p {
  text-decoration: underline;
}

.cm-recent-news-list p {
  margin: 0;
  line-height: 18px;
  font-family: Merriweather,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
}

/* Sidebar Style */

.blog-sidebar h3.form-title {
  display: block;
  background-color: transparent;
  font: inherit;
  font-size: large;
  line-height: 1.4;
  margin: 0;
}
h3.form-title:empty {
  display: none;
}

.blog-sidebar form {
  margin: 2.5rem auto 3rem;
  width: 100%;
  margin-top: 1.5rem;
  padding: 1rem .5rem;
}

.blog-sidebar form .hs-richtext.hs-main-font-element h2 {
  width: 100%;
  margin:0 0 2.5rem;
  background: #1b1b1b;
}
.hs-search-field__suggestions {
  background-color: #fff;
  padding: 10px !important;
  position: relative;
}
.hs-search-field__suggestions a:hover, .hs-search-field__suggestions a:focus {
  background-color: transparent !important;
}
.cm-pop-bg:after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.cm-pop-bg:hover:after{
  opacity: 0.3;
}
.cm-pop-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hs-search-field__suggestions li {
  padding: 10px 0 !important;
}
.blog-sidebar form .hs-richtext.hs-main-font-element h2 span {
  font-size: 1.5rem;
  background: #e50043;
  margin-left: 1.3rem;
  padding: .6rem 2.8rem;
  letter-spacing: .4rem;
  color: #fff;
  line-height: 21px;
  display: table;
  letter-spacing: .2rem;
}

.blog-sidebar form .hs-form-field {
  margin-bottom: 2rem;
  padding: 5px;
}

.blog-index.sidebar.span8 {
  width: 66.67% !important;
}

.blog-sidebar.span4 {
  width: 33.33% !important;
  margin-left: 0 !important;
  padding-left: 2.5rem;
}

.blog-sidebar form .hs-form-field > label {
  font-family: Merriweather,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,游ゴシック,"Yu Gothic",YuGothic,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #323232;
  font-weight: 400;
  margin: 0 0 2px;
}
.blog-sidebar form .hs-richtext a span:after {
  font-size: 1rem;
  padding: .2rem .2rem .3rem .4rem;
  content: '\005fc5\009808';
  vertical-align: text-bottom;
  letter-spacing: .2rem;
  color: #fff;
  margin-left: .4rem;
  background: #f21e66;
}

.blog-sidebar form .hs-richtext a{
  font-size: 14px;
  line-height:20px;
  color: #337ab7;
  font-family: Merriweather,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
}

.blog-sidebar form .hs-richtext a:hover{
  color: #23527c;
}

.blog-sidebar form  label.hs-error-msg {
  color: red;
}

.hs-form-booleancheckbox span.hs-form-required {
  display: none;
}

.blog-sidebar form .hs-form-field>label>span.hs-form-required {
  font-size:0;
  line-height:1;
}

.blog-sidebar form .hs-form-field>label>span.hs-form-required:after {
  font-size: 1rem;
  padding: .2rem .2rem .3rem .4rem;
  content: '\005fc5\009808';
  vertical-align: text-bottom;
  letter-spacing: .2rem;
  color: #fff;
  background: #f21e66;
  margin-left: .4rem;
  position: relative;
  top: -2px;
}

.hs_error_rollup label.hs-main-font-element {
  color: red;
  padding:0 5px;
}

.inputs-list label>span {
  font-family: Merriweather,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
}

.blog-sidebar form .hs-form-field .hs-input{
  float: none;
  width: 100%;
  margin-top: .5rem;
  max-width: 100%;
  border: .1rem solid #c7c7c7;
  border-radius: .3rem;
  background: #f7f7f7;
  font-family: Merriweather,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;;
  font-size: 14px;
  line-height: 19px;
  padding: 0 .5rem;
}

.blog-sidebar form input.hs-button.primary.large {
  padding: 10px 40px 10px 50px;
  padding: 1rem 4rem 1rem 5rem;
  letter-spacing: 8px;
  letter-spacing: .8rem;
  color: #fff;
  background: #4d4d4d;
  font-family: Merriweather,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, 游ゴシック, "Yu Gothic", YuGothic, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.blog-sidebar form .actions {
  text-align: center;
  margin-bottom:15px;
}

.blog-sidebar form .hs-form-field .hs-input:focus {
  border: 1px solid #41c5ff;
  border: .1rem solid #41c5ff;
  outline: 0;
  box-shadow: 0 0 8px 0 rgba(26,176,242,.4);
  box-shadow: 0 0 0.8rem 0 rgba(26,176,242,.4);
}

.blog-sidebar form input.hs-button.primary.large:hover {
  background: #7f7f7f;
}

.mailsubscribe {
  margin-bottom: 30px;
  border: 1px solid #DDDDDD;
}
.mailsubscribe form.hs-form {
  margin: 0;
  padding: 0;
}
.mailsubscribe form > div,
.mailsubscribe form .hs-email,
.mailsubscribe form .hs-submit {
  padding: 0 20px;
}
.mailsubscribe form > div:first-child {
  padding-left: 0;
  padding-right: 0;
}
.mailsubscribe .hs-richtext,
.mailsubscribe form .hs-form-field > label {
  font-size: 13px;
  line-height: 1.5;
}
.mailsubscribe .hs-richtext h4 {
  display: flex;
  align-items: center;
  margin-bottom: 0.75em;
  padding: 0.5em 20px;
  font-size: 16px;
  color: #FFF !important;
  letter-spacing: 0;
  background-color: #E50143;
}
.mailsubscribe .hs-richtext h4 strong span {
  color: #FFF !important;
}
.mailsubscribe .hs-richtext h4:before {
  content: '';
  flex: 0 0 1.75em;
  display: block;
  width: 1.75em;
  height: 1.75em;
  margin-right: 0.25em;
  background: url(https://8666270.fs1.hubspotusercontent-na1.net/hubfs/8666270/raw_assets/public/EPLAN_November_2020/images/ico_mailsubscribe.svg) no-repeat left center;
  background-size: contain;
}
.mailsubscribe form .hs-submit {
  margin-top: -0.25em;
}
.mailsubscribe form .hs-submit .hs-button.primary.large {
  letter-spacing: 0.05em;
  background-color: #FF4800;
  border-radius: 100px;
  padding: 0.5em 2.5em;
  font-weight: 700;
}
.mailsubscribe .hs-richtext ul {
  padding-left: 0;
  font-weight: 700;
  list-style-type: none;
}
.mailsubscribe .hs-richtext li {
  display: flex;
  align-items: center;
  margin: 0.5em 0;
}
.mailsubscribe .hs-richtext li:before {
  content: '';
  flex: 0 0 1.5em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.4em;
  background: url(https://8666270.fs1.hubspotusercontent-na1.net/hubfs/8666270/raw_assets/public/EPLAN_November_2020/images/ico_checked.svg) no-repeat left center;
  background-size: contain;
}
.mailsubscribe .hs-form-required {
  display: none;
}
.mailsubscribe .hs-input[type="email"] {
  padding: 7px !important;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.1) inset;
}

.blog-sidebar img{
  display:block; 
}

.hs-responsive-embed-wrapper{
  width:100%; 
  margin:30px 0!important;
}

/* 2022.01 */
.box_title h2, .blog-sidebar-topic-filter h2 {
  color: #fff; !important;
}
/* 2022.01 end */

.blog-sidebar-topic-filter ul {
  padding: .5rem 2rem;
  list-style: none;
  margin: 0;
  margin-bottom: 3rem;
}

.blog-sidebar-topic-filter ul li {
  font-size: 1.2rem;
  margin-top: .6rem;
}

.blog-sidebar-topic-filter ul li:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .6rem;
  display: block;
  float: left;
  margin: .4rem .5rem 0 0;
  -webkit-transform: scale(.6);
  content: "\f04b";
}
.cm-recent-thumb:hover .rec-post-name {
  text-decoration: underline;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image
.newslist .hs-rss-item:hover .hs-rss-title,
.newslist .hs-rss-item:hover .hs-rss-byline span {
  text-decoration: underline;
}
.hs-with-featured-image:hover .hs-rss-title,
.hs-with-featured-image:hover .hs-rss-byline span {
  text-decoration: underline;
}
.newslist .hs-rss-item,
.hs-with-featured-image {
  cursor: pointer;
}
footer a.hs-rss-title
span.filter-link-count{
  display:none; 
}
.blog-sidebar-topic-filter ul li a,.blog-sidebar-topic-filter ul li a:hover {
  display: inline;
  color: #323232;
}
.popular-post-wrapper.recomend ul {
  list-style: none;
  margin:0;
  padding:0;
}
img {
  height: auto;
}
.popular-post-wrapper.recomend ul li {
  margin-bottom: 5px;
}
.blog-sidebar .widget-type-rich_text h3,
.blog-sidebar .widget-type-rich_text h2 {
  font: inherit;
  font-size: 100%;
  margin: 0;
}
.blog-sidebar .widget-type-rich_text p {
  margin: 0;
}
.popular-post-wrapper.recomend a {
  width: 100%;
  color: #fff;
}
.two-column-right .blog-sidebar *{
  line-height:1.4;
  min-height: 0;
}
.two-column-right .blog-sidebar a {
  color: #337ab7; 
}

.popular-post-wrapper.recomend .recomend_box {
  overflow: hidden;
  width: 100%;
  background: #0d0d0d;
}

.popular-post-wrapper.recomend .recomend_image {
  position: relative;
  float: left;
  width: 96.4px;
  height: auto;
}

.popular-post-wrapper.recomend .recomend_image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

.popular-post-wrapper.recomend .recomend_info {
  position: relative;
  width: 100%;
}

.popular-post-wrapper.recomend .recomend_info h3 {
  font-size: 1.1rem;
  line-height: 1.7;
  overflow: hidden;
  max-height: 4.2rem;
  padding: .7rem 1rem;
  color: #fff;
}

.popular-post-wrapper.recomend .recomend_info .recomend_day {
  font-size: 1rem;
  color: #a1a1a1;
  padding: 0 1rem;
  overflow: hidden;
}
.hs-rss-item.hs-with-featured-image:hover .hs-rss-item-image-wrapper .hs-rss-featured-image,
.popular-post-wrapper.recomend a:hover .recomend_image img {
  opacity: .7;
}

.popular-post-wrapper.recomend .recomend_box:hover {
  background: #383838;
}

.social-share {
 /* padding: 10px;*/
  margin:0;
  line-height: 2em;
  width: 100%;
}

.blog-index__post.blog-index__post--small:nth-child(3n + 1) {
  clear: left;
}
ul.hs-blog-social-share-list {
  vertical-align: top;
}

.hs-blog-social-share iframe {
  margin: 0;
}

.no-image .article_info, 
.no-image .article_category {
  width: 100%;
}

/* 202509 */
.blog-sidebar-topic-filter ul li ul {
  margin-bottom: 0; 
}
.blog-sidebar-topic-filter .style_hashtag {
  padding: .5rem;
}
.blog-sidebar-topic-filter .style_hashtag li {
  display: inline-block;
  margin-right: .6rem;
}
.blog-sidebar-topic-filter .style_hashtag li::before {
  margin: 0 .3rem 0 0;
  font-size: inherit;
  content: "#";
  transform: none;
}

/* Blog Post styling */

.blog-recent-posts {
  padding: 2rem 1.5rem 1.5rem;
  background: #000;
  overflow: hidden;
  margin-top: 0;
  display: block;
}
.blog-recent-posts .content-wrapper > h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 .5rem 1.8rem;
  padding: 0 1rem;
  color: #fff;
  border-left: .6rem solid #000;
}
.blog-recent-posts .blog-recent-posts__list {
  margin: 0 0 10px;
  margin-bottom: 1rem;
}
.blog-recent-posts .blog-recent-posts__list .related-post-wrapper {
  padding: 0 .5rem;
  border-left: none;
  width: 16.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
}
.related-post-wrapper .related-post {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  border-bottom: 0;
}
.related-post-wrapper .related-post a {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  border-bottom: 0;
  display: inline-block;
  text-decoration: none;
}
.related-post-wrapper .related-post a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.related-post-wrapper .related-post .blog-index__post-content h2 {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
}
.related-post-wrapper .related-post a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  min-height: 71px;
  object-fit: cover;
}
.related-post-wrapper .related-post .blog-index__post-content h2 {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
}
.related-post-wrapper .related-post a:hover h2 {
  text-decoration: underline;
}


.hs-blog-post .content-wrapper {
  margin-bottom: 5rem;
}
.blog-recent-posts .content-wrapper {
  margin-bottom: 0;
}
.related-post-wrapper .related-post:hover img {
  opacity: 0.7;
}
.blog-recent-posts {
  margin-bottom: 3rem;
}
.hs-blog-post .blog-top-section.content-wrapper {
  margin-bottom: 0;
}
.post-featured-image img{
  display:block;
  width:100%;
}
.hs-blog-post .article_headline {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 10px;
  padding: 1rem;
  background: #f4f4f4;
}

.hs-blog-post .article_info {
  overflow: hidden;
  margin-bottom: 5px;
  margin-bottom: .5rem;
  padding: 0;
}

h1.mainArticle_headline {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0;
  letter-spacing: .1rem;
}

.hs-blog-post .article_info .article_day {
  background: #0d0d0d;
}
.hs-blog-post .hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  padding: 0px!important;
}

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

.breadcrumb {
  overflow: hidden;
}

.cm-social-share {
  overflow: hidden;
}
.hs-blog-listing .content-wrapper.container-fluid {
  margin-bottom: 5rem;
}

.hs-blog-listing .sidebar .newslist {
  margin: 0 0 3rem;
}
.breadcrumb ul li {
  display: inline-block;
}
.hs-blog-post .article_info .article_day {
  background: #0d0d0d;
}
.blog-index__post.blog-index__post--small a:hover img {
  opacity: 0.7;
}

/* 202509 */
.blog-index__post.blog-index__post--small a:hover {
  text-decoration: none;
} 
.blog-index__more {
  margin: 1rem 0 3rem;
  text-align: center;
}
.blog-index__more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  height: 40px;
  padding: 1rem;
  background: #000;
  border: 1px solid #bdbdbd;
  color: #fff;
}
.blog-index__more a:hover {
  background: #383838;
  color: #fff;
}
.blog-post .article_info {
  display: flex;
  flex-wrap: wrap;
  gap: .2rem;
}

.popular-post-wrapper.recomend .recomend_info * {
  color: #fff;
}

.popular-post-wrapper.recomend a:hover h3 {
  color: #fff;
}

.popular-post-wrapper.recomend a {
  text-decoration: none !important;
}

.popular-post-wrapper.recomend a:hover h3 {
  text-decoration: underline;
}
.hs-blog-post .article_info .article_category,
.hs-blog-post .article_info .article_day {
  font-size: 1.2rem;
  display: inline;
  float: left;
  padding: .4rem 2rem;
  color: #fff;
  margin: 0;
  line-height:16px;
  border: none;
}
.hs-blog-post .hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  padding: 10px;
}
.hs-blog-post .article_info .article_category{
  background: #e50043;
}

#main dl, #main p {
  margin-bottom: 2.5rem;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
  letter-spacing: .1rem;
  font-weight: 700;
  line-height: 1.6;
}
#main h1 {
  font-size: 3.2rem;
  margin-bottom: 2.5rem;
}
#main h2 {
  font-size: 2.8rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #262626;
}
#main h3 {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px dotted #262626;
}
#main h4 {
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
}
#main h5 {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
#main h6 {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}
#main ol li, #main ul li {
  line-height: 1.6;
}
#main ul {
  margin-top:0;
  margin-bottom: 2.5rem;
  padding-left: 4rem;
  list-style-type: disc;
}
#main .widget-type-rich_text ul {
  margin-top: 0;
}
.hs-blog-social-share {
  height: auto !important;
}
#main ol {
  margin-bottom: 2.5rem;
  padding-left: 4rem;
  list-style-type: decimal;
}
#main table {
  border:none;
  width: 100%;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}

#main table {
  border:none;
  border-spacing: 0;
  border-collapse: collapse;
}

#main table tr {
  border:none;
  border-bottom: 1px solid #cacaca;
}

#main caption, #main td, #main th {
  border:none;
  font-weight: 400;
  text-align: left;
}

#main table td,
#main table th {
  padding: 10px;
  padding: 1rem;
}
#main img {
  height: auto;
  width: auto;
  vertical-align: middle;
}
#main img {
  margin-bottom: 2.5rem;
}
#main td, #main th {
  vertical-align: middle;
}
#main>div{
  margin-bottom: 2.5rem; 
}
#main {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: .5rem;
}
.hs-blog-listing .sidebar .article_info .article_day {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  width: calc(100% - 2rem);
  margin: 0 auto;
  top: auto;
}

.hs-blog-listing .sidebar article.article_box {
  padding-bottom: 44px;
  position: relative;
}
#main caption, #main td, #main th {
  border: 0;
  font-weight: 400;
  text-align: left;
}
/* End blog post styling */
@media (max-width:991px){
  .hs-blog-post .span4,
  .hs-blog-listing .span4,
  .hs-blog-post .span8,
  .hs-blog-listing .span8 {
    width: 100% !important;
    margin-bottom: 0;
    padding: 0;
  }
  .popular-posts-item:nth-child(4n + 1) {
    clear: left;
  }
  .blog-index.sidebar.span8 {
    width: 100% !important;
  }

  .blog-sidebar.span4 {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0;
  }
  .blog-sidebar form {
    padding-left: 0;
    padding-right: 0;
  }
  .rec-posts-group {
    width: 100%;
  }
  .cm-recent-thumb-wrapper {
    display: none !important;
  }
  .popular-posts-item {
    width: 25%;
    margin: 0 0 10px;
  }
}
@media (max-width:989px){
  .two-column-right .blog-sidebar form {
    padding: 2rem 0;
    margin-top: 1.5rem;
  } 
  #main>div {
    margin-bottom: 0;
  }
  .rec-post-item {
    height: 512px !important;
  }
}
@media (max-width:767px){
  .content-wrapper{
    padding:0 1rem;
  } 
  .post-by-top.box_title h2,
  .hs-blog-listing .sidebar .newslist .box_title h2 {
    font-size: 1.5rem;  
  }
  .cm-rec-post-slider{
    height:auto;
  } 
  .rec-post-item {
    height: 63.5vw !important;
  }
  .hs-blog-listing .content-wrapper {
    margin-bottom: 0;
  }
  .image-wrapper {
    margin-top: 3rem;
    padding: 4rem 0 5rem;
  }
  .hs-blog-post .article_info {
    width: 100%;
    float: none;
  }
  .popular-posts-item {
    width: 100%;
  }

  .blog-list-popular-posts-image {
    float: left;
    overflow: hidden;
    width: 6.4rem;
    height: 6.4rem;
  }

  .custom-popular-posts-wrapper .hs-rss-item-text {
    float: left;
    width: calc(100% - 6.5rem);
    padding: .7rem 1.2rem;
  }

  .popular-posts-item a {
    overflow: hidden;
  }

  .blog-index__post.blog-index__post--small {
    width: 100%;
  }

  .article_image {
    float: left;
    width: 20rem;
    margin: 1rem;
    text-align: center;
  }

  .article_category {
    padding: 1rem 0 0;
    width: calc(100% - 22rem);
    float: left;
  }

  .article_info {
    padding: .5rem 1rem 1rem;
    padding-bottom: 0;
    width: calc(100% - 22rem);
    float: left;
  }

  /*  Blog Post styling  */


  .blog-recent-posts {
    padding: 1rem .5rem .5rem;
  }
  .blog-recent-posts .content-wrapper>h2 {
    font-size: 1.6rem;
    margin: 0 .5rem 1rem 0;
    padding: 0 1rem 0 0;
  }
  .blog-recent-posts .blog-recent-posts__list .related-post-wrapper {
    float: none;
    width: 100%;
    margin-bottom: .5rem;
  }
  .related-post-wrapper .related-post a {
    width: 100%;
  }
  .related-post-wrapper .related-post a img {
    width: 5.8rem;
    float: left;
    margin-right: 1rem;
  }

  /* 202506 */
  /*.blog-sidebar-topic-filter ul {
    display: flex;
    flex-wrap: wrap; 
  }*/
  .blog-sidebar-topic-filter ul li {
    /*width: 50%;*/
    margin-top: .8rem;
  }
  .blog-sidebar-topic-filter ul li a,
  .blog-sidebar-topic-filter ul li a:hover {
    display: inline-block;
    padding: .5rem 0;
  }
  .blog-sidebar-topic-filter ul li:before {
    margin-top: .9rem;
  }

  /* 202509 */
  .blog-sidebar-topic-filter ul {
    display:block;
  }
  .blog-sidebar-topic-filter ul li {
    width: auto;
  }
  .blog-sidebar-topic-filter ul li ul:not(.style_hashtag) {
    display: flex;
    flex-wrap: wrap;
    padding: .5rem;
  }
  .blog-sidebar-topic-filter ul li ul:not(.style_hashtag) li {
    width: 50%;
    letter-spacing: .05em;
  }
  .blog-sidebar-topic-filter .style_hashtag li::before {
    padding: .5rem 0; 
  }
  
}

@media (max-width: 639px){
  .article_image {
    width: 10rem;
  }
  #main h1 {
    font-size: 2.1rem;
  }
  #main h2 {
    font-size: 1.9rem;
  }
  #main h3 {
    font-size: 1.8rem;
  }
  #main h4 {
    font-size: 1.7rem;
  }
  #main h5 {
    font-size: 1.6rem;
  }
  #main h6 {
    font-size: 1.5rem;
  }
  .article_info,
  .article_category {
    width: calc(100% - 12rem);
  }
  h1.mainArticle_headline {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .hs-blog-post .article_info .article_category, .hs-blog-post .article_info .article_day {
    font-size: 1rem;
    padding: .4rem 1rem .3rem;
    line-height: 14px;
  }

  .article_info, .article_category {
    width: auto;
  }

  .hs-blog-post .article_headline {
    padding: .5rem;
  }

  .hs-blog-post .hs-blog-social-share .hs-blog-social-share-list {
    padding: 5px 10px;
  }
}
@media (min-width: 1120px) {
 .hs-related-blog-byline, .hs-rss-byline {
    opacity: 1 !important;
    font-size: 85%;
    background: black;
    padding-left:65%;
  }}

@media (max-width: 1120px) {
 .hs-related-blog-byline, .hs-rss-byline {
    opacity: 1 !important;
    font-size: 85%;
    background: black;
    padding-left:50%;
  }}
@media (max-width: 991px) {
 .hs-related-blog-byline, .hs-rss-byline {
    opacity: 1 !important;
    font-size: 85%;
    background: black;
    padding-left:60%;
}
  }
  @media (max-width: 768px) {
 .hs-related-blog-byline, .hs-rss-byline {
    opacity: 1 !important;
    font-size: 85%;
    background: black;
    padding-left:60%;
}
  }
@media (max-width: 320px) {
 .hs-related-blog-byline, .hs-rss-byline {
    opacity: 1 !important;
    font-size: 85%;
    background: black;
    padding-left:75%;
}
  }
/* ******************************************************************************
*********************************************************************************
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: 10rem 0;
  text-align: center;
  position: relative;
}
input#hs-reset-request-widget-email,
input[type="password"] {
  margin: 0 0 15px;
}
input#hs-pwd-widget-password {
  height: auto !important;
}
.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;
}
#notFound {
  line-height: 2.5;
  width: 100%;
  text-align:center;
  padding: 7rem 0;
  margin-bottom: 1rem;
}

#notFound p {
  font-size: 2.1rem;
  line-height: 1.8;
  color: #575757;
}

#notFound p.notFound_txt {
  font-size: 3.5rem;
  margin: 3.5rem 0;
  letter-spacing: .4rem;
  line-height: 1.8;
  font-weight:400;
  color: #575757;
}

#notFound a {
  text-decoration: underline;
  color: #2daef0;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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;
}
.search-page .blog-sidebar h3.form-title{
  display:none; 
}
.cm-systems-page .box_title h2{
  line-height:1.4;
  font-size:2rem;
} 
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
input.email-edit.hs-input {
    width: 100% !important;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
p.search_error {
  line-height: 1.4;
}

@media (max-width:767px){
  #notFound {
    padding: 2rem 0;
  }
  .cm-systems-page .box_title h2{
  font-size:1.5rem;
} 
  .systems-page {
    padding: 8rem 0 3rem;
  }
  .image-wrapper {
    padding: 4rem 0 3rem;
  }
  #notFound p.notFound_txt {
    font-size: 2.7rem;
    margin: 2.6rem 0;
    line-height: 2.6;
  }
  #notFound p {
    font-size: 1.5rem;
    line-height: 2.6;
  } 
}


/* シェアボタン */
.social-share{
}
.hs-blog-post .hs-blog-social-share .hs-blog-social-share-list,
.hs-blog-social-share .hs-blog-social-share-list {
	display: inline-flex;
	flex-wrap: wrap;
	gap:10px;
	margin:1em 0;
	list-style: none;
	padding: 0;
}
.hs-blog-social-share .hs-blog-social-share-list li {
	margin:0;
}
.hs-blog-social-share .hs-blog-social-share-list li.hs-blog-social-share-item-facebook{
	margin-left:-6px;
}
@media not all and (min-width: 768px){
	.hs-blog-social-share .hs-blog-social-share-list{
		list-style:none;
		padding:0;
	}
}



/* 記事リンクテキスト量調整 */
.article_info .article_txt {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
}


/* 記事リンクスタイル：スマホ */
article.article_box {
		box-shadow:none;
	}
	@media not all and (min-width: 768px){
		.article_image {
			float: left;
			width: auto;
			margin: 0;
			text-align: center;
	}
	.article_info .article_day{
		border:none;
		padding-top:0;
	}
	.blog-index__post.blog-index__post--small {
			border-bottom: 1px solid #999;
			padding.5em;
	}
	.hs-blog-listing .sidebar article.article_box {
			padding-bottom: 30px;
	}
	.cm-post-item-wrapper {
			margin-left:unset;
			padding-right:unset;
	}
	.hs-blog-listing .sidebar article.article_box{
			display: flex;
			flex-direction: column;
	}
	.blog-index__post.blog-index__post--small{
		padding:.5em;
	}
}


/* ヘッダー追従 */
@media screen and (min-width:768px) {
	[data-global-resource-path*="/partials/header"] {
    position: sticky;
    top: 0;
		z-index:100;
	}
	[data-global-resource-path*="/partials/header"] .header {
		position:unset;
	}
}


@media not all and (min-width: 768px){
	.blog-right .right-content .dnd-section{
		padding-top:40px;
	}
	.blog-right .right-content fieldset{
		max-width:unset;
	}
	}
	@media screen and (min-width:768px) {
	.right-content .dnd-section{
		padding-top:0;
	}
}


/* ヘッダーホバー */
@media screen and (min-width:768px) {
	.header .cm-menu-primary .hs-menu-wrapper > ul > li:hover >ul li {
			height:auto;
	}
	.header .cm-menu-primary .hs-menu-wrapper ul ul>li.active>a {
			color:#FFF;
	}
}

/* フォーム */
.hs-cta-wrapper-b3d7fabe-5cfc-4a56-bf68-e1115c27335d{
display: block;
margin-bottom: .5em;
}