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

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
:root {
  --main-color: #6CC04A;
  --sub-color1: #1F921A;
  --sub-color2: #1F921A;
}

body{
    font-weight:100;
}

.navbar-transparent .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.65) !important;
}

.navbar.scrolled.navbar-transparent .navbar-nav .nav-link, .navbar.navbar-toggled-show.navbar-transparent .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5) !important;;
}

.mt-1rem{
    margin-top:1rem !important;
}

.mt-2rem{
    margin-top:2rem !important;
}

.mt-3rem{
    margin-top:3rem !important;
}

.mt-4rem{
    margin-top:4rem !important;
}

.mt-5rem{
    margin-top:5rem !important;
}

.mt-36{
    margin-top:36px !important;
}

.mt-50 {
    margin-top: 50px;
}

.mt-72{
    margin-top:72px !important;
}

.mt-115{
    margin-top:115px !important;
}

.margin-50{
    height:50px;
    width:100vw;
}

.margin-025rem{
    margin-top:0.25rem !important;
    margin-bottom:0.25rem !important;
}

.mb-025rem {
    margin-bottom:0.25rem !important;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.mb-36{
    margin-bottom:36px !important;
}

.mb-72{
    margin-bottom:72px !important;
}

.margin-0auto{
    margin:0 auto;
}

.margin-0{
    margin:0 !important;
}

.pb-none{
    padding-bottom: 0 !important;
}

.pt-none{
    padding-top:0 !important;
}

.pt-09rem{
    padding-top:0.9rem !important;
}

.pt-1rem{
   padding-top:1rem; !important;
}

.pt-15rem{
    padding-top:1.5rem !important;
}

.pt-2rem{
   padding-top:2rem; !important;
}

.pt-3rem{
    padding-top:3rem; !important;
}

.pt-4rem{
    padding-top:4rem; !important;
}

.pt-5rem{
    padding-top:5rem; !important;
}

.pb-3rem{
    padding-bottom:3rem; !important;
}

.pb-4rem{
    padding-bottom:4rem; !important;
}

.pt-72{
    padding-top:72px;
}

.padding-card {
    padding: 2.25rem;
}

.padding-375{
    padding: 3.75rem 0 0 0 !important;
}

.padding-none{
    padding:0 !important;
}

.pb-36{
    padding-bottom:36px !important;
}

.font-14{
    font-size:14px !important;
}

.font-weight-100{
    font-weight: 100 !important;
}

.font-weight-600{
    font-weight: 600 !important;
}

.font-125rem{
    font-size: 1.25rem !important;
}

.width-100{
    width:100% !important;
}

.py-4{
    padding-bottom: 8rem !important;
    padding-top: 4rem !important;
}

.private-info-text{
    width:100%;
    height:460px;
    overflow:scroll;
    border:1px solid #EAEDF2;
    font-size:14px;
    padding:0.75em;
}

.height-300{
    height:300px !important;
}

.logo-black{
    width:70%;
}

.text-narrow{
    height:200px;
}

.icon-select{
    position: absolute;
    transform: none !important;
    bottom: .3rem !important;
    right: 0.75rem;
    height: 1.5rem;
}

.bottom-adjust{
    bottom: 2.5rem !important;
}

.pt-200{
    padding-top:200px !important;
}
    
.bg-white{
    background-color: white !important;
}

.border-none{
    border: 0 !important;
}

.border-bottom{
    border-bottom:1px;
}

.pl-20{
    padding-left:20px;
}

.form-group {
    margin-bottom: 2rem;
}

.form-control {
    font-weight:100;
}

label {
    font-weight: 600 !important;
}

.card-body-3 {
    padding: 3rem !important;
}

.card-body-5 {
    padding: 5rem !important;
}

.form-control-lg {
    font-size: 1rem;
}

.icon-green{
    fill: var(--main-color);
}

.padding-bottom-none {
    padding-bottom: 0px !important;
}

.hover-box-shadow: hover{
    cursor: pointer;
}

.card-border-bottom{
    border: none !important;
    border-bottom: 1px solid #EAEDF2 !important;
}

.knowledge-list-group-item {
    padding: 1.5rem 2.25rem .75rem 2.25rem;
    border: none; 
}

.pagination{
	  display: table !important;
	  margin: auto !important;
}

.page-item {
    display: inline-block;
}

.dropdown-toggle:after{
    background-image: none !important;
}

.card-body {
    padding: 1.5rem !important;
}

.header-logo-mr{
    margin-right: -6rem;
}

.logo-hidden{
    display:none !important;
}

.logo-shown{
    display:block !important;
}

.width-10p{
    width:10% !important;
}

.thead-bg{
    background-color: #EAEDF2 !important;
}

.tbody-bg{
    background-color: #F7F9FC !important;
}

.line-thru{
    text-decoration: line-through !important;
}
.disp-1, .disp-2, .disp-3 {
    display: none;
}

.swpm-forgot-pass-link {
    display: none !important;
}

.swpm-join-us-link{
    display: none !important;
}

.card-body {
    padding: 1rem !important;
}

.swpm-rember-label {
    font-weight: 600 !important;
    font-size: .875rem;
    line-height: 1.25rem;
}

.swpm-text-field {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.375rem + 2px);
    padding: 0.6875rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #555A64;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EAEDF2;
    border-radius: 0.1875rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100% !important;
}

.swpm-login-form-submit {
    margin-top: 2rem;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: none;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 100px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100% !important;
}

.swpm-login-form-submit:hover{
    background-color: var(--sub-color1);
}

@media (min-width: 992px){
    .sticky-lg-top {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 7rem !important;
        z-index: 1020;
    }
}

.card-narrow {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem !important;
}

.display-5 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
}

.font-115rem{
    font-size: 1.15rem !important;
}

.font-size-3rem{
    font-size:3.0rem; !important;
}

@media (min-width: 992px){
    .mt-1rem-pc{
        margin-top:1rem !important;
    }
    .mt-3rem-pc{
        margin-top:3rem !important;
    }
    .mt-5rem-pc{
        margin-top:5rem !important;
    }
    .mb-025rem-pc {
        margin-bottom:0.25rem !important;
    }
    .margin-025rem-pc{
        margin-top:0.25rem !important;
        margin-bottom:0.25rem !important;
    }
}

.mb-225rem {
    margin-bottom: 2.25rem;
}

.btn-next {
    pointer-events: none;
}
.btn-next.is-active {
    pointer-events: auto;
}

.swpm-forgot-pass-link {
    display: none !important;
}

.swpm-join-us-link{
    display: none !important;
}

.card-body {
    padding: 1rem !important;
}

.swpm-rember-label {
    font-weight: 600 !important;
    font-size: .875rem;
    line-height: 1.25rem;
}

.swpm-text-field {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.375rem + 2px);
    padding: 0.6875rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #555A64;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EAEDF2;
    border-radius: 0.1875rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100% !important;
}

.swpm-login-form-submit {
    margin-top: 2rem;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: none;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 100px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100% !important;
}

.swpm-login-form-submit:hover{
    background-color: var(--sub-color1);
}


/*ブログプロト用にLP本番より移行*/
@media (min-width: 992px){
    .sticky-lg-top {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 7rem !important;
        z-index: 1020;
    }
    .nav-link-narrow .navbar-nav .nav-link{
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
}


/*ブログプロト用に新規作成したCSS*/
.card-footer {
    padding: 0.75rem 1rem !important;
}
.min-vh-90{
    min-height: 90vh !important;
}


/*SP用ヘッダー画像CSS*/
@media (max-width: 992px){
    .sp-hidden{
        display:none !important;
    }

    .sp-shown{
        display:block !important;
        width:50% !important;
    }
    
    .navbar-transparent, .navbar-dark, .navbar-light{
        background-color: white;
    }
    .navbar-transparent .navbar-nav .nav-link {
        color: rgba(0,0,0,0.5) !important;
    }
}

.breadcrumb-item + .breadcrumb-item:before {
    content: '' !important;
    opacity: .5 !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.376 11.584C14.6728 11.7819 14.6728 12.2181 14.376 12.416L9.77735 15.4818C9.44507 15.7033 9 15.4651 9 15.0657L9 8.93426C9 8.53491 9.44507 8.29671 9.77735 8.51823L14.376 11.584Z' fill='%23ffffff'/%3e%3c/svg%3e") !important;
}
.breadcrumb {
    background-color: transparent !important;
}

.breadcrumb-item.active {
    color: white !important;
}

.breadcrumb-item a {
    color: white !important;
    font-weight: 500 !important;
}

.breadcrumb-item:before {
    fill: white !important;
    content: '' !important;
    opacity: .5 !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
}


.anchor-margin{
    margin-top:5rem !important;
    padding-top:-5rem !important;
}

.container-fluid{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.hs-related-blog-posted-at, .hs-related-blog-post-summary, .hs-related-blog-tags{
    display:none;
}

.hs-related-blog-item{
    position: relative;
    display: block;
    padding: 1.5rem 2.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #EAEDF2;
}

@media (min-width: 992px){
    .sticky-lg-top {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 7rem !important;
        z-index: 1020;
    }
    .nav-link-narrow .navbar-nav .nav-link{
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .p-lg-5-cstm {
        padding: 3rem 0rem !important;
    }
}

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

.badge-info:hover {
    background-color: rgba(23,162,184,0.1) !important;
    color: #17a2b8 !important;
}

.badge-danger:hover {
    background-color: rgba(220,53,69,0.1) !important;
    color: #dc3545 !important;
}

.post-body{
    display:none;
}

.text-footer{
    color: rgba(255, 255, 255, 0.7) !important;
    text-align: justify;
    text-justify: inter-ideograph;
}

.breadcrumb-item{
  margin-bottom:0 !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 1.25rem 1.75rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #EAEDF2;
}

.max-height-55{
    max-height:55.5px;
}

.row-fluid, .span12{
    min-height: 0px !important;
}

.page-item a {
    color: #2C3038 !important;
}

.card-img-top {
    height: 212px;
}

@media (max-width: 576px){
    .mt-xs-1 {
        margin-top: 1rem;
    }
}

.blob.blob-4 {
    -webkit-mask-image: url(https://6528117.fs1.hubspotusercontent-na1.net/hubfs/6528117/OneTrust_LP/img/icons/svg/blob-4.svg) !important;
    mask-image: url(https://6528117.fs1.hubspotusercontent-na1.net/hubfs/6528117/OneTrust_LP/img/icons/svg/blob-4.svg) !important;
}

.badge {
    display: inline-block;
    margin-bottom: 0.15rem;
    margin-top: 0.15rem;
}

#lastname-d854446c-301e-4072-b2ac-8efec6e4c95a, #firstname-d854446c-301e-4072-b2ac-8efec6e4c95a,#department-d854446c-301e-4072-b2ac-8efec6e4c95a, #prefecture-d854446c-301e-4072-b2ac-8efec6e4c95a, #phone-d854446c-301e-4072-b2ac-8efec6e4c95a, #email-d854446c-301e-4072-b2ac-8efec6e4c95a, #company-d854446c-301e-4072-b2ac-8efec6e4c95a, #name-66c7d54c-0c4b-4d5d-80fb-5de1c2a65954_4997, #company-66c7d54c-0c4b-4d5d-80fb-5de1c2a65954_4997, #division-66c7d54c-0c4b-4d5d-80fb-5de1c2a65954_4997, #title-66c7d54c-0c4b-4d5d-80fb-5de1c2a65954_4997, #email-66c7d54c-0c4b-4d5d-80fb-5de1c2a65954_4997, #head-66c7d54c-0c4b-4d5d-80fb-5de1c2a65954_9211, #company-d854446c-301e-4072-b2ac-8efec6e4c95a_6306, #lastname-d854446c-301e-4072-b2ac-8efec6e4c95a_6306, #firstname-d854446c-301e-4072-b2ac-8efec6e4c95a_6306, #prefecture-d854446c-301e-4072-b2ac-8efec6e4c95a_6306, #email-d854446c-301e-4072-b2ac-8efec6e4c95a_6306{
    display: block !important;
    width: 100% !important;
    height: calc(1.5em + 1.375rem + 2px) !important;
    padding: 0.6875rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #555A64 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #EAEDF2 !important;
    border-radius: 0.1875rem !important;
    box-shadow: none !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    margin-bottom:2rem !important; 
}

.hs-input:not(textarea){
    display: block !important;
    width: 100% !important;
    height: calc(1.5em + 1.375rem + 2px) !important;
    padding: 0.6875rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #555A64 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #EAEDF2 !important;
    border-radius: 0.1875rem !important;
    box-shadow: none !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    margin-bottom:2rem !important;
}

.hs-button{
    font-size: 1.25rem !important;
    display: block;
    width: 100%;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: none;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0.625rem 1.5rem;
    line-height: 1.5;
    border-radius: 100px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hs-button:hover{
    background-color: var(--sub-color1)
}

.hs-input::placeholder{
    color: #AAACB1 !Important;
    font-weight:300 !Important;
}
.hs-input:-ms-input-placeholder{
    color: #AAACB1 !Important;
    font-weight:300 !Important;
}
.hs-input::-ms-input-placeholder{
    color: #AAACB1 !Important;
    font-weight:300 !Important;
}

.hs-error-msg {
    color: #ff2e5a;
    font-size: 86%;
    text-align: left;
    border-radius: 5px;
    position: relative;
    top: -2rem;
}

.hs-form-required{
    color: #ff2e5a;
}

.inputs-list {
    list-style-type: none;
    padding: 0;
}

.hs-privacy{
    position: relative;
    top: -130px;
}

.hs_company {
    margin-top: -2rem;
}
.hs-field-desc {
    display: block;
    font-size: 1rem;
}

.hubspot-link__container {
    display:none;
}

.row-fluid [class*="span"] {
    margin-left:0px;
}
.private-info-text {
    width: 100%;
    height: 200px;
    overflow: scroll;
    border: 1px solid #EAEDF2;
    font-size: 14px;
    padding: 0.75em;
    font-weight: 300;
}
@media (max-width: 576px){
    .navbar-sp{
        max-width: 100%;
        top: 0px;
    }
    .mt-4rem-sm {
        margin-top: 4rem !important;
    }
}
.font-weight-300 {
    font-weight: 300;
}
body{
    font-weight:100;
}

.navbar-transparent .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.65) !important;
}

.navbar.scrolled.navbar-transparent .navbar-nav .nav-link, .navbar.navbar-toggled-show.navbar-transparent .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5) !important;;
}

.mt-1rem{
    margin-top:1rem !important;
}

.mt-2rem{
    margin-top:2rem !important;
}

.mt-3rem{
    margin-top:3rem !important;
}

.mt-4rem{
    margin-top:4rem !important;
}

.mt-5rem{
    margin-top:5rem !important;
}

.mt-75rem{
    margin-top:7.5rem !important;
}

.mt-36{
    margin-top:36px !important;
}

.mt-50 {
    margin-top: 50px;
}

.mt-72{
    margin-top:72px !important;
}

.mt-115{
    margin-top:115px !important;
}

.margin-50{
    height:50px;
    width:100vw;
}

.margin-025rem{
    margin-top:0.25rem !important;
    margin-bottom:0.25rem !important;
}

.mb-025rem {
    margin-bottom:0.25rem !important;
}

.mb-36{
    margin-bottom:36px !important;
}

.mb-72{
    margin-bottom:72px !important;
}

.margin-0auto{
    margin:0 auto;
}

.margin-0{
    margin:0 !important;
}

.pb-none{
    padding-bottom: 0 !important;
}

.pt-none{
    padding-top:0 !important;
}

.pt-2rem{
   padding-top:2rem; !important;
}

.pt-3rem{
    padding-top:3rem; !important;
}

.pt-4rem{
    padding-top:4rem; !important;
}

.pt-5rem{
    padding-top:5rem; !important;
}

.pb-3rem{
    padding-bottom:3rem; !important;
}

.pb-4rem{
    padding-bottom:4rem; !important;
}

.pt-72{
    padding-top:72px;
}

.padding-card {
    padding: 2.25rem;
}

.padding-375{
    padding: 3.75rem 0 0 0 !important;
}

.padding-none{
    padding:0 !important;
}

.pb-36{
    padding-bottom:36px !important;
}

.font-14{
    font-size:14px !important;
}

.font-weight-100{
    font-weight: 100 !important;
}

.font-weight-600{
    font-weight: 600 !important;
}

.font-125rem{
    font-size: 1.25rem !important;
}

.width-100{
    width:100% !important;
}

.py-4{
    padding-bottom: 8rem !important;
    padding-top: 4rem !important;
}

.private-info-text{
    width:100%;
    height:460px;
    overflow:scroll;
    border:1px solid #EAEDF2;
    font-size:14px;
    padding:0.75em;
}

.height-300{
    height:300px !important;
}

.logo-black{
    width:70%;
}

.text-narrow{
    height:200px;
}

.icon-select{
    position: absolute;
    transform: none !important;
    bottom: .3rem !important;
    right: 0.75rem;
    height: 1.5rem;
}

.bottom-adjust{
    bottom: 2.5rem !important;
}

.pt-200{
    padding-top:200px !important;
}
    
.bg-white{
    background-color: white !important;
}

.border-none{
    border: 0 !important;
}

.border-bottom{
    border-bottom:1px;
}

.pl-20{
    padding-left:20px;
}

.form-group {
    margin-bottom: 2rem;
}

.form-control {
    font-weight:100;
}

label {
    font-weight: 600 !important;
}

.card-body-3 {
    padding: 3rem !important;
}

.card-body-5 {
    padding: 5rem !important;
}

.form-control-lg {
    font-size: 1rem;
}

.icon-green{
    fill: var(--main-color);
}

.padding-bottom-none {
    padding-bottom: 0px !important;
}

.hover-box-shadow: hover{
    cursor: pointer;
}

.card-border-bottom{
    border: none !important;
    border-bottom: 1px solid #EAEDF2 !important;
}

.knowledge-list-group-item {
    padding: 1.5rem 2.25rem .75rem 2.25rem;
    border: none; 
}

.pagination-center{
    display:block;
    text-align: center;
}

.page-item {
    display: inline-block;
}

.dropdown-toggle:after{
    background-image: none !important;
}

.card-body {
    padding: 1.5rem !important;
}

.header-logo-mr{
    margin-right: -6rem;
}

.logo-hidden{
    display:none !important;
}

.logo-shown{
    display:block !important;
}

.width-10p{
    width:10% !important;
}

.thead-bg{
    background-color: #EAEDF2 !important;
}

.tbody-bg{
    background-color: #F7F9FC !important;
}

.line-thru{
    text-decoration: line-through !important;
}
.disp-1, .disp-2, .disp-3 {
    display: none;
}

.swpm-forgot-pass-link {
    display: none !important;
}

.swpm-join-us-link{
    display: none !important;
}

.card-body {
    padding: 1rem !important;
}

.swpm-rember-label {
    font-weight: 600 !important;
    font-size: .875rem;
    line-height: 1.25rem;
}

.swpm-text-field {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.375rem + 2px);
    padding: 0.6875rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #555A64;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EAEDF2;
    border-radius: 0.1875rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100% !important;
}

.swpm-login-form-submit {
    margin-top: 2rem;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: none;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 100px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100% !important;
}

.swpm-login-form-submit:hover{
    background-color: var(--sub-color1);
}

@media (min-width: 992px){
    .sticky-lg-top {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 7rem !important;
        z-index: 1020;
    }
}

.card-narrow {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem !important;
}

.display-5 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
}

.font-115rem{
    font-size: 1.15rem !important;
}

.font-size-3rem{
    font-size:3.0rem; !important;
}

@media (min-width: 992px){
    .mt-1rem-pc{
        margin-top:1rem !important;
    }
    .mt-3rem-pc{
        margin-top:3rem !important;
    }
    .mt-5rem-pc{
        margin-top:5rem !important;
    }
    .mb-025rem-pc {
        margin-bottom:0.25rem !important;
    }
    .margin-025rem-pc{
        margin-top:0.25rem !important;
        margin-bottom:0.25rem !important;
    }
}

.mb-25rem {
    margin-bottom: 2.5rem !important;
}

.btn-next {
    pointer-events: none;
}
.btn-next.is-active {
    pointer-events: auto;
}

.swpm-forgot-pass-link {
    display: none !important;
}

.swpm-join-us-link{
    display: none !important;
}

.card-body {
    padding: 1rem !important;
}

.swpm-rember-label {
    font-weight: 600 !important;
    font-size: .875rem;
    line-height: 1.25rem;
}

.swpm-text-field {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.375rem + 2px);
    padding: 0.6875rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #555A64;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #EAEDF2;
    border-radius: 0.1875rem;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100% !important;
}

.swpm-login-form-submit {
    margin-top: 2rem;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: none;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 100px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100% !important;
}

.swpm-login-form-submit:hover{
    background-color: var(--sub-color1);
}


/*ブログプロト用にLP本番より移行*/
@media (min-width: 992px){
    .sticky-lg-top {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 7rem !important;
        z-index: 1020;
    }
    .nav-link-narrow .navbar-nav .nav-link{
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .mb-25rem-pc {
        margin-bottom: 2.5rem !important;
    }
}


/*ブログプロト用に新規作成したCSS*/
.card-footer {
    padding: 0.75rem 1rem !important;
}
.min-vh-90{
    min-height: 90vh !important;
}


/*SP用ヘッダー画像CSS*/
@media (max-width: 992px){
    .sp-hidden{
        display:none !important;
    }

    .sp-shown{
        display:block !important;
        width:50% !important;
    }
    
    .navbar-transparent, .navbar-dark{
        background-color: white;
    }
}

.breadcrumb-item + .breadcrumb-item:before {
    content: '';
    opacity: .5;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.376 11.584C14.6728 11.7819 14.6728 12.2181 14.376 12.416L9.77735 15.4818C9.44507 15.7033 9 15.4651 9 15.0657L9 8.93426C9 8.53491 9.44507 8.29671 9.77735 8.51823L14.376 11.584Z' fill='%23ffffff'/%3e%3c/svg%3e");
}
.breadcrumb {
    background-color: transparent;
}

.breadcrumb-item.active {
    color: white;
}

.breadcrumb-item a {
    color: white !important;
    font-weight: 500;
}

.breadcrumb-item:before {
    fill: white;
    content: '';
    opacity: .5;
    width: 1.5rem;
    height: 1.5rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 1.25rem 1.75rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #EAEDF2;
}

.max-height-55{
    max-height:55.5px;
}
@media (min-width: 992px){
    .br-sp {
        display: none;
    } 
}

.h1-top{
    font-size: 2.4rem !important;
    line-height: 5.5rem !important;
}

/*LPプロトのために追加したもの　3/4*/
@media (max-width: 768px){
    .display-4-jp{
        font-size: 1.8rem !important;
        line-height: 1.5 !important;
    }
    .h1-top{
        font-size: 1.6rem !important;
        line-height: 1.5 !important;
    }
}


.mt-75rem{
    margin-top:7.5rem !important;
}
.mb-3rem {
    margin-bottom: 3rem !important;
}
.card-padding-large{
    padding: 2.25rem !important;
}
.display-4-jp{
    font-size: 2.4rem !important;
    line-height: 1.6 !important;
}
@media (max-width: 992px){
    .br-pc {
        display: none !important;
    } 
}
@media (min-width: 992px){
    .section-title {
        margin-bottom: 2rem !important;
    }
}
.line-height-15{
    line-height: 1.5 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}
.line-height-55rem{
    line-height: 5.5rem !important;
}
.fuc-icon {
    position: absolute !important;
    top: 58% !important;
    left: 52% !important;
    transform: translate(-50%,-50%) !important;
}
.text-align-justify{
    text-align: justify !important;
    text-justify: inter-ideograph !important;
}
.card-strength{
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    word-wrap: break-word !important;
    background-color: #fff !important;
    background-clip: border-box !important;
    border-radius: 0.3125rem !important;
    padding: 2.4rem 3rem !important;
}
.logo-strength{
    width:80% !important;
}
.strength-img-height{
    height:4rem !important;
}
.mb-80px{
    margin-bottom:80px !important;
}
.font-weight-500{
    font-weight:500 !important;
}
.font-cstmr{
    color: #2C3038 !important;
}
.footer-1 hr {
    margin-top: 0 !important; 
}
@media (min-width: 768px){
    .footer-1 hr {
        margin-top: 0 !important;
    }
}
.text-footer {
    color: rgba(255, 255, 255, 0.7) !important;
    text-align: justify;
    text-justify: inter-ideograph;
}
@font-face {
    font-family: 'myFont';
    src: url('https://fonts.googleapis.com/css?family=Nunito:400,400i,600,700&display=swap') format('woff2') !important;
}
.font-round{
    font-family: 'myFont', sans-serif !important;
    color: var(--main-color) !important;
}
.width-10{
    width: 10% !important;
    padding-left: 10px !important;
    padding-bottom: 2px !important;
}
.font-135rem{
    font-size: 1.35rem !important;
}
.btn-outline-primary {
    background-color: white !important;
}
.btn-outline-primary:hover {
    background-color: #eaedf2 !important;
    border-color: transparent !important;
    color: var(--main-color) !important;
}
.width-80{
    width: 80% !important;
}
.padding-35 {
    padding: 3.5rem !important;
}

@media (min-width: 768px){
    .mt-15rem-pc{
        margin-top:1.5rem !important;
    }
    .mt-4rem-pc{
        margin-top:4rem !important;
    }
    .mt-5rem-pc{
        margin-top:5rem !important;
    }
    .mh-420-pc{
        min-height:420px !important;
    }
}
.text-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
}
@media (min-width: 992px){
    .mt-25rem-pc {
        margin-top: 2.5rem !important;
    }
    .mt-7rem-pc{
        margin-top:7rem !important;
    }
    .mt-9rem-pc{
        margin-top:9rem !important;
    }
}
.font-weight-700{
    font-weight: 700 !important;
}
.mb-025rem{
    margin-bottom: .25rem !important;
}
.line-height-0{
    line-height: 0 !important;
}
.mb-1rem {
    margin-bottom:1rem !important;
}
.mb-2rem {
    margin-bottom:2rem !important;
}
.fuc-icon-func {
    position: absolute !important;
    top: 50 !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
}
.mb-275rem{
    margin-bottom:2.75rem !important;
}
.icon-0deg {
    transform: rotateZ(0deg) !important;
}
.icon-90deg {
    transform: rotateZ(90deg) !important;
}
.icon-270deg {
    transform: rotateZ(270deg) !important;
}
.font-weight-300 {
    font-weight: 300 !important;
}
#ins-card > [data-toggle="collapse"][aria-expanded="true"] #ins-icon {
    display:none !important;
}
#lec-card > [data-toggle="collapse"][aria-expanded="true"] #lec-icon {
    display:none !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.font-size-140pct{
    font-size:140% !important;
}
.p-0{
    padding:0 !important;
}
.mb-4rem{
    margin-bottom:4rem !important;
}
.font-size-160pct{
    font-size: 160% !important;
}
@media (max-width: 768px){
    .mt-2rem-sp{
        margin-top:2rem !important;
    }
}
.h-100{
    height: 100%;
}

body{
     font-weight:300 !important;
}
.blob.blob-2 {
    -webkit-mask-image: url(https://6528117.fs1.hubspotusercontent-na1.net/hubfs/6528117/OneTrust_LP/img/page/blob-2.svg) !important;
    mask-image: url(https://6528117.fs1.hubspotusercontent-na1.net/hubfs/6528117/OneTrust_LP/img/page/blob-2.svg) !important;
}
.hs-form-radio label span {
    position: relative;
    top: -65px;
    left: 50px;
}
input[type="radio"] {
    width: 50% !important;
    display: inline-block !important;
    margin-right: 5px !important;
    position: relative;
    top: 18px;
}
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    color: #68b631;
    border: 1px solid #68b631;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0.8em 2em;
    font-size: 0.8em;
    line-height: 1.2;
    cursor: pointer;
    -moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -webkit-transition: 1s ease;
    transition: 0.1s ease;
}
@media (max-width: 576px){
    .mt-sp-5rem {
        margin-top: 5rem;
    }
    .display-4-jp {
        font-size: 1.4rem !important;
        line-height: 1.4 !important;
    }
}
@media (min-width: 768px){
    .br-sp{
        display: none !important;
    }
    .p-2rem{
        padding: 1.5rem !important;
      }
}

@media (max-width: 768px){
    .navbar.navbar-transparent .navbar-nav .nav-link, .navbar.navbar-toggled-show.navbar-transparent .navbar-nav .nav-link {
        color: rgba(0,0,0,0.5) !important;
    }
    .card-strength {
      padding: 1rem 1.4rem !important;
    }
    .card-padding-large {
      padding: 1rem 1.5rem !important;
    }
    h3, .h3 {
        font-size: 1.2rem !important;
    }
    .lead {
         font-size: 1rem !important;
         font-weight: 300 !important; 
    }
    h5, .h5 {
        font-size: 1rem !important;
    }
}
#logo-top{
    width:77%;
/*     padding-right:29px; */
}
.text-green{
    color: var(--main-color);
}

.padding-pdf{
    padding-left: 2rem;
    padding-top: .5rem;
}
.btn-back-to-top {
    left: 2rem !important;
}
.table th, .table td {
    vertical-align: middle;
}
.fee-iij {
    width: 15% !important;
}
.fee-ot {
    width: 45% !important;
}
@media (max-width: 576px){
    .fee-iij {
        width: 35% !important;
    }
    .fee-ot {
        width: 100% !important;
    }
   .pt-5rem-sp{
      padding-top:5rem; !important;
  }
}
.about-note{
    padding-left:2rem;
    text-indent:-2rem;
}
.p-2rem{
  padding: 2rem !important;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: var(--sub-color1) !important;
    border-color: var(--sub-color2) !important;
}
.btn-outline-light:hover {
    background-color: rgba(247,249,252,0.2) !important;
    border-color: rgba(0,0,0,0) !important;
    color: #f7f9fc !important;
}
/*20200824*/
.head-current{
    color:var(--main-color);
}
/*CTAフォント*/
.cta-font {
    font-family: "Nunito",'Noto Sans JP',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
/*!--
20201102ページ改修用
--!*/
.underline{
  text-decoration: underline;
}
.support-card {
    height: 415px;
}
.sp-detail-link{
    position: absolute;
    bottom: 2rem;
}
@media (max-width: 768px) {
    .support-card {
        height: auto;
    }
  .br-tb{
    display:block !important;
  }
}
@media (max-width: 576px) {
    .sp-detail-link{
        position: relative;
        bottom: 0;
    }
}
.license-title{
    font-size: 1rem;
    font-weight: 500;
    text-indent: -1rem;
    padding-left: 1rem;
    line-height: 1.625;
}
.lisence-count-p{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom:0;
}
.license-detail{
    margin-bottom: 0.25rem;
    text-indent: -2rem;
    padding-left: 3rem;
}
.license-ul{
    margin-top:0.5rem;
}
@media (max-width: 576px) {
    .lisence-count-p{
        font-size: 1.1rem !important;
    }
    .license-title, .lisence-count-p, .license-ul li{
        font-size: 1rem !important;
        line-height: 1.5;
    }
    .mb-0-sp{
        margin-bottom:0 !important;
    }
}
.option-tbl .table th, .table td {
    vertical-align: top;
    text-align: left;
    padding: 1.5rem;
}
.font-bold{
    font-weight: 600;
}
.license-table-note{
    font-weight: 600;
    text-indent: 1.5rem;
}
.recommendation-title{
    margin: 0.25rem 0 0 1rem !important;
}
.mt-recommend{
    margin-top:2rem;
}
.license-mb{
    margin-bottom:2.5rem;
}
.pattern-title{
    margin-left:1rem;
    line-height:1.5;
    float: left;
    margin-bottom: 0 !important;
    max-width: 85%;
}
.pattern-btn{
    padding: 0.5rem 1rem;
    border-radius: 30px;
    background-color: #E5F5F1;
    color: #0B5649;
    float: left;
    font-size: 0.9rem;
    font-weight: 600;
}
.pattern-cont{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.flow-img{
    width: 90%;
    margin: 0 auto;
    display: block;
}
@media (max-width: 1024px) {
    .pattern-title{
        max-width: 80%;
    }
}
@media (max-width: 768px) {
    .pattern-title{
        max-width: 73%;
    }
}
@media (max-width: 576px) {
    .option-tbl .table th, .table td {
        padding: .75rem 0.3rem;
    }
    .option-tbl {
        margin: 0 auto;
        width:96%;
    }
    .license-table-note{
        text-indent: .75rem;
    }
    .table td p{
        text-align: center;
        line-height:2rem;
    }
    .recommendation-title{
        margin: 0 0 0 0.5rem !important;
    }
    .va-middle{
        vertical-align: middle !important;
    }
    .mt-recommend{
        margin-top:0;
    }
    .license-mb{
        margin-bottom:0;
    }
    .pattern-title{
        margin-left:0;
        float:none;
        max-width: none;
    }
    .pattern-btn{
        float:none;
        display:block;
        text-align: center;
        margin-bottom: 1rem;
    }
    .pattern-cont{
        flex-direction: column;
    }
    .h3rem-sp{
        height: 3rem;
    }
    .about-note {
        padding-left: 1rem;
        text-indent: -1rem;
    }
    .flow-img{
        width: 100%;
    }
}
#options-fee table ul li, #options-fee table p{
    line-height: 1.8;
}
#options-fee table ul{
    margin-bottom:0;
}
.highlight-selected h4{
    line-height:1.5;
}
.support-menu-title{
    line-height: 1.33;
}
.support-menu-p{
    line-height: 1.75;
}
.support-img{
    filter: drop-shadow(2px 4px 20px rgba(30, 44, 52, 0.15));
}
@media (max-width: 1024px) {
    .br-pc-lg{
        display:none;
    }
}
.bg-success-alt {
    background-color: rgba(0, 155, 114, 0.2);
}
.card-img-top {
    height: 212px;
    border-radius: 20px;
}
.fee-table th{
    padding-left: 1.5rem;
}
@media all and (-ms-high-contrast: none) {
  .pb-ie{
    padding-bottom:90px !important;
  } 
}
.divider.top-0 {
    top: 0;
}
@media (max-width: 767.98px){
  .cta_button {
      font-size: 1rem !important;
      padding: .625rem 1.5rem !important;
      display: block !important;
  }
}
.br-pc-tb{
  display:none;
}
@media screen and (max-width: 1024px) {
  .br-pc-tb{
    display:block;
  }
}
@media screen and (max-width: 576px) {
  .br-pc-tb{
    display:none;
  }
}
/*!--
20201102ページ改修用終了
--!*/

.c-listCorpLogo {
  display: flex;
  flex-wrap :wrap;
  justify-content: center;
  align-items:center;
  padding-left: 0;
}

.c-listCorpLogo__item {
  list-style:none;

}
.c-listCorpLogo__itemInner {
  display: block;
}

.c-listCorpLogo__itemInner img{
  display: block;
}

.l-corpBnr {
  margin-top:60px;
}
.l-corpBnr__list {
  margin-top:20px;
}
@media screen and (max-width: 991px) {
.c-listCorpLogo__item {
  flex: 0 0 33%;

}    
.u-mt_sp{
  margin-top: 1.8rem!important;
}
}



@media screen and (min-width: 992px) {
.c-listCorpLogo {
  flex-wrap : nowrap;
}  
.u-ta-lc {
  text-align: center;
} 
.l-corpBnr {
  margin-top:7.5rem;
}
.l-corpBnr__ttl {
}
.l-corpBnr__read {
}
.l-corpBnr__list {
  margin-top:40px;
} 
.u-mt_sp{
  margin-top: 5rem!important;
}
}

.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadinModal-content {
  width: auto!important;
}
/*!--
20211109ページ改修用終了
--!*/