.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-59fe03a:#FFFFFF;--e-global-color-75f5b2a:#0096C5;--e-global-color-e6338f6:#FFF002;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-container{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-bottom:0px;}.elementor-element{--widgets-spacing:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-container{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-container{--container-max-width:767px;}}/* Start custom CSS */#main {
  box-sizing: border-box;
  margin-left: 180px;
}
#side {
  box-sizing: border-box;
  top: 0px;
  height: 100%;
  width: 180px;
  position: fixed;
  overflow: auto;
  background: #1A1A1A;
}

body{
  background: -moz-linear-gradient(top, #0096C5 0%, #C79F62 60%, #E84A2B);
  background: -webkit-linear-gradient(top, #0096C5 0%, #C79F62 60%, #E84A2B);
  background: linear-gradient(to bottom, #0096C5 0%, #C79F62 60%, #E84A2B);
}
.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

@media (max-width: 1020px) and (min-width: 768px) {
#main {
  margin-left: 150px;
}
#side {
  width: 150px;
}  
}

@media (max-width: 767px) {
#main {
  margin-left: 0;
}
#side {
  display:none;
}    
}/* End custom CSS */