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

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

/* 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.com/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.com/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: 16px;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  line-height: 1.7rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 1rem;
  color: #425563;
  background: #ffffff;
  font-size: 100%;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 20px;
  word-break: break-all;
}

.container-fluid .row-fluid .page-center.-max-width-s{
  max-width: 1000px;
}


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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup {
  vertical-align: super;
  font-size: smaller;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {}
h2 {
  position: relative;
  display: block;
  margin: 0px 0px 32px;
  padding: 0px;
  padding-left: 30px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36.4px;
  line-height: 2.275rem;
  font-weight: normal;

}

h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 0.9em;
  top: 0.1em;
  left: 0px;
  background: #00afd7;
  transform-origin: left bottom;
  transform: skewX(-39deg);
}
.contents * + h3{
  margin-top: 42px;
}

.contents * + h2{
  margin-top: 64px;
}

.contents * + h4 {
  margin-top: 32px;
}

.contents h1 + *, .contents h2 + *, .contents h3 + *, .contents h4 + *, .contents h5 + *, .contents h6 + *{
  margin-top:0 !important;
}


h3 {
  position: relative;
  margin: 0px 0px 16px;
  padding: 0px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-top: 42px;
  margin-top:0;
}



h4 {
  clear: both;
  display: block;
  margin: 0px 0px 16px;
  padding: 0px;
  font-size: 1.125rem;
  line-height: 1.4625rem;
  margin-top: 32px;
}
h5 {
  line-height: 1.9125rem;
  font-weight: bold;
  font-size: 1.125rem;
  margin: 16px 0 0;
}
h6 {}

/* Anchor Links */
a { 
  color: #00afd7;
  text-decoration:none;
  position:relative;
}

a:before{
  content: "";
  display: block;
  position: absolute;
  bottom: -0.15em;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #00afd7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

a:hover:before{ 
  -webkit-transform: scale(1);
  transform: scale(1);
}

a.noborder:before{
  content:none;
}

a.hover{
  transition: opacity 0.2s, transform 800ms;
}
a.hover:hover{
  opacity: 0.7;
}

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

p {
  margin-top: 0;
  margin-bottom:0;
}
P + p{
  margin-top: 16px;
}


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

.header-container-wrapper {}
.header-container {}

.custom-header {
  position: fixed;
  width: 100% !important;
  height: 100px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  -webkit-transition: height 400ms;
  transition: height 400ms;
}

.custom-logo {
  position: absolute;
  width: 20% !important;
  max-width: 240px;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 50;
  -webkit-transition: -webkit-transform 400ms, max-width 400ms;
  transition: transform 400ms, max-width 400ms;
}

.widget-span.custom-header .page-center {
  padding: 0px 20px;
  position: relative;
  height: 100px;
  -webkit-transition: height 400ms;
  transition: height 400ms;
}

.custom-menu-top {
  position: absolute;
  bottom: 57px;
  right: 120px;/*calc((100% - 40px) * 0.16 + 20px);*/
  z-index: 35;
  -webkit-transition: right 400ms;
  transition: right 400ms;
  text-align: right;
  width: auto !important;
}

.custom-menu-top .hs-menu-wrapper > ul > li>a {
  color: #425563;
  position: relative;
  display: inline-block;
}

.custom-menu-top .hs-menu-wrapper > ul > li {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15.4px;
  line-height: 0.9625rem;
}

.custom-menu-top .hs-menu-wrapper > ul > li+li {
  position: relative;
  margin-left: 17px;
}

.custom-menu-top .hs-menu-wrapper > ul > li+li:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  left: -8px;
  top: 50%;
  margin-top: -0.5em;
  background: #425563;
}

.custom-menu-top .hs-menu-wrapper > ul > li>a:before {
  background: #425563;
}

.custom-logo a {
  display: block;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}

.custom-logo a:before {
  display: none;
}

.custom-menu-primary {
  position: absolute;
  width: 100% !important;
  bottom: 0px;
  left: 0px;
  z-index: 30;
  margin: 0 !important;
}

.custom-header-img {
  position: absolute;
  right: 20px;
  top: 50%;
  /*width: calc((100% - 40px) * 0.16) !important;*/
  width: 85px !important;
  padding-left: 18px;
  -webkit-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 0 !important;
}

.custom-header-img:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 110%;
  left: 0;
  top: 50%;
  background: #536876;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-header-img img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  transition: 400ms;
  border: 0px;
}

.custom-header-button-group {
  position: absolute;
  top: 46px;
  right: 120px;
  width: 254px !important;
  z-index: 40;
  -webkit-transition: top 400ms, right 400ms, -webkit-transform 400ms;
  transition: top 400ms, right 400ms, transform 400ms;
  margin-left: 0 !important;
}

.custom-header-button-group a {
  display: block;
  width: 100%;
  height: 36px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 36px;
  color: #ffffff;
  background: #00afd7;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
.custom-header-button-group a:before {
  content: none;
}
.custom-header-button-group a:hover {
  opacity: 0.7;
}
/*
.custom-header-contact, .custom-header-mailmagazine {
  position: absolute;
  top: 46px;
  right: 22%;calc((100% - 40px) * 0.16 + 20px);
  width: 13% !important;
  max-width: 6.4em;
  z-index: 40;
  -webkit-transition: top 400ms, right 400ms, -webkit-transform 400ms;
  transition: top 400ms, right 400ms, transform 400ms;
  margin-left: 0 !important;
}
*/
.custom-header-button-group .custom-header-contact {
  width: 40%;
}
.custom-header-button-group .custom-header-mailmagazine {
  width: 56%;
  float: right;
}

.custom-header-mailmagazine a {
  background: #06789d;
}


.custom-header-top-menu ul {
  margin-left: 22%;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  display: block;
}

.custom-header-top-menu ul li {
  position: relative;
  display: inline-block;
}

.custom-header-top-menu ul li a {
  display: table;
  width: 100%;
  height: 70px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 19.8px;
  line-height: 1.2375rem;
  font-weight: bold;
  color: #425563;
  -webkit-transition: background 400ms, height 400ms;
  transition: background 400ms, height 400ms;
}

.custom-header-top-menu ul li a:before {
  content: none;
}

.custom-header-top-menu ul li a * {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
}

.custom-header-top-menu ul li a:hover{
  background: rgba(0, 0, 0, 0.1);
}


.custom_header_fixed .custom-header-top-menu ul li a {
  height: 50px;
}

.custom-header-top-menu ul li.active > a{
  color: #00afd7;
}

/* start mega menu */

.megamenu {
  position: fixed;
  top: 100px;
  left: 0px;
  width: 100%;
  min-height: 60px;
  background: #00afd7;
  -webkit-transition: -webkit-transform 400ms, opacity 400ms, top 400ms, visibility 0ms 400ms;
  transition: transform 400ms, opacity 400ms, top 400ms, visibility 0ms 400ms;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  opacity: 0;
  overflow: hidden;
  z-index: 450;
  visibility: hidden;
}

.megamenu.view {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 400ms, opacity 400ms, top 400ms, visibility 0ms;
  transition: transform 400ms, opacity 400ms, top 400ms, visibility 0ms;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.megamenu .panel {
  width: 100%;
  -webkit-transition: -webkit-transform 500ms 300ms, opacity 500ms 300ms;
  transition: transform 500ms 300ms, opacity 500ms 300ms;
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.megamenu .panel .headding {
  background: none center center;
  background-size: cover;
}

.megamenu .panel .headding > div {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
  height: 120px;
}
.megamenu .panel .headding a {
  position: absolute;
  top: 50%;
  margin-left: 40px;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.megamenu .panel .headding a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.15em;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #00afd7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.megamenu .panel .headding a:hover:before{
  -webkit-transform: scale(1);
  transform: scale(1);
}

.megamenu .panel .headding a:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: -40px;
  top: 50%;
  margin-top: -15px;
  background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/arrow.svg) no-repeat center center #00afd7;
  background-size: 10px auto;
  border-radius: 50%;
}
.megamenu .panel .body {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 36px 20px;
}

.megamenu .panel .body ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-right: -5px;
  margin-bottom: -20px;
  padding-bottom: 36px;
  font-size: 0;
  line-height: 0;
}

.megamenu .panel .body ul li {
  display: inline-block;
  width: calc((100% - 5px) / 4);
  margin-bottom: 20px;
  vertical-align: top;
}

.megamenu .panel .body ul.col3 li {
  width: calc((100% - 5px) / 3);
}

.megamenu .panel .body ul li a {
  display: inline-block;
  position: relative;
  margin-left: 40px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.megamenu .panel .body ul li a:before {
  background: #ffffff;

}

.megamenu .panel .body ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: -24px;
  top: 50%;
  margin-top: -8.5px;
  background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/arrowc.svg) no-repeat center center #ffffff;
  border-radius: 50%;
}

.custom_header_fixed .megamenu {
  top: 50px;
}

.megamenu .panel .body ul + ul {
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.megamenu .blankicon {
  background-image: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/blankw.png);
}

.blankicon {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  top: -2px;
  margin: 0px 4px;
  padding: 0px !important;
  text-indent: -10000px;
  background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/blank.png) no-repeat left top;
  vertical-align: middle;
  overflow: hidden;
}

.megamenu .panel .body ul:last-child {
  padding-bottom: 0px;
}

.megamenu.megamenu-1 .panel .body ul.col3 li {
  width: 100%;
  vertical-align: top;
}
/* =============== Content =============== */

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

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

/* start Bnaner area */
.cm-banner {
  position: relative;
  min-height: 300px;
  background: none no-repeat center center #00afd7;
  background-size: cover;
  margin-top: -1px;
  background-position: center 0px;
}

.cm-banner:before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0px;
  right: 55%;
  background: rgba(0, 175, 215, 0.9);
  -webkit-transform: skewX(-39deg);
  transform: skewX(-39deg);
}

.cm-banner .page-center {
  position: absolute;
  width: 100%;
  padding: 0px 20px !important;
  top: calc((100% + 100px) / 2);
  right: 50%;
  font-size: 2.5rem;
  line-height: 3.25rem;
  color: #ffffff;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.cm-banner h1 {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
  color: #ffffff;
}
/* start Bnaner area */

/* start of inner page */
.custom-one-inner-section .page-center {
  max-width: 1000px !important;
}

.custom-one-inner-top p {
  font-size: 1.75rem;
  line-height: 2.275rem;
  font-weight: normal;
}

.custom-one-inner-top blockquote p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: 500;
}

.cm-breadcrumb-wrap {
  height: 31px;
}


.custom-one-inner-top .hs_cos_wrapper_type_module {
  clear: both;
  display: block;
  margin: 0px 0px 32px;
  padding: 0px;
}

.contents img {
  padding: 0px 20px;
}

.contents .table {
  padding-left: 20px;
  overflow-x: auto;
}

.contents .table table {
  border-collapse: collapse;
  empty-cells: show;
}

.contents .table table th,
.contents .table thead th,
.contents .table .format table td,
.contents .format .table table td{
  padding: 20px 12px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: normal;
  border: 1px solid #425563;
}



.contents .table table td {
  padding: 20px;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: normal;
  color: #425563;
  background: #ffffff;
  border: 1px solid #425563;
}

.contents .table table thead th ,
.contents .table table tbody th{
  background: #f4f5f6;
  color: #425563;
}

.contents .table.table-dark thead th{
  color: #ffffff;
  background: #425563;
}

.contents .table.table-light thead th ,
.contents .table.table-light thead th{
  color: #425563;
  background: #f4f5f6;
}



.body-container-wrapper {
  padding-bottom: 140px;
}

img.image-center {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 16px;
}

.contents * + .table{
  margin-top: 32px;
}

.table.table-dark table thead th:not(:last-child),
.contents .table .format table thead td:not(:last-child),
.contents .format .table table thead td:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.table.table-light table thead th:not(:last-child),
.contents .table .format table thead td:not(:last-child),
.contents .format .table table thead td:not(:last-child) {
  border-right: 1px solid #425563;
}

.serviceconsultingsaqpackage .custom-one-inner-top {
  display: none;
}

.contents .table table .top {
  vertical-align: top;
}

.serviceconsultingsaqpackage .contents .table table td:last-child.center {
  text-align: center;
}

.contents h1 {
  clear: both;
  display: block;
  margin: 0px 0px 50px;
  padding: 0px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36.4px;
  line-height: 2.275rem;
  font-weight: normal;
}
.contents img.mt-image-center {
  padding: 0;
  margin-bottom: 4px;
}

.contents .table {
  margin-top: 32px;
}

.contents .format table td, td ,th {
  font-size: 16px;
  font-size: 1rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;  
  white-space: normal;
}

table th {
  font-weight:normal;
}

.hs_report_post table.sp-table-style-none td {
  line-height: 1.4;
}

.contents img.mt-image-none {
  padding: 0;
  margin-bottom: 8px;
}
.contents img.center {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 32px;
  padding:0;
}

.serviceconsultingasv .image-left {
  margin-top: 32px;
}

.image-left {
  margin-top: 32px;
}

.contents .image.floatright {
  float: right;
  margin-left: 32px;
  margin-bottom: 1em;
}

.imagebox {
  display: table;
  width: 100%;
}

.imagebox > * {
  display: table-cell;
  height: 100%;
  text-align: left;
  vertical-align: top;
}

.imagebox > * + * {
  padding: 0px 20px;
  padding-left: 32px;
  width: 194.4px;
}

.imagebox .image img {
  padding: 0;
}

.body-container-wrapper ol {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  counter-reset: number;
  margin-top: 16px;
}

.privacy .body-container-wrapper li p {
  margin-top: 16px !important;
}

.body-container-wrapper ol > li p {}

dl { 
  margin: 0px;
  padding: 0px;
}

.header-container-wrapper ul, .header-container-wrapper ol,
.footer-container-wrapper ul, .footer-container-wrapper ol,{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.body-container-wrapper ol ol.listNumber {
  margin-top: 16px;
}

.privacy .body-container-wrapper ol  ol {
  margin: 0;
}

.body-container-wrapper ol + p {
  margin-top: 16px;
}

.body-container-wrapper ol > li {
  margin-left: 1.2em;
  text-indent: -1.1em;
}

.body-container-wrapper ol > li:before {
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  margin-right: 0.3em;
  text-indent: 0;
}

.body-container-wrapper ol > li + li {
  margin-top: 4px;
}
.serviceconsultingsaq .contents img.center{
  margin-top:32px;
}

.privacy .hs-one-collayout-sec1-flex {
  padding-top: 0;
}

.body-container-wrapper ol > li > * {
  text-indent: 0;
}

.case-stdy h2 {
  margin-top: 64px;
}

.caselist > div {
  margin: 0px -5px 0px -30px;
}

.caselist a {
  position: relative;
  display: block;
  float: left;
  width: calc((100% - 95px) / 3);
  margin-left: 30px;
  margin-bottom: 0;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.caselist a .case-logo {
  position: relative;
  display: block;
  padding-top: 54%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  overflow: hidden;
}

.caselist a:hover .case-logo {
  opacity: 0.7;
}

.caselist a .case-logo img {
  position: absolute;
  display: block;
  max-width: 80%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}

.caselist a .title {
  display: block;
  padding: 0px 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  color: #425563;
  font-weight: bold;
}

.caselist a .about {
  display: block;
  padding: 10px 20px 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  color: #425563;
}

.serviceconsultingciscontrols .contents img.mt-image-center {
  margin-top: 32px;
  padding: 0 20px;
  margin-bottom: 0;
}

ul.linklist {
  margin-bottom: 0;
  padding: 0;
}

ul.linklist li {
  display: block;
  margin-left: 0px;
  text-indent: 0px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
}

ul.linklist li a {
  margin-left: 40px;
}

ul.linklist li + li {
  margin-top: 15px;
}

ul.linklist li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.15em;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #00afd7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
ul.linklist li a:hover:before{
  -webkit-transform: scale(1);
  transform: scale(1);
} 

.pdficon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 17px;
  top: -2px;
  margin: 0px 8px;
  padding: 0px !important;
  text-indent: -10000px;
  background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/pdficon.png) no-repeat left top;
  vertical-align: middle;
  overflow: hidden;
}
.linklist a:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: -24px;
  top: 0.65rem;
  margin-top: -7.5px;
  background: url(../images/arrow.svg) no-repeat center center #00afd7;
  border-radius: 50%;
}

img.alignright {
  float: right;
  padding: 0;
}

img.custom-alignright{
  margin-right: -20px;
  margin-top: -45px;
  display: block;
  width: auto;
  height: 120px;
}

.servicelearningcissptraining .table {
  /*   margin-bottom: 16px; */
}

.contents .table table p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
}

.sky-btn-wrap {
  text-align: center;
}

.sky-btn-wrap > div {
  display: inline-block;
  width: calc((100% - 65px) / 3);
}

.sky-btn-wrap > div > a.sky-btn {
  width: 100%;
}

.sky-btn-wrap > div + div {
  margin-left: 30px;
}

@media (max-width: 767px){
  .sky-btn-wrap > div {
    display: block;
    width: 100%;
  }
  .sky-btn-wrap > div + div {
    margin-left: 0;
  } 

  .sky-btn-wrap a.sky-btn {
    margin-top: 20px;
  }
}

a.sky-btn {
  text-align: center;
  margin-right: -5px;
  width: calc((100% - 65px) / 3);
  display: table;
  /* width: 100%; */
  height: 110px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #ffffff;
  font-weight: bold;
  background: #00afd7;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 64px;
}

a.sky-btn >span {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 10px 18px;
}

a.sky-btn:before {
  display: none;
}

a.sky-btn:hover {
  opacity: 0.7;
}


.cm-banner h6 {
  margin: 0;
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: normal;
}

.servicelearningfaq .body-container-wrapper ol {
  margin-top: 0;
}


.serviceassessmentfirewallpolicy .body-container-wrapper ol ul li {
  margin-left: 14px;
  text-indent: -14px;
}

.serviceassessmentfirewallpolicy .body-container ol ul {
  margin: 0;
}

img.img-center {
  padding: 0;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 32px;
}


img.img-center:first-child {
  margin-top: 0;
}

.custom-imagebox {
  display: table;
  width: 100%;
  margin-top: 32px;
}

.custom-imagebox > * {
  display: table-cell;
  height: 100%;
  text-align: left;
  vertical-align: top;
  padding: 0 20px;
}

.custom-imagebox img {
  padding: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

.custom-imagebox > * + * {
  padding-left: 32px;
}

.custom-imagebox .image {
  width: 144px;
}

.custom-imagebox.-large .image {
  width: 260px;
}

.custom-imagebox.-image-auto-resize .image {
  width: 20%;
}

.custom-imagebox.-image-auto-resize.-small .image {
  width: 15%;
}

.custom-imagebox.-image-auto-resize2 .image {
  width: 25%;
}

.custom-imagebox .custom-text > :first-child {
  margin-top: 0;
}

.custom-imagebox-wrapper-col2 {
  margin-left: -64px;
  margin-right: -4px;
}

.custom-imagebox-wrapper-col2:after {
  content: "";
  display: block;
  clear: both;
}

.custom-imagebox-wrapper-col2 > * {
  width: calc((100% - 64px * 2 - 4px) / 2);
  float: left;
  margin-bottom: 64px;
  margin-left: 64px;
}

.custom-imagebox-wrapper-col2 .custom-imagebox {
  margin-top: 0;
}

.custom-imagebox-wrapper-col2 .custom-imagebox .image {
  width: 120px;
}

.contents h5 {
  line-height: 1.1rem;
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}

.servicemsstripwireservice1 .body-container ul {
  margin: 0;
}

.serviceconsultingsoar .custom-one-inner-top {
  margin-bottom: 18px;
}

.lineup {
  margin-top: 64px;
}

.lineup dl {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.lineup dl dt {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
}

.lineup dd {
  margin: 0px;
}

.lineup dd ul {
  margin: 0px -5px -4px -8px;
  overflow: hidden;
  padding: 0px;
  list-style: none;
}

.lineup dd ul li {
  float: left;
  position: relative;
  display: table;
  width: calc((100% - 21px) / 2);
  table-layout: fixed;
  margin-left: 8px;
  margin-bottom: 4px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/border.png);
}

.lineup dd ul li a {
  position: relative;
  padding: 15px 15px 15px 40px;
  color: #425563;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}

.lineup dd ul li > * {
  display: table-cell;
  height: 100%;
  text-align: left;
  vertical-align: middle;
}

.lineup dd ul li a:hover {
  opacity: 0.7;
}

.lineup dd ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 16px;
  top: 50%;
  margin-top: -7.5px;
  background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/arrow.svg) no-repeat center center #00afd7;
  border-radius: 50%;
  transform: none;
}

.lineup dd ul li:before {
  display: none;
}

.lineup dd ul li + li {
  margin-top: 0;
}

.serviceconsulting #hs_cos_wrapper_widget_1561110081608 .lineup {
  padding-top: 28px;
}

.custom-box {
  padding: 32px;
  border: 1px solid #425563;
  margin-top: 64px;
  margin-bottom: 16px;
}

.custom-inner-imagebox {
  display: table;
  width: 100%;
}

.custom-inner-imagebox >* {
  display: table-cell;
  height: 100%;
  text-align: left;
  vertical-align: top;
}

.custom-inner-imagebox dl {
  margin: 0px;
  padding: 0px;
  list-style: none;
  line-height: 1.1rem;
}

.custom-inner-imagebox dl dd {
}

.custom-inner-imagebox p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
}

.custom-inner-imagebox img {
  padding: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.custom-inner-imagebox >* + * {
  padding: 0px 20px;
  padding-left: 32px;
}


.serviceassessmentmailtraining .cm-content-w-tit-wrap {
  padding-top: 11px;
}
#hs_cos_wrapper_widget_1561118530061 .lineup {
  margin-top: 0;
}

.lineup dd ul li span:after {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  top: -2px;
  margin: 0px 8px;
  padding: 0px !important;
  background: url(https://cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/blank.png) no-repeat left top;
  vertical-align: middle;
  overflow: hidden;
  content:'';
}

span.subtitle {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15.6px;
  line-height: 0.975rem;
  font-weight: 500;
}

.contents .hs-one-collayout-sec1-r1 blockquote p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 500;
}

.contents blockquote {
  padding: 25px 20px;
  background: #f4f5f7;
  margin: 0;
}

.contents blockquote::before {
  content: none;
}

.custom-profile h2 {
  margin-top: 64px;
}

.custom-profile {
  margin-top: 32px;
}

.custom-profile-item {
  display: table;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

.custom-profile-item > * {
  display: table-cell;
  height: 100%;
  padding: 0px 20px;
  text-align: left;
  vertical-align: top;
}

.custom-pro-right .profile {
  display: table;
  width: 100vw;
  max-width: 380px;
  margin: auto;
  padding: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23.8px;
  line-height: 1.4875rem;
  background: #f4f5f7;
}

.custom-pro-right .profile .image {
  padding: 0px 20px;
  padding-left: 0px;
  padding-right: 20px;
  width: 160px;
  max-width: 160px; /* IE11 */
}

.custom-pro-right .profile .image img {
  padding: 0;
}

.custom-pro-right .profile > div {
  display: table-cell;
  vertical-align: top;
}

.custom-pro-right .profile .name {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #425563;
}

.table-layout {
  display: table;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

.table-layout > * {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 0px 20px;
}

.table-layout > *.left {
  text-align: left;
}

.table-layout > *.right {
  text-align: right;
}

span.companyname {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: bold;
  display:block;
}


blockquote h3{
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: bold;
  display:block;
}


.servicecasecryptobinuniqlo .hs-one-collayout-sec1-flex {
  padding-top: 0;
}

blockquote.bottom-blockq {
  padding: 20px !important;
}

p.pra-right {
  margin-top: 32px;
}

.custom-t-image {
  float: left;
  margin-right: 32px;
  margin-bottom: 16px;
  width: 184px;
}

.custom-t-content {
  float: left;
  width: 77%;
}

.custom-title-item h3 {
  margin-top: 42px;
}

.custom-title-item:first-child h3 {
  margin-top: 0;
}

p.pra-small {
  margin-top: 25px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  text-align:center;
}

p small {
  margin: auto;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  margin-top: 8px;
  padding: 0 20px;
  display:inline-block;
}

/* 
.serviceconsultingcsirt img.img-center {
margin-top: 0;
}
*/
p.pra-small:last-of-type {
  margin-top: 25px;
}

.custom-work-item {
  display: table;
  width: 100%;
  margin-top: 32px;
}

.custom-work-item > * {
  display: table-cell;
  height: 100%;
  text-align: left;
  vertical-align: top;
  margin-top: 0px !important;
  padding: 0px 20px;
}

.custom-work-item img {
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin-top: 8px;
}

.custom-work-image {
  width: 78.4px;
}

.custom-work-item > * + * {
  padding-left: 32px;
  padding-right: 0;
}

.custom-work-item .text h4 {
  clear: both;
  display: block; 
  padding: 0px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23.4px;
  line-height: 1.4625rem;
  margin: 0px 0px 16px;
}


.custom-work-item:first-child img {
  margin-top: 0;
}
#hs_cos_wrapper_widget_1561373496230 .lineup{
  margin-top:0;

}

img.img-left {
  padding: 0;
  margin-bottom: 3px;
}

/* .serviceassessmentendpoint img.img-center {
margin-top: 0;
} */

p.font90.fwb {
  margin: auto;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18.2px;
  line-height: 1.1375rem;
  margin-top: 8px;
  padding: 0 20px;
}

.serviceassessmentendpoint p.fwb.mb5 {
  padding-top: 16px;
}

.image.floatleft.spclear {
  float: left;
  margin-right: 18px;
  margin-bottom: 16px;
  max-width: 320px;
}

.custom-title-inner-item {
  margin-top: 30px;
}

.cm-two-col-w-top-text {
  margin-top: 42px;
}

/* BEGIN Two column with RichText - NriSecure_June2019 */
.cm-two-col-w-rt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cm-two-col-w-rt > *{
  width: calc(50% - 10px);
}

.cm-two-col-w-rt > *:first-child() {
  margin-right: 10px;
}

.cm-two-col-w-rt > *:last-child() {
  margin-left: 10px;
}
/* END Two column with RichText - NriSecure_June2019 */


.image.floatleft.spclear p {
  text-align: center;
  margin-top: 8px;
  font-size: 0.875rem;
}

.cm-three-col-t-img-wrap h3 {
  margin-top: 16px;
}

.cm-three-col-t-img-wrap .imagebox>* {width: 33%;}

.cm-three-col-t-img-wrap {}

.cm-three-col-t-img-wrap ul.free {
  line-height: 1.7rem;
  font-size: 1rem;
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 16px;
}

.cm-three-col-t-img-wrap ul li:before {
  content: none !important;
}


.cm-three-col-t-img-wrap .imagebox:first-child {
  padding-left: 20px;
}

.custom-equal-col {
  float: left;
  width: 49%;
}

.custom-equal {
  margin-top: 16px;
  margin-bottom:83px;
}

.custom-equal-image {
  margin-top: 32px;
}

.custom-equal-col.right .custom-equal-heading {
  text-align: center;
}

.custom-equal-col.right .custom-equal-image {
  margin-top: 59px;
  text-align: center;
}

.custom-equal-col.right .custom-equal-image img {
  display: block;
  text-align: center;
}

.servicecasesecurity-visualizationsmm img.img-center {
  padding: 0 20px;
  margin-top: 32px !important;
}

#hs_cos_wrapper_widget_1561438822210 .custom-profile {
  margin-top: 0;
}

.custom-pro-right .profile .image img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

p.custom-profile-sub {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23.8px;
  line-height: 1.4875rem;
  margin: 0 auto;
  margin-top: 8px;
  width: 200px;
}

.servicecasepcchecktoyota-tsusho img.img-center {
  text-align: center;
  display: block;
  margin: 49px auto 20px;
}

div#hs_cos_wrapper_widget_1561351626534 .custom-profile {
  margin-top: 0;
}

.servicecasecontexnri .contents img {
  margin-top: 32px;
}

.servicecasecontexnri ol.fwb {
  margin-bottom: 16px;
}

.servicecasepcidss-saqtech-air img.img-center {
  margin-top: 32px !important;
}

.servicepartners .hs-one-collayout-sec1-flex {
  padding-top: 0;
}

.inner-table p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
}

.inner-table table tr td img {
  padding: 0;
}

.servicepartners .contents *+h2 {
  margin-top: 32px;
}

td.w_catg {
  padding: 20px;
}

td.w_adrs {
  padding: 20px;
}
p.bottom-pra {
  margin-top: 32px;
}

td.w_logo a:before {
  display: none;
}

td.w_logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.inner-table {
  overflow: auto;
}

img.img-block {
  display: block;
  margin-top: 32px;
  margin-bottom: 16px;
}

.servicecasefncms-ins .hs-one-collayout-section1 .imagebox>*+* {
  width: 173px;
}

.servicecasefncms-ins h2 {
  margin-top: 64px;
}

.servicecasefncms-ins ul.listCare02.font85.listEnd {
  margin-bottom: 0;
}

.custom-map .casetitle {
  position: relative;
  margin: 0px 0px 32px;
  padding-right: 200px;
}

.custom-map-layout {
  display: table;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

.custom-map-layout > * {
  display: table-cell;
  height: 100%;
  text-align: -webkit-auto;
  padding: 0px 20px;
  vertical-align: top;
  text-align: left;
}

.custom-map-col.right {
  width: 50%;
}

.custom-map-layout h3 {
  margin-top: 42px;
}

.googlemap {
  position: relative;
  padding-top: 50%;
}

.googlemap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

.custom-map .casetitle h2 {
  margin-top: 64px;
}

#hs_cos_wrapper_widget_1561471372243 .custom-map .casetitle h2 {
  margin-top: 0;
}

#hs_cos_wrapper_widget_1561471372243 .custom-map-layout {
  margin-top: 64px;
}

/* start of inner page */

/* start of service page */

.custom-service-banner {
  position: relative;
  background-size: cover;
  height: 450px;
  background-position: center 0px;
  margin-top: -1px;
}

.custom-service-banner:before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0px;
  right: 55%;
  background: rgba(0, 175, 215, 0.9);
  -webkit-transform: skewX(-39deg);
  transform: skewX(-39deg);
}

.custom-service-banner > div {
  position: absolute;
  width: 100%;
  max-width: 1240px;
  padding: 0px 20px;
  top: calc((100% + 100px) / 2);
  right: 50%;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 52px;
  line-height: 3.25rem;
  color: #ffffff;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.custom-service-banner h1 {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}

.custom-service-top-content p {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36.4px;
  line-height: 2.275rem;
  font-weight: normal;
}

.custom-service-bottom-content .cm-img-w-hover-cap-wrap {
  margin-left: -30px;
  margin-right: -5px;
  margin-bottom: -30px;
  clear: both;
}

.custom-service-bottom-content .cm-img-w-hover-cap-item:first-child {
  margin: 0px 0px 30px 30px;
}
.custom-service-bottom-content .cm-img-w-hover-cap-item span.visual {
  margin-bottom: 0;
}

.custom-service-bottom-content .cm-img-w-hover-text {
  display: block;
  padding: 20px 0px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #425563;
}

.custom-service-bottom-content #hs_cos_wrapper_widget_1561100746831 .cm-img-w-hover-cap-wrap{
  margin-top: 72px;
}


.custom-full-back h2 {
  text-align: left;
  margin-top: 64px;
}

.custom-full-back .menu {
  margin-left: -30px;
  margin-right: -5px;
  margin-bottom: -30px;
}

.custom-full-back .menu a {
  display: block;
  margin: 0px 0px 30px 30px;
  width: calc((100% - 35px) / 1);
  padding-bottom: 30px;
}

#hs_cos_wrapper_widget_1561101694472 .custom-full-back .menu a{
  padding-bottom:0;
}

.custom-full-back .menu a .visual {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.custom-full-back .menu a:before {
  display: none;
}


.custom-full-back .menu a .image {
  display: block;
  padding: 0px;
}

.custom-full-back .menu a .image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.2s, -webkit-transform 800ms;
  transition: opacity 0.2s, transform 800ms;
  margin: auto;
  max-width: 100%;
}

.custom-full-back .menu a .title {
  position: absolute;
  display: block;
  width: 100%;
  padding: 10px;
  top: 50%;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  color: #ffffff;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-full-back .menu a:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
.hs-one-collayout-section1 .imagebox>*+* {
  width: 432px;
}

.servicemssdeepsecurity img.img-center {
  padding: 0 20px;
}

/* start of service page */

/* start of Home Page */


/*Lalit Kirola
3:38 PM (0 minutes ago)
to me
*/
.home-row1{
  margin-top: -925px;
}


.homepage #site-wrapper{
  overflow: hidden;
}
.homepage .body-container-wrapper {
  padding: 1px 0 0;
  margin-top: -1px;
}

#topvisual {
  position: relative;
  height: 1364px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  z-index: -1;
  overflow: hidden;
  margin-top:-1px;
}

#topvisual > div {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
  height: 100%;
}

#topvisual > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  height: 100%;
  top: 0px;
  right: 118.5%;
  background: #ffffff;
  -webkit-transform: skewX(-39deg);
  transform: skewX(-39deg);
  z-index: 0;
}

#topvisual > div:after {
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  height: 100%;
  top: 0px;
  left: 106.5%;
  background: #ffffff;
  -webkit-transform: skewX(-39deg);
  transform: skewX(-39deg);
  z-index: 0;
}

#topvisual .catch {
  position: absolute;
  top: 200px;
  left: 10%;
  z-index: 5;
}

#topvisual .catch img {
  display: block;
}

#topvisual .cover {
  display: block;
  position: absolute;
  width: 400px;
  height: 100%;
  top: 230px;
  right: 120%;
  background: rgba(0, 175, 215, 0.9);
  -webkit-transform: skewX(-39deg);
  transform: skewX(-39deg);
  z-index: 1;
}

#toptopics {
  position: relative;
  z-index: 10;
  margin-top: 20px;
}

#toptopics .stage {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 0px 20px;
}

#toptopics .stage > div {
  margin: 0px -5px -30px -30px;
}

#toptopics .stage a {
  position: relative;
  display: block;
  float: left;
  width: calc((100% - 95px) / 3);
  margin-left: 30px;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  -webkit-transition: box-shadow 500ms;
  transition: box-shadow 500ms;
}

#toptopics .stage a .image {
  position: relative;
  display: block;
  padding-top: 65.789473684210526315789473684211%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#toptopics .stage a:hover .image {
  opacity: 0.7;
}

#toptopics .stage a .image img {
  position: absolute;
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#toptopics .stage a .tag {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

#toptopics .stage a .tag {
  position: absolute;
  display: block;
  width: 45%;
  left: 50%;
  padding: 1em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13.2px;
  line-height: 0.825rem;
  color: #ffffff;
  text-align: center;
  background: #00afd7;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#toptopics .stage a .tag.crelease{
  background: #ed5a24;
}

#toptopics .stage a .text {
  display: block;
  padding: 2.3em 20px 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  color: #425563;
}

#topservice {
  position: relative;
  z-index: 5;
}

#topservice .bg {
  position: absolute;
  width: 2000px;
  height: 1430px;
  top: 50%;
  left: 55%;
  transform: translateY(-50%);
  z-index: -1;
}

#topservice .bg:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: -100%;
  background: #ffffff;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skewX(-39deg);
  transform: skewX(-39deg);
  z-index: 0;
}

#topservice .bg span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: -80%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skewX(-39deg);
  transform: skewX(-39deg);
  z-index: 1;
}

#topservice .bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: -100%;
  background: #ffffff;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skewX(-39deg);
  transform: skewX(-39deg);
  z-index: 0;
}

#topservice .stage {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 150px 20px 0px;
}

#topservice .toptitle {
  position: relative;
  display: inline-block;
  margin-bottom: 75px;
  padding: 5px;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 52px;
  line-height: 3.25rem;
  color: #425563;
}

#topservice .toptitle:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 1.45em;
  top: -0.45em;
  left: 5px;
  background: #00afd7;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: skewX(-39deg);
  transform: skewX(-39deg);
}

#topservice .toptitle h2 {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  line-height: 3.25rem;
  color: #425563;
  font-weight: 700;
}

#topservice .toptitle:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 1.45em;
  bottom: -0.45em;
  right: 5px;
  background: #00afd7;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skewX(-39deg);
  transform: skewX(-39deg);
}

#topservice .menu ul {
  list-style: none;
  padding: 0;
  margin: 0px -5px -30px -30px;
}

#topservice .menu li {
  float: left;
  width: calc((100% - 65px - 210px) / 2);
  margin-left: 30px;
  margin-bottom: 30px;
}

#topservice .menu a {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  -webkit-transition: box-shadow 500ms;
  transition: box-shadow 500ms;
}

#topservice .menu a span {
  position: absolute;
  display: block;
  width: 100%;
  padding: 10px;
  top: 50%;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #ffffff;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#topservice .menu a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.2s, -webkit-transform 800ms;
  transition: opacity 0.2s, transform 800ms;
}

#topservice .menu li:before {
  display: none;
}

#topservice .menu li:nth-child(4n + 3) {
  margin-left: 240px;
}

#topservice .menu a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}

#topproduct {
  position: relative;
  margin-top: 210px;
  z-index: 8;
}

#topproduct .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

#topproduct .bg:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(//www.secure-sketch.com/hubfs/NriSecure_June2019%20Theme/image/productcover.png);
  z-index: 10;
}

#topproduct .bg span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  z-index: 1;
}

#topproduct .stage {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 130px 20px;
  z-index: 20;
}

#topproduct .menu ul {
  margin: 0px -5px -30px -30px;
}

#topproduct .menu li {
  float: left;
  width: calc((100% - 95px) / 3);
  margin-left: 30px;
  margin-bottom: 0;
}

#topproduct .menu li + li,
#topservice .menu li + li{
  margin-top: 0;
}

#topproduct .menu a {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  -webkit-transition: box-shadow 500ms;
  transition: box-shadow 500ms;
}

#topproduct .menu a span {
  position: absolute;
  display: block;
  width: 100%;
  padding: 10px;
  top: 50%;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #ffffff;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#topproduct .menu a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.2s, -webkit-transform 800ms;
  transition: opacity 0.2s, transform 800ms;
}

#topproduct .menu a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}

#topproduct .menu li:before {
  display: none;
}


#topproduct.-for-service{
  margin-top: 0;
}
#topproduct.-for-service .item-slide-list{
  padding: 50px 0;
}
@media (max-width: 767px){
  #topproduct.-for-service{
    margin-top: 0;
  }
}


#topproduct.-nobg .bg{
  display: none;
}

#topservice .menu ul:after {
  content: "";
  display: block;
  clear: both;
}

#topservice .toptitle h2:before {
  display: none;
}

#toptopics .stage a.popup {
  background: transparent;
  box-shadow: none;
}

#toptopics .stage a.popup>* {
  opacity: 0 !important;
}

#toptopics .stage a.popup:after {
  content: "";
  display: block;
  position: absolute;
  width: 300%;
  height: 100%;
  top: 0px;
  right: 100%;
  background: #00afd7;
  z-index: 101;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: skewX(-39deg);
  transform: skewX(-39deg);
  -webkit-transition: 500ms;
  transition: 500ms;
}

#toptopics .stage a.view:before {
  -webkit-transition: 0ms 500ms;
  transition: 0ms 500ms;
  opacity: 0;
}

#toptopics .stage a.view:after {
  right: -150%;
}

#toptopics .stage a.view2 {
  background: #ffffff;
}

#toptopics .stage a.view2>* {
  opacity: 1 !important;
}

#toptopics .stage a.view2:after {
  right: -450%;
}


#topservice .menu a.popup {
  background: transparent;
  box-shadow: none;
}

#topservice .menu a.popup>* {
  opacity: 0 !important;
}

#topservice .menu a.popup:after {
  content: "";
  display: block;
  position: absolute;
  width: 300%;
  height: 100%;
  top: 0px;
  right: 100%;
  background: #00afd7;
  z-index: 101;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: skewX(-39deg);
  transform: skewX(-39deg);
  -webkit-transition: 500ms;
  transition: 500ms;
}

#topservice .menu a.view:before {
  -webkit-transition: 0ms 500ms;
  transition: 0ms 500ms;
  opacity: 0;
}

#topservice .menu a.view:after {
  right: -150%;
}

#topservice .menu a.view2 {
  background: #ffffff;
}

#topservice .menu a.view2>* {
  opacity: 1 !important;
}

#topservice .menu a.view2:after {
  right: -450%;
}

#topproduct .menu a.popup {
  background: transparent;
  box-shadow: none;
}

#topproduct .menu a.popup>* {
  opacity: 0 !important;
}

#topproduct .menu a.popup:after {
  content: "";
  display: block;
  position: absolute;
  width: 300%;
  height: 100%;
  top: 0px;
  right: 100%;
  background: #00afd7;
  z-index: 101;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: skewX(-39deg);
  transform: skewX(-39deg);
  -webkit-transition: 500ms;
  transition: 500ms;
}

#topproduct .menu a.view:before {
  -webkit-transition: 0ms 500ms;
  transition: 0ms 500ms;
  opacity: 0;
}

#topproduct .menu a.view:after {
  right: -150%;
}

#topproduct .menu a.view2 {
  background: #ffffff;
}

#topproduct .menu a.view2>* {
  opacity: 1 !important;
}

#topproduct .menu a.view2:after {
  right: -450%;
}

/* start of Home Page * /


/* start of company */
.company-top-content h2:before {
  display: none;
}

.company-top-content h2 {
  padding: 0;
}

.company-page .cm-img-w-hover-cap-item:first-child {
  margin: 0px 0px 30px 30px;
}

.company-page .cm-img-w-hover-cap-wrap {
  margin-left: -30px;
  margin-right: -5px;
  margin-bottom: -30px;
}

.company-page .cm-img-w-hover-cap-item span.visual {
  margin-bottom: 0;
}

.company-page .cm-img-w-hover-text {
  padding: 20px 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #425563;
}

.company-page .cm-img-w-hover-text span {
  font-size: smaller;
}


.download-document-group h2 {
  margin-top: 64px;
}

.download-document-group .column {
  margin-bottom: -64px;
  margin-left: -64px;
  margin-right: -4px;
}

.download-document-group .column > * {
  float: left;
  margin-bottom: 64px;
  margin-left: 64px;
}

.download-document-group .column.col2 > * {
  width: calc((100% - 64px * 2 - 4px) / 2);
}

.download-document-group .imagebox {
  display: table;
  width: 100%;
}

.download-document-group .image {
  padding: 0px 20px;
}

.download-document-group .imagebox > * {
  display: table-cell;
  height: 100%;
  text-align: left;
  vertical-align: top;
  margin-top: 0px !important;
  padding-left: 0;
}


.download-document-group .image img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}

.download-document-group .imagebox > .image img {
  width: 100%;
}

.download-document-group .linklist {
  padding-right: 0;
}

.download-document-group .linklist ul {
  margin: 0;
  padding: 0;
}

.download-document-group .linklist ul li {
  display: block;
  margin-left: 0px;
  text-indent: 0px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
}

.download-document-group .linklist a {
  margin-left: 40px;
  color: #425563;
  position: relative;
  display: inline-block;
}

.download-document-group .linklist a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.15em;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #00afd7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.download-document-group .linklist ul li:before {
  display: none;
}

.download-document-group .linklist a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.download-document-group .linklist a:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: -24px;
  top: 0.65rem;
  margin-top: -7.5px;
  background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/arrow.svg) no-repeat center center #00afd7;
  border-radius: 50%;
}

.download-document-group .pdficon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 17px;
  top: -2px;
  margin: 0px 8px;
  padding: 0px !important;
  text-indent: -10000px;
  background: url(//www.secure-sketch.com/hubfs/NriSecure_June2019%20Theme/image/pdficon-1.png) no-repeat left top;
  vertical-align: middle;
  overflow: hidden;
}

.company-page .body-container .page-center {
  padding-bottom: 0 !important;
}


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

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

.custom-footer-bottom {
  position: relative;
  background: #425563;
}

.custom-footer-copyright p {
  margin: 0px;
}

.custom-footer-copyright {
  position: relative;
  max-width: 1240px;
  padding: 15px 20px;
  font-size: .875rem;
  line-height: .9625rem;
  color: #fff;
  text-align: center;
  margin: 0 auto !important;
  float: none !important;
}
.custom-footer-middle {
  position: relative;
  font-size: 1rem;
  line-height: 1.3rem;
  background: #00afd7;
  color: #fff;
}



.widget-span.custom-footer-middle .page-center {
  padding: 20px 20px;
}

.custom-footer-nav .hs-menu-wrapper > ul {
  font-size: 0px;
  line-height: 0px;
  display: block;
}


.custom-footer-nav .hs-menu-wrapper > ul > li {
  font-size: 0.875rem;
  line-height: 0.9625rem;
  display: inline-block;
  float: none !important;
  position: relative;
}

.custom-footer-nav .hs-menu-wrapper > ul > li + li:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  left: -8px;
  top: 50%;
  margin-top: -0.5em;
  background: #ffffff;
}

.custom-footer-nav .hs-menu-wrapper > ul > li + li {
  position: relative;
  margin-left: 17px;
}


.custom-footer-nav .hs-menu-wrapper > ul > li > a {
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.custom-footer-nav .hs-menu-wrapper > ul > li > a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-footer-nav .hs-menu-wrapper > ul > li > a:before {
  background: #ffffff;
}

.custom-footer-nav .hs-menu-wrapper>ul>li>a[target="_blank"]:after ,
.custom-footer-menu .hs-menu-wrapper > ul > li> ul > li> a[target="_blank"]:after ,
.custom-footer-menu .hs-menu-wrapper > ul > li> a[target="_blank"]:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  top: -2px;
  margin: 0px 8px;
  text-indent: -10000px;
  background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/blankw.png) no-repeat left top;
  vertical-align: middle;
  overflow: hidden;
}
.custom-footer-menu .hs-menu-wrapper > ul > li>a {
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.custom-footer-menu .hs-menu-wrapper > ul > li> ul {
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  left: 0 !important;
}

.custom-footer-menu .hs-menu-wrapper > ul > li> ul > li> a {
  color: #ffffff;
  position: relative;
  display: inline-block !important;
  white-space: normal !important;
}
.custom-footer-menu .hs-menu-wrapper > ul > li> ul > li> a:before{
  background: #ffffff;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  width: calc((100% - 105px) / 5);
  margin-left: 20px;
}

.custom-footer-nav {
  margin-top: 40px;
}

.custom-footer-menu .hs-menu-wrapper >ul {
  margin-left: -20px !important;
  margin-right: -5px;
}

.custom-footer-menu .hs-menu-wrapper>ul {
  display: block;
}

.custom-footer-menu .hs-menu-wrapper>ul>li>ul>li {
  margin-top: 10px;
}

.custom-footer-menu .hs-menu-wrapper>ul>li>a {
  font-weight: bold;
}

.custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(1)> ul>li >a {
  font-weight: bold;
}

.custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(2)> ul>li >a {
  font-weight: bold;
}

.custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(2) > a {
  margin-bottom: 22px;
}

.custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(1) > a {
  margin-bottom: 22px;
}

.custom-footer-menu .hs-menu-wrapper>ul>li>a:before {
  background: #fff;
}

.footer-middle-inner {
  position: relative;
}

.footer-sns {
  position: absolute;
  right: 0;
  bottom: 70px;
  text-align: right;
  font-size: 0;
}

.footer-sns a {
  display: inline-block;
  width: 50px;
  margin: 5px 0 0 5px;
  transition: opacity 0.3s;
}

.footer-sns a:before {
  content: none;
}

.footer-sns a:hover {
  opacity: 0.6;
}

/** FOOTER CTA STYLE **/
.footer-cta-menu {
  padding: 30px 20px 35px;
  background: #06789d;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}

.footer-cta-menu .page-center > .row-fluid-wrapper {
  max-width: 1030px;
  margin: auto;
}

.footer-cta-menu .title {
  display: block;
  margin-bottom: 45px;
  font-size: 1.75rem;
}

.footer-cta-menu .footer-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 120px;
  max-width: 450px;
  margin: 0 auto;
  background: #fff;
  color: #00afd8;
  border-radius: 4px;
  line-height: 1.3;
  -webkit-transition: 0.2s;
    transition: 0.2s;
}

.footer-cta-menu .footer-button:before {
  content: none;
}

.footer-cta-menu .footer-button .icon {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  display: block;
  margin-right: 20px;
  background: no-repeate center center;
  background-size: contain;
}

.footer-cta-menu .footer-button .icon img {
  display: block;
  max-height: 56px;
  width: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-cta-menu .footer-button .text {
  -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  display: block;
  text-align: left;
  font-size: 1.5rem;
}

.footer-cta-menu .footer-button.-download .icon {
  background-image: url(https://www.nri-secure.co.jp/hubfs/NRIS/NriSecure_June2019Theme/image/common/fotter-download-icon-white.png);
}
.footer-cta-menu .footer-button.-seminer .icon {
  background-image: url(https://www.nri-secure.co.jp/hubfs/NRIS/NriSecure_June2019Theme/image/common/fotter-seminer-icon-white.png);
}

.footer-cta-menu .footer-button:hover {
  background: #00afd8;
  color: #fff;
}

.footer-cta-menu .footer-button:hover .icon img {
  opacity: 0;
}


/** 旧スタイル ↓ **/
.footertools {
  position: relative;
  padding: 100px 0px;
  background: #f4f5f6;
}

.footertools ul {
  display: table;
  width: 80%;
  table-layout: fixed;
  max-width: 900px;
  margin: auto;
  padding: 0px;
  list-style: none;
}

.footertools ul li {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.footertools ul li a {
  display: inline-block;
  padding: 120px 20px 5px;
  min-width: 170px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: bold;
  color: #425563;
  background: none no-repeat center 30px;
  background-size: 81px auto;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}

.footertools .contact a {
  background-image: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/contact.svg);
}
.footertools .mailmagazine a {
  background-image: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/mailmagazine.svg);
}
.footertools .access a {
  background-image: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/access.svg);
}

.footertools a:hover {
  opacity: 0.7;
}

.footertools ul li a:before {
  display: none;
}

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


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}



/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* 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 */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .custom-menu-primary.mobile {
    display: none !important;
  }

  .custom_header_fixed .custom-logo {
    max-width: 145px;
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
  }

  .custom_header_fixed .widget-span.custom-header .page-center {
    height: 50px;
  }

  .custom_header_fixed .custom-header {
    height: 50px;
  }

  .custom_header_fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    height: 50px;
  }

  .custom_header_fixed .custom-header-button-group {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .custom_header_fixed .custom-header-img img {
    width: 122px;
  }
  .cm-img-w-hover-cap-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .company .cm-img-w-hover-cap-item:nth-child(3n+1) {
    margin: 0px 0px 30px 30px;
  }

}


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

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

@media (max-width: 767px){

  /* 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: fixed;
    right: 0px;
    top: 0px;
    z-index: 560;
  }
  .custom-trigger {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -10000px;
    overflow: hidden;
  }

  a.custom-trigger:before {
    content: "";
    display: block;
    position: absolute;
    top: -26px;
    left: 13px;
    width: 24px;
    height: 3px;
    background: #425563;
    transform: rotate(45deg);
    -webkit-transition: 400ms;
    transition: 400ms;
  }

  a.custom-trigger span {
    position: absolute;
    top: 24px;
    left: 13px;
    width: 24px;
    height: 3px;
    background: #425563;
    -webkit-transition: 400ms;
    transition: 400ms;
  }

  a.custom-trigger span:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 0px;
    width: 24px;
    height: 3px;
    background: #425563;
  }

  a.custom-trigger span:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    width: 24px;
    height: 3px;
    background: #425563;
  }

  a.custom-trigger:after {
    content: "";
    display: block;
    position: absolute;
    top: -26px;
    left: 13px;
    width: 24px;
    height: 3px;
    background: #425563;
    transform: rotate(-45deg);
    -webkit-transition: 400ms;
    transition: 400ms;
  }
  /* ===== 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;
  }
  .child-trigger {
    height: 38px !important;
    border: none;
  }

  .child-trigger:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    background: #ffffff;
  }

  .child-trigger:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 21px;
    width: 2px;
    height: 12px;
    margin-top: -6px;
    background: #ffffff;
    -webkit-transition: 400ms;
    transition: 400ms;
    opacity: 1;
  }

  .is_active .child-trigger:after {
    transform: translateY(100%);
    opacity: 0;
  }

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

  .custom-menu-primary.js-enabled{
    position: relative;
  }

  /* Hide menu on mobile */
  .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{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }


  .custom-header-button-group {
    display: none !important;
  }

  .custom-menu-top {
    display: none !important;
  }

  .cm-banner .page-center {
    padding: 0px 10px !important;
    top: calc((100% + 50px) / 2);
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .mobile-open a.custom-trigger:before {
    top: 24px;
  }

  .mobile-open a.custom-trigger span {
    top: 74px;
  }

  .mobile-open a.custom-trigger:after {
    top: 24px;
  }

  .custom-menu-primary.js-enabled {
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 30;
    top: 50px;
    bottom: auto;
    max-height: calc(100vh - 50px);
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 400ms, visibility 0ms 400ms, -webkit-transform 400ms;
    transition: opacity 400ms, visibility 0ms 400ms, transform 400ms;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  .mobile-open .custom-menu-primary.js-enabled {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 400ms, visibility 0ms, -webkit-transform 400ms;
    transition: opacity 400ms, visibility 0ms, transform 400ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul> li {
    display: block;
    border-bottom: 1px solid #ffffff;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul> li > a {
    display: table !important;
    width: 100% !important;
    position: relative;
    height: auto;
    padding-left: 20px;
    font-size: 0.875rem;
    line-height: 1.1375rem;
    color: #ffffff;
    background: #00afd7;
    font-weight: bold;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    margin-left: 0px !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a * {
    padding: 10px 14px;
    text-align: left;
  }

  .custom-menu-primary .hs-menu-wrapper>ul> li > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 10px;
    top: 50%;
    margin-top: -7.5px;
    background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/arrowc.svg) no-repeat center center #ffffff;
    border-radius: 50%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    background: #00afd7;
  }
  .custom-menu-primary.dekstop {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    background: #ffffff;
    border-top: 1px solid #00afd7;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    font-size: initial;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    position: relative;
    display: block;
    height: auto;
    padding: 10px 14px 10px 54px;
    color: #00afd7;
    font-weight: bold;
    line-height: 1.1375rem;
    font-size: 0.875rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a:before {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 34px;
    top: 50%;
    margin-top: -7.5px;
    background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/arrow.svg) no-repeat center center #00afd7;
    border-radius: 50%;
  }

}


/* ==========================================================================
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 {}


/* =============== 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-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

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

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


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== 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 {}


/*---------------------- defaul blog --------------------*/

.hs-default-blog a.more-link {   
  display:block;    
  padding: 10px 0;
}

.hs-default-blog .blog-listing-wrapper .post-listing .post-item {
  padding-bottom: 20px;   
  margin-bottom: 30px;
  border-bottom:1px solid #ccc;
}

.hs-default-blog .blog .blog-sidebar .widget-span {   
  margin-bottom: 25px;

}

.hs-default-blog .custom_listing_comments{
  padding:15px;
  margin:20px 0;
  border:1px solid #ccc;
}

.hs-default-blog #comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
  padding:15px;
}

.hs-default-blog #comments-listing.no-comments {
  border: none;
}

.hs-default-blog .hs-blog-social-share .hs-blog-social-share-list li.hs-blog-social-share-item:before {
  content: none;
}



.hs-default-blog .comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.hs-default-blog .comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.hs-default-blog .comment-reply-to{
  margin-bottom: 15px;
}

.hs-default-blog .comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.hs-default-blog .comment-date {
  display: block !important;
  text-align: left;
}

.hs-default-blog #hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

.hs-default-blog #hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-default-blog .hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}

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


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

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* 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 {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  max-width: 500px;
  font-family: inherit;
}

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: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.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 */
.hs-error-msgs label{}

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

/* Form Partial  */
@charset "UTF-8";
.container-fluid .row-fluid .form-page-center {
  max-width: 768px;
}

form.hs-form {
  line-height: 1.77;
  margin: 3em auto 3em;
  /** select **/
  /** radio **/
  /** checkbox **/
  /** booleancheckbox **/
  /** 同意 **/
}

form.hs-form .hs-form-field {
  position: relative;
  margin: 22px auto;
  border-bottom: dotted 1px #CCC;
  padding-bottom: 22px;
}

form.hs-form .hs-form-field:before, form.hs-form .hs-form-field:after {
  content: '';
  clear: both;
  display: block;
}

form.hs-form .hs-form-field.hs-fieldtype-textarea, form.hs-form .hs-form-field.hs_agreeing_to, form.hs-form .hs-form-field.hs_product_and_service {
  max-width: 100%;
}

form.hs-form .hs-form-field.hs_eggs_course {
  max-width: 800px;
}

form.hs-form .hs-form-field > * {
  float: right;
  vertical-align: top;
}

form.hs-form .hs-form-field > *:first-child {
  float: left;
}

form.hs-form .hs-form-field label {
  width: 30%;
  text-align: left;
  padding: .2em 3em 0 0;
  font-size: 14px;
  font-weight: 700;
}

form.hs-form .hs-form-field .hs-field-desc {
  float: left;
  width: auto;
  padding: .2em 0 0 0;
  margin-bottom: 1em;
}

form.hs-form .hs-form-field div.input {
  width: 70%;
}

form.hs-form .hs-form-field ul.inputs-list {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}

form.hs-form .hs-form-field ul.inputs-list li:before {
  content: none;
}

form.hs-form .hs-form-field ul.inputs-list li:not(:first-child):not(.hs-form-checkbox) {
  margin-top: 1em;
}

form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs {
  margin: 0.5em 0 0;
  padding: 0 0 0 30%;
}

form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs li {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ed2727;
  line-height: 1.4;
}

form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs li label {
  font-weight: normal;
}

form.hs-form .hs-form-required {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 8px;
  margin-top: 1px;
  margin-left: 10px;
  background: #ed2727;
  color: #fff;
  font-size: 0;
  font-weight: normal;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

form.hs-form .hs-form-required:before {
  content: "必須";
  display: inline;
  font-size: 11px;
}

form.hs-form .hs-input {
  width: 100% !important;
  margin: 0;
  outline: none;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

form.hs-form .hs-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

form.hs-form .hs-input.invalid.error {
  background-color: #FFE1E1;
  border-color: #ebccd1;
}

form.hs-form .hs-input:placeholder-shown {
  color: #cdcbcb;
}

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

form.hs-form .hs-input:-moz-placeholder {
  color: #cdcbcb;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

form.hs-form .hs-input:-ms-input-placeholder {
  color: #cdcbcb;
}

form.hs-form .hs-input:focus::-webkit-input-placeholder {
  color: transparent;
}

form.hs-form .hs-input:focus:-moz-placeholder {
  color: transparent;
}

form.hs-form .hs-input select {
  padding-top: 0;
  padding-bottom: 0;
}

form.hs-form textarea {
  height: 13.8em;
}

form.hs-form .hs-fieldtype-select .input {
  position: relative;
}

form.hs-form .hs-fieldtype-select .input .hs-input {
  padding-right: calc(2em + 10px);
  line-height: 1.44;
}

form.hs-form .hs-fieldtype-select .input .hs-input::-ms-expand {
  display: none;
}

form.hs-form .hs-fieldtype-radio .hs-form-radio:first-child {
  padding-top: 0.3em;
}

form.hs-form .hs-fieldtype-radio .hs-form-radio-display {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 0;
  text-align: left;
  line-height: 1.4;
}

form.hs-form .hs-fieldtype-radio .hs-form-radio-display span {
  display: block;
  position: relative;
  padding-left: 1.5em;
}

form.hs-form .hs-fieldtype-radio .hs-form-radio-display span:before, form.hs-form .hs-fieldtype-radio .hs-form-radio-display span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

form.hs-form .hs-fieldtype-radio .hs-form-radio-display span:before {
  width: 1em;
  height: 1em;
  border: 1px solid #acacac;
}

form.hs-form .hs-fieldtype-radio .hs-form-radio-display span:after {
  width: 0.625em;
  height: 0.625em;
  left: 0.22em;
  top: 0.41em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: #0087d6;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

form.hs-form .hs-fieldtype-radio .hs-form-radio-display input {
  display: none;
}

form.hs-form .hs-fieldtype-radio .hs-form-radio-display input:checked + span:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
          transform: scale(1);
}

form.hs-form .hs-form-checkbox {
  display: block;
  float: left;
  cursor: pointer;
  padding: 0;
  margin: 0 1em 0.6em 0;
  line-height: 1.4;
}

form.hs-form .hs-form-checkbox .hs-form-checkbox-display {
  display: inline-block;
  width: auto;
  text-align: left;
  padding: 0.2em 1em 0 0;
  font-weight: normal;
}

form.hs-form .hs-form-checkbox span {
  display: block;
  position: relative;
  padding-left: 2.1em;
}

form.hs-form .hs-form-checkbox span:before, form.hs-form .hs-form-checkbox span:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form.hs-form .hs-form-checkbox span:before {
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #f4f5f6;
}

form.hs-form .hs-form-checkbox span:after {
  left: 0.25em;
  top: 0.4em;
  width: 1em;
  height: 0.5em;
  border-left: 3px solid #0087d6;
  border-bottom: 3px solid #0087d6;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

form.hs-form .hs-form-checkbox input {
  display: none;
}

form.hs-form .hs-form-checkbox input:checked + span:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

form.hs-form .hs-fieldtype-booleancheckbox.hs_nris_privacy_chk + div > .hs-richtext {
  padding-left: 30%;
}

form.hs-form .hs-fieldtype-booleancheckbox.hs_nris_privacy_chk + div > .hs-richtext p {
  padding: 0 0 0 28px !important;
  margin: 0 !important;
}

form.hs-form .hs-fieldtype-booleancheckbox ul.inputs-list {
  float: none;
}

form.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 2em !important;
  width: auto !important;
  text-align: left !important;
}

form.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:not(.hs-form-required) {
  display: inline;
}

form.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:not(.hs-form-required):before, form.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:not(.hs-form-required):after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:not(.hs-form-required):before {
  left: 0;
  top: 0.1em;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background: #f4f5f6;
}

form.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span:not(.hs-form-required):after {
  left: 0.25em;
  top: 0.5em;
  width: 1em;
  height: 0.5em;
  border-left: 3px solid #00afd7;
  border-bottom: 3px solid #00afd7;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

form.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display input {
  display: none;
}

form.hs-form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display input:checked + span:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

form.hs-form .hs_agreeing_to {
  text-align: center;
}

form.hs-form .hs_agreeing_to li {
  display: inline-block;
}

form.hs-form .hs_agreeing_to a {
  display: inline-block;
  color: inherit;
}

form.hs-form .hs_submit {
  max-width: 270px;
  margin: 3em auto 0;
  position: relative;
}

form.hs-form .hs_submit:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 0.46em;
  height: 0.46em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -0.35em;
  pointer-events: none;
  z-index: 1;
}

form.hs-form .hs-button {
  display: block;
  width: 100%;
  margin: auto;
  border: none;
  outline: none;
  position: relative;
  background: #00afd7;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding: 1em;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

form.hs-form .hs-button:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  background: #00afd7;
  border-color: #00afd7;
}

form.hs-form .submitted-message {
  font-size: 18px;
  font-size: 1.125rem;
}

form.hs-form .submitted-message p:first-of-type {
  font-size: 1.222em;
  margin: 0 0 1em;
}

form.hs-form .submitted-message p.en {
  line-height: 1;
  font-size: 1.5em;
}

form.hs-form .hs_error_rollup {
  text-align: center;
  padding: 15px;
  margin: 2em 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #ffe1e1;
  border-color: #ebccd1;
}

form.hs-form .hs_error_rollup .hs-error-msgs {
  margin: 0;
}


/** One Column Form **/
.form-one-column form.hs-form .hs-form-field > *:first-child {
  float: none;
}

.form-one-column form.hs-form .hs-form-field > * {
  float: none;
}

.form-one-column form.hs-form .hs-form-field label {
  width: 100%;
  padding-right: 0;
}

.form-one-column form.hs-form .hs-form-field div.input {
  width: 100%;
}

.form-one-column form.hs-form .hs-form-field input,
.form-one-column form.hs-form .hs-form-field textarea,
.form-one-column form.hs-form .hs-form-field select {
  max-width: 100%;
}

.form-one-column form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs {
  padding: 0;
}


@media screen and (max-width: 767px) {
  .container-fluid .row-fluid .form-page-center {
    max-width: 100%;
  }
  form.hs-form {
    /** booleancheckbox **/
  }
  form.hs-form .hs-form-field > * {
    float: none;
  }
  form.hs-form .hs-form-field > *:first-child {
    float: none;
  }
  form.hs-form .hs-form-field label {
    width: 100%;
    padding: 0;
  }
  form.hs-form .hs-form-field div.input {
    width: 100%;
  }
  form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs {
    padding: 0;
  }
  form.hs-form .hs-fieldtype-booleancheckbox.hs_nris_privacy_chk + div > .hs-richtext {
    padding-left: 0;
  }
  form.hs-form .hs-fieldtype-booleancheckbox.hs_nris_privacy_chk + div > .hs-richtext p {
    padding: 0 !important;
    text-align: center;
  }
}

/* =============== 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"] {}


/* =============== email Subscription Form =============== */
.hs_cos_wrapper_type_email_subscriptions .page-header h2{
 padding-left: 0;
}
.hs_cos_wrapper_type_email_subscriptions .page-header h2:before {
  content: none;
}

.hs_cos_wrapper_type_email_simple_subscription h3{
  font-size: 14px;
  margin: 0;
}

.hs_cos_wrapper_type_email_subscriptions_confirmation .page-header h2{
  font-size: 14px;
  padding-left: 0;
}
.hs_cos_wrapper_type_email_subscriptions_confirmation .page-header h2:before {
  content: none;
}
  

/* ==========================================================================
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;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  padding: 12px 55px;
  color: #FFFFFF;
  background-color: #428BCA;
  border-color: #357EBD;
  margin:15px 0;
  white-space: normal !important;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #FFFFFF;
  background-color: #3071A9;
  border-color: #285E8E;
}

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

.body-container ul.hs-error-msgs.inputs-list {
  list-style: none !important;
}

.body-container ul.hs-error-msgs.inputs-list li:before {
  display: none;
}

.body-container ul.hs-error-msgs.inputs-list li label {
  color: #FF0000;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  margin-top: 6px;
}

.hs-input.invalid.error {
  background-color: #FFE1E1;
}

.hs-form-field > label {
  display: block;
  margin-bottom: 5px;
}

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

a.hs-button.large.primary:before {
  display: none;
}

/* =============== 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 {}

.hs_report_post .backindex a:hover {
  opacity: 0.7;
}

body.error-template .body-container p {
  line-height: 1.1rem;
}
body.error-template .body-container  h3 {
  margin-top: 42px;
}


.contents .hs-one-collayout-sec1-r1 h5 {
  margin-top: 16px !important;
}

.contents .hs-one-collayout-sec1-r1  h2 {
  margin-top: 64px !important;
}

.contents .hs-one-collayout-sec1-r1 p {
  font-size: 1.75rem;
  line-height: 2.275rem;
  font-weight: normal;
}

.contents .hs-one-collayout-sec1-r1 h5:first-child {
  margin-top: 0 !important;
}

.hs-one-collayout-sec1-flex {
  padding-top: 32px;
}
.custom-one-inner-top h1 {
  line-height: 2.275rem;
  font-weight: normal;
  font-size: 1.75rem;
  margin: 0px 0px 50px;
}

.body-container ul {
  line-height: 1.7;
  font-size: 1rem;
  clear: both;
  padding-left: 1.5em;
  margin: 16px 0;
}

/*
.body-container ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  background: #00afd7;
}
*/

.body-container ul li + li {
  margin-top: 4px;
}

.cm-left-img-w-cont-wrap h2 {
  margin-top: 64px;
}

.cm-left-img-w-cont-mod img {
  float: left;
  margin: 0 20px 20px 0;
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 0 !important;
}

.cm-left-img-w-cont-mod {
  margin-top: 32px;
  overflow: hidden;
}

ul.linklist {
  padding-left: 40px;
}

ul.linklist li a {
  /* margin-left: 40px; */
  color: #425563;
  position: relative;
  display: inline-block;
}

ul.linklist li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.15em;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #00afd7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
  content: none;
}

ul.linklist li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: -24px;
  top: 0.65rem;
  margin-top: -7.5px;
  background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/arrow-1.svg) no-repeat center center #00afd7;
  border-radius: 50%;
}

ul.linklist li:before {
  content: none;
}

img.alignLeft {
  float: left;
  margin-right: 32px;
  margin-bottom: 16px;
}

.cm-content-w-tit-mod {
  margin-top: 16px;
}

.cm-content-w-tit-mod p.cm-blue-tit {
  padding: 6px 10px;
  background: #00BFFF;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.7rem;
  display: inline;
}

.cm-content-w-tit-mod-text {
  border: 1px solid #00BFFF;
  padding: 10px;
  font-size: 0.9em;
  margin-top: 2px;
  line-height: 1.1rem;
}

.cm-content-w-tit-wrap {
  padding-top: 25px;
  padding-bottom: 64px;
}

.cm-img-w-hover-cap-item {
  display: block;
  float: left;
  margin: 0px 0px 30px 30px;
  width: calc((100% - 95px) / 3);
}

.cm-img-w-hover-cap-wrap {
  margin-top: 64px;
}

.cm-img-w-hover-cap-item span.image img {
  margin-bottom: 30px;
}

.cm-img-w-hover-cap-item:first-child {
  margin-left: 0;
}

.cm-img-w-hover-cap-item span.image img {
  padding: 0;
}

.cm-img-w-hover-cap-item  span.visual {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.cm-img-w-hover-cap-item a {}

.cm-img-w-hover-cap-item span.image {
  display: block;
  padding: 0px;
}

.cm-img-w-hover-cap-item span.image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.2s, -webkit-transform 800ms;
  transition: opacity 0.2s, transform 800ms;
  margin: 0;
}

.cm-img-w-hover-cap-item  span.title {
  position: absolute;
  display: block;
  width: 100%;
  padding: 10px;
  top: 50%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #ffffff;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cm-img-w-hover-text {
  padding-top: 32px;
}

.cm-img-w-hover-cap-item a:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
.contents img[align="center"] {
  display: block;
  margin: 32px auto 0;
  padding: 0;
}
.contents img[align="center"]:last-of-type {
  margin-top: 0;
}
.custom-one-inner-top img {
  max-height: 120px;
  padding: 0;
  margin-top: -45px;
  margin-right: -20px;
}

/*================Blog Report===================*/
body.hs_report_blog {}
.hs_report_post .body-container .row-fluid .page-center {
  padding-left: 0;
  padding-right: 0;
}  
.hs_report_top_cont {
  position: relative;
  padding: 0 0 64px;
}
.hs_report_top_cont p:first-child {
  margin-bottom: 32px;
}
.hs_report_top_cont p.note {
  margin-top: 4px;
}
.hs_report_post .blog-content {
  padding: 0;
}
.hs_report_post .contents > div:not(.background) {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 40px 0;
}
.hs_report_post .backindex a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  min-width: 160px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  color: #ffffff;
  text-align: center;
  background: #00afd7;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
.hs_report_post .backindex a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  margin-top: -7px;
  vertical-align: middle;
  background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/arrowc-1.svg) no-repeat center center #ffffff;
  border-radius: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hs_report_post .post-header h1 {
  clear: both;
  display: block;
  margin: 96px 0px 50px;
  padding: 0px;
  font-size: 1.75rem;
  line-height: 2.275rem;
  font-weight: normal;
}
.hs_report_post .post-header .text p, .hs_report_post .post-header .text .right {
  margin: 30px 0 32px;
  text-align: right;
}

.hs_report_post .contents .button {
  text-align: center;
  margin-right: -5px;
  font-size: 0;
  line-height: 0;
}
.hs_report_post .contents:first-of-type {
  padding-top: 40px;
}
.hs_report_post .contents .button > div {
  display: inline-block;
  width: calc((100% - 65px) / 3);
}
.hs_report_post .contents .button a {
  display: table;
  width: 100%;
  height: 110px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #ffffff;
  font-weight: bold;
  background: #00afd7;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
.hs_report_post .contents .button a:hover {
  opacity: 0.7;
}
.hs_report_post .contents .button a > * {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 10px 20px;
}
.hs_report_post .contents .button a:before {
  display: none;
}
.hs_report_post table div>img {
  padding: 0;
  width: 100%;
}
.hs_report_post .contents p.note {
  margin-top: 4px;
}
.hs_report_post .contents:last-of-type>div {
  padding-bottom: 0;
}
.hs_report_post .section.post-header,
.hs_report_post .section.post-body {
  padding: 0 20px;
}

.table.reportlist {
  padding-left: 20px;
  overflow-x: auto;
  margin: 32px 0 0;
}
.table.reportlist table {
  border-collapse: collapse;
  empty-cells: show;
}
.table.reportlist table thead {}
.table.reportlist table thead th {
  padding: 20px 12px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: normal;
  color: #ffffff;
  background: #425563;
  border: 1px solid #425563;
}
.table.reportlist table thead th:not(:last-child) {
  border-right: 1px solid #ffffff;
}
.table.reportlist table tbody {}
.table.reportlist table tbody th {
  padding: 20px 12px;
  vertical-align: middle;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: normal;
  border: 1px solid #425563;
  color: #425563;
  background: #f4f5f6;
}
.table.reportlist table tbody td {
  padding: 20px;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: normal;
  color: #425563;
  background: #ffffff;
  border: 1px solid #425563;
}
.table.reportlist table tbody td a {
  color: #00afd7;
  line-height: 1.3;
  position: relative;
  display: inline-block;
}
.table.reportlist table tbody td p {
  margin-top: 8px;
  line-height: 1.3;
}

.hs_report__post_fil {
  position: relative;
}
.hs_report__post_fil h3 {
  display: none;
}

.hs_report__post_fil .widget-module ul {
  position: absolute;
  min-width: 158px;
  background: #00afd7;
  border: 1px solid #00afd7;
  border-top: 0px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: 400ms;
  transition: 400ms;
  z-index: 5;
  margin: 0;
}
.hs_report__post_fil .widget-module.is_active ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.hs_report__post_fil .widget-module ul li {
  display: block;
  line-height: 1.1rem;
  margin: 0;
}
.hs_report__post_fil .widget-module ul li:before {
  display: none;
}
.hs_report__post_fil .widget-module ul li a {
  display: inline-block;
  padding: 8px 20px;
  min-width: 158px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  color: #00afd7;
  text-align: center;
  background: #ffffff;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
.hs_report__post_fil .widget-module ul li a:hover {
  opacity: 0.7;
}
.hs_report__post_fil .widget-module ul li a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  margin-top: -3px;
  vertical-align: middle;
  background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/arrow-2.svg) no-repeat center center #00afd7;
  border-radius: 50%;
  bottom: auto;
  transform: none;
}
.hs_report__post_fil .widget-module ul li span.filter-link-count {
  display: none;
}


.hs_report__post_fil .title {
  position: relative;
  z-index: 10;
}
.hs_report__post_fil .title a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  min-width: 160px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  color: #ffffff;
  text-align: center;
  background: #00afd7;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
.hs_report__post_fil .title a:hover {
  opacity: 0.7;
}
.hs_report__post_fil .title a:before {
  display: none;
}
.hs_report__post_fil .title a:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin-left: 4px;
  margin-top: -3px;
  vertical-align: middle;
  background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/arrowc.svg) no-repeat center center #ffffff;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 400ms;
  transition: 400ms;
}
.hs_report__post_fil .widget-module.is_active .title a:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.hs_news_letter_top_cont h2 {
  margin: 64px 0 32px;
}
.body-container ul.news_letter_list {
  margin: 64px 0 0;
  padding: 0;
  line-height: 1;
}
ul.news_letter_list li.post-item {
  font-size: 1rem;
  line-height: 1.3rem;
  display: inline-block;
  width: calc((100% - 3.2% - 5px) / 3);
  margin: 0;
  margin-left: 1.6%;
  vertical-align: top;
}
ul.news_letter_list li.post-item+li {
  margin-top: 15px;
}
ul.news_letter_list li.post-item:nth-child(3n+1) {
  margin-left: 0px;
}
ul.news_letter_list li.post-item:nth-child(2),
ul.news_letter_list li.post-item:nth-child(3) {
  margin-top: 0px;
}
ul.news_letter_list li.post-item a {
  margin-left: 40px;
}
ul.news_letter_list li.post-item.all_post {
  width: 100%;
  margin: 0;
}
ul.news_letter_list li.post-item.all_post+li {
  margin-top: 15px;
}

/*=============News Blog=*/
#pagetitle.news {
  height: 450px;
  position: relative;
  background-repeat: no-repeat; 
  background-color: #00afd7;
  background-size: cover;
  background-position: center 0px;
}
#pagetitle.news:before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0px;
  right: 55%;
  background: rgba(0, 175, 215, 0.9);
  -webkit-transform: skewX(-39deg);
  transform: skewX(-39deg);
}
#pagetitle.news .page-center {
  position: absolute;
  width: 100%;
  max-width: 1240px;
  padding: 0px 20px;
  top: calc((100% + 100px) / 2);
  right: 50%;
  font-size: 2.5rem;
  line-height: 3.25rem;
  color: #ffffff;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#pagetitle.news h1 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}

.post-listing .newslist {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-top: 32px;
}
.post-listing .newslist dl {
  position: relative;
  z-index: 0;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.post-listing .newslist dt {
  clear: both;
  float: left;
  width: calc(9em + 130px);
}
.post-listing .newslist dt span.hs_tag {
  position: absolute;
  display: inline-block;
  left: calc(9rem + 25px);
  padding: 4px;
  width: 80px;
  margin-top: -1px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 13.2px;
  line-height: 0.825rem;
  color: #ffffff;
  vertical-align: middle;
  background: #a0aab1;
}
.post-listing .newslist dd {
  margin-left: calc(9em + 130px);
}
.post-listing .newslist a {
  color: #425563;
  position: relative;
  display: inline-block;
}
.post-listing .newslist * + dt + dd ,
.post-listing .newslist * + dt {
  margin-top: 60px;
}
.post-listing .newslist * + dt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  margin-top: -30px;
  background: #a0aab1;
}

/*===============================Seminar====*/

.hs_seminar_top_cont {
  padding: 0 0 64px;
}
.hs_seminar_top_cont p {
  font-size: 1.75rem;
  line-height: 2.275rem;
  font-weight: normal;
}
.seminarlist {
  margin-top: 32px;
}
.seminarlist a {
  position: relative;
  display: block;
  padding: 10px;
  margin-bottom: 40px;
  background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/border.png);
  overflow: hidden;
}
.seminarlist a:before {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0px;
  left: -50%;
  background: #00afd7;
  z-index: 3;
  opacity: 0;
  -webkit-transform: skewX(-39deg) scaleX(0);
  transform: skewX(-39deg) scaleX(0);
  -webkit-transition: 600ms;
  transition: 600ms;
}
.seminarlist a:hover:before {
  opacity: 1;
  -webkit-transform: skewX(-39deg) scaleX(1);
  transform: skewX(-39deg) scaleX(1);
}
.seminarlist a > span {
  position: relative;
  display: block;
  padding: 25px 30px 20px;
  background: #ffffff;
  z-index: 4;
}
.seminarlist a .title {
  display: block;
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 31.2px;
  line-height: 1.95rem;
  color: #00afd7;
  font-weight: bold;
}
.seminarlist a .about {
  display: block;
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  color: #425563;
}
.seminardate .close {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #425563;
}
.seminardate .close span {
  display: inline-block;
}
.seminardate .close .tag {
  padding: 4px;
  width: 5.625em;
  text-align: center;
  color: #ffffff;
  line-height: 100%;
  vertical-align: middle;
  background: #a0aab1;
  border: 1px solid #a0aab1;
  margin-right: 10px;
}

.seminardate .close .tag.active {
  color: #00afd7;
  background-color: #fff;
  border: 1px solid #00afd7;
}

.seminartab {
  margin-top: 28px;
  position: relative;
}

.hs_seminar.hs-blog-post .section.post-header h2 {
  margin: 0 0 32px;
}


.hs_seminar.hs-blog-post .section.post-header * + h2 {
  margin-top: 64px;
}

.hs_seminar.hs-blog-post .section.post-header h1 + * {
  margin-top: 0;
}

.seminar-active-bar {
  padding-bottom: 10px;
  background: #00afd7;
}

.seminar-active-bar > div {
  padding: 25px;
  font-size: 1.25rem;
  line-height: 1.375rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.seminar-active-bar ul {
  list-style: none;
  padding: 0;
  margin: 0px 10px;
  overflow: hidden;
}

.seminar-active-bar ul li {
  float: left;
  width: calc((100% - 60px) / 5);
  margin: 0 0 10px 10px !important;
}

.seminar-active-bar ul li a {
  display: block;
  padding: 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  color: #00afd7;
  text-align: center;
  font-weight: 500;
  background: #ffffff;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}

.seminar-active-bar ul li:before,.seminar-active-bar ul li a:before {
  display: none;
}

.seminar-active-bar ul li a:hover {
  opacity: .7;
}

.hs_seminar.hs-blog-post .section.post-body .seminar-active-bar {
  margin-top: 64px;
}

.seminardate .close span.date > span {
  padding: 0;
  margin: 0 -5px 0 0;
}

.seminar-presenter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.seminar-presenter .pict {
  position: relative;
  flex-shrink: 0;
  width: 15%;
  padding-top: 15%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 2em;
  line-height: 0;
}

.seminar-presenter .pict img {
  position: absolute;
  width: 100% !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.seminar-presenter .info {
}

.seminar-presenter .info .heading {
  font-size: 1.125rem;
  font-weight: bold;
}

.seminar-presenter .info .text {
  margin-top: 0.5em;
}



.body-container .seminartab ul {
  font-size: 0;
  line-height: 0;
  border-bottom: 1px solid #425563;
  list-style: none;
  margin: 0;
}
.body-container .seminartab ul li {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17.6px;
  line-height: 1.1rem;
}
.body-container .seminartab ul li:before {
  display: none;
}
.body-container .seminartab ul li  a {
  display: block;
  padding: 10px 20px;
  min-width: 260px;
  color: #ffffff;
  text-align: center;
  background: #a0aab1;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
.body-container .seminartab ul li.current a {
  background: #425563;
}
.body-container .seminartab ul li + li {
  margin-left: 10px;
}
.body-container .seminartab ul li a:hover {
  opacity: 0.7;
}
.seminarlist a.post-listing-simple:before,
.body-container .seminartab ul li a:before {
  display: none;
}


/*=====================Case Study=====================*/
body.hs_case_study_page {}

.casepagenavi {
  padding: 0;
  margin: 32px 0 0;
}
.hs_casestudy_grp .casepagenavi ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-right: -5px;
  margin-bottom: -30px;
  font-size: 0;
  line-height: 0;
}
.hs_casestudy_grp .casepagenavi li {
  display: inline-block;
  width: calc((100% - 65px) / 3);
  margin: 0;
  margin-left: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  vertical-align: top;
}
.hs_casestudy_grp .casepagenavi li:nth-child(3n+1) {
  margin-left: 0px;
}
.hs_casestudy_grp .casepagenavi a:before, 
.hs_casestudy_grp .casepagenavi li:before {
  display: none;
}
.hs_casestudy_grp .casepagenavi a {
  position: relative;
  display: block;
  padding: 12px 20px 40px;
  text-align: center;
  color: #425563;
  font-weight: bold;
  background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/border.png);
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
.hs_casestudy_grp .casepagenavi a:hover {
  opacity: 0.7;
}
.hs_casestudy_grp .casepagenavi a span {
  display: block;
  margin-bottom: 8px;
  font-weight: normal;
}
.hs_casestudy_grp .casepagenavi a:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 11px;
  bottom: 15px;
  left: 50%;
  margin-left: -20px;
  background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/pagenavi.svg) no-repeat center center;
  background-size: 100% auto;
}


.hs_casestudy_servi_grp .casetitle {
  position: relative;
  margin: 64px 0px 32px;
  padding-right: 200px;
}
.hs_casestudy_servi_grp .casetitle h2 {
  margin-bottom: 0px;
}
.hs_casestudy_servi_grp .casetitle .productlink {
  position: absolute;
  right: 0px;
  bottom: 3px;
}
.hs_casestudy_servi_grp .casetitle .productlink a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  min-width: 160px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  color: #ffffff;
  text-align: center;
  background: none no-repeat center center #00afd7;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
.hs_casestudy_servi_grp .casetitle .productlink a:before {
  display: none;
}
.hs_casestudy_servi_grp .casetitle .productlink a:hover {
  opacity: 0.7;
}

.hs_casestudy_servi_grp .caselist>div {
  margin: 0px -5px -30px -30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs_casestudy_servi_grp .caselist > div:after {
  content: "";
  display: block;
  clear: both;
}
.hs_casestudy_servi_grp .caselist a {
  position: relative;
  display: block;
  float: left;
  width: calc((100% - 95px) / 3);
  margin-left: 30px;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.hs_casestudy_servi_grp .caselist a:nth-child(3n+1) {
  clear: left;
}
.hs_casestudy_servi_grp .caselist a .logo {
  position: relative;
  display: block;
  padding-top: 54%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  overflow: hidden;
}
.hs_casestudy_servi_grp .caselist a:hover .logo {
  opacity: 0.7;
}
.hs_casestudy_servi_grp .caselist a .logo img {
  position: absolute;
  display: block;
  max-width: 80%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hs_casestudy_servi_grp .caselist a .title {
  display: block;
  padding: 0px 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  color: #425563;
  font-weight: bold;
}
.hs_casestudy_servi_grp .caselist a .about {
  display: block;
  padding: 10px 20px 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  color: #425563;
}


/*==========================*/
.hs-one-columnlayout-wrap .leadbox {
  padding: 25px 20px;
  background: #f4f5f7;
  margin-bottom: 30px;
}
.hs-one-columnlayout-wrap .leadbox p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 500;
}
.hs-one-columnlayout-wrap .image.left {
  padding: 0 20px;
}
.hs-one-columnlayout-wrap .image.left +.image.left {
  margin-top: 32px;
  padding-bottom: 16px;
}
.hs-one-columnlayout-wrap .image.left img {
  padding: 0;
}
.hs-one-columnlayout-wrap .image.floatright.spclear {
  float: right;
  margin-left: 32px;
  margin-bottom: 16px;
  padding: 0 20px;
}
.hs-one-columnlayout-wrap .image.floatright.spclear img {
  padding: 0;
  margin: 0 auto;
  display: block;
}
.hs-one-columnlayout-wrap p.right {
  text-align: right;
  margin-top: 32px;
}

body.custom-system-page .custom-header-main {
  min-height: 100px;
}
.widget-type-email_subscriptions_confirmation h2 {
  font-size: 20px;
}

.lineup.alt {
  margin-top: 0;
  margin-bottom: 64px;
}
.hs-one-collayout-sec1-flex .hs_cos_wrapper_type_module:last-child .lineup.alt {
  margin-bottom: 0;
}
.lineup.alt ul li {
  width: calc((100% - 13px) / 1);
}
.lineup.alt ul li span {
  padding: 15px 15px 15px 24px;
}
.lineup.alt ul li span:after {
  display: none;
}



.serviceconsultingsecurityvisualization ul.linklist {
  padding-left: 0;
}

.serviceconsultingsecurityvisualization ul.linklist a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.15em;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #00afd7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.recruiting .hs-one-collayout-sec1-flex .linklist {
  padding: 0;
  line-height: 1.1rem;
}

.recruiting .hs-one-collayout-sec1-flex .linklist p {
  line-height: 1.1rem;
}


.sitemap .custom-sitemap-wrapper ul li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.15em;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #00afd7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.sitemap .custom-sitemap-wrapper ul li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hs-partnertable.inner-table table {
  width: 100%;
  max-width: 1100px;
}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.hs-partnertable.inner-table {
  margin-top: 32px;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li:last-child > ul > li:nth-child(2) {
  margin-top: 38px;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li:last-child > ul > li:nth-child(2) > ul {}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li:last-child > ul > li:nth-child(2) > a {
  display: inline;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li:last-child > ul > li:nth-child(2) > ul > lifirst-child > a {}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li:last-child > ul > li:nth-child(2) > ul > li > a {
  margin-top: 14px;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li:last-child > ul > li:nth-child(2) > ul > li > ul {
  margin-bottom: 42px;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li:last-child > ul > li:nth-child(2) > ul > li:nth-child(1) > ul {
  margin-bottom: 32px;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li:last-child > ul > li:nth-child(3) > ul {
  margin-top: 0;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li:last-child > ul > li:nth-child(3) > ul > li:nth-child(1) > a {
  margin-top: 14px;
}



.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul li:before {
  content: none;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
  display: inline-block;
}



.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 0.9em;
  top: 0.1em;
  left: 0px;
  background: #00afd7;
  transform-origin: left bottom;
  transform: skewX(-39deg);
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li {
  position: relative;
  display: block;
  padding: 0px;
  padding-left: 30px;
  font-size: 1.75rem;
  line-height: 2.275rem;
  font-weight: normal;
  margin-top:0;
}
.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > ul {
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
  left: 0 !important;
  position: static !important;
  margin-left: -30px;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > a {
  margin: 0px 0px 32px;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > ul > li > a {
  position: relative;
  margin: 0px 0px 16px;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
  display: inline-block !important;
  white-space: normal !important;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > ul > li > ul {
  left: 0 !important;
  display: block !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > ul > li > ul > li > a {
  margin-top: 32px;
  font-size: 1.125rem;
  line-height: 1.4625rem;
  margin-bottom: 16px;
  color: #425563;
  font-weight: bold;
  pointer-events: none;
  white-space: normal !important;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > ul > li > ul > li > ul {
  left: 0 !important;
  display: block !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  line-height: 1.7rem;
  font-size: 1rem;
  list-style: none;
  margin: 16px 0;
}
.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > ul > li > ul > li > ul > li {
  line-height: 1.3rem;
  text-indent: 0;
  margin-left: 0;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > ul > li > ul > li > ul > li > a {
  color: #425563;
  position: relative;
  display: inline-block !important;
  margin-left: 40px;
  white-space: normal !important;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > ul > li > ul > li > ul > li + li {
  margin-top: 15px;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > ul > li > ul > li > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.15em;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #00afd7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > ul > li > ul > li > ul > li > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: -24px;
  top: 0.65rem;
  margin-top: -7.5px;
  background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/arrow-1.svg) no-repeat center center #00afd7;
  border-radius: 50%;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > ul > li > ul > li > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.15em;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #00afd7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > ul > li > ul > li > ul > li > a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-sitemap.right-menu {
  padding-left: 17px;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > ul > li > ul > li > a:empty {
  margin: 0;
}

.custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > ul > li > a:empty {
  margin: 0;
  line-height: normal;
}

.custom-sitemap.left-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul > li:last-child > ul > li > a {
  margin-bottom: 0;
}

.custom-sitemap.right-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > ul > li > ul > li > a:empty + ul {
  margin-top: -27px;
  margin-bottom: 64px;
}


.custom-sitemap .blankicon{
  background-image: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/blankw.png) no-repeat left top;
}

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


.servicelearningsummary ul.linklist li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.15em;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #00afd7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.servicelearningsummary ul.linklist li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.servicelearningsummary ul.linklist {
  padding-left: 0;
}

.servicelearningsummary ul.linklist li {
  line-height: 1.3rem;
}

.servicelearningsummary ul.linklist li+li {
  margin-top: 15px;
}


.cm-content-w-tit-mod-text {
  padding-left: 25px;
}

.service .cm-img-w-hover-cap-item span.visual {
  margin-bottom: 0;
}

.service .cm-img-w-hover-cap-item .cm-img-w-hover-text {
  padding: 20px 0;
}

.serviceconsultingpcidss3ds p+.table-inner {
  margin-bottom: 16px;
}

.custom-header-main.custom-header-nonav .mobile-trigger {
  display: none !important;
}

ul.news_letter_list li.post-item a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.15em;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #00afd7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

ul.news_letter_list li.post-item a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hs-learning .megamenu.megamenu-1 .panel .body ul.col3 li {
  width: calc((100% - 5px) / 4);
}

.cm-img-w-hover-cap-item .cm-img-w-hover-text {
  line-height: 1.5rem;
  color: #425563;
}

.sitemap .custom-sitemap-wrapper ul {
  padding: 0;
}

.sitemap .custom-sitemap-wrapper ul li {
  line-height: 1.3rem;
}

.sitemap .custom-sitemap-wrapper ul li+li {
  margin-top: 15px;
}


.table a:before ,
.servicelearningsecureeggsincident .table a:before ,
.servicelearningeggsforensics .table a:before {
  content: none;
}

.hs-one-inner-layout ul.linklist ,
.servicelearningeggsbasic ul.linklist ,
.serviceconsultingachilles ul.linklist ,
.servicelearningsecureeggsincident ul.linklist ,
.servicelearningeggsforensics ul.linklist {
  padding-left: 0px;
  margin: 0;
}

.hs-one-inner-layout ul.linklist li {
  line-height: 1.3rem;
}

.hs-one-inner-layout ul.linklist li + li {
  margin-top: 15px;
}

.hs-one-inner-layout .linklist li a:before,
.servicelearningeggsbasic .linklist li a:before ,
.servicelearningsecureeggsincident .linklist li a:before ,
.servicelearningeggsforensics .linklist li a:before ,
.serviceconsultingachilles .linklist li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.15em;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #00afd7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
  transform: scale(0);
}


.hs-tools-menu a:before {
  display: none;
}

.table ul.listCircle {
  margin: 0;
}

.custom-menu-learing.custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(1)>a {
  margin-bottom: 0;
}

.custom-menu-learing.custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>a {
  font-weight: normal;
}

.custom-menu-learing.custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>a {
  font-weight: bold;
}

.custom-logo a:hover {
  opacity: 0.7;
}

.notice .hs-one-collayout-sec1-flex {
  padding-top: 0;
}

.recruiting .hs-one-collayout-sec1-flex {
  padding: 0;
}

.custom-recruiting-wrapper .cm-img-w-hover-cap-wrap {
  margin-left: -30px;
  margin-right: -5px;
  margin-bottom: -30px;
  margin-top: 64px;
}

.custom-recruiting-wrapper .cm-img-w-hover-cap-item:first-child {
  margin-left: 30px;
}

.custom-recruiting-wrapper .cm-img-w-hover-text {
  margin-bottom: 24px;
}

.companyabout .contents .hs-one-collayout-sec1-r1 p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30.6px;
  line-height: 1.9125rem;
  font-weight: bold;
}

p.pra-top {
  clear: both;
  display: block;
  margin: 0px 0px 32px;
  padding: 0px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36.4px;
  line-height: 2.275rem;
  font-weight: normal;
}

.companyoutline .hs-one-collayout-sec1-flex {
  padding-top: 0;
}

.serviceconsultingsoar img.image-center {
  padding: 0;
}

img.img-mar {
  margin-top: 32px;
}

.custom-sitemap-wrapper {
  margin-bottom: -64px;
  margin-left: -64px;
  margin-right: -4px;
}

.custom-sitemap-wrapper > * {
  float: left;
  margin-bottom: 64px;
  margin-left: 64px;
  width: calc((100% - 64px * 2 - 4px) / 2);
}

.custom-sitemap-wrapper ul +h2 {
  margin-top: 64px;
}


.custom-sitemap-wrapper ul +h3{
  margin-top: 42px;
}

.custom-sitemap-wrapper ul + h4 {
  margin-top: 32px;
}

.custom-sitemap-wrapper * + h4 {
  margin-top: 32px;
}

.custom-sitemap-wrapper ul +h3 + h4 {
  margin-top: 0;
}

.serviceassessmentredteamoperation img.image-center {
  padding: 0;
}

.about .hs-one-collayout-sec1-flex {
  padding-top: 0;
}

.cm-img-w-hover-cap-item span.title .blankicon{
  background-image: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/blankw.png);
  margin:0 8px;
}
.custom-service-bottom-content #hs_cos_wrapper_widget_1561100746831 .cm-img-w-hover-cap-wrap span.visual {
  margin-bottom: 40px;
}

.companyhistory .hs-one-collayout-sec1-flex {
  padding-top: 0;
}

/*
#topservice .toptitle h2:first-letter {
  color: #00afd7;
}
*/

.hs-one-columnlayout-wrap p.right {
  margin-top: 16px;
}
/*
.contents ul li {
  margin-left: 14px;
  text-indent: -14px;
}*/


.cm-breadcrum-menu-group .page-center {
  padding: 0 20px !important;
}

.body-container .cm-breadcrumb-wrap ul.hs-breadcrumb-menu {
  position: relative;
  width: 100%;
  padding: 8px 0px;
  font-size: 0px;
  line-height: 0px;
  margin: 0;
}

.body-container .cm-breadcrumb-wrap ul.hs-breadcrumb-menu li {
  font-size: 0.75rem;
  line-height: 0.975rem;
  color: #425563;
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
}

.body-container .cm-breadcrumb-wrap ul.hs-breadcrumb-menu li:before {
  content: none;
}

.body-container .cm-breadcrumb-wrap ul.hs-breadcrumb-menu li .hs-breadcrumb-menu-divider:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1px;
  height: 0.8em;
  margin: 0px 8px;
  background: #425563;
  -webkit-transform: skewX(-39deg);
  transform: skewX(-39deg);
  backface-visibility: hidden;
  padding-left: 0;
}

.body-container .cm-breadcrumb-wrap ul.hs-breadcrumb-menu li a {
  color: #425563;
  position: relative;
  display: inline-block;
}

.contents .lineup ul li {
  text-indent: 0;
}

a#back-to-top {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.7;
  border-radius: 6px;
  background-color: rgb(66, 85, 99);
  line-height: 48px;
  display: block;
}

a#back-to-top:before {
  display: none;
}

ul.linklist li {
  text-indent: 0;
  margin-left: 0;
}

.servicesolutionscadafence .cm-three-col-t-img-wrap {
  margin-bottom: 64px;
}

.cm-three-col-t-img-wrap .imagebox>* {
  padding: 0px 20px;
}

.cm-two-col-w-top-text-item h3 {
  margin-top: 42px;
}


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

.blog-pagination .previous-posts-link, .blog-pagination .next-posts-link {
  display: block;
  margin: 0 10px;
  color: #ffffff;
  background: #00afd7;
  text-align: center;
      cursor: pointer;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  padding: 0.8em 1em;
  min-width: 140px;
}

.blog-pagination .previous-posts-link:hover, .blog-pagination .next-posts-link:hover {
  opacity: 0.7;
}

.blog-pagination .previous-posts-link:before, .blog-pagination .next-posts-link:before {
  content: none;
}

.blog-pagination > *:first-child{
  margin-left: 0;
}

.blog-pagination > *:last-child{
  margin-right: 0;
}

.blog-pagination .previous-posts-link{
  
}

.blog-pagination .next-posts-link{
  
}

/* @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.homepage .body-container-wrapper{
overflow:visible;
overflow-x:hidden;
}
} */

.password-template p{
  margin-bottom: 16px;
}

.error-template .hs-search-field__input{
  margin-top:16px;
}

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


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


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

@media (max-width: 1259px) {
  /*   html {
  font-size: 1.28vw;
} */
}


/*===============================*/
@media (max-width:1199px) {
  #pagetitle.news {
    padding-top: 37.5%;
    height: 0px;
  }

}


@media (max-width: 1250px) {
  .custom-header-top-menu ul li a {
    font-size: 1.071rem;
  }
  .custom-header-top-menu ul li a *{
    padding: 10px 7px;
  }
  .custom-header-button-group {
    max-width: 23%;
  }
}

@media (max-width: 1201px) {
  .cm-banner {
    padding-top: 25%;
    min-height: 0px;
  }
  .table-inner{ 
    overflow-x:auto;
    margin-bottom: 20px;
  }

  .custom-service-banner {
    padding-top: 37.5%;
    height: 0px;
  }
  .serviceconsultingbuildcsirt .custom-t-content ,
  .serviceconsultingsecurityaudit .custom-t-content {          
    width: 100%;  
    float:none;
  }

}

@media (max-width: 999px) {
  .custom-header-img {
    display: none !important;
  }
  
  .custom-header-button-group {
    right: 20px;
    max-width: 28%;
  }
  .custom-header-top-menu ul {
    margin-left: 23%;
  }
  .custom-header-top-menu ul li a {
  	font-size: 1rem;
  }
  
  .custom-header-top-menu ul li a * {
    padding: 10px 5px;
  }

  .custom-menu-top {
    right: 20px;
  }

  .custom-t-image {
    width: 19%;
  }

}



@media (max-width: 825px) {
  html {
    font-size: 12px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(1)>a ,
  .custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(2)>a{
    margin-bottom: 14px;
  }

  /* BEGIN Two column with RichText - NriSecure_June2019 */
  .cm-two-col-w-rt > *{
    width: 100%;
    text-align: center;
  }
  /* END Two column with RichText - NriSecure_June2019 */
}

@media (min-width:1258px) {
  html {
    font-size: 16px !important;
  }

}

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

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

  .custom-footer-menu {
    display: none !important;
  }

  .custom-footer-copyright {
    font-size: 0.625rem;
    line-height: 0.6875rem;
    padding: 7.5px 10px;
  }

  .custom-footer-nav .hs-menu-wrapper>ul>li+li:before {
    display: none;
  }

  .custom-footer-nav .hs-menu-wrapper>ul>li+li {
    margin-top: 5px;
    margin-left: 0px;
  }

  .custom-footer-nav {
    margin: 0;
  }

  .widget-span.custom-footer-middle .page-center {
    padding: 10px 10px !important;
  }
  
  .footer-sns {
    position: static;
    text-align: center;
    margin: 18px 0 10px;
  }

  .footer-sns a {
    margin: 0 3px;
  }
  
  /** FOOTER CTA STYLE **/
  .footer-cta-menu {
    padding: 10px 0 5px;
  }

  .footer-cta-menu .hs_cos_wrapper_type_text {
    margin-bottom: 1em;
    font-size: 1.25rem;
  }

  .footer-cta-menu .footer-button {
    height: 70px;
    margin-bottom: 1em;
    padding: 5px 15px;
  }

  .footer-cta-menu .footer-button .icon {
    margin-right: 12px;
  }

  .footer-cta-menu .footer-button .icon img {
    max-height: 45px;
  }

  .footer-cta-menu .footer-button .text {
    font-size: 1.125rem;
  }

  
  /** 旧スタイル **/
  .footertools ul li a {
    padding: 60px 10px 5px;
    min-width: 0px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 13.2px;
    line-height: 0.825rem;
    background-position: center 5px;
    background-size: 50px auto;
  }

  .footertools ul {
    width: 100%;
  }

  .footertools {
    padding: 35px 0px 35px;
  }

  .cm-banner {
    padding-top: 0px !important;
    min-height: 130px ;
  }

  .widget-span.custom-header .page-center {
    height: 50px;
    padding: 0px 10px;
  }

  .custom-logo {
    left: 0px;
    width: 40% !important;
    max-width: 145px;
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
  }

  .custom-header {
    height: 50px;
  }

  .custom-logo img {
    display: block;
    width: 100%;
    height: auto;
    backface-visibility: hidden;
  }

  .cm-banner h1 {
    font-weight: normal;
  }

  /* start of page css */
  .custom-one-inner-top p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28.6px;
    line-height: 1.7875rem;
  }

  .cm-breadcrumb-wrap {
    display: none !important;
  }

  .container-fluid .row-fluid .page-center {
    padding: 20px 10px;
  }
  h2{
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28.6px;
    line-height: 1.7875rem;
  }
  h3{
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 23.4px;
    line-height: 1.4625rem;
  }

  .contents img{
    padding: 0px 10px;
  }

  .body-container-wrapper {
    padding-bottom: 70px;
  }

  .contents img.image-center {
    margin-top: 24px;
  }
  .contents .table table th, .contents .table .format table td, .contents .format .table table td {
    white-space: nowrap;
  }

  .contents img.center{
    margin-bottom: 24px;
  }

  .image-left {
    margin-top: 24px;
  }

  .contents .image.floatright.spclear {
    float: none;
    width: 100%;
    margin-left: auto;
    text-align: center;
  }

  .imagebox {
    display: block;
  }

  .imagebox>* {
    display: block;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }

  .imagebox>*+* {
    padding: 0px 10px;
    padding-top: 32px;
  }

  .imagebox .image img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }

  .serviceconsultingsaq .contents img.center {
    margin-top: 24px;
  }


  .caselist a {
    float: none;
    margin: 0px auto 20px;
    width: 100%;
    max-width: 300px;
  }

  .caselist>div {
    margin: 0px 0px -20px;
  }

  .caselist a .title {
    padding: 0px 16px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20.8px;
    line-height: 1.3rem;
  }

  .caselist a .about {
    padding: 10px 16px 16px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 19.5px;
    line-height: 1.21875rem;
  }

  img.custom-alignright {
    margin-right: -10px;
    margin-top: -20px;
    height: 60px;
    padding: 0;
    margin-left: 0;
  }

  .contents *+.table {
    margin-top: 24px;
  }

  a.sky-btn {
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a[target="_blank"] span:after ,
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a[target="_blank"] span:after{
    content: "";
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    top: -2px;
    margin: 0px 8px;
    text-indent: -10000px;
    background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/blankw.png) no-repeat left top;
    vertical-align: middle;
    overflow: hidden;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a[target="_blank"] span:after{
    background: url(//cdn2.hubspot.net/hubfs/3926524/NriSecure_June2019%20Theme/image/blank.png) no-repeat left top;
  }

  .cm-banner h6 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15.6px;
    line-height: 0.975rem;
    font-weight: bold;
  }

  .custom-imagebox .image {
    width: 100%;
  }

  .custom-imagebox.-large .image {
    width: 100%;
  }

  .custom-imagebox.-sp-center img{
    margin-left: auto;
    margin-right: auto;
  }


  .custom-imagebox {
    display: block;
  }

  .custom-imagebox>* {
    display: block;
    padding: 0px 10px;
  }

  .custom-imagebox.-image-auto-resize > * {
    display: table-cell;
  }

  .custom-imagebox img {
    padding: 0;
    margin-bottom: 20px;
  }

  .custom-imagebox-wrapper-col2 {
    margin-left: -32px;
    margin-bottom: -32px;
  }

  .custom-imagebox-wrapper-col2 > * {
    width: calc((100% - 32px * 1 - 4px) / 1);
    margin-left: 32px;
    margin-bottom: 32px;
  }

  .custom-imagebox-wrapper-col2 .custom-imagebox > * {
    display: table-cell;
  }

  .custom-imagebox-wrapper-col2 .custom-imagebox .image {
    width: 80px;
  }

  .custom-service-banner {
    height: 160px;
    padding: 0;
  }

  .custom-service-banner>div {
    padding: 0px 10px;
    top: calc((100% + 50px) / 2);
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
  }

  .custom-service-banner h1 {
    font-weight: bold;
  }

  .custom-service-top-content p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28.6px;
    line-height: 1.7875rem;
  }

  .custom-service-bottom-content .cm-img-w-hover-cap-item {
    margin: 0px 0px 15px 15px;
    width: calc((100% - 35px) / 2);
    float: left;
  }

  .custom-service-bottom-content .cm-img-w-hover-cap-item:first-child {
    margin: 0px 0px 15px 15px;
  }

  .custom-service-bottom-content .cm-img-w-hover-cap-wrap {
    margin-left: -15px;
    margin-bottom: -15px;
  }

  .serviceconsultingsoar .custom-one-inner-top p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31.2px;
    line-height: 1.95rem;
  }

  .serviceconsultingsoar .custom-one-inner-top {
    margin-bottom: 50px;
  }

  .contents .hs-one-collayout-sec1-r1 p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28.6px;
    line-height: 1.7875rem;
  }

  .lineup dd ul li {
    width: calc(100% - 13px);
  }
  .hs-one-collayout-section1 .imagebox>*+* {
    width: 100%;
  }

  .custom-box {
    padding: 16px;
  }

  .custom-inner-imagebox {
    display: block;
  }

  .custom-inner-imagebox>* {
    display: block;
  }

  .custom-inner-imagebox>*+* {
    padding: 0;
    padding-top: 32px;
    margin: 0 auto;
    width: 100% !important;
  }

  .contents h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31.2px;
    line-height: 1.95rem;
  }

  .contents blockquote {
    padding: 15px 10px;
  }

  .hs-one-collayout-sec1-flex {
    padding-top: 24px;
  }

  .custom-profile-item>* {
    display: block;
    margin-bottom: 32px;
    padding: 0px;
    width: auto !important;
  }

  .custom-profile-item {
    display: block;
    width: auto;
    margin-left: 0px;
    margin-bottom: -32px;
    margin-right: 0px;
  }

  .servicecasecryptobinnexco .contents img {
    padding: 0;
  }


  p.pra-right {
    margin-top: 24px;
  }

  .hs-one-collayout-section1.contents img {
    padding: 0;
  }

  .serviceconsultingsecurityaudit .contents img {
    margin-top: 24px !important;
  }

  .custom-t-image {
    width: 100%;
  }

  .custom-t-image {
    float: none;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: center;
  }

  .serviceconsultingsecurityaudit .custom-t-image img {
    margin: 0 !important;
  }

  .custom-t-content p {
    margin-top: 16px;
  }

  .custom-t-content {
    width: 100%;
  }

  .custom-work-item {
    margin-top: 24px;
  }

  .custom-work-image {
    padding: 0px 10px;
  }

  p.font90.fwb {
    margin-top: 24px;
    padding: 0 10px;
  }

  .cm-three-col-t-img-wrap .imagebox .image:first-child {
    padding-left: 0px !important;
  }


  .cm-three-col-t-img-wrap .imagebox>* {
    width: 100%;
  }

  .image.floatleft.spclear {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  img.img-center {
    margin-top: 24px;
  }

  .custom-equal-col {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  .custom-equal-col.right .custom-equal-heading {
    text-align: left;
  }

  .custom-equal {
    margin-bottom: 70px;
  }

  .servicecasepcchecktoyota-tsusho img.img-center {
    margin-top: 17px;
    padding: 0 10px;
  }

  .servicecasepcidss-saqtech-air img.img-center {
    padding: 0 10px;
    padding-top: 20px;
  }

  .home-row1 {
    margin-top: -180px;
  }
  
  #topvisual {
    height: 365px;
  }

  #topvisual > div {
    padding: 0px 10px;
  }

  #topvisual > div:before {
    width: 768px;
    right: auto;
    left: -816px;
  }

  #topvisual > div:after {
    width: 768px;
    left: auto;
    right: -774px;
  }

  #topvisual .catch {
    width: 72%;
    top: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #topvisual .catch img {
    width: 100%;
    max-width: 280px;
    height: auto;
  }

  #topvisual .cover {
    top: 65px;
    width: 60px;
    right: auto;
    left: -120px;
  }

  
  #toptopics {
    margin-top: 20px;
  }

  #toptopics .stage {
    padding: 0px 10px;
  }

  #toptopics .stage > div {
    margin: 0px 0px -20px;
  }

  #toptopics .stage a {
    float: none;
    margin: 0px auto 20px;
    width: 100%;
    max-width: 300px;
  }

  #toptopics .stage a .tag {
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 9.9px;
    line-height: 0.61875rem;
  }

  #toptopics .stage a .text {
    padding: 2.3em 16px 16px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 19.5px;
    line-height: 1.21875rem;
  }

  #topservice .bg {
    display: none;
  }

  #topservice .stage {
    padding: 90px 10px 0px;
  }

  #topservice .stage {
    padding-top: 55px;
  }

  #topservice .toptitle {
    margin-bottom: 25px;
    padding: 5px 20px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }

  #topservice .toptitle:before {
    left: 20px;
    width: 4px;
  }

  #topservice .toptitle:after {
    right: 20px;
    width: 4px;
  }

  #topservice .menu ul {
    margin: 0px 0px -10px;
  }

  #topservice .menu li {
    float: none;
    width: 100%;
    margin: 0px auto 10px;
  }

  #topservice .menu li:nth-child(4n + 3) {
    margin-left: auto;
  }

  #topservice .menu a {
    box-shadow: none;
  }

  #topservice .menu a img {
    width: 36%;
  }

  #topservice .menu a span {
    width: 64%;
    right: 0px;
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
    line-height: 17.6px;
    line-height: 1.1rem;
    color: #425563;
  }

  #topservice .menu a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #topproduct {
    margin-top: 75px;
  }

  #topproduct .stage {
    padding: 65px 10px;
  }

  #topproduct .stage {
    top: -20px;
    padding-bottom: 40px;
  }

  #topproduct .menu ul {
    margin: 0px 0px -10px;
  }

  #topproduct .menu li {
    float: none;
    width: 100%;
    margin: 0px auto 10px;
  }

  #topproduct .menu a {
    box-shadow: none;
  }

  #topproduct .menu a img {
    display: none;
  }

  #topproduct .menu a span {
    position: static;
    padding: 15px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 17.6px;
    line-height: 1.1rem;
    color: #425563;
    -webkit-transform: none;
    transform: none;
  }

  #topservice .toptitle h2 {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    line-height: 2.0625rem;
  }

  #megamenu{
    display:none !important;
  }

  html {
    font-size: 16px !important;
  }

 
  .company-page .cm-img-w-hover-cap-item, .company-page .cm-img-w-hover-cap-item:first-child {
    margin: 0px 0px 15px 15px;
    width: calc((100% - 35px) / 2);
    float: left;
  }

  .company-page .cm-img-w-hover-cap-wrap {
    margin-left: -15px;
    margin-bottom: -15px;
  }

  .download-document-group .column {
    margin-left: -32px;
    margin-bottom: -32px;
  }

  .download-document-group .column.col2>* {
    width: calc((100% - 32px * 2 - 4px) / 2);
  }

  .download-document-group .column>* {
    margin-left: 32px;
    margin-bottom: 32px;
  }

  .download-document-group .image {
    padding: 0;
  }

  .download-document-group .imagebox>* {
    display: block;
    width: auto !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  .company-page .body-container .page-center {
    padding-bottom: 20px !important;
  }

  .custom-map .casetitle {
    padding: 0;
  }

  .custom-map-layout {
    display: block;
    width: auto;
    margin-left: 0px;
    margin-bottom: -32px;
    margin-right: 0px;
  }

  .custom-map-layout > * {
    display: block;
    margin-bottom: 32px;
    padding: 0px;
    width: auto !important;
  }

  .googlemap {
    padding-top: 75%;
  }

  .custom-footer-nav .hs-menu-wrapper > ul > li > a {
    width: auto;
  }

  .custom-recruiting-wrapper .cm-img-w-hover-cap-item:first-child {
    margin-left: 0;
  }

  .custom-recruiting-wrapper .cm-img-w-hover-cap-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  /* 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 {
    max-width:100%;
  }

  .companyabout .contents .hs-one-collayout-sec1-r1 p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 27.2px;
    line-height: 1.7rem;
  }

  .companyabout .hs-one-collayout-sec1-flex {
    padding-top: 32px;
  }

  p.pra-top {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28.6px;
    line-height: 1.7875rem;
  }

  .companymessage img.alignright {
    float: none;
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .companyabout .hs-one-collayout-section1.contents img {
    padding: 0 10px;
  }

  .cm-img-w-hover-cap-item {
    float: none;
    width: 100%;    
    margin-left: 0;
  }
  .contents img[align="center"] {
    margin-top: 24px;
  }
  .custom-one-inner-top img {
    max-height: 60px;
    margin-right: 0;
    margin-top: -15px;
  }
  .hs_report_post .section.post-header, 
  .hs_report_post .section.post-body {
    padding: 0 10px;
  }
  .hs_report_post .post-header h1 {
    font-size: 1.5rem;
    line-height: 1.95rem;
  }
  .hs_report_top_cont p:first-child {
    margin-bottom: 24px;
  }
  .table.reportlist {
    margin-top: 24px;
  }
  ul.news_letter_list li.post-item {
    width: 100%;
    margin: 0 !important;
  }
  ul.news_letter_list li.post-item+li {
    margin-top: 15px !important;
  }
  #pagetitle.news {
    padding-top: 0;
    height: 160px;
  }
  #pagetitle.news .page-center {
    padding: 0px 10px;
    top: calc((100% + 50px) / 2);
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .post-listing .newslist {
    margin-top: 24px;
  }
  .post-listing .newslist dt {
    float: none;
    width: 100%;
  }
  .post-listing .newslist dd {
    margin-left: 0px;
    margin-top: 10px;
  }
  .post-listing .newslist * + dt {
    margin-top: 30px;
  }
  .post-listing .newslist * + dt + dd {
    margin-top: 10px;
  }
  .post-listing .newslist * + dt:before {
    margin-top: -15px;
  }

  .hs_seminar_top_cont p {
    font-size: 1.375rem;
    line-height: 1.7875rem;
  }

  .seminartab {
    margin-top: 20px;
  }
  .body-container .seminartab ul li {
    display: block;
    margin-left: 0 !important;
  }
  .body-container .seminartab ul {
    border-bottom: 0;
  }

  .hs_casestudy_grp .casepagenavi li {
    width: calc((100% - 20px) / 2);
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .hs_casestudy_grp .casepagenavi li:nth-child(3n+1) {
    margin-left: 15px;
  }
  .hs_casestudy_grp .casepagenavi li:nth-child(2n+1) {
    margin-left: 0px;
  }
  .casepagenavi {
    margin: 24px 0 0;
  }
  .hs_casestudy_servi_grp {
    padding: 15px 0 0;
    margin-top: 20px;
  }
  .hs_casestudy_servi_grp .casetitle {
    padding-right: 0;
    margin: 44px 0px 32px;
  }
  .hs_casestudy_servi_grp .casetitle h2 {
    margin-bottom: 10px;
  }
  .hs_casestudy_servi_grp .casetitle .productlink {
    position: static;
    text-align: right;
  }
  .hs_casestudy_servi_grp .caselist>div {
    margin: 0px 0px -20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs_casestudy_servi_grp .caselist a {
    float: none;
    margin: 0px auto 20px;
    width: 100%;
    max-width: 300px;
  }
  .hs_casestudy_servi_grp .caselist a .title {
    padding: 0px 16px;
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .hs_casestudy_servi_grp .caselist a .about {
    padding: 10px 16px 16px;
    font-size: 0.8125rem;
    line-height: 1.21875rem;
  }

  .lineup.alt ul li {
    display: block;
    height: auto !important;
  }
  .lineup.alt ul li span {
    padding-bottom: 0;
  }
  .lineup dd ul li a {
    display: block;
  }
  img.alignLeft {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 16px;
    float: none;
  }  
  .servicesolutionscadafence .custom-title-inner-item p {
    text-indent: 0 !important;
  }

  .servicesolutionscadafence .cm-three-col-t-img-wrap .imagebox>* {
    width: 100% !important;
  }

  .servicesolutionscadafence .cm-three-col-t-img-wrap .text {
    width: 100% !important;
  }
  .hs-default-blog .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    display: block !important;
    float: none !important;
    margin: 20px 0 10px; 
    max-width: 100%;
    max-height: 100%;
  }
  .hs-default-blog .blog-post-wrapper .post-body img {
    display:block !important;
    float:none !important;
    margin:0 auto !important;
  }
  .custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul > li > ul > li > ul > li > ul > li > a {
    margin-left: 20px;
  }
  .company.company-page .body-container .page-center {
    padding-bottom: 0 !important;
  }
  .custom-sitemap .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    width: auto;
  }
  p small {
    margin-top: 24px;
    padding: 0 10px;
  }
  .contents .table {
    margin-top: 24px;
  }
  .hs-partnertable.inner-table table {
    width: 100% !important;
    max-width: 1100px;
    table-layout: fixed;
    display: block;
  }

  .hs-partnertable.inner-table table td.w_catg {
    display: block;
    width: 100%;
    border-bottom: 1px solid grey;
  }

  .hs-partnertable.inner-table table td.w_adrs {
    width: 47%;
  }

  .hs-partnertable.inner-table table tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid grey;
  }

  .hs-partnertable.inner-table table td.w_logo {
    width: 20%;
    border-right: 1px solid grey;
  }

  .hs-partnertable.inner-table table td {
    border: none;
  }

  .hs-partnertable.inner-table table tr:last-child {
    border: none;
  }

  .seminar-active-bar ul li {
    width: calc((100% - 30px) / 2);
  }
  
  .blog-pagination{
   justify-content: space-between; 
  }
  
  .blog-pagination .previous-posts-link, .blog-pagination .next-posts-link {
    padding: 0.6em 0.8em;
    width: 120px;
  }
  
  .seminar-presenter .pict {
    width: 120px;
    height: 120px;
    margin-right: 1.5em;
  }
  
  .cta-sp-clear .hs-cta-wrapper {
    display: block;
    text-align: center;
  }
  
}  

@media (max-width:700px) {
  .hs_report_post table {
    width: 100%;
  }
  .hs_report_post table tr>td {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto 15px;
  }
  .hs_report_post table.sp-table-style-none {
    width: 100% !important;
  }
  .hs_report_post table.sp-table-style-none tr {
    display: block;
    height: auto !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 13px 10px;
  }
  .hs_report_post table.sp-table-style-none td {
    margin: 0;
    border: none;
  }
  .hs_report_post table tr>td>div {
    float: none !important;
  }
  .hs_report_post table div>img {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .hs_report_post .contents .button>div {
    display: block;
    width: auto;
  }
  .table.reportlist {
    padding-left: 0;
  }
  .table.reportlist table {
    width: 100%;
  }
  .table.reportlist table thead {
    display: none;
  }
  .table.reportlist table tbody th,
  .table.reportlist table tbody td {
    display: block;
    border-bottom: 0;
  }
  .table.reportlist table tbody tr:last-child td:last-child {
    border-bottom: 1px solid #425563;
  }

  .custom-sitemap.right-menu{
    padding-right:0;
  }

}


@media(max-width: 640px) {
  .section.post-body img {
    float: none !important;
    margin: 0 0 10px !important;
  }
}

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

@media (max-width: 479px) {
  .custom-service-bottom-content .cm-img-w-hover-cap-item {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .custom-service-bottom-content .cm-img-w-hover-cap-wrap {
    margin: 0;
  }

  .custom-service-bottom-content .cm-img-w-hover-cap-item:first-child {
    margin: 0;
  }

  .custom-pro-right .profile {
    display: block;
    max-width: 100%;
  }

  .custom-work-item>*+* {
    padding-left: 10px;
  }

  .servicesolutioncofense .custom-one-inner-content img {
    float: none !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    text-align: center;
    display: block;
  }

  .custom-sitemap-wrapper > * {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 48px;
    width: 100%;
  }

  .custom-sitemap-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .company-page .cm-img-w-hover-cap-item, .company-page .cm-img-w-hover-cap-item:first-child {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }

  .company-page .cm-img-w-hover-cap-wrap {
    margin: 0;
    margin-top: 20px;
  }

  .custom-service-bottom-content .cm-img-w-hover-cap-wrap {
    margin-top: 64px;
  }
  .hs_casestudy_grp .casepagenavi li {
    width: 100%;
    margin: 0 0 15px;
  }
  .hs_casestudy_grp .casepagenavi li:nth-child(3n+1) {
    margin-left: 0;
  }
  .hs-partnertable.inner-table table td.w_logo {
    width: 100%;
    display: block;
    border-right: 0;
    border-bottom: 1px solid grey;
  }

  .hs-partnertable.inner-table table td.w_adrs {
    width: 100%;
    display: block;
  }
  .hs-partnertable.inner-table table {
    white-space: normal;
    word-break: break-word;
  }


}

@media (max-width: 400px) {
  .custom-pro-right .profile .image {
    width: 100%;
    max-width: 100%; /* IE11 */
    margin-bottom: 20px;
  }

  .custom-pro-right .profile>div {
    display: block;
  }
}