@charset "UTF-8";

/* -------------------------------
common
------------------------------- */
/* list */
.l-content .c-list {
  display: flex;
}
.l-content .c-list--anchor {
  display: flex;
  justify-content: center;
}
.l-content .c-list--anchor > li {
}
.l-content .c-list--anchor > li:first-child {
  margin-left: 0;
}
.l-content .c-list--anchor > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  border-right: none !important;
}
.l-content .c-list--anchor > li:last-child > a {
  border-right: 1px solid #ccc !important;
  }
.l-content .c-list--anchor .m-btn--down::before{
  background: url("/maker/misumi/mech/pr/safety_fence/img/icon_btn_arrow_b.png") no-repeat center;
}
.l-content .c-list--anchor .btn_r::before{
  background: url("/maker/misumi/mech/pr/safety_fence/img/icon_btn_arrow_r.png") no-repeat center;
}
.l-content .section {
  margin-bottom: 80px;
}
/* text */
.l-content .c-text--line > span {
  padding: 0 10px;
  background: linear-gradient(to bottom, transparent, transparent 55%, #ffe81b 56%, #ffe81b 84%, transparent 85%, transparent);
}

/* button */
.l-content .m-btn--center .m-btn--strong,
.l-content .m-btn--center .m-btn--default {
  width: 360px;
  padding: 14px 12px 12px;
  font-size: 16px;
}
.l-content h1{
    position: relative;
}
.l-content .mv_btn{
    position: absolute;
    top: 305px;
    left: 205px;
}
.l-content .mv_btn .m-btn--strong {
  width: 320px;
  padding: 14px 12px 12px;
  font-size: 21px;
}

/* label */
.l-content .c-label__outer {
}
.l-content .c-label {
  display: block;
  padding-top: 4px;
  background-color: #ffe81b;
  color: #444;
  font-size: 29px;
  text-align: center;
  border-radius: 20px;
}
.l-content .c-label::before {
  font-size: 21px;
}

/* -------------------------------
contents
------------------------------- */
.l-content .c-section .c-section__inner {
  padding: 22px 20px 24px;
  background-color: #ffe81b;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-content .c-section .c-section__title {
  font-size: 41px;
  letter-spacing: .03em;
}
.l-content .c-section .c-section__title > span {
  color: #ffcc00;
  font-size: 55px;
}
.l-content .c-section .c-section__title > span.feature {
  color: #0f218b;
}
.l-content .c-section.c-feature .c-section__title > span,
.l-content .c-section.c-stepselect .c-section__title > span {
  font-size: 57px;
}
.l-content .c-section__title_bg {
  font-size: 41px;
  line-height: 90px;
  width: 1200px;
  height: 90px;
  margin: 0 auto 0;
  background: #ffe81b;
}

/* c-worry */
.l-content .c-worry .c-worry__title {
  padding-top: 20px;
  font-size: 25px;
}
.l-content .c-worry .c-worry__title .ex_txt {
  position: relative;
  font-size: 35px;
}
.l-content .c-worry .c-list {
  justify-content: center;
}
.l-content .c-worry .c-list > li {
  position: relative;
  width: 300px;
  padding-top: 210px;
}
.l-content .c-worry .c-list > li::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  border-radius: 50%;
  background: #deecf3 url("/maker/misumi/mech/pr/safety_fence/img/pic_worry_02_260109.png") no-repeat center;
  content: "";
}
.l-content .c-worry .c-list > li:first-child::before {
  background-image: url("/maker/misumi/mech/pr/safety_fence/img/pic_worry_01_260109.png");
}
.l-content .c-worry .c-list > li:last-child::before {
  background-image: url("/maker/misumi/mech/pr/safety_fence/img/pic_worry_03_260109.png");
}
.l-content .c-worry .c-text--line {
  font-size: 35px;
}

/* c-feature */
.l-content .c-feature {
  padding: 20px 50px 50px;
  background-color: #ffe81b;
}

/* c-point */
.l-content .c-point {
  display: flex;
  justify-content: space-between;
}
.l-content .c-point .c-point__content {width: 350px;background: #fff;border-radius: 10px;display: flex;flex-wrap: wrap;justify-content: center;padding: 25px 0;}
.l-content .c-point .c-point__content--sub {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
}
.l-content .c-point:first-of-type .c-point__content--sub {
  align-items: flex-start;
  padding-left: 50px;
  box-sizing: border-box;
}
.l-content .c-point .c-point__content .c-point__content__title {
  font-size: 50px;
  color: #0f218b;
}
.l-content .c-point .c-point__content .c-point__content__title > em {
  color: #333;
  font-size: 33px;
}
.l-content .c-point .c-point__content p{
  width:100%;
  text-align:center;
}
.l-content .c-point .c-point__content p.u-bold {
  font-size: 35px;
  color: #dd0000;
  line-height: 35px;
  margin-top: 25px;
}
.l-content .c-point .c-point__content p.u-bold > span {
  font-size: 50px;
}
.l-content .c-point .c-label {
  width: 140px;
}
.l-content .c-point .c-label::before {
  content: "Point";
}

/* .c-stepselect */
.l-content .c-stepselect .c-text--line {
  font-size: 27px;
}
.l-content .c-stepselect .c-text--line > span {
  font-size: 40px;
}
.l-content .c-stepselect .step_set .c-text--line {
  font-size: 19px;
}
.l-content .c-stepselect .step_set .c-text--line > span {
  font-size: 23px;
}

.l-content .lead_btn_01 {font-size: 23px;font-weight: bold;}

.l-content .c-stepselect .step_set ul{
    display: flex;
    justify-content: space-between;
    width: 530px;
}
.l-content .c-stepselect .step_set ul li{
    width: 170px;
    height: 205px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.l-content .c-stepselect .step_set ul li p {
  font-size :13px;
  font-weight :bold;
  color:#004098;
}

/* .c-step */
.l-content .c-step {
  background-color: #fff;
  text-align: center;
  width: 350px;
  padding: 17px;
  box-sizing: border-box;
}
.l-content .c-step + .c-step {
  position: relative;
}
.l-content .c-step + .c-step::before {
  position: absolute;
  top: 345px;
  left: -55px;
  display: block;
  border-style: solid;
  border-width: 80px 0 80px 45px;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}
.l-content .c-step + .c-step2::before {
  position: absolute;
  top: 0;
  left: 375px;
  display: block;
  background: #fff;
  border-style: solid;
  border-width: 60px 200px 0;
  border-color: #ffe81b transparent transparent;
  content: "";
}
.l-content .c-step .c-step__head {
}
.l-content .c-step .c-step__head .step_title {font-size: 33px;font-weight: bold;color: #0f218b;margin: 15px 0 0;}
.l-content .c-step .c-step__head .step_lead ,
.l-content .c-step .c-step__content .step_lead{font-size: 21px;font-weight: bold;color: #dd0000;margin: 0 0 10px;}
.l-content .c-step .c-step__head .step_lead span{
    font-size: 27px;
}
.l-content .c-step .c-step__head .c-step__head__title > em {
  color: #333;
  font-size: 33px;
}
.l-content .c-step .c-step__head .c-label {
  width: 130px;
  margin: auto;
}
.l-content .c-step .c-step__head .c-label::before {
  content: "Step";
}
.l-content .c-step .c-step__text {
  padding-left: 20px;
}
.l-content .c-step .m-table {
  margin: 0;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
/* Step1 */
.l-content .c-step .c-step__content .c-text--line > span {
  padding: 0;
  font-size: 19px;
}
.l-content .c-step .c-step__content_ex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.l-content .c-step .c-step__content_ex:nth-child(even) {
  flex-direction: row-reverse;
}
.l-content .c-step .c-step__content .m-table {
  width: 230px;
}
.l-content .c-step .c-step__content .c-list > li {
  width: 170px;
}
.l-content .c-step .c-step__content .c-list > li + li {
  margin-left: 50px;
}
.l-content .c-step .m-btn--default{
    font-size: 15px;
    padding: 10px 0 8px;
    margin: 32px 0 0;
}
/* Step2 */
.l-content .c-step:nth-child(2) .c-list {
  /* justify-content: center; */
}
.l-content .c-step:nth-child(2) .c-list > li {
  width: 190px;
  text-align: left;
}
.l-content .c-step:nth-child(2) .c-list > li + li {
  margin-left: 15px;
}
.l-content .c-step:nth-child(2) .m-table {
  margin: 20px auto;
}
.l-content .c-step:nth-child(2) .m-table td.u-left {
  padding-left: 16px;
}
/* Step3 */
.l-content .c-step:nth-child(3) {
  padding-bottom: 30px;
}
.l-content .c-step:nth-child(3) > .c-list {
  flex-wrap: wrap;
  padding-left: 20px;
}
.l-content .c-step:nth-child(3) .c-list .c-list > li + li {
  margin-left: 15px;
}
/* Step End */
.l-content .c-step2 {
  width: 1200px;
  margin: 28px 0 0;
}

/* .c-pr */
.l-content .c-pr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1000px;
  padding: 30px 70px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.l-content .c-pr .c-pr__head {
  display: flex;
  align-items: flex-end;
}
.l-content .c-pr .c-pr__head > h2 {
  padding-left: 35px;
  font-weight: normal;
}
.l-content .c-pr .c-pr__text {
  font-size: 39px;
}
.l-content .c-pr .c-pr__button > a {
  width: 300px;
  padding: 13px 12px;
  font-size: 16px;
}
.l-content .c-pr__image {
  width: 365px;
  height: 328px;
  padding: 9px 0 0 13px;
  box-sizing: border-box;
  background: url("/maker/misumi/mech/pr/safety_fence/img/bg_pc.png") no-repeat;
}

/* .c-slider */
.l-content .c-slider li {
  width: 250px;
  margin: 0 7px;
  padding: 20px 0;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.l-content .c-slider li .name {
  color: #004098;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.l-content .c-slider li .name.box_hover {
  cursor: pointer;
  text-decoration: underline;
}
.l-content .c-slider li .pic {
  margin: 15px 0;
}
.l-content .c-slider li .pic.box_hover {
  cursor: pointer;
  opacity: .75;
}
.l-content .c-slider li .btn a {
  width: 180px;
}

.l-content #anc_select .c-slider__outer {
  overflow: hidden;
}
.l-content #anc_select .c-slider {
  position: relative;
  visibility: hidden;
  height: 395px;
}
.l-content #anc_select .slick-initialized {
  visibility: visible;
  height: 373px;
}

/* -------------------------------
slick slider
------------------------------- */

.l-content .slick-slider .slick-track {
  display: flex;
}
.l-content .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: #878787;
}
.l-content .slick-slider .slick-arrow:hover {
  opacity: .75;
}
.l-content .slick-slider .slick-arrow.slick-prev {
  left: 22%;
  transform: translate(-45px,-50%);
}
.l-content .slick-slider .slick-arrow.slick-next {
  right: 22%;
  transform: translate(45px,-50%);
}
.l-content .slick-slider .slick-arrow.slick-prev::after,
.l-content .slick-slider .slick-arrow.slick-next::after {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  content: "";
}
.l-content .slick-slider .slick-arrow.slick-prev::after {
  transform: rotate(-45deg);
  margin-right: -5px;
  border-left: 3px solid #fff;
}
.l-content .slick-slider .slick-arrow.slick-next::after {
  transform: rotate(45deg);
  margin-left: -5px;
  border-right: 3px solid #fff;
}
/* slick slider #anc_voice */
/* Slider */
.l-content #anc_voice .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.l-content #anc_voice .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.l-content #anc_voice .slick-list:focus {
  outline: none;
}
.l-content #anc_voice .slick-list.dragging {
  cursor: pointer;
}
.l-content #anc_voice .slick-slider .slick-track,
.l-content #anc_voice .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.l-content #anc_voice .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.l-content #anc_voice .slick-track:before,
.l-content #anc_voice .slick-track:after {
  display: table;
  content: "";
}
.l-content #anc_voice .slick-track:after {
  clear: both;
}
.l-content #anc_voice .slick-loading .slick-track {
  visibility: hidden;
}
.l-content #anc_voice .slick-slide {
  display: none;
  float: left;
  height: 430px;
  min-height: 1px;
}
.l-content #anc_voice  [dir="rtl"] .slick-slide {
  float: right;
}
.l-content #anc_voice .slick-slide img {
  display: block;
}
.l-content #anc_voice .slick-slide.slick-loading img {
  display: none;
}
.l-content #anc_voice .slick-slide.dragging img {
  pointer-events: none;
}
.l-content #anc_voice .slick-initialized .slick-slide {
  display: block;
}
.l-content #anc_voice .slick-loading .slick-slide {
  visibility: hidden;
}
.l-content #anc_voice .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.l-content #anc_voice .slick-arrow.slick-hidden {
  display: none;
}
/*-------横幅の間隔をとる-------*/
.l-content #anc_voice .slick-slide {
  margin-right: 7px !important;
  margin-left: 7px !important;
}
/*------------------------------*/


.l-content #anc_voice .slider__item {
    border: 1px solid #666;
    padding: 22px 26px;
}

.l-content #anc_voice .slider__head {
    border-bottom: 1px dotted #707070;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.l-content #anc_voice .slider__head__inner {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}

.l-content #anc_voice .slider__head__company {
  font-size: 17px;
  font-weight: bold;
}

.l-content #anc_voice .slider__body {
    display: flex;
    justify-content: space-between;
}


.l-content #anc_voice .slider__body__ttl{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
}

.l-content .slider__body_list {
    margin-bottom: 20px;
}

.l-content #anc_voice .slider__body_list dt {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
}

.l-content #anc_voice .slider__body_list dd {
    display: list-item;
    font-size: 13px;
    list-style-type: disc;
    margin-left: 1rem;
}

.l-content #anc_voice .slider__body_manager {
  margin-top: 10px;
}
.l-content .step_set{
    width: 530px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: 449px;
    left: 600px;
}

/* h2Ttl */
.l-content h2.h2Ttl {
  box-sizing: border-box;
  border-bottom: 2px solid #ccc;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.l-content h2.h2Ttl span {
  border-left: 8px solid #ffe81b;
  display: block;
  color: #333;
  padding: 0 0 0 10px;
}
/*---------- .c-qa ----------*/
.l-content .c-qa .c-accordion {
  width: 1100px;
}
.l-content .c-qa .c-accordion > dt > a,
.l-content .c-qa .c-accordion > dd {
  display: flex;
  align-items: baseline;
  padding: 12px 16px;
  color: #333;
}
.l-content .c-qa .c-accordion > dt > a::before,
.l-content .c-qa .c-accordion > dd::before {
  margin-right: 15px;
  padding-top: 5px;
  color: #0f218b;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}
.l-content .c-qa .c-accordion > dt > a::before {
  content: "Q";
}
.l-content .c-qa .c-accordion > dd::before {
  content: "A";
  color: #dd0000;
}
.l-content .c-qa .c-accordion > dd p {
  font-size:13px;
}

/*---------- .c-accordion ----------*/
.l-content .c-caution .c-accordion > dt > a,
.l-content .c-qa .c-accordion > dt > a {
  position: relative;
  background-color: #f4f4f4;
  text-decoration: none;
}
.l-content .c-caution .c-accordion > dt > a::after,
.l-content .c-qa .c-accordion > dt > a::after {
  position: absolute;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #0a337f;
  border-left: 1px solid #0a337f;
  content: "";
}
.l-content .c-qa .c-accordion > dt > a::after,
.l-content .c-caution .c-accordion > dt > a::after {
  top: 20px;
  transform: rotate(-45deg);
}
.l-content .c-qa .c-accordion > dt > a.on::after,
.l-content .c-caution .c-accordion > dt > a.on::after {
  top: 24px;
  transform: rotate(135deg);
}
.l-content .c-qa .c-accordion .m-table > tbody > tr > th {
    background-color: #dddddd;
    font-weight: bold;
    font-size: 13px;
}
.l-content .c-qa .c-accordion .col_flex {
    display: flex;
    justify-content: flex-start;
}
.l-content .c-qa .c-accordion em.txt_ex {color:#dd0000;}
.l-content .c-qa .c-accordion .txt_notes{font-size:11px;}
.l-content .c-qa .c-accordion .linklist_01{width: 500px;}
.l-content .c-qa .c-accordion .linklist_01 li:before {
    content: "・";
}
.l-content .c-qa .c-accordion .linklist_01 li a{
  text-decoration:none;
    font-size: 13px;
}

/*anchorList*/
.l-content .c-anchor .anchorList ul.m-btnList--center{margin: 32px auto 0;}
.l-content .c-anchor .anchorList ul.m-btnList--center li a {
  width: 300px;
  font-size: 15px;
}

.l-content .c-step__content .box_inner {
    display: flex;
    flex-wrap: wrap;
    width: 280px;
    margin: auto;
}
.l-content .c-step__content .box_inner > div { width: 135px;}