@charset "utf-8";
/*
Theme Name: liquid_child
Theme URI: https://lqd.jp/wp/theme_light.html
Description: Child theme for the liquid-light
Author: LIQUID DESIGN Ltd.
Author URI: https://lqd.jp/wp/
Template: liquid
Text Domain: liquid
Version: 1.2.5
*/



.navbar{
border-bottom: 0;
box-shadow: 0 0 0 0; 
-webkit-box-shadow: 0 0 0 0;
}

body{
font-family: din-2014, sans-serif;
font-weight: 400;
font-style: normal;
color: #26244A !important;
background-color: #FCFCFC !important;
}

h2,h3{
font-family: din-2014, sans-serif;
font-weight: 800 !important;
font-style: normal;
}

.curved {
  position: relative;
  background: #DEF1E0;
  height: 10vh;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
}

/*a:visited { 
color:#26244A !important; 
}
*/
i{
font-weight: 900!important;
}


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

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
	
  }
  .timeline-date {
    width: 80px;
    float: left;
    margin-top: 0px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #DADEF1 solid;
    padding-left: 30px;
	padding-bottom: 3rem
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #545DBF;
    position: absolute;
    left: 76px;
    top: 6px;
    border-radius: 100%;
  }
}

section .container{
padding: 5rem 0 4rem 0
}

.card-body{
padding: 2.3rem;
}

footer .list-group-item {
     background-color: transparent; 
     border: 0px; 
}

.navbar-toggler{
  border-color: #ffffff;
}

.navbar-toggler{
  background-color: #545DBF;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.logo_text {
     text-align: left;
}

