/*
 Theme Name:   kbk Child
 Theme URI:    https://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   https://example.com
 Template:     kbk
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  kbk-child
*/

body {
    overflow-x: hidden;
   }

   .site-logo {
    max-height: 50px !important;
   }

   .fc-toolbar.fc-header-toolbar button.fc-button.fc-button-primary.fc-button-active {
    background: #ffcd33 !important;
}

footer .footer_menu {
  list-style-type: none;
}

.elementor-element .elementor-widget-containe {
  font-size: 13px !important;
  letter-spacing: 0.15em !important;
}

.top_ttl h2 {
    position: relative;
    padding: 1.5rem 2rem;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    border-radius: 0 0 0 20px;
    width: 700px;
    margin: 0 auto;
  }
  
  .top_ttl h2:before {
    position: absolute;
    right: 50px;
    bottom: -21px;
    width: 0;
    height: 0;
    content: '';
    border-width: 21px 21px 0 0;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
  }
  
  .top_ttl h2:after {
    position: absolute;
    right: 54px;
    bottom: -14px;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 14px 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }

  .top_ttl_w h2 {
    position: relative;
    padding: 1.5rem 2rem;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #FFF;
    border-radius: 0 0 0 20px;
    width: 500px;
    margin: 0 auto;
  }
  
  .top_ttl_w h2:before {
    position: absolute;
    right: 50px;
    bottom: -21px;
    width: 0;
    height: 0;
    content: '';
    border-width: 21px 21px 0 0;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
  }
  
  .top_ttl_w h2:after {
    position: absolute;
    right: 54px;
    bottom: -14px;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 14px 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }

table.membership {
    border-collapse: collapse;
    width: 100%;
    font-family: Noto Sans JP;
  }

.tb01 th, .tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}

.tb01 th {
  background: #ffe2cb;
}
  

#menu-footer_menu1 ul li {
  list-style-type:none !important;	
}

.menu-globalmenu a {
color:#333;
}

.menu-globalmenu a:hover {
  color: rgba( 51, 51, 51, 0.5);
}

.menu-globalmenu a:active {
  color: rgba( 51, 51, 51, 0.5);
}

.menu-globalmenu a:visited {
  color:#333;
}

.menu {
  font-size:14px;
  list-style: none;
  padding-left: 0;
}

.menu li a {
  color: rgba( 255, 255, 255, 0.9);
  padding-left: 0;
}

.menu li a:hover {
  color: rgba( 255, 255, 255, 0.3);
}

.footer_icon {
  color:#fff;
}

.contact-address, .contact-address {
  font-size:12px;
}

.slides-container {
  height:100% !important;
}

.founding {
  background-color: #006db1;
  font-size: 12px;
  color: #fff;
  padding:2px 3px;
}

.walk {
  background-color: #ffcd33;
  font-size: 12px;
  color: #fff;
  padding:2px 3px;
}

.seminar {
  background-color: #ff7635;
  font-size: 12px;
  color: #fff;
  padding:2px 3px;
}


   @media (min-width: 992px) {

    header.sticky-always {
      border-bottom: 1px #ccc solid !important;
      box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 50%) !important;
  }

 .header_menu {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 999;
    height:156px;
    width:100%;
    }
  
  #mega_header_home {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    }
  
    .header_scrolled .gMenu {
      float: right;
    }
    
    .navbar-header {
      top: -54px;
    }
    
    .header_scrolled .navbar-header {
      position: fixed;
      z-index: 2000;
      top: 0;
      transition: top 1s;
    }
    
    .header_scrolled.admin-bar .navbar-header {
      top: 32px;
      transition: top 1s;
    }
    
    .header_scrolled .siteHeader_logo img {
      max-height: 40px;
    }
    
    .header_scrolled .siteHeader_logo {
      font-size: 28px;
    }
    
    .header_scrolled .gMenu>li {
      border-left: none;
    }
    
    .header_scrolled .gMenu>li:last-child {
      border-right: none;
    }
    
    }


.header-item {
  font-size:16px !important;
  font-weight:500 !important;
  letter-spacing: 0.1em !important;
}

.text-slider .maintitle {
  font-size:32px !important;
  font-weight:600;
  text-shadow:
  0 1px #bbb,
  1px 2px #bbb,
  2px 3px #bbb,
  3px 4px #bbb,
  4px 5px #bbb,
  5px 10px 8px #000000;
}

.text-slider .subtitle {
  font-size:22px !important;
  font-weight:500;
  text-shadow:
  0 1px #bbb,
  1px 2px #bbb,
  2px 3px #bbb,
  3px 4px #bbb,
  4px 5px #bbb,
  5px 10px 8px #000000;
}

#slideshow {
  height:380px !important;
}


.single .entry-header .entry-title {
  font-size: 22px;
  padding: 0.25em 0 0.5em 0.5em !important;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 7px #f44721;/*左線*/
  margin-bottom:2em;
}

.post_ttl {
  position: relative;
  padding-bottom: 0.5em;
  line-height:1.5em;
  margin:2em auto 1.5em;
  width:100%;
  text-align:left;
}

td {
  text-align:left !important;
}


.post_ttl::before,
.post_ttl::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  content: '';
  height: 4px;
}
.post_ttl::before {
  z-index: 2;
  width: 15%;
  background-color: #f44721;
}
.post_ttl::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}



















.lp-icon {
    width:20px;
    height:500px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position:fixed;
    padding-right:20px;
    right:0;
    top:200px;
}


.top_interview_ttl_en {
    font-size:2em;
}

.balloon2 {
    position: relative;
    display: inline-block;
    margin: 1em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #ff9e48;
    box-sizing: border-box;
  }
  
  .balloon2:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  
  .balloon2:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #ff9e48;
    z-index: 1;
  }
  
  .balloon2 p {
    margin: 0;
    padding: 0;
  }

  table.overview {
    line-height: 1.5em;
	  text-align:left;
    margin: 3em auto 1em;
    padding: 1.5em;
    border: 1px solid #ccc;
    font-family: Noto Sans JP;
}

table.overview th {
    width: 25%;
		text-align:left;
    border: 1px solid #ccc;
    padding: 14px 20px 13px;
}

.th_item {
    background: #EDEDED;
}
	
table.overview td {
    width: 75%;
		text-align:left;
    border: 1px solid #ccc;
    padding: 14px 20px 13px;
    font-weight:400;
}

#chart, .chart-box {
  border: none !important;
  background: none !important;
  box-shadow: none !important; 
}

.site-info {
    font-size: 0.8em !important;
}

.txt_ss {
  font-size:0.7em;
  color:#666;
  padding: 0.5em 0;
  font-weight:normal;
}

.member_category {
  width:100%;
  text-align:right;
  padding:0.5em 0;
  font-weight:normal;
}


.timeline {
  list-style: none;
}

.timeline h4 {
  font-weight:normal;
  line-height:1.6em;
}


.timeline > li {
  margin-bottom: 60px;
}


img {
  width:100%;
  max-width: 100%;
  height: auto;
}

/* for Desktop 
@media ( min-width : 1024px ){
body {
  margin-top: 140px !important;
}
}
*/

/* for Desktop */
@media ( min-width : 640px ){
  .post-img {
    width:80% !important;
    margin:20px auto !important;
    text-align:center !important;
    font-size: 14px;
  }

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

}

@media (max-width: 575px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.tb01 td:first-child{
    background: #ffe2cb;
    font-weight:bold;
  }
  table.tb01 td:before{
    content: attr(data-label);
    font-size: .85em;
    font-weight:600;
    color: #999;
    display: block;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }



  .post-img {
    width:90% !important;
    margin:20px auto !important;
    text-align:center !important;
    font-size: 12px;
  }

  #pageplugin_insta {
    width:80%;
  }

  .content-area {
    width:90% !important;
    margin:0 auto !important;
  }

}


