@charset "utf-8";


.service_topic {
  display: flex;
  margin: 60px auto;
  width: 80%;
}

.service_img {
  width: 50%;

}

.service_img img {
  width: 100%;
  margin-right: 20px;
  
}

.service_copy {
  width: 50%;
  line-height: 30px; 
  background-color: rgb(255, 255, 255);
  padding: 30px;
}


.service_copy h3 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 30px;
  margin-bottom: 10px;
}

.column_copy p {
  margin-top: 10px;
}

.company_map {
  width: 80%;
  height: 50%;
  margin: 100px auto 0;
  padding: 30px;
}

.company_map h3 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 30px;
  letter-spacing: 1px;
}

.map {
  margin-top: 10px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}

.fixed_rent02 {
  margin-top: 60px;
}

@media (max-width: 930px) {
  .service_topic {
  flex-direction: column-reverse;
    margin: 20px auto;
    width: 80%;
  }

  .service_img {
    width: 100%;
  }

  .service_copy {
    width: 100%;
    padding: 30px;
  }

  .company_map {
    width: 90%;
    margin: 0px auto 0;
  }

}