@charset "UTF-8";

#underlayer-ec {
  background-image: url(/assets/images/safety/ec-bg.jpg);
  background-position: center;
  background-size: cover;
}
.ribbon {
  display: inline-block;
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  box-sizing: border-box;
}
.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #EEEEE6;
  border-style: solid;
}
.ribbon:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #EEEEE6 transparent transparent;
  border-style: solid;
}
#about .hosyou {
  border-radius: 30px;
}
#about .under-line {
  border-bottom: solid #6CBA44 4px;
}
#about .message {
  border-radius: 30px;
  border: solid #6CBA44 1px;
}
#about .jishinhoken .bg-white {
  border: solid #b3b3b3 2px;
}
#about .menshinhosyou .bg-white {
  border: solid #6CBA44 2px;
}



#cost .cont-1 .bg-light-gray,
#cost .cont-2 .bg-light-gray {
  min-height: 210px;
}

@media screen and (min-width: 769px) {
  #features .object-fit {
    height: 150px;
  }
  #cost .cont-1 .bg-light-gray {
    min-height: 360px;
  }
  #cost .cont-2 .bg-light-gray {
    min-height: 240px;
  }
}