body#request .section .requeststep {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 84%;
  margin: 0 auto 6.25em;
}
body#request .section .requeststep .slick-list {
  padding: 2.5em 0;
  border: solid 0.625em #ffe100;
  -moz-border-radius: 1.25em;
  -webkit-border-radius: 1.25em;
  border-radius: 1.25em;
}
body#request .section .requeststep .slick-list .step {
  outline: none;
  text-align: center;
}
body#request .section .requeststep .slick-list .step .heading {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2.5em;
  padding: 0 1.625em;
}
body#request .section .requeststep .slick-list .step .heading .steplabel {
  position: relative;
  display: inline-block;
  padding: 0 1.625em;
  color: #ffffff;
  font-size: 187.5%;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background-color: #e84709;
}
body#request .section .requeststep .slick-list .step .heading .steplabel .labeltitle {
  font-size: 75%;
}
body#request .section .requeststep .slick-list .step .heading .steplabel::before, body#request .section .requeststep .slick-list .step .heading .steplabel::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
body#request .section .requeststep .slick-list .step .heading .steplabel::after {
  left: 0;
  border-width: 0.8em 0 0.8em 0.625em;
  border-color: transparent transparent transparent #ffffff;
}
body#request .section .requeststep .slick-list .step .heading .steplabel::before {
  right: 0;
  border-width: 0.8em 0.625em 0.8em 0;
  border-color: transparent #ffffff transparent transparent;
}
body#request .section .requeststep .slick-list .step .heading h3 {
  margin-top: 0.9375em;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.25;
}
body#request .section .requeststep .slick-list .step .content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  margin: 0 2.5em;
  padding: 1.25em;
  background-color: #fff9e5;
  -moz-border-radius: 0.625em;
  -webkit-border-radius: 0.625em;
  border-radius: 0.625em;
}
body#request .section .requeststep .slick-list .step .content h4 {
  margin-top: 0;
  border-bottom: dotted 2px #ffe100;
}
body#request .section .requeststep .slick-list .step .content p {
  margin-bottom: 0;
}
body#request .section .requeststep .slick-list .step .content p + p {
  margin-top: 1em;
}
body#request .section .requeststep .slick-list .step .content ul {
  margin: 1.25em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body#request .section .requeststep .slick-list .step .content ul li {
  display: inline-block;
  position: relative;
  margin: 0.3125em;
  padding: 0.625em;
  background-color: #ffe100;
}
body#request .section .requeststep .slick-list .step .content .nav {
  margin: 0.625em 0;
}
body#request .section .requeststep .slick-list .step .content .phone {
  color: #000000;
  text-decoration: none;
  pointer-events: none;
}
body#request .section .requeststep .slick-list .step .content .note {
  font-size: 87.5%;
}
body#request .section .requeststep .slick-list .step.slick-current .heading {
  -webkit-animation: fadeInUp 0.75s ease 0s 1 both;
  animation: fadeInUp 0.75s ease 0s 1 both;
}
body#request .section .requeststep .slick-list .step.slick-current .content {
  -webkit-animation: bounceIn 0.75s ease 0.4s 1 forwards;
  animation: bounceIn 0.75s ease 0.4s 1 forwards;
}
body#request .section .requeststep .slick-arrow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 3.75em;
  height: 3.75em;
  padding: 0;
  border: 0 none;
  text-indent: -9999em;
  background-color: #e84709;
  cursor: pointer;
  outline: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body#request .section .requeststep .slick-arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.625em;
  height: 0.625em;
}
body#request .section .requeststep .slick-arrow:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
body#request .section .requeststep .slick-arrow.slick-prev {
  left: -8%;
}
body#request .section .requeststep .slick-arrow.slick-prev::before {
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  -moz-transform: translate(-40%, -50%) rotate(-45deg);
  -ms-transform: translate(-40%, -50%) rotate(-45deg);
  -webkit-transform: translate(-40%, -50%) rotate(-45deg);
  transform: translate(-40%, -50%) rotate(-45deg);
}
body#request .section .requeststep .slick-arrow.slick-next {
  right: -8%;
}
body#request .section .requeststep .slick-arrow.slick-next::before {
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  -moz-transform: translate(-60%, -50%) rotate(-45deg);
  -ms-transform: translate(-60%, -50%) rotate(-45deg);
  -webkit-transform: translate(-60%, -50%) rotate(-45deg);
  transform: translate(-60%, -50%) rotate(-45deg);
}
body#request .section .requeststep .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.25;
}
body#request .section .requeststep .slick-dots {
  position: absolute;
  bottom: -2.5em;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body#request .section .requeststep .slick-dots li {
  display: inline-block;
  margin: 0 0.3125em;
}
body#request .section .requeststep .slick-dots li button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 1.25em;
  height: 1.25em;
  padding: 0;
  border: 0 none;
  text-indent: -9999em;
  background-color: #e5e5e5;
  cursor: pointer;
  outline: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -webkit-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}
body#request .section .requeststep .slick-dots li.slick-active button {
  pointer-events: none;
  background-color: #e84709;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#request .section .requeststep {
    width: 100%;
    margin: 0 auto 3.75em;
  }
  body#request .section .requeststep .slick-list {
    padding: 0.625em 0;
    border: solid 0.3125em #ffe100;
    -moz-border-radius: 0.625em;
    -webkit-border-radius: 0.625em;
    border-radius: 0.625em;
  }
  body#request .section .requeststep .slick-list .step .heading {
    margin-bottom: 0.625em;
    padding: 0 0.625em;
  }
  body#request .section .requeststep .slick-list .step .heading .steplabel {
    font-size: 125%;
  }
  body#request .section .requeststep .slick-list .step .heading h3 {
    margin-top: 0.625em;
    font-size: 112.5%;
  }
  body#request .section .requeststep .slick-list .step .content {
    margin: 0 0.625em;
    padding: 0.625em;
    -moz-border-radius: 0.625em;
    -webkit-border-radius: 0.625em;
    border-radius: 0.625em;
  }
  body#request .section .requeststep .slick-list .step .content h4 {
    font-size: 87.5%;
    text-align: left;
  }
  body#request .section .requeststep .slick-list .step .content p {
    font-size: 75%;
  }
  body#request .section .requeststep .slick-list .step .content ul {
    font-size: 75%;
  }
  body#request .section .requeststep .slick-list .step .content .nav {
    margin: 0.625em 0;
  }
  body#request .section .requeststep .slick-list .step .content .phone {
    text-decoration: underline;
    pointer-events: auto;
  }
  body#request .section .requeststep .slick-list .step .content .note {
    font-size: 75%;
  }
  body#request .section .requeststep .slick-arrow {
    width: 1.5625em;
    height: 3.125em;
  }
  body#request .section .requeststep .slick-arrow.slick-prev {
    left: -0.7em;
    -moz-border-radius: 0 1.5625em 1.5625em 0;
    -webkit-border-radius: 0;
    border-radius: 0 1.5625em 1.5625em 0;
  }
  body#request .section .requeststep .slick-arrow.slick-next {
    right: -0.7em;
    -moz-border-radius: 1.5625em 0 0 1.5625em;
    -webkit-border-radius: 1.5625em;
    border-radius: 1.5625em 0 0 1.5625em;
  }
  body#request .section .requeststep .slick-dots {
    bottom: -1.625em;
  }
  body#request .section .requeststep .slick-dots li {
    margin: 0 0.3125em;
  }
  body#request .section .requeststep .slick-dots li button {
    width: 0.9375em;
    height: 0.9375em;
  }
}
