@charset "utf-8";
/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
 

/***********************
* 変数設定
***********************/
:root {
  --khmr-font-primary: '游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
  --khmr-font-secondary: '游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
  --khmr-icon: 'Material Symbols Rounded';

  --khmr-trans-time: 0.15s;

  --khmr-color-primary: #1570A9;
  --khmr-color-primary-rgb: 21, 112, 169;
  --khmr-color-primary-contrast: #ffffff;

  --khmr-color-secondary: #30416B;
  --khmr-color-secondary-rgb: 48, 65, 107;
  --khmr-color-secondary-contrast: #ffffff;

  --khmr-color-white: #ffffff;
  --khmr-color-white-rgb: 255, 255, 255;
  --khmr-color-white-contrast: #212121;

  --khmr-color-black: #000000;
  --khmr-color-black-rgb: 0, 0, 0;
  --khmr-color-black-contrast: #ffffff;

  --khmr-color-gray: #777777;
  --khmr-color-gray-rgb: 170, 170, 170;
  --khmr-color-gray-contrast: #ffffff;

  --khmr-color-image-background: #f0f0f0;
}

/***********************
* 文字の改行
***********************/
#top {
  word-break: break-word;
}

/***********************
* メインフォントファミリー
***********************/
.responsive #top #wrap_all .all_colors h1,
#top.home #wrap_all .all_colors .about-content .av-subheading,
#top.home #wrap_all .entry-content-header .av-magazine-title,
#top #wrap_all .all_colors .pickup .flex_cell .avia_textblock h4,
#top #wrap_all .all_colors .pickup .flex_cell .avia_textblock p,
body#top,
body#top span:not(.avia-menu-text){
  font-family: var(--khmr-font-primary);
}

/***********************
* スマホ時のバーガーメニュー
***********************/
.html_av-overlay-side #top #wrap_all #header_main #av-burger-menu-ul {
  max-height: 100%;
  overflow-y: auto;
}
.html_av-overlay-side #top #wrap_all #header_main .av-burger-overlay-inner {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: var(--khmr-color-white);
}
.html_av-overlay-side #top #wrap_all #header_main #av-burger-menu-ul {
  height: auto;
  width: 100%;
}
#top .av-burger-overlay #av-burger-menu-ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#top .av-burger-overlay #av-burger-menu-ul > li:first-child > a {
  border-top: 1px solid;
}
#top .av-burger-overlay #av-burger-menu-ul > li {
  width: 100%;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button,
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact {
  width: 100%;
  text-align: center;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button,
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact {
  margin-top: 10px;
  padding: 10px 10px 0px 10px;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a,
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a {
  padding: 25px 10px 20px 10px;
  display: block;
  font-size: 12px;
  position: relative;
  text-align: center;
  border: 1px solid;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a {
border-right: 1px solid;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a:before,
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a:before {
  position: relative;
  font-family: var(--khmr-icon);
  content: "\e8b6";
  font-size: 28px;
  display: block;
  text-align: center;
  margin-bottom:8px;
  -webkit-text-stroke: 0.5px white;
  height: 28px;
  line-height: 100%;
}
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a:before {
  content: "\f187";
  top: -1px;
}
.html_av-overlay-side #top #wrap_all #header_main #av-burger-menu-ul {
  max-height: 100%;
  overflow-y: auto;
}
#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a,
#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a {
  padding: 0px;
  height: 100px;
  padding-top: 24px;
}
#top .av-burger-overlay #av-burger-menu-ul > li.wpml-ls-item {
  width: 50%;
}
#top .av-burger-overlay #av-burger-menu-ul > li.wpml-ls-item > a {
  text-align: center;
  margin-top: 25px;
  border-top: 1px solid;
}
#top .av-burger-overlay #av-burger-menu-ul > li.wpml-ls-current-language > a {
  background-color: var(--khmr-color-primary) !important;
  color: var(--khmr-color-white) !important;
  font-weight: bold;
}
.html_av-overlay-side #top #wrap_all #header_main .av-burger-overlay-inner {
  -webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.html_av-overlay-side #top #wrap_all #header_main #av-burger-menu-ul {
  padding-top: 102px !important;
}
/*demo12*/
.html_av-submenu-hidden #av-burger-menu-ul .av-submenu-indicator {
  opacity: 1;
  right: 5px;
}
.html_av-submenu-hidden #av-burger-menu-ul .av-submenu-indicator:before {
  font-family: var(--khmr-icon);
  content: "\e145";
  font-size: 34px;
  font-weight: 210;
  color: #B5B5B5;
}
@media only screen and (max-width:1100px) {
  #top .av-active-burger-items span.avia-menu-subtext {
    text-align: left;
  }
  #top #wrap_all #header.header_color li.av-menu-button.av-active-burger-items > a {
      text-align: center;
      padding: 15px 10px;
      width: 90%;
      margin: 0px auto;
  }
  #top #wrap_all #header.header_color li.av-menu-button.av-active-burger-items {
      margin-top: 20px;
  }
  .responsive #top .logo {
      width: calc(100% - 90px);
  }
  .header_color .av-hamburger-inner, 
  .header_color .av-hamburger-inner:before, 
  .header_color .av-hamburger-inner:after {
      height: 1px;
      width: 28px;
      background-color: var(--khmr-color-black);
      border-radius: 0px;
  }
  body#top #header_main > .container .main_menu {
      top: calc(50% - 38px);
      padding-bottom: 0px;
  }
  .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
      height: 40px !important;
      line-height: 40px !important;
  }
  .responsive #top .av-logo-container .avia-menu {
      position: relative;
      height: 100%;
  }
  .responsive #top .av-logo-container .avia-menu > ul {
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translateY(-50%);
  }
  body#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button,
  body#top .av-burger-overlay #av-burger-menu-ul > li.link-contact {
      width: 50%;
  }
  body#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a,
  body#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a {
      padding: 100px 0px 0px 0px;
      overflow: hidden;
  }
  body#top #header .av-menu-button > a .avia-menu-text {
      position: relative;
  }
  body#top .av-burger-overlay #av-burger-menu-ul > li.search-toggle__button > a:before,
  body#top .av-burger-overlay #av-burger-menu-ul > li.link-contact > a:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
  }
  .html_av-submenu-hidden .av-submenu-indicator {
      height: 36px;
      width: 36px;
      padding: 0px;
      top: 10px;
      line-height: 36px;
      background-color: var(--khmr-color-primary);
  }
  .html_av-submenu-hidden #av-burger-menu-ul .av-submenu-indicator {
      right: 10px;
      overflow: hidden;
  }
  .html_av-submenu-hidden #av-burger-menu-ul .av-submenu-indicator:before {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      left: 0px;
      top: 0px;
      background-color: transparent;
      color: white;
      transition: transform 0.15s ease-in-out;
      box-shadow: 0 2px 5px 2px rgba(0,0,0,0.15)
  }
  .html_av-submenu-hidden .av-show-submenu > a > .av-submenu-indicator {
      transform: none;
  }
  .html_av-submenu-hidden .av-show-submenu > a > .av-submenu-indicator:before {
      transform: rotate(45deg);
  }
  .html_av-submenu-hidden #av-burger-menu-ul > li > a .av-submenu-indicator:before {
      transition: all 0.15s ease-in-out;
  }
  .html_av-submenu-hidden #av-burger-menu-ul > li > a > .av-submenu-indicator:hover:before,
  .html_av-submenu-hidden .av-show-submenu > a > .av-submenu-indicator:before {

  }
}



/***********************
* 前頁共通
***********************/
#top #wrap_all .main_color strong {
  color: inherit;
}
/***********************
* [class="ex-ff"] 
***********************/
.responsive #top .ex-ff *,
.responsive #top .ex-ff {
  font-family: var(--khmr-font-family-secondary) !important;
}
/***********************
* [class="fw-bold"] 
***********************/
#top .fw-bold,
#top .fw-bold * {
  font-weight: bold;
}
/***********************
* [class="fw-mid"] 
***********************/
#top .fw-mid,
#top .fw-mid * {
  font-weight: 500;
}
/***********************
* [class="ex-spacing"] (letter-spacing)
***********************/
#top .ex-spacing {
  letter-spacing: 5px;
}
/***********************
* [class="ex-fc1"] 
***********************/
#top .ex-fc1,
#top .ex-fc1 * {
  color: var(--khmr-color-primary);
}
/***********************
* [class="background-cover"] 
***********************/
#top .background-cover {
    background-size: cover !important;
}

/***********************
* [class="ex-ls"] 
***********************/
#top .ex-ls,
#top .ex-ls * {
  letter-spacing: 1.5px;
}
/***********************
* [class="ex-ls2"] 
***********************/
#top .ex-ls2,
#top .ex-ls2 * {
  letter-spacing: 2px;
}
/***********************
* [class="ex-ls3"] 
***********************/
#top .ex-ls3,
#top .ex-ls3 * {
  letter-spacing: 0.3em;
}

/***********************
* [class="ex-lh"] 
***********************/
#top .ex-lh,
#top .ex-lh * {
  line-height: 190%;
}
/***********************
* [class="ex-lh2"] 
***********************/
#top .ex-lh2,
#top .ex-lh2 * {
  line-height: 140%;
}
/***********************
* [class="ex-lh3"] 
***********************/
#top .ex-lh3,
#top .ex-lh3 * {
  line-height: 2.25em;
}
/***********************
* [class="ex-back"] 
***********************/
#top.home .ex-back {
  position: relative;
}
#top.home .ex-back:before {
  position: absolute;
  content: "";
  display: block;
  width: 80%;
  height: 100px;
  background-color: var(--khmr-color-white);
  bottom: -1px;
  left: auto;
  right: 0px;
  z-index: 1;
  border-radius: 30px 0px 0px 0px;
}
/***********************
* [class="ex-Flex"] 
***********************/
#top.home .ex-Flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
#top.home .ex-Flex > section {
  width: 45%;
  margin-top: 0px;
}
#top.home .ex-Flex > section:nth-of-type(odd) {
  margin-right: 7.5%;
}

/***********************
* [class="fw-bold"] 
***********************/
#top .fw-bold,
#top .fw-bold * {
  font-weight: bold;
}
/***********************
* [class="fw-mid"] 
***********************/
#top .fw-mid,
#top .fw-mid * {
  font-weight: 500;
}

/***********************
* [class="ex-spacing"] (letter-spacing)
***********************/
#top .ex-spacing {
  letter-spacing: 5px;
}

/***********************
* [class^="no-padding-**"]
***********************/
.no-padding-bottom,
.no-padding-bottom .template-page,
.no-padding-bottom .av-layout-tab {
  padding-bottom: 0px !important;
}
.no-padding-top,
.no-padding-top .template-page,
.no-padding-top .av-layout-tab {
  padding-top: 0px !important;
}

/***********************
* [class^="background-**"]
***********************/
#top .background-cover {
  background-size: cover;
}

/***********************
* Archive & Blog & Search
***********************/
body#top.archive .bloglist-excerpt .read-more-link,
body#top.blog  .bloglist-excerpt .read-more-link {
  margin-top:10px
}
body#top.archive .template-blog .bloglist-excerpt .post_delimiter,
body#top.blog  .template-blog .bloglist-excerpt .post_delimiter {
  padding: 0px;
}
body#top.archive .entry-content-header + p,
body#top.blog .entry-content-header + p {
  margin-top: 0px;
  margin-bottom: 15px;
}
#top.search article.bloglist-excerpt .post-title,
#top.archive article.bloglist-excerpt .post-title,
#top.blog article.bloglist-excerpt .post-title {
  font-size: 17px;
}
#top.search article.bloglist-excerpt .post-meta-infos,
#top.archive article.bloglist-excerpt .post-meta-infos,
#top.blog article.bloglist-excerpt .post-meta-infos {
  line-height: 100%;
}

/***********************
* aタグ
***********************/
body#top #main a {
  text-decoration: none;
}
#top.home .Info-Tab a.avia-button span {
  transition: all var(--khmr-trans-time) ease-in-out;
}
#top.home .Info-Tab a.avia-button:hover span {
  color: var(--khmr-color-secondary);
}
body#top #main .ex-button a,
body#top #main .ex-button a > strong,
body#top #main .ex-button a > b {
  transition: all var(--khmr-trans-time) ease-in-out;
}
body#top #main .ex-button a:hover,
body#top #main .ex-button a:hover > strong,
body#top #main .ex-button a:hover > b {
  color: var(--khmr-color-secondary);
}


/***********************
* khmrslider要素
***********************/
[id^="khmrs-"] .khmrs-next,
[id^="khmrs-"] .khmrs-prev {
    transition: all var(--khmr-trans-time) ease-in-out;
}
[id^="khmrs-"] .khmrs-next:hover,
[id^="khmrs-"] .khmrs-prev:hover {
    background-color:var(--khmr-color-secondary);
    box-shadow: 0px 2px 5px 1px #ccc;
}
[id^="khmrs-"] .khmrs-prev:hover .khmrsp-icon:before,
[id^="khmrs-"] .khmrs-next:hover .khmrsn-icon:before {
    color: var(--khmr-color-white);
}

/***********************
* aタグホバー用
***********************/
#top * a {
  transition: color var(--khmr-trans-time) ease-in-out;
}
#top * a:hover {
  color: var(--khmr-color-primary);
}

/***********************
* sp-only pc-only
***********************/
@media only screen and (min-width:768px) {
  #top .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width:767px) {
  #top .pc-only {
    display: none !important;
  }
}



/***********************
* ローディング用
***********************/
#loader_wrap {
	z-index: 999999;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	top: 0;
	background: #8bd3dd;
	pointer-events: none;
	transition: all 0.8s;
}
#loader_wrap img {
  max-width: 90%;
  margin: 0px auto;
  display: block;
}



/************************************

after 2025.09.24 add 

*************************************


CSS Settings:

» 2025.09.24
- header widget

***********************************/

/*--------------------------------

» header widget

--------------------------------*/
/* Header */
.responsive #top #header,
/* Top bar */
.responsive #top #header #header_meta, 
/* Search icon */
.responsive #top #header #menu-item-search a,
/* Cart icon */
.responsive #top #header a.cart_dropdown_link,
/* Social icon */
.responsive #top #header #header_main nav .social_bookmarks,
/* Logo */
.responsive #top #header #header_main .inner-container .logo,
/* Main menu, cart and social icons */
.responsive #top #header #header_main .inner-container .main_menu,
/* Widgets */
.responsive #top #header #header_main .inner-container .widget:nth-child(3),
.responsive #top #header #header_main .inner-container .widget:nth-child(4),
/* Header inner container */
#top #header #header_main .container.av-logo-container .inner-container {
    display: flex;
    position: relative;    
}
.responsive #top #header #header_meta {
    flex-basis: 100%;
}
#top #header #header_main .container.av-logo-container {
    height: inherit;    
    line-height: inherit;
}
#top #header #header_main .container.av-logo-container .inner-container {
    height: inherit;
    position: relative !important;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: space-between;
}
.responsive #top #header {
    flex-wrap: wrap;
}
.responsive #top #header #header_main {
    flex-basis: 100%;
}
/* Transparent header 
--------------------------------*/
.responsive.html_header_transparency #top #wrap_all #header {
    position: absolute;
}
@media only screen and (max-width: 767px) {
    .responsive.html_header_transparency #top #wrap_all #main {
    }
}
.html_header_sticky.html_mobile_menu_tablet #top #wrap_all #header,
.html_header_sticky.html_header_transparency #top #wrap_all #header,
.html_header_sticky #top #wrap_all #header {
    position: fixed;
}
.html_header_sticky #top #header_main .container,
.html_header_sticky #top .main_menu ul:first-child>li a {
    height: inherit !important;
    line-height: inherit !important;
}
.html_header_sticky:not(.html_header_transparency) #top #wrap_all #main,
.html_header_sticky #top #wrap_all #main {

}
@media only screen and (max-width: 767px) {
    .html_header_sticky #top #wrap_all #main {
    }
}
/* Logo */
.responsive #top #header #header_main .inner-container .logo {
    order: 2;
    flex-basis: 100%;
    z-index: 9;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.responsive #top #header #header_main .inner-container .logo,
html.responsive #top #header .logo, 
html.responsive #top #header .logo a, 
html.responsive #top #header .logo img {
    max-width: 360px !important;
    max-height: 70px !important;
}
.responsive #top #header #header_main .inner-container .main_menu {
    order: 3;
    align-items: center;
    align-self: center;
    height: inherit !important;
    justify-content: flex-end;
    margin-bottom: 0px;
    width: 100%;
    max-width: calc(100% - 400px);
}
.responsive #top #header #header_main .inner-container .widget:nth-child(3){
    order: 1;
    max-width: 100%;
    width: 100%;
    margin: 0px;
}
.responsive #top #header .logo,
.responsive #top #header .logo a,
.responsive #top #header .logo img {
    width: auto;
    height: auto;    
    align-items: center;
    align-self: center;
    justify-content: center;
}
.responsive #top #header .logo span img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#header .av-main-nav {
    display: flex;
    flex-wrap: nowrap;
}
@media only screen and (max-width: 1100px) {
    #top #header .av-main-nav>li.menu-item {
        display: none!important;
    }
    #top #header .av-burger-menu-main {
        cursor: pointer;
        display: block!important;
    }
}
@media only screen and (max-width: 767px) {
    .responsive #top .av-logo-container .avia-menu {
        display: flex!important;
        align-items: center;
    }
}
/* Widgets */
.responsive #top #header #header_main .inner-container .widget {
    flex-basis: auto;
    padding: 0;
    clear: none!important;

    justify-content: center;
    align-self: center;
    align-items: center;
    z-index: 1;
    margin: 0 10px;
}
.responsive #top #header #header_main .inner-container .widget>div {
    width: 100%;
    line-height: 14px;
    padding: 0 10px;
}
#top #header_main .widget_nav_menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#top #header_main .widget_nav_menu li {
    display: flex;
    width: auto;
    justify-content: flex-start;
    align-items: center;
}
.responsive #top #header #header_main .inner-container .widget>div {
    padding: 0px;
}
.av-main-nav>li>a {
    padding-right: 0px;
    padding-left: 0px;
}
.av-main-nav>li {
    padding: 0px;
    margin-left: 26px;
}
#top #header .widget #menu-item-search > a {
    height: auto !important;
    line-height: 100% !important;
    padding: 5px 0px 8px 5px;
    margin-left: 10px;
}
#top #header .widget #menu-item-search > a:after {
    position: relative;
    content: "Search";
    margin-left: 5px;
    font-size: 13px;
    line-height: 145%;
}
#top #header .widget li > a {
    font-size: 13px;
    color: #666666;
    font-weight: 500;
    transition: 0.5s;
}
#top #header .widget li > a:hover {
    opacity: 0.7;
}
#top #header .widget #menu-item-search > a svg {
    font-size: 19px;
    top: -1px;
    fill: #1C68B3;
}
.responsive #top #header #header_main .inner-container .widget:nth-child(3) {
    z-index: 999999;
}
#searchform .av_searchform_search.avia-svg-icon {
    line-height: 30px !important;
}

/*header*/
#header_main .container, .main_menu ul:first-child>li a {
    height: auto !important;
    line-height: 120%;
    font-weight: bold;
    font-size: 16px;
}
.header_color .sub_menu > ul > li > a, .header_color .sub_menu > div > ul > li > a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
    color: #3B4043;
}
.responsive #top #header #header_main .inner-container .logo {
    width: calc(100% - 100px);
    height: auto !important;
    flex: unset;
}
html.responsive #top #header .logo img {
    width: 100%;
}
.responsive #top #header #header_main .inner-container .logo, html.responsive #top #header .logo, html.responsive #top #header .logo a, html.responsive #top #header .logo img {
    max-width: 194px !important;
    max-height: 60px !important;
}
.responsive #top #header #header_main .inner-container .main_menu {
    max-width: calc(100% - 200px);
    margin-top:10px;
}
.av-main-nav li .avia-menu-fx, .av-main-nav li .current_page_item>a>.avia-menu-fx, .current-menu-item>a>.avia-menu-fx {
    width: 40px;
    height: 4px;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    background-color: #004999;
}
#top #menu-item-search.menu-item-search-dropdown>a {
    font-size: 24px;
    top: -6px;
}
#top #header .av-main-nav>li.menu-item#menu-item-search {
    display: block !important;
}
.header_color .main_menu ul:first-child > #menu-item-search > a svg:first-child {
    fill: #3B4043;
    color: #3B4043;
}
.header_color #searchform .av_searchform_search.avia-svg-icon svg:first-child {
    position: relative;
    top: 3px;
}
#top #header .widget li > a {
    font-size: 13px;
    color: #00BBD5;
    border: 1px solid #00BBD5;
    border-radius: 20px;
    padding: 5px 15px 5px 10px;;
    line-height: 100%;
    margin-left: 10px;
    position: relative;
}
#top #header .widget li > a:before {
    position: relative;
    font-family: var(--khmr-icon);
    content: "\e5cc";
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
}
#top #header .widget li.wpml-ls-item > a {
    background-color: #00BBD5;
    color: white;
}
#top #header .widget li.wpml-ls-item > a:before {
    content: "\e894";
    margin-right: 3px;
    font-weight: 300;
    font-size: 17px;
}
@media only screen and (max-width:1100px) {
    #top #menu-item-search.menu-item-search-dropdown>a {
        top: 0px;
    }
    #top #menu-item-search.menu-item-search-dropdown>a svg {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .responsive #top .av-main-nav .menu-item-avia-special {
        margin-left: 0px;
    }
    .responsive.html_mobile_menu_tablet #top #header_main>.container .main_menu .av-main-nav>li>a {
      padding-left: 15px;
    }
}
.html_header_top.html_header_sticky #main {
    padding-top: 107px;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
    .responsive.html_mobile_menu_tablet.html_header_top #top #main {
        padding-top: 107px !important;
        margin: 0;
    }
}
@media only screen and (max-width: 767px) {
    .responsive #top #main {
        padding-top: 107px !important;
        margin: 0;
    }
}
/*hero*/
#hero .container {
    padding: 0px;
    max-width: 100% !important;
    width: 100% !important;
}
#hero .template-page {
    padding: 0px;
}
.scroll-down-link svg {
    display: none !important;
}
#hero .scroll-down-link {
    animation: unset !important;
    width: 10vw;
    height: 5vw;
    border-radius: 5vw 5vw 0 0;
    background-color: #FFEFC7;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px;
    top: auto;
    bottom: 0px;
    line-height: 0px;
    padding-top: 2vw;
}
#hero .scroll-down-link:before {
    position: relative;
    display: block;
    content: "Scroll Down";
    font-size: 0.85vw;
    text-shadow: none;
    color: #00BBD5;
    top: 1vw;
    font-weight: bold;
    width: auto;
    height: 1vw;
}
#hero .scroll-down-link:after {
    position: relative;
    display: block;
    font-family: var(--khmr-icon);
    content: "\ead0";
    font-size: 1.5vw;
    top: 1.5vw;
    text-shadow: none;
    color: #00BBD5;
    width: auto;
    height: 1vw;
}
#hero .scroll-down-link:hover:after {
    animation: khmr_scroll 2s  ease-in-out infinite;
}
@keyframes khmr_scroll {
    0% {
        transform: translate(0, 0px);
        opacity: 0;
    }
    
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0, 1.5vw);
        opacity: 0;
    } 
}
/*about*/
#about .flex_column {
    background-color: white;
    border-radius: 60px;
    position: relative;
    padding-left: 570px;
    padding-right: 50px;
    padding-bottom: 50px;
    min-height: 405px;
}
#about .template-page {
    padding: 250px 0px 300px 0px;
}
#about .flex_column > .avia-image-container {
    position: absolute;
    width: 600px;
    left: -70px;
    top: -118px;
}
#about .flex_column .av_textblock_section {
    top: -50px;
    position: relative;
}
#about .flex_column h2 {
    font-size: clamp(24px,6.5vw,105px);
    color: #004999;
}
#about .flex_column p:has(strong) {
    border-bottom: 1px solid #E5ECF5;
    font-size: 24px;
    color: #004999;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom:10px;
}
#about .flex_column p {
    font-size: 17px;
    color: #466B94;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 180%;
    margin-bottom:30px;
}
#about .flex_column ul,
#about .flex_column li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#about .flex_column ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
#about .flex_column li {
    width: 172px;
}
#about .flex_column li a {
    display: flex;
    width: 172px;
    min-width: 150px;
    height: 50px;
    background-color: #00BBD5;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border-radius: 25px;
    position: relative;
    transition: all 0.2s ease-in-out;
}
#about .flex_column li a:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 100%;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#about .flex_column li a:hover {
    background-color: #188594;
}
@media only screen and (max-width: 1400px) {
    #about .flex_column > .avia-image-container {
        position: absolute;
        width: 40vw;
        left: -20px;
        top: -88px;
    }
    #about .flex_column {
        padding-left: 42vw;
    }
}
@media only screen and (max-width:1100px) {
    #about .flex_column .av_textblock_section {
        top: -35px;
    }
}
@media only screen and (max-width:767px) {
    #about .flex_column {
        padding: 20px;
    }
    #about .flex_column > .avia-image-container {
        position: static;
        width: 100%;
    }
    #about .flex_column .av_textblock_section {
        top: -25px;
    }
    #about .flex_column p:has(strong) {
        font-size: 20px;
    }
    #about .flex_column h2 {
        font-size: 38px;
    }
    #about .flex_column li {
        width: 100%;
        margin: 10px 0px;
    }
    #about .flex_column li a {
        width: 100%;
    }
    #about .flex_column ul {
        display: block;
    }
    #about .template-page {
        padding-top: 40px;
        padding-bottom: 100px;
    }
}
/*info*/
div#info {
    position: relative;
    background-color: unset;
    z-index: 1;
    margin-top: -140px;
}
div#info .av-special-heading h2 {
    font-size: 105px;
    font-weight: bold;
    color: #004999;
}
div#info .av-special-heading p {
    font-size: 60px;
    font-weight: bold;
    color: #7FE0DA;
    margin-bottom: 20px;
}
div#info .av-alb-blogposts {
    max-width: 750px;
    margin: 60px auto 40px auto;
}
#top #wrap_all .post-meta-infos .read-more-link svg {
    display: none;
}
#top #wrap_all .post-meta-infos .read-more-link a {
    position: relative;
    width: 48px;
    height: 48px;
    border: 2px solid #06BCD5;
    transition: all 0.3s ease-in-out !important;
}
#top #wrap_all .post-meta-infos .read-more-link {
    right: 20px;
}
#top #wrap_all .post-meta-infos .read-more-link a:hover {
    background-color: #ecfbfd;
}
#top #wrap_all .post-meta-infos .read-more-link a:before {
    position: absolute;
    font-family: var(--khmr-icon);
    content: "\e941";
    display: block;
    font-size: 21px;
    left: 50%;
    top: 50%;
    font-weight: 300;
    transform: translate(-50%,-50%);
    color: #06BCD5;
}
#top #wrap_all .bloglist-simple .entry-content-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 45px 30px 50px;
}
#top #wrap_all .bloglist-simple .post-title {
    width: calc(100% - 60px);
    margin: 0px auto 0px 0px;
    order: 2;
}
#top #wrap_all .post-meta-infos time {
    font-size: 14px;
    color: #00BBD5;
}
#top #wrap_all .bloglist-simple:hover .post_delimiter {
    display: none;
}
#top #wrap_all article.bloglist-simple:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 0.2);
    border-radius: 10px;
}
#top #wrap_all article.bloglist-simple {
    transition: all 0.3s ease-in-out;
}
#top .fullsize .template-blog .bloglist-simple:last-of-type .post_delimiter {
    border-bottom-width: 1px;
}
#top #wrap_all #info .avia-button {
    border-radius: 10px;
    width: 200px;
    height: 60px;
    display: flex;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    box-shadow: none;
    border: none;
    background-color: #00BBD5;
    position: relative;
    padding: 0px 40px;
    transition: all 0.3s ease-in-out;
}
#top #wrap_all #info .avia-button:after {
    position: absolute;
    font-family: var(--khmr-icon);
    content: "\e941";
    right: 15px;
    font-size: 23px;
    font-weight: 200;
    transition: all 0.3s ease-in-out;
}
#top #wrap_all #info .avia-button:hover {
    opacity: 1;
    background-color: #188594;
}
#top #wrap_all #info .avia-button:hover:after {
    right: 10px;
}
@media only screen and (max-width:1100px) {
    div#info .av-special-heading h2 {
        font-size: 70px;
    }
    div#info .av-special-heading p {
        font-size: 40px;
    }
    div#info {
        margin-top: -130px;
    }
    #about .template-page {
        padding: 200px 0px;
    }
}
@media only screen and (max-width:767px) {
    #top #wrap_all .post-meta-infos .read-more-link {
        display: none;
    }
    #top #wrap_all .bloglist-simple .post-title {
        width: 100%;
    }
    div#info .av-special-heading h2 {
        font-size: 38px;
    }
    div#info .av-special-heading p {
        font-size: 24px;
        margin-bottom: 10px;
    }
    div#info {
        margin-top: -100px;
    }
    #about .template-page {
        padding: 40px 0px 80px 0px;
    }
    div#info .av-alb-blogposts {
        margin-top: 20px;
    }
}
/*canvas*/
div#particles-js {
    background-color: #00D1EE;
    position: relative;
}
div#particles-js > canvas {
    position: absolute;top: 0px;
    left: 0px;
}
#particles-js .flex_column {
    display: flex;
    background-color: #ffffffb1;
    backdrop-filter: blur(3px);
    padding: 0 0 0 337px;
    position: relative;
    min-height: 237px;
    border-radius: 10px;
}
#particles-js {
    margin-top: 50px;
}
#particles-js .template-page {
    padding: 120px 0px;
}
#top #particles-js .flex_column .av-special-heading {
    position: absolute;
    left: 70px;
    height: 177px;
    width: 217px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 27px 34px 27px;
    background-color: #004999;
    border-radius: 10px 10px 0 0;
    top: -10px;
}
#particles-js .flex_column .av-special-heading:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 88px;
    background-color: #004999;
    top: calc(100% - 44px);
    left: 0px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: -1;
}
#particles-js .flex_column .av-special-heading h2 {
    color: white;
    font-weight: bold;
    font-size: 26px;
}
#particles-js .flex_column .av-special-heading p {
    color: white;
    font-size: 15px;
}
#particles-js .flex_column .av_textblock_section {
    font-size: 18px;
    line-height: 28px;
    width:calc(100% - 357px);
    align-self: center;
}
#particles-js .flex_column .av_textblock_section p {
    color: #111111;
}
#footer-page .container,
#particles-js .container {
    max-width: 1440px;
}
#particles-js .avia-button-wrap {
    flex: 1;
    align-self: center;
}
#particles-js .avia-button-wrap a {
    display: flex;
    justify-self: center;
    width: 217px;
    height: 50px;
    background-color: #00BBD5;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border-radius: 25px;
    border: none;
    position: relative;
    transition: all 0.2s ease-in-out;
}
#particles-js .avia-button-wrap a:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 100%;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#particles-js .avia-button-wrap a:hover {
    background-color: #188594;
}
@media only screen and (max-width:1099px) {
    #particles-js .flex_column .av_textblock_section {
        width: 100%;
    }
    #particles-js .flex_column {
        flex-wrap: wrap;
        padding-right: 20px;
    }
    #particles-js .avia-button-wrap {
        align-self: flex-start;
    }
    #particles-js .avia-button-wrap a {
        justify-self: flex-start;
    }
    #particles-js .flex_column .av_textblock_section p {
        margin-bottom: 0px;
        margin-top: 30px;
    }
}
@media only screen and (max-width:767px) {
    #particles-js {
        margin-top: 10px;
    }
    #particles-js .template-page {
        padding: 70px 0px;
    }
    #particles-js .flex_column {
        padding: 120px 20px 20px 20px;
    }
    #particles-js .flex_column .av-special-heading {
        height: 100px;
        padding-top: 40px;
        padding-bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    #particles-js .avia-button-wrap {
        margin-top: 20px;
    }
    #particles-js .avia-button-wrap a {
        justify-self: center;
    }
    #particles-js .flex_column .av_textblock_section p {
        text-align: center;
    }
}
/*footer*/
#footer-page .flex_column {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    float: none;
}
#footer-page .flex_column .avia-image-container {
    margin: 0px;
    width: 428px;
    padding: 30px 70px;
    background-color: white;
    border-radius: 10px;
}
#footer-page .flex_column .av_textblock_section {
    width: 400px;
    padding-left: 40px;
    font-size: 15px;
    padding-right: 10px;
}
#footer-page .flex_column .av_textblock_section h2 {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 15px;
}
#footer-page .flex_column .av_textblock_section p {

}
#footer-page * {
    color: white;
}
#footer-page .flex_column .avia-builder-widget-area {
    flex:1;
}
#footer-page .flex_column .avia-builder-widget-area > * {
    padding: 5px 0px;
    justify-self: flex-end;
}
#footer-page .flex_column + .av_textblock_section {
    margin-top: 30px;
    display: block;
    float: none;
}
@media only screen and (max-width:1099px) {
    #footer-page .flex_column .avia-image-container {
        width: 218px;
        padding: 20px;
    }
}
@media only screen and (max-width:989px) {
    #footer-page .flex_column .avia-image-container {
        width: 100%;
        max-width: 330px;
    }
    #footer-page .flex_column .av_textblock_section {
        width: 100%;
        padding: 0px;
        margin-top: 20px;
    }
    #footer-page .flex_column + .av_textblock_section {
        margin-top: 20px;
    }
}
/*search*/
span.search-result-counter {
    display: none;
}
#top .template-search.content .entry-content-wrapper {
    padding: 20px;
}
#top .template-search.content .bloglist-simple .entry-content-header {
    padding: 0px !important;
}

/*1127*/
@media only screen and (max-width:767px) {
  #hero .scroll-down-link {
    display: none;
  }
  #footer-page .flex_column .avia-builder-widget-area {
    flex: none;
  }
  #top #particles-js .flex_column .av-special-heading {
    padding-top: 0px;
    height: 140px;
    left: 50%;
    transform: translateX(-50%); 
  }
  #particles-js .flex_column {
    padding-top: 170px;
  }
  #top #wrap_all .bloglist-simple .entry-content-header {
    padding: 25px 20px;
  }
}
#top footer > div > div > main > div > div > section > div > p {
    margin:30px auto 0px;
}


/* single,page common */
#main > .container_wrap.title_container{
    background-image: url(images/page-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding:30px 0px;
    background-position: center left;
}
.alternate_color .breadcrumb, 
.alternate_color .breadcrumb a{
    color:#fff;
}
#top .alternate_color.title_container .main-title,
#top .alternate_color.title_container .main-title a {
    color:#fff;
    font-size: 24px;
    letter-spacing: 1px;
    line-height:1.4;
    font-weight: bold;
}
.post-meta-infos a {
    text-decoration: none;
    padding: 2px 5px;
    border-radius: 2px;
    transition: 0.5s !important;
}
.post-meta-infos a:hover {
    opacity: 0.7;
}
.single .entry-content-wrapper .post-title {
    font-size: 22px;
    letter-spacing: 3px;
    color:#000;
    line-height: 1.4;
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
}
#top:not(.home).single article.post-entry .entry-content {
    padding-top:50px;
}
#top:not(.home).page article.post-entry .entry-content h2,
#top:not(.home).single article.post-entry .entry-content h2 {
    font-size: 27px;
    letter-spacing: 3px;
    padding: 15px;
    color: #fff;
    line-height: 1.4;
    margin-top: 60px;
    margin-bottom: 1.5em;
    position: relative;
    background: #004999;
    font-weight: Bold;
    border-radius: 3px;
    text-transform: inherit;
}
#top:not(.home).page article.post-entry .entry-content h2:first-child,
#top:not(.home).single article.post-entry .entry-content h2:first-child {
    margin-top:0px;
}
/*
#top:not(.home).page article.post-entry .entry-content h2::before,
#top:not(.home).single article.post-entry .entry-content h2::before {
    border-top: 1px solid #1c68b3;
    content: "";
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
}
*/
#top:not(.home).page article.post-entry .entry-content h3,
#top:not(.home).single article.post-entry .entry-content h3 {
    font-size: 24px;
    letter-spacing: 2.5px;
    padding-left:0px;
    color:#000;
    line-height: 1.4;
    margin-top:50px;
    margin-bottom: 1em;
    position: relative;
    font-weight: 500;
}
#top:not(.home).page article.post-entry .entry-content h3::before,
#top:not(.home).single article.post-entry .entry-content h3::before {
    border-bottom: 1px solid #004999;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -5px;
    width: 100%;
}

#top:not(.home).page article.post-entry .entry-content h4,
#top:not(.home).single article.post-entry .entry-content h4 {
    font-size: 21px;
    letter-spacing: 2px;
    padding-left:18px;
    color:#000;
    line-height: 1.4;
    margin-bottom: 1em;
    position: relative;
    font-weight: bold;
}
#top:not(.home).page article.post-entry .entry-content h4::before,
#top:not(.home).single article.post-entry .entry-content h4::before {
    background: #004999;
    content: "";
    display: inline-block;
    height: 4px;
    width: 10px;
    left: 0;
    position: absolute;
    top: 12px;
    border-radius: 1px;
}
#top:not(.home).page article.post-entry .entry-content h5,
#top:not(.home).single article.post-entry .entry-content h5 {
    font-size: 19px;
    letter-spacing: 1px;
    color:#1e2229;
    line-height: 1.4;
    margin-bottom: 1em;
    font-weight: 500;
}
#enPage .single .entry-content-wrapper .post-title,
#enPage .page article.post-entry .entry-content h2,
#enPage .single article.post-entry .entry-content h2, 
#enPage .page article.post-entry .entry-content h3,
#enPage .single article.post-entry .entry-content h3, 
#enPage .page article.post-entry .entry-content h4,
#enPage .single article.post-entry .entry-content h4, 
#enPage .page article.post-entry .entry-content h5,
#enPage .single article.post-entry .entry-content h5,
#enPage .page article.post-entry .entry-content p, 
#enPage .single article.post-entry .entry-content p  {
    letter-spacing: 0px !important;
}    
#top:not(.home).page article.post-entry .entry-content p,
#top:not(.home).single article.post-entry .entry-content p {
    margin-bottom:30px;
    letter-spacing: 0.5px;
}
#top:not(.home).page article.post-entry .entry-content figure,
#top:not(.home).single article.post-entry .entry-content figure {
    margin:30px 15px;
}
#top:not(.home).page article.post-entry .entry-content ul,
#top:not(.home).single article.post-entry .entry-content ul {
    list-style: none;
    margin-left: 5px;

}
#top:not(.home).page article.post-entry .entry-content ul,
#top:not(.home).single article.post-entry .entry-content ul,
#top:not(.home).page article.post-entry .entry-content ol,
#top:not(.home).single article.post-entry .entry-content ol {
    margin-bottom:30px;
}
#top:not(.home).page article.post-entry .entry-content ul li,
#top:not(.home).single article.post-entry .entry-content ul li,
#top:not(.home).page article.post-entry .entry-content ol li,
#top:not(.home).single article.post-entry .entry-content ol li {
    padding:0px;
    margin-bottom:10px;
}
#top:not(.home).page article.post-entry .entry-content ul li ul,
#top:not(.home).single article.post-entry .entry-content ul li ul,
#top:not(.home).page article.post-entry .entry-content ol li ol,
#top:not(.home).single article.post-entry .entry-content ol li ol {
    margin-bottom:10px;
}

#top:not(.home).page article.post-entry .entry-content ul > li,
#top:not(.home).single article.post-entry .entry-content ul > li {
    position: relative;
}
#top:not(.home).page article.post-entry .entry-content ul > li:before,
#top:not(.home).single article.post-entry .entry-content ul > li:before {
    position: absolute;
    content: "";
    left: -12px;
    top: 9px;
    width: 4px;
    height: 4px;
    background-color: #004999;
    border-radius: 4px;
}
#top:not(.home).page article.post-entry .entry-content ul ul > li:before,
#top:not(.home).single article.post-entry .entry-content ul ul > li:before {
    content: "\e15b";
    font-size: 12px;
}
#top:not(.home).page article.post-entry .entry-content th,
#top:not(.home).single article.post-entry .entry-content th {
    background-color: #004999;
    color:#fff;
    font-weight: normal;
    letter-spacing: 0px;
}
#top:not(.home).page article.post-entry .entry-content td,
#top:not(.home).single article.post-entry .entry-content td,
#top:not(.home).page article.post-entry .entry-content th,
#top:not(.home).single article.post-entry .entry-content th {
    padding: 15px;
    border: 1px solid #bbb;
    font-size: 15px;
}
#top:not(.home).page article.post-entry .entry-content tr,
#top:not(.home).single article.post-entry .entry-content tr {
    background-color: transparent;
}
#top:not(.home).page article.post-entry .entry-content table,
#top:not(.home).single article.post-entry .entry-content table {
    background-color: white;
}
.wp-block-table thead {
    border:0px;
}
#top:not(.home).page article.post-entry .entry-content .khmr-wrap:has(table),
#top:not(.home).single article.post-entry .entry-content .khmr-wrap:has(table) {
  overflow-x: auto;
}
#top:not(.home).page article.post-entry .entry-content .khmr-wrap:has(table)  table,
#top:not(.home).single article.post-entry .entry-content .khmr-wrap:has(table)  table {
  width: 100%;
  min-width: 650px;
  table-layout: fixed;
  margin-bottom: 1px;
  border-collapse: collapse;
}
#top:not(.home).page article.post-entry .entry-content .top-scrollbar,
#top:not(.home).single article.post-entry .entry-content .top-scrollbar,
#top:not(.home).page article.post-entry .entry-content .khmr-wrap:has(table),
#top:not(.home).single article.post-entry .entry-content .khmr-wrap:has(table) {
    overflow-x: auto;
}
#top:not(.home).page article.post-entry .entry-content .top-scrollbar__inner,
#top:not(.home).single article.post-entry .entry-content .top-scrollbar__inner {
    min-height: 5px;
}
#top:not(.home).page article.post-entry .entry-content .top-scrollbar__inner,
#top:not(.home).single article.post-entry .entry-content .top-scrollbar__inner,
#top:not(.home).page article.post-entry .entry-content .khmr-wrap:has(table)  table,
#top:not(.home).single article.post-entry .entry-content .khmr-wrap:has(table)  table {
    width: 100%;
    min-width: 650px;
}
#top:not(.home).page article.post-entry .entry-content .khmr-wrap:has(table)  table,
#top:not(.home).single article.post-entry .entry-content .khmr-wrap:has(table)  table {
    table-layout: fixed;
    margin-bottom: 1px;
    border-collapse: collapse;
}
.main_color tr:nth-child(even) {
    color:var(--enfold-main-color-color);
}

/* アーカイブ */
.archive .content .entry-content-wrapper,
.category .content .entry-content-wrapper {
    padding-right: 10px;
    padding-left:10px;
}


/* sidebar */
#top:not(.home) #main .sidebar .widgettitle a {
    display: block;
    width: 100%;
    height: 100%;
    color:#1e2229;
    padding: 30px 0px;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 2px;
    border-top: 1px solid #004999;
    border-bottom: 1px solid #004999;
    line-height: 1.5;
}
#top:not(.home) #main .sidebar .widget {
    padding: 0px;
}
#top:not(.home) #main .sidebar .widget li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0px 8px 25px;
    font-size: 15px;
    border-bottom: none;
    font-weight: normal;
    position: relative;
    transition: all 0.2s ease-in-out;
    border: none;
}
#top:not(.home) #main .sidebar .widget li a:before {
    position: absolute;
    content:"";
    left: 5px;
    width:5px;
    height: 1px;
    background-color: #004999;
    top: 22px;
}
.main_color .sidebar .current_page_item>a {
    color:#004999;
}
#top:not(.home) #main .sidebar .widget li a:hover {
    opacity: 1;
    color:#004999;
}
.widget_nav_menu ul:first-child>.current_page_item {
    background: transparent !important;
    border:0px;
    color:#004999;
    box-shadow: none !important;
}
#top:not(.home) #main .sidebar .widget {
    margin-bottom: 20px;
}
#top:not(.home) #main .sidebar .widgettitle:not(:has(a)) {
    display: block;
    width: 100%;
    height: 100%;
    color:#fff;
    padding: 30px 10px;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 2px;
    background-color: #004999;
    border-radius: 3px;
}
#top:not(.home) #main .sidebar .widget {
    margin-bottom: 20px !important;
}

/* WPML */
.otgs-development-site-front-end {
    display: none;
}

/* 固定ページコンテンツ幅調整（サイドメニューなし） */
#top:not(.home).page .container_wrap.container_wrap_first.main_color.fullsize {
    max-width: 1100px;
    margin:0px auto;
}

/* 下層ページタイトル中央寄せ */
#top .title_container .container {
    text-align: center;
}

/* パンくず非表示 */
.breadcrumb.breadcrumbs.avia-breadcrumbs {
    display:none;
}


/* メンバーページ */
#top:not(.home).page article.post-entry .entry-content h3.no-line {
    font-weight: bold;
}
#top:not(.home).page article.post-entry .entry-content h3.no-line::before {
    display: none;
}

/* お問い合わせフォーム */
.wpcf7-not-valid-tip {
    color:red !important;
}

/* ReCaptcha */
.grecaptcha-badge {
	visibility: hidden !important;
}

/* アコーディオン */
.wp-block-accordion-heading__toggle-title {
    font-weight: bold;
}
.wp-block-accordion-heading__toggle-title span {
    text-decoration: none;
}