/* ===============================================================

 project / contact automatic

=============================================================== */
.c-contentbox__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-contentbox__image img {
  width: auto;
}

.p-iconcenter figure {
  text-align: center;
}

.p-iconcenter img {
  height: 80px;
  width: auto !important;
}

.p-icontext {
  position: relative;
  display: inline-block;
  white-space: break-spaces;
  padding-left: 50px;
  text-indent: 0;
}

.p-icontext i {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 32px;
  height: 32px;
  line-height: 1;
  vertical-align: middle;
}

.p-icontext i img {
  vertical-align: baseline;
}

.c-stepflowblock .l-gridblock {
  padding: 0;
}

.c-stepflowblock .c-title__main {
  padding: 0;
}

.c-adjustment_01 img {
  width: 180px;
  height: auto;
}

.c-adjustment_02 img {
  width: 180px;
  height: auto;
}

.c-iconcolor__contact img {
  -webkit-filter: invert(34%) sepia(31%) saturate(408%) hue-rotate(181deg) brightness(92%) contrast(89%);
          filter: invert(34%) sepia(31%) saturate(408%) hue-rotate(181deg) brightness(92%) contrast(89%);
  width: 58px;
  height: auto;
}

.c-title__sub .-main {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .c-iconcolor__contact img {
    width: 110%;
  }
}

/* added 12/27/24 */

.l-space__pc {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .l-space__pc { 
    padding-top: 0;
  }
}
