.main__txt--btn {
  z-index: 10;
  position: absolute;
  right: -5px;
  top: 0;
}
.main__txt--btn a {
  transition: opacity 0.3s ease;
  text-decoration: none;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #808080;
  padding: 20px 10px 20px 5px;
  font-size: 16px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  transform: translateY(-50%);
  z-index: 2;
  letter-spacing: 0.1em;
  color: #fff;
}
.main__txt--btn a:hover {
  opacity: 0.7;
}
.main__txt--btn.fix {
  top: 10px;
  position: fixed;
}
.main__txt--btn.fix a {
  transform: translateY(0%);
}

@media only screen and (max-width: 768px) {
  .main__txt--btn {
    top: 10px;
    right: 20px;
    text-align: right;
  }
  .main__txt--btn a {
    display: inline-block;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    padding: 5px 10px 10px 10px;
    font-size: 14px;
    transform: translateY(0%);
  }
  .main__txt--btn a::after {
    position: absolute;
    top: 65%;
    margin-left: 3px;
    right: 45%;
    width: 8px;
    height: 8px;
    content: "";
    display: block;
    transform: rotate(135deg);
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
}
.imageTxt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.imageTxt .img {
  width: 450px;
  max-width: 50%;
}
.imageTxt .img img {
  max-width: 100%;
}
.imageTxt .spec {
  flex: 1 1 0;
  max-width: calc(500 / 1000 * 100%);
  width: calc(500 / 1000 * 100%);
}
.imageTxt .spec__txt {
  font-size: 18px;
}
.imageTxt .spec__btn {
  margin-top: 20px;
  text-align: center;
}
.imageTxt .spec__btn a {
  background: #fff;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 60px;
  padding: 12px 30px;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  position: relative;
}
.imageTxt .spec__btn a::after {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  transform: rotate(45deg);
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
.imageTxt .spec .iconArea {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.imageTxt .spec .iconArea div {
  width: 30%;
}
.imageTxt .spec .iconArea div img {
  max-width: 100%;
}
.imageTxt .spec .iconArea div .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: calc(30 / 18);
}
.imageTxt .spec .iconArea div .sub {
  font-size: 13px;
}

@media only screen and (max-width: 1060px) {
  .imageTxt .img {
    width: 300px;
    max-width: 40%;
    margin-left: 20px;
  }
  .imageTxt .spec {
    flex: 1 1 0;
    max-width: calc((500 + 40) / 1000 * 100%);
    width: calc((500 + 40) / 1000 * 100%);
  }
  .imageTxt .spec__txt {
    margin: 0;
  }
  .imageTxt .spec .iconArea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .imageTxt .spec .iconArea div {
    width: 30%;
  }
  .imageTxt .spec .iconArea div img {
    max-width: 100%;
  }
  .imageTxt .spec .iconArea div .title {
    text-align: center;
    font-size: 13px !important;
  }
  .imageTxt .spec .iconArea div .sub {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 768px) {
  .imageTxt {
    display: block;
  }
  .imageTxt .img {
    width: 100%;
    max-width: 100%;
  }
  .imageTxt .spec__txt {
    font-size: 16px !important;
    line-height: 2;
    margin: 30px auto;
    width: calc(274 / (375 - 40) * 100%);
  }
  .imageTxt .spec__btn {
    text-align: center;
  }
  .imageTxt .spec__btn a {
    font-size: 12px !important;
  }
  .imageTxt .spec .iconArea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .imageTxt .spec .iconArea div {
    width: 30%;
  }
  .imageTxt .spec .iconArea div img {
    max-width: 100%;
  }
  .imageTxt .spec .iconArea div .title {
    text-align: center;
    font-size: 16px;
  }
  .imageTxt .spec .iconArea div .sub {
    font-size: 13px;
  }
}
.stage1__area {
  max-width: 1000px;
  margin: 0 auto;
}
.stage1__area .sectionTitle {
  text-align: center;
  margin: 90px auto 60px auto;
}
.stage1__area .sectionTitle img {
  max-width: 252px;
}

@media only screen and (max-width: 1060px) {
  .stage1__area {
    padding: 0 40px;
  }

  .stage1__area--box.col2 .col2__box {
    max-width: calc(50% - 60px);
    margin-left: 60px;
  }
  .stage1__area--box.col2 .col2__box--img {
    position: relative;
  }
  .stage1__area--box.col2 .col2__box--img .subTxt img {
    max-width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .stage1__area .sectionTitle {
    text-align: center;
    margin: 60px auto;
  }
  .stage1__area .sectionTitle img {
    max-width: 132px;
  }

  .stage1__area--box.col2 {
    margin-left: 0px;
    display: block;
  }
  .stage1__area--box.col2 .col2__box {
    margin-left: 0px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
  }
  .stage1__area--box.col2 .col2__box--img {
    position: relative;
  }
  .stage1__area--box.col2 .col2__box--img .subTxt {
    position: absolute;
    bottom: -45px;
    right: -10px;
  }
  .stage1__area--box.col2 .col2__box--img .subTxt img {
    max-width: 30vw;
    width: 123px;
  }
  .stage1__area--box.col2 .col2__box--wrap {
    box-sizing: border-box;
    padding: 20px 20px 40px 20px;
    position: relative;
  }
  .stage1__area--box.col2 .col2__box--wrap p {
    line-height: 1.9;
  }
  .stage1__area--box.col2 .col2__box--wrap p.title {
    margin-top: 0px;
    line-height: 1.7;
  }
  .stage1__area--box.col2 .col2__box--wrap p.title span {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 8px;
    border-radius: 36px;
    line-height: 36px;
  }
  .stage1__area--box.col2 .col2__box--wrap .toggleBox {
    display: none;
  }
  .stage1__area--box.col2 .col2__box--wrap::after {
    position: absolute;
    bottom: 20px;
    margin-left: 5px;
    right: 50%;
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    transform: rotate(135deg);
    border-right: 1px solid #000;
    border-top: 1px solid #000;
  }
  .stage1__area--box.col2 .col2__box--wrap.on::after {
    transform: rotate(-45deg);
  }
}
.stage2__area {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
}
.stage2__area .sectionTitle {
  text-align: center;
  margin: 90px auto 0px auto;
}
.stage2__area .sectionTitle img {
  max-width: 381px;
}
.stage2__area .btnArea {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  max-width: 100%;
  width: 550px;
  margin: 0 auto;
}
.stage2__area .btnArea p {
  width: 180px;
}
.stage2__area .btnArea p a {
  transition: all 0.3s ease;
}
.stage2__area .btnArea p a:hover {
  opacity: 0.7;
}
.stage2__area .btnArea p img {
  margin-top: 0px;
  max-width: 100%;
}

.stage2__area--wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.stage2__col2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 60px;
}
.stage2__col2 .hukidash {
  min-width: 470px;
  width: 470px;
}
.stage2__col2 .txt {
  padding-top: 5px;
  width: 470px;
}
.stage2__col2 .midTxt {
  font-size: 18px;
}

@media only screen and (max-width: 1060px) {
  .stage2__area--wrap {
    padding: 0 40px;
  }

  .stage2__col2 .hukidash {
    min-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .stage2__col2 .txt {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .stage2__area {
    padding: 0 20px;
  }
  .stage2__area .sectionTitle {
    text-align: center;
    margin: 0 auto;
    width: calc(190 / 375 * 100%);
  }
  .stage2__area .sectionTitle img {
    max-width: none;
  }
  .stage2__area .btnArea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    width: calc(280 / (375 - 40) * 100%);
  }
  .stage2__area .btnArea p {
    width: calc(70 / 190 * 100%);
  }
  .stage2__area .btnArea p img {
    margin-top: 0px;
    max-width: 100%;
  }

  .stage2__area--wrap {
    padding: 0;
  }

  .stage2__col2 {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stage2__col2 .hukidash {
    margin: 30px 0;
    width: 100%;
  }
  .stage2__col2 .txt {
    width: 100%;
  }
}
.stage3 {
  margin-top: 240px;
}

.stage3__area {
  background: #FAFAFA;
  padding: 60px 0;
}

.stage3__area--wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.stage3__area--wrap .sectionTitle {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-55%);
}
.stage3__area--wrap .sectionTitle img {
  flex-shrink: 0;
  max-width: 40px;
  width: 100%;
}
.stage3__area--wrap .sectionTitle img:first-of-type {
  margin-right: 20px;
}
.stage3__area--wrap .imageTxt .img {
  margin-top: auto;
  width: calc(450 / 1000 * 100%);
}
.stage3__area--wrap .spec .iconArea {
  margin-top: 20px;
  padding-left: 10px;
}
.stage3__area--wrap .spec .iconArea .iconArea__item {
  width: calc(140 / 500 * 100%);
}
.stage3__area--wrap .spec .iconArea .img {
  margin: 0 auto 10px;
  max-width: 100%;
  padding-top: 80%;
  width: 100%;
}
.stage3__area--wrap .spec .iconArea .img--i1 {
  background: url(../imgs/illustration1_1.svg) center bottom/contain no-repeat;
}
.stage3__area--wrap .spec .iconArea .img--i2 {
  background: url(../imgs/illustration1_2.svg) center bottom/contain no-repeat;
}
.stage3__area--wrap .spec .iconArea .img--i3 {
  background: url(../imgs/illustration1_3.svg) center bottom/contain no-repeat;
}
.stage3__area--wrap .sub span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -16%;
}

@media only screen and (max-width: 1060px) {
  .stage3__area {
    background: #FAFAFA;
    padding: 60px 40px;
  }

  .stage3__area--wrap .sectionTitle {
    transform: translateY(-50%);
  }
  .stage3__area--wrap .sectionTitle img {
    max-width: 40px;
    width: 100%;
  }

  .stage3__area--wrap .imageTxt .img {
    margin-left: 0;
    width: calc((450 + 40) / 1000 * 100%);
  }
  .stage3__area--wrap .spec {
    max-width: calc((500 + 40) / 1000 * 100%);
    width: calc((500 + 40) / 1000 * 100%);
  }
  .stage3__area--wrap .sub span {
    margin-left: -6%;
  }
}
@media only screen and (max-width: 768px) {
  .stage3 {
    margin-top: 100px;
  }

  .stage3__area {
    padding: 0 20px;
  }

  .stage3__area--wrap {
    padding: 0px 0px 60px 0px;
  }
  .stage3__area--wrap .sectionTitle {
    position: absolute;
    left: calc(40 / 375 * 100%);
    top: 0;
    transform: translateY(-12%);
    width: calc(100% - 55px);
  }
  .stage3__area--wrap .sectionTitle img {
    width: calc(20 / (375 - 90) * 100%);
    max-width: 43px;
  }
  .stage3__area--wrap .sectionTitle img:first-of-type {
    margin-right: calc(10 / (375 - 70) * 100%);
  }
  .stage3__area--wrap .imageTxt .img {
    margin-left: calc(90 / 375 * 100%);
    padding-top: 30px;
    width: calc(180 / (375 - 90) * 100%);
  }
  .stage3__area--wrap .spec {
    max-width: 100%;
    width: 100%;
  }
}
.stage4 {
  margin-top: 190px;
}

.stage4__area {
  background: #FAFAFA;
  padding: 60px 0;
}

.stage4__area--wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.stage4__area--wrap .sectionTitle {
  padding: 20px 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-55%);
}
.stage4__area--wrap .sectionTitle img {
  max-width: 105px;
  width: 100%;
}
.stage4__area--wrap .imageTxt .img {
  margin-top: 160px;
  padding-left: calc(80 / 1000 * 100%);
  width: calc(450 / 1000 * 100%);
}
.stage4__area--wrap .spec .iconArea .img {
  margin: 0 auto 10px;
  max-width: 120px;
  padding-top: 75%;
  width: 100%;
}
.stage4__area--wrap .spec .iconArea .img--i1 {
  background: url(../imgs/illustration2_1.svg) center bottom/contain no-repeat;
}
.stage4__area--wrap .spec .iconArea .img--i2 {
  background: url(../imgs/illustration2_2.svg) center bottom/contain no-repeat;
}
.stage4__area--wrap .spec .iconArea .img--i3 {
  background: url(../imgs/illustration2_3.svg) center bottom/contain no-repeat;
}

@media only screen and (max-width: 1060px) {
  .stage4__area {
    background: #FAFAFA;
    padding: 60px 40px;
  }

  .stage4__area--wrap .sectionTitle {
    transform: translateY(-55%);
  }
  .stage4__area--wrap .sectionTitle img {
    max-width: 85px;
    width: 100%;
  }

  .stage4__area--wrap .imageTxt .img {
    padding-left: calc((80 - 20) / 1000 * 100%);
    width: calc(450 / 1000 * 100%);
  }
}
@media only screen and (max-width: 768px) {
  .stage4 {
    margin-top: 80px;
  }

  .stage4__area {
    padding: 0 20px;
  }

  .stage4__area--wrap {
    padding: 0px 0px 60px 0px;
  }
  .stage4__area--wrap .sectionTitle {
    position: absolute;
    left: calc(40 / 375 * 100%);
    top: 0;
    transform: translateY(-20%);
    width: calc(100% - 55px);
  }
  .stage4__area--wrap .sectionTitle img {
    width: calc(20 / (375 - 90) * 100%);
  }
  .stage4__area--wrap .imageTxt .img {
    margin-top: 0;
    padding-left: calc(60 / (375 - 90) * 100%);
    padding-top: 60px;
    width: calc(180 / (375 - 160) * 100%);
  }
  .stage4__area--wrap .imageTxt .spec {
    max-width: 100%;
    width: 100%;
  }
  .stage4__area--wrap .imageTxt .spec .iconArea .img {
    max-width: none;
  }
  .stage4__area--wrap .imageTxt .spec__txt {
    margin-bottom: 0;
  }
  .stage4__area--wrap .imageTxt .spec__btn {
    margin: 10px 0 30px;
  }
  .stage4__area--wrap .imageTxt .spec__btn a {
    padding: 12px 20px;
  }
  .stage4__area--wrap .imageTxt .spec__btn a::after {
    right: 18px;
  }
}
.stage5__area {
  background: #FAFAFA;
  margin-top: 100px;
  padding: 60px 0;
}

.stage5__col2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 60px;
}
.stage5__col2 .hukidash {
  max-width: 380px;
  width: 300px;
}
.stage5__col2 .hukidash img {
  max-width: 100%;
}

.stage5__imgREcol--top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
}
.stage5__imgREcol--top a {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 60px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
  padding: 12px 36px 12px 20px;
  text-decoration: none;
}
.stage5__imgREcol--top a::after {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  transform: rotate(45deg);
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}

.stage5__imgREcol--box {
  width: 470px;
}
.stage5__imgREcol--box .title {
  font-weight: bold;
  margin: 3% 0 2%;
}
.stage5__imgREcol--box .txt {
  font-size: 14px;
}

@media only screen and (max-width: 1060px) {
  .stage5__area--wrap {
    padding: 0 40px;
  }

  .stage5__col2 {
    margin-bottom: 60px;
  }
  .stage5__col2 .hukidash {
    max-width: 280px;
  }
  .stage5__col2 .hukidash img {
    max-width: 100%;
  }
  .stage5__col2 .txt {
    margin-left: 20px;
    flex: 1 1 0;
  }

  .stage5__imgREcol--box {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .stage5__area {
    padding: 20px 0 40px;
  }

  .stage5__area--wrap {
    padding: 0px;
  }
  .stage5__area--wrap .midTxt {
    margin: 30px 40px;
  }

  .stage5__col2 {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    display: block;
    margin-bottom: 60px;
  }
  .stage5__col2 .hukidash {
    max-width: 240px;
    margin-bottom: 30px;
  }

  .stage5__hukiTitle {
    margin: 0 auto;
    max-width: 240px;
  }

  .stage5__imgREcol {
    display: flex;
    flex-direction: column-reverse;
  }

  .stage5__imgREcol--top {
    padding: 0 40px;
    display: block;
  }
  .stage5__imgREcol--top .btn {
    text-align: center;
  }

  .stage5__imgREcol--img {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
  }
  .stage5__imgREcol--img img {
    max-width: 110vw;
    width: auto;
    margin-left: 10px;
  }

  .stage5__imgREcol--box {
    width: 100%;
  }
  .stage5__imgREcol--box .title {
    font-size: 16px !important;
  }
  .stage5__imgREcol--box .txt {
    font-size: 16px !important;
  }
}
.main__campaign {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  padding: 20px 15px;
}

.main__campaign_left {
  padding: 10px;
  width: 50%;
}

.main__campaign_right {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .main__campaign {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }
}
.stage-campaign__area {
  margin-top: 90px;
  padding-bottom: 60px;
}

.stage-campaign__area--wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.stage-campaign__img {
  margin-left: auto;
  width: calc(50% - 50px);
}

.stage-campaign__detail {
  width: 50%;
}

.stage-campaign__detail_title {
  margin-bottom: 25px;
  width: 90%;
}

.stage-campaign__detail_text {
  font-size: 25px;
  font-weight: 600;
  line-height: calc(45 / 25);
  margin-bottom: 20px;
}
.stage-campaign__detail_text--em {
  color: #7A171C;
}

.stage-campaign__notice_item {
  color: #707070;
  font-size: 14px;
  font-weight: 300;
  line-height: calc(24 / 14) !important;
}
.stage-campaign__notice_item .em {
  border-bottom: 1px solid #B3B3B3;
}

@media only screen and (max-width: 1060px) {
  .stage-campaign__area--wrap {
    padding: 0 40px;
  }

  .stage-campaign__detail_text {
    font-size: 18px !important;
    line-height: calc(28 / 18);
  }
}
@media only screen and (max-width: 768px) {
  .stage-campaign__area {
    margin-top: 40px;
    padding: 45px 0;
  }

  .stage-campaign__area--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stage-campaign__img {
    margin: 20px auto;
    padding: 0;
    width: 100%;
  }

  .stage-campaign__detail {
    padding: 0;
    width: 100%;
  }

  .stage-campaign__detail_title {
    margin-bottom: 20px;
    width: calc(300 / 340 * 100%);
  }

  .stage-campaign__detail_text {
    margin-bottom: 15px;
  }
}
