@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@900&display=swap");
ol li, ul li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
}

p .bg-blue {
  background: #ACE1F7;
}

.anchor-offset {
  padding-top: 40px;
  margin-top: -40px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.article {
  overflow-x: hidden;
}

.article .container {
  max-width: none;
}

.single-block-contents {
  margin: 48px auto 0;
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.m-articleContents__box__inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
  }
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.m-articleContents__box__inner ul li {
  list-style: none;
}

.m-articleContents__box__inner ul,
.m-articleContents__box__inner ol {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.m-articleContents__box p a:not([class*=btn]):not([href$=".jpg"]) {
  font-weight: 700;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.archive-block .container {
  max-width: 900px;
}

.single-block-contents ul li .limit {
  color: #fff;
  background: #FF5555;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  padding: 1px 10px 2px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .single-block-contents ul li .limit {
    font-size: 14px;
    padding: 0px 6px 1px;
    margin-left: 16px;
  }
}
.single-block-contents ul li .limit.web {
  background: #F0883E;
}

ol li {
  list-style: none !important;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

.head-txt__body {
  font-size: 16px;
  line-height: 1.8 !important;
}
@media screen and (max-width: 640px) {
  .head-txt__body {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}
.head-txt__note {
  font-size: 16px;
  line-height: 1.8 !important;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .head-txt__note {
    font-size: 14px;
    margin-top: 10px;
  }
}

.yellow-highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgb(255, 255, 0)));
  background: linear-gradient(transparent 60%, rgb(255, 255, 0) 60%);
}

.introduction {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .introduction {
    margin-top: 48px;
  }
}
.introduction__img {
  max-width: 555px;
  margin: 50px auto 0;
  -webkit-transform: translateX(56px);
          transform: translateX(56px);
}
@media screen and (max-width: 640px) {
  .introduction__img {
    max-width: none;
    width: 87%;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    margin: 28px auto 0;
  }
}
.introduction__wrap {
  background: rgba(93, 186, 119, 0.1019607843);
  padding: 40px 48px 32px;
  margin-top: -150px;
}
@media screen and (max-width: 640px) {
  .introduction__wrap {
    padding: 24px 20px 16px;
    margin-top: -46px;
  }
}
.introduction__wrap__tit {
  font-size: 24px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .introduction__wrap__tit {
    font-size: 15px !important;
  }
}
.introduction__wrap__txt {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .introduction__wrap__txt {
    font-size: 13px !important;
    margin-top: 4px;
  }
}
.introduction__txt {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .introduction__txt {
    margin-top: 24px;
  }
}
.introduction .column {
  background: #FAF7EE;
  border-radius: 30px;
  padding: 50px 40px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .introduction .column {
    border-radius: 16px;
    padding: 24px 20px;
    margin-top: 46px;
  }
}
.introduction .column__tit {
  color: #5DBA77;
  font-size: 28px !important;
  font-weight: 900;
  line-height: 1.6 !important;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: #5DBA77;
  text-decoration-thickness: 10%;
  text-underline-offset: 7%;
  text-underline-position: from-font;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  .introduction .column__tit {
    font-size: 22px !important;
  }
}
.introduction .column__head {
  color: #5DBA77;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1.6 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .introduction .column__head {
    font-size: 15px !important;
    gap: 0;
  }
}
.introduction .column__head span {
  font-size: 30px !important;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (max-width: 640px) {
  .introduction .column__head span {
    font-size: 20px !important;
  }
}
.introduction .column__itemTit {
  color: #5DBA77;
  background: #fff;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.6 !important;
  display: inline-block;
  padding: 4px 12px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .introduction .column__itemTit {
    font-size: 14px !important;
    padding: 3px 8px;
  }
}
.introduction .column__itemTit + p {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .introduction .column__itemTit + p {
    line-height: 1.6 !important;
    margin-top: 6px;
  }
}
.introduction .column__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .introduction .column__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 6px;
  }
}
.introduction .column__wrap__txt {
  width: 47%;
}
@media screen and (max-width: 640px) {
  .introduction .column__wrap__txt {
    font-size: 13px !important;
    line-height: 1.6 !important;
    width: 100%;
  }
}
.introduction .column__wrap__img {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .introduction .column__wrap__img {
    width: 100%;
  }
}

.wall-color {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .wall-color {
    margin-top: 48px;
  }
}
.wall-color__top-txt {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .wall-color__top-txt {
    margin-top: 20px;
  }
}
.wall-color__waveTit {
  font-size: 25px !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .wall-color__waveTit {
    font-size: 13px !important;
  }
}
.wall-color__waveTit--green {
  color: #00A745;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .wall-color__waveTit--green {
    margin-top: 24px;
  }
}
.wall-color__waveTit--orange {
  color: #E4692B;
  margin-top: 136px;
}
@media screen and (max-width: 640px) {
  .wall-color__waveTit--orange {
    margin-top: 40px;
  }
}
.wall-color__waveTit span {
  position: relative;
  display: inline-block;
}
.wall-color__waveTit span::before {
  content: "";
  background: url(../uploads/first-diy_wall-color-ico-wave.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
@media screen and (max-width: 640px) {
  .wall-color__waveTit span::before {
    bottom: -3px;
    height: 3px;
  }
}
.wall-color__img {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .wall-color__img {
    margin-top: 10px;
  }
}
.wall-color .mainMaterials {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .wall-color .mainMaterials {
    margin-top: 20px;
  }
}
.wall-color .mainMaterials__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 640px) {
  .wall-color .mainMaterials__tit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
  }
}
.wall-color .mainMaterials__tit .head {
  color: #fff;
  background: #000;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1 !important;
  padding: 4px 20px;
}
@media screen and (max-width: 640px) {
  .wall-color .mainMaterials__tit .head {
    font-size: 13px !important;
    padding: 1px 10px 2px;
  }
}
.wall-color .mainMaterials__tit .note {
  font-size: 15px !important;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 640px) {
  .wall-color .mainMaterials__tit .note {
    font-size: 12px !important;
    margin: 0;
  }
}
.wall-color .mainMaterials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .wall-color .mainMaterials__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
  }
}
.wall-color .mainMaterials__img {
  max-width: 160px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .wall-color .mainMaterials__img {
    max-width: 106px;
  }
}
.wall-color .mainMaterials__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wall-color .mainMaterials__body__tit {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .wall-color .mainMaterials__body__tit {
    font-size: 13px !important;
  }
}
.wall-color .mainMaterials__body__txt {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .wall-color .mainMaterials__body__txt {
    font-size: 13px !important;
    margin-top: 6px;
  }
}
.wall-color__challenge {
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .wall-color__challenge {
    border-radius: 0;
    z-index: 0;
  }
}
.wall-color__challenge--green {
  background: #EFF8F1;
  padding: 60px 84px 40px;
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .wall-color__challenge--green {
    padding: 36px 0 20px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .wall-color__challenge--green::after {
    content: "";
    background: #EFF8F1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 120%;
    height: 100%;
    z-index: -1;
  }
}
.wall-color__challenge--orange {
  background: #FDF0EA;
  padding: 84px 60px 44px;
  margin-top: 72px;
}
@media screen and (max-width: 640px) {
  .wall-color__challenge--orange {
    padding: 24px 0 20px;
    margin-top: 36px;
  }
}
@media screen and (max-width: 640px) {
  .wall-color__challenge--orange::after {
    content: "";
    background: #FDF0EA;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 120%;
    height: 100%;
    z-index: -1;
  }
}
.wall-color__challenge__tit {
  color: #fff;
  font-size: 34px !important;
  font-weight: 900;
  line-height: 1 !important;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1px 20px 3px;
}
@media screen and (max-width: 640px) {
  .wall-color__challenge__tit {
    font-size: 20px !important;
    top: -12px;
    max-width: 174px;
    width: 100%;
    padding: 1px 10px 3px;
  }
}
.wall-color__challenge__tit--green {
  background: #00A745;
}
.wall-color__challenge__tit--orange {
  background: #E4692B;
}
.wall-color__challenge__txt {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .wall-color__challenge__txt {
    margin-top: 10px;
  }
}
.wall-color__challenge__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 36px;
}
@media screen and (max-width: 640px) {
  .wall-color__challenge__wrap {
    gap: 32px;
  }
}
.wall-color__challenge__item {
  position: relative;
}
.wall-color__challenge__item:nth-child(1) .wall-color__challenge__itemImg {
  position: relative;
}
.wall-color__challenge__item:nth-child(1) .wall-color__challenge__itemImg::before {
  content: "";
  background: url(../uploads/first-diy_wall-color-ico-right-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -58px;
  width: 44px;
  height: 32px;
}
@media screen and (max-width: 640px) {
  .wall-color__challenge__item:nth-child(1) .wall-color__challenge__itemImg::before {
    right: -22%;
    width: 13.5%;
    height: 16%;
  }
}
.wall-color__challenge__itemTxt {
  padding-left: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .wall-color__challenge__itemTxt {
    padding-left: 10px;
    margin-top: 8px;
  }
}
.wall-color__challenge__three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .wall-color__challenge__three {
    gap: 16px;
    margin-top: 16px;
  }
}
.wall-color__challenge__threeImg {
  max-width: 48px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .wall-color__challenge__threeImg {
    max-width: 24px;
  }
}
.wall-color__point {
  position: relative;
  background: #FAF7EE;
  border-radius: 20px;
  max-width: 534px;
  padding: 40px;
  margin: 92px auto 0;
}
@media screen and (max-width: 640px) {
  .wall-color__point {
    border-radius: 10px;
    max-width: none;
    padding: 76px 20px 20px;
    margin: 74px auto 0;
  }
}
.wall-color__point::before {
  content: "";
  background: url(../uploads/first-diy_wall-color-ico-point.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -12px;
  left: -20px;
  width: 150px;
  height: 42px;
}
@media screen and (max-width: 640px) {
  .wall-color__point::before {
    top: 20px;
    left: -15px;
    width: 100px;
    height: 28px;
  }
}
.wall-color__point__tit {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.6 !important;
}
@media screen and (max-width: 640px) {
  .wall-color__point__tit {
    font-size: 16px !important;
  }
}
.wall-color__point__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .wall-color__point__wrap {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 6px;
  }
}
.wall-color__point__txt {
  line-height: 1.6 !important;
  width: 65%;
}
@media screen and (max-width: 640px) {
  .wall-color__point__txt {
    width: 100%;
  }
}
.wall-color__point__img {
  width: 31.5%;
}
@media screen and (max-width: 640px) {
  .wall-color__point__img {
    position: absolute;
    top: -130px;
    right: 0;
    width: 125px;
    height: 125px;
  }
}
.wall-color__sample {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .wall-color__sample {
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .wall-color__sample__img {
    -webkit-transform: scale(1.03) translateX(-6px);
            transform: scale(1.03) translateX(-6px);
  }
}
.wall-color__sample__txt {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .wall-color__sample__txt {
    margin-top: 10px;
  }
}
.wall-color__rubberGloves {
  max-width: 360px;
  margin: 40px auto 0;
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
}
@media screen and (max-width: 640px) {
  .wall-color__rubberGloves {
    max-width: 225px;
    margin: 20px auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.wall-color__check {
  position: relative;
  background: #F3F1E5;
  border-radius: 20px;
  padding: 50px 30px 40px;
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  .wall-color__check {
    border-radius: 10px;
    padding: 40px 15px 20px;
    margin-top: 30px;
  }
}
.wall-color__check::before {
  content: "";
  background: url(../uploads/first-diy_wall-color-ico-check.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -20px;
  width: 150px;
  height: 80px;
}
@media screen and (max-width: 640px) {
  .wall-color__check::before {
    top: -4px;
    left: -18px;
    width: 100px;
    height: 53px;
  }
}
.wall-color__check__tit {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.6 !important;
}
@media screen and (max-width: 640px) {
  .wall-color__check__tit {
    font-size: 16px !important;
  }
}
.wall-color__check__img {
  margin-top: 10px;
}
.wall-color__check__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .wall-color__check__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.wall-color__check__txt {
  line-height: 1.6 !important;
  width: 69%;
}
@media screen and (max-width: 640px) {
  .wall-color__check__txt {
    width: 100%;
  }
}
.wall-color__check__comment {
  width: 28.5%;
}
@media screen and (max-width: 640px) {
  .wall-color__check__comment {
    max-width: 178px;
    width: 100%;
  }
}

.movable-storage {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .movable-storage {
    margin-top: 48px;
  }
}
.movable-storage__top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .movable-storage__top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.movable-storage__top-wrap__txt {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .movable-storage__top-wrap__txt {
    width: 100%;
  }
}
.movable-storage__top-wrap__img {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .movable-storage__top-wrap__img {
    max-width: 225px;
    width: 100%;
    margin: 0 auto;
  }
}
.movable-storage__wagonImg {
  max-width: 692px;
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .movable-storage__wagonImg {
    margin: 20px auto 0;
  }
}
.movable-storage__materialCosts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .movable-storage__materialCosts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.movable-storage__materialCosts__img {
  width: 47%;
}
@media screen and (max-width: 640px) {
  .movable-storage__materialCosts__img {
    width: 100%;
  }
}
.movable-storage__materialCosts__imgTit {
  color: #fff;
  background: #00A745;
  font-size: 24px !important;
  font-weight: 900;
  line-height: 1 !important;
  display: inline-block;
  padding: 2px 20px;
}
@media screen and (max-width: 640px) {
  .movable-storage__materialCosts__imgTit {
    font-size: 16px !important;
    padding: 2px 10px;
  }
}
.movable-storage__materialCosts__imgBody {
  margin-top: 14px;
}
@media screen and (max-width: 640px) {
  .movable-storage__materialCosts__imgBody {
    margin-top: 12px;
  }
}
.movable-storage__materialCosts__body {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .movable-storage__materialCosts__body {
    width: 100%;
  }
}
.movable-storage__materialCosts__bodyTit {
  color: #fff;
  background: #000;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1 !important;
  display: inline-block;
  padding: 2px 20px;
}
@media screen and (max-width: 640px) {
  .movable-storage__materialCosts__bodyTit {
    font-size: 13px !important;
    padding: 2px 10px;
  }
}
.movable-storage__materialCosts__bodyNote {
  font-size: 15px !important;
  line-height: 1.3 !important;
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .movable-storage__materialCosts__bodyNote {
    font-size: 12px !important;
    line-height: 1.8 !important;
    margin-top: 6px;
  }
}
.movable-storage__materialCosts__bodyList {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .movable-storage__materialCosts__bodyList {
    margin-top: 6px;
  }
}
.movable-storage__materialCosts__bodyList li {
  font-size: 15px;
  line-height: 1.3;
  text-indent: -0.65em;
  padding-left: 1.35em;
}
@media screen and (max-width: 640px) {
  .movable-storage__materialCosts__bodyList li {
    font-size: 13px;
    line-height: 1.8;
  }
}
.movable-storage__materialCosts__bodyList li span {
  color: #5DBA77;
  display: inline-block;
  margin-right: 4px;
}
@media screen and (max-width: 640px) {
  .movable-storage__materialCosts__bodyList li span {
    margin-right: 3px;
  }
}
.movable-storage__challenge {
  position: relative;
  background: #EFF8F1;
  border-radius: 20px;
  padding: 90px 71px 42px 68px;
  margin-top: 92px;
}
@media screen and (max-width: 640px) {
  .movable-storage__challenge {
    border-radius: 0;
    padding: 48px 0 20px 10px;
    margin-top: 30px;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .movable-storage__challenge::after {
    content: "";
    background: #EFF8F1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 120%;
    height: 100%;
    z-index: -1;
  }
}
.movable-storage__challenge__tit {
  color: #fff;
  background: #00A745;
  font-size: 34px !important;
  font-weight: 900;
  line-height: 1 !important;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  padding: 1px 20px 3px;
}
@media screen and (max-width: 640px) {
  .movable-storage__challenge__tit {
    font-size: 20px !important;
    top: -12px;
    max-width: 174px;
    width: 100%;
    padding: 1px 10px 3px;
  }
}
.movable-storage__challenge__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 52px 0;
}
@media screen and (max-width: 640px) {
  .movable-storage__challenge__list {
    gap: 24px 0;
  }
}
.movable-storage__challenge__listItem {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 640px) {
  .movable-storage__challenge__listItem {
    width: 46.5%;
  }
}
.movable-storage__challenge__listItem:nth-child(odd) .movable-storage__challenge__listImg {
  position: relative;
}
.movable-storage__challenge__listItem:nth-child(odd)::before {
  content: "";
  background: url(../uploads/first-diy_wall-color-ico-right-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 38%;
  right: -62px;
  width: 40px;
  height: 30px;
}
@media screen and (max-width: 640px) {
  .movable-storage__challenge__listItem:nth-child(odd)::before {
    top: 25%;
    right: -18%;
    width: 13.5%;
    height: 8%;
  }
}
.movable-storage__challenge__listImg {
  position: relative;
}
.movable-storage__challenge__listImg--01::before {
  content: "";
  background: url(../uploads/first-diy_movable-storage-img04-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -43px;
  width: 126px;
  height: 161px;
}
@media screen and (max-width: 640px) {
  .movable-storage__challenge__listImg--01::before {
    bottom: 0;
    left: -12%;
    width: 42%;
    height: 70%;
  }
}
.movable-storage__challenge__listImg--02::before {
  content: "";
  background: url(../uploads/first-diy_movable-storage-img05-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -36px;
  left: 65px;
  width: 190px;
  height: 184px;
}
@media screen and (max-width: 640px) {
  .movable-storage__challenge__listImg--02::before {
    top: -16%;
    left: 25%;
    width: 63%;
    height: 81%;
  }
}
.movable-storage__challenge__listImg--04::before {
  content: "";
  background: url(../uploads/first-diy_movable-storage-img07-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -5px;
  right: -44px;
  width: 105px;
  height: 105px;
}
@media screen and (max-width: 640px) {
  .movable-storage__challenge__listImg--04::before {
    top: 0;
    right: 0;
    width: 35%;
    height: 46%;
  }
}
.movable-storage__challenge__listImg--07::before {
  content: "";
  background: url(../uploads/first-diy_movable-storage-img10-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -25px;
  right: -10px;
  width: 281px;
  height: 238px;
}
@media screen and (max-width: 640px) {
  .movable-storage__challenge__listImg--07::before {
    top: -12%;
    right: -2%;
    width: 93%;
    height: 107%;
  }
}
.movable-storage__challenge__listTxt {
  padding-left: 20px;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .movable-storage__challenge__listTxt {
    font-size: 13px !important;
    padding-left: 10px;
    margin-top: 6px;
  }
}
.movable-storage__challenge__listTxt .num {
  color: #00A745;
  font-weight: 700;
}
.movable-storage__check {
  position: relative;
  background: #F3F1E5;
  border-radius: 20px;
  padding: 40px;
  margin-top: 110px;
}
@media screen and (max-width: 640px) {
  .movable-storage__check {
    border-radius: 10px;
    padding: 45px 15px 20px;
    margin-top: 50px;
  }
}
.movable-storage__check::before {
  content: "";
  background: url(../uploads/first-diy_wall-color-ico-check.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -20px;
  width: 150px;
  height: 80px;
}
@media screen and (max-width: 640px) {
  .movable-storage__check::before {
    top: -2px;
    left: -14px;
    width: 100px;
    height: 54px;
  }
}
.movable-storage__check__tit {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.6 !important;
}
@media screen and (max-width: 640px) {
  .movable-storage__check__tit {
    font-size: 16px !important;
  }
}
.movable-storage__check__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -20px;
}
@media screen and (max-width: 640px) {
  .movable-storage__check__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
  }
}
.movable-storage__check__txt {
  line-height: 1.6 !important;
  width: 42%;
}
@media screen and (max-width: 640px) {
  .movable-storage__check__txt {
    width: 100%;
  }
}
.movable-storage__check__img {
  width: 57%;
}
@media screen and (max-width: 640px) {
  .movable-storage__check__img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .movable-storage__check__bottomImg {
    width: 50%;
    margin: 10px auto 0;
  }
}
.movable-storage__addInfo {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .movable-storage__addInfo {
    margin-top: 40px;
  }
}
.movable-storage__addInfo__titWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.movable-storage__addInfo__titSub {
  color: #Fff;
  background: #F0883E;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
  border-radius: 4px;
  padding: 6px 4px 8px;
}
@media screen and (max-width: 640px) {
  .movable-storage__addInfo__titSub {
    font-size: 14px !important;
    border-radius: 4px;
    padding: 5px 16px 7px;
  }
}
.movable-storage__addInfo__tit {
  max-width: 298px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .movable-storage__addInfo__tit {
    max-width: 144px;
  }
}
.movable-storage__addInfo__img {
  max-width: 650px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .movable-storage__addInfo__img {
    margin: 10px auto 0;
  }
}
.movable-storage__addInfo__challenge {
  position: relative;
  background: #EFF8F1;
  border-radius: 20px;
  padding: 56px 84px 50px;
  margin-top: 88px;
}
@media screen and (max-width: 640px) {
  .movable-storage__addInfo__challenge {
    border-radius: 0;
    padding: 36px 0 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .movable-storage__addInfo__challenge::after {
    content: "";
    background: #EFF8F1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120%;
    height: 100%;
    z-index: -1;
  }
}
.movable-storage__addInfo__challengeTit {
  color: #fff;
  background: #00A745;
  font-size: 34px !important;
  font-weight: 900;
  line-height: 1 !important;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  padding: 1px 20px 3px;
}
@media screen and (max-width: 640px) {
  .movable-storage__addInfo__challengeTit {
    font-size: 20px !important;
    top: -12px;
    max-width: 174px;
    width: 100%;
    padding: 1px 10px 3px;
  }
}
.movable-storage__addInfo__challengeTxt {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .movable-storage__addInfo__challengeTxt {
    margin-top: 10px;
  }
}
.movable-storage__addInfo__challengeTxt + .movable-storage__addInfo__challengeImg {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .movable-storage__addInfo__challengeTxt + .movable-storage__addInfo__challengeImg {
    margin-top: 20px;
  }
}

.wall-rack {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .wall-rack {
    margin-top: 64px;
  }
}
.wall-rack__top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .wall-rack__top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 16px;
  }
}
.wall-rack__top-wrap__txt {
  width: 61%;
}
@media screen and (max-width: 640px) {
  .wall-rack__top-wrap__txt {
    width: 100%;
  }
}
.wall-rack__top-wrap__img {
  width: 35.5%;
}
@media screen and (max-width: 640px) {
  .wall-rack__top-wrap__img {
    max-width: 163px;
    width: 100%;
    margin: 0 auto;
  }
}
.wall-rack__wallRackImg {
  max-width: 750px;
  margin: 64px auto 0;
}
@media screen and (max-width: 640px) {
  .wall-rack__wallRackImg {
    margin: 20px auto 0;
  }
}
.wall-rack__materialCosts {
  max-width: 750px;
  margin: -174px auto 0;
}
@media screen and (max-width: 640px) {
  .wall-rack__materialCosts {
    margin: -85px auto 0;
  }
}
.wall-rack__materialCosts__tit {
  color: #fff;
  background: #D37BAF;
  font-size: 24px !important;
  font-weight: 900;
  line-height: 1 !important;
  max-width: 292px;
  padding: 1px 20px 3px;
}
@media screen and (max-width: 640px) {
  .wall-rack__materialCosts__tit {
    font-size: 16px !important;
    max-width: 187px;
    padding: 1px 10px 3px;
  }
}
.wall-rack__materialCosts__head {
  color: #fff;
  background: #000;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1 !important;
  max-width: 184px;
  padding: 1px 20px 3px;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .wall-rack__materialCosts__head {
    font-size: 13px !important;
    max-width: 124px;
    padding: 1px 10px 3px;
    margin-top: 10px;
  }
}
.wall-rack__materialCosts__list {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .wall-rack__materialCosts__list {
    margin-top: 10px;
  }
}
.wall-rack__materialCosts__list li {
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .wall-rack__materialCosts__list li {
    font-size: 13px;
    line-height: 1.8;
    text-indent: -0.65em;
    padding-left: 1.35em;
  }
}
.wall-rack__materialCosts__list li span {
  color: #D37BAF;
  display: inline-block;
  margin-right: 4px;
}
@media screen and (max-width: 640px) {
  .wall-rack__materialCosts__list li span {
    margin-right: 3px;
  }
}
@media screen and (max-width: 640px) {
  .wall-rack__materialCosts__list li:nth-last-child(-n+2) {
    text-indent: 0;
    padding-left: 0;
  }
}
.wall-rack__challenge {
  position: relative;
  background: #FBF2F7;
  border-radius: 20px;
  padding: 100px 68px 68px;
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .wall-rack__challenge {
    border-radius: 0;
    padding: 32px 4px 20px;
    margin-top: 88px;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .wall-rack__challenge::after {
    content: "";
    background: #FBF2F7;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 120%;
    height: 100%;
    z-index: -1;
  }
}
.wall-rack__challenge__tit {
  color: #fff;
  background: #D37BAF;
  font-size: 34px !important;
  font-weight: 900;
  line-height: 1 !important;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1px 20px 3px;
}
@media screen and (max-width: 640px) {
  .wall-rack__challenge__tit {
    font-size: 20px !important;
    top: -12px;
    max-width: 174px;
    width: 100%;
    padding: 1px 10px 3px;
  }
}
.wall-rack__challenge__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px 0;
}
@media screen and (max-width: 640px) {
  .wall-rack__challenge__list {
    gap: 16px 0;
  }
}
.wall-rack__challenge__listItem {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 640px) {
  .wall-rack__challenge__listItem {
    width: 46%;
  }
}
.wall-rack__challenge__listItem:nth-child(1) .wall-rack__challenge__listImg {
  position: relative;
}
.wall-rack__challenge__listItem:nth-child(1) .wall-rack__challenge__listImg::before {
  content: "";
  background: url(../uploads/first-diy_wall-color-ico-right-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -64px;
  width: 40px;
  height: 30px;
}
@media screen and (max-width: 640px) {
  .wall-rack__challenge__listItem:nth-child(1) .wall-rack__challenge__listImg::before {
    top: 50%;
    right: -20%;
    width: 13.5%;
    height: 16%;
  }
}
.wall-rack__challenge__listTxt {
  padding-left: 20px;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .wall-rack__challenge__listTxt {
    font-size: 13px !important;
    padding-left: 10px;
    margin-top: 8px;
  }
}
.wall-rack__sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 22px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .wall-rack__sample {
    gap: 10px;
    margin-top: 30px;
  }
}
.wall-rack__sample__img {
  width: 38%;
}
@media screen and (max-width: 640px) {
  .wall-rack__sample__img {
    max-width: 186px;
    width: 100%;
  }
}
.wall-rack__sample__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.diy-tools {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .diy-tools {
    margin-top: 64px;
  }
}
.diy-tools__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .diy-tools__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }
}
.diy-tools__wrap__body {
  width: 35%;
}
@media screen and (max-width: 640px) {
  .diy-tools__wrap__body {
    width: 100%;
  }
}
.diy-tools__wrap__tit {
  color: #006EB8;
  font-size: 20px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .diy-tools__wrap__tit {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}
.diy-tools__wrap__txt {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .diy-tools__wrap__txt {
    line-height: 1.6 !important;
    margin-top: 6px;
  }
}
.diy-tools__wrap__name {
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .diy-tools__wrap__name {
    line-height: 1.6 !important;
    margin-top: 6px;
  }
}
.diy-tools__wrap__img {
  width: 61.5%;
}
@media screen and (max-width: 640px) {
  .diy-tools__wrap__img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}

.repair-techniques {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .repair-techniques {
    margin-top: 64px;
  }
}
.repair-techniques .limitHead {
  color: #fff;
  background: #FF5555;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  border-radius: 4px;
  max-width: 196px;
  padding: 9px 0;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .repair-techniques .limitHead {
    font-size: 16px !important;
    border-radius: 2px;
    max-width: 137px;
    padding: 1px 0 3px;
    margin-top: 24px;
  }
}
.repair-techniques__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .repair-techniques__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
}
.repair-techniques__top__img {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .repair-techniques__top__img {
    width: 100%;
  }
}
.repair-techniques__top__txt {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .repair-techniques__top__txt {
    width: 100%;
  }
}
.repair-techniques__materialCosts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .repair-techniques__materialCosts {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .repair-techniques__materialCosts__body {
    width: 61%;
  }
}
.repair-techniques__materialCosts__tit {
  color: #fff;
  background: #000;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1 !important;
  max-width: 184px;
  padding: 1px 20px 3px;
}
@media screen and (max-width: 640px) {
  .repair-techniques__materialCosts__tit {
    font-size: 13px !important;
    max-width: 124px;
    padding: 1px 10px 3px;
  }
}
.repair-techniques__materialCosts__txt {
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .repair-techniques__materialCosts__txt {
    font-size: 12px !important;
    -webkit-font-feature-settings: "palt" !important;
            font-feature-settings: "palt" !important;
  }
}
.repair-techniques__materialCosts__img {
  max-width: 160px;
}
@media screen and (max-width: 640px) {
  .repair-techniques__materialCosts__img {
    max-width: none;
    width: 36%;
  }
}
.repair-techniques__challenge {
  position: relative;
  background: #E5F0F8;
  border-radius: 20px;
  padding: 64px 84px 44px;
  margin-top: 72px;
}
@media screen and (max-width: 640px) {
  .repair-techniques__challenge {
    border-radius: 0;
    padding: 24px 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .repair-techniques__challenge::after {
    content: "";
    background: #E5F0F8;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120%;
    height: 100%;
    z-index: -1;
  }
}
.repair-techniques__challenge__tit {
  color: #fff;
  background: #006EB8;
  font-size: 34px !important;
  font-weight: 900;
  line-height: 1 !important;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1px 20px 3px;
}
@media screen and (max-width: 640px) {
  .repair-techniques__challenge__tit {
    font-size: 20px !important;
    top: -12px;
    max-width: 174px;
    width: 100%;
    padding: 1px 10px 3px;
  }
}
.repair-techniques__challenge__txt {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .repair-techniques__challenge__txt {
    margin-top: 10px;
  }
}
.repair-techniques__challenge__txt + .repair-techniques__challenge__img {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .repair-techniques__challenge__txt + .repair-techniques__challenge__img {
    margin-top: 20px;
  }
}
.repair-techniques__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .repair-techniques__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
}
.repair-techniques__wrap__body {
  width: 38%;
}
@media screen and (max-width: 640px) {
  .repair-techniques__wrap__body {
    width: 100%;
  }
}
.repair-techniques__wrap__tit {
  color: #006EB8;
  font-size: 20px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .repair-techniques__wrap__tit {
    font-size: 16px !important;
    line-height: 1.6;
  }
}
.repair-techniques__wrap__txt {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .repair-techniques__wrap__txt {
    line-height: 1.6 !important;
    margin-top: 6px;
  }
}
.repair-techniques__wrap__name {
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .repair-techniques__wrap__name {
    line-height: 1.6 !important;
    margin-top: 6px;
  }
}
.repair-techniques__wrap__img {
  width: 59%;
}
@media screen and (max-width: 640px) {
  .repair-techniques__wrap__img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}

.partition-arch {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .partition-arch {
    margin-top: 64px;
  }
}
.partition-arch .limitHead {
  color: #fff;
  background: #FF5555;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center;
  border-radius: 4px;
  max-width: 196px;
  padding: 9px 0;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .partition-arch .limitHead {
    font-size: 16px !important;
    border-radius: 2px;
    max-width: 137px;
    padding: 1px 0 3px;
    margin-top: 20px;
  }
}
.partition-arch__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .partition-arch__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
}
.partition-arch__top__img {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .partition-arch__top__img {
    width: 100%;
  }
}
.partition-arch__top__txt {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .partition-arch__top__txt {
    width: 100%;
  }
}
.partition-arch__materialCosts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .partition-arch__materialCosts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 26px;
  }
}
.partition-arch__materialCosts__body {
  width: 52%;
}
@media screen and (max-width: 640px) {
  .partition-arch__materialCosts__body {
    width: 100%;
  }
}
.partition-arch__materialCosts__tit {
  color: #fff;
  background: #000;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1 !important;
  max-width: 184px;
  padding: 1px 20px 3px;
}
@media screen and (max-width: 640px) {
  .partition-arch__materialCosts__tit {
    font-size: 13px !important;
    max-width: 124px;
    padding: 1px 10px 3px;
  }
}
.partition-arch__materialCosts__bodyList {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .partition-arch__materialCosts__bodyList {
    margin-top: 10px;
  }
}
.partition-arch__materialCosts__bodyList li {
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .partition-arch__materialCosts__bodyList li {
    font-size: 13px;
    line-height: 1.8;
    text-indent: -0.65em;
    padding-left: 1.35em;
  }
}
.partition-arch__materialCosts__bodyList li span {
  color: #006EB8;
  display: inline-block;
  margin-right: 4px;
}
@media screen and (max-width: 640px) {
  .partition-arch__materialCosts__bodyList li span {
    margin-right: 3px;
  }
}
.partition-arch__materialCosts__img {
  width: 38%;
}
@media screen and (max-width: 640px) {
  .partition-arch__materialCosts__img {
    width: 100%;
  }
}
.partition-arch__challenge {
  position: relative;
  background: #E5F0F8;
  border-radius: 20px;
  padding: 64px 84px 52px;
  margin-top: 76px;
}
@media screen and (max-width: 640px) {
  .partition-arch__challenge {
    border-radius: 0;
    padding: 24px 0 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .partition-arch__challenge::after {
    content: "";
    background: #E5F0F8;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 120%;
    height: 100%;
    z-index: -1;
  }
}
.partition-arch__challenge__tit {
  color: #fff;
  background: #006EB8;
  font-size: 34px !important;
  font-weight: 900;
  line-height: 1 !important;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1px 20px 3px;
}
@media screen and (max-width: 640px) {
  .partition-arch__challenge__tit {
    font-size: 20px !important;
    top: -12px;
    max-width: 174px;
    width: 100%;
    padding: 1px 10px 3px;
  }
}
.partition-arch__challenge__img--solo {
  max-width: 315px;
}
@media screen and (max-width: 640px) {
  .partition-arch__challenge__img--solo {
    max-width: none;
    width: 48.5%;
  }
}
.partition-arch__challenge__txt {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .partition-arch__challenge__txt {
    margin-top: 10px;
  }
}
.partition-arch__challenge__txt + .partition-arch__challenge__img {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .partition-arch__challenge__txt + .partition-arch__challenge__img {
    margin-top: 20px;
  }
}
.partition-arch__sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .partition-arch__sample {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
}
.partition-arch__sample__item--ribbon {
  width: 50.5%;
}
@media screen and (max-width: 640px) {
  .partition-arch__sample__item--ribbon {
    width: 100%;
  }
}
.partition-arch__sample__item--normal {
  width: 46.5%;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .partition-arch__sample__item--normal {
    width: 100%;
    margin-top: 0;
  }
}
.partition-arch__sample__txt {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .partition-arch__sample__txt {
    margin-top: 10px;
  }
}
.partition-arch__sample__txt--indent {
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .partition-arch__sample__txt--indent {
    margin-left: 4px;
  }
}

.m-articleContents__box:nth-of-type(15) {
  max-width: none;
}

.information {
  background: #F3F1E5;
  padding: 100px 0;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .information {
    padding: 122px 0 25px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .information::after {
    content: "";
    background: #F3F1E5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 140%;
    height: 100%;
    z-index: -1;
  }
}
.information__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .information__wrap {
    position: relative;
  }
}
.information__wrap__body {
  width: 55%;
}
@media screen and (max-width: 640px) {
  .information__wrap__body {
    width: 100%;
  }
}
.information__wrap__tit {
  font-size: 20px !important;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .information__wrap__tit {
    font-size: 16px !important;
  }
}
.information__wrap__info {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .information__wrap__info {
    margin-top: 4px;
  }
}
.information__wrap__link {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .information__wrap__link {
    margin-top: 4px;
  }
}
.information__wrap__img {
  width: 41.5%;
}
@media screen and (max-width: 640px) {
  .information__wrap__img {
    position: absolute;
    top: -96px;
    right: 0;
    max-width: 176px;
    width: 100%;
  }
}
.information__img {
  max-width: 620px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .information__img {
    max-width: none;
    width: 100%;
    margin-top: 10px;
  }
}