@charset 'UTF-8';
/*
COLORS
================================================ */
:root{
    
  --black: #000;
  --white: #FFF;
  --text-blue: #0755D5;
  --body-blue:#F2F7FF;
  --text-gray:#8E8E8E;
  --box-gray:#BABABA;
  --box-blue:#0076FF;
  --line-gray:#d6d6d6;
}

  /*
top_page
================================================ */
.example_title{
  color:var(--text-blue);
  font-size: 1rem;
  font-weight: bold;
  height:5rem;

}


@media screen and (max-width: 820px)
{
  .example_title{
    height:auto;
  }


}


.example_price,
.example_licence,
.example_skill {
  display:block !important;
  
}
.example dt,dd
{color:var(--black) !important;
}
.example dd
{
  margin-left: 0px !important;
}
.example dt
{
  transform: translateX(-6px);
}

footer .inquery_box p span{
  font-weight: 600;
}

.top .sec01 .inner_box ol > li img {
  margin-top: 1.25rem;
  box-shadow: none;
}

.png_double{
  height:10rem;
}
.png_double1{
  height:17.6rem;
}
.logo{
  width: 307px;
}


.container-fluid{
  padding-left: 0;
}
.navbar{
  margin-left: 0;
}

.logo img{
  width:307px;
}

.introduction{
  margin-bottom: 5rem;
}