figure {
  margin: 0;
}

a {
  text-decoration: none;
}

span.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

body.lock {
  position: fixed;
}

.product-line .product-i ul li.m_safetyrecorder a {
  background-image: url(/img/nav_pointer-blue.png);
}

.product-line__wrap {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.product-line__wrap * {
  box-sizing: border-box;
}
.product-line__wrap #target_banner {
  position: fixed;
  bottom: 50px;
  z-index: 100;
  width: 90%;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #target_banner {
    margin: 0 auto;
  }
}
.product-line__wrap #target_banner a {
  color: #004ea2;
  font-weight: bold;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(220, 220, 220, 0.6);
  white-space: nowrap;
  width: 50px;
  height: 50px;
  margin-left: auto;
  transition: 0.3s;
}
@media screen and (min-width: 640px) {
  .product-line__wrap #target_banner a {
    margin-left: 66%;
  }
}
@media screen and (min-width: 768px) {
  .product-line__wrap #target_banner a:hover {
    background-color: #004ea2;
    color: #FFFFFF;
  }
}
.product-line__wrap .title2wrap {
  margin-bottom: 50px;
}
.product-line__wrap .title2wrap:after {
  left: 50%;
  transform: translateX(-50%);
}
.product-line__wrap #contents_list {
  background-color: rgb(247, 247, 247);
  padding: 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #contents_list {
    max-width: 500px;
    margin: 0 auto 50px;
  }
}
.product-line__wrap #contents_list h3 {
  color: #767676;
  text-align: center;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.product-line__wrap #contents_list ul {
  padding-left: 1rem;
}
.product-line__wrap #contents_list ul li {
  list-style: square;
  line-height: 1.4;
}
.product-line__wrap #contents_list ul li a {
  color: #004ea2;
  font-size: 13px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #contents_list ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #767676;
    transition: 0.3s;
  }
  .product-line__wrap #contents_list ul li a:hover:after {
    width: 100%;
  }
}
.product-line__wrap #contents_list ul li ul li {
  list-style: disc;
}
.product-line__wrap #contents_list ul li ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.product-line__wrap #intro {
  margin-bottom: 50px;
}
.product-line__wrap #intro h3 {
  color: rgb(0, 78, 162);
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}
.product-line__wrap #intro h3 small {
  font-size: 0.6em;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #intro h3 br.br_sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .product-line__wrap #intro h3 {
    font-size: 2.28vw;
  }
}
@media screen and (min-width: 1100px) {
  .product-line__wrap #intro h3 {
    font-size: 25px;
  }
}
.product-line__wrap #intro p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  .product-line__wrap #intro p {
    text-align: center;
  }
}
.product-line__wrap #intro p br {
  display: none;
}
@media screen and (min-width: 1100px) {
  .product-line__wrap #intro p br {
    display: block;
  }
}
.product-line__wrap #intro .video {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  background-color: #004EA2;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #intro .video {
    width: 90%;
    padding: 10px;
  }
}
.product-line__wrap #intro .video:not(:last-of-type) {
  margin-bottom: 30px;
}
.product-line__wrap #intro .video video {
  width: 100%;
  outline: none;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.product-line__wrap #intro .video iframe {
  width: 100%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.product-line__wrap #element_wrap {
  margin-bottom: 80px;
}
.product-line__wrap #element_wrap h3 {
  color: #004EA2;
  margin: 0 0 20px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #element_wrap h3 {
    font-size: 1.455vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1100px) {
  .product-line__wrap #element_wrap h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}
.product-line__wrap #element_wrap .element:not(:last-of-type) {
  margin-bottom: 80px;
}
.product-line__wrap #element_wrap .element h4 {
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  padding-left: 15px;
  font-weight: bold;
  margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #element_wrap .element h4 {
    font-size: 2.18vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1100px) {
  .product-line__wrap #element_wrap .element h4 {
    font-size: 24px;
    line-height: 1.4;
  }
}
.product-line__wrap #element_wrap .element h4:after {
  content: "";
  display: block;
  background-color: #004EA2;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
}
.product-line__wrap #element_wrap .element .triggerarea {
  margin-bottom: 30px;
}
.product-line__wrap #element_wrap .element .triggerarea figure {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #element_wrap .element .triggerarea figure {
    margin-bottom: 30px;
  }
}
.product-line__wrap #element_wrap .element .triggerarea figure img {
  width: 100%;
  border: 1px solid #444;
}
.product-line__wrap #element_wrap .element .triggerarea .r_side ul {
  margin: 0 0 20px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #element_wrap .element .triggerarea .r_side ul {
    margin-bottom: 30px;
  }
}
.product-line__wrap #element_wrap .element .triggerarea .r_side ul li {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #element_wrap .element .triggerarea .r_side ul li {
    font-size: 18px;
  }
}
.product-line__wrap #element_wrap .element .triggerarea .r_side ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.product-line__wrap #element_wrap .element .triggerarea .r_side ul li span {
  color: #004EA2;
  font-weight: bold;
}
.product-line__wrap #element_wrap .element .triggerarea .r_side .trigger_line {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-line__wrap #element_wrap .element .triggerarea .r_side .trigger_line p {
  color: #FFFFFF;
  background-color: #004EA2;
  height: 30px;
  width: calc(50% - 5px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  margin: 0;
  transition: 0.3s;
  border: 1px solid #004EA2;
}
.product-line__wrap #element_wrap .element .triggerarea .r_side .trigger_line p:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #element_wrap .element .triggerarea .r_side .trigger_line p {
    font-size: 1.091vw;
    max-width: 160px;
  }
  .product-line__wrap #element_wrap .element .triggerarea .r_side .trigger_line p:hover {
    cursor: pointer;
    background-color: #FFFFFF;
    color: #004EA2;
  }
}
@media screen and (min-width: 1100px) {
  .product-line__wrap #element_wrap .element .triggerarea .r_side .trigger_line p {
    font-size: 12px;
  }
}
.product-line__wrap #element_wrap .element .triggerarea .r_side .trigger_line p a {
  color: #FFFFFF;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #element_wrap .element .triggerarea .r_side .trigger_line p a:hover {
    color: #004EA2;
  }
}
.product-line__wrap #element_wrap .element .slide_area .slider_product {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.product-line__wrap #element_wrap .element .slide_area .slider_product .slick-track li {
  padding: 0 30px;
  outline: none;
}
.product-line__wrap #element_wrap .element .slide_area .slider_product .slick-track li figure {
  outline: none;
}
.product-line__wrap #element_wrap .element .slide_area .slider_product .slick-track li figure img {
  outline: none;
  width: 100%;
}
.product-line__wrap #element_wrap .element .slide_area .slider_product .slick-track li video {
  width: 100%;
  outline: none;
}
.product-line__wrap #element_wrap .element .slide_area .slider_product .prev-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.product-line__wrap #element_wrap .element .slide_area .slider_product .prev-arrow:hover {
  cursor: pointer;
}
.product-line__wrap #element_wrap .element .slide_area .slider_product .next-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.product-line__wrap #element_wrap .element .slide_area .slider_product .next-arrow:hover {
  cursor: pointer;
}
.product-line__wrap #element_wrap .element .slide_area .slider_product .slick-dots li {
  margin: 0;
}
.product-line__wrap #element_wrap .element .slide_area .slider_product .slick-slide figure {
  border: 1px solid #dcdcdc;
}
.product-line__wrap #element_wrap .element .slide_area .closeBtn {
  color: #FFFFFF;
  background-color: rgb(0, 78, 162);
  height: 30px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 12px;
  margin: 50px auto 0;
  white-space: nowrap;
  padding: 0px 10px;
  transition: 0.3s;
  border: 1px solid #004EA2;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #element_wrap .element .slide_area .closeBtn {
    width: 15%;
  }
  .product-line__wrap #element_wrap .element .slide_area .closeBtn:hover {
    cursor: pointer;
    background-color: #FFFFFF;
    color: rgb(0, 78, 162);
  }
}
.product-line__wrap #element_wrap .element.point2 .triggerarea .l_side {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #004EA2;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #element_wrap .element.point2 .triggerarea .l_side {
    margin-bottom: 30px;
    padding: 10px;
  }
}
.product-line__wrap #element_wrap .element.point2 .triggerarea .l_side video {
  width: 100%;
  outline: none;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.product-line__wrap #element_wrap .element.point4 .r_side .trigger_line p {
  background-color: #004EA2;
  border: 1px solid #004EA2;
}
.product-line__wrap #element_wrap .element.point5 div {
  padding: 10px;
  background-color: #004EA2;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #element_wrap .element.point5 div {
    padding: 10px;
  }
}
.product-line__wrap #element_wrap .element.point5 div video {
  width: 100%;
  outline: none;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.product-line__wrap #flow h3 {
  color: #004EA2;
  margin: 0 0 20px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #flow h3 {
    font-size: 1.455vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1100px) {
  .product-line__wrap #flow h3 {
    font-size: 16px;
  }
}
.product-line__wrap #flow .flow_wrap {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #flow .flow_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
}
.product-line__wrap #flow .flow_wrap .step_box {
  background-color: #dae3f3;
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #dae3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #flow .flow_wrap .step_box {
    width: 20%;
  }
}
.product-line__wrap #flow .flow_wrap .step_box .titleLine {
  position: relative;
}
.product-line__wrap #flow .flow_wrap .step_box .titleLine .step_no {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #4472c4;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #flow .flow_wrap .step_box .titleLine .step_no {
    font-size: 1.273vw;
  }
}
@media screen and (min-width: 1100px) {
  .product-line__wrap #flow .flow_wrap .step_box .titleLine .step_no {
    font-size: 14px;
  }
}
.product-line__wrap #flow .flow_wrap .step_box .titleLine .step_no span {
  font-size: 1.5em;
}
.product-line__wrap #flow .flow_wrap .step_box .titleLine .step_title {
  line-height: 1;
  text-align: center;
  margin: 0;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #flow .flow_wrap .step_box .titleLine .step_title {
    font-size: 1.35vw;
  }
}
@media screen and (min-width: 1100px) {
  .product-line__wrap #flow .flow_wrap .step_box .titleLine .step_title {
    font-size: 16px;
  }
}
.product-line__wrap #flow .flow_wrap .step_box .titleLine .detail_trigger {
  text-align: center;
  margin: 10px auto 0;
}
.product-line__wrap #flow .flow_wrap .step_box .titleLine .detail_trigger p {
  font-size: 12px;
  margin: 0;
  display: inline-block;
  border: 1px solid #4472c4;
  border-radius: 5px;
  color: #4472c4;
  padding: 2px 10px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #flow .flow_wrap .step_box .titleLine .detail_trigger p {
    font-size: 1.091vw;
  }
  .product-line__wrap #flow .flow_wrap .step_box .titleLine .detail_trigger p:hover {
    background-color: #4472c4;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 1100px) {
  .product-line__wrap #flow .flow_wrap .step_box .titleLine .detail_trigger p {
    font-size: 12px;
  }
}
.product-line__wrap #flow .flow_wrap .step_box .titleLine .detail_trigger p:hover {
  cursor: pointer;
}
.product-line__wrap #flow .flow_wrap .stepArrow {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #flow .flow_wrap .stepArrow {
    width: 6%;
    height: auto;
  }
}
.product-line__wrap #flow .flow_wrap .stepArrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #dcdcdc transparent transparent transparent;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .product-line__wrap #flow .flow_wrap .stepArrow:after {
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #dcdcdc;
  }
}
@media screen and (max-width: 1350px) {
  .product-line__wrap .contact {
    margin-bottom: 50px;
  }
}
.product-line__wrap .contact * {
  box-sizing: border-box;
}
.product-line__wrap .contact .contactTitle {
  text-align: center;
  margin-bottom: -30px;
}
@media screen and (max-width: 640px) {
  .product-line__wrap .contact .contactTitle {
    width: 70%;
    margin: 0 auto -59px;
  }
}
.product-line__wrap .contact .contactTitle h4 {
  display: inline-block;
  text-align: center;
  font-size: 1.375rem;
  font-weight: normal;
  border: solid 1px #bdd7ee;
  padding: 10px 30px;
  margin: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 640px) {
  .product-line__wrap .contact .contactTitle h4 {
    padding: 20px;
    line-height: 1.4;
    font-size: 1.25rem;
    color: #748bc1;
    font-weight: bold;
  }
}
.product-line__wrap .contact .contactLine {
  background-color: #bdd7ee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 20px 25px;
}
@media screen and (max-width: 1350px) {
  .product-line__wrap .contact .contactLine {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .product-line__wrap .contact .contactLine {
    padding: 80px 20px 25px;
    display: block;
  }
}
.product-line__wrap .contact .contactLine .contactElement {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px -2px #000000;
  min-width: 360px;
  padding: 30px 20px;
  width: calc(50% - 10px);
}
@media screen and (max-width: 1350px) {
  .product-line__wrap .contact .contactLine .contactElement {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .product-line__wrap .contact .contactLine .contactElement {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .product-line__wrap .contact .contactLine .contactElement {
    min-width: 0;
    padding: 30px 10px;
  }
}
.product-line__wrap .contact .contactLine .contactElement:after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 1px #bdd7ee;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 1350px) {
  .product-line__wrap .contact .contactLine .contactElement:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.product-line__wrap .contact .contactLine .contactElement:first-of-type dd .phoneLine {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .product-line__wrap .contact .contactLine .contactElement:first-of-type dd .phoneLine {
    justify-content: center;
  }
}
.product-line__wrap .contact .contactLine .contactElement:first-of-type dd .businessHours p {
  text-align: left;
  margin: 0;
  font-size: 1rem;
  text-align: center;
}
.product-line__wrap .contact .contactLine .contactElement:first-of-type dd .businessHours p span {
  color: #969696;
  font-size: 12px;
}
.product-line__wrap .contact .contactLine .contactElement:first-of-type dd .businessHours p:first-of-type {
  position: relative;
}
.product-line__wrap .contact .contactLine .contactElement:first-of-type dd .businessHours p:last-of-type {
  padding-left: 21px;
}
@media screen and (max-width: 1350px) {
  .product-line__wrap .contact .contactLine .contactElement:last-of-type {
    margin-left: 0;
  }
}
.product-line__wrap .contact .contactLine .contactElement dl dt {
  text-align: center;
  font-size: 1.375rem;
  position: relative;
  margin: 0 0 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .product-line__wrap .contact .contactLine .contactElement dl dt {
    font-size: 1rem;
  }
}
.product-line__wrap .contact .contactLine .contactElement dl dt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 1px;
  background-color: #bdd7ee;
}
.product-line__wrap .contact .contactLine .contactElement dl dd {
  text-align: center;
  margin: 0;
}
.product-line__wrap .contact .contactLine .contactElement dl dd figure {
  width: 32px;
  margin-right: 5px;
}
.product-line__wrap .contact .contactLine .contactElement dl dd figure img {
  width: 100%;
}
.product-line__wrap .contact .contactLine .contactElement dl dd address {
  font-size: 2.375rem;
  width: 272px;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .product-line__wrap .contact .contactLine .contactElement dl dd address {
    font-size: 1.75rem;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .product-line__wrap .contact .contactLine .contactElement.contactTel a {
    pointer-events: none;
  }
}
.product-line__wrap .contact .contactLine .contactElement.contactMail a {
  background-color: #748bc1;
  padding: 8px 20px;
  color: #ffffff;
  font-size: 1.375rem;
  border-radius: 5px;
  display: inline-block;
  border: solid 1px #748bc1;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .product-line__wrap .contact .contactLine .contactElement.contactMail a {
    font-size: 1.25rem;
  }
}
.product-line__wrap .contact .contactLine .contactElement.contactMail a:hover {
  box-shadow: 0px 0px 6px -1px #000000;
}

.flow_modal {
  display: none;
  box-sizing: border-box;
  padding: 50px 0px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 100;
  overflow-y: scroll;
}
.flow_modal * {
  box-sizing: border-box;
}
.flow_modal .detailLine {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 20px;
}
.flow_modal .detailLine .detailRead {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .flow_modal .detailLine .detailRead {
    font-size: 2.6vw;
  }
  .flow_modal .detailLine .detailRead .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .flow_modal .detailLine .detailRead {
    font-size: 26px;
  }
}
.flow_modal .detailLine .detailRead span.supText {
  font-size: 0.75em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.flow_modal .detailLine .detailRead span.emphasis {
  color: #bf4e63;
}
.flow_modal .detailLine .closeBtn {
  text-align: center;
}
.flow_modal .detailLine .closeBtn p {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #bdd7ee;
  border-radius: 5px;
  padding: 5px 10px;
  transition: 0.3s;
}
@media screen and (min-width: 640px) {
  .flow_modal .detailLine .closeBtn p:hover {
    cursor: pointer;
    background-color: #bdd7ee;
    color: #FFFFFF;
  }
}
.flow_modal#flowNo2 .detailLine .pictureTitle {
  text-align: center;
}
.flow_modal#flowNo2 .detailLine .pictureTitle h6 {
  margin: 0;
  width: 90%;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  padding: 20px 0px;
  position: relative;
  border: solid #bdd7ee;
  display: inline-block;
  background-color: #FFFFFF;
  line-height: 1.4;
  box-shadow: 0 0 4px -2px #000000;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo2 .detailLine .pictureTitle h6 {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .flow_modal#flowNo2 .detailLine .pictureTitle h6 {
    font-size: 26px;
  }
}
.flow_modal#flowNo2 .detailLine .pictureTitle h6 span {
  color: #1D4999;
}
.flow_modal#flowNo2 .detailLine .pointImg {
  padding: 30px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flow_modal#flowNo2 .detailLine .pointImg figure {
  width: 28%;
  text-align: center;
}
.flow_modal#flowNo2 .detailLine .pointImg figure img {
  max-width: 100%;
}
.flow_modal#flowNo2 .detailLine .detailWord {
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo2 .detailLine .detailWord {
    width: 70%;
    margin: 0 auto 20px;
  }
}
.flow_modal#flowNo2 .detailLine .detailWord h6 {
  font-size: 16px;
  font-weight: normal;
  padding-left: 15px;
  position: relative;
  line-height: 1;
  margin: 0 0 20px;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo2 .detailLine .detailWord h6 {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1100px) {
  .flow_modal#flowNo2 .detailLine .detailWord h6 {
    font-size: 18px;
  }
}
.flow_modal#flowNo2 .detailLine .detailWord h6:after {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #dae3f3;
}
.flow_modal#flowNo2 .detailLine .detailWord ul {
  padding-left: 0;
  margin: 0;
}
.flow_modal#flowNo2 .detailLine .detailWord ul li {
  list-style-type: none;
  font-size: 12px;
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 10px;
}
.flow_modal#flowNo2 .detailLine .detailWord ul li span.supText {
  font-size: 0.75em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.flow_modal#flowNo4 .detailLine {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 20px;
}
.flow_modal#flowNo4 .detailLine .detailRead {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo4 .detailLine .detailRead {
    font-size: 2.6vw;
  }
  .flow_modal#flowNo4 .detailLine .detailRead .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .flow_modal#flowNo4 .detailLine .detailRead {
    font-size: 26px;
  }
}
.flow_modal#flowNo4 .detailLine .detailRead span.supText {
  font-size: 0.75em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.flow_modal#flowNo4 .detailLine .detailRead span.emphasis {
  color: #bf4e63;
}
.flow_modal#flowNo4 .detailLine .pictureTitle {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo4 .detailLine .pictureTitle {
    text-align: left;
  }
}
.flow_modal#flowNo4 .detailLine .pictureTitle h6 {
  margin: 0;
  width: 90%;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  padding: 20px 0px;
  position: relative;
  border: solid #bdd7ee;
  display: inline-block;
  background-color: #FFFFFF;
  line-height: 1.4;
  box-shadow: 0 0 4px -2px #000000;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo4 .detailLine .pictureTitle h6 {
    font-size: 2.6vw;
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  .flow_modal#flowNo4 .detailLine .pictureTitle h6 {
    font-size: 26px;
  }
}
.flow_modal#flowNo4 .detailLine .pictureTitle h6 span {
  color: #1D4999;
}
.flow_modal#flowNo4 .detailLine .pointImg {
  padding: 0px 0px 30px;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo4 .detailLine .pointImg {
    margin-top: -150px;
    padding: 30px 0px;
  }
}
.flow_modal#flowNo4 .detailLine .pointImg .over640 {
  display: none;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo4 .detailLine .pointImg .over640 {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .flow_modal#flowNo4 .detailLine .pointImg .over640 img {
    max-width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo4 .detailLine .pointImg .under640 {
    display: none;
  }
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section {
  width: 80%;
  margin: 0 auto 40px;
  position: relative;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section figure {
  width: 80%;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section figure:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section figure img {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section dl {
  margin-top: -40px;
  z-index: 2;
  position: relative;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section dl dt {
  background-color: #8faadc;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 20px 10px;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section dl dd {
  border-left: solid 20px #8faadc;
  margin: -2px 0 0 0;
  padding-left: 20px;
  padding-top: 10px;
  position: relative;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section dl dd p {
  font-size: 13px;
  border: solid 2px #8faadc;
  border-radius: 10px;
  padding: 15px;
  background-color: #FFFFFF;
  position: relative;
  line-height: 1.4;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section dl dd p:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 17%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section dl dd p:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 17%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #8faadc;
  z-index: 1;
}
.flow_modal#flowNo4 .detailLine .pointImg .under640 section dl dd:after {
  border-color: #8faadc transparent transparent transparent;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  bottom: -19px;
  left: -20px;
}
.flow_modal#flowNo4 .detailLine .detailWord {
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .flow_modal#flowNo4 .detailLine .detailWord {
    width: 75%;
    margin: 0 auto 20px;
  }
}
.flow_modal#flowNo4 .detailLine .detailWord p {
  font-size: 12px;
}/*# sourceMappingURL=safetyrecorder.css.map */