/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















.dnd-section > .row-fluid {
  max-width: 1100px;
}

.dnd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #333333;
}
.page-center {
  max-width: 1100px;
}
.header-container{
  width: 1100px;
}
a:hover img,
footer img:hover {
  opacity: .7;
}
img{
  max-width:100%; 
}
@media (max-width:1130px){
  .content-wrapper,
  .footer__container,
  header .hs-search-field__bar form,
  .page-center{
    max-width:990px !important; 
  }

  .header-container{
    width:990px !important; 
  }
}
@media (max-width:1020px){
  .content-wrapper,
  .footer__container,
  header .hs-search-field__bar form,
  .header-container,
  .page-center{
    max-width:768px !important; 
  }
  .header-container{
    width:768px !important; 
  }
}

@media (max-width:768px){
  .content-wrapper,
  .footer__container,
  header .hs-search-field__bar form,
  .header-container,
  .page-center{
    max-width:100% !important; 
  }
  .header-container{
    width:100% !important; 
  }
}



html {
  font-size: 62.5%;
  line-height: 1;
} 

body {
  letter-spacing: .1rem;
  font-weight: 400;
  color: #323232;
  font-size: 1.4rem;
  font-family: ヒラギノ角ゴ ProN W3,'Hiragino Kaku Gothic ProN','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'æ¸¸ã‚´ã‚·ãƒƒã‚¯','Yu Gothic',YuGothic,Helvetica,Arial,sans-serif;
}

p {
  font-weight: 400
}
a {
  color: rgba(51, 122, 183, 1.0);
  cursor: pointer;
}

a:hover {
  color: rgba(35, 82, 124, 1.0);
}
a:active {
  color: rgba(91, 162, 223, 1.0);
}



h1 {
  color: #323232;
  font-family: ヒラギノ角ゴ ProN W3,'Hiragino Kaku Gothic ProN','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'æ¸¸ã‚´ã‚·ãƒƒã‚¯','Yu Gothic',YuGothic,Helvetica,Arial,sans-serif;;
  font-size: 36px;
  font-weight: 400;
}


h2 {
  color: #323232;
  font-family: ヒラギノ角ゴ ProN W3,'Hiragino Kaku Gothic ProN','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'æ¸¸ã‚´ã‚·ãƒƒã‚¯','Yu Gothic',YuGothic,Helvetica,Arial,sans-serif;;
  font-size: 30px;
  font-weight: 400;
}



h3 {
  color: #323232;
  font-family: ヒラギノ角ゴ ProN W3,'Hiragino Kaku Gothic ProN','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'æ¸¸ã‚´ã‚·ãƒƒã‚¯','Yu Gothic',YuGothic,Helvetica,Arial,sans-serif;;
  font-size: 24px;
  font-weight: 400;
}



h4 {
  color: #323232;
  font-family: ヒラギノ角ゴ ProN W3,'Hiragino Kaku Gothic ProN','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'æ¸¸ã‚´ã‚·ãƒƒã‚¯','Yu Gothic',YuGothic,Helvetica,Arial,sans-serif;;
  font-size: 18px;
  font-weight: 400;
}


h5 {
  color: #323232;
  font-family: ヒラギノ角ゴ ProN W3,'Hiragino Kaku Gothic ProN','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'æ¸¸ã‚´ã‚·ãƒƒã‚¯','Yu Gothic',YuGothic,Helvetica,Arial,sans-serif;;
  font-size: 14px;
  font-weight: 400;
}

h6 {
  color: #323232;
  font-family: ヒラギノ角ゴ ProN W3,'Hiragino Kaku Gothic ProN','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'æ¸¸ã‚´ã‚·ãƒƒã‚¯','Yu Gothic',YuGothic,Helvetica,Arial,sans-serif;;
  font-size: 12px;
  font-weight: 400;
}

blockquote {
  border-left: 10px solid #333333;;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: ヒラギノ角ゴ ProN W3;
}

h3.form-title {
  background-color: rgba(50, 50, 50, 1.0);
  color: rgba(51, 51, 51, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(50, 50, 50, 1.0);
  border-radius: 0px;
  border: 0px solid rgba(50, 50, 50, 1.0);
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(13, 13, 13, 1.0);
  background-color: rgba(13, 13, 13, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(90, 90, 90, 1.0);
  border: 0px solid rgba(90, 90, 90, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(0, 0, 0, 1.0);
}

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(220, 220, 220, 1.0);

  color: #323232;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(50, 50, 50, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #323232;
}

.hs-richtext {
  font-size: 1.4;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ヒラギノ角ゴ ProN W3;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(13, 13, 13, 1.0);
  color: rgba(50, 50, 50, 1.0);
}

thead th,
thead td {
  background-color: rgba(50, 50, 50, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

table,
tbody + tbody {
  border-color: rgba(13, 13, 13, 1.0);
}
img{
  max-width:100%;
} 



header,
.head-wrap {
  background-color: rgba(13, 13, 13, 1.0);
}

.header__container {
  max-width: 1100px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #ffffff;
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #b8b8b8;
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: #ffffff;
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: #ffffff
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #ffffff;
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #ffffff;
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: #ffffff;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: #e50043;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #e50043;
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: #e50043;
  color: #b8b8b8;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #b8b8b8;
  background-color: #d80031;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: ヒラギノ角ゴ ProN W3;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 1.0);
}

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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(255, 255, 255, 1.0);
  }
}



.head-wrap {
  border-bottom: 3px solid rgba(229, 0, 67, 1.0);
}
#search_icon .accordion-trigger {
  background: rgba(229, 0, 67, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.accordionNav_home a{
  background: rgba(229, 0, 67, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.accordionNav_home a:hover{
  color: rgba(184, 184, 184, 1.0);
}
#header_sns li a{
  color: rgba(255, 255, 255, 1.0);
}

#header_sns li a:hover{
  color: rgba(184, 184, 184, 1.0);
}
#search_icon .accordion-trigger:hover,
.accordionNav_home a:hover {
  background: rgba(229, 0, 67, 1.0);
}

.cm-menu-primary .hs-menu-wrapper > ul > li > a{
  color:rgba(255, 255, 255, 1.0);
}
.cm-menu-primary .hs-menu-wrapper > ul > li.active > a:hover,
.cm-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:rgba(184, 184, 184, 1.0);
  background-color:rgba(255, 255, 255, 0.0);
}
.cm-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color:rgba(255, 255, 255, 1.0);
  background-color:rgba(255, 255, 255, 0.0);
}
.cm-menu-primary .hs-menu-wrapper ul ul > li > a{
  color:rgba(255, 255, 255, 1.0);
}
.cm-menu-primary .hs-menu-wrapper ul ul > li > a:hover{
  color:rgba(184, 184, 184, 1.0);
  background-color:rgba(229, 0, 67, 1.0);
}
.cm-menu-primary .hs-menu-wrapper ul ul > li.active > a{
  color:rgba(184, 184, 184, 1.0);
  background-color:rgba(216, 0, 49, 0.0);
}
.cm-menu-primary .hs-menu-wrapper > ul ul{
  background-color: rgba(229, 0, 67, 1.0);
}




.footer {
  background-color: rgba(13, 13, 13, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.newslist .hs-rss-byline span{
  color: rgba(255, 255, 255, 1.0);
}

.footer__container {
  max-width: 1100px;
}

.footer__copyright{
  background-color: rgba(233, 0, 66, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.cm-top-footer {
  border-top: 3px solid rgba(233, 0, 66, 1.0);
}

footer *{
  color: rgba(255, 255, 255, 1.0);
}
footer .hs-rss-byline span{
  color: rgba(161, 161, 161, 1.0);
}

footer a span,
footer a{
  color: rgba(255, 255, 255, 1.0);
}
footer .hs-rss-item:hover a.hs-rss-title,
.footer .popular-post-wrapper a:hover p.hs-rss-title,
.newslist .hs-rss-item:hover .hs-rss-byline span,
footer a span:hover,
footer a:hover{
  color: rgba(184, 184, 184, 1.0);
}

.footer__copyright *{
  color: rgba(255, 255, 255, 1.0);
}








.content-wrapper {
  max-width: 1100px;
}

.blog-post__date {
  border-color: #323232;
}

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

.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: #0a0a0a;
}

.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: #5a5a5a;
}

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

.blog-pagination__link {
  color: #323232;
}

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

.blog-post__title {
  color: #323232;
  font-family:ヒラギノ角ゴ ProN W3;
  font-size: 30px;
  font-weight: ;
}

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



/*             Blog Grid Listing and Post styles            */


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


.blog-post__tag-link:hover{
  color: #23527c;
}

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

.blog-post__read-more a:hover svg {
  fill: #23527c;
}


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

.blog-sidebar a:hover {
  color: #23527c;
}


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


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

.blog-post__body, .blog-post__tags a {
  color: #323232;
}

.blog-post__meta a:hover {
  color: #23527c
}

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

.blog-post__back-to-blog:hover {
  color: #23527c;
}

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

a.blog-post__back-to-blog:hover svg {
  fill: #23527c;
}













body .icon svg {
  fill: #323232;
}

body .tns-nav button.tns-nav-active {
  background-color: #323232;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #323232;
}

body .social-links__icon {
  background-color: #323232;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #333333;
}

.page-center {
  max-width: 1100px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}