@charset 'utf-8';

.contents-oil .section-hero .lead {
  text-align: left;
}

.contents-oil .lead p {
  position: relative;
  padding-left: 70px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .lead p {
    display: block;
    padding-left: 10px;
  }
}

.contents-oil .lead p:after {
  content: ' ';
  width: 68px;
  height: 80px;
  background-image: url(../img/ico-dropkun.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% auto;
  display: block;
  position: absolute;
  right: 20px;
  top: -20px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .lead p:after {
    width: 40px;
    height: 50px;
    top: -5px;
    right: 0;
  }
}

.section-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-gap: 0 50px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px auto;
  padding: 0 10px;
}

.section-content2 {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto 30px auto;
  padding-top: 30px;
  border-top: 1px solid #b2b2b2;
}

.section-content2 p {
  margin-bottom: 2rem;
}

.section-content2 .fsS80 {
  padding-top: 30px;
  border-top: 1px solid #b2b2b2;
}


.section-body {
  position: relative;
  margin: 0;
  padding: 0;
}

.step1_image {
  background: url(../img/dotline.png) bottom center repeat-y;
  background-size: 100%;
  height: 100%;
  padding: 0 0 200px 0;
}

.step_arrow_text1::before {
  content: "搾\A油";
  position: absolute;
  top: 0;
  right: -30px;
  white-space: pre;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  padding: 15% 0 0 0;
  width: 40px;
  height: calc(100% - 30px);
  background-color: #1c9e3b;
}

.step_arrow_text2::before {
  content: "精\A製";
  position: absolute;
  top: 0;
  right: -30px;
  white-space: pre;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  padding: 20% 0 0 0;
  width: 40px;
  height: 100%;
  background-color: #1c9e3b;
}

.step_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  white-space: pre;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  padding: 20% 0 0 0;
  width: 40px;
  height: 100%;
  background-color: #1c9e3b;
}

.step_arrow_img::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -40px;
  width: 60px;
  height: 30px;
  background: url(../img/step_arrow_img.png) center center no-repeat;
  background-size: auto 100%;
}

.step_arrow_img2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 60px;
  height: 30px;
  background: url(../img/step_arrow_img.png) center center no-repeat;
  background-size: auto 100%;
}


@media only screen and (max-width: 736px) {

  .step_arrow_text1::before,
  .step_arrow_text2::before,
  .step_arrow::before {
    right:-25px;
    width:30px;
  }
  .step_arrow_img::after,
  .step_arrow_img2::after {
    right:-35px;
    width:50px;
    height:20px;
  }

}


.step_text {
  position: relative;
}

.step_text:nth-of-type(1)::before {
  content: attr(data-num);
  float: left;
  margin: 3px 10px 0 0;
  padding: 5px 10px;
  background-color: #fbbd26;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.4rem;
  color: #ffffff;
}











