/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');


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

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html {
  font-size: 10px;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  color: #333;
  font-family: 'ヒラギノ角ゴ ProN W3',"游ゴシック体","游ゴシック Medium","游ゴシック","メイリオ","Hiragino Kaku Gothic ProN",YuGothic,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}


/* Page Center */
@media (min-width: 768px) {
  .container-fluid .row-fluid .page-center {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  .hs_magazine_blog_layout .post-body .btn {
    width: 50%;
  }

}
@media (min-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    max-width:1170px
  }
  .footer_btn {display: none !important;}
}
.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px
}


/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #595959;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #595959;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0 0 40px;
} 
@media(min-width: 768px) {
  p {
    line-height: 1.5;
  }
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'ヒラギノ角ゴ ProN W3',"游ゴシック体","游ゴシック Medium","游ゴシック","メイリオ","Hiragino Kaku Gothic ProN",YuGothic,sans-serif;
  color: #000c15;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  margin: 8px 0;
  line-height: 1.5;
  font-size: 20px;
  font-size: 2.0rem;
}
h2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #000c15;
  margin: 0;
}
h3 {
  font-size: 20px;
  font-size: 2.0rem;
  margin: 48px 0 32px;
  line-height: 1.5;
  padding: 6px 0;
}
h4 {}
h5 {}
h6 {}

@media(min-width: 768px) {
  h1 {
    margin: 16px 0;
    font-size: 26px;
    font-size: 2.6rem;
  }


}
/* Anchor Links */
a {
  text-decoration: underline;
  color: #9b8d77;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  outline: none;
}
a:hover, a:focus {
  color: #b5b5b5;
  text-decoration: none;
  outline: 0;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

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


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}
.hs_head_container {
  background-color: #fff;
  position: relative;
  border-top: solid 1px #e2e5e8;
}
.hs_head_container .hs_head_logo {
  width: 10%;
  line-height: 96px;
}
.hs_head_logo a {
  display: inline-block;
}
.hs_head_logo a img {
  vertical-align: middle;
}
.header-cta-tell .fa {
  font-size: 23px;
  color: #b5b5b5;
}
.header-cta-tell .tell-number {
  font-size: 23px;
  color: #000c15;
}
.header-cta-tell .tell-text {
  color: #000c15;
}
.btn {
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.btn a {
  display: block;
  padding: 8px 32px;
  border-radius: 4px;
  line-height: 1.5;
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
  background-color: #e2041b;
  color: #fff;
  text-decoration: none;
}
.header-cta-btn a {
  background-color: #37db9b;
  color: #fff;
}
.btn a {
  background-color: #e2041b;
  color: #fff;
}
.btn a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  text-decoration: underline;
}

/*-----------------------*/
.hs_head_group .hs_fixed_head {
  display: none;
  overflow: hidden;
  padding: 5px 0;
  -webkit-animation: scroll-nav-fadein 0.7s ease;
  animation: scroll-nav-fadein 0.7s ease;
}
.small-header .hs_head_group .hs_fixed_head {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
  z-index: 999;
  overflow: visible;
}
.hs_fixed_head .hs_head_logo {
  width: 10%;
}
.hs_fixed_head .hs_head_logo>div {
  line-height: 64px;
}
.hs_fixed_head .custom-menu-primary {
  margin-left: 5%;
  float: right;
}
.hs_fixed_head .custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  width: 100%;
  text-align: right;
}
.hs_fixed_head .custom-menu-primary .hs-menu-wrapper > ul>li {
  display: inline-block;
  position: relative;
  margin-left: 16px;
  width: auto;
  float: none;
}
.hs_fixed_head .custom-menu-primary .hs-menu-wrapper > ul>li:before {
  display: none;
} 
.hs_fixed_head .custom-menu-primary .hs-menu-wrapper > ul>li:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #b5b5b5;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  opacity: 1;
}
.hs_fixed_head .custom-menu-primary .hs-menu-wrapper > ul>li:hover:after {
  height: 4px;
}

.hs_fixed_head .custom-menu-primary .hs-menu-wrapper > ul >li>a {
  color: #000c15;
  line-height: 64px;
  padding: 0;
}
.hs_fixed_head .custom-menu-primary .hs-menu-wrapper > ul >li:last-child {
  margin-top: 14px;
  margin-bottom: 10px;
}
.hs_fixed_head .custom-menu-primary .hs-menu-wrapper > ul >li:last-child>a {
  display: block;
  background-color: #e2041b;
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 8px 32px;
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.hs_fixed_head .custom-menu-primary .hs-menu-wrapper > ul >li:last-child>a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
}





@media (min-width: 768px) {
  .small-header .hs_head_group .hs_fixed_head {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
  }
}

@media (min-width: 992px) {
  .hs_head_container .span9.widget-span {
    width: 85%;
    margin-left: 2.8%;
  }
  .header-cta ul {
    display: block;
    text-align: right;
    line-height: 96px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header-cta ul li {
    display: inline-table;
    vertical-align: middle;
  }
  .header-cta ul li>div {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1;
  }
  .header-cta-tell .fa,
  .header-cta-tell .tell-number {
    font-size: 20px;
    font-size: 2.0rem;
    color: #b5b5b5;
  }
  .header-cta-tell .tell-number {
    color: #000c15;
  }
  .header-cta-tell .tell-text {
    margin: 4px 1px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header-cta-btn {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 8px;
  }
  .header-cta-btn a {
    background-color: #e2041b;
    color: #fff;
  }



}
.header-cta-tell .tell-number {
  font-size: 23px;
  color: #000c15;
}
.header-cta-tell .fa {
  font-size: 23px;
  color: #b5b5b5;
}
.fa {
  margin: 0 4px;
}



/*---------------------------------*/
.hs_menu_wrapper {
  background-color: #444546;
}


@media (min-width: 992px) {
  .hs_menu_wrapper {
    position: relative;
    box-shadow: 0 3px 4px -3px rgba(0,0,0,0.4);
  }

}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.hs_foo_group {
  position: relative;
  background-color: #444546;
  color: #b5b5b5;
}
.hs_foo_social_share {
  background-color: #323638;
}
.footer-top-inner {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.hs_foo_social_share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hs_foo_social_share ul li {
  width: 100%;
  position: relative;
  padding: 16px 0;
  letter-spacing: 2px;
}
.hs_foo_social_share ul li a {
  text-decoration: none;
  color: #b5b5b5;
  padding: 32px 0;
}
.hs_foo_social_share ul li a i.fa {
  color: #b5b5b5;
}
.hs_foo_social_share ul li a:hover {
  color: #fff;
}
.hs_foo_container .hs_foo_inner {
  padding: 32px 0 15px;
}
.hs_foo_container .span4.widget-span {
  width: 22.9%;
  margin-left: 2.8%;
  padding: 0 30px;
}

.hs_foo_menu .hs-menu-wrapper>ul {}
.hs_foo_menu .hs-menu-wrapper>ul>li {}
.hs_foo_menu .hs-menu-wrapper>ul>li>a {
  line-height: 2;
  font-size: 12px;
  font-size: 1.2rem;
  color: #b5b5b5;
  text-decoration: none;
}
.hs_foo_menu .hs-menu-wrapper>ul>li>a:hover {
  color: #fff;
  text-decoration: underline;
}






.pagetop {
  text-align: center;
  padding-top: 16px;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
}
.pagetop a,
.pagetop .fa {
  color: #b5b5b5;
  text-decoration: none;
}
.br:before {
  content: "\A";
  white-space: pre;
}
.pagetop a:hover {
  color: #fff;
  text-decoration: underline;
}

.hs_foo_container .copyright {
  margin: 0;
  padding: 16px 0;
  letter-spacing: 1px;
  text-align: center;
}
.copyright p {
  margin: 0;
  line-height: 20px;
}
.copyright p small {
  font-size: 80%;
}







/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */
@media screen and (min-width:992px) {
  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li:after {
    content: "";
    float: right;
    width: 1px;
    height: 24px;
    margin-top: -37px;
    opacity: 0.3;
    background-color: #9b8d77;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li:first-child:before {
    content: "";
    float: left;
    width: 1px;
    height: 24px;
    margin-top: 13px;
    margin-right: -1px;
    background-color: #9b8d77;
    opacity: 0.3;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li>a {
    padding: 14px 0;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #b5b5b5;
    text-decoration: underline;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    color: #9b8d77;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    background-color: #fff;
    min-width: 160px;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 10px;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #b5b5b5;
    text-decoration: underline;
  }

  .hs_fixed_head .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #a5a2a2;
  }
  .hs_fixed_head .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #fff;
  }
  /* Override max width on menu links */
  .custom-menu-primary .hs-menu-wrapper > ul li a, 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
  }

  /* Fix menu disappearing on desktop after toggling mobile menu */

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .header-container .remodal-overlay,
  .header-container .remodal-wrapper {
    display: none !important;
  }

}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 991px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mobile-trigger:hover{
    text-decoration: none;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}

  .mobile-trigger a {
    text-decoration: none;
    color: #337ab7;
  }
  .mobile-trigger a:hover {
    color: #b5b5b5;
    text-decoration: underline;
  }
  .mobile-trigger a span.modal-menutxt {
    display: block;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    color: #000c15;
  }
  .mobile-trigger .modal-gloval-icon {
    float: left;
    margin-bottom: 6px;
  }
  .mobile-trigger .modal-gloval-icon-bar {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #9b8d77;
  } 
  .mobile-trigger .modal-gloval-icon-bar + .modal-gloval-icon-bar {
    margin-top: 6px;
  }


  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #6f6c6c; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

  .remodal-wrapper ul li ul.hs-menu-children-wrapper {
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
  }



}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}

.case_stuy_blog .row-fluid .content-wrapper>div {
/*   border: solid 1px #d9e2f0; */
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  margin-bottom: 63px;
}
.case_stuy_blog .blog-content {
  padding: 0 72px;
}
.hs-blog-header {
  padding: 16px 0;
  display: block;
}
.hs-blog-subheader {
  padding: 40px 0 30px;
}
.hs-blog-subheader h2 {
  position: relative;
  margin: 0 0 40px;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 18px;
}
.hs-blog-subheader h2:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(//cdn2.hubspot.net/hubfs/6158193/Cyzen-Sep2019/image/logo_mini.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  transform: translateY(-20%);
  margin-right: 6px;
}

.post-listing .post-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.post-listing .post-items .post-item {
  width: 41.9925%;
  width: calc(41.9925% - ( 0.58007518796992 * 30px ) );
}
.hs_featured_image_wrap {
  margin: 0px 0px -20px -20px;
}
.hs_featured_image_wrap .hs_featured_image {
  min-height: 74px;
}
.hs_featured_image img {
  vertical-align: middle;
  margin: 0 0 16px;
  max-width: 200px;
}
.hs_listing_body {
  position: relative;
  /*   padding-top: 15px; */
}
.hs_listing_body_inner {
  position: relative;
  padding: 1em 1.5em;
}
.hs_listing_body_inner:before, 
.hs_listing_body_inner:after {
  content: '';
  width: 30px;
  height: 40px;
  position: absolute;
  display: inline-block;
}
.hs_listing_body_inner:before {
  border-left: solid 1.3px #444546;
  border-top: solid 1.3px #444546;
  top: 0;
  left: 0;
}
.hs_listing_body_inner:after {
  border-right: solid 1.3px #444546;
  border-bottom: solid 1.3px #444546;
  bottom: 0;
  right: 0;
}
.hs_listing_text p {
  margin-bottom: 0.2em;
  color: #333;
}
.hs_listing_text p:last-child {
  margin-bottom: 0;
  line-height: 23px;
}
.hs_listing_text p:last-child strong {
  font-size: 16px;
  line-height: 23px;
  color: #444546;
}
.hs_listing_text ul {
  margin: 0;
  padding: 0 0 0 10px;
}
.hs_listing_text h3,
.hs_listing_text h4 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
}
.hs_listing_text_top+.hs_listing_text_inner {
  display: none;
}
.hs_more_link {
  text-align: right;
}
.post-items .post-item-empty {
  width: 4.9624%;
  width: calc(4.9624% - ( 0.95037593984962 * 30px ) );
}
.post-items .post-item-empty.hs_empty2 {
  width: 6.0902%;
  width: calc(6.0902% - ( 0.9390977443609 * 30px ) );
}
.case_stuy_blog .blog-pagination {
  padding: 20px 0;
}

/*----------------Video Group------------------*/
.hs_videos_group {
  position: relative;
  padding: 30px 0 0;
}
.hs_videos_grp_inner {
  padding: 30px 0 20px;
}
.hs_videos_group h2.hs_head {
  position: relative;
  margin: 40px 0 40px;
  letter-spacing: 0.08em;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding: 0 51px;
}
.hs_videos_group h2.hs_head:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(//cdn2.hubspot.net/hubfs/6158193/Cyzen-Sep2019/image/logo_mini.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  transform: translateY(-20%);
  margin-right: 7px;
}
.hs_videos_group h2.hs_head span.hs_subhead {
  font-size: small;
  font-weight: normal;
  padding-left: 7px;
}
.hs_videos_items {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hs_videos_item {
  width: 42.3955%;
  width: calc(42.3955% - ( 0.5760453579022 * 30px ) );
}
.hs_videos_items .hs-item-empty {
  width: 5.0461%;
  width: calc(5.0461% - ( 0.94953933380581 * 30px ) );
}
.hs_videos_items .hs-item-empty.hs_empty2 {
  width: 5.1169%;
  width: calc(5.1169% - ( 0.94883061658398 * 30px ) );
}
.hs_video_img_wrap {
  margin: 0 0 30px;
  max-width: 400px;
}
.hs_video_img_wrap img {
  margin-bottom: 16px;
}
.hs_video_cont h4.hs_title {
  line-height: 2.0;
  margin: 0 0 0.2em;
  font-size: medium;
  color: #333;
}
.hs_videos_grp_inner.hs_row_2 {
  padding-bottom: 30px;
}
.hs_row_2 .hs_videos_items {
  margin-bottom: 50px;
}

/*--------------------------*/
.case_stuy_blog.hs-blog-post .row-fluid .content-wrapper>div {
  border: 0;
  border-radius: 0;
  margin: 0;
}
.case_stuy_blog.hs-blog-post .blog-content {
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  margin-bottom: 63px;
  width: 100%;
  padding: 0 16px;
}
.case_stuy_blog.hs-blog-post .blog-sidebar {
  float: right;
  width: 300px;
  margin: 0;
}
.section.post-header {
  padding: 16px 0;
}
.addtoany_list {
  display: inline;
}
.addtoany_list a {
  border: 0;
  box-shadow: none;
  display: inline-block;
  padding: 0 4px;
  vertical-align: middle;
  font-size: 32px;
  margin-right: -3.7px;
}
.addtoany_list a span.a2a_svg {
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 32px;
}
.addtoany_list a:hover span.a2a_svg {
  opacity: .7;
}
.addtoany_list a span.a2a_label {
  display: none;
}

ul.post-meta {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
}
ul.post-meta li {
  float: left;
  padding-right: 8px;
  font-size: 12px;
  font-size: 1.2rem;
}
.post-meta li i.fa {
  margin-left: 0;
  color: #999;
}
ul.post-meta li time.date {
  color: #999;
}
ul.post-meta li a {
  text-decoration: none;
}
ul.post-meta li a:hover {
  text-decoration: underline;
}
.hs_post_feature_img {
  margin-bottom: 16px;
}
.hs_post_feature_img.hs_hide_img {
  display: none;
}
.blog-post-wrapper .post-body {
  padding: 0 0px 15px;
}
.hs_blog_addr_title {
  text-align: center;
  color: #f00;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px;
  line-height: 2.0;
}
.hs_blog_addr_details {
  padding: 7px 48px 32px;
}
.hs_blog_addr_details .hs_blog_cont_info {
  width: 50%;
  font-size: 40px;
}
.hs_blog_cont_info p {
  margin: 0;
  line-height: 20px;
}
.hs_blog_cont_info p i.fa {
  color: #444546;
}
.hs_blog_cont_info p span.tell-number {
  font-weight: bold;
  letter-spacing: .05em;
}
.hs_blog_cont_info p span.tel {
  display: block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .025em;
  margin: 9px 0 0;
  line-height: 18.57px;
}
.hs_blog_addr_details .hs_blog_addr_cta {
  width: 50%;
  margin: 0;
  padding-left: 13px;
}

a.cta_button.hs_cta_red {
  display: block;
  background-color: #e2041b;
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 8px 32px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
a.cta_button.hs_cta_red:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -4px 0 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}


@media(min-width: 768px) {
  .hs_post_feature_img {
    margin-bottom: 32px;
  }
}

@media(min-width: 992px) {
  .case_stuy_blog.hs-blog-post .blog-content {
    padding: 0 24px;
  }
  .blog-post-wrapper .post-body {
    padding: 0 8px 15px;
  }
}

@media(min-width: 1200px) {
  .blog-post-wrapper .post-body {
    padding: 0 48px 15px;
  }

}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-width: 70%;
  height: auto;
  width: 200px;
  display: inline-block !important;
  float: right;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List 
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}
*/

/* Blog Social Sharing Icons
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
*/

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

.case_stuy_blog .blog-pagination a.previous-posts-link {
  padding-right: 10px;
}
/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}

.case_stuy_blog .blog-pagination a.previous-posts-link {
  width: 50%;
  float: left;
}
.case_stuy_blog .blog-pagination a.next-posts-link {
  width: 50%;
  text-align: right;
  float: right;
}
/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 32px;
}

.hs_b_sidebar_search_title_wrap {
  margin-bottom: 16px;
  border-bottom: 1px solid #e2e5e8;
}
.hs_b_sidebar_search_title_wrap h3 {
  margin: 0 0 -1px;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.42857143;
}
.hs_b_sidebar_search_title_wrap h3 span {
  display: inline-block;
  padding: 0 4px 4px 0;
  border-bottom: solid 1px #444546;
}
.hs_blog_sbar_search form {
  position: relative;
}
.hs_blog_sbar_search form label {
  padding: 0 0 8px 0;
  line-height: 1.5;
  display: block;
}
.hs_b_sidebar_search_grp {
  position: relative;
}
.hs_blog_sbar_search form input.hs-search-field__input {
  border-radius: 1px;
  border: solid 1px #e2e5e8;
  padding: 8px;
  max-width: 100%;
  box-shadow: none;
}
.hs_blog_sbar_search form button.search-submit {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  padding: 2px 4px;
  border: 0;
  background: #fff;
  cursor: pointer;
}
.hs_blog_sbar_search form button.search-submit i.fa {
  font-size: 16px;
  font-size: 1.6rem;
  color: #303030;
} 

.hs_sbar_contact_info {
  padding: 10px;
  background: #f8f8f8;
}
.hs_sbar_contact_info p {
  text-align: center;
  font-size: 14px;
  padding: 0 0 8px;
  line-height: 1.5;
  margin: 0;
}
.hs_sbar_contact_info p.phone_num {
  padding-bottom: 5px;
  line-height: 1.42857143;
}
.hs_sbar_contact_info p.phone_num i.fa {
  font-size: 23px;
  color: #b5b5b5;
}
.hs_sbar_contact_info p span.tell-number {
  font-size: 23px;
  color: #000c15;
}
.hs_sbar_contact_info p:last-child {
  padding-bottom: 0;
}
.hs_sbar_contact_info .hs_sbar_cta_red:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.hs_sbar_contact_info .hs_sbar_cta_red {
  display: block;
  padding: 8px 0;
  border-radius: 4px;
  line-height: 1.5;
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  text-align: center;
  background-color: #e2041b;
  color: #fff;
}




/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

/*============================Magazine Blog*/

.hs_magazine_b_baner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px;
  min-height: 250px;
}
h1.hs_magazine_b_title {
  width: 100%;
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 48px;
  text-shadow: 0px 0px 5px #000;
  text-align: center;
  background: rgba(0, 0, 0, .4);
  padding: 10px 0;
  margin: 0.67em 0;
  line-height: 1.42857143;
}
h1.hs_magazine_b_title span {
  font-size: 20px;
  display: block;
  line-height: 1.7;
  margin: 10px 0 0;
} 










/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  display: block;
  margin-bottom: 15px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  display: block;
  margin-bottom: 3px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  max-width: 500px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  display: block;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
form.hs-form ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
form.hs-form ul.hs-error-msgs.inputs-list label {
  color: #f00;
}
/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  -webkit-appearance: none;
  padding: 4px 12px;
  margin: 10px 0 15px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}

input[type="search"] {
  -webkit-appearance: none;
}
.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}
.body-container .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px
}
.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}
.subscribe-options label {
  margin: 0;
}
#hs-pwd-widget-password {
  margin-top: 10px !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }

div#comments-listing:not([data-has-comments="true"]) {
  display: none;
}

#hs-eu-cookie-confirmation {
  position: relative;
  z-index: 1001;
  background: #000;
  padding: 20px;
  color: #fff;
  font-size: 12px;
}
#hs-eu-cookie-confirmation p {
  margin: 0 0 10px;
}
#hs-en-cookie-confirmation-buttons-area {
  text-align: center;
}
#hs-en-cookie-confirmation-buttons-area a {
  margin: 0 15px;
  display:inline-block;
}
#hs-eu-confirmation-button {
  background-color: green;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}
#hs-eu-decline-button {
  background-color: #9a0707;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}

@media(max-width: 520px) {
  .hs_recaptcha.hs-recaptcha.hs-form-field {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0;
    -webkit-transform-origin: 0;
  }

}

/*====================Full Width====================*/
body.hs_full_width_page {}

.hs_breadcrumb_grp {
  position: relative;
  padding: 11px 0 15px;
}
.hs_breadcrumb_grp .page-center {
  padding: 0 !important;
}
.hs_breadcrumb_grp ul {}
.hs_breadcrumb_grp ul li {
  font-size: 1.2rem;
  padding-left: 8px;
}
.hs_breadcrumb_grp ul li.first-crumb {
  padding-left: 0;
}
.hs_breadcrumb_grp ul li a {
  color: #337ab7;
  text-decoration: none;
}
.hs_breadcrumb_grp ul li a:hover {
  color: #9b8d77;
  text-decoration: underline;
}
.hs_breadcrumb_grp ul li a i.fa {
  color: #161410;
  margin: 0;
  padding: 0 4px 0 0;
}
.hs_breadcrumb_grp .hs-breadcrumb-menu-divider:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 12px/1 FontAwesome;
  padding: 0 0 0 8px;
  color: #161410;
}
.hs_full_width_page .row-fluid .content-wrapper {
  margin-bottom: 64px;
}
.hs_full_width_page .row-fluid .content-wrapper>div {
  border: solid 1px #d9e2f0;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
}
.hs_full_width_page .main-content {
  padding: 0 72px;
}
.hs_full_width_page .hs_cos_wrapper_type_header {
  padding: 16px 0;
  display: block;
}
.hs_seminar_info_list_grp {
  position: relative;
  padding: 0 0 32px;
}
h2.hs_seminar_info {
  position: relative;
  margin: 10px 0 40px;
  letter-spacing: 0.078em;
  line-height: 1.42857143;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
h2.hs_seminar_info:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(//cdn2.hubspot.net/hubfs/6158193/Cyzen-Sep2019/image/logo_mini.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  transform: translateY(-20%);
}
.hs_seminar_info_list_inner {
  padding-bottom: 50px;
}
.hs_seminar_info_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.hs_seminar_info_items.hs_items_2 {
  margin-bottom: 30px;
}
.hs_seminar_info_item {
  width: 50%;
  width: calc(50% - ( 0.5 * 30px ) );
}
.hs_seminar_info_item .hs_img_wrap {
  margin-bottom: 16px;
}
.hs_seminar_info_item .text_wrap p {
  margin-bottom: 10px;
  line-height: 1.5em;
}
.hs_seminar_info_item .text_wrap p:last-of-type {
  margin-bottom: 0;
}
/*--------------------------*/
.hs_2col_equ_group {
  position: relative;
  padding: 40px 0 0;
}
.hs_2col_equ_item .hs_cont_wrap h2,
.hs_2col_equ_group h2.hs_title {
  position: relative;
  margin: 0 0 40px;
  font-weight: normal;
  letter-spacing: 0.11em;
  color: #333;
}
.hs_2col_equ_item .hs_cont_wrap h2 span:before,
.hs_2col_equ_group h2.hs_title span:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(//cdn2.hubspot.net/hubfs/6158193/Cyzen-Sep2019/image/logo_mini.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  transform: translateY(-20%);
  margin-right: 10px;
}
.hs_2col_equ_group h2.hs_title.no_title span:before {
  background: none;
}
.hs_2col_equ_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hs_2col_equ_item {
  width: 50%;
  width: calc(50% - ( 0.5 * 30px ) );
}

.hs_2col_equ_group table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 40px;
  font-size: 13px;
}
.hs_2col_equ_group table th {
  padding: 8px;
  border: solid 1px #e2e5e8;
  background-color: #f4f6fa;
  font-weight: bold;
  width: 30%;
  text-align: left;
  vertical-align: top;
}
.hs_2col_equ_group table th,
.hs_2col_equ_group table td {
  padding: 10px;
  border: 1px solid #ddd;
}
.hs_2col_equ_item .hs_cont_wrap table+h2 {
  margin: 0 0 30px;
  padding-top: 10px;
}















/*=================Terms=================*/
body.hs_terms_page {}
@media(min-width: 992px) {
  .hs_terms_page .row-fluid .content-wrapper>div {
    width: -webkit-calc(97.4% - 300px);
    width: -moz-calc(97.4% - 300px);
    max-width: calc(97.4% - 300px);
  }

}
/*=================Feature=================*/
body.hs_feature_page {}
.hs_feature_plan_group {
  position: relative;
}
h1.hs_feature_plan_head {
  text-align: center;
  background-color: #D8041B;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 18px;
  font-weight: normal;
  margin: 22px 0 80px;
  padding: 22px 0 19px;
  position: relative;
}
h1.hs_feature_plan_head:after {
  content: "";
  display: block;
  border-width: 40px 54px;
  border-style: solid;
  border-color: #D8041B transparent transparent transparent;
  width: 83px;
  margin: 0 auto;
  position: absolute;
  bottom: -76px;
  left: 0;
  right: 0;
}
.hs_feature_plan_items {
  padding: 46px 7px 0;
}
.hs_feature_plan_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: -45px;
}
.hs_feature_plan_item .hs_cont_wrap {
  width: 55.0388%;
  width: calc(55.0388% - ( 0.4496124170267 * 20px ) );
}
.hs_feature_plan_item .hs_img_wrap {
  width: 29.906%;
  width: calc(29.906% - ( 0.70094043887147 * 24px ) );
  margin-top: 5px;
}

.hs_feature_plan_item h2.hs_title {
  position: relative;
  margin: 0 0 40px;
  font-weight: normal;
  letter-spacing: 0.15em;
}
.hs_feature_plan_item h2.hs_title:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(//cdn2.hubspot.net/hubfs/6158193/Cyzen-Sep2019/image/logo_mini.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  transform: translateY(-20%);
  margin-right: 10px;
}
.hs_feature_plan_item p.hs_content {}
.hs_feature_plan_item .hs_btn_grp {
  text-align: center;
  width: 50%;
  margin: 0 auto 40px;
}
.hs_btn_grp a.hs_btn_gray {
  background-color: #9b8d77;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 8px 32px;
  border-radius: 4px;
  line-height: 1.75;
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.15em;
}
.hs_btn_grp a.hs_btn_gray:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
div#cyzenの管理者機能.hs_feature_plan_group {
  margin-top: -40px;
}
div#cyzenの管理者機能 .hs_feature_plan_item {
  margin: 0 0 55px;
}
div#cyzenの管理者機能 .hs_feature_plan_item .hs_cont_wrap {
  width: 42.5022%;
  width: calc(42.5022% - ( 0.57497754952686 * 30px ) );
}
div#cyzenの管理者機能 .hs_feature_plan_item .hs_img_wrap {
  width: 42.5328%;
  width: calc(42.5328% - ( 0.57467155197484 * 18px ) );
}
/*---------------------------*/
.hs_feature_plan_group.hs_function_grp {
  margin-top: -70px;
}
.hs_function_grp h1.hs_feature_plan_head {
  margin-bottom: 67px;
}
.hs_feature_plan_top_cont {
  padding-left: 51px;
}
.hs_feature_plan_top_cont img {
  max-width: 267px;
  margin: 0 0 16px;
  display: block;
}
.hs_feature_plan_top_cont p {
  margin-bottom: 19px;
}
.hs_function_grp .hs_feature_plan_item {
  margin-bottom: 40px;
}
.hs_function_grp .hs_feature_plan_item .hs_cont_wrap {
  width: 42.5022%;
  width: calc(42.5022% - ( 0.57497754952686 * 30px ) );
}
.hs_function_grp .hs_feature_plan_item .hs_img_wrap {
  width: 42.4716%;
  width: calc(42.4716% - ( 0.57528354707888 * 20px ) );
  margin-top: -24px;
}
.hs_function_grp .hs_feature_plan_item h2.hs_title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  letter-spacing: 0.20em;
  display: initial;
}
.hs_function_grp .hs_feature_plan_item h2.hs_title:before {
  margin-right: 7px;
}
.hs_feature_plan_img {
  float: right;
}
.hs_feature_plan_img img {
  max-width: 155px;
  margin-top: 10px;
  margin-right: -5px;
}
.hs_feature_plan_img img.img2 {
  max-width: 105px;
}
.hs_feature_plan_img+.hs_content {
  margin-top: 40px;
}
.hs_function_grp .hs_feature_plan_item:last-of-type {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs_function_grp .hs_feature_plan_item:nth-child(4) {
  margin-bottom: 27px;
}
/*---------------------------*/
.hs_2col_equ_w_img_group {
  position: relative;
}
h2.hs_2col_equ_w_img_head {
  position: relative;
  margin: 0 0 50px;
  font-weight: normal;
  letter-spacing: 0.11em;
  padding-top: 40px;
}
h2.hs_2col_equ_w_img_head:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(//cdn2.hubspot.net/hubfs/6158193/Cyzen-Sep2019/image/logo_mini.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  transform: translateY(-20%);
  margin-right: 10px;
}
.hs_2col_equ_w_img_item { 
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 55px;
  padding: 30px 0 0;
}
.hs_2col_equ_w_img_item .hs_cont_wrap {
  width: 40.0446%;
  width: calc(40.0446% - ( 0.59955423476969 * 30px ) );
  padding-left: 32px;
}
.hs_2col_equ_w_img_item h2.hs_title {
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.16em;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 41px;
  line-height: 24px;
  color: #333;
}
.hs_2col_equ_w_img_item h2.hs_title span {
  border-bottom: double 3px;
}
.hs_2col_equ_w_img_item .hs_img_wrap {
  width: 59.9554%;
  width: calc(59.9554% - ( 0.40044576523031 * 30px ) );
}
.hs_2col_equ_w_img_item .hs_img_wrap img[alt="訪問NGを回避してトラブル防止"],
.hs_2col_equ_w_img_item .hs_img_wrap img[alt="組織に馴染みの絵で浸透しやすく"],
.hs_2col_equ_w_img_item .hs_img_wrap img[alt="過去の訪問履歴を引き継ぎに活用"],
.hs_2col_equ_w_img_item .hs_img_wrap img[alt="行動にあったボタンを選ぶだけ"],
.hs_2col_equ_w_img_item .hs_img_wrap img[alt="予定を位置情報付きで作成"] {
  margin-top: -40px;
}
.hs_2col_equ_w_img_group.活動を記録 h2.hs_2col_equ_w_img_head {
  padding-top: 0;
  margin-top: -20px;
}
.hs_2col_equ_w_img_group.訪問した履歴を記録 h2.hs_2col_equ_w_img_head {
  padding-top: 0;
}
.hs_2col_equ_w_img_group.訪問NG顧客の管理 h2.hs_2col_equ_w_img_head, 
.hs_2col_equ_w_img_group.顧客タグのアイコン設定 h2.hs_2col_equ_w_img_head {
  padding-top: 30px;
}
.hs_2col_equ_w_img_group.API連携で顧客管理 {
  padding-top: 35px;
}
.hs_2col_equ_w_img_item .hs_img_wrap img[alt="セキュアな環境で利用可能"] {
  margin-top: -30px;
}
.hs_basic_fun_of_cyzen_grp {
  position: relative;
  padding: 200px 0 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hs_basic_fun_of_cyzen_img {
  width: 25%;
  width: calc(25% - ( 0.75 * 30px ) );
  padding-top: 10px;
}
.hs_basic_fun_of_cyzen_cont {
  width: 25%;
  width: calc(25% - ( 0.75 * 30px ) );
  margin-left: 30px;
}
h3.hs_basic_fun_title {
  letter-spacing: 0.085em;
  margin: 0 0 40px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  border: 0;
  padding: 0;
  line-height: 26px;
  color: #333;
}

/*==================Rate Plan====================*/
body.hs_rate_plane_page {}

.hs_rate_plane_page .main-content .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 30px 0;
}
.hs_usage_fee_pric_tab_grp {
  position: relative;
}
.hs_usage_fee_pric_tab_grp h3.hs_head {
  margin: 0 0 32px;
}
.hs_usage_fee_pric_tab_items {
  padding: 20px 0 0;
}
.hs_usage_fee_pric_tab_item {
  width: 33.333%;
  float: left;
}
.hs_usage_fee_pric_tab_grp .hs_sub_head {
  background: #5eb7d1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #38a4c4), color-stop(1, #5eb7d1));
  background: -ms-linear-gradient(bottom, #38a4c4, #5eb7d1);
  background: -moz-linear-gradient(center bottom, #38a4c4 0%, #5eb7d1 100%);
  background: -o-linear-gradient(#5eb7d1, #38a4c4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5eb7d1', endColorstr='#38a4c4', GradientType=0);
  padding: 20px 0;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #2d839c;
  border-bottom: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  font-size: 1.1em;
}
.hs_usage_fee_pric_tab_grp .hs_title_wrap {
  background: #72c0d7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #62b9d2), color-stop(1, #72c0d7));
  background: -ms-linear-gradient(bottom, #62b9d2, #72c0d7);
  background: -moz-linear-gradient(center bottom, #62b9d2 0%, #72c0d7 100%);
  background: -o-linear-gradient(#72c0d7, #62b9d2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72c0d7', endColorstr='#62b9d2', GradientType=0);
  position: relative;
  padding: 15px 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #56b3cf;
  border-top-color: #2d839c;
  border-right-width: 0;
  -webkit-box-shadow: inset 0px -15px 25px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0px -15px 25px rgba(0,0,0,0.05);
  box-shadow: inset 0px -15px 25px rgba(0,0,0,0.05);
  text-align: center;
}
.hs_usage_fee_pric_tab_grp .hs_title {
  color: #FFFFFF;
  font-size: 2.5em;
  line-height: 1.25em;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.hs_usage_fee_pric_tab_grp h5.hs_subtite {
  color: #ffffff;
  margin: 0;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: normal;
}
.hs_usage_fee_pric_tab_grp .hs_cont_wrap {
  font-size: 0.925em;
  color: #5f6062;
  padding: 0;
}
.hs_usage_fee_pric_tab_grp .hs_cont_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs_usage_fee_pric_tab_grp .hs_cont_wrap ul li {
  padding: 15px 20px;
  text-shadow: 0 1px 0 #FFFFFF;
  background: #f9f9f9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f6f6f6), color-stop(1, #f9f9f9));
  background: -ms-linear-gradient(bottom, #f6f6f6, #f9f9f9);
  background: -moz-linear-gradient(center bottom, #f6f6f6 0%, #f9f9f9 100%);
  background: -o-linear-gradient(#f9f9f9, #f6f6f6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f6f6f6', GradientType=0);
  line-height: 2.0;
}
.hs_usage_fee_pric_tab_grp .hs_cont_wrap ul li:nth-child(even) {
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), color-stop(1, #eeeeee));
  background: -ms-linear-gradient(bottom, #ebebeb, #eeeeee);
  background: -moz-linear-gradient(center bottom, #ebebeb 0%, #eeeeee 100%);
  background: -o-linear-gradient(#eeeeee, #ebebeb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ebebeb', GradientType=0);
}

.hs_usage_fee_pric_tab_grp .hs_pop {
  margin-top: -20px;
}
.hs_usage_fee_pric_tab_grp .hs_pop .hs_sub_head {
  padding: 30px 0;
  border-color: #2d6470;
  background: #4ca4b7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8594), color-stop(1, #4ca4b7));
  background: -ms-linear-gradient(bottom, #3c8594, #4ca4b7);
  background: -moz-linear-gradient(center bottom, #3c8594 0%, #4ca4b7 100%);
  background: -o-linear-gradient(#4ca4b7, #3c8594);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ca4b7', endColorstr='#3c8594', GradientType=0);
}
.hs_usage_fee_pric_tab_grp .hs_sub_head span.hs_most_use {
  display: block;
  font-size: 0.9em;
  color: #F0F0F0;
}
.hs_usage_fee_pric_tab_grp .hs_pop .hs_title_wrap {
  border-color: #479fb1;
  border-top-color: #2d6470;
  background: #5eadbe;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #50a6b8), color-stop(1, #5eadbe));
  background: -ms-linear-gradient(bottom, #50a6b8, #5eadbe);
  background: -moz-linear-gradient(center bottom, #50a6b8 0%, #5eadbe 100%);
  background: -o-linear-gradient(#5eadbe, #50a6b8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5eadbe', endColorstr='#50a6b8', GradientType=0);
}
.hs_usage_fee_pric_tab_grp .hs_pop .hs_cont_wrap ul li {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fcfcfc), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #fcfcfc, #ffffff);
  background: -moz-linear-gradient(center bottom, #fcfcfc 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #fcfcfc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=0);
  text-shadow: 0 1px 0 #FFFFFF;
}
.hs_usage_fee_pric_tab_grp .hs_pop .hs_cont_wrap ul li:nth-child(even) {
  background: #f1f1f1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #f1f1f1));
  background: -ms-linear-gradient(bottom, #eeeeee, #f1f1f1);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #f1f1f1 100%);
  background: -o-linear-gradient(#f1f1f1, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#eeeeee', GradientType=0);
}
.hs_usage_fee_pric_b_cont {
  padding: 30px 0;
}
/*------------------------------*/
.hs_initial_cost_grp {
  padding: 0 0 60px;
}
.hs_initial_cost_grp .hs_usage_fee_pric_tab_item {
  width: 100%;
}
.hs_initial_cost_grp .hs_sub_head {
  background: #a6ca56;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #8eb439), color-stop(1, #a6ca56));
  background: -ms-linear-gradient(bottom, #8eb439, #a6ca56);
  background: -moz-linear-gradient(center bottom, #8eb439 0%, #a6ca56 100%);
  background: -o-linear-gradient(#a6ca56, #8eb439);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ca56', endColorstr='#8eb439', GradientType=0);
  border: 1px solid #6f8e2c;
  border-bottom: 0;
}
.hs_initial_cost_grp .hs_title_wrap {
  background: #b0d069;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a8cb5a), color-stop(1, #b0d069));
  background: -ms-linear-gradient(bottom, #a8cb5a, #b0d069);
  background: -moz-linear-gradient(center bottom, #a8cb5a 0%, #b0d069 100%);
  background: -o-linear-gradient(#b0d069, #a8cb5a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0d069', endColorstr='#a8cb5a', GradientType=0);
  border-color: #a2c84e;
  border-top-color: #6f8e2c;
  border-right-width: 1px;
}
.hs_initial_cost_grp .hs_cont_wrap {
  padding: 15px 20px;
  text-shadow: 0 1px 0 #FFFFFF;
  background: #f9f9f9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f6f6f6), color-stop(1, #f9f9f9));
  background: -ms-linear-gradient(bottom, #f6f6f6, #f9f9f9);
  background: -moz-linear-gradient(center bottom, #f6f6f6 0%, #f9f9f9 100%);
  background: -o-linear-gradient(#f9f9f9, #f6f6f6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f6f6f6', GradientType=0);
}
.hs_initial_cost_grp .hs_cont_wrap p {
  margin: 0;
}

.hs_support_services_grp .hs_sub_head {
  background: #53555c;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3b3c41), color-stop(1, #53555c));
  background: -ms-linear-gradient(bottom, #3b3c41, #53555c);
  background: -moz-linear-gradient(center bottom, #3b3c41 0%, #53555c 100%);
  background: -o-linear-gradient(#53555c, #3b3c41);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53555c', endColorstr='#3b3c41', GradientType=0);
  padding: 20px 0;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #232326;
}
.hs_support_services_grp .hs_title_wrap {
  background: #5f6169;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #55575f), color-stop(1, #5f6169));
  background: -ms-linear-gradient(bottom, #55575f, #5f6169);
  background: -moz-linear-gradient(center bottom, #55575f 0%, #5f6169 100%);
  background: -o-linear-gradient(#5f6169, #55575f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f6169', endColorstr='#55575f', GradientType=0);
  border-color: #4e5057;
  border-top-color: #232326;
  border-top: 0;
}
.hs_support_services_grp .hs_cont_wrap {
  padding: 15px 20px;
  background: #f9f9f9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f6f6f6), color-stop(1, #f9f9f9));
  background: -ms-linear-gradient(bottom, #f6f6f6, #f9f9f9);
  background: -moz-linear-gradient(center bottom, #f6f6f6 0%, #f9f9f9 100%);
  background: -o-linear-gradient(#f9f9f9, #f6f6f6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f6f6f6', GradientType=0);
}
.hs_support_services_grp .hs_cont_wrap p {
  margin: 0;
}
.hs_support_services_grp .hs_item_2 .hs_cont_wrap {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fcfcfc), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #fcfcfc, #ffffff);
  background: -moz-linear-gradient(center bottom, #fcfcfc 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #fcfcfc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=0);
}

.hs_services_dev_grp {
  padding-bottom: 32px;
}
.hs_services_dev_grp .hs_usage_fee_pric_tab_item {
  width: 50%;
}
.hs_services_dev_grp .hs_sub_head {
  background: #6c76b8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4e5aa3), color-stop(1, #6c76b8));
  background: -ms-linear-gradient(bottom, #4e5aa3, #6c76b8);
  background: -moz-linear-gradient(center bottom, #4e5aa3 0%, #6c76b8 100%);
  background: -o-linear-gradient(#6c76b8, #4e5aa3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c76b8', endColorstr='#4e5aa3', GradientType=0);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #3e4780;
  border-bottom: 0;
}
.hs_services_dev_grp .hs_title_wrap {
  background: #7d86c0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6f79ba), color-stop(1, #7d86c0));
  background: -ms-linear-gradient(bottom, #6f79ba, #7d86c0);
  background: -moz-linear-gradient(center bottom, #6f79ba 0%, #7d86c0 100%);
  background: -o-linear-gradient(#7d86c0, #6f79ba);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d86c0', endColorstr='#6f79ba', GradientType=0);
  border-color: #6570b5;
  border-top-color: #3e4780;
}
.hs_services_dev_grp .hs_cont_wrap {
  padding: 15px 20px;
  background: #f9f9f9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f6f6f6), color-stop(1, #f9f9f9));
  background: -ms-linear-gradient(bottom, #f6f6f6, #f9f9f9);
  background: -moz-linear-gradient(center bottom, #f6f6f6 0%, #f9f9f9 100%);
  background: -o-linear-gradient(#f9f9f9, #f6f6f6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f6f6f6', GradientType=0);
}
.hs_services_dev_grp .hs_item_2 .hs_cont_wrap {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fcfcfc), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #fcfcfc, #ffffff);
  background: -moz-linear-gradient(center bottom, #fcfcfc 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #fcfcfc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=0);
}
.hs_services_dev_grp .hs_cont_wrap p {
  margin: 0;
}

/*======================Home=====================*/
body.hs_home_page {}

.hs_home_banner_grp {
  position: relative;
  margin: -1px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.hs_home_banner_img img {
  width: 100%;
}
.hs_home_banner_head_wrap {
  position: absolute;
  top: 50%;
  left: 0; 
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 300;
  margin: 0 auto;
  width: 100%;
}
.hs_home_banner_head h2.hs_banner_title {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.hs_home_banner_head p.hs_banner_subtitle {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  color: #fff;
  margin: 0;
  line-height: 1.42857143;
}
.hs_home_banner_head h2.hs_banner_title {
  margin: 16px 0;
  font-size: 32px;
  font-size: 3.2rem;
}
.hs_home_banner_head p.hs_banner_subtitle {
  font-size: 22px;
  font-size: 2.2rem;
}
.hs_banner_btn_grp {
  margin: 40px 0 24px;
}
.hs_banner_btn_grp span.hs_banner_btn {
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  width: 20%;
  border: solid 1px #e2041b;
  background-color: #e2041b;
}
.hs_banner_btn_grp span.hs_banner_btn {
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  width: 20%;
  border: solid 1px #e2041b;
  background-color: #e2041b;
}
.hs_banner_btn_grp span.hs_banner_btn:before {
  content: '';
  position: absolute;
  border: solid 3px #e2041b;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: -1;
}
.hs_banner_btn_grp span.hs_banner_btn:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
.hs_banner_btn_grp a.hs_home_cta_btn {
  border-bottom: none;
  border-radius: 0;
  background-color: #e2041b;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 8px 32px;
  line-height: 1.5;
}
.hs_banner_btn_grp span.hs_banner_btn:hover a.hs_home_cta_btn {
  text-decoration: underline;
}

/*---------------------------------*/
.hs_home_row_1 {
  position: relative;
  padding: 30px 5px 50px;
  text-align: center;
  border-bottom: 1px solid #e2e5e8;
}


/*---------------------------------*/
.hs_home_row_2 {}
.hs_staff_behavior_group {
  position: relative;
  padding: 86px 0 54px 0;
  text-align: center;
}
.benefit-header {
  margin: 0 0 48px;
  padding: 0 16px;
}
.benefit-header p {
  margin: 16px 0 32px;
  color: #303030;
  line-height: 1.42857143;
}
.hs_staff_behavior_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs_staff_behavior_item {
  margin: 0 2.9% 32px 0;
  padding: 48px 16px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  border: 1px solid #e2e5e8;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background-color: #f4f4f4;
}
.hs_staff_behavior_item:hover {
  background-color: #34495e;
}
.hs_staff_behavior_item:nth-child(3n) {
  margin: 0 0 32px;
}
.benefit-box-icon {
  margin-bottom: 32px;
}
.benefit-box-detail {
  position: relative;
  overflow: hidden;
}
.benefit-box-detail h3 {
  font-size: 20px;
  font-size: 2.0rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #000c15;
  margin: 0;
  padding: 0;
  border: 0;
}
.hs_staff_behavior_item:hover h3 {
  color: #fff;
}
.benefit-box-detail p {
  margin: 32px 0 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #303030;
  line-height: 1.42857143;
}
.hs_staff_behavior_item:hover .benefit-box-detail p {
  color: #fff;
}

@media (min-width: 768px) {
  .hs_staff_behavior_item {
    float: left;
    width: 31.4%;
    margin: 0 2.6% 32px 0;
  }
}

/*---------------------------------*/
.hs_home_row_3 {
  position: relative;
  padding: 33px 0 40px;
}
.hs_home_row_3 .hs_cos_wrapper_type_module {
  width: calc(79.9267% - ( 0.20073302893747 * 30px ) );
  margin: 0 auto;
}
.hs_home_row_3 h1 {
  font-weight: bold;
  margin-bottom: 0.55em;
  font-size: x-large;
  line-height: 1.42857143;
  color: #333;
}

/*---------------------------------*/
.hs_home_row_4 {
  position: relative;
  background: #f8f8f8;
  padding: 80px 0;
}
.hs_home_row_4 .row-fluid .page-center {
  max-width: 1400px;
  padding: 0 100px;
}
.hs_rec_post_slider_grp {
  position: relative;
}
h2.hs_rec_post_slider_head {
  text-align: center;
  letter-spacing: .075em;
  margin: 0 0 30px;
}
p.hs_rec_post_slider_subhead {
  text-align: center;
  line-height: 1.42857143;
  margin: 0 0 60px;
}
.hs_rec_post_slider_items .slider_box {
  background: #f8f8f8;
}
.hs_rec_post_slider_wrap .slick-slide {
  margin-right: 30px;
}
.hs_rec_post_slider_wrap .slick-slide .img_area img {
  max-height: 160px;
  max-width: 380px;
  width: 100%;
  object-fit: cover;
}
.hs_rec_post_slider_wrap {
  padding: 0;
  margin: 0 -30px 0 0 !important;
}
.hs_rec_post_slider_wrap a {
  text-decoration: none;
}
.hs_rec_post_slider_wrap a:hover {
  color: #b5b5b5;
  text-decoration: underline;
}
.hs_rec_post_slider_wrap .img_area {
  margin: 0 0 10px;
}
.hs_rec_post_slider_wrap p.item_ttl {
  font-weight: bold;
  color: #000;
  line-height: 1.42857143;
  margin: 0;
}
.hs_rec_post_slider_wrap ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  bottom: -37px;
  left: -35px;
}
.hs_rec_post_slider_wrap ul.slick-dots li {
  margin: 6px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
.hs_rec_post_slider_wrap ul.slick-dots li.slick-active {
  opacity: 1;
  background: #9b8d77;
}
.hs_rec_post_slider_wrap ul.slick-dots li>button {
  display: none;
}
.hs_rec_post_slider_wrap button.slick-arrow {
  margin-top: -22px;
  top: 50%;
  padding: 0;
  width: 2pc;
  height: 2pc;
  border-color: #9b8d77;
  border-style: solid;
  border-width: 3px 3px 0 0;
}
.hs_rec_post_slider_wrap button.slick-arrow:before {
  display: none;
}
.hs_rec_post_slider_wrap button.slick-prev.slick-arrow {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: -90px;
}
.hs_rec_post_slider_wrap button.slick-next.slick-arrow {
  right: -60px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media(min-width: 768px) {
  h2.hs_rec_post_slider_head br.sp {
    display: none;
  }
}
/*---------------------------------*/
.hs_home_row_5 {}



.hs_banner_area_parallax {
  position: relative;
  min-height: 400px;
  padding: 64px 0;
}
.hs_banner_area_parallax:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-135deg, #000, #000)fixed;
  opacity: 0.35;
  content: "";
  z-index: 100;
}
.product-message {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 300;
}
.hs_banner_area_parallax .product-content {
  margin: 0 16px;
}
.hs_banner_area_parallax h2 {
  margin: 16px 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.hs_banner_area_parallax p {
  margin: 16px 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  line-height: 1.42857143;
}
.hs_banner_area_parallax .hs_banner_btn_grp {
  margin: 32px 0 0;
}
.hs_banner_area_parallax span.hs_banner_btn {
  width: 35%;
}
.hs_banner_area_parallax span.hs_banner_btn a.hs_sbar_cta_red {
  border-bottom: none;
  border-radius: 0;
  background-color: #e2041b;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 8px 32px;
  font-size: 14px;
  line-height: 1.42857143;
}
.hs_banner_area_parallax span.hs_banner_btn:hover a.hs_sbar_cta_red {
  text-decoration: underline;
}
.product-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(//cdn2.hubspot.net/hubfs/6158193/Cyzen-Sep2019/image/overlay-diamond.png);
  margin: auto;
  z-index: 200;
}

@media(min-width: 768px) {
  .product-message {
    right: 0;
    left: 0;
  }
}

/*---------------------------------*/
.hs_home_row_6 {
  background-color: #f7f7f7;
}
.hs_home_row_6 .row-fluid .page-center {
  max-width: 1400px;
}
.hs_plane_pric_tab_grp {
  position: relative;
  padding: 50px 0;
}
.hs_plane_pric_tab_grp h3.hs_head {
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 0.2em;
  font-size: x-large;
  color: #333;
  line-height: 1.42857143;
}
.hs_plane_pric_tab_grp .hs_sub_head {
  text-align: center;
  letter-spacing: 0.05em;
  margin: 22px 0 0;
  line-height: 1.42857143;
  color: #333;
}
.hs_plane_pric_tab_items {
  padding: 50px 0 0;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1221px;
}
.hs_plane_pric_tab_item {
  margin: 0;
  width: 29.5%;
  position: relative;
  float: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.hs_plane_pric_tab_item .hs_sub_title {
  position: relative;
  top: 0;
  font-weight: 800;
  padding: 5px 15px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  display: inline-block;
  background-color: #222f3d;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2.0rem;
}
.hs_plane_pric_tab_item .hs_title_wrap {
  padding: 0px 10px 20px;
  font-size: 16px;
}
.hs_plane_pric_tab_item .hs_title {
  font-family: Arial, sans-serif;
  font-weight: 800;
  font-size: 2.4em;
  color: #34495e;
}
.hs_plane_pric_tab_item .hs_title span.plan-type {
  opacity: 0.6;
  color: #000000;
  line-height: 1.42857143;
  font-size: 16px;
  font-weight: normal;
}
.hs_plane_pric_tab_item .hs_cont_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14.4px;
}
.hs_plane_pric_tab_item .hs_cont_wrap ul li {
  border-top: 1px solid #d2d7e2;
  padding: 10px 5%;
  line-height: 1.42857143;
  color: #000;
}
.hs_plane_pric_tab_item .hs_cont_wrap ul li:nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}
.hs_plane_pric_tab_item.hs_pop {
  margin-top: -18px;
  background-color: #34495e;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.hs_plane_pric_tab_item.hs_pop {
  margin-top: -18px;
  background-color: #34495e;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 1;
  padding: 32px 16px;
}
.hs_plane_pric_tab_item.hs_pop span.plan-type,
.hs_plane_pric_tab_item.hs_pop .hs_title {
  color: #fff;
}
.hs_plane_pric_tab_item.hs_pop .hs_cont_wrap ul li  {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
.hs_plane_pric_tab_item.hs_pop .hs_cont_wrap ul li :nth-child(even) {
  background: rgba(0, 0, 0, 0.08);
}
.hs_plane_pric_tab_grp .hs_usage_fee_pric_b_cont {
  margin: 0;
  padding: 50px 25px 0;
}
.hs_plane_pric_tab_grp .hs_usage_fee_pric_b_cont p {
  letter-spacing: 0.05em;
  line-height: 1.42857143;
  color: #333;
  margin: 0;
}


/*---------------------------------*/
.hs_home_row_7 {}
.hs_2col_con_w_cta_grp {
  position: relative;
  padding: 40px 0 72px;
}
.hs_2col_con_w_cta_grp .hs_col_6 {
  margin: 0;
  width: 100%;
}
.hs_2col_con_w_cta_grp .hs_col_6.item_1 {
  margin-left: 0;
}
.hs_2col_con_w_cta_head {
  text-align: center;
  margin: 0 0 16px;
}
.hs_2col_con_w_cta_head h2 {
  color: #fff;
}
.hs_2col_con_w_cta_head h2 i.fa {
  margin: 0 8px 0 0;
}
.hs_2col_con_w_cta_cont {
  position: relative;
  padding: 32px;
  border: 1px solid #e2e5e8;
  color: #fff;
  z-index: 300;
}
.hs_2col_con_w_cta_cont dl {
  margin: 0;
}
.hs_2col_con_w_cta_cont dl dt {
  padding: 0 0 24px;
  font-weight: normal;
}
.hs_2col_con_w_cta_cont dl dd {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 0;
  text-align: center;
  margin: 0;
}
.hs_2col_con_w_cta_cont dl dd a {
  color: #fff;
  text-decoration: none;
}
.hs_2col_con_w_cta_cont dl dd a:hover {
  text-decoration: underline;
}
.hs_2col_con_w_cta_cont dl dd.small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
span.btn.front-cta-mail-btn {
  width: 80%;
  margin-bottom: 8px;
}
span.btn.front-cta-mail-btn:before {
  content: '';
  position: absolute;
  border: 3px solid #e2041b;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: -1;
}
span.btn.front-cta-mail-btn:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
span.btn.front-cta-mail-btn a.cta_button {
  display: block;
  padding: 8px 32px;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: none;
  border-radius: 0;
  background-color: #e2041b;
  color: #fff;
  z-index: 100;
  font-size: 14px;
  font-weight: normal;
}
span.btn.front-cta-mail-btn:hover a.cta_button,
span.btn.front-cta-mail-btn a.cta_button:hover {
  text-decoration: none;
  transform: none;
}
span.btn.front-cta-mail-btn:hover a.cta_button {
  text-decoration: underline;
}
@media(min-width: 768px) { 
  .hs_plane_pric_tab_item.hs_pop {
    padding: 32px 0;
  }
  .hs_2col_con_w_cta_grp {
    padding: 72px 0 80px;
  }
  .hs_2col_con_w_cta_grp .hs_col_6 {
    float: left;
    margin-left: 2.8%;
    width: 48.6%;
  }

}

@media(min-width: 992px) { 
  span.btn.front-cta-mail-btn {
    width: 60%;
  }

}


/*---------------------------------*/
.hs_home_row_8 {
  padding: 86px 0;
  border-top: 1px solid #e2e5e8;
  background-color: #f8f8f8;
}
.hs_rec_post_grp {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.hs_rec_post_head_info {
  margin: 0 0 32px;
  text-align: center;
}
.hs_rec_post_head_info p.hs_rec_post_subhead {
  margin: 16px 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #303030;
  line-height: 1.42857143;
}
.hs_rec_post_items ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs_rec_post_items ol li {
  position: relative;
  border-bottom: 1px dotted #c6ccd1;
  line-height: 1.6;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.hs_rec_post_items ol li:hover {
  background-color: #fff;
}
.hs_rec_post_items ol li .info-meta {
  padding: 16px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #303030;
}
.hs_rec_post_items ol li h3 {
  font-size: 2.0rem;
  color: #000c15;
  font-weight: normal;
  display: initial;
  margin: 0;
  padding: 0;
  border: 0;
}
.hs_rec_post_items ol li h3 a {
  display: block;
  padding: 4px 0 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #303030;
  text-decoration: none;
  line-height: 1.6;
}
.hs_rec_post_items ol li h3 a:hover {
  text-decoration: underline;
}
.hs_rec_post_b_button_grp span {
  margin-top: 32px;
  width: 39.59%;
}
.hs_rec_post_b_button_grp span a {
  background-color: #e2041b;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}


@media(min-width: 768px) { 
  .hs_rec_post_grp {
    max-width: 752px;
  }
  .hs_rec_post_head_info {
    margin: 0 0 48px;
  }
  .hs_rec_post_head_info p.hs_rec_post_subhead {
    margin: 16px 0 32px;
  }
  .hs_rec_post_items ol li .info-meta {
    display: inline;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 0 0 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hs_rec_post_items ol li h3 a {
    display: block;
    padding: 16px 8px 16px 120px;
  }
  .hs_acco_group .hs_acco_inner {
    max-width: 752px;
    margin: 0 auto;
  }

}

@media(min-width: 992px) { 
  .hs_rec_post_grp {
    max-width: 960px;
  }
  .hs_acco_group .hs_acco_inner {
    max-width: 960px;
    margin: 0 auto;
  }
}

/*---------------------------------*/
.hs_home_row_9 {
  position: relative;
  padding: 86px 0 49px;
  border-top: 1px solid #e2e5e8;
  background-color: #fff;
}
.hs_acco_group {
  position: relative;
  padding-bottom: 86px;
}
.hs_acco_head {
  margin: 0 0 48px 0;
  text-align: center;
}
.hs_acco_head h2 {
  margin: 0 0 16px 0;
  font-size: 26px;
  font-size: 2.6rem;
}
.hs_acco_group dl#hs_acco_items {
  margin: 8px 0;
}
.hs_acco_group dt.question {
  position: relative;
  padding: 4px 0 32px 40px;
  font-weight: normal;
  cursor: pointer;
}
.hs_acco_group dt.question:hover,
.hs_acco_group dt.question.clicked {
  color: #e2041b;
}
.hs_acco_group dt.question:before {
  display: inline-block;
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-weight: normal;
  background-color: #e2041b;
}
.hs_acco_group dd.answer {
  position: relative;
  margin: 0;
  margin-bottom: 32px;
  padding: 4px 0 32px 40px;
  border-bottom: 1px solid #e2e5e8;
}
.hs_acco_group dd.answer:before {
  display: inline-block;
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #b5b5b5;
  color: #fff;
  border-radius: 50%;
  font-weight: normal;
}
.hs_2col_equ_cta_grp {
  position: relative;
  text-align: center;
  padding: 5px;
}
.hs_2col_equ_cta_grp .centering_item {
  max-width: 250px;
  height: auto;
  margin: 1.5px;
  display: inline-block;
}
.hs_2col_equ_cta_grp .centering_item:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
}
/*--------------------------------*/
.hs_sales_partner_grp {
  position: relative;
  padding: 50px 0 0;
}
header.hs_sales_partner_title {
  font-size: 2.0rem;
  color: #000c15;
  text-align: center;
}
header.hs_sales_partner_title h3 {
  margin: 0;
  padding: 0;
  border: 0;
}
.hs_sales_partner_grp ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.hs_sales_partner_grp ul li {
  display: inline-block;
}
.hs_sales_partner_grp ul li img {
  vertical-align: middle;
}

.archive-title h3 {
  border-bottom: 1px solid #e2e5e8;
  line-height: 1.42857143;
  color: #333;
  font-family: 'ヒラギノ角ゴ ProN W3',"游ゴシック体","游ゴシック Medium","游ゴシック","メイリオ","Hiragino Kaku Gothic ProN",YuGothic,sans-serif;
  margin-bottom: 11px;
  font-size: 1.6rem;
  margin-top: 11px;
  position: relative;
  padding: 0;
}
.archive-title h3 span {
  display: inline-block;
  padding: 0 4px 4px 0;
  border-bottom: solid 1px #444546;
}
.archive-description p {
  line-height: 1.42857143;
  margin: 0 0 32px;
  padding-top: 4px;
}

/*===================*/
.hs-blog-post .case .flex_test-box {
  background-color: #fff;
  padding: 10px;
  display: flex;
  align-items: stretch;
}
.hs-blog-post .case .flex_test-item {
  padding: 10px;
  margin: 10px;
  width: 50%;
}
.hs-blog-post .case .flex_test-item:nth-child(1) {
  background-color: #fff;
}
.hs-blog-post .case .flex_test-item:nth-child(2) {
  background-color: #fff;
}
.hs-blog-post .case .mybox {
  border: 4px solid #eee;
  padding: 18px;
  position: relative;
  z-index: 0;
}
.hs-blog-post .case .mybox:before {
  border-top: 4px solid #274a78;
  border-left: 4px solid #274a78;
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

.case_stuy_blog .section.post-body .addtoany_shortcode {
  clear: both;
  margin: 16px 0 0;
}
.hs-blog-post .article-body a {
  color: #9b8d77;
}
.hs-blog-post .case .button {
  display: inline-block;
  width: 300px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  line-height: 54px;
  outline: none;
}
.hs-blog-post .case .button, 
.hs-blog-post .case .button::before,
.hs-blog-post .case .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hs-blog-post .case .button {
  background-color: #333;
}
.hs-blog-post .case .button:hover {
  letter-spacing: 3px;
}


/*==================News blog============*/
.hs_news_blog .post-item {
  position: relative;
  margin: 0 0 32px 0;
  border-radius: 0 0 4px 4px;
  border: solid 1px #e2e5e8;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 8px 32px 8px;
}
.hs_magazine_blog.hs_news_blog.hs-blog-post .blog-content {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
@media(min-width: 768px) {
  .hs_news_blog.hs-blog-post .blog-content .blog-section {
    border: solid 1px #d9e2f0;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
  }
  .hs_news_blog.hs-blog-post .blog-content .blog-section .blog-section {
    border: 0;
    border-radius: 0;
  }
}

.hs_post_pagination_wrap {
  border: solid 1px #ebedf0;
  margin: 32px 0;
}
.hs_post_pagination_wrap .hs_post_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.hs_post_pagination>div {
  padding: 16px;
  width: 50%;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.hs_post_pagination>div.hs_full {
  width: 100%;
}
.hs_post_pagination>div a {
  text-decoration: none;
  display: block;
  color: #337ab7;
}
.hs_post_pagination>div a:hover {
  color: #b5b5b5;
  text-decoration: underline;
}
.hs_post_pagination .post-nav {
  display: block;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}
.hs_post_pagination .fa {
  color: #9b8d77;
}
.hs_post_pagination>div a:hover .fa {
  color: #9b8d77;
}
.hs_post_pagination .nav-previous .fa {
  margin: 0 4px 0 0;
}
.hs_post_pagination .nav-title {
  font-size: 14px;
  font-size: 1.4rem;
}
.hs_post_pagination .nav-previous img {
  float: left;
  margin-right: 16px;
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.hs_post_pagination .nav-next .fa {
  margin: 0 0 0 4px;  
}
.hs_post_pagination .nav-next img {
  float: right;
  margin-left: 16px;
  width: 90px;
  height: 90px;
  object-fit: cover;
}







@media(min-width: 768px) {
  .hs_news_blog .post-item {
    margin: 0 0 32px 0;
    padding: 1.92%;
  }
  .hs_post_pagination>.nav-previous {
    padding: 32px 8px 32px 32px;
  }
  .hs_post_pagination>.nav-next {
    padding: 32px 32px 32px 8px;
    text-align: right;
  }

}

@media(min-width: 1200px) {
  .hs_post_pagination>.nav-previous {
    padding: 32px 8px 32px 72px;
  }
  .hs_post_pagination>.nav-next {
    padding: 32px 72px 32px 8px;
  }


}




/*============Magazine Blog==============*/
.hs_magazine_blog .hs_about_info p {
  font-size: 16px;
  padding: 15px 20px;
  line-height: 1.7;
  margin-bottom: 0;
}
.hs_magazine_blog .blog-sidebar h3 {
  border-bottom: 1px solid #e2e5e8;
  line-height: 1.42857143;
  color: #333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 15px;
  font-size: 1.6rem;
  margin-top: 0;
  position: relative;
  padding: 0;
}
.hs_magazine_blog .blog-sidebar h3 span {
  display: inline-block;
  padding: 0 4px 4px 0;
  border-bottom: solid 1px #444546;
}
.hs_magazine_blog .span4.blog-sidebar {
  margin-left: 0 !important;
}

.hs_magazine_blog .blog-sidebar h3 span span {
  border: 0;
  padding: 0;
}
.hs_magazine_blog .hs_b_sidebar_search_title_wrap {
  margin-bottom: 0;
  border-bottom: 0;
}

.hs_magazine_blog .custom-sidebarpost-post ul {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: cnt;
  padding: 0 0 8px 0;
  line-height: 1.5;
}
.hs_magazine_blog .custom-sidebarpost-post ul li {
  height: 70px;
  margin: 0 0 15px;
  position: relative;
}
.hs_magazine_blog .custom-sidebarpost-post ul li img {
  display: inline;
  float: left;
  margin: 0 5px 0 0;
  border: none;
  object-fit: cover;  
  vertical-align: middle;
  max-width: 70px;
  height: 70px;
}
.hs_magazine_blog .custom-sidebarpost-post ul li:before {
  counter-increment: cnt;
  content: counter(cnt);
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: #e6041d;
  z-index: 100;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 4px 10px;
}
.hs_magazine_blog .custom-sidebarpost-post ul li a {
  display: block;
  position: relative;
  color: #337ab7;
  text-decoration: none;
}
.hs_magazine_blog .custom-sidebarpost-post ul li a.hs_link {
  padding: 0 10px;
  text-align: left;
  padding-left: 75px;
}
.hs_magazine_blog .custom-sidebarpost-post ul li a:hover {
  color: #b5b5b5;
  text-decoration: underline;
}

.hs_magazine_blog .custom-sidebar-topic {
  padding: 0 0 16px 0;
  line-height: 1.5;
}
.hs_magazine_blog .custom-sidebar-topic ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs_magazine_blog .custom-sidebar-topic ul li {
  list-style: none;
  display: inline-block;
}
.hs_magazine_blog .custom-sidebar-topic ul li a {
  padding: 5px;
  display: block;
  position: relative;
  line-height: 1;
  margin: 0px 4px 4px 0;
  border: solid 1px #e2e5e8;
  font-size: 1.2rem;
  color: #337ab7;
  text-decoration: none;
}
.hs_magazine_blog .custom-sidebar-topic ul li a:hover {
  border: solid 1px #b5b5b5;
  color: #b5b5b5;
  text-decoration: none;
}
.hs_magazine_blog .hs_blog_sbar_search form button.search-submit {
  top: 2px;
}
.hs_magazine_blog .hs_sbar_contact_info p:first-child {
  padding: 15px 20px;
  line-height: 1.7;
}
.hs_magazine_blog .hs_blog_sbar_search form input.hs-search-field__input {
  color: #333;
}

.hs_magazine_blog.hs-blog-post .hs_sbar_contact_info p:first-child {
  line-height: 1.5;
  padding: 0px 0px 8px;
}

.blog-feature-post-wrp {
  margin: 20px 0 0;
}
.blog-feature-post-wrp ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-around;
  padding:0;
  margin:0;
}
.blog-feature-post-wrp ul li {
  width: 365px;
  height: 150px;
  margin: 0 0 30px;
  overflow: hidden;
}
.blog-feature-post-wrp ul li a {
  display: block;
  background: #000;
  position: relative;
  height: 100%;
  /*   overflow-y: auto; */
}
.blog-feature-post-wrp ul li a img {
  opacity: .5;
}
.blog-feature-post-wrp ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 18px;
  width: 80%;
  font-weight: bold;
  line-height: 1.7;
}


/* Post By Topic */
.topic-by-post {
  margin: 0 0 60px;
}
.topic-by-post .title {
  padding: 20px 15px;
  color: #fff;
  background: #000;
  font-size: 16px;
  border-left: 5px solid #e1041b;
  margin: 0 0 20px;
}

.topic-by-post .txt {
  font-size: 16px;
  padding: 15px 20px;
  line-height: 1.7;
  margin-bottom: 0;
}

.topic-by-post-items-wrp {
  margin: 20px 0;
  display: flex;
  padding: 0;
  list-style:none;
  justify-content: space-between;
}
.topic-by-post-items-wrp .item {
  width: 195px;
}
/* .topic-by-post-items-wrp .item .img-area {
  height: 130px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
} */
.topic-by-post-items-wrp .item .img-area img {
  max-width: 100%;
  height: auto;
  /*   object-fit: cover;
  height: 130px; */
  margin-bottom: 8px;
}
.topic-by-post-items-wrp .item .time {
  display: block;
  margin: 8px 0 2px;
  font-size: 12px;
  color: #999;
}
.topic-by-post-items-wrp .item .item-title {
  line-height: 1em;
  margin: 0;
  padding: 0;
  border: 0;
}
.topic-by-post-items-wrp .item .item-title a {
  font-weight: bold;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}
.topic-by-post-items-wrp .item .item-title a:hover, 
.topic-by-post-items-wrp .item .item-title a:focus {
  color:#333;
  text-decoration: underline;
}

.topic-by-post-link-wrp {
  text-align: center;
}
.topic-by-post-link {
  display: inline-block;
  position: relative;
  margin: 20px 0 0;
  padding: 25px 40px;
  font-size: 24px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #000;
  text-decoration:none;
}
.topic-by-post-link:hover{
  text-decoration:underline;
}

.topic-by-post-link:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border: 10px solid;
  border-color: transparent transparent transparent #000;
  right: 5px;
  top: 50%;
  margin: -10px 0 0;
}



/* Post */
.hs_magazine_blog.hs-blog-post  .blog-content,
.hs_news_blog.hs-blog-post  .blog-content{
  border: solid 1px #d9e2f0;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
}
.hs_magazine_blog.hs-blog-post .section.post-header {
  padding: 16px 24px 0;
}


.hs_magazine_blog .author-profile {
  border: solid 3px #ededed;
  display: flex;
  padding: 20px;
  position: relative;
  margin: 40px 0;
}
.hs_magazine_blog .author-profile .img-area {
  width: 300px;
}
.hs_magazine_blog .author-profile .img-area img {
  margin: 0;
}
.hs_magazine_blog .author-profile .txt-area {
  padding: 0 0 0 20px;
}
.hs_magazine_blog .author-profile .txt-area p {
  margin: 0;
}
.hs_magazine_blog .author-profile .txt-area .ttl {
  font-size: 11px;
  color: #999;
  margin: 0 0 5px;
}
.hs_magazine_blog .author-profile .txt-area .name {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}
.hs_magazine_blog .author-profile .txt-area .txt {
  line-height: 1.7;
}



.hs_magazine_blog .related-post-wrp .title {
  padding: 0 5px 5px;
  border-bottom: solid 3px #000;
  margin: 0 0 40px;
  font-size: 16px;
  font-weight: bold;
}
.hs_magazine_blog .related-post-inner {
  display: flex;
  justify-content: space-around;
  margin: 0 0 40px;
}
.hs_magazine_blog .related-post-items-content {
  width: 270px;
  display: block;
  margin: 0;
}
.hs_magazine_blog .related-post-items-content img {
  max-width: 100%;
  height: auto;
  margin: 0 0 16px 0;
}
.hs_magazine_blog .related-post-items-content a {
  font-weight: bold;
  color: #000;
  line-height: 1.7;
  text-decoration: underline;
}
.hs_magazine_blog .related-post-items-content a:hover {
  text-decoration: none;
  color: #000;
}
.hs_magazine_blog .hs_blog_addr_title{
  padding-bottom: 10px;
  margin-bottom:0;
}
.hs_magazine_blog .hs_blog_addr_details > .row-fluid-wrapper > .row-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hs_magazine_blog .hs_blog_cont_info {
  line-height: 1.42857143;
}
.hs_magazine_blog .hs_blog_cont_info p {
  margin: 0;
  line-height: 1.42857143;
}
.hs_magazine_blog .hs_blog_cont_info p span.tel {
  margin: 0;
  line-height: 1.42857143;
}
.hs_magazine_blog .hs_blog_cont_info p i.fa {
  color: #444546;
  vertical-align: top;
  position: relative;
  top: 2px;
}


/* Author Topic Listing Page */
.hs_magazine_blog.hs-blog-listing .body-container {
  padding-bottom: 63px;
}

.author-topic-page .hs_magazine_b_baner,
.author-topic-page .hs_about_info,
.author-topic-page .blog-feature-post-wrp {
  display: none !important;
}

.hs_magazine_blog.hs-blog-listing.hs-author-page .blog-listing-wrapper .post-listing .post-item{
  position: relative;
  margin: 0 0 32px 0;
  border-radius: 0 0 4px 4px;
  border: solid 1px #e2e5e8;
  box-sizing: border-box;
  background-color: #fff;
}
.hs_magazine_blog.hs-blog-listing .hs-featured-image-wrapper {
  position: relative;
  overflow: hidden;
}
.hs_magazine_blog.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: solid 1px #fff;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
}
.hs_magazine_blog.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link:hover:after{
  opacity:1;
}

.hs_magazine_blog.hs-blog-listing .hs-featured-image-wrapper:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.hs_magazine_blog.hs-blog-listing .hs-featured-image-wrapper:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hs_magazine_blog.hs-blog-listing .hs-featured-image-wrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.hs_magazine_blog.hs-blog-listing .topic {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  min-width: 80px;
  padding: 2px 4px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background-color: #444546;
}
.hs_magazine_blog.hs-blog-listing .topic a{
  display: block;
  color: #fff;
  z-index: 3;
}
.hs_magazine_blog.hs-blog-listing .topic a:hover{
  color: #b5b5b5;
}
.hs_magazine_blog.hs-blog-listing .post-header h2 {
  padding-bottom: 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
.hs_magazine_blog.hs-blog-listing .post-header h2 a {
  display: block;
  color: #000c15;
  text-decoration: none;
}
.hs_magazine_blog.hs-blog-listing .post-header h2 a:hover{
  color: #b5b5b5;
  text-decoration: underline;
}
.hs_magazine_blog.hs-blog-listing .blog-listing-wrapper .post-listing .post-item .post-body {
  padding-bottom: 32px;
  font-size: 14px;
  font-size: 1.4rem;
}
.hs_magazine_blog.hs-blog-listing .blog-listing-wrapper .post-listing .post-item .post-body p {
  font-size: 1.4rem;
  padding-bottom: 0;
  margin: 0;
  line-height: 1.42857143;
  color: #333;
}
.hs_magazine_blog.hs-blog-listing .blog-listing-wrapper .post-listing .post-item .post-body span.big {
  font-size: 100%;
}
.hs_magazine_blog.hs-blog-listing .read-more a {
  display: block;
  padding: 8px 16px;
  border: solid 1px #9b8d77;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #337ab7;
  text-decoration: none;
}
.hs_magazine_blog.hs-blog-listing .read-more .fa {
  margin-right: 0;
}
.hs_magazine_blog.hs-blog-listing .read-more a:hover {
  background-color: #9b8d77;
  color: #fff;
  text-decoration:underline;
}

.hs_magazine_blog.hs-blog-listing .cat-name {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  min-width: 80px;
  padding: 2px 4px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background-color: #444546;
  text-decoration: none;
}
.hs_magazine_blog.hs-blog-listing .cat-name a {
  text-decoration: none;
  color: #fff;
  z-index: 3;
  display: block;
}
.hs_magazine_blog.hs-blog-listing .cat-name a:hover {
  color: #b5b5b5;
}

.hs_magazine_blog.hs-blog-listing .blog-pagination {
  text-align: center;
  margin-bottom: 24px;
  padding: 0 8px;
}
.hs_magazine_blog.hs-blog-listing .blog-pagination span.active,
.hs_magazine_blog.hs-blog-listing .blog-pagination a,
.hs_magazine_blog.hs-blog-listing .blog-pagination span.elipses {
  display: inline-block;
  margin-right: 4px;
  min-width: 32px;
  padding: 4px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #ebedf0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
  margin-bottom:8px;
}
.hs_magazine_blog.hs-blog-listing .blog-pagination span.active,
.hs_magazine_blog.hs-blog-listing .blog-pagination a:hover {
  background-color: #444546;
  border: solid 1px #444546;
  color: #fff;
  text-decoration: underline;
}
.hs_magazine_blog.hs-blog-listing .blog-pagination span.active {
  text-decoration: none;
}
.hs_magazine_blog.hs-blog-listing .post-time {
  margin: 0 0 4px 0;
  color: #999;
  line-height: 1.42857143;
  font-size: 1.2rem;
  padding-right: 8px;
}
.hs_magazine_blog.hs-blog-listing .post-time .fa {
  margin-left: 0;
}

.topic-author-title {
  border-bottom: solid 1px #e2e5e8;
}
.topic-author-title h1 {
  margin-bottom: -1px;
  font-size: 1.6rem;
  line-height: 1.42857143;
}
.topic-author-title h1 > span {
  display: inline-block;
  padding: 0 4px 4px 0;
  border-bottom: solid 1px #444546;
}


/* 404 Error Page */

.hs-404-error-page .body-container {
  padding:63px 0 64px !important;
}
.custom-sidebar-search-heading .hs_cos_wrapper_type_rich_text {
  border-bottom: 1px solid #e2e5e8;
  margin-bottom: 16px;
  display: block;
}

.custom-sidebar-search-heading .hs_cos_wrapper_type_rich_text h3 {
  font-size: 1.6rem;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: normal;
  line-height: 1.42857143;
  margin-bottom: -1px;
}
.custom-sidebar-search-heading .hs_cos_wrapper_type_rich_text h3 span {
  display: inline-block;
  padding: 0 4px 4px 0;
  border-bottom: solid 1px #444546;
}
.custom-sidebar-search-content .hs_cos_wrapper_type_rich_text p {
  padding: 0 0 8px 0;
  line-height: 1.5;
  margin: 0;
}

.custom-error-404-top-heading .hs_cos_wrapper_type_rich_text {
  display: block;
  border-bottom: solid 1px #e2e5e8;
  margin: 0 0 16px 0;
}
.custom-error-404-top-heading h1 {
  font-size: 1.6rem;
  margin: 0.67em 0;
  margin-bottom: -1px;
  line-height: 1.42857143;
}
.custom-error-404-top-heading h1 span {
  display: inline-block;
  padding: 0 4px 4px 0;
  border-bottom: solid 1px #444546;
}
.custom-top-seciton-bottom-section-group {
  border: solid 1px #d9e2f0;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  display: block;
}

.custom-404-top-content p {
  margin: 0;
}

.custom-tog-404-error-page ul {
  margin: 0 0 40px 18px;
  list-style: disc;
  color: #333;
  padding: 0;
}
.custom-tog-404-error-page ul li {
  margin: 8px 2px;
}
.custom-tog-404-error-page a {
  color: #9b8d77;
  text-decoration: underline;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.custom-tog-404-error-page a:hover {
  text-decoration: none;
  color: #b5b5b5;
}

.body-container .custom-error-page-404 input[type="text"], 
.body-container .custom-error-page-404 input[type="email"], 
.body-container .custom-error-page-404 input[type="url"], 
.body-container .custom-error-page-404 input[type="password"], 
.body-container .custom-error-page-404 input[type="search"], 
.body-container .custom-error-page-404 input[type="number"], 
.body-container .custom-error-page-404 input[type="tel"], 
.body-container .custom-error-page-404 input[type="range"], 
.body-container .custom-error-page-404 input[type="date"], 
.body-container .custom-error-page-404 input[type="month"], 
.body-container .custom-error-page-404 input[type="week"], 
.body-container .custom-error-page-404 input[type="time"], 
.body-container .custom-error-page-404 input[type="datetime"], 
.body-container .custom-error-page-404 input[type="datetime-local"], 
.body-container .custom-error-page-404 input[type="color"], 
.body-container .custom-error-page-404 textarea{
  padding: 8px;
  width: 100%;
  border-radius: 1px;
  border: solid 1px #e2e5e8;
  background-color: #fff;
  font-family: 'ヒラギノ角ゴ ProN W3',"游ゴシック体","游ゴシック Medium","游ゴシック","メイリオ","Hiragino Kaku Gothic ProN",YuGothic,sans-serif;
  font-size: 14px;
  line-height: 20px;
  width: 100% !important;
  max-width: 100% !important;
  color:#333;
  box-shadow: none;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.body-container .custom-error-page-404 .search-submit {
  border-radius: 1px;
  background-color: #fff;
  font-family: 'ヒラギノ角ゴ ProN W3',"游ゴシック体","游ゴシック Medium","游ゴシック","メイリオ","Hiragino Kaku Gothic ProN",YuGothic,sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  box-shadow: none;
  border: 0;
  position: absolute;
  background: transparent;
  top: 3px;
  right: 3px;
  bottom: 3px;
  padding: 2px 4px;
  background: #fff;
}
.body-container .custom-error-page-404 .search-submit .fa-search {
  font-size: 16px;
  font-size: 1.6rem;
  color: #303030;
}
.hs-search-field.custom-error-page-404 form {
  position: relative;
}
.custom-bottom-section-content h2 {
  padding: 8px 0 8px 12px;
  border-left: solid 4px #444546;
  background-color: #f0f0f0;
  font-size: 2.4rem;
  margin: 56px 0 40px 0;
  line-height: 1.5;
}

.body-container .custom-search-sidebar-group .widget-span {
  margin-bottom: 32px;
}
.hs-404-error-page .body-container .custom-search-sidebar-group input {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hs-404-error-page .widget-span.custom-sidebar-search-heading {
  margin-bottom: 0;
}
.hs-404-error-page .body-container .widget-span.custom-sidebar-search-heading,
.hs-404-error-page .body-container .widget-span.custom-sidebar-search-content{
  margin-bottom: 0;
}

/* All Post */
h2.post-listing-simple {
  font-weight: bold;
  line-height: 1em;
  font-size: 2.0rem;
  color: #000c15;
  margin: 10px 0 10px 0;
}
h2.post-listing-simple a {
  font-weight: bold;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}
h2.post-listing-simple a:hover {
  text-decoration: underline;
  color: #333;
}

/* News Post Style Cleanup */
.hs_news_blog .hs_post_feature_img img {
  width: 100%;
}
.big {
  font-size: 2.4rem;
  color: #000c15;
}
.hs_news_blog  .text-center {
  text-align: center;
}
.hs_news_blog table.none {
  table-layout: fixed;
  border: 0;
  text-align: center;
  width: 100%;
}
.hs_magazine_blog.hs_news_blog .section.post-body table td {
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.hs_magazine_blog.hs_news_blog .section.post-body table {
  margin-bottom: 40px;
}
.hs_magazine_blog.hs_news_blog table.none td {
  margin-bottom: 32px;
  padding: 0;
  border: none;
}
.hs_magazine_blog.hs_news_blog .section.post-body hr {
  margin-bottom: 40px;
}
.hs_magazine_blog.hs_news_blog .section.post-body table.step-table-wrp {
  font-size: 1.3rem;
  border-spacing: 0;
}
.hs_magazine_blog.hs_news_blog .section.post-body table.step-table-wrp {
  vertical-align: baseline;
}
.hs_magazine_blog.hs_news_blog .section.post-body table.step-table-wrp img {
  max-width: 100%;
  height: auto;
  margin: 0 0 16px 0;
  display: block;
  vertical-align: middle;
}
.hs_magazine_blog.hs_news_blog .section.post-body table.step-table-wrp tr:nth-child(odd) td {
  padding-bottom: 8px;
}
.hs_magazine_blog.hs_news_blog .section.post-body table.step-table-wrp tr:nth-child(even) td {
  padding: 8px 16px;
}

/* Case Post Style Cleanup */
.case_stuy_blog figure {
  margin: 0;
}
.case_stuy_blog .section.post-body ul {
  margin: 0 0 40px 18px;
  list-style: disc;
  color: #333;
  padding: 0;
}
.case_stuy_blog .section.post-body ul li {
  margin: 8px 2px;
}

.case_stuy_blog ul.post-meta {
  padding-bottom: 0;
}
.case_stuy_blog .section.post-header {
  padding-bottom: 20px;
}

/* Cleanup Post */
.section.post-body img {
  margin: 0 0 16px 0;
}
.section.post-body h3 {
  position: relative;
  padding: 6px 0 6px 15px;
  border-bottom: dotted 1px #444546;
}
.section.post-body h3:before {
  display: block;
  content: "";
  width: 5px;
  height: 95%;
  background: #e2011a;
  position: absolute;
  left: 0;
  top: 0;
}
.section.post-body h2 {
  margin: 56px 0 40px 0;
  line-height: 1.5;
  color: #fff;
  border-left: solid 6px #d00 !important;
  background: #000 !important;
  padding: 8px 0 8px 12px;
}
.important-under {
  border-bottom: solid 3px #fded06;
}
span.important-bold {
  font-weight: bold;
  color: #000c15;
}

#toc_container {
  margin: auto;
  padding: 16px 24px;
  background-color: inherit;
  border: solid 2px #e2e5e8;
  min-width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
#toc_container p.toc_title {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-top: 8px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1;
  color: #000c15;
}

#toc_container span.toc_toggle {
  font-weight: 400;
  font-size: 1.2rem;
}
#toc_container a {
  text-decoration: none;
  text-shadow: none;
  color: #9b8d77;
}
#toc_container a:hover {
  text-decoration: none;
  color: #b5b5b5;
}
#toc_container p.toc_title+ul.toc_list {
  margin: 0;
  padding: 0;
  color: #333;
  background: 0 0;
  list-style-type: none;
  list-style: none;
  margin-top: 1em;
}
#toc_container li, #toc_container ul {
  margin: 0;
  padding: 0;
}
#toc_container .toc_list > li > a {
  margin: 5px 0 5px 0;
  padding: 5px 0 10px 0;
  border-bottom: solid 1px #ccc;
  text-align: left;
  color: #000;
  display: block;
  font-size: 14px;
}

.section.post-body h4 {
  font-size: 1.8rem;
  margin: 48px 0 16px 0;
  line-height: 1.5;
  padding: 4px 0;
}
.hs_magazine_blog .section.post-body table {
  margin-bottom: 40px;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  border-collapse: collapse;
  border-spacing: 0;
}
.hs_magazine_blog .section.post-body table th {
  padding: 8px;
  border: solid 1px #e2e5e8;
  vertical-align: baseline;
}
.hs_magazine_blog .section.post-body th {
  background-color: #f4f6fa;
  font-weight: bold;
}
.hs_magazine_blog .section.post-body table td {
  padding: 8px 16px;
  border: solid 1px #e2e5e8;
}
.important-marker {
  background-color: #fded06;
  padding: 4px 0;
}
.success-under {
  border-bottom: solid 3px #0468ea;
}
.danger-bold {
  font-weight: bold;
  color: #ff0029;
}
.box-default p:last-child, 
.box-info p:last-child {
  margin: 0;
}
.box-default p {
  margin-bottom: 40px;
  line-height: 2.0;
}
img.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
  height: auto;
}
.author-topic-page .blog-listing-wrapper .post-listing .post-item {
  border-radius: 0 0 4px 4px;
  border: solid 1px #e2e5e8;
  position: relative;
}

@media screen and (min-width: 768px){
  .hs_magazine_blog.hs-blog-post .body-container {
    padding-bottom: 63px;
  }
  /* Author Topic Listing Page Style */
  .author-topic-page .blog-listing-wrapper .post-listing .post-item{
    margin: 0 0 32px 0;
    padding: 1.92%;
  }
  .hs_magazine_blog.hs-blog-listing .hs-featured-image-wrapper {
    float: left;
    width: 40%;
  }
  .hs_magazine_blog.hs-blog-listing .post-header h2{
    padding: 0 0 8px 0;
  }
  .hs_magazine_blog.hs-blog-listing .read-more a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .hs_magazine_blog.hs-blog-listing .post-item-content {
    float: right;
    padding: 0;
    width: 56%;
  }
  .hs_magazine_blog.hs-blog-listing .post-item-content.hs_full_item {
    width: 100%;
  }
  .hs_magazine_blog.hs-blog-listing .read-more {
    position: absolute;
    right: 16px;
    bottom: 20px;
    left: auto;
  }
  .topic-author-title {
    margin: 0 0 16px 0;
  }
  .topic-author-title h1{
    margin-top: 0.57em;
  }
}

@media screen and (min-width: 992px){
  .hs_magazine_blog .span8.blog-content,
  .hs-404-error-page .body-container .main-conter-left{
    float: left ;
    width: -webkit-calc(97.4% - 300px) !important;
    width: -moz-calc(97.4% - 300px) !important;
    width: calc(97.4% - 300px) !important;
  }
  .hs_magazine_blog .span4.blog-sidebar,
  .hs-404-error-page .custom-error-404-sidebar{
    float: right !important;
    width: 300px !important;
    margin-left:0 !important;
  }
  .custom-404-top-content{
    padding: 16px 32px;
  }
  .custom-404-bottom-section{
    padding: 0 32px 32px 32px;
  }

}

@media screen and (min-width: 1200px){
  .hs_magazine_blog.hs-blog-post .blog-post-wrapper .post-body {
    padding: 0 72px 32px 72px;
  }
  .hs_magazine_blog.hs_magazine_blog_layout.hs-blog-post .blog-post-wrapper .post-body {
    padding-bottom:0;
  }
  .hs_magazine_blog.hs-blog-post .hs_blog_addr_details {
    padding: 0 72px 32px 72px;
  }
  .hs_magazine_blog.hs-blog-post .related-post-wrp,
  .hs_magazine_blog.hs-blog-post .author-profile-wrp{
    padding: 0 72px 0 72px;
  }
  .custom-404-bottom-section {
    padding: 0 72px 32px 72px;
  }
  .custom-404-top-content {
    padding: 16px 72px;
  }
}

@media screen and (max-width: 1199px){
  .hs_magazine_blog.hs-blog-post .blog-post-wrapper .post-body {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hs_magazine_blog.hs-blog-post .hs_blog_addr_details {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hs_magazine_blog.hs-blog-post .hs_blog_cont_info p {
    line-height: 1.42857143;
  }
  .hs_magazine_blog.hs-blog-post .hs_blog_addr_details .hs_blog_addr_cta {
    padding-left: 11px;
  }
  .hs_magazine_blog.hs-blog-post .hs_blog_cont_info p span.tel {
    margin-top: 0;
  }
  .hs_magazine_blog .hs_blog_addr_title {
    padding-bottom: 3px;
    margin-bottom: 0;
  }
  .hs_magazine_blog.hs-blog-post .related-post-wrp, 
  .hs_magazine_blog.hs-blog-post .author-profile-wrp {
    padding-left: 32px;
    padding-right: 32px;
  }
  .topic-by-post-link
  .topic-by-post-items-wrp {
    margin: 20px -5px;
  }
  .topic-by-post-items-wrp .item {
    padding: 0 5px;
  }
}

@media screen and (max-width: 991px){
  .hs_magazine_blog .blog-content {
    width: 100% !important;
  }
  .hs_magazine_blog .blog-sidebar {
    width: 100% !important;
    padding: 32px 0;
  }

  .hs-404-error-page .body-container .main-conter-left,
  .hs-404-error-page .custom-error-404-sidebar{
    float: none ;
    width:100% !important;
    width: -moz-calc(100%) !important;
    width: calc(100%) !important;
  }


  .hs_magazine_blog .body-container {
    padding-bottom: 64px;
  }

  .hs_magazine_blog.hs-blog-post .hs_blog_addr_details {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }
  .hs_magazine_blog .hs_blog_cont_info p i.fa {
    vertical-align: middle;
    top: -4px;
  }
  .hs_magazine_blog.hs-blog-post .related-post-wrp,
  .hs_magazine_blog.hs-blog-post .author-profile-wrp,
  .hs_magazine_blog.hs-blog-post .blog-post-wrapper .post-body,
  .hs_magazine_blog.hs-blog-post .section.post-header{
    padding-left: 16px;
    padding-right: 16px;
  }
  .hs_magazine_blog .hs_breadcrumb_grp {
    padding-left:15px;
    padding-right:15px;
  }

  .custom-404-top-content {
    padding: 16px;
  }
  .custom-404-bottom-section {
    padding: 0 16px 16px 16px;
  }
  .custom-error-404-sidebar {
    padding: 32px 0;
    margin-left: 0 !important;
  }
  .hs-404-error-page .hs_sbar_contact_info {
    margin-bottom: 32px;
  }

}

/*=============================*/
span.danger-under {
  border-bottom: solid 3px #ff0029;
}
.box-default {
  margin: 0 0 40px 0;
  padding: 24px;
  border: solid 2px #e2e5e8;
}
.important-bold {
  font-weight: bold;
  color: #000c15;
}
.hs_news_blog .section.post-body ul {
  color: #333;
  margin: 0 0 40px;
  padding: 0 0 0 18px;
}
.hs_news_blog .section.post-body ul li {
  margin: 8px 2px;
}
.hs_magazine_blog .section.post-body span.btn.btn-mid a:hover {
  text-decoration: none;
}
.hs_magazine_blog .point {
  background: #fffd33;
  font-weight: bold;
}
.hs_magazine_blog .check {
  color: #e1041b;
  font-weight: bold;
}
.hs_magazine_blog .topic-author-title {
  margin: 0 0 12px 0;
}
.author-topic-page .blog-listing-wrapper .post-listing .post-item span.important-bold {
  font-weight: normal;
  color: #333;
}



/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.hs_magazine_blog span.filter-link-count {
  display: inline-block; 
}
.hs_has_breadcrumb .body-container {
  padding: 0;
}
.hs_home_page.hs_has_breadcrumb .body-container {
  padding: 0;
}
small {
  font-size: 80%;
}
.responsive-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.responsive-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.case_stuy_blog .button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
}
#toc_container a {
  cursor: pointer;
}

/* Styles that do not fit into any of the available sections above can go here. */

.hs_magazine_blog_layout .section.post-body ul {
  margin: 0 0 40px 0;
  list-style: disc;
  color: #333;
  padding: 0 0 0 18px;
}
.hs_magazine_blog_layout .section.post-body ul li {
  margin: 8px 2px;
}
.hs_magazine_blog_layout .section.post-body h5 {
  margin: 40px 0 8px 0;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #000c15;
}

.hs_magazine_blog_layout .text-center {
  text-align: center;
}
.hs_magazine_blog_layout .post-body .btn {
  margin-bottom: 40px;
}
.hs_magazine_blog_layout .btn-mid {
  font-size: 1.6rem;
}

.hs_magazine_blog_layout .button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  position: relative;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #98cbff;
  background-image: linear-gradient(42deg, #98cbff 11%, #1a6dff 98%);
  color: #fff;
  border-radius: 4px;
  outline: none;
}
.hs_magazine_blog_layout .button::before,
.hs_magazine_blog_layout .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hs_magazine_blog_layout .button:hover {
  letter-spacing: 3px;
}
.hs_magazine_blog_layout .btn-gradation {
  display: inline-block;
  width: 300px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 27px;
  border-radius: 4px;
  background-image: linear-gradient(-90deg, #FF006E, #FFD500);
  transition: .6s;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
  background-size: 200%;
  max-width:100%;
}
.hs_magazine_blog_layout .section.post-body p:last-child {
  margin-bottom: 0;
}

.hs_magazine_blog_layout .case .button {
  background-color: #333;
  background-image: none;
}
.hs_magazine_blog_layout .box-info {
  margin: 0 0 40px 0;
  padding: 24px;
  background: #f4f6fa;
  border: solid 2px #e2e5e8;
}
.hs_magazine_blog_layout .box-default {
  margin: 0 0 40px 0;
  padding: 24px;
  border: solid 2px #e2e5e8;
}
.hs_magazine_blog_layout .case .button {
  background-color: #333;
  background-image: none;
  white-space: normal;
  max-width: 100%;
}
.hs_magazine_blog_layout .danger-under {
  border-bottom: solid 3px #ff0029;
}
.hs_magazine_blog_layout .success-bold {
  font-weight: bold;
  color: #0468ea;
}
.hs_magazine_blog_layout .alignnone, 
.hs_magazine_blog_layoutimg.alignnone {
  display: block;
}

.hs_magazine_blog_layout .section.post-body figure ul li {
  margin-bottom: 16px;
}
.hs_magazine_blog_layout .section.post-body figure {
  margin: 0;
}
.hs_magazine_blog_layout .section.post-body figure ul {
  padding: 0;
  list-style-position: inside;
}

span.filter-link-count {
  display: none;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1199px) {
  .case_stuy_blog .blog-content,
  .hs_full_width_page .main-content {
    padding: 0 32px;
  }
  .hs_videos_group h2.hs_head {
    padding: 0 46px;
  }
  .hs_news_blog .section.post-body table td img.aligncenter {
    padding-right: 16px !important;
  }


}

@media (max-width: 991px) {
  .hs_head_group .page-center {
    position: relative;
  }
  .hs_head_container {
    box-shadow: 0 2px 3px -3px rgba(0,0,0,0.3);
  }
  .hs_head_container .hs_head_logo {
    width: auto;
    max-width: 170px;
  }
  .custom-menu-primary.js-enabled,
  .hs_head_container .span9 {
    display: none;
  }
  .hs_menu_wrapper {
    background-color: #444546;
    display: none !important;
  }

  .remodal-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
  }
  .remodal-overlay {
    background: rgba(43,46,56,.9);
  }
  .remodal-wrapper {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
  }
  .remodal-overlay, 
  .remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .remodal-wrapper {
    padding: 16px;
  }
  .remodal, [data-remodal-id] {
    display: none;
  }
  .remodal {
    position: relative;
    outline: 0;
  }
  .remodal-is-initialized {
    display: inline-block;
  }
  .remodal {
    box-sizing: border-box;
    width: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #2b2e38;
    background: #fff;
  }
  .remodal, .remodal-wrapper:after {
    vertical-align: middle;
  }
  .modal-global-nav-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: visible;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #fff;
    border: 0;
    outline: 0;
    background: #9b8d77;
  }
  .remodal-close:before {
    font-family: 'ヒラギノ角ゴ ProN W3',"游ゴシック体","游ゴシック Medium","游ゴシック","メイリオ","Hiragino Kaku Gothic ProN",YuGothic,sans-serif !important;
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    content: "\00d7";
    text-align: center;
  }
  .remodal-close:focus, 
  .remodal-close:hover {
    color: #2b2e38;
  }
  #modal-global-nav-container {
    padding: 32px 16px 28px;
    background-color: #fff;
  }
  .modal-header-logo {
    margin: 16px 0;
    text-align: center;
  }
  .header-logo img, 
  .modal-header-logo img {
    max-height: 45px;
  }

  .remodal-wrapper ul {
    width: 100%;
  }
  .remodal-wrapper ul li {
    width: 100%;
    text-align: left;
  }
  .remodal-wrapper ul li a {
    display: block !important;
    padding: 16px 0;
    border-bottom: solid 1px #e2e5e8;
    color: #000c15;
    text-decoration: none;
  }
  .remodal-wrapper ul li a:hover {
    color: #b5b5b5;
    text-decoration: underline;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .hs_head_group .hs_fixed_head {
    padding: 0 8px;
  }
  .hs_fixed_head .hs_head_logo {
    width: auto;
    max-width: 170px;
    margin-top: -2px;
  }

  .remodal-overlay.remodal-is-closing,
  .remodal-overlay.remodal-is-opening {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }
  .remodal-overlay.remodal-is-opening {
    -webkit-animation-name: c;
    animation-name: c
  }
  .remodal-overlay.remodal-is-closing {
    -webkit-animation-name: d;
    animation-name: d
  }
  .remodal-wrapper {
    padding: 16px
  }
  .remodal {
    box-sizing: border-box;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .remodal.remodal-is-closing,
  .remodal.remodal-is-opening {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }
  .remodal.remodal-is-opening {
    -webkit-animation-name: a;
    animation-name: a
  }
  .remodal.remodal-is-closing {
    -webkit-animation-name: b;
    animation-name: b
  }
  .case_stuy_blog .blog-content,
  .hs_full_width_page .main-content {
    padding: 0 16px;
  }
  .hs_feature_plan_item {
    margin-bottom: 0;
  }
  .hs_feature_plan_img {
    text-align: right;
  }
  .hs_feature_plan_img img {
    width: 80%;
  }
  .hs_feature_plan_img+.hs_content {
    margin-top: 50px;
  }
  .hs_feature_plan_item .hs_btn_grp {
    width: 60%;
  }
  .hs_head_group .hs_fixed_head {
    padding-bottom: 2px;
  }
  .hs_videos_group h2.hs_head {
    padding: 0 35px;
  }

  .case_stuy_blog.hs-blog-post .blog-content {
    width: 100%;
    margin-bottom: 33px;
  }
  .hs_blog_addr_details {
    padding: 7px 0px 32px;
  }
  .case_stuy_blog.hs-blog-post .blog-sidebar {
    width: 100%;
  }
  .hs_banner_btn_grp span.hs_banner_btn {
    width: 30%;
  }
  .hs_rec_post_slider_wrap button.slick-prev.slick-arrow {
    left: -70px;
  }
  .hs_rec_post_slider_wrap button.slick-next.slick-arrow {
    right: -40px;
  }



}
/*============ End 991px */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  .mobile-trigger {
    right: 3px;
  }

}

@media (max-width: 780px) {
  .hs_feature_plan_items {
    padding: 46px 0px 0;
  }
  .hs_feature_plan_items .hs_cont_wrap {
    padding: 0 10px;
  }
  .hs_feature_plan_item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: -43px;
  }
  .hs_function_grp .hs_feature_plan_item .hs_img_wrap,
  .hs_function_grp .hs_feature_plan_item .hs_cont_wrap,
  div#cyzenの管理者機能 .hs_feature_plan_item .hs_cont_wrap,
  div#cyzenの管理者機能 .hs_feature_plan_item .hs_img_wrap,
  .hs_feature_plan_item .hs_img_wrap,
  .hs_feature_plan_item .hs_cont_wrap {
    width: 100%;
  }
  .hs_feature_plan_item .hs_img_wrap {
    padding-top: 75px;
  }
  .hs_feature_plan_item .hs_img_wrap img {
    max-width: 350px !important;
    width: 100%;
  }
  .hs_function_grp .hs_feature_plan_item .hs_img_wrap img,
  div#cyzenの管理者機能 .hs_feature_plan_item .hs_img_wrap img {
    max-width: 500px !important;
  }
  .hs_function_grp .hs_feature_plan_item .hs_img_wrap,
  div#cyzenの管理者機能 .hs_feature_plan_item .hs_img_wrap {
    padding-top: 25px;
  }
  .hs_feature_plan_top_cont {
    padding-left: 0;
  }
  .hs_feature_plan_top_cont img {
    max-width: 400px;
    margin: 0 0 45px;
  }
  .hs_function_grp .hs_feature_plan_item h2.hs_title {
    display: inline-block;
    padding-top: 70px;
  }
  .hs_feature_plan_img {
    display: inline-block;
    margin: 10px 25px 0 0;
  }
  .hs_feature_plan_img img {
    width: 100%;
    max-width: 400px;
    margin: 0;
  }
  .hs_feature_plan_img+.hs_content {
    margin-top: 40px;
    overflow: hidden;
    width: 100%;
  }
  .hs_function_grp .hs_feature_plan_item .hs_img_wrap {
    padding-top: 55px;
  }
  .hs_function_grp .hs_feature_plan_item .hs_img_wrap img {
    margin-left: 0;
  }
  .hs_feature_plan_img img {
    width: 100%;
    max-width: 400px;
    margin: 0;
  }
  .hs_feature_plan_img img.img2 {
    max-width: 258px;
  }
  .hs_2col_equ_w_img_item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs_2col_equ_w_img_item .hs_cont_wrap,
  .hs_2col_equ_w_img_item .hs_img_wrap {
    width: 100%;
    padding: 0;
  }
  .hs_2col_equ_w_img_item .hs_cont_wrap {
    padding: 0 0 70px 10px;
  }
  .hs_basic_fun_of_cyzen_grp {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs_basic_fun_of_cyzen_img {
    width: 100%;
  }
  .hs_basic_fun_of_cyzen_cont {
    width: 100%;
    margin: 85px 0 0;
  }
  .hs_2col_equ_items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs_2col_equ_item {
    width: 100%;
    margin: 0 0 30px;
  }
  .hs_2col_equ_group h2.hs_title.no_title {
    display: none;
  }
  .hs_feature_plan_item .hs_btn_grp a.hs_btn_gray {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }






}


@media(min-width: 768px) {
  .visible_phone {
    display: none !importantf
  }
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  /* One Line Inputs */
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    width: 100%;
    max-width: 100%;
  }
  .hs-blog-post .case .flex_test-item{
    width:100%;
  }
  .mobile-trigger {
    right: 8px;
  }
  .hs_head_container .hs_head_logo {
    margin-left: -7px !important;
  }
  .header-phone {
    position: absolute;
    top: 50%;
    right: 48px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
  }
  .header-phone span.tell-number i.fa {
    font-size: 42px;
    font-size: 4.2rem;
    color: #b5b5b5;
  }
  .hs_fixed_head .mobile-trigger {
    right: 0;
  }
  .hs_fixed_head .header-phone {
    right: 40px;
  }
  .footer_btn {
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 100% !important;
    padding: 0 10px;
    z-index: 99;
  }
  .footer_btn p {
    margin: 0;
    padding: 0;
    line-height: normal;
  }
  .footer_btn a.hs_trial_cta,
  .footer_btn p a#tel {
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    display: block;
    background: #e2041b;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 5px;
    border-bottom: 3px solid #b50316;
    padding-top: 3px;
  }
  .hs_foo_container .hs_foo_inner {
    padding: 32px 0 14px;
  }
  .hs_foo_container .span4.widget-span {
    width: calc(100% - 2.8%);
    margin-left: 2.8%;
    padding: 0 0 0 26px;
  }
  .hs_foo_container .hs_foo_menu.hs_menu_1 {
    padding-bottom: 16px;
  }
  .hs_foo_social_share ul li a span {
    display: none;
  }
  .hs_foo_social_share ul li a:hover i.fa {
    color: #fff;
  }
  .hs_foo_menu .hs-menu-wrapper>ul>li>a {
    display: inline-block !important;
  }
  .hs_breadcrumb_grp {
    padding: 0px 16px 8px;
  }
  .case_stuy_blog .row-fluid .content-wrapper>div,
  .hs_full_width_page .row-fluid .content-wrapper>div {
    border: 0;
    border-radius: 0;
  }
  .hs_full_width_page .hs_cos_wrapper_type_header {
    padding: 0 0 8px;
  }
  .hs_seminar_info_items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs_seminar_info_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .hs_seminar_info_item+.hs_seminar_info_item {
    margin-bottom: 0;
  }
  .hs_seminar_info_list_inner {
    padding-bottom: 34px;
  }
  .hs_feature_plan_top_cont img {
    width: 100%;
  }

  .hs_head_container {
    padding-left: 15px;
  }
  .hs_usage_fee_pric_tab_items {
    padding: 0px;
  }
  .hs_services_dev_grp .hs_usage_fee_pric_tab_item,
  .hs_usage_fee_pric_tab_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .hs_usage_fee_pric_tab_grp .hs_cont_wrap ul li {
    line-height: 18.5px;
  }
  .hs_usage_fee_pric_tab_grp .hs_pop {
    margin-top: 0;
  }
  .hs_services_dev_grp {
    padding-bottom: 0;
  }
  .hs_services_dev_grp .hs_usage_fee_pric_b_cont {
    padding-bottom: 13px;
  }
  .hs-blog-header {
    padding: 5px 0 8px;
  }
  .post-listing .post-items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs_videos_items .hs-item-empty,
  .post-items .post-item-empty {
    display: none;
  }
  .hs_videos_item,
  .post-listing .post-items .post-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .hs_videos_group h2.hs_head {
    padding: 0;
  }
  .hs_videos_items {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin-bottom: 0;
  }
  .hs_video_cont {
    padding: 0 10px;
  }
  .hs_video_cont h4.hs_title {
    margin: 0 0 0.3em;
    line-height: 20px;
  }
  .hs_videos_grp_inner.hs_row_2 {
    padding-bottom: 0;
  }
  .hs_row_2 .hs_videos_items {
    margin-bottom: 20px;
  }
  .hs_row_2 .hs_videos_items:last-child {
    margin-bottom: 5px;
  }
  .hs_featured_image_wrap {
    margin: 0;
  } 
  .case_stuy_blog.hs-blog-post .blog-content {
    border: 0;
    border-radius: 0;
  }
  .section.post-header {
    padding-top: 0;
  }
  .hs_blog_addr_title {
    line-height: 1.42857143;
  } 
  .hs_blog_addr_details .hs_blog_cont_info {
    width: 100%;
    margin-bottom: 20px;
  }
  .hs_blog_addr_details .hs_blog_addr_cta {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .hs_blog_addr_details {
    padding: 7px 0px 16px;
  }
  .case_stuy_blog.hs-blog-post .blog-sidebar {
    padding: 0 16px 64px;
  }
  .hs_banner_btn_grp span.hs_banner_btn {
    width: 60%;
  }
  .benefit-box-icon {
    margin: 0 auto 32px;
    max-width: 350px;
  }
  .hs_staff_behavior_item {
    margin: 0 0 32px;
  }
  .hs_home_row_3 .hs_cos_wrapper_type_module {
    width: 100%;
  }
  .hs_home_row_4 {
    padding: 40px 10px;
  }
  .hs_home_row_4 .row-fluid .page-center {
    padding: 0;
  }
  h2.hs_rec_post_slider_head {
    margin: 0 0 20px;
  }
  p.hs_rec_post_slider_subhead {
    margin: 0 0 30px;
  }
  .hs_rec_post_slider_items .slider_box {
    padding: 40px 10px;
  }
  .hs_rec_post_slider_wrap {
    width: 70%;
    margin: 0 auto !important;
  }
  .hs_rec_post_slider_wrap button.slick-prev.slick-arrow {
    left: -40px;
  }
  .hs_rec_post_slider_wrap .img_area img {
    object-fit: cover;
    object-position: bottom;
    height: 160px;
    width: 100%;
  }
  .hs_rec_post_slider_wrap button.slick-prev.slick-arrow {
    left: -35px;
  }
  .hs_rec_post_slider_wrap button.slick-next.slick-arrow {
    right: -35px;
  }
  .hs_rec_post_slider_wrap ul.slick-dots {
    bottom: -25px;
    left: auto;
  }
  .hs_rec_post_button_grp {
    margin-top: 55px;
  }
  .product-message {
    right: 0;
    left: 0;
  }
  .hs_banner_area_parallax span.hs_banner_btn {
    width: 80%;
  }
  .hs_plane_pric_tab_grp {
    padding: 20px 0;
  }
  .hs_plane_pric_tab_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .hs_plane_pric_tab_item.hs_pop {
    margin-top: 0;
  }
  .hs_plane_pric_tab_grp .hs_usage_fee_pric_b_cont {
    padding: 0 0 10px;
  }
  .hs_2col_con_w_cta_head h2 {
    margin: 32px 0 16px;
    font-size: 20px;
    font-size: 2.0rem;
  }
  .hs_rec_post_b_button_grp span {
    width: 83%;
  }
  .hs_feature_plan_item .hs_btn_grp {
    width: 80%;
  }
  .hs_feature_plan_item .hs_btn_grp a.hs_btn_gray {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .hs_rec_post_slider_wrap .slick-slide {
    margin-right: 0;
  }
  .hs_post_pagination_wrap .hs_post_pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs_post_pagination>div {
    width: 100%;
  }


}  
/*============= 767px End */
@media screen and (max-width: 767px){
  .hs_magazine_blog .body-container {
    padding-bottom: 32px;
  }
  .hs_magazine_blog h1.hs_magazine_b_title {
    font-size: 28px;
  }
  .hs_magazine_blog h1.hs_magazine_b_title span {
    font-size: 14px;
  }
  .hs_magazine_blog h1.hs_magazine_b_title span br {
    display: none;
  }

  .hs_magazine_blog.hs-blog-post .blog-content {
    border: 0;
  }
  .hs_magazine_blog.hs-blog-post .related-post-wrp,
  .hs_magazine_blog.hs-blog-post .author-profile-wrp,
  .hs_magazine_blog.hs-blog-post .blog-post-wrapper .post-body,
  .hs_magazine_blog.hs-blog-post .section.post-header,
  .hs_magazine_blog.hs-blog-post .hs_blog_addr_details{
    padding-left: 0;
    padding-right: 0;
  }
  .hs_magazine_blog .hs_blog_addr_details>.row-fluid-wrapper>.row-fluid {
    display: block;
  }
  .hs_magazine_blog.hs-blog-post .hs_blog_addr_details .hs_blog_addr_cta {
    padding-left: 0;
  }
  .hs_magazine_blog .related-post-inner {
    display: block;
    text-align: center;
  }
  .hs_magazine_blog .related-post-items-content {
    width: 100%;
    margin: 0 auto 20px;
  }
  .hs_magazine_blog .post-item-content {
    padding: 8px 16px 64px 16px;
  }
  .hs_magazine_blog.hs-blog-listing.hs-author-page .blog-listing-wrapper .post-listing .post-item{
    margin: 0 8px 32px 8px;
  }
  .topic-author-title {
    margin: 8px 8px 16px 8px;
  }
  .hs_magazine_blog .read-more {
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;
    text-align: center;
  }
  .hs_magazine_blog.hs-blog-listing .read-more a {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .author-topic-page .blog-content > div {
    margin: 0 -15px;
  }
  .custom-top-seciton-bottom-section-group {
    border: 0;
    border-radius: 0;
  }
  .hs-404-error-page .body-container {
    padding: 31px 0 64px !important;
  }
  .custom-404-top-content,
  .custom-404-bottom-section{
    padding-left:0;
    padding-right:0;
  }
  .custom-404-top-content{
    padding:8px 0;
  }
  .custom-404-top-content p {
    margin: 0;
    line-height: 2;
  }
  .custom-bottom-section-content h2 {
    font-size: 2.0rem;
  }
  .hs-404-error-page .hs_sbar_contact_info {
    margin-bottom: 0;
  }
  .topic-by-post-items-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .topic-by-post-items-wrp .item {
    display: block;
    padding-bottom: 15px;
    width: 100%;
  }
  .topic-by-post-items-wrp .item .img-area {
    width: 150px;
    float: left;
  }
  .topic-by-post-items-wrp .item .img-area img {
    margin: 0;
    padding-right: 10px;
  }
  a.topic-by-post-link {
    font-size: 16px;
    width: 90%;
    padding: 25px 40px 25px 20px;
  }
  .hs_magazine_blog.hs_news_blog .section.post-body img {
    margin-right: 0 !important;
    margin-left: 0 !important;
    float: none;
    display: block;
  }
  .section.post-body h2 {
    font-size: 2.0rem;
  }
  .author-topic-page .blog-listing-wrapper .post-listing {
    padding: 0 15px;
  }
  .author-topic-page .blog-listing-wrapper .post-listing .post-item {
    margin: 0 8px 32px 8px;
  }
  .hs-blog-post .case .flex_test-box {
    display: inline-block;
  }


}



@media(max-width: 750px) {
  .case_stuy_blog.hs-blog-post .blog-content {
    padding: 0;
  }
  .case_stuy_blog.hs-blog-post .blog-sidebar {
    padding: 0 0px 64px;
  }
}



@media(max-width: 739px) {
  .hs_foo_container .span4.widget-span {
    width: 100%;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .hs_foo_container .hs_foo_menu.hs_menu_1 {
    padding-bottom: 16px;
  }
  .hs_foo_social_share .page-center {
    padding: 0 !important;
  }
  .hs_head_container {
    padding-left: 0;
  }
  .hs_fixed_head .row-fluid .page-center {
    padding: 0;
  }
  .case_stuy_blog .blog-content,
  .hs_full_width_page .main-content {
    padding: 0 1px;
  }
  .hs_home_banner_grp {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 380px;
    padding: 0 10px;
  }
  .hs_home_banner_img_wrap {
    visibility: hidden;
  }





}

@media(max-width: 600px) {
  .hs_home_banner_head h2.hs_banner_title {
    font-size: 2.4rem;
  }
  .hs_home_banner_head_wrap {
    left: 0;
  }

}
@media(max-width: 991px) and (max-height: 540px) {
  .remodal {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
  }

}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .hs_2col_equ_group table th,
  .hs_2col_equ_group table td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .hs_2col_equ_group table tr:first-child th {
    border-top: 1px solid #ddd;
  }
  .hs_home_banner_head h2.hs_banner_title {
    font-size: 1.5rem;
  }
  .hs_home_banner_head p.hs_banner_subtitle {
    font-size: 1.5rem;
  }
  .hs_banner_btn_grp span.hs_banner_btn {
    width: 80%;
  }
  .hs_home_row_3 {
    padding: 33px 8px 40px;
  }
  .hs-blog-post .case .button {
    width: 270px; 
  }
  .hs_magazine_blog .author-profile {
    display: block;
  }
  .hs_magazine_blog .author-profile .txt-area {
    padding: 0;
  }
  .hs_magazine_blog .author-profile .img-area {
    width: 100%;
    margin-bottom: 20px;
  }


}
@media (max-width: 380px) {
  .hs_blog_addr_details .hs_blog_cont_info {
    font-size: 32px;
  }
  .footer_btn a.hs_trial_cta,
  .footer_btn p a#tel {
    font-size: 1em;
  }

}

@-webkit-keyframes scroll-nav-fadein {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@keyframes scroll-nav-fadein {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

/*
ブログ内吹き出し
*/

/* 吹き出し本体 */
.balloon1{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #444444;
  background-color: #E5E3E5;
  margin-left: 110px;          /* 左に余白を設ける */
}
/* 画像 - 絶対配置で左上に配置 */
.balloon1 .icon{
  position: absolute;
  left: -110px;
  top: 0;
}
/* 三角アイコン */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #E5E3E5;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 吹き出し本体 */
.balloon2{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #444444;
  background-color: #E9ECF7;
  margin-right: 110px;          /* 右に余白を設ける */
}
/* 画像 - 絶対配置で右上に配置 */
.balloon2 .icon{
  position: absolute;
  right: -110px;
  top: 0;
}
/* 三角アイコン */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #E9ECF7;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}