/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_safety
====================================================================== */
.p_safety .l_container_top > .l_main_visual_1 > .inner {
  background-image: url(../img/safety/mv.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_main_visual_1 > .inner {
    background-image: url(../img/safety/sp/mv.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 0;
  }
}
.p_safety .l_container_top > .box2 {
  width: 1160px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .box2 {
    width: 100%;
    padding: 0 4.6875%;
    margin: 50px auto 0;
  }
}
.p_safety .l_container_top > .box2 > .flex {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .box2 > .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p_safety .l_container_top > .box2 > .flex > .imgwrap {
  width: 600px;
}
.p_safety .l_container_top > .box2 > .flex > .imgwrap > img {
  max-width: 100%;
}
.p_safety .l_container_top > .box2 > .flex > .txtwrap {
  padding: 30px 50px 0 50px;
  background: #fff;
  width: -moz-calc(100% - 600px);
  width: -o-calc(100% - 600px);
  width: -webkit-calc(100% - 600px);
  width: calc(100% - 600px);
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .box2 > .flex > .txtwrap {
    padding: 20px 0 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .box2 > .flex > .txtwrap > .u_txt_4 {
    text-align: center;
  }
}
.p_safety .l_container_top > .box2 > .flex > .txtwrap > .u_txt_1 > span {
  display: inline;
  background: #FCE181;
}
.p_safety .l_container_top > .box2 > .flex > .txtwrap > .u_txt_1:not(:first-child) {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .box2 > .flex > .txtwrap > .u_txt_1:not(:first-child) {
    margin: 20px 0 0;
  }
}
.p_safety .l_container_top > .box2 > .flex > .txtwrap > .u_txt_1 > a {
  padding: 0 0 0 1em;
  display: inline-block;
  color: #1AA5AA;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .box2 > .flex > .txtwrap > .u_txt_1 > a {
    padding: 0;
  }
}
.p_safety .l_container_top > .box2 > .flex > .txtwrap > .u_txt_1 > a:hover {
  text-decoration: none;
}
.p_safety .l_container_top > .box3 {
  width: 1160px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .box3 {
    width: 100%;
    margin: 50px auto 0;
  }
}
.p_safety .l_container_top > .box3 > .flex {
  margin: 40px auto 0;
  padding: 50px 110px 50px 50px;
  border: 1px solid #E5E5E5;
  border-radius: 30px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .box3 > .flex {
    padding: 30px 4.6875%;
    border-radius: 0;
    border-right: none;
    border-left: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p_safety .l_container_top > .box3 > .flex > .imgwrap {
  width: 225px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .box3 > .flex > .imgwrap {
    width: 100px;
    margin: 0 auto;
  }
}
.p_safety .l_container_top > .box3 > .flex > .imgwrap > img {
  max-width: 100%;
}
.p_safety .l_container_top > .box3 > .flex > .txtwrap {
  width: 670px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .box3 > .flex > .txtwrap {
    padding: 20px 0 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .box3 > .flex > .txtwrap > .u_txt_4 {
    text-align: center;
  }
}
.p_safety .l_container_top > .box3 > .flex > .txtwrap > .u_txt_1 > span {
  display: inline;
  background: #FCE181;
}
.p_safety .l_container_top > .box3 > .flex > .txtwrap > .u_txt_1:not(:first-child) {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .box3 > .flex > .txtwrap > .u_txt_1:not(:first-child) {
    margin: 20px 0 0;
  }
}
.p_safety .l_container_top > .box3 > .flex > .txtwrap > .u_txt_1 > a {
  padding: 0 0 0 1em;
  display: inline-block;
  color: #1AA5AA;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .box3 > .flex > .txtwrap > .u_txt_1 > a {
    padding: 0;
  }
}
.p_safety .l_container_top > .box3 > .flex > .txtwrap > .u_txt_1 > a:hover {
  text-decoration: none;
}
.p_safety .l_container_top > .l_content {
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content {
    padding: 0 0 80px;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec {
  margin: 110px auto 0;
  width: 1160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec {
    margin: 80px auto 0;
    width: 100%;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec:before {
  content: url(../img/common/blue_ico.svg);
  position: absolute;
  top: -30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec:before {
    content: '';
    top: -20px;
    background: url(../img/common/blue_ico.svg);
    width: 146px;
    height: 70px;
    background-size: cover;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 {
  background: #CFEBEF;
  border-radius: 30px;
  padding: 95px 50px 50px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
    padding: 70px 4.6875% 60px;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 > .u_txt_1 {
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 > .u_txt_1 {
    margin: 30px 0 0;
    text-align: left;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 > .u_txt_1 > span {
  font-weight: bold;
  color: #D36C6C;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex {
  margin: 40px auto 0;
  padding: 50px 50px 50px;
  position: relative;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex {
    width: 100%;
    padding: 20px 20px 30px;
    display: block;
    border-radius: 20px;
    margin: 25px auto 0;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .c_ttl_4 {
  width: 100%;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .c_ttl_4 {
    margin: 0 0 20px;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .item {
  width: 335px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .item._pt1 {
    margin: 30px 0 0;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .item > img {
  max-width: 100%;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .item > .u_txt_1 {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .item > .u_txt_1 {
    margin: 10px 0 0;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .item > .u_txt_1._pt1 {
  color: #D36C6C;
  font-weight: bold;
  margin: 15px 0 0;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .u_txt_1 {
  margin: 5px 0 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .u_txt_1 {
    margin: 0;
    text-align: left;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .lists {
  width: 800px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .lists {
    width: 100%;
    display: block;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .lists > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .lists > li:not(:first-child) {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .lists > li > .imgwrap {
    width: 60px;
    text-align: center;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .lists > li > .imgwrap > img._pt1 {
  width: 85px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .lists > li > .imgwrap > img._pt1 {
    width: 55px;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .lists > li > .imgwrap > img._pt2 {
  width: 42px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .lists > li > .imgwrap > img._pt2 {
    width: 36px;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .lists > li > .imgwrap > img._pt3 {
  width: 78px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .lists > li > .imgwrap > img._pt3 {
    width: 58px;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .lists > li > .txtwrap {
  padding: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .lists > li > .txtwrap {
    padding: 0 0 0 30px;
    width: -moz-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .lists > li > .txtwrap > .u_txt_4 {
  color: #1AA5AA;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 > .lists > li > .txtwrap > .u_txt_4 {
    margin: 0 0 5px;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 {
  margin: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 {
    margin: 60px 0 0;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2.last {
  margin: 70px 0 50px;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2.middle {
  margin: 0 0 50px;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .c_ttl_4 {
  width: 100%;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .c_ttl_4 {
    margin: 0 0 30px;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner {
    width: 100%;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner > .item {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner > .item {
    width: 240px;
    padding: 0;
    margin: 0 auto;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner > .item._pt1 {
  padding: 0 0 0 40px;
  width: -moz-calc(100% - 240px);
  width: -o-calc(100% - 240px);
  width: -webkit-calc(100% - 240px);
  width: calc(100% - 240px);
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner > .item._pt1 {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 5% 0 2%;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner > .item._pt1 > .u_txt_1 > span {
  background: #FCE181;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner > .item._pt1 > .u_txt_1:nth-of-type(2) {
  margin: 20px 0 0;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner > .item > img {
  max-width: 100%;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner2 {
  width: 800px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner2 {
    width: 100%;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner2 > .item {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner2 > .item {
    width: 100%;
    padding: 0;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner2 > .item._pt1 {
  padding: 50px 0 0 40px;
  width: -moz-calc(100% - 520px);
  width: -o-calc(100% - 520px);
  width: -webkit-calc(100% - 520px);
  width: calc(100% - 520px);
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner2 > .item._pt1 {
    width: 168px;
    margin: 0 auto 15px;
    padding: 0;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner2 > .item > .u_txt_1 > span {
  background: #FCE181;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner2 > .item > .u_txt_1:nth-of-type(2) {
  margin: 20px 0 0;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner2 > .item > .u_txt_1:nth-of-type(3) {
  margin: 20px 0 10px;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner2 > .item > .u_txt_1 > img {
  width: 10px;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner2 > .item > a {
  text-decoration: underline;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner2 > .item > a:hover {
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner2 > .item > a:hover {
    text-decoration: underline;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner2 > .item > img {
  max-width: 100%;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner3 {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner3 {
    width: 100%;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner3 > .item {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner3 > .item {
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner3 > .item._none {
  display: none;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner3 > .item._pt1 {
  padding: 0 0 0 40px;
  width: -moz-calc(100% - 140px);
  width: -o-calc(100% - 140px);
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner3 > .item._pt1 {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner3 > .item._pt1._another {
  width: 100%;
  padding: 0;
  text-align: center;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner3 > .item._pt1 > .u_txt_1 > span {
  background: #FCE181;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner3 > .item._pt1 > .u_txt_1:nth-of-type(2) {
  margin: 20px 0 0;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .inner3 > .item > img {
  max-width: 100%;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item {
  padding: 0 0 60px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item {
    padding: 0 0 30px;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item._last {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item._last {
    border-bottom: none;
    padding: 0;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item._last:before {
  display: none;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item._last:after {
  display: none;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .anc {
  position: absolute;
  top: -100px;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 > .ico {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px dashed #1AA5AA;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 > .ico {
    width: 54px;
    min-width: 54px;
    height: 54px;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 > .ico > .middle > .u_txt_11 {
  color: #1AA5AA;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 > .ico > .middle > .u_txt_11 {
    font-size: 10px;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 > .ico > .middle > .txt {
  color: #1AA5AA;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 > .ico > .middle > .txt {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 3px 0 0;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 > .u_txt_10 {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 > .u_txt_10 {
    line-height: 1.5;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 {
  padding: 0 0 0 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -moz-calc( 100% - 100px);
  width: -o-calc( 100% - 100px);
  width: -webkit-calc( 100% - 100px);
  width: calc( 100% - 100px);
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap {
  padding: 0 50px 0 0;
  width: -moz-calc(100% - 380px);
  width: -o-calc(100% - 380px);
  width: -webkit-calc(100% - 380px);
  width: calc(100% - 380px);
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap {
    width: 100%;
    padding: 0;
    order: 2;
    margin: 15px 0 0;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1 {
  letter-spacing: .05em;
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1 {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1._first {
    margin: 0 0 10px;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1._second {
  margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1._second {
    margin: 10px 0 0;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1._1 {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1 > span {
  background: #FCE181;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1 > a {
  display: inline-block;
  padding: 0 13px 0 0;
  color: #1AA5AA;
  text-decoration: underline;
  position: relative;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1 > a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 48%;
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #1AA5AA;
  border-right: solid 1px #1AA5AA;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1 > a._none {
  padding: 0;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1 > a._none:before {
  display: none;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1 > a:hover {
  text-decoration: none;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > ul {
  margin: 15px 0 0;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap {
  width: 380px;
  height: 215px;
  border: 1px solid #E5E5E5;
  border-radius: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap {
    width: 100%;
    height: 168px;
    border-radius: 20px;
    order: 1;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap._pt1 {
  border: none;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap > img {
  max-width: 100%;
}
@media all and (-ms-high-contrast: none) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap > img {
    width: 100%;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap > img._pt1 {
  width: 123px;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap > img._pt2 {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap > img._pt2 {
    width: 150px;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap > img._pt3 {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap > img._pt3 {
    width: 120px;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap > img._pt4 {
  width: 116px;
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap > img._pt5 {
  width: 42px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap > img._pt5 {
    width: 34px;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap > img._pt6 {
  width: 144px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap > img._pt6 {
    width: 105px;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap > img._pt7 {
  width: 72px;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap > img._pt7 {
    width: 60px;
  }
}
.p_safety .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .max-wrap > .u_txt_1 {
  color: #D36C6C;
  font-weight: 600;
  line-height: 1.8;
}
.p_safety .l_container_top > .l_content > .l_main > .c_list_3 {
  margin: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main > .c_list_3 {
    margin: 80px 0 0;
    width: 100%;
    padding: 0 4.6875%;
  }
}
@media screen and (max-width: 768px) {
  .p_safety .l_container_top > .l_content > .l_main > .c_list_3 .c_btn_3:nth-of-type(3), .p_safety .l_container_top > .l_content > .l_main > .c_list_3 .c_btn_3:nth-of-type(4), .p_safety .l_container_top > .l_content > .l_main > .c_list_3 .c_btn_3:nth-of-type(5) {
    margin: 0;
  }
}

/*# sourceMappingURL=p_safety.css.map */
