@charset "UTF-8";
section.communication {
  margin-top: 0;
  padding: 80px 40px;
  background: #f7f7f7;
}
@media screen and (max-width: 768px) {
  section.communication {
    padding: 40px 20px;
  }
}
.gcm_inner > section.communication {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .gcm_inner > section.communication {
    margin-bottom: 40px;
  }
}

.module_faq .gcm_inner > section.communication {
  margin-bottom: 0;
}

section.communication p {
  font-weight: normal;
  text-align: center;
}

.module_btn01.btn01_communication {
  margin: 2em 0;
}

.module_btn01.btn01_communication a.mb_btn01 {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .module_btn01.btn01_communication a.mb_btn01 {
    position: relative;
    padding-left: 30px;
  }
}

.module_btn01.btn01_communication a.mb_btn01::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 50px;
  background: url(/img/resident/index/resident_icon_communication.png) no-repeat center center;
  width: 50px;
  height: 50px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .module_btn01.btn01_communication a.mb_btn01::before {
    left: 20px;
    width: 30px;
    height: 30px;
  }
}
