#contents .kerning {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
#contents .sr_only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
#contents .hr {
  height: 1px;
  margin: 30px auto;
  border-bottom: 1px dotted #555555;
}
#contents .hr hr {
  display: none;
}

#contents .ripple {
  overflow: hidden;
  position: relative;
}
#contents .ripple_effect {
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 100%;
  pointer-events: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
#contents .ripple_effect {
  background: #ffffff;
}
#contents .ripple_effect.is-show {
  -webkit-animation: ripple 0.6s ease-out;
  animation: ripple 0.6s ease-out;
}
@-webkit-keyframes ripple {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

/**************************************
 * TITLE
 **************************************/
#safety_wrapper .title_area {
  margin-bottom: 0;
  background-image: url(../../images/main_bg.gif);
  background-repeat: repeat;
}
#safety_wrapper .title_area_body {
  display: block;
  max-width: 980px;
  margin: 0 auto;
}
#safety_wrapper .title_area_body_text {
  padding-bottom: 20.306122449%; /* calc(199/980*100%); */
  background-image: url(../../images/master05/main.jpg);
}


/**************************************
 * LEAD
 **************************************/
#safety_wrapper .lead_area .lead_title {
  line-height: 1.8;
  font-size: 20px;
  font-weight: bold;
  color: #0096ae;
}
#safety_wrapper .lead_area .lead_text {
  font-size: 16px;
  color: #555555;
}

/**************************************
 * MAIN
 **************************************/
#safety_wrapper .main_area .main_area_image {
  display: block;
  margin: 0 auto;
}

/**************************************
 * ANIMATION
 **************************************/
#safety_wrapper .animation_wrapper {
  position: relative;
  width: 980px;
  padding: 0;
  margin: 0 auto;
}
#safety_wrapper .animation_wrapper > div {
  margin: 0 auto;
}

#safety_wrapper .animation_navi {
  margin: 4px auto 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#safety_wrapper .navi_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#safety_wrapper .navi_link_item {
  display: block;
  width: calc(157/960*100%);
  background-color: #ffffff;
}
#safety_wrapper .navi_link_item a {
  display: block;
  padding: 6px 0;
  color: #ffffff;
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #bdd3d6;
}
#safety_wrapper .navi_link_item a.blink {
  -webkit-animation: 0.8s linear -0.4s alternate none infinite running blink;
  animation: 0.8s linear -0.4s alternate none infinite running blink;
}
@-webkit-keyframes blink {
  0% {
    /* opacity: 0.6; */
    background-color: #0096ae;
  }
  19.9% {
    /* opacity: 0.6; */
    background-color: #0096ae;
  }
  20% {
    /* opacity: 1; */
    background-color: #bdd3d6;
  }
  100% {
    /* opacity: 1; */
    background-color: #bdd3d6;
  }
}
@keyframes blink {
  0% {
    /* opacity: 0.6; */
    background-color: #0096ae;
  }
  19.9% {
    /* opacity: 0.6; */
    background-color: #0096ae;
  }
  20% {
    /* opacity: 1; */
    background-color: #bdd3d6;
  }
  100% {
    /* opacity: 1; */
    background-color: #bdd3d6;
  }
}

#safety_wrapper .navi_link_item a:link,
#safety_wrapper .navi_link_item a:visited,
#safety_wrapper .navi_link_item a:hover,
#safety_wrapper .navi_link_item a:active,
#safety_wrapper .navi_link_item a:focus {
  color: #ffffff;
  text-decoration: none;
}
#safety_wrapper .navi_link_item a.active,
#safety_wrapper .navi_link_item a.active:hover,
#safety_wrapper .navi_link_item a:hover {
  background-color: #0096ae;
}

#safety_wrapper .steps_wrapper {
  position: relative;
  padding: 50px 160px 0 160px;
}
#safety_wrapper .steps {
  position: relative;
  height: 240px;
}
#safety_wrapper .step_item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
}
#safety_wrapper .step_item_title {
  margin: 0 auto 10px auto;
  color: #0096ae;
  font-size: 30px;
  font-weight: bold;
}
#safety_wrapper .step_item_notes {
  margin: 0 auto;
}
#safety_wrapper .step_item_notes li {
  text-align: left;
  color: #555555;
  font-size: 17px;
  line-height: 1.6;
  margin-left: 1em;
}
#safety_wrapper .step_item_notes li:before {
  content: "\25CF";
  margin-left: -1em;
}
#safety_wrapper .step_prev {
  position: absolute;
  bottom: 140px;
  left: 30px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(../../images/prev_arrow.png);
  background-size: 100%;
  text-align: left;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
#safety_wrapper .step_next {
  position: absolute;
  bottom: 140px;
  right: 30px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(../../images/next_arrow.png);
  background-size: 100%;
  text-align: left;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

#safety_wrapper .step_bars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#safety_wrapper .step_bar_item {
  display: block;
  width: calc(157/960*100%);
}
#safety_wrapper .step_bar_item > div {
  display: block;
  height: 3px;
  background-color: #bdd3d6;
}
#safety_wrapper .step_bar_item--current > div {
  background-color: #0096ae;
}

/**************************************
 * SUMMARY
 **************************************/
#safety_wrapper .summary_wrapper {
  background-color: #0096ae;
  -webkit-box-shadow: inset 0 14px 18px -14px rgba(0, 0, 0, 0.6), inset 0 -14px 18px -14px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 14px 18px -14px rgba(0, 0, 0, 0.6), inset 0 -14px 18px -14px rgba(0, 0, 0, 0.6);
}
#safety_wrapper .summary_container {
  max-width: 980px;
  margin: 50px auto;
  padding: 30px 0;
}
#safety_wrapper .summary_container .summary {
  border-bottom: 1px solid #ffffff;
}
#safety_wrapper .summary_container .summary:last-child {
  border-bottom: none;
}
#safety_wrapper .summary {
  padding: 30px;
  text-align: left;
  color: #ffffff;
}
#safety_wrapper .summary_title {
  font-size: 30px;
  color: inherit;
}
#safety_wrapper .summary_text {
  font-size: 16px;
  color: inherit;
}

/**************************************
 * BANNER
 **************************************/
#safety_wrapper .bnr_area {
  margin: 40px auto;
  padding: 0 30px;
}
#safety_wrapper .bnr_area ul {
  display: block;
}
#safety_wrapper .bnr_area ul li {
  display: block;
  margin-bottom: 20px;
}
#safety_wrapper .bnr_area ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
  color: #555555;
  text-decoration: none;
  border: 1px solid #555555;
}
#safety_wrapper .bnr_area ul li a:link,
#safety_wrapper .bnr_area ul li a:visited,
#safety_wrapper .bnr_area ul li a:hover,
#safety_wrapper .bnr_area ul li a:active,
#safety_wrapper .bnr_area ul li a:focus {
  color: #555555;
}
#safety_wrapper .bnr_area li a:hover {
  opacity: 0.8;
}
#safety_wrapper .bnr_area ul li a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 23px;
  background-image: url(../../images/bnr_arrow.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
#safety_wrapper .bnr_area ul li a img {
  display: block;
}
#safety_wrapper .bnr_area ul li a span {
  display: block;
  padding: 0 30px;
  text-align: left;
  font-size: 15px;
  color: #555555;
}
