@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 {
  margin-left: 20px;
}
.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: 300px;
  height: 100%;
}

/* 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 {
  width: 360px;
  padding: 14px 12px 12px;
  font-size: 16px;
}

/* label */
.l-content .c-label__outer {
  position: relative;
}
.l-content .c-label {
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  padding-top: 4px;
  border-radius: 6px;
  background-color: #ffe81b;
  color: #444;
  font-size: 33px;
  text-align: center;
}
.l-content .c-label::before {
  font-size: 23px;
}

/* -------------------------------
contents
------------------------------- */
.l-content .c-section .c-section__inner {
  padding: 22px 20px 24px;
  background-color: #ffe81b;
}
.l-content .c-section .c-section__title {
  font-size: 41px;
  letter-spacing: .03em;
}
.l-content .c-section .c-section__title > span {
  color: #fc0;
  font-size: 55px;
}
.l-content .c-section.c-feature .c-section__title > span,
.l-content .c-section.c-stepselect .c-section__title > span {
  font-size: 57px;
}

/* c-worry */
.l-content .c-worry .c-worry__title {
  padding-top: 20px;
  font-size: 35px;
}
.l-content .c-worry .c-worry__title .c-dots {
  position: relative;
  font-size: 39px;
}
.l-content .c-worry .c-worry__title .c-dots::before {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 39px;
  font-weight: bold;
  content: "・・・";
}
.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.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.png");
}
.l-content .c-worry .c-list > li:last-child::before {
  background-image: url("/maker/misumi/mech/pr/safety_fence/img/pic_worry_03.png");
}
.l-content .c-worry .c-text--line {
  font-size: 35px;
}

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

/* c-point */
.l-content .c-point {
  display: flex;
}
.l-content .c-point .c-point__content {
  width: 600px;
}
.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 {
  position: relative;
  padding-left: 160px;
  font-size: 31px;
  line-height: 1.4;
}
.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 {
  font-size: 19px;
}
.l-content .c-point .c-point__content > p > span {
  font-size: 21px;
}
.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: 30px;
}
.l-content .c-stepselect .c-text--line > span {
  font-size: 35px;
}

/* .c-step */
.l-content .c-step {
  padding: 20px 30px 25px;
  background-color: #fff;
}
.l-content .c-step + .c-step {
  position: relative;
  margin-top: 60px;
}
.l-content .c-step + .c-step::before {
  position: absolute;
  top: -60px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -120px;
  border-top: 50px solid #fff;
  border-right: 120px solid transparent;
  border-left: 120px solid transparent;
  content: "";
}
.l-content .c-step .c-step__head {
  display: flex;
  padding: 8px 0 12px 20px;
  border-bottom: 2px solid #333;
}
.l-content .c-step .c-step__head .c-step__head__title {
  padding-left: 150px;
  font-size: 31px;
}
.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;
}
.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 {
  display: flex;
  flex-wrap: wrap;
  background: url("/maker/misumi/mech/pr/safety_fence/img/bg_step_01.png") no-repeat
}
.l-content .c-step .c-step__content > div:first-child {
  padding-left: 315px;
}
.l-content .c-step .c-step__content > div:nth-child(2) {
  width: 345px;
  padding: 50px 0 0 310px;
}
.l-content .c-step .c-step__content > div:last-child {
  padding-top: 12px;
}
.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;
}
/* 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;
}
.l-content .c-step:nth-child(2) .c-list > li + li {
  margin-left: 15px;
}
.l-content .c-step:nth-child(2) .m-table {
  width: 800px;
  margin-left: 45px;
}
.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-step:last-child {
  padding: 25px 0 35px;
}

/* .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;
}

/* -------------------------------
slick slider
------------------------------- */
.l-content .c-slider__outer {
  overflow: hidden;
}
.l-content .c-slider {
  position: relative;
  visibility: hidden;
  height: 395px;
}
.l-content .c-slider.slick-initialized {
  visibility: visible;
  height: auto;
}
.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: 17%;
  transform: translate(-45px,-50%);
}
.l-content .slick-slider .slick-arrow.slick-next {
  right: 17%;
  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;
}
