/* Scss Document */
.maintenance p {
  line-height: 1.6;
}
.maintenance .photo {
  margin-top: 1.5em;
}
.maintenance .photo .column_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 414px) {
  .maintenance .photo .column_set {
    display: block;
  }
}
.maintenance .photo .column_set .main {
  width: calc(50.1008064% - 5px);
}
@media screen and (max-width: 414px) {
  .maintenance .photo .column_set .main {
    width: 100%;
  }
}
.maintenance .photo .column_set .sub {
  width: calc(49.8991935% - 5px);
}
@media screen and (max-width: 414px) {
  .maintenance .photo .column_set .sub {
    width: 100%;
    margin-top: 10px;
  }
}
.maintenance .photo .column_set .sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.maintenance .photo .column_set .sub ul li {
  width: calc(50% - 5px);
}
.maintenance .photo .column_set .sub ul li:nth-child(n + 3) {
  margin-top: 10px;
}

.sheetmetal_painting p {
  line-height: 1.6;
}
.sheetmetal_painting .before_after {
  margin-top: 1.5em;
  padding: 1.5em;
  background: #eee;
  position: relative;
}
@media screen and (max-width: 414px) {
  .sheetmetal_painting .before_after {
    padding: 1em;
  }
}
.sheetmetal_painting .before_after .arrow {
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 41px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #007bff;
}
@media screen and (max-width: 414px) {
  .sheetmetal_painting .before_after .arrow {
    display: none;
  }
}
.sheetmetal_painting .before_after ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 414px) {
  .sheetmetal_painting .before_after ul {
    display: block;
  }
}
.sheetmetal_painting .before_after ul li:first-child {
  width: calc(50% - 25px);
}
.sheetmetal_painting .before_after ul li:first-child p {
  text-align: center;
  font-size: 0.875em;
  margin-top: 0.25em;
  font-weight: 700;
}
@media screen and (max-width: 414px) {
  .sheetmetal_painting .before_after ul li:first-child {
    width: 100%;
  }
}
.sheetmetal_painting .before_after ul li:nth-child(2) {
  display: none;
}
@media screen and (max-width: 414px) {
  .sheetmetal_painting .before_after ul li:nth-child(2) {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  .sheetmetal_painting .before_after ul li:nth-child(2) .arrow2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 20px 0 20px;
    border-color: #007bff transparent transparent transparent;
    margin: auto;
  }
}
.sheetmetal_painting .before_after ul li:last-child {
  width: calc(50% - 25px);
}
.sheetmetal_painting .before_after ul li:last-child p {
  text-align: center;
  font-size: 0.875em;
  margin-top: 0.25em;
  font-weight: 700;
}
@media screen and (max-width: 414px) {
  .sheetmetal_painting .before_after ul li:last-child {
    width: 100%;
  }
}
