.contents .cont_lightgreen {
  background-color: #c4ffc4;
}

.contents .cont_darkgreen {
  background-color: #00b000;
  color: #fff;
}

.cont_safetydrive_mv {
  position: relative;
}

.cont_safetydrive_msg {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 350px;
  padding: 20px 25px;
  background: #ffffff;
  border-radius: 6px;
}
.cont_safetydrive_msg p {
  margin: 0;
}
.cont_safetydrive_msg p span {
  color: #c0a61d;
}

.cont_safety-information {
  padding: 15px 15px 20px;
  border: 1px solid #e5e5e5;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 2px rgba(3, 0, 0, 0.06);
  -moz-box-shadow: 3px 3px 2px rgba(3, 0, 0, 0.06);
  box-shadow: 3px 3px 2px rgba(3, 0, 0, 0.06);
}
.cont_safety-information h1, .cont_safety-information h2, .cont_safety-information h3, .cont_safety-information h4, .cont_safety-information h5, .cont_safety-information h6 {
  margin: 0;
  padding: 0;
}
.cont_safety-information .cont_safety-header {
  width: 100%;
  height: 33px;
  border-bottom: 1px solid #e4e4e4;
}
.cont_safety-information .cont_safety-header h2 {
  width: 50%;
  height: 28px;
  border-bottom: 2px solid #3da414;
  background: url(/resources/img/safetydrive/icn_h2_info.png) no-repeat 4px 0;
  padding: 0 0 4px 30px;
}
.cont_safety-information .cont_safety-header h2 a {
  color: #333333;
}
.cont_safety-information .cont_safety-header h2 a:link, .cont_safety-information .cont_safety-header h2 a:active, .cont_safety-information .cont_safety-header h2 a:visited {
  color: #333333;
}
.cont_safety-information table {
  width: 100%;
}
.cont_safety-information table img {
  vertical-align: middle;
}
.cont_safety-information td {
  width: 90%;
}
.cont_safety-information td:first-child {
  width: 10%;
  padding-right: 15px;
  white-space: nowrap;
}

.contents .cont_side_h {
  padding-bottom: 5px;
  border-bottom: 1px solid #3da414;
}

@media screen and (max-width: 990px) {
  .cont_safetydrive_msg {
    max-width: 450px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 640px) {
  .cont_safetydrive_mv {
    margin-bottom: 10px;
  }
  .cont_safetydrive_mv img {
    margin-bottom: 10px;
  }

  .cont_safetydrive_msg {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .cont_safetydrive_msg p span {
    color: #333333;
  }
}

.bg1 {
background: #efefef !important;
}

