@charset "UTF-8";

/*------------------------------------------------------------------------------
  rewrite from core.css
------------------------------------------------------------------------------*/
.undersubpage_header {
  margin-bottom: 80px;
}
.undersubpage_header .undersubpage_header__img {
  top: 0;
  right: 40px;
  width: 312px;
}

/* SP */
@media screen and (max-width: 768px) {
  .undersubpage_header {
    margin-bottom: 30px;
  }
  .undersubpage_header .undersubpage_header__img {
    width: 147px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

/* SP2 */
@media screen and (max-width: 550px) {
  .undersubpage_header .undersubpage_header__img {
    margin-top: 3px;
  }
}

/*------------------------------------------------------------------------------
  .undersubpage_header
------------------------------------------------------------------------------*/
.undersubpage_header .undersubpage_header__txt a {
  display: block;
  position: relative;
  padding-left: 23px;
}
.undersubpage_header .undersubpage_header__txt a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  background: url(/assets/img/common/ic_arrow_green_r_sp.png) no-repeat center center / contain;
}
.undersubpage_header .steps_set {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  margin: 30px auto 0;
}
.undersubpage_header .steps_set .step {
  position: relative;
  width: 100px;
  margin: 0 18.5px;
}
.undersubpage_header .steps_set .step + .step::before {
  content: "";
  display: block;
  position: absolute;
  left: -23px;
  top: 50%;
  border: 10px solid transparent;
  border-left-color: #008262;
  border-right: none;
  margin-top: -10px;
}
.undersubpage_header .steps_set .step .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 94px;
  font-size: 14px;
  line-height: 1.6;
  background: rgba(0,0,0,0.05);
  border-radius: 10px;
  text-align: center;
}
.undersubpage_header .steps_set .step .txt_3lines {
  line-height: 1.3;
}
.undersubpage_header .steps_set .step .btn {
  position: relative;
  padding: 0 0 12px;
  background: rgba(1,191,144,0.1);
}
.undersubpage_header .steps_set .step .box .d_on320 {
  display: none;
}
.undersubpage_header .steps_set .step .box .d_no320 {
  display: inline;
}
.undersubpage_header .steps_set .step .btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 7px;
  background: url(/assets/img/common/ic_anchor_green.png) no-repeat center center / contain;
}

/* SP */
@media screen and (max-width: 768px) {
  .undersubpage_header .undersubpage_header__txt a {
    padding-left: 22px;
  }
  .undersubpage_header .undersubpage_header__txt a::before {
    top: 3px;
    width: 15px;
    height: 15px;
  }
  .undersubpage_header .steps_set {
    flex-wrap: wrap;
    max-width: 500px;
    margin-bottom: -5px;
  }
  .undersubpage_header .steps_set .step {
    width: 21.64179104%;
    margin: 0 2.23880597% 15px;
  }
  .undersubpage_header .steps_set .step:first-child {
    margin-left: 0;
  }
  .undersubpage_header .steps_set .step:nth-child(4) {
    margin-right: 0;
  }
  .undersubpage_header .steps_set .step + .step::before {
    left: -14%;
    border-width: 8px;
    margin-top: -8px;
  }
  .undersubpage_header .steps_set .step::after {
    content: "";
    display: block;
    position: absolute;
    left: -20%;
    bottom: -8px;
    width: 140%;
    border-bottom: 1px solid #008262;
  }
  .undersubpage_header .steps_set .step:first-child::after {
    left: 50%;
    width: 70%;
  }
  .undersubpage_header .steps_set .step:nth-child(4)::after {
    left: auto;
    right: 50%;
    width: 70%;
    height: 41px;
    border-right: 1px solid #008262;
    border-radius: 0 0 5px 0;
  }
  .undersubpage_header .steps_set .step:nth-child(5)::after {
    left: -14%;
    bottom: auto;
    top: -8px;
    width: 15px;
    height: 40px;
    border-left: 1px solid #008262;
    border-top: 1px solid #008262;
    border-radius: 5px 0 0 5px;
    margin-left: -10px;
  }
  .undersubpage_header .steps_set .step:nth-child(6)::after,
  .undersubpage_header .steps_set .step:nth-child(7)::after {
    display: none;
  }
  .undersubpage_header .steps_set .step .box {
    position: relative;
    height: 66px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 5px;
    z-index: 1;
  }
  .undersubpage_header .steps_set .step .txt_3lines {
    line-height: 1.3;
  }
  .undersubpage_header .steps_set .step .btn {
    padding: 0 0 11px;
    background: #e4f8ef;
  }
  .undersubpage_header .steps_set .step .btn::after {
    bottom: 8px;
    height: 5px;
  }
}

/* SP2 */
@media screen and (max-width: 375px) {
  .undersubpage_header .steps_set .step + .step::before {
    left: -15.17241379%;
  }
  .undersubpage_header .steps_set .step:nth-child(5)::after {
    left: -15.17241379%;
  }
}

/* SP2 */
@media screen and (max-width: 374px) {
  .undersubpage_header .steps_set .step .box {
    letter-spacing: -0.03em;
  }
  .undersubpage_header .steps_set .step .box .d_on320 {
    display: inline;
  }
  .undersubpage_header .steps_set .step .box .d_no320 {
    display: none;
  }
}

/*------------------------------------------------------------------------------
  .s--common
------------------------------------------------------------------------------*/
.section_carbon_neutral .s--common {
  padding: 0;
}
.s--common .section__container {
}
.s--common .section__ttl {
  position: relative;
  width: 1080px;
  margin: 0 -60px;
  background: #008262;
  overflow: hidden;
}
.s--common .section__ttl::after {
  content: "";
  display: block;
  position: absolute;
  right: 80px;
  top: 10px;
  width: 100px;
  height: 100%;
  background: url(/assets/img/common/ico_bar_01.png) no-repeat right bottom / 58px auto;
}
.s--common:nth-child(2n) .section__ttl::after {
  top: 0;
  background: url(/assets/img/common/ico_bar_02.png) no-repeat right bottom / 46px auto;
}
.s--common .section__ttl span {
  display: table;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #078d65;
  padding: 18px 70px 14px 60px;
  margin: 0 auto 0 0;
}
.s--common .section__ttl span::after {
  content: "";
  display: block;
  position: absolute;
  right: -60px;
  bottom: 0;
  border-right: 60px solid transparent;
  border-top: 60px solid #078d65;
}
.s--common .box_set {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em auto 0;
  padding: 40px 0 0;
}
.s--common .box_set .txt_set {
  width: 460px;
}
.s--common .box_set .txt_set .txt {
}
.s--common .box_set .sub_set {
  width: 460px;
  margin: 0;
}
.s--common .box_set .sub_set .sub_ttl {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: -0.3em 0 0;
  padding: 0 0 9px;
  text-align: center;
  color: #008262;
  border-bottom: 2px solid #008262;
}
.s--common .box_set .sub_set .sub_ttl::before,
.s--common .box_set .sub_set .sub_ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  border: 12px solid transparent;
  border-top-color: #008262;
  border-bottom: none;
  margin-left: -12px;
}
.s--common .box_set .sub_set .sub_ttl::after {
  bottom: -9px;
  border-top-color: #fefefb;
}
.s--common:nth-child(2n) .box_set .sub_set .sub_ttl::after {
  border-top-color: #cff3ef;
}
.s--common .box_set .sub_set .graph_img {
  width: 370px;
  margin: 20px auto;
}
.s--common .box_set .sub_set .graph_img img {
  width: 100%;
  height: auto;
}
.s--common .box_set .sub_set .txt_caption {
  font-size: 12px;
  line-height: 1.5;
  margin: -0.25em 0;
  text-align: right;
  padding: 10px 0 0;
  border-top: 1px solid #999;
}
.s--common .box_set .sub_set .merit_set {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 30px auto 0;
}
.s--common .box_set .sub_set .merit_set .merit {
  position: relative;
  width: 90px;
  height: auto;
  min-height: 10px;
  font-weight: bold;
  color: #005aca;
}
.s--common .box_set .sub_set .merit_set .merit::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.s--common .box_set .sub_set .merit_set .merit + .merit {
  margin-left: -8px;
}
.s--common .box_set .sub_set .merit_set .etc {
  position: relative;
  width: 40px;
  height: auto;
  min-height: 10px;
  margin: 50px 0 0 -10px;
}
.s--common .box_set .sub_set .merit_set .etc::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.s--common .box_set .sub_set .merit_set .txt {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.28571429;
  color: inherit;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--common .section__container {
    width: 100%;
  }
  .s--common .section__ttl {
    width: 100%;
    margin: 0 auto;
  }
  .s--common .section__ttl::after {
    right: 4%;
    top: 0;
    width: 40px;
    background-size: 37px auto;
  }
  .s--common:nth-child(2n) .section__ttl::after {
    background-size: 33px auto;
  }
  .s--common .section__ttl span {
    font-size: 20px;
    line-height: 1.3;
    padding: 20px 65px 20px 5.333333333333334%;
    margin: -0.15em auto -0.15em 0;
  }
  .s--steps .section__ttl span {
    padding-right: 20px;
  }
  .s--common .section__ttl span::after {
    right: -100px;
    border-right-width: 100px;
    border-top-width: 100px;
  }
  .s--common .box_set {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em auto 0;
    padding: 30px 5.333333333333334% 0;
  }
  .s--common .box_set .txt_set {
    width: 100%;
  }
  .s--common .box_set .sub_set {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .s--common .box_set .sub_set .sub_ttl {
    font-size: 16px;
    padding: 35px 0 10px;
  }
  .s--common .box_set .sub_set .sub_ttl::before,
  .s--common .box_set .sub_set .sub_ttl::after {
    bottom: -10px;
    border-width: 10px;
    margin-left: -10px;
  }
  .s--common .box_set .sub_set .sub_ttl::after {
    bottom: -7px;
  }
  .s--common .box_set .sub_set .graph_img {
    width: 83.58208955%;
  }
  .s--common .box_set .sub_set .txt_caption {
    font-size: 11px;
    padding: 7px 0 0;
  }
  .s--common .box_set .sub_set .merit_set {
    margin: 20px auto 0;
  }
  .s--common .box_set .sub_set .merit_set .merit {
    width: 23.88059701%;
    margin-bottom: 20px;
  }
  .s--common .box_set .sub_set .merit_set .merit + .merit {
    margin-left: -16px;
  }
  .s--common .box_set .sub_set .merit_set .merit:nth-child(2n) {
    top: 20px;
  }
  .s--common .box_set .sub_set .merit_set .etc {
    width: 8.95522388%;
    margin: auto 0 0 -8.95522388%;
  }
  .s--common .box_set .sub_set .merit_set .txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

/* SP2 */
@media screen and (max-width: 374px) {
  .s--steps .section__ttl span {
    padding-right: 0;
  }
  .s--common .box_set .sub_set .merit_set .txt {
    font-size: 12px;
    line-height: 1.3;
  }
}

/*------------------------------------------------------------------------------
  .s--concept
------------------------------------------------------------------------------*/
.section_carbon_neutral .s--concept {
  padding: 0 0 100px;
}
.s--concept .idea_set {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 40px 0 0;
  padding: 0;
}
.s--concept .idea_set .idea {
  width: 460px;
  margin: 0;
  border-radius: 20px;
}
.s--concept .idea_set .idea1 {
  background: rgba(43,158,235,0.1);
}
.s--concept .idea_set .idea2 {
  background: rgba(1,191,144,0.1);
}
.s--concept .idea_set .txt_x {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: auto -10px;
  background: #005aca;
  border-radius: 50%;
  font-size: 50px;
  font-weight: lighter;
  line-height: 1;
  padding: 0 0 9px;
  color: #fff;
  text-align: center;
}
.s--concept .idea_set .idea .ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 15px 0 13px;
  border-radius: 20px 20px 0 0;
}
.s--concept .idea_set .idea1 .ttl {
  background: #2b9eeb;
}
.s--concept .idea_set .idea2 .ttl {
  background: #01bf90;
}
.s--concept .idea_set .idea .dtl {
  position: relative;
  width: 100%;
  height: 306px;
}
.s--concept .idea_set .idea1 .dtl {
  padding: 40px 40px 0 90px;
}
.s--concept .idea_set .idea2 .dtl {
  padding: 53px 90px 0 40px;
}
.s--concept .idea_set .idea .dtl .dtl_each {
  display: flex;
}
.s--concept .idea_set .idea .dtl .dtl_each + .dtl_each {
  padding-top: 18px;
}
.s--concept .idea_set .idea .dtl .dtl_each .tag {
  display: block;
  width: 64px;
  min-width: 64px;
  height: 28px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #008262;
  text-align: center;
  padding: 6px 0 0;
  margin: 0 20px 0 0;
  border-radius: 6px;
  background: #fff;
}
.s--concept .idea_set .idea .dtl .list {
}
.s--concept .idea_set .idea .dtl .dtl_each .list {
}
.s--concept .idea_set .idea .dtl .list .txt {
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em 0;
  text-indent: -18px;
  padding: 0 0 0 18px;
}
.s--concept .idea_set .idea .dtl .list .txt + .txt {
  margin-top: 0.4375em;
}
.s--concept .idea_set .idea .dtl .dtl_each .list .txt {
  padding-top: 0.4375em;
}
.s--concept .idea_set .idea .dtl .dtl_each .list .txt + .txt {
  padding-top: 0;
}
.s--concept .idea_set .idea .dtl .list .txt::before {
  content: "●";
  display: inline-block;
  font-size: 80%;
  position: relative;
  top: -1px;
  width: 18px;
  text-indent: 0;
}
.s--concept .idea_set .idea1 .dtl .list .txt::before {
  color: #2b9eeb;
}
.s--concept .idea_set .idea2 .dtl .list .txt::before {
  color: #21bb71;
}
.s--concept .idea_set .idea .dtl .list .txt span {
  text-indent: 0;
}
.s--concept .idea_set .idea .dtl .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  width: 40px;
  height: 252px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 17px 0 0;
}
.s--concept .idea_set .idea1 .dtl .arrow {
  left: 10px;
  background: linear-gradient(to bottom, #62e0ff, #2b9eeb);
}
.s--concept .idea_set .idea2 .dtl .arrow {
  right: 10px;
  background: linear-gradient(to bottom, #8cffe3, #01bf90);
}
.s--concept .idea_set .idea .dtl .arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -34px;
  border: 35px solid transparent;
  border-bottom: none;
  margin-left: -35px;
}
.s--concept .idea_set .idea1 .dtl .arrow::after {
  border-top-color: #2b9eeb;
}
.s--concept .idea_set .idea2 .dtl .arrow::after {
  border-top-color: #01bf90;
}

/* SP */
@media screen and (max-width: 768px) {
  .section_carbon_neutral .s--concept {
    padding: 0 0 50px;
  }
  .s--concept .idea_set {
    display: block;
    margin: 30px 0 0;
    padding: 0 5.333333333333334%;
  }
  .s--concept .idea_set .idea {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .s--concept .idea_set .txt_x {
    width: 45px;
    height: 45px;
    margin: -5px auto;
    font-size: 35px;
    padding: 0 0 8px;
  }
  .s--concept .idea_set .idea .ttl {
    font-size: 16px;
    line-height: 1.4;
    padding: 14.8px 0 12.8px;
    border-radius: 10px 10px 0 0;
  }
  .s--concept .idea_set .idea .dtl {
    height: auto;
  }
  .s--concept .idea_set .idea1 .dtl {
    padding: 30px 5.97014925% 30px 50px;
  }
  .s--concept .idea_set .idea2 .dtl {
    padding: 30px 50px 30px 5.97014925%;
  }
  .s--concept .idea_set .idea .dtl .dtl_each .tag {
    width: 55px;
    min-width: 55px;
    height: 25px;
    font-size: 14px;
    margin: 0 10px 0 0;
    border-radius: 5px;
  }
  .s--concept .idea_set .idea .dtl .list .txt {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em 0;
    text-indent: -16px;
    padding: 0 0 0 16px;
  }
  .s--concept .idea_set .idea .dtl .list .txt + .txt {
    margin-top: 0.3em;
  }
  .s--concept .idea_set .idea .dtl .list .txt::before {
    width: 16px;
  }
  .s--concept .idea_set .idea .dtl .arrow {
    top: 10px;
    width: 30px;
    height: calc(100% - 40px);
    font-size: 15px;
    padding: 11.25px 0 0;
  }
  .s--concept .idea_set .idea1 .dtl .arrow {
    left: 0;
  }
  .s--concept .idea_set .idea2 .dtl .arrow {
    right: 0;
  }
  .s--concept .idea_set .idea .dtl .arrow::after {
    bottom: -21.5px;
    border-width: 22.5px;
    margin-left: -22.5px;
  }
}

/*------------------------------------------------------------------------------
  .s--steps
------------------------------------------------------------------------------*/
.section_carbon_neutral .s--steps {
  position: relative;
  background: url(/assets/img/common/bg_green_pattern_01.png) repeat center top / 16px auto;
  padding: 0 0 60px;
}
.s--steps::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  background: #fefefb;
}
.s--steps .section__container {
  position: relative;
}
.s--steps .points_set {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  margin: 40px auto 0;
  overflow: hidden;
}
.s--steps .points_set .ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 15px 0 13px;
  background: #01bf90;
}
.s--steps .points_set .dtl {
  padding: 9px 60px 1px;
}
.s--steps .points_set .dtl .list {
}
.s--steps .points_set .dtl .list .each {
}
.s--steps .points_set .dtl .list .each + .each {
  border-top: 2px dotted #01bf90;
}
.s--steps .points_set .dtl .list .each .txt {
  position: relative;
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em auto;
  padding: 30px 0 30px 50px;
}
.s--steps .points_set .dtl .list .each .txt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 29px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.s--steps .points_set .dtl .list .each .no1::before {
  background-image: url(/assets/img/common/no_1.png);
}
.s--steps .points_set .dtl .list .each .no2::before {
  background-image: url(/assets/img/common/no_2.png);
}
.s--steps .points_set .dtl .list .each .no3::before {
  background-image: url(/assets/img/common/no_3.png);
}

/* SP */
@media screen and (max-width: 768px) {
  .section_carbon_neutral .s--steps {
    background-position: center bottom;
    background-size: 8px auto;
    padding: 0 0 40px;
  }
  .s--steps::before {
    display: none;
  }
  .s--steps .points_set {
    width: 89.333333333333333%;
    border-radius: 10px;
    margin: 30px auto 0;
  }
  .s--steps .points_set .ttl {
    font-size: 16px;
    line-height: 1.4;
    padding: 14.8px 0 12.8px;
  }
  .s--steps .points_set .dtl {
    padding: 5px 5.97014925% 6px;
  }
  .s--steps .points_set .dtl .list .each .txt {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em auto;
    padding: 23px 0 23px 35px;
  }
  .s--steps .points_set .dtl .list .each .txt::before {
    top: 24px;
    width: 25px;
    height: 25px;
  }
}

/*------------------------------------------------------------------------------
  .s--steps .flow_set
------------------------------------------------------------------------------*/
.s--steps .flow_set {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 0;
  margin: 70px auto 0;
  /* overflow: hidden; */
}
.s--steps .flow_set .flow_tab {
  width: 100%;
}
.s--steps .flow_set .flow_tab .flow_btn1 {
  float: left;
  position: relative;
  display: table;
  width: 132px;
  height: 110px;
  background: #43baf4 url(/assets/img/common/bg_gradient_blue_02.png) repeat-y left top / 100% auto;
  transition: background 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out;
}
.s--steps .flow_set .flow_tab .flow_btn1:first-child {
  border-radius: 20px 0 0 0;
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(5),
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(6) {
  background: #008262;
}
.s--steps .flow_set .flow_tab .flow_btn1:last-child {
  width: 156px;
  background: #025b45;
  border-radius: 0 20px 0 0;
  overflow: hidden;
}
.s--steps .flow_set .flow_tab .flow_btn1 + .flow_btn1 {
  margin: 0 0 0 2px;
}
.s--steps .flow_set .flow_tab .flow_btn1:not(.no_btn):not(.is--now):hover {
  cursor: pointer;
}
.s--steps .flow_set .flow_tab .flow_btn1.is--now {
  background: #fff;
  transition: background 0ms 200ms ease-in-out;
  -webkit-transition: background 0ms 200ms ease-in-out;
}
.s--steps .flow_set .flow_tab .flow_btn1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 24px solid #fff;
  z-index: 1;
}
.s--steps .flow_set .flow_tab .flow_btn1:first-child::before {
  display: none;
}
.s--steps .flow_set .flow_tab .flow_btn1::after {
  content: "";
  display: block;
  position: absolute;
  right: -24px;
  width: 0;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 24.5px solid #43baf4;
  z-index: 2;
  transition: border-left 200ms ease-in-out;
  -webkit-transition: border-left 200ms ease-in-out;
}
.s--steps .flow_set .flow_tab .flow_btn1.is--now::after {
  border-left-color: #fff;
}
.s--steps .flow_set .flow_tab .flow_btn1:not(.no_btn):not(.is--now):hover::after {
  border-left-color: #2b9eeb;
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(5)::after,
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(6)::after {
  border-left-color: #008262;
}
.s--steps .flow_set .flow_tab .flow_btn1:last-child::after {
  display: none;
}
.s--steps .flow_set .flow_tab .flow_btn1 .txt {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.333333333333333;
  color: #fff;
  padding: 0 0 0 50px;
  background: transparent;
  transition: color 200ms ease-in-out, background 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out;
}
.s--steps .flow_set .flow_tab .flow_btn1:first-child .txt {
  padding: 0 0 0 40px;
  border-radius: 20px 0 0 0;
  overflow: hidden;
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(4) .txt {
  padding: 0 0 0 46px;
}
.s--steps .flow_set .flow_tab .flow_btn1:last-child .txt {
  font-size: 20px;
}
.s--steps .flow_set .flow_tab .flow_btn1.is--now .txt {
  color: #005aca;
  background: #fff;
}
.s--steps .flow_set .flow_tab .flow_btn1:not(.no_btn):not(.is--now):hover .txt {
  background: #2b9eeb;
}
.s--steps .flow_set .flow_tab .flow_btn1 .txt::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 35px;
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(1) .txt::before {
  right: 5px;
  background-image: url(/assets/img/service/shindan/flow_no_1_white.png);
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(2) .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_2_white.png);
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(3) .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_3_white.png);
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(4) .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_4_white.png);
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(5) .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_5_white.png);
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(6) .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_6_white.png);
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(7) .txt::before {
  right: 10px;
  background-image: url(/assets/img/service/shindan/flow_no_7_white.png);
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(1).is--now .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_1_blue.png);
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(2).is--now .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_2_blue.png);
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(3).is--now .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_3_blue.png);
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(4).is--now .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_4_blue.png);
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(5).is--now .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_5_blue.png);
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(6).is--now .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_6_blue.png);
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(7).is--now .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_7_blue.png);
}
.s--steps .flow_set .flow_tab .flow_btn1 .txt_caution {
  position: absolute;
  left: 10px;
  top: -33px;
  display: block;
  font-size: 12px;
  line-height: 1.3;
  width: 100px;
  background: #bce4ff;
  border-radius: 10px;
  padding: 0.5em;
  text-align: center;
  z-index: 1;
}
.s--steps .flow_set .flow_tab .flow_btn1 .txt_caution::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 13px solid #bce4ff;
  margin-left: -6px;
}
.s--steps .flow_set .flow_boxs {
  width: 100%;
}
.s--steps .flow_set .flow_boxs .flow_box {
  width: 100%;
}
.s--steps .flow_set .flow_boxs .flow_box .flow_btn2 {
}
.s--steps .flow_set .flow_boxs .flow_box .flow_btn2 .txt {
}
.s--steps .flow_set .flow_boxs .flow_box .flow_btn2 .txt_caution {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  margin: -0.25em 0 0.75em;
}
.s--steps .flow_set .flow_boxs .flow_box .flow_each {
  width: 100%;
  padding: 68px 40px 60px;
}
.s--steps .flow_set .flow_boxs .flow_box .flow_each dt {
  position: relative;
  width: 100%;
  padding: 0 0 0 20px;
}
.s--steps .flow_set .flow_boxs .flow_box .flow_each dt::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 0;
  background: url(/assets/img/common/bg_gradient_blue_01.png) repeat-y center top / 100% auto;
}
.s--steps .flow_set .flow_boxs .flow_box .flow_each dt .icon {
  position: absolute;
  left: 0;
  top: -30px;
  display: block;
  width: 90px;
  min-height: 10px;
  background-color: #2b9eeb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  overflow: hidden;
}
.s--steps .flow_set .flow_boxs .flow_box .flow_each dt .icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.s--steps .flow_set .flow_boxs .flow_box .flow_each dt .txt {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #005aca;
  padding: 0 0 10px 90px;
}
.s--steps .flow_set .flow_boxs .flow_box .flow_each dt .txt_memo {
  font-size: 16px;
  line-height: inherit;
  color: #e93e52;
  padding: 0 0 0 1em;
}
.s--steps .flow_set .flow_boxs .flow_box .flow_each dd {
  width: 100%;
  padding: 60px 30px 0;
}
.s--steps .flow_set .flow_tab .flow_btn1 .bubble {
  position: absolute;
  left: 50%;
  bottom: 100px;
  display: none;
  width: 370px;
  padding: 20px 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.2);
  z-index: 10;
}
.s--steps .flow_set .flow_tab .flow_btn1:first-child .bubble {
  left: -20px;
  margin-left: 0;
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(2) .bubble {
  width: 270px;
  margin-left: -120px;
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(3) .bubble {
  width: 340px;
  margin-left: -155px;
}
.s--steps .flow_set .flow_tab .flow_btn1:nth-child(4) .bubble {
  width: 310px;
  margin-left: -140px;
}
.s--steps .flow_set .flow_tab .flow_btn1 .bubble::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -16px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 17px solid #fff;
  margin-left: -8px;
}
.s--steps .flow_set .flow_tab .flow_btn1:first-child .bubble::after {
  left: 85px;
  margin-left: 0;
}
.s--steps .flow_set .flow_tab .flow_btn1 .bubble .bubble_txt {
  display: block;
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em auto;
  text-indent: -18px;
  padding: 0 0 0 18px;
}
.s--steps .flow_set .flow_tab .flow_btn1 .bubble .bubble_txt::before {
  content: "●";
  display: inline-block;
  font-size: 80%;
  position: relative;
  top: -1px;
  width: 18px;
  text-indent: 0;
  color: #21bb71;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--steps .flow_set {
    background: none;
    border-radius: 0;
    padding: 0 5.333333333333334%;
    margin: 40px auto 0;
  }
  .s--steps .flow_set .flow_tab {
    display: none;
  }
  .s--steps .flow_set .flow_boxs {
    width: 100%;
  }
  .s--steps .flow_set .flow_boxs .flow_box {
    margin: 0;
  }
  .s--steps .flow_set .flow_boxs .flow_box + .flow_box {
    margin: 33px 0 0;
  }
  .s--steps .flow_set .flow_boxs .flow_box .flow_btn2 {
    position: relative;
    width: 100%;
    border-radius: 100px;
    background: url(/assets/img/common/bg_gradient_blue_02.png) repeat-y left top / 100% auto;
    z-index: 1;
  }
  .s--steps .flow_set .flow_boxs .flow_box:nth-child(5) .flow_btn2,
  .s--steps .flow_set .flow_boxs .flow_box:nth-child(6) .flow_btn2 {
    background: #008262;
  }
  .s--steps .flow_set .flow_boxs .flow_box:last-child .flow_btn2 {
    background: #025b45;
  }
  .s--steps .flow_set .flow_boxs .flow_box .flow_btn2:not(.no_btn):hover {
    cursor: pointer;
  }
  .s--steps .flow_set .flow_boxs .flow_box .flow_btn2::before {
    content: "";
    display: block;
    position: absolute;
    left: 7.462686567164178%;
    bottom: 0;
    width: 30%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 36.5px;
  }
  .s--steps .flow_set .flow_boxs .flow_box:nth-child(1) .flow_btn2::before {
    background-image: url(/assets/img/service/shindan/flow_no_1_white.png);
  }
  .s--steps .flow_set .flow_boxs .flow_box:nth-child(2) .flow_btn2::before {
    background-image: url(/assets/img/service/shindan/flow_no_2_white.png);
  }
  .s--steps .flow_set .flow_boxs .flow_box:nth-child(3) .flow_btn2::before {
    background-image: url(/assets/img/service/shindan/flow_no_3_white.png);
  }
  .s--steps .flow_set .flow_boxs .flow_box:nth-child(4) .flow_btn2::before {
    background-image: url(/assets/img/service/shindan/flow_no_4_white.png);
  }
  .s--steps .flow_set .flow_boxs .flow_box:nth-child(5) .flow_btn2::before {
    background-image: url(/assets/img/service/shindan/flow_no_5_white.png);
  }
  .s--steps .flow_set .flow_boxs .flow_box:nth-child(6) .flow_btn2::before {
    background-image: url(/assets/img/service/shindan/flow_no_6_white.png);
  }
  .s--steps .flow_set .flow_boxs .flow_box:nth-child(7) .flow_btn2::before {
    background-image: url(/assets/img/service/shindan/flow_no_7_white.png);
  }
  .s--steps .flow_set .flow_boxs .flow_box .flow_btn2::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -22px;
    width: 0;
    margin: 0 0 0 -12.5px;
    border-left: 12.5px solid transparent;
    border-right: 12.5px solid transparent;
    border-top: 12.5px solid #033f92;
  }
  .s--steps .flow_set .flow_boxs .flow_box:first-child .flow_btn2::after {
    display: none;
  }
  .s--steps .flow_set .flow_boxs .flow_box .flow_btn2 .txt {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    padding: 19px 0 17px;
    text-align: center;
    z-index: 1;
  }
  .s--steps .flow_set .flow_boxs .flow_box .flow_btn2 .txt::before {
    content: "";
    display: block;
    position: absolute;
    right: 28px;
    top: 50%;
    margin: -9px 0 0;
    width: 2px;
    height: 18px;
    background: #fff;
  }
  .s--steps .flow_set .flow_boxs .flow_box .flow_btn2.is--now .txt::before {
    display: none;
  }
  .s--steps .flow_set .flow_boxs .flow_box .flow_btn2 .txt::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -1px 0 0;
    width: 18px;
    height: 2px;
    background: #fff;
  }
  .s--steps .flow_set .flow_boxs .flow_box .flow_btn2.no_btn .txt::before,
  .s--steps .flow_set .flow_boxs .flow_box .flow_btn2.no_btn .txt::after {
    display: none;
  }
  .s--steps .flow_set .flow_boxs .flow_box .flow_each {
    background: #fff;
    padding: 60px 5.970149253731343% 30px;
    margin: -15px 0 0;
    border-radius: 26px;
    overflow: hidden;
  }
  .s--steps .flow_set .flow_boxs .flow_box .flow_each dt {
    padding: 0;
  }
  .s--steps .flow_set .flow_boxs .flow_box .flow_each dt::after {
    width: 92%;
    margin: 0 0 0 8%;
  }
  .s--steps .flow_set .flow_boxs .flow_box .flow_each dt .icon {
    left: 0;
    top: -25px;
    width: 70px;
  }
  .s--steps .flow_set .flow_boxs .flow_box .flow_each dt .txt {
    font-size: 20px;
    padding: 0 0 10px 80px;
  }
  .s--steps .flow_set .flow_boxs .flow_box .flow_each dt .txt_memo {
    font-size: 14px;
    line-height: 1.6;
  }
  .s--steps .flow_set .flow_boxs .flow_box .flow_each dd {
    padding: 40px 0 0;
  }
}

/*------------------------------------------------------------------------------
  .s--steps .step1_content
------------------------------------------------------------------------------*/
.s--steps .step1_content {
  display: flex;
  justify-content: space-between;
}
.s--steps .step1_content .txt_set {
  width: 480px;
}
.s--steps .step1_content .txt_set .txt01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: -0.25em 0;
  color: #005aca;
  padding: 54px 0 34px;
}
.s--steps .step1_content .txt_set .list {
  width: 100%;
}
.s--steps .step1_content .txt_set .list .each + .each {
  padding-top: 30px;
}
.s--steps .step1_content .txt_set .list .each .txt {
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em 0;
  text-indent: -18px;
  padding: 0 0 0 18px;
}
.s--steps .step1_content .txt_set .list .each .txt::before {
  content: "●";
  display: inline-block;
  font-size: 80%;
  position: relative;
  top: -1px;
  width: 18px;
  text-indent: 0;
  color: #21bb71;
}
.s--steps .step1_content .graphs_set {
  width: 300px;
  margin: 0 auto;
}
.s--steps .step1_content .graphs_set .graph {
  width: 100%;
}
.s--steps .step1_content .graphs_set .graph + .graph {
  margin: 40px auto 0;
}
.s--steps .step1_content .graphs_set .graph .sub_ttl {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: -0.3em 0 0;
  padding: 0 0 9px;
  text-align: center;
  color: #008262;
  border-bottom: 2px solid #008262;
}
.s--steps .step1_content .graphs_set .graph .sub_ttl::before,
.s--steps .step1_content .graphs_set .graph .sub_ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  border: 12px solid transparent;
  border-top-color: #008262;
  border-bottom: none;
  margin-left: -12px;
}
.s--steps .step1_content .graphs_set .graph .sub_ttl::after {
  bottom: -9px;
  border-top-color: #fefefb;
}
.s--steps .step1_content .graphs_set .graph .graph_img {
  width: 240px;
  margin: 25px auto 0;
}
.s--steps .step1_content .graphs_set .graph .graph_img img {
  width: 100%;
  height: auto;
}
.s--steps .step1_content .btn {
  width: 315px;
  max-width: none;
  border-radius: 100px;
  margin: 20px auto 0 18px;
  overflow: hidden;
}
.s--steps .step1_content .btn a {
  display: block;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: url(/assets/img/common/bg_gradient_blue_01.png) repeat-y left top / 100% auto;
  padding: 15px 0 15px 30px;
  transition: background 250ms ease-in-out;
  -webkit-transition: background 250ms ease-in-out;
  cursor: pointer;
}
.s--steps .step1_content .btn a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  background-size: 200% auto;
}
.s--steps .step1_content .btn a::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  width: 71px;
  height: 100%;
  background: url(/assets/img/common/ico_btn_arrow.png) no-repeat left center / 100% auto;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--steps .step1_content {
    display: block;
  }
  .s--steps .step1_content .txt_set {
    width: 100%;
  }
  .s--steps .step1_content .txt_set .txt01 {
    font-size: 16px;
    padding: 34px 0 14px;
  }
  .s--steps .step1_content .txt_set .list .each + .each {
    padding-top: 20px;
  }
  .s--steps .step1_content .txt_set .list .each .txt {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em 0;
    text-indent: -16px;
    padding: 0 0 0 16px;
  }
  .s--steps .step1_content .txt_set .list .each .txt::before {
    width: 16px;
  }
  .s--steps .step1_content .graphs_set {
    width: 100%;
    max-width: 400px;
    margin: 15px auto 0;
  }
  .s--steps .step1_content .graphs_set .graph + .graph {
    margin: 0 auto;
  }
  .s--steps .step1_content .graphs_set .graph .sub_ttl {
    font-size: 16px;
    padding: 35px 0 10px;
  }
  .s--steps .step1_content .graphs_set .graph .sub_ttl::before,
  .s--steps .step1_content .graphs_set .graph .sub_ttl::after {
    bottom: -10px;
    border-width: 10px;
    margin-left: -10px;
  }
  .s--steps .step1_content .graphs_set .graph .sub_ttl::after {
    bottom: -7px;
  }
  .s--steps .step1_content .graphs_set .graph .graph_img {
    width: 67.79661017%;
    margin: 20px auto 0;
  }
  .s--steps .step1_content .btn {
    width: 100%;
    max-width: 280px;
    margin: 20px auto 0;
  }
  .s--steps .step1_content .btn a {
    font-size: 14px;
    padding: 15px 0 15px 8.955223880597014%;
  }
  .s--steps .step1_content .btn a::before {
    right: 7.462686567164178%;
    /* width: 70px; */
    width: 40px;
    background-size: auto 36%;
    background-position: right center;
  }
}

/*------------------------------------------------------------------------------
  .s--steps .step2_content
------------------------------------------------------------------------------*/
.s--steps .step2_content {
}
.s--steps .step2_content .list {
}
.s--steps .step2_content .list .each + .each {
  padding-top: 40px;
}
.s--steps .step2_content .list .each .txt {
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em 0;
  text-indent: -18px;
  padding: 0 0 0 18px;
}
.s--steps .step2_content .list .each .txt::before {
  content: "●";
  display: inline-block;
  font-size: 80%;
  position: relative;
  top: -1px;
  width: 18px;
  text-indent: 0;
  color: #21bb71;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--steps .step2_content .list .each + .each {
    padding-top: 30px;
  }
  .s--steps .step2_content .list .each .txt {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em 0;
    text-indent: -16px;
    padding: 0 0 0 16px;
  }
  .s--steps .step2_content .list .each .txt::before {
    width: 16px;
  }
}

/*------------------------------------------------------------------------------
  .s--steps .step3_content
------------------------------------------------------------------------------*/
.s--steps .step3_content {
}
.s--steps .step3_content .ttl01 {
  width: 880px;
  margin: 0 -30px;
  padding: 10px 0;
  background: #008262;
  border-radius: 10px;
  text-align: center;
}
.s--steps .step3_content .ttl01 .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: -0.25em 0;
  color: #fff;
  text-align: center;
}
.s--steps .step3_content .txt {
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em 0;
}
.s--steps .step3_content .txt01 {
  text-align: center;
  padding: 40px 0;
}
.s--steps .step3_content .list {
  margin: 0 auto 60px;
}
.s--steps .step3_content .list .each {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.s--steps .step3_content .list .each:nth-child(2n-1) {
  background: rgba(1,191,144,0.1);
}
.s--steps .step3_content .list .each .ttl02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 0;
  border-bottom: 0;
}
.s--steps .step3_content .list .each .ttl02 .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: -0.25em 0;
  color: #005aca;
}
.s--steps .step3_content .list .each .txt02 {
  width: 520px;
  padding: 0;
}
.s--steps .step3_content .list .each .txt02 .txt_highlight {
  font-weight: bold;
  color: #008262;
  line-height: inherit;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--steps .step3_content .ttl01 {
    width: 104%;
    margin: 0 -2%;
    border-radius: 6px;
  }
  .s--steps .step3_content .ttl01 .ttl {
    font-size: 16px;
  }
  .s--steps .step3_content .txt {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em 0;
  }
  .s--steps .step3_content .txt01 {
    padding: 30px 0;
  }
  .s--steps .step3_content .list {
    margin: 0 auto 50px;
  }
  .s--steps .step3_content .list .each {
    display: block;
    padding: 26px 6.77966102% 28px;
  }
  .s--steps .step3_content .list .each .ttl02 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
    border-bottom: 1px dotted #444;
  }
  .s--steps .step3_content .list .each .ttl02 .ttl {
    font-size: 16px;
  }
  .s--steps .step3_content .list .each .txt02 {
    width: 100%;
    padding-top: 20px;
  }
}

/*------------------------------------------------------------------------------
  .s--steps .step3_content .howto_set
------------------------------------------------------------------------------*/
.s--steps .step3_content .howto_set {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin: 40px 0 0;
}
.s--steps .step3_content .howto_set::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dotted #444;
  border-bottom: none;
}
.s--steps .step3_content .howto_set .howto {
  width: 340px;
}
.s--steps .step3_content .howto_set .howto .howto_ttl {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: -0.3em 0 0;
  padding: 0 0 9px;
  text-align: center;
  color: #008262;
  border-bottom: 2px solid #008262;
}
.s--steps .step3_content .howto_set .howto .howto_ttl::before,
.s--steps .step3_content .howto_set .howto .howto_ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  border: 12px solid transparent;
  border-top-color: #008262;
  border-bottom: none;
  margin-left: -12px;
}
.s--steps .step3_content .howto_set .howto .howto_ttl::after {
  bottom: -9px;
  border-top-color: #fefefb;
}
.s--steps .step3_content .howto_set .howto .howto_txt {
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em 0;
  padding: 40px 0 30px;
}
.s--steps .step3_content .howto_set .howto .howto_txt + .howto_txt {
  padding-top: 13px;
}
.s--steps .step3_content .howto_set .howto .howto_txt .txt_s {
  display: block;
  font-size: 12px;
  line-height: inherit;
  padding: 3px 0 0;
}
.s--steps .step3_content .howto_set .howto .pamphlet {
  display: flex;
  justify-content: center;
}
.s--steps .step3_content .howto_set .howto .pamphlet .each {
  width: 130px;
  text-align: center;
}
.s--steps .step3_content .howto_set .howto .pamphlet .each + .each {
  margin: 0 0 0 40px;
}
.s--steps .step3_content .howto_set .howto .pamphlet .each .img {
  width: 100%;
  border: 1px solid #98c73b;
  margin: 0 0 16px;
}
.s--steps .step3_content .howto_set .howto .pamphlet .each .img img {
  width: 100%;
  height: auto;
}
.s--steps .step3_content .howto_set .howto .pamphlet .each a {
  position: relative;
  display: auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: -0.25em 0;
  color: #e93e52;
  padding-left: 23px;
}
.s--steps .step3_content .howto_set .howto .pamphlet .each a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 16px;
  height: 16px;
  background: url(/assets/img/common/ic_arrow_red_r_sp.png) no-repeat center center / contain;
}
.s--steps .step3_content .howto_set .howto .pamphlet .each a._pdf::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 20px;
  height: 17px;
  margin-left: 8px;
  background: url(/assets/img/common/ic_pdf_sp.png) no-repeat left top / contain;
}
.s--steps .step3_content .howto_set .howto .btn {
  width: 300px;
  max-width: none;
  border-radius: 100px;
  margin: 0 auto;
  overflow: hidden;
}
.s--steps .step3_content .howto_set .howto .btn a {
  display: block;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: url(/assets/img/common/bg_gradient_blue_01.png) repeat-y left top / 100% auto;
  /* padding: 15px 0 15px 50px; */
  padding: 15px 0 15px 30px;
  transition: background 250ms ease-in-out;
  -webkit-transition: background 250ms ease-in-out;
  cursor: pointer;
}
.s--steps .step3_content .howto_set .howto .btn a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  background-size: 200% auto;
}
.s--steps .step3_content .howto_set .howto .btn a::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  width: 71px;
  height: 100%;
  background: url(/assets/img/common/ico_btn_arrow.png) no-repeat left center / 100% auto;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--steps .step3_content .howto_set {
    display: block;
    margin: -27px 0 0;
  }
  .s--steps .step3_content .howto_set::after {
    display: none;
  }
  .s--steps .step3_content .howto_set .howto {
    width: 100%;
  }
  .s--steps .step3_content .howto_set .howto .howto_ttl {
    font-size: 16px;
    padding: 47px 0 10px;
  }
  .s--steps .step3_content .howto_set .howto .howto_ttl::before,
  .s--steps .step3_content .howto_set .howto .howto_ttl::after {
    bottom: -10px;
    border-width: 10px;
    margin-left: -10px;
  }
  .s--steps .step3_content .howto_set .howto .howto_ttl::after {
    bottom: -7px;
  }
  .s--steps .step3_content .howto_set .howto .howto_txt {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em 0;
    padding: 30px 0 25px;
  }
  .s--steps .step3_content .howto_set .howto .howto_txt + .howto_txt {
    padding: 0 0 28px;
  }
  .s--steps .step3_content .howto_set .howto .howto_txt .txt_s {
    font-size: 11px;
    padding: 4px 0 0;
  }
  .s--steps .step3_content .howto_set .howto .pamphlet .each + .each {
    margin: 0 0 0 20px;
  }
  .s--steps .step3_content .howto_set .howto .pamphlet .each .img {
    margin: 0 0 11px;
  }
  .s--steps .step3_content .howto_set .howto .pamphlet .each a {
    padding-left: 22px;
  }
  .s--steps .step3_content .howto_set .howto .pamphlet .each a::before {
    top: -1px;
    width: 15px;
    height: 15px;
  }
  .s--steps .step3_content .howto_set .howto .btn {
    width: 100%;
    max-width: 280px;
  }
  .s--steps .step3_content .howto_set .howto .btn a {
    font-size: 14px;
    padding: 15px 0 15px 8.955223880597014%;
  }
  .s--steps .step3_content .howto_set .howto .btn a::before {
    right: 7.462686567164178%;
    width: 70px;
  }
}

/*------------------------------------------------------------------------------
  .s--steps .step4_content
------------------------------------------------------------------------------*/
.s--steps .step4_content {
}
.s--steps .step4_content .list {
}
.s--steps .step4_content .list .each {
}
.s--steps .step4_content .list .each + .each {
  padding-top: 30px;
}
.s--steps .step4_content .list .each .txt {
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em 0;
  text-indent: -18px;
  padding: 0 0 0 18px;
}
.s--steps .step4_content .list .each .txt::before {
  content: "●";
  display: inline-block;
  font-size: 80%;
  position: relative;
  top: -1px;
  width: 18px;
  text-indent: 0;
  color: #21bb71;
}
.s--steps .step4_content .graph_img {
  width: 426px;
  margin: 50px auto 0;
}
.s--steps .step4_content .graph_img img {
  width: 100%;
  height: auto;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--steps .step4_content .list .each + .each {
    padding-top: 20px;
  }
  .s--steps .step4_content .list .each .txt {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em 0;
    text-indent: -16px;
    padding: 0 0 0 16px;
  }
  .s--steps .step4_content .list .each .txt::before {
    width: 16px;
  }
  .s--steps .step4_content .graph_img {
    width: 100%;
    max-width: 350px;
    margin: 30px auto 0;
  }
}
