@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700,400italic);

/**
 * NIFTY BIZ
 * since 2016.6.27.
 */


/**
 * CSS @imports must be at the top of the file.
 * Add them above this section.
 */



/* ==========================================================================
   HS COS Boilerplate v1.4.0
   ========================================================================== */


/* This responsive framework is required for all styles. */



/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

/* These includes are optional, but helpful. */
/* 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;
}

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



/* ==========================================================================

   Index:

  1. BASE STYLES
    - Variables
    - Macros
    - Base
    - Typography

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons

  6. MISCELLANOUS

  7. MOBILE MEDIA QUERIES

   ========================================================================== */








/* ==========================================================================


   1. BASE STYLES


   ========================================================================== */





/* ==========================================================================
   Variables
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths
 * for your site and assign them to the jinja variables below for easy use
 * and reference.
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */

    /*★  */
    /*★  */
    /*★  */

    /*☆  */
    /*☆  */
    /*☆  */



    /**/
    /**/
    /**/
    /**/
    /**/
    /**/
    /**/
    /**/
    /**/
    /**/





/* Typography */
/**/       /*  */
       /*  */
                    /*  */
                     /*  */
   /*  */


/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros
   ========================================================================== */


/**
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.
  * Ignore the jinja comment tags.
  *
  * 
  */

/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/


/* Transform */


/* Arrow */



/* Gradient Button */






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

html, body {
  font-size: 100.01%;
}

/* Website background color and default font styles */
body {
    color: #474747;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    word-wrap : break-word;
    overflow-wrap : break-word;
}

noscript p {
    background: #fff;
    border: 1px solid #f30;
    color: #f30;
    display: inline-block;
    font-size: 1.33333em;
    left: 0;
    margin: 0 auto;
    padding: 1em;
    position: absolute;
    right: 0;
    top: 20px;
    max-width: 740px;
    z-index: 9999;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 980px;
    margin: 0 auto;
}

a {
    color: #007eb1;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #007eb1;
    text-decoration: none;
}



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


/* Basic text */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}

/* Lists */
.d-table,
.list-table,
.dl-table {
    display: table;
    *display: block;
}
.d-table-row {
    display: table-row;
    *display: block;
}
.d-table-cell,
.list-table > li,
.dl-table > dt,
.dl-table > dd {
    display: table-cell;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.list-circle > li:before {
    content: '●';
    display: inline;
    margin-right: 10px;
}
.list-bar > li:before {
    content: '－';
    display: inline;
    margin-right: 10px;
}
.button-box {
    display: block;
    text-align: center;
}
.button-box > li {
    vertical-align: top;
}
.button-box > li input[type=image]:hover,
.button-box > li a:hover {
    opacity: .8;
}





/* ==========================================================================


   2. COS STRUCTURE


   ========================================================================== */





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


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

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




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


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

/* topline */
.toplineL,
.toplineR {
    height: 14px;
    display: inline-block;
    border-width: 7px;
    border-style: solid;
    margin-top: -1px;
}
.toplineL {
    border-color: #004e96;
    width: 100%;
    z-index: 1;
    border-width: 0 0 14px 0vw;
}
.toplineR {
    width: 31%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border-width: 0 0 15px 1vw;
    border-color: transparent transparent #fbc600 transparent;
    border-right-color: #fbc600;
}

/* Brand */
#Brand.wrapper {
    border-bottom: 1px solid #b3b3b3;
    font-size: .75em;
    padding: 17px 0 27px;
}
#Brand .list-unstyled.list-table {
    margin-top: 5px;
    margin-left: -8px;
}
#Brand .webhansoku-logo img {
    max-width: 200px;
}
#Brand .text-link {
    margin-top: 1em;
    text-align: right;
}
#Brand .brand_hed {
    font-size: .625em; /* 7.5px */
}

#Brand .biz-logo {
    position: relative;
}

#Brand .biz-logo .biz-logo-img {
    display: block;
    position: relative;
}

#Brand .biz-logo .biz-logo-sub {
    display: block;
    position: absolute;
    top: 15px;
    left: 164px;
}

/* Breadcrumbs */
#Breadcrumbs.wrapper {
    background: #b3b3b3;
}
#Breadcrumbs .breadcrumb {
    background-color: transparent;
    border-radius: none;
    font-size: .75em;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
#Breadcrumbs .breadcrumb li,
#Breadcrumbs .breadcrumb > .active,
#Breadcrumbs .breadcrumb li a {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .05);
}
#Breadcrumbs .breadcrumb > li + li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 1.33333em;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    vertical-align: middle;
}

/* PageHeader / BlogHeader */
#PageHeader.wrapper {
    background: #f9f9f9;
    border-top: solid 4px #b3b3b3;
    border-bottom: solid 1px #b3b3b3;
}
#BlogHeader.wrapper {
    background: #004e96;
}
#PageHeader .page-title {
    color: #1c293a;
    font-size: 1.75em;
    line-height: 1.4;
    margin: 1em 0;
}
#PageHeader .page-title small {
    color: inherit;
    font-weight: inherit;
}
#BlogHeader .blog-title h1 {
    color: #fff;
    margin-top: 1.5em;
}
#BlogHeader .blog-title a {
    outline: none;
    text-decoration: none;
}
#BlogHeader .blog-title .description {
    color: #fff;
}
#BlogHeader img {
    margin: 5px 0 18px;
}
@media (max-width: 767px){
    #PageHeader.wrapper,
    #BlogHeader.wrapper {
        border-bottom-width: 5px;
    }
    #BlogHeader.wrapper {
        border-top: 4px solid #b3b3b3;
    }
    #PageHeader .page-title,
    #BlogHeader .blog-title h1 {
        font-size: 1em;
    }
    #PageHeader .page-title small {
        font-size: .85em;
    }
}


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


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


/* Main */
#Main.wrapper {
    padding: 2em 0;
}

/* module-box */
.main-content .hs_cos_wrapper_type_rich_text > .module-box {
    margin-bottom: 5em;
    margin-top: 5em;
}
.main-content .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_rich_text:first-child > .module-box {
    margin-top: 0;    
}
@media (max-width: 767px) {
    .main-content .hs_cos_wrapper_type_rich_text > .module-box {
        margin-bottom: 2.5em;
        margin-top: 2.5em;
    }
}

/* common-cta-box */
.main-content .hs_cos_wrapper_type_rich_text > .module-box .common-cta-box:not(.no-border) {
    border-bottom: solid 1px #ccc;
    padding-bottom: 5em;
}
@media (max-width: 767px) {
    .main-content .hs_cos_wrapper_type_rich_text > .module-box .common-cta-box:not(.no-border) {
        padding-bottom: 2.5em;
    }
    .main-content .hs_cos_wrapper_type_rich_text > .module-box .common-cta-box li {
        display: block;
        margin-bottom: 1em;
    }
}



/* Unique Pages
   ========================================================================== */

/* EC-CUBE support plan */
.main-content .ec-table-title {
    background: #005f96;
    color: #fff;
    font-size: 1.125em;
    padding: .25em .5em;
}
.main-content .ec-table th,
.main-content .ec-table td {
    border: 1px solid #919191;
    font-size: 85.7%;/*12px*/
    padding: .5em 1em;
    vertical-align: middle;
}
.main-content .ec-table th {
    font-weight: normal;
}
.main-content .ec-table thead th {   
    background: #eaeaea;
}
.main-content .ec-table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #919191;
}
.main-content .ec-table tbody th {   
    background: #f7f7f7;
}
.main-content .ec-table td p,
.main-content .ec-table td ul {
    margin-bottom: 0;
}
.main-content .ec-table .list-unstyled.indent > li {
    margin-left: 1em;
    text-indent: -1em;
}
.lt-ie9 .main-content .table-responsive {
    overflow-x: visible;
}
@media (min-width:1280px) {
    .main-content .table-responsive {
        overflow-x: visible;
    }
}
@media (max-width: 767px) {
    .main-content #cta_button_501776_2bfa4e44-a93e-4e57-aaae-bb5181f60947.cta_button.cta-simple-rounded,
    .main-content #cta_button_501776_3e3ef66f-3344-450a-b8fa-d0e750b26396.cta_button.cta-simple-rounded {
        width: 80%;
    }
    .main-content #cta_button_501776_2bfa4e44-a93e-4e57-aaae-bb5181f60947.cta_button.cta-simple-rounded {
        padding: 1em 0;
    }
    .main-content #cta_button_501776_3e3ef66f-3344-450a-b8fa-d0e750b26396.cta_button.cta-simple-rounded {
        padding: .25em 0;
    }
    .main-content #cta_button_501776_2bfa4e44-a93e-4e57-aaae-bb5181f60947.cta_button.cta-simple-rounded strong,
    .main-content #cta_button_501776_3e3ef66f-3344-450a-b8fa-d0e750b26396.cta_button.cta-simple-rounded strong {
        font-size: .55em;
    }
    /* lp_ec-cube-supportplan_contact-green */
    .main-content #cta_button_501776_8f9a9be8-bf0b-4d3b-a7b1-aa06de6b4b22.cta_button.cta-simple-rounded {
        padding: 1em 0;
        width: 80%;
    }
    .main-content #cta_button_501776_8f9a9be8-bf0b-4d3b-a7b1-aa06de6b4b22.cta_button.cta-simple-rounded strong {
        font-size: .55em;
    }
    /* lp_ec-cube-supportplan_estimate-green */
    .main-content #cta_button_501776_78535f81-201a-4f71-a18b-f185682abba9.cta_button.cta-simple-rounded {
        padding: 1em 0;
        width: 80%;
    }
    .main-content #cta_button_501776_78535f81-201a-4f71-a18b-f185682abba9.cta_button.cta-simple-rounded strong {
        font-size: .55em;
    }
}

.main-content .quote-example {
    margin-left: auto;
    margin-right: auto;
}
.main-content .quote-example .table {
    margin-bottom: .25em;
}
.main-content .quote-example .table caption {
    background: #eaeaea;
    color: inherit;
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 1em;
    padding: .25em;
}
.main-content .quote-example .table caption > small {
    font-weight: 300;
}
.main-content .quote-example .table th,
.main-content .quote-example .table td {
    border-color: #f919191;
    padding-bottom: 3px;
}
.main-content .quote-example .table th + th,
.main-content .quote-example .table td {
    text-align: right;
}
.main-content .quote-example .table th {
    font-weight: 300;
}
.main-content .quote-example .table th[colspan="2"] {
    background: #f7f7f7;
    font-weight: 700;
    letter-spacing: .1em;
}
.main-content .quote-example .table td {
    text-align: right;
}
.main-content .quote-example tfoot {
    border-color: #919191;
    border-style: solid;
}
.main-content .quote-example tfoot td {
    font-weight: 700;
    font-size: 1.1em;
}
.main-content .quote-example .table tfoot small,
.main-content .quote-example .table tfoot .small {
    font-size: .75em;
    font-weight: 300;
    margin-left: .25em;
    margin-right: .5em;
    vertical-align: baseline;
}


/* ==========================================================================
   Reusable Components
   ========================================================================== */

/* Page Title */
.page-header {
    background: #00b2c4;
    border-bottom: 1px solid #2d87b5;
    margin: 0;
    padding: 30px 0;
}
.page-header h1 {
    color: #f6ff00;
    margin: 0;
}

/* ebook-image */
.ebook-image img {
    
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -o-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);

}

/* cta-download */
.cta-download {
    margin: 20px 0;
}

/* form-header */
.form-header {
    background: #004e96;
    color: #fff;
    padding: 1px;
    position: relative;
    text-align: center;
}
.form-header:after {
    border: solid 1em transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border-top-color: #004e96;
    margin-left: -1em;
}
.form-header h3 {
    font-size: 1.66666em;
    font-weight: 300;
    margin: .75em;
}
.form-header h3 > span {
    display: inline-block;
}

/* go-to-top-page */
.go-to-top-page {
    text-align: center;
}

/* Team member Module */
.team-member-headshot img{
    max-width: 150px;
    max-height: 150px;
    display: inline-block;
    width: 100%;
    height: auto;
}
p.team-member-social{
    margin: 0px;
}
.team-member-social a{
    font-size: 20px;
    color: #2d87b5;
}
.three-column .team-member-social a {
    display: block;
}
.three-column .team-member-social i {
    padding: 0;
}
.team-member-social i{
    padding-right: 5px;
}
.team-member-social a:last-child i{
    padding-right: 0px;
}
.team-member-social a:hover,
.hs-author-social-links a.hs-author-social-link:hover {
    color: #2d87b5;
}
.team-member-name{
    margin: 0px;
    font-weight: 100;
}
.team-member-title{
    margin: 0px;
    font-weight: 100;
}
p.team-member-bio{
    margin:0px;
}


/* Well Module */
#well{
    background: #fff;
    padding: 8px;
    border: 1px solid #ddd;
}

#well .small{
    padding: 20px;
}
#well .medium{
    padding: 24px;
}
#well .large{
    padding: 28px;
}
#well .close{
    float: right;
    padding: 3px 10px 0px 0px;
    cursor: pointer;
    color: #474747;
}


/* Pricing Module */
.pricing-table h3.heading {
    color: #005d8b;
    margin: 0px;
    text-align: center;
    padding: 5px 0px;
    
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;

}
.pricing-table .label{
    padding: 5px 10px;
    right: 15px;
    color: #fff;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;

    margin-left: 10px;
    vertical-align: middle;
}
.pricing-table .content {
    font-weight: bold;
    color: #777;
    background: #F1F1F1;
    padding: 30px;
    text-align: center;
    font-weight: 100;
}
.pricing-table .content ul{
    list-style: none;
    padding-left: 0px;
}
.pricing-table .content ul li{
    padding: 5px 0px;
    color: #2d87b5;
}
p.price-figure{
    margin: 0px;
}
.pricing-table .number{
    font-size: 60px;
    color: #2d87b5;

}
.pricing-table .currency{
    font-size: 24px;
    position: relative;
    top: -25px;
}
.pricing-table .unit{
    color: #ccc;
    text-transform: uppercase;
    color: #005d8b;
}
.pricing-table .content a{
     display: inline-block;
    padding: 5px 13px;
    border: 1px solid #4081af;
    border-bottom-color: #20559a;
    color: white !important;
    text-align: center;
    text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
    text-decoration: none;
    font-size: 1em;
    font-family: inherit;
    cursor: pointer;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;

    background: #005d8b;
    
    -webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3), inset 0 0 2px hsla(0,100%,100%,.3), 0 1px 2px hsla(0, 0%, 0%, .29);
    -moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3), inset 0 0 2px hsla(0,100%,100%,.3), 0 1px 2px hsla(0, 0%, 0%, .29);
    -o-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3), inset 0 0 2px hsla(0,100%,100%,.3), 0 1px 2px hsla(0, 0%, 0%, .29);
    -ms-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3), inset 0 0 2px hsla(0,100%,100%,.3), 0 1px 2px hsla(0, 0%, 0%, .29);
    box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3), inset 0 0 2px hsla(0,100%,100%,.3), 0 1px 2px hsla(0, 0%, 0%, .29);

}

.pricing-table .content a:hover{
    opacity: 0.8;
}


/* Tabber Module */
.body-container .tabber-tabs {
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 0 0 -2px;
}
.tabber-tabs > li {
    float: left;
}
.tabber-tabs > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    text-decoration: none;
    display: block;
    font-weight: bold;
    color: #777;
    background: #f5f5f5;
    background: -moz-linear-gradient(100% 100% 90deg, #f5f5f5, #fff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f5f5));
    margin: 0 -1px 0 0;
    border-color: #e6e6e6;
}
.tabber-tabs > .active > a,
.tabber-tabs > .active > a:hover,
.tabber-tabs > .active > a:focus {
    color: #474747;
    cursor: default;
    background: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.tabber-content {
    background: #fff;
    padding: 8px;
    border: 1px solid #ddd;

}
.body-container .tabber-content ul {
    padding: 0;
    margin: 0;
}
.tabber-content .block h3 {
    display: none;
}


/* Testimonial */
.quote-box {}
.quote {
    border: none;
    padding: 0;
    font-size: 17px;
    color: #555;
    margin: 0;
    font-family: georgia, sans-serif;
    line-height: 25.5px;
}
.quote-box .details {
    font-size: 13px;
    margin-top: 8px;
}
.quote-box .name {
    font-weight: normal;
    font-size: 14px;
}
.quote-box .title {
    color: #b3b3b3;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
}
.quote-box .fa{
    font-size: 25px;
    float: left;
    padding: 15px 18px;
    margin: 0px 20px 10px 0px;
    color: #2d87b5;
    background: #F1F1F1;
    border: 1px solid #ddd;
}
.img-rounded {
    border-radius: 6px;
}
.testimonial-headshot img{
    border-radius: 50%;
    max-width: 150px;
    max-height: 150px;
    margin-top: -10px;
    border: 5px solid #f5f5f5;
}



/* @nifty法人向けサービストップページに戻る */
.go-to-top-page {
    border-top: solid 1px #8f8f8f;
    margin-top: 2em;
    padding-top: 2em;
    text-align: center;
}


/* Modular Selectors
   ========================================================================== */

/* Colors */
.accentColor1 { color: #005d8b; }
.accentColor2 { color: #2d87b5; }
.accentColor3 { color: #edf4f8; }

/* Delays */
.delayp1 { 
    animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    -o-animation-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
 }
.delayp2 { 
    animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
 }
.delayp3 { 
    animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -o-animation-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
 }
.delayp4 { 
    animation-delay: .4s;
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
 }
.delayp5 { 
    animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
 }
.delayp6 { 
    animation-delay: .6s;
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
 }
.delayp7 { 
    animation-delay: .7s;
    -moz-animation-delay: .7s;
    -webkit-animation-delay: .7s;
    -o-animation-delay: .7s;
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s;
 }
.delayp8 { 
    animation-delay: .8s;
    -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
    -o-animation-delay: .8s;
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s;
 }
.delayp9 { 
    animation-delay: .9s;
    -moz-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -o-animation-delay: .9s;
    transition-delay: .9s;
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
 }
.delay1s { 
    animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
 }
.delay2s { 
    animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
 }

/* Paddings */
.container-fluid .row-fluid .padding10tb { padding: 10px 0px; }
.container-fluid .row-fluid .padding20tb { padding: 20px 0px; }
.container-fluid .row-fluid .padding30tb { padding: 30px 0px; }
.container-fluid .row-fluid .padding40tb { padding: 40px 0px; }
.container-fluid .row-fluid .padding60tb { padding: 60px 0px; }
.container-fluid .row-fluid .padding80tb { padding: 80px 0px; }
.container-fluid .row-fluid .padding100tb { padding: 100px 0px; }

/* Borders */
.dotted-border{
    border-bottom: 1px dotted #bfc5ca;
    width: 100%;
    padding-bottom: 30px;
}



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

/* NiftyFooter */
#NiftyFooter.wrapper {
    background: #000;
    color: #fff;
    font-size: .75em;
    padding-bottom: 2.5em;
    padding-top: 2.5em;
}
#NiftyFooter a {
    color: #fff;
}
#NiftyFooter .list-inline li {
    padding-left: 0;
    padding-right: 0;
}
#NiftyFooter .list-inline li:before {
    content: "｜";
}
#NiftyFooter .list-inline li:first-child:before {
    content: "";
}
#NiftyFooter .list-inline li a {
    margin-left: .25em;
}
#NiftyFooter .list-inline li:first-child a {
    margin-left: 0;
}
#NiftyFooter .nifty-link .list-inline {
    display: inline;
}
#NiftyFooter .nifty-link .list-inline:before {
    content: "（";
}
#NiftyFooter .nifty-link .list-inline:after {
    content: "）";
}
#NiftyFooter .footer-link {
    text-align: right;
}

/* pagetop */
.pagetop {
  background: #212121;
  text-align: center;
  padding: 29px 0 26px;
}
.pagetop a {
    color: #fff;
    display: block;
    line-height: 1.5;
}
.pagetop a:hover {
    cursor: pointer;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    zoom: 1;
    text-decoration: underline;
}
.pagetop span {
    font-size: 21px;
    position: relative;
}
.pagetop span:before {
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    background-image: url(http://houjin.nifty.com/hubfs/Pages/assets/images/niftybiz_sprite.png?t=1475213484798);
    background-position: -60px -68px;
    width: 37px;
    height: 37px;
    top: 50%;
    left: -45px;
    margin-top: -19px;
}

/* biz link */
.ly_biz_link {
    background: #111111;
    font-size: .75em;
    margin-left: 0;
    padding: 2.7em 0 1.5em;
}
.ly_biz_link .biz_lint_ttl,
.ly_biz_link .biz_lint_ttl a{
    font-weight: bold;
    color: #EC6C00;
    padding-right: 5px;
    text-decoration: none;
}
.list_wrraper {
    padding-left: 0;
    text-align: center;
}
.list_wrraper li {
    display: inline-block;
}
.biz_link_list {
    marign-left: 0;
}
.biz_link_list a {
    color: #fff;
    text-decoration: underline;
}
.biz_link_list a:hover {
    text-decoration: none;
}
.biz_link_list li {
    display: inline-block;
}
.biz_link_list li:before {
    content: "| ";
    color: #fff;
}
.biz_link_list li:first-child:before {
    content: "";
}

/* ==========================================================================


   3. MAIN NAVIGATION


   ========================================================================== */







/* ==========================================================================


   4. TEMPLATE MODULE SELECTORS


   ========================================================================== */





/* Common Template Selectors
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar .widget-span {}
.sidebar.right {}
.sidebar.left {}

/* Common One Column Selectors */
body.site-page.one-column,
body.landing-page.one-column,
body.error-template.one-column,
body.password-template.one-column,
body.subscription-template.one-column {}

body.site-page.one-column .main-content,
body.landing-page.one-column .main-content,
body.error-template .main-content,
body.password-template .main-content,
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column,
body.landing-page.two-column,
body.blog {}

body.site-page.two-column .main-content,
body.landing-page.two-column .main-content,
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column,
body.landing-page.three-column {}

body.site-page.three-column .main-content,
body.landing-page.three-column .main-content {}


/* Site Pages
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages
   ========================================================================== */

body.simple-landing-page {}

body.landing-page .module-wrapper {
    margin-bottom: 30px;
}
body.landing-page .hs-form,
body.landing-page .form-ssl-text {
    background: #f9f9f9;
    border-left: solid 3px #004e96;
    border-right: solid 3px #004e96;
    padding: 2em 1em;
}
body.landing-page .form-ssl-text {
    border-bottom: solid 3px #004e96;
    padding-top: 0;
    text-align: center;
}
body.landing-page .hs-form .actions {
    text-align: center;
}

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}

body.landing-page.two-column .main-content .module-wrapper h2 {
    border-bottom: solid 1px #8f8f8f;
    font-size: 1em;
    padding-bottom: .25em;
}
body.landing-page.two-column .main-content .module-wrapper .thumbnails {
    margin-top: 2em;
}
body.landing-page.two-column .sidebar.right {
    font-size: .75em;
}
body.landing-page.two-column .sidebar.right .form-header {
    background: #004e96;
    color: #fff;
    padding: 1px;
    position: relative;
    text-align: center;
}
body.landing-page.two-column .sidebar.right .form-header:after {
    border: solid 1em transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border-top-color: #004e96;
    margin-left: -1em;
}
body.landing-page.two-column .sidebar.right .form-header h3 {
    font-size: 1.66666em;
    font-weight: 300;
    margin: .75em;
}
body.landing-page.two-column .sidebar.right .form-header h3 > span {
    display: inline-block;
}
@media (max-width: 767px) {
    body.landing-page.two-column .main-content .module-wrapper .text > ul {
        padding-left: 1em;
    }
    body.landing-page.two-column .main-content .module-wrapper .ebook-image {
        margin-bottom: 1em;
    }
    body.landing-page.two-column .main-content .module-wrapper .thumbnails li {
        max-width: 49%;
    }
    body.landing-page.two-column .main-content .module-wrapper .thumbnails img {
        height: auto;
        max-width: 100%;
    }
}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

body.error-template.one-column .go-to-top-page {
    margin: 2.5em 0;
}

body.page404 .widget-type-google_search .hs-input {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 1em;
    width: 60%;
}
body.page404 .widget-type-google_search .hs-button.primary {
    background: rgb(235,235,235);
    background: -moz-linear-gradient(top, rgb(235,235,235) 0%, rgb(209,209,209) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(235,235,235)), color-stop(100%,rgb(209,209,209)));
    background: -webkit-linear-gradient(top, rgb(235,235,235) 0%,rgb(209,209,209) 100%);
    background: -o-linear-gradient(top, rgb(235,235,235) 0%,rgb(209,209,209) 100%);
    background: -ms-linear-gradient(top, rgb(235,235,235) 0%,rgb(209,209,209) 100%);
    background: linear-gradient(to bottom, rgb(235,235,235) 0%,rgb(209,209,209) 100%);
    border: 2px solid #ccc;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;

    color: #666;
    font-size: 14px;
    letter-spacing: .05em;
    padding: 6px 12px;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;

    vertical-align: middle;
    width: auto;
}
body.page404 .widget-type-google_search .hs-button.primary:hover {
    background: #ebebeb;
    color: #959595;
}
body.page404 .widget-type-google_search .hs-button.primary:active {
    background: #b0b0b0;
    color: #666;
}


/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

body.password-template.one-column .widget-type-password_prompt #hs-pwd-widget-password {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 2.5em !important;
    margin-right: 1em;
    width: 60%;
}
body.password-template.one-column .widget-type-password_prompt .hs-button.primary {
    background: rgb(235,235,235);
    background: -moz-linear-gradient(top, rgb(235,235,235) 0%, rgb(209,209,209) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(235,235,235)), color-stop(100%,rgb(209,209,209)));
    background: -webkit-linear-gradient(top, rgb(235,235,235) 0%,rgb(209,209,209) 100%);
    background: -o-linear-gradient(top, rgb(235,235,235) 0%,rgb(209,209,209) 100%);
    background: -ms-linear-gradient(top, rgb(235,235,235) 0%,rgb(209,209,209) 100%);
    background: linear-gradient(to bottom, rgb(235,235,235) 0%,rgb(209,209,209) 100%);
    border: 2px solid #ccc;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;

    color: #666;
    font-size: 14px;
    letter-spacing: .05em;
    padding: 6px 12px;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;

    vertical-align: middle;
    width: auto;
}
body.password-template.one-column .widget-type-password_prompt .hs-button.primary:hover {
    background: #ebebeb;
    color: #959595;
}
body.password-template.one-column .widget-type-password_prompt .hs-button.primary:active {
    background: #b0b0b0;
    color: #666;
}
body.password-template.one-column .go-to-top-page {
    margin: 2.5em 0;
}

/* Email Subscribition templates */
body.subscription-template.one-column {}

body.subscription-template.one-column .content-wrapper {
    padding-top: 1em;
}

body.subscription-template.one-column .main-content .page-header {
    background: none;
    border-bottom: 0 none;
    padding: 0;
}
body.subscription-template.one-column .main-content h1 {
    color: inherit;
    font-weight: bold;
}
body.subscription-template.one-column .main-content h3 {
    font-size: .875em;
    margin: 1em 0;
}
body.subscription-template.one-column .main-content p.header,
body.subscription-template.one-column .main-content .success {
    margin-left: 0;
    margin-top: 1em;
}
body.subscription-template.one-column .main-content #submitbutton {
    background: rgb(235,235,235);
    background: -moz-linear-gradient(top, rgb(235,235,235) 0%, rgb(209,209,209) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(235,235,235)), color-stop(100%,rgb(209,209,209)));
    background: -webkit-linear-gradient(top, rgb(235,235,235) 0%,rgb(209,209,209) 100%);
    background: -o-linear-gradient(top, rgb(235,235,235) 0%,rgb(209,209,209) 100%);
    background: -ms-linear-gradient(top, rgb(235,235,235) 0%,rgb(209,209,209) 100%);
    background: linear-gradient(to bottom, rgb(235,235,235) 0%,rgb(209,209,209) 100%);
    border: 2px solid #ccc;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;

    color: #666;
    font-size: 14px;
    letter-spacing: .05em;
    padding: 6px 12px;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;

    vertical-align: middle;
    width: auto;
}
body.subscription-template.one-column .main-content .go-to-top-page {
    margin-top: 2.5em;
}







/* ==========================================================================


   5. COS COMPONENTS


   ========================================================================== */





/* ==========================================================================
   Blog
   ========================================================================== */
body.blog {}


/*** blog content ***/
/* box */
body.blog .blog-content .box {
    background: none;
    border: 0 none;
    box-shadow: none;
}

/* more-link */
body.blog .blog-content .more-link {
    margin: 1em 0;
    text-align: right;
}
body.blog .blog-content .more-link > a {
    background: #007eb1;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: .75em;
    padding: .5em 1.25em .5em .75em;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .05);
}
body.blog .blog-content .more-link a:before {
    content: '→';
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: .5em;
}
body.blog .blog-content .more-link > a .link-underline {
    text-decoration: underline;
}
body.blog .blog-content .more-link > a:hover {
        background: #1492c5;
}
body.blog .blog-content .more-link > a:hover .link-underline {
    text-decoration: none;
}

/* page-header */
body.blog .blog-content .page-header {
    background: inherit;
    border-bottom-color: #eee;
    margin: 0 0 20px;
    padding: 0 0 9px;
}
body.blog .blog-content .page-header .page-title {
    font-size: 1em;
    font-weight: normal;
    margin-top: 0;
}

/* entry-title */
body.blog .blog-content .entry-title {
    background: none;
    color: #474747;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    padding: 1.5em 0 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .05);
}
body.blog.hs-blog-listing .blog-content .post:first-child .entry-title,
body.blog.hs-blog-post .blog-content .entry-title {
    padding: 0 0 .75em;
}
body.blog .blog-content .entry-title > a {
    color: #474747;
    text-decoration: none;
}
body.blog .blog-content .entry-title > a:hover {
    text-decoration: underline;
}

/* entry-meta */
body.blog .blog-content .entry-meta {
    background: #f9f9f9;
    border-bottom: 1px solid #cccccc;
    font-size: .75em;
    margin: 0;
}
body.blog .blog-content .entry-footer .entry-meta {
    margin-bottom: 2.5em;
}
body.blog .blog-content .entry-title + .entry-meta {
    border-bottom: none;
}
body.blog .blog-content .entry-meta > li {
    padding: .75em;
}
body.blog .blog-content .entry-meta > li.byline {
    float: right;
}
body.blog .blog-content .entry-meta .icon-image,
body.blog .blog-content .entry-meta .fa {
    margin-right: .25em;
}

@media (max-width: 767px) {
    body.blog .blog-content .entry-meta > li.byline {
        float: none;
    }
}

/* author-info */
body.blog .blog-content .author-info.box {
    background: #fff;
    border: 1px solid #cccccc;
    margin: 2.5em 0;
}
body.blog .blog-content .author-info {
    background: #fff;
    font-size: .75em;
    padding: 0 20px 20px;
}
body.blog .blog-content .author-avatar {
    float: left;
    margin-top: 20px;
}
body.blog .blog-content .author-avatar > img {
    border-radius: 50%;
    border: 1px solid #cccccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    max-width: 96px;
}
body.blog .blog-content .author-description {
    margin-left: 116px;
}
body.blog .blog-content .author-title {
    font-size: 1.75em;
}
body.blog .blog-content .author-meta .facebook .fa {
    color: #3a5795;
}
body.blog .blog-content .author-meta .twitter .fa {
    color: #2b7bb9;
}
body.blog .blog-content .author-meta .google_plus .fa {
    color: #dc4e41;
}
body.blog .blog-content .author-meta .linkedin .fa {
    color: #1c87bd;
}
@media (max-width: 767px) {
    body.blog .blog-content .author-avatar {
        float: none;
        margin-top: -24px;
        text-align: center;
    }
    body.blog .blog-content .author-avatar > img {
        height: auto;
        width: 48px;
    }
    body.blog .blog-content .author-title {
        margin-top: 10px;
        text-align: center;
    }
    body.blog .blog-content .author-description {
        margin-left: 0;
    }
}

/* hs-blog-social-share */
body.blog .blog-content .hs-blog-social-share {
    height: auto;
    margin-bottom: 2em;
}
body.blog .blog-content .hs-blog-social-share-list {
    text-align: center;
}
body.blog .blog-content .hs-blog-social-share-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
    margin-bottom: 1em;
    vertical-align: top;
}
body.blog .blog-content .hs-blog-social-share-item-facebook {
    margin-top: -3px;
}

/* post-thumbnail */
body.blog .blog-content .post-thumbnail {
    border: solid 1px #efefef;
    float: left;
    margin-bottom: .25em;
    margin-right: 1em;
    max-width: 280px;
}
@media (max-width: 767px) {
    body.blog .blog-content .post-thumbnail {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
}

/* pagination */
body.blog .blog-content .pagination {
    display: block;
    font-size: .75em;
    margin: 20px 0;
}
body.blog .blog-content .pagination .nav-links {
    text-align: center;
}
body.blog .blog-content .pagination ul.page-numbers {
    display: inline-block;
    margin: 0;
    padding-left: 0;
}
body.blog .blog-content .pagination ul.page-numbers > li {
    border-left: 1px solid #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -2px;
    margin-right: -2px;
}
body.blog .blog-content .pagination ul.page-numbers > li:first-child {
    border-left: 0 none;
}
body.blog .blog-content .pagination ul.page-numbers > li > a,
body.blog .blog-content .pagination ul.page-numbers > li > span {
    background-color: #007eb1;
    color: #fff;
    float: left;
    line-height: 1.42857143;
    padding: 6px 12px;
    position: relative;
}
body.blog .blog-content .pagination ul.page-numbers > li:first-child > a,
body.blog .blog-content .pagination ul.page-numbers > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
body.blog .blog-content .pagination ul.page-numbers > li:last-child > a,
body.blog .blog-content .pagination ul.page-numbers > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
body.blog .blog-content .pagination ul.page-numbers > li > a:hover,
body.blog .blog-content .pagination ul.page-numbers > li > span:hover,
body.blog .blog-content .pagination ul.page-numbers > li > a:focus,
body.blog .blog-content .pagination ul.page-numbers > li > span:focus {
    background-color: #1492c5;
    color: #fff;
}
body.blog .blog-content .pagination ul.page-numbers > li > .first-page,
body.blog .blog-content .pagination ul.page-numbers > li > .last-page {
    background-color:  #1492c5;
    color: #fff;
    cursor: default;
    z-index: 2;
}



/* entry-content--------------------------------------------------- */
body.blog .blog-content .entry-content {
    padding: 1.5em 0;
    line-height: 1.6;
    overflow: hidden;
}
body.hs-blog-post .blog-content .entry-content > :first-child {
    margin-top: 0;
}

/*** 個別ページ ***/

/* Headline */
body.hs-blog-post .blog-content .entry-content h2,
body.hs-blog-post .blog-content .entry-content h3,
body.hs-blog-post .blog-content .entry-content h4,
body.hs-blog-post .blog-content .entry-content h5,
body.hs-blog-post .blog-content .entry-content h6 {
    clear: both;
}
body.hs-blog-post .blog-content .entry-content h2,
body.hs-blog-post .blog-content .entry-content h3 {
    color: #474747;
    margin: 2em 0 1em;
}
body.hs-blog-post .blog-content .entry-content h2 {
    border-bottom: 3px solid #474747;
    font-size: 1.3125em;
    padding-bottom: .5em;
}
body.hs-blog-post .blog-content .entry-content h3 {
    font-size: 1.125em;
}
body.hs-blog-post .blog-content .entry-content h4,
body.hs-blog-post .blog-content .entry-content h5,
body.hs-blog-post .blog-content .entry-content h6 {
    font-size: 1em;
}

/* Paragraph */
body.hs-blog-post .blog-content .entry-content p {
    font-size: .95em;
    margin: 1em 0 2em;
}

/* em(Italic) */
body.hs-blog-post .blog-content .entry-content em {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* Image */
body.hs-blog-post .blog-content .entry-content img {
    height: auto;
    max-width: 100% !important;
}

/* Caption */
body.hs-blog-post .blog-content .entry-content .wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}
body.hs-blog-post .blog-content .entry-content .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
body.hs-blog-post .blog-content .entry-content figcaption,
body.hs-blog-post .blog-content .entry-content .wp-caption-text {
    color: #999;
    font-size: .875em;
}
body.hs-blog-post .blog-content .entry-content .post-thumbnail + p {
    margin-top: 0;
}

/* Alignment */
body.hs-blog-post .blog-content .entry-content .alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
body.hs-blog-post .blog-content .entry-content .alignright {
    float: right;
    margin: 0 0 1em 1em;
}
body.hs-blog-post .blog-content .entry-content .aligncenter,
body.hs-blog-post .blog-content .entry-content .wp-float-center {
    clear: both;
    display: block;
    margin: .5em auto;
}
body.hs-blog-post .blog-content .entry-content .alignnone {
    clear: both;
}
@media (max-width: 767px) {
    body.hs-blog-post .blog-content .entry-content .alignleft,
    body.hs-blog-post .blog-content .entry-content .alignright {
        float: none;
        margin: 0.5em auto;
    }
    body.hs-blog-post .blog-content .entry-content img[class*="wp-image-"].alignleft,
    body.hs-blog-post .blog-content .entry-content img[class*="wp-image-"].alignright {
        display: block;
        margin: 0.5em auto;
    }
}

/* 黄色い枠囲み */
body.hs-blog-post .blog-content .entry-content .kakomi {
  background:#fcf9e9;
  padding:1em;"
}

/* ギモンのQA (qa_q,qa_a) */
body.hs-blog-post .blog-content .entry-content .qa_q,
body.hs-blog-post .blog-content .entry-content .qa_a {
  background: #f9f9f9;
  padding: 2.5em 2em 1em;
}
body.hs-blog-post .blog-content .entry-content .qa_q:before {
  color: #d9fab9;
  content: "Q"; 
  font-family:Arial,sans-serif;
  font-size: 3em;
  font-weight: bold;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: 1:
}
body.hs-blog-post .blog-content .entry-content .qa_a:before {
  color: #fcc0bb;
  content: "A"; 
  font-family:Arial,sans-serif;
  font-size: 3em;
  font-weight: bold;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: 1:
}


/*** リストページ ***/
body.hs-blog-listing .blog-content .entry-content h1,
body.hs-blog-listing .blog-content .entry-content h2,
body.hs-blog-listing .blog-content .entry-content h3,
body.hs-blog-listing .blog-content .entry-content h4,
body.hs-blog-listing .blog-content .entry-content h5,
body.hs-blog-listing .blog-content .entry-content h6,
body.hs-blog-listing .blog-content .entry-content ul,
body.hs-blog-listing .blog-content .entry-content li,
body.hs-blog-listing .blog-content .entry-content strong,
body.hs-blog-listing .blog-content .entry-content p,
body.hs-blog-listing .blog-content .entry-content :not(.more-link) a:not(.post-thumbnail) {
    border: 0 none;
    color: inherit;
    cursor: text;
    display: inline;
    font-size: 1em;
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
body.hs-blog-listing .blog-content .entry-content hr,
body.hs-blog-listing .blog-content .entry-content br {
    display: none;
}


/*** sidebar ***/
body.blog .blog-sidebar .widget-span {
    margin-bottom: 30px;
}
body.blog .blog-sidebar .widget-type-rss_listing h3,
body.blog .blog-sidebar .widget-type-post_filter h3,
body.blog .blog-sidebar .widget-type-blog_subscribe h3 {
    border-bottom: solid 4px #f9f9f9;
    font-size: 18px;
    position: relative;
    margin: 2em 0 1em;
}
body.blog .blog-sidebar .widget-type-rss_listing h3 > span,
body.blog .blog-sidebar .widget-type-post_filter h3 > span,
body.blog .blog-sidebar .widget-type-blog_subscribe h3 > span {
    border-bottom: solid 4px #ec6c00;
    bottom: -4px;
    color: #474747;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: absolute;
    padding: .25em .5em .5em 0;
}
body.blog .blog-sidebar .widget-type-post_filter ul {
    padding-left: 0;
    list-style: none;
}
body.blog .blog-sidebar .hs-rss-item,
body.blog .blog-sidebar .widget-type-post_filter li {
    border-top: dotted 1px #cbcbcb;
    margin-bottom: 0;
    padding: 10px 0;
}
body.blog .blog-sidebar .hs-rss-item:first-child,
body.blog .blog-sidebar .widget-type-post_filter li:first-child {
    border-top: 0 none;
}
body.blog .blog-sidebar .widget-type-post_filter li:before {
    content: "\f10c";
    color: #8ab7ce;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font: normal normal normal 12px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .25em;
    text-rendering: auto;
}
body.blog .blog-sidebar .hs-rss-item a,
body.blog .blog-sidebar .widget-type-post_filter a {
    font-size: .75em;
    line-height: 1.4;
}
body.blog .blog-sidebar .widget-type-cta {
    text-align: center;
}
body.blog .blog-sidebar .hs-rss-item .hs-rss-item-text {
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    display: flex;
    flex-direction: column;
}
body.blog .blog-sidebar .hs-rss-item .hs-rss-item-text .hs-rss-title {
    -webkit-order: 1;
    order: 1;
}
body.blog .blog-sidebar .hs-rss-item .hs-rss-item-text .hs-rss-byline {
    -webkit-order: 0;
    order: 0;
}
body.blog .blog-sidebar .hs-rss-item .hs-rss-date {
    font-size: .73529em;
}
body.blog .blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: right;
    padding-left: 1em;
    padding-right: 0;
    width: 72%;
}
body.blog .blog-sidebar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    border: solid 1px #efefef;
    width: 28%;
}
body.blog .blog-sidebar .widget-type-blog_subscribe form {
    background: #f9f9f9;
    border: 0 none;
    padding: 1em 1em 2.5em;
}
body.blog .blog-sidebar .widget-type-blog_subscribe form > div {
    margin-top: 1.5em;
}
body.blog .blog-sidebar .widget-type-blog_subscribe form > div:first-child {
    margin-top: 0;
}
body.blog .blog-sidebar .widget-type-blog_subscribe li.hs-form-radio {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: .75em;
}
body.blog .blog-sidebar .widget-type-blog_subscribe label {
    font-size: .875em;
}
body.blog .blog-sidebar .widget-type-blog_subscribe label.hs-form-radio-display {
    font-weight: 300;
}
body.blog .blog-sidebar .widget-type-blog_subscribe input[type="radio"] {
    margin-right: .25em;
    margin-top: -2px;
    vertical-align: middle;
}
body.blog .blog-sidebar .widget-type-blog_subscribe .hs-button.primary.large {
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;

    
    -webkit-box-shadow: 1px 0 2px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 0 2px rgba(0,0,0,.3);
    -o-box-shadow: 1px 0 2px rgba(0,0,0,.3);
    -ms-box-shadow: 1px 0 2px rgba(0,0,0,.3);
    box-shadow: 1px 0 2px rgba(0,0,0,.3);

    font-size: 1em;
    font-weight: 300;
    padding: .55em 1em .5em;
}


/*** Google Custom Serach ***/
/* search box */
#BlogSidebar .search-box input[type="text"] {
    border-radius: 0;
    box-shadow: none;
}
#BlogSidebar .search-box .gsc-input-box {
    height: auto;
}
#BlogSidebar .search-box .gsc-search-button {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* search results */
#BlogContent .search-results {
    min-height: inherit;
}
#BlogContent .search-results .gsc-control-cse {
    padding: 0;
}
#BlogContent .search-results .gsc-results-wrapper-visible {
    border: solid 3px #eee;
    margin-bottom: 2.5em;
    padding: 1em;
}
#BlogContent .search-results .gsc-results-wrapper-visible:before {
    content: 'ブログ内検索結果';
    display: block;
    font-size: 1.5em;
    font-weight: 100;
}
#BlogContent .search-results .gsc-expansionArea > .gsc-webResult {
    border-top: solid 1px #eee;
}
#BlogContent .search-results .gsc-results-wrapper-visible .gsc-thumbnail-inside a.gs-title {
    border-bottom: solid 1px #3375ad;
    display: inline-block;
    text-decoration: none;
}
#BlogContent .search-results .gsc-results-wrapper-visible .gsc-thumbnail-inside a.gs-title:hover {
    border-bottom: 0 none;
    text-decoration: none;
}
#BlogContent .search-results .gsc-results-wrapper-visible .gsc-thumbnail-inside a.gs-title * {
    text-decoration: none;
}
#BlogContent .search-results .gsc-selected-option-container {
    width: auto !important;
}
#BlogContent .search-results .gsc-selected-option {
    word-wrap: normal;
    overflow-wrap: normal;
}

/* post-listing-simple */
#BlogContent .post-listing-simple {
    border-bottom: solid 1px #eee;
    padding: 0 .5em;
}
#BlogContent .post-listing-simple a {
    color: inherit;
    display: block;
    padding: .5em 0;
    text-decoration: none;
}
#BlogContent .post-listing-simple a:before,
#BlogContent .post-listing-simple a:after {
    content: ' ';
    display: table;
}
#BlogContent .post-listing-simple a:after {
    clear: both;
}
#BlogContent .post-listing-simple h3,
#BlogContent .post-listing-simple p {
    display: inline;
    font-weight: 100;
    margin: 0;
}
#BlogContent .post-listing-simple h3 {
    font-size: .75em;
}
#BlogContent .post-listing-simple a:hover h3 {
    text-decoration: underline;
}
#BlogContent .post-listing-simple p {
    color: #888;
    font-size: .625em;
}
#BlogContent .post-listing-simple .featured-image {
    border: solid 1px #eee;
    float: left;
    margin-right: .5em;
    width: 2em;
}


/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

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

body.landing-page.two-column .hs-form-field {
    margin-bottom: 1em;
}

/* Descriptions */
body .hs-field-desc {
    font-size: 85%;
    margin-bottom: 10px;
}

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

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    /*padding: 6px;
    border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC;
    border-width: 1px;
    border-style: solid;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;

    color: #777;*/
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    /*font-size: .875em;*/
    display: block;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;

    
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -ms-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, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-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;

}

body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    outline: 0;
    border-color: #005d8b;
    
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.1);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.1);

}

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

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

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

/* Required */
body .hs-form-required {
    color: #ff6767;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid,
body select:focus:required:invalid {
    border-color: #ff6767;
    
    -webkit-box-shadow: 0 0 8px #ffa3a3;
    -moz-box-shadow: 0 0 8px #ffa3a3;
    -o-box-shadow: 0 0 8px #ffa3a3;
    -ms-box-shadow: 0 0 8px #ffa3a3;
    box-shadow: 0 0 8px #ffa3a3;

}

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

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
    color: #ababab;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
    color: #ababab;
    opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #ababab;
    opacity: 1;
}
:-ms-input-placeholder { /* IE10+ */
    opacity: .5;
}


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

/* Form Title */
.hs_cos_wrapper_type_form .form-title:empty {
    display: none;
}

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

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

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}
.hs_cos_wrapper_type_form .hs-form-field > label > small {
    font-size: 1em;
    font-weight: normal;
    margin-left: .5em;
}
/* Error Message */
.hs-error-msgs label {
    color: #ff6767;
    font-size: 85%;
    font-weight: 300;
    margin-top: .25em;
}


/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"],
.hs_cos_wrapper_type_form input[type="datetime"],
.hs_cos_wrapper_type_form input[type="datetime-local"],
.hs_cos_wrapper_type_form input[type="date"],
.hs_cos_wrapper_type_form input[type="month"],
.hs_cos_wrapper_type_form input[type="time"],
.hs_cos_wrapper_type_form input[type="week"],
.hs_cos_wrapper_type_form input[type="number"],
.hs_cos_wrapper_type_form input[type="email"],
.hs_cos_wrapper_type_form input[type="url"],
.hs_cos_wrapper_type_form input[type="search"],
.hs_cos_wrapper_type_form input[type="tel"],
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus,
.hs_cos_wrapper_type_form input[type="datetime"]:focus,
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus,
.hs_cos_wrapper_type_form input[type="date"]:focus,
.hs_cos_wrapper_type_form input[type="month"]:focus,
.hs_cos_wrapper_type_form input[type="time"]:focus,
.hs_cos_wrapper_type_form input[type="week"]:focus,
.hs_cos_wrapper_type_form input[type="number"]:focus,
.hs_cos_wrapper_type_form input[type="email"]:focus,
.hs_cos_wrapper_type_form input[type="url"]:focus,
.hs_cos_wrapper_type_form input[type="search"]:focus,
.hs_cos_wrapper_type_form input[type="tel"]:focus,
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {
    min-height: 8em;
}
.hs_cos_wrapper_type_form textarea:focus {}

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li > label:not(.hs-form-booleancheckbox-display) { font-weight: 300; }
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

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

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


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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


/* One Column Form Page */
body.landing-page.one-column .hs-form h4.title-bg {
    background: #004e96;
    color: #fff;
    margin-top: 30px;
    padding: .5em 1em;
}
body.landing-page.one-column .inputs-list > li {
    display: inline-block;
    *displya: inline;
    *zoom: 1;
    margin-right: 2em;
}
body.landing-page.one-column .inputs-list label {
    cursor: pointer;
    font-weight: normal;
}
body.landing-page.one-column form.hs-form fieldset[class*="form-columns"] .inputs-list {
    margin-bottom: 0;
}
body.landing-page.one-column form.hs-form fieldset[class*="form-columns"] .inputs-list .hs-input {
    display: inline-block;
    *displya: inline;
    *zoom: 1;
    font-weight: normal;
    margin-right: .25em;
    margin-top: -3px;
    vertical-align: middle;
    width: auto;
}
body.landing-page.one-column .pp-box {
    margin-top: 30px;
    width: 70%;
}
body.landing-page.one-column .pp-box ul.center-block {
    margin-bottom: 30px;
    width: 70%;
}
body.landing-page.one-column .form-columns-1 .hs-form-field.hs_privacy > label {
    display: none;
}
body.landing-page.one-column .form-columns-1 .hs-form-field.hs_privacy > .input {
    text-align: center;
    width: 100%;
}
body.landing-page.one-column .form-columns-1 .hs-form-field.hs_privacy > .inputs-list > li {
    margin-right: 0;
    text-align: center;
    width: 100%;
}
body.landing-page.one-column .form-columns-1 .hs-form-field.hs_privacy > .inputs-list:not(.hs-error-msgs) > li > label {
    font-size: 1.33333em;
    font-weight: bold;
}
body.landing-page.one-column .hs-form .hs_submit {
    margin: 10px 0 0;
    text-align: center;
}
body.landing-page.one-column .hs-form .hs-form-field + .hs_submit {
    margin-top: 30px;
}

/* チェックポイントとその対策LP 
body.landing-page.one-column fieldset[class*="form-columns"] .hs-form-field[class^=hs_threats] > label {
    display: none;
}
body.landing-page.one-column fieldset[class*="form-columns"] .hs-form-field[class^=hs_threats] > .inputs-list > li {
    margin-left: 2em;
}
body.landing-page.one-column fieldset[class*="form-columns"] .hs-form-field[class^=hs_threats] > .inputs-list > li label {
    margin-bottom: 0;
}*/

@media (min-width: 981px) {
    body.landing-page.one-column .hs-form > fieldset[class*="form-columns"] {
        border-bottom: 1px solid #cddbe2;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    body.landing-page.one-column .hs-form > fieldset[class*="form-columns"]:nth-last-of-type(1) {
        border-bottom: 0 none;
    }
    body.landing-page.one-column fieldset[class*="form-columns"] .hs-form-field {
        display: table;
        position: relative;
    }
    body.landing-page.one-column .form-columns-1 .hs-form-field {
        width: 100%;
    }
    body.landing-page.one-column .form-columns-2 .hs-form-field {
        width: 50%;
    }
    body.landing-page.one-column .form-columns-2 .hs-form-field:first-child {
        padding-right: 3%;
    }
    body.landing-page.one-column fieldset[class*="form-columns"] .hs-form-field > label,
    body.landing-page.one-column fieldset[class*="form-columns"] .hs-form-field > .input {
        display: table-cell;
    }
    body.landing-page.one-column fieldset[class*="form-columns"] .hs-form-field > label {
        background: rgba(52,80,140,.05);
        padding: 1em;
        vertical-align: top;
    }
    body.landing-page.one-column .form-columns-1 .hs-form-field > label {
        width: 30%;
    }
    body.landing-page.one-column .form-columns-2 .hs-form-field > label {
        width: 15%;
    }
    body.landing-page.one-column fieldset[class*="form-columns"] .hs-form-field > .input {
        padding-left: 3%;
        vertical-align: middle;
        width: 100%;
    }
    body.landing-page.one-column .form-columns-1 .hs-form-field > .input {
        width: 70%;
    }
    body.landing-page.one-column .form-columns-2 .hs-form-field > .input {
        width: 35%;
    }
    body.landing-page.one-column .hs-form .hs-error-msgs {
        bottom: -1em;
        position: absolute;
        right: 0;
    }
}
@media (max-width: 767px) {
    body.landing-page.one-column fieldset[class*="form-columns"] .hs-form-field > label {
        padding: .5em;
    }
    body.landing-page.one-column .form-columns-2 .hs-form-field {
        width: 100%;
        margin-bottom: 10px;
    }
    body.landing-page.one-column .form-columns-2 .hs-form-field:first-child {
        padding-right: 0;
    }
    body.landing-page.one-column .pp-box,
    body.landing-page.one-column .pp-box .center-block {
        width: 100%;
    }
}

/* Two Column Form Page */
body.landing-page.two-column .pp-box {
    margin-top: 30px;
}
body.landing-page.two-column .pp-box > ul {
    padding-left: 1em;
}

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




/* ==========================================================================
   Buttons
   ========================================================================== */


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

.btn.btn-download,
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    
    background: rgb( 0, 150, 49 );
    background: -moz-linear-gradient(top, rgb( 0, 150, 49 ) 0%, rgb( 0, 130, 29 ) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb( 0, 150, 49 )), color-stop(100%,rgb( 0, 130, 29 )));
    background: -webkit-linear-gradient(top, rgb( 0, 150, 49 ) 0%,rgb( 0, 130, 29 ) 100%);
    background: -o-linear-gradient(top, rgb( 0, 150, 49 ) 0%,rgb( 0, 130, 29 ) 100%);
    background: -ms-linear-gradient(top, rgb( 0, 150, 49 ) 0%,rgb( 0, 130, 29 ) 100%);
    background: linear-gradient(to bottom, rgb( 0, 150, 49 ) 0%,rgb( 0, 130, 29 ) 100%);
    border: 1px solid #00821d;

    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;

    
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    box-shadow: 0 1px 3px rgba(0,0,0,.5);

    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 1.5em;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    line-height: 1.5em;
    letter-spacing: .05em;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    vertical-align: middle;
    white-space: nowrap;
    width: 90%;
}
@media (min-width: 768px) and (max-width: 980px) {
    .btn.btn-download,
    body .hs-button.primary,
    body input[type="submit"],
    body input[type="button"] {
        font-size: 1.25em;
    }
}
.cta-download .btn.btn-download,
body.landing-page.one-column .hs-form .hs-button.primary,
body.landing-page.one-column .hs-form input[type="submit"],
body.landing-page.one-column .hs-form input[type="button"] {
    padding: 12px 84px;
    width: auto;
}
.cta-download .btn.btn-download {
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;

    font-size: 1.3125em;
    padding: .5em 1.5em;
}
#globalresub2.hs-button.primary {
    padding: 12px;
    width: auto;
}
@media (max-width: 767px) {
    .cta-download .btn.btn-download,
    body.landing-page.one-column .hs-form .hs-button.primary,
    body.landing-page.one-column .hs-form input[type="submit"],
    body.landing-page.one-column .hs-form input[type="button"] {
        font-size: 1.25em;
        padding: .5em 1em;
    }
}

.btn.btn-download:hover,
body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    background: #14aa45;
}

.btn.btn-download:active,
body .hs-button.primary:active,
body input[type="submit"]:active,
body input[type="button"]:active,
.btn.btn-download:active:hover,
body .hs-button.primary:active:hover,
body input[type="submit"]:active:hover,
body input[type="button"]:active:hover {
    background: #14aa45;
    color: #46dc77;
}

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


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

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

body.landing-page.two-column .sidebar.right .sidebar-form .actions {
    /*margin: 0 -20px -20px;*/
}
body.landing-page.two-column .sidebar.right .sidebar-form .hs-button.primary.large {
    /*background: #006ea5;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;

    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;

    display: block;
    font-size: 1.33333em;
    width: 100%;*/
}
body.landing-page.two-column .sidebar.right .sidebar-form .hs-button.primary.large:hover {
    /*background: #4fa8d5;
    color: #fff;*/
}


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


/* CTA Buttons
   ========================================================================== */

/**
 * Override global CTA styles by wrapping the CTA module in a module group
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags.
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}








/* ==========================================================================


   6. MISCELLANOUS


   ========================================================================== */





/**
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and
 * FOOTER sections.  Custom styles for anything in-between the header and footer
 * (such as, styles that are unique to the HOMEPAGE only), must go in the
 * CONTENT section.
*/








/* ==========================================================================


   7. MOBILE MEDIA QUERIES


   ========================================================================== */





/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 980px) {

    .container-fluid .row-fluid .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }

}


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

@media (max-width: 767px) {
    
    .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
        /*width: 100%;
        float: none !important;
        padding-right: 0 !important;
        padding-left: 0 !important;*/
    }
    .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
        /*width: 100%;
        float: none !important;
        padding-right: 0 !important;
        padding-left: 0 !important;*/
    }
    .footer-column {
        margin-bottom: 30px;
    }
    .sidebar,
    .main-content,
    .blog-sidebar {
        /*margin-top: 30px;*/
    }
    .hs_cos_flex-slider .superimpose .caption {
        position: static;
        width: 100%;
        background: #2d87b5;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul:before {
        display: none;
    }
    .hs_cos_flex-slider .hs_cos_flex-slides img {
        height: auto !important;
    }
    .header-cta a{
        margin-top: 0px;
    }
}


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

@media (max-width: 479px) {}