







/* 1a. Containers */






/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */


   

 



.content-wrapper,.blog-container  { 
  max-width: 1170px;
}
.header-container  {
  max-width: ;  
}     
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 130px 0;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper{
  max-width: 1170px;
}
.header_container_wrapper .container{
  max-width: 100px;
}






body {
  font-size: 14px;
  color: #494949;
  font-weight: 400;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

/* Anchors */

a {  
  color: rgba(30, 159, 191, 1.0);
}

a:hover,
a:focus,
a:active {
  color: rgba(193, 25, 32, 1.0);
}

/*Added by RS Yoshi*/
.blog-post__body a {
    color: rgb(193, 25, 32);
}

.blog-post__body a:hover,
.blog-post__body a:focus,
.blog-post__body a:active {
  color: #000;
}




/* Headings */

h1 {
  /*font-family: Roboto;*/
  color: #494949;
  font-weight: 400;
}

h2 {
  /*font-family: Roboto;*/
  color: #494949;
  font-weight: 400;
}

h3 {
  /*font-family: Roboto;*/
  color: #494949;
  font-weight: 400;
}

h4 {
  /*font-family: Roboto;*/
  color: #494949;
  font-weight: 400;
}

h5 {
  /*font-family: Roboto;*/
  color: #494949;
  font-weight: 400;
}

h6 {
  /*font-family: Roboto;*/
  color: #494949;
  font-weight: 400;
}

@media(min-width: 1200px){
  h1 {
    font-size: 70px; 
  }
  h2 {
    font-size: 55px;
  }
  h3 {
    font-size: 48px;
  }
  h4 {
    font-size: 40px;
  }
  h5 {
    font-size: 32px;
  }
  h6 {
    font-size: 25px;
  }
}
@media (max-width: 1199px) and (min-width: 992px){
  h1 {
    font-size: 65.01599999999999px; 
  }
  h2 {
    font-size: 50.061px;
  }
  h3 {
    font-size: 42.0096px;
    line-height: 1.143;
  }
  h4 {
    font-size: 35.0px;
    line-height: 1.172;
  }
  h5 {
    font-size: 27.008px;
    line-height: 1.185;
  }
  h6 {
    font-size: 22.0px;
    line-height: 1.23;
  }
}

/* Blockquote */






.hs-button,
.hs-button.primary,
input[type="submit"],
input[type="button"] {
  background-color: rgba(35, 35, 35, 1.0);
  border-color: rgba(35, 35, 35, 1.0);
  border-radius: 0px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding: 9px 34px;
}

.hs-button:hover,
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover { 
  border-color: rgba(35, 35, 35, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(35, 35, 35, 1.0);
}

button:active,
.button:active {
  background-color: rgba(75, 75, 75, 1.0);
  border-color: #4b4b4b;
  color: #FFFFFF;
}

.hs-button:focus,
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus { 
  border-color: rgba(35, 35, 35, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(35, 35, 35, 1.0);
}





.body-container .custom_error_message form,
.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
.body-container #comment-form, 
.body-container .hs-search-field__bar form,
form#email-prefs-form,
.systems-page .form-container form,
.systems-page #hs_cos_wrapper_password_prompt form {
  background-color: rgba(255, 255, 255, 0.0);
}

form,
.submitted-message {
  font-size: 14px;
  color: #494949;
  font-weight: 400
}

/* Form title */

h3.form-title {
  color: rgba(0, 0, 0, 1.0);
}

/* Form label */

form label {
  color: rgba(0, 0, 0, 1.0);
}
/* Form help text */

form legend {
  color: rgba(0, 0, 0, 1.0);
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-width: 1px;
  border-color: rgba(0, 168, 223, 0.23);
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 166, 255, 1.0);
  border-radius: 6px;
}

form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover {
  background-color: rgba(234, 247, 255, 1.0);
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(0, 168, 223, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #494949;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #494949;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #494949;
}

.fn-date-picker td .pika-button:hover {
  background-color: #494949 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #494949;
}

/* Submit button */







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: rgba(85, 85, 85, 1.0);
}

th,
td {
  border-color: rgba(85, 85, 85, 1.0);
  color: rgba(85, 85, 85, 1.0);
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(85, 85, 85, 1.0)

;
  border-bottom-color: #555555;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
  color: rgba(85, 85, 85, 1.0);
}







.header__container.content-wrapper{
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container.content-wrapper{
  max-width: 100%;
}

.header-nav .hs-menu-wrapper>ul>li>a{
  color: rgba(35, 35, 35, 1.0);
}
.header-nav .hs-menu-wrapper>ul>li:hover>a{
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.0);
}

.header-nav .hs-menu-wrapper>ul>li>ul{
  background-color: rgba(35, 35, 35, 1.0);
}
.header-nav .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(157, 157, 157, 1.0);
}
.header-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #232323;
  }
}





.footer{
  background: rgba(28, 28, 28, 1.0);
}
.copyright {
  color: rgba(163, 163, 163, 1.0);
}
.footer-bottom-links .hs-menu-wrapper ul li a{
  color: rgba(255, 255, 255, 1.0);
}
.footer-bottom-links .hs-menu-wrapper ul li a:hover{
  color: rgba(204, 204, 204, 1.0);
}





/* Blog Header */

.blog-header {
  background-color: rgb(#null);
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #494949;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #c11920;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #c11920;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #494949;
}

.blog-pagination__link {
  color: #494949;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494949;
}

.blog-post__title {
  color: #494949;
  font-family:Roboto;
  font-size: 70px;
  font-weight: 400;
}

.blog-post__author {
  background-color: #555555;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: ;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #c11920;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #c11920;
}

.blog-index__post-content--small h2 {
  font-size: 48px;
}

.blog-index__post-content a {
  color: #494949;
}

.blog-post__read-more svg {
  fill: #494949;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
  color: #494949;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(#null);
}

.post-featured-image {
  max-height: px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
  color: #494949;
}

.blog-post__meta a:hover {
  color: #c11920;
}

.blog-post__links-container {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: #494949;
}

.blog-post__back-to-blog svg {
  fill: #494949;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}











.card__price {
  font-family: Roboto
    font-size: 48px;
  color: #494949;
  font-weight: 400
}

@media (max-width: 1199px) {
  .dnd-section > .row-fluid,
  .header__container,
  .page-center,
  .content-wrapper {
    max-width: 970.0531578855px;
  }
  .dnd-section, .content-wrapper--vertical-spacing {
    padding: 90px 0;
  }
}

@media (max-width: 991px) {
  .dnd-section > .row-fluid,
  .header__container,
  .page-center,
  .content-wrapper {
    max-width: 750.619904112px;
  }
  .dnd-section, .content-wrapper--vertical-spacing {
    padding: 75px 0;
  }
}

@media (max-width: 767px) {
  .dnd-section, .content-wrapper--vertical-spacing {
    padding: 50px 0;
  }
}

#infscr-loading{display:none;}





.tag_space ul{
margin:0px;
padding:0px;}
.cat_icon
{
  border: 1px solid #c11920 !important;
    padding: 5px 5px;
    color: #c11920;
    font-size: 1.1rem;
    display: inline;
    margin-right: 3px;
}
.cat_icon.off
{
  border: 1px solid #ccc !important;
    color: #ccc;
}
.iot-item-wrap .btn
{
margin:5px;
}

.related-data-hide .related-post-date
{display:none;}