@charset "utf-8";

/*--------------------------
main
---------------------------*/

.content_wrap h2 {
  margin-bottom: 5rem;
}

.content_wrap .inner_m {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
}

.content_wrap .inner_s {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
}

.content_wrap .column .text_wrap,
.content_wrap .column .img_wrap {
  width: 50%;
}

@media print,
screen and (min-width: 768px) {
  .reverse {
    flex-direction: row-reverse;
  }

  .reverse .text_wrap {
    padding-left: 4rem;
  }
}

@media print,
screen and (max-width: 767px) {
  .content_wrap h2 {
    margin-bottom: 3rem;
  }

  .content_wrap div.column {
    display: block;
  }

  .content_wrap div.column .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content_wrap .column .text_wrap,
  .content_wrap .column .img_wrap {
    width: 100%;
  }
}

/*carry*/
.carry .text_wrap p {
  margin-bottom: 4rem;
}

.carry .img_wrap img {
  max-width: 50rem;
  margin: 0 auto;
}

.carry .img_wrap .column {
  margin-top: 2rem;
}

.carry .img_wrap .column figure {
  padding-right: 1rem;
}

.carry .img_wrap .column figure:nth-of-type(2) {
  padding-left: 1rem;
  padding-right: 0rem;
}

/*spd*/
.spd .text_wrap {
  padding-right: 4rem;
  box-sizing: border-box;
}

.spd .text_wrap p {
  margin-bottom: 2rem;
}

.spd .text_wrap .column figure {
  padding-right: 1rem;
}

.spd .text_wrap .column figure:nth-of-type(2) {
  padding-left: 1rem;
  padding-right: 0rem;
}

.spd .column:nth-of-type(2) {
  margin-top: 3rem;
}

.spd .column:nth-of-type(1) .img_wrap img {
  max-width: 50rem;
  margin: 0 auto;
}

.spd .column:nth-of-type(2) .img_wrap img {
  max-width: 44.3rem;
  margin: 0 auto;
  margin-top: 2rem;
}

.spd ul.column {
  margin-top: 2rem;
}

.spd ul.column li {
  position: relative;
  padding: 0 1rem;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
}

.spd ul.column li::after {
  content: "";
  position: absolute;
  top: 4.5rem;
  left: 16.7rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 1;
  background-image: url(../img/green_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.spd ul.column li:last-child::after {
  background: none;
}

.spd ul.column li img {
  max-width: 23rem;
}

@media print,
screen and (max-width: 767px) {
  .spd .text_wrap {
    padding: 0;
  }

  .spd .text_wrap .column {
    max-width: 50rem;
    margin: 0 auto 2rem;
  }

  .spd .inner_m {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .spd .inner_m li {
    width: auto;
    margin-bottom: 2.5rem;
  }

  .spd.column {
    display: block;
  }

  .spd ul.column li::after {
    top: 6.5rem;
    left: 23.7rem;
  }

}

@media print,
screen and (max-width: 526px) {

  .spd .inner_m li {
    margin-bottom: 4rem;
  }

  .spd ul.column li::after {
    background-image: url(../img/green_arrow_bottom.png);
    top: auto;
    bottom: -3rem;
    left: 0;
    right: 0;
    margin: auto;
  }

}

/*relief*/
.relief .column {
  margin-top: 4rem;
}

.relief .column:nth-of-type(2) .text_wrap {
  width: 26rem;
  padding-right: 4rem;
  box-sizing: border-box;
}

.relief .column:nth-of-type(2) .img_wrap {
  width: calc(100% - 26rem);
}

.relief .column .text_wrap li {
  color: #6fb82c;
}

.relief .text_wrap p {
  margin-bottom: 4rem;
}

.relief .img_wrap {
  max-width: 50rem;
  margin: 0 auto;
}

.relief ul.column {
  flex-wrap: wrap;
  margin-top: 0;
}

.relief ul.column li {
  width: 50%;
  padding-right: 1rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: .8;
  box-sizing: border-box;
}

.relief ul.column li img {
  max-width: 23rem;
}

.relief ul.column li:nth-of-type(even) {
  padding-left: 1rem;
  padding-right: 0rem;
}

@media print,
screen and (max-width: 767px) {
  .relief .text_wrap {
    margin-bottom: 2rem;
  }

  .content_wrap div.column ul.column {
    justify-content: normal;
  }

  .relief .column:nth-of-type(2) .text_wrap {
    width: auto;
    padding: 0;
  }

  .relief .column:nth-of-type(2) .text_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 0 1rem;
  }

  .relief .column:nth-of-type(2) .text_wrap ul li {
    position: relative;
    width: 50%;
    padding: 0 2rem;
    box-sizing: border-box;
    font-size: 1.5rem;
  }

  .relief .column:nth-of-type(2) .text_wrap ul li::before {
    content: "●";
    position: absolute;
    left: 0;
    width: auto;
    height: auto;
  }
}

@media print,
screen and (max-width: 660px) {
  .content_wrap div.column ul.column {
    display: block;
  }

  .relief ul.column li,
  .relief ul.column li:nth-of-type(even) {
    width: 100%;
    padding: 0;
  }
}

@media print,
screen and (max-width: 600px) {
  .relief .column:nth-of-type(2) .text_wrap ul {
    display: block;
  }

  .relief .column:nth-of-type(2) .text_wrap ul li {
    width: 100%;
    line-height: 1.8;
  }
}

@media print,
screen and (max-width: 480px) {
  .content_wrap div.column:nth-of-type(2) {
    display: block;
  }

  .relief .column:nth-of-type(2) .img_wrap {
    width: 23rem;
  }

}