/* フォント変更：Noto Sans Display_2022/06/06 hara add  */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display&display=swap');











/* 1a. Containers */















/* 1b. Colors */




/* 1c. Typography */




































































/* 1d. Buttons */









/* 1e. Forms */













/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

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


.dnd-section > .row-fluid, .content-wrapper {
  max-width: 1170px;
}  











body {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  /*  
  font-family: Roboto, 'Arial', 'Droid Sans', 'メイリオ', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  */
 /*  フォント変更：Noto Sans Display_2022/06/06 hara add  */
  font-family: 'Noto Sans Display', 'Noto Sans JP', sans-serif !important;   
}

/* Paragraphs */

p {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
 /*  フォント変更：Noto Sans Display_2022/06/06 hara add  */
  font-family: 'Noto Sans Display', 'Noto Sans JP', sans-serif !important;   
}

/* Anchors */

a {
  color: #00a0be;
}

a:hover,
a:focus,
a:active {
  color: #00a0be;
}

/* Headings */

h1 {
 /*
  font-family: Roboto, 'Arial', 'Droid Sans', 'メイリオ', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
 */  
 /*  フォント変更：Noto Sans Display_2022/06/06 hara add   */ 
  font-family: 'Noto Sans Display','Noto Sans JP', sans-serif !important;      
  font-size: 48px;
  color: #5f7800;
  font-weight: 400;
}



@media only screen and (max-width: 1024px){
  h1{
    font-size: 36.7999968px;  
  }



}




h2 {
 /*  
  font-family: Roboto, 'Arial', 'Droid Sans', 'メイリオ', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
*/   
  /*  フォント変更：Noto Sans Display_2022/06/06 hara add   */ 
  font-family: 'Noto Sans Display','Noto Sans JP', sans-serif !important;     
  font-size: 40px;
  color: #000000;
  font-weight: 400;
}


h3 {
 /*  
  font-family: Roboto, 'Arial', 'Droid Sans', 'メイリオ', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
*/   
  /*  フォント変更：Noto Sans Display_2022/06/06 hara add   */ 
  font-family: 'Noto Sans Display','Noto Sans JP', sans-serif !important;     
  font-size: 35px;
  color: #000000;
  font-weight: 400;
}

h4 {
 /*   
  font-family: Roboto, 'Arial', 'Droid Sans', 'メイリオ', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
 */  
  /*  フォント変更：Noto Sans Display_2022/06/06 hara add   */ 
  font-family: 'Noto Sans Display','Noto Sans JP', sans-serif !important;      
  font-size: 30px;
  color: #000000;
  font-weight: 400;
}

h5 {
 /*  
  font-family: Roboto, 'Arial', 'Droid Sans', 'メイリオ', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
 */  
  /*  フォント変更：Noto Sans Display_2022/06/06 hara add   */ 
  font-family: 'Noto Sans Display','Noto Sans JP', sans-serif !important;     
  font-size: 28px;
  color: #000000;
  font-weight: 400;
}

h6 {
 /*  
  font-family: Roboto, 'Arial', 'Droid Sans', 'メイリオ', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif; 
 */ 
 /*  フォント変更：Noto Sans Display_2022/06/06 hara add   */ 
  font-family: 'Noto Sans Display','Noto Sans JP', sans-serif !important;    
  font-size: 26px;
  color: #000000;
  font-weight: 400;
}

/* Blockquote */

blockquote {
  border-left-color: #333333;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(0, 160, 190, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(0, 160, 190, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 1px 29px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 120, 150, 1.0);
  border-color: #007896;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
  background-color: rgba(40, 200, 230, 1.0);
  border-color: #28c8e6;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}









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

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #333333;
}
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{
  background-color: 

  
  
    
  


  rgba(244, 252, 253, 1.0)

;

}


/* Form label */

form label {
  color: #000000;
}

/* Form help text */

form legend {
  color: #000000;
}

/* 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-color: #B5B5B5;

}

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: #B5B5B5;
}

/* Form placeholder text */



/* Date picker */

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

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

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

/* Submit button */


form input[type=submit],
form .hs-button,
button,
.button{
  background-color: 

  
  
    
  


  rgba(0, 160, 190, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(0, 160, 190, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 1px 29px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(0, 160, 190, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 160, 190, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.button:hover,
.button:focus,
button:hover,
button:focus{
  background-color: 

  
  
    
  


  rgba(0, 160, 190, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 160, 190, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;

}

.button:active,
button:active{
  background-color: 

  
  
    
  


  rgba(0, 160, 190, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 160, 190, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;

}
form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(0, 160, 190, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 160, 190, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





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

th,
td {
  border-color: #000000;
  color: #000000;
}

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

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






































.header_top_navigation .hs-menu-wrapper>ul>li>a{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}


.header_top_navigation .hs-menu-wrapper>ul>li>a:hover{
  color: 

  
  
    
  


  rgba(97, 97, 97, 1.0)

;
}




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




.navigation-primary>ul>li>a{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.navigation-primary>ul>li>a:hover,
.navigation-primary>ul>li.hover>a,
.custom-menu-primary ul li a:focus,
.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: 

  
  
    
  


  rgba(0, 160, 190, 1.0)

;
  background-color: ;
}
.navigation-primary>ul>li>a.active-item,
.custom-menu-primary ul li a.active-item,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: 

  
  
    
  


  rgba(0, 160, 190, 1.0)

;
  background-color: ;
}
.custom-menu-primary ul ul,
.navigation-primary>ul ul,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.navigation-primary>ul ul.submenu.level-2 .child_inner>li>a{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.navigation-primary>ul>li.has-submenu .fusion-dropdown-svg svg path{
  fill:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;

}




body .submenu.level-2 > li:first-child:before {
  border-color: ;
}
.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.custom-menu-primary ul ul li a,
.dropdown_menu_wrap>li>a,
.navigation-primary>ul ul>li>a,
.navigation-primary>ul ul.submenu.level-2 .child_inner>li>a{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}


.custom-menu-primary ul ul li a.active-item,
.navigation-primary>ul ul>li>a.active-item{
  color: ;
  background-color: ;
}
.custom-menu-primary ul ul li a.active{
  color: ;
  background-color: ;
}

.navigation-primary>ul .child_wrapper,
.navigation-primary>ul ul>.menu-grid-wrapper,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color: ;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}




.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Roboto, 'Arial', 'Droid Sans', 'メイリオ', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}

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



.navigation-primary>ul ul li a:hover{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  background-color: 

  
  
    
  


  rgba(#null, 1)

 ;
}


@media only screen and (min-width: 1151px){
  .navigation-primary>ul ul.submenu.level-2 .child_inner>li>a{
    border-bottom-color:;
  }


}



@media(max-width: 767px) {


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

@media(max-width: 767px) {


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





























.footer_copyright_link .hs-menu-wrapper>ul>li:not(.last){


  border-color: 

  
  
    
  


  rgba(33, 33, 33, 1.0)


}
.footer_copyright_link .hs-menu-wrapper>ul>li{
  border-color: 

  
  
    
  


  rgba(33, 33, 33, 1.0)



}



.footer_copyright_link .hs-menu-wrapper>ul>li>a{

  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

; 
}
.footer_copyright_link .hs-menu-wrapper>ul>li>a:hover{

  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

; 
}

footer.footer{
  border-color: #aab400;
}



.iq_button a{
  background-color: #ffffff;
  color: #5F7800;
  border-color: #707070;
}

.iq_button a:hover{
  background-color: #ffffff;
  color: #5F7800;
  border-color: #707070;
}



.copyright_items{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}



.footer_copyright{
  border-color: 

  
  
    
  


  rgba(152, 152, 152, 1.0)

;
}


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

.footer_navigation .hs-menu-wrapper .hs-menu-children-wrapper>li>a{
  color: #212121;
}
.footer_navigation .hs-menu-wrapper .hs-menu-children-wrapper>li>a:hover{
  color: #212121;
}


.footer_navigation .hs-menu-wrapper>ul>li:nth-child(2)>a,
.footer_navigation .hs-menu-wrapper>ul>li:nth-child(4)>a,
.footer_social_item .social_title{
  color: 

  
  
    
  


  rgba(33, 33, 33, 1.0)

!important;
}
.footer_navigation .hs-menu-wrapper>ul>li:nth-child(2)>a:hover,
.footer_navigation .hs-menu-wrapper>ul>li:nth-child(4)>a:hover{

  color: 

  
  
    
  


  rgba(33, 33, 33, 1.0)

!important;

}
.footer_navigation .hs-menu-wrapper>ul>li.hs-item-has-children>a,
.footer_navigation .hs-menu-wrapper>ul>li:nth-child(3)>a,
.footer_navigation .hs-menu-wrapper>ul>li:nth-child(6)>a,
.footer_navigation .hs-menu-wrapper>ul>li:nth-child(7)>a{
  color: 

  
  
    
  


  rgba(33, 33, 33, 1.0)

;
}
.footer_navigation .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover,
.footer_navigation .hs-menu-wrapper>ul>li:nth-child(3)>a:hover,
.footer_navigation .hs-menu-wrapper>ul>li:nth-child(6)>a:hover,
.footer_navigation .hs-menu-wrapper>ul>li:nth-child(7)>a:hover{
  color: 

  
  
    
  


  rgba(84, 84, 84, 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: #000000;
}

.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: #00a0be;
}

.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: #00a0be;
}

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

.blog-pagination__link {
  color: #000000;
}

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

.blog-post__title {
  color: #5f7800;
  font-family:Roboto, 'Arial', 'Droid Sans', 'メイリオ', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  font-size: 48px;
  font-weight: 400;
}

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

#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: #00a0be;
}

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

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

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

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

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

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

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

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

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

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

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

.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, 'Arial', 'Droid Sans', 'メイリオ', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif
    font-size: 35px;
  color: #000000;
  font-weight: 400
}