@charset "UTF-8";

.p-about__overviewBodyRow {
  border-bottom: 1px solid #b4cee4;
  display: flex;
  line-height: 2;
  padding: 2.1875em 0;
}

.greeting {
  display: flex;
  justify-content: space-between;
  width: 950px;
  max-width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
  background-color: #f5f5f5;
  padding: 30px;
}


.greeting-ito strong {
  margin-top: 0;
  font-weight: bold;
  font-size: 20px;
}

.greeting-ito img {
  width: 360px;
}

.greeting-ito p {
  margin-top: -10px;
  font-size: 15px;
}

.greeting-text {
  max-width: 500px;
  margin-right: 40px;
  padding: 0 0 0 20px;
}


/* table01 */
table, td, th {
  border-bottom: 1px solid #B2B2B2;
}

table {
  width: 950px;
  max-width: 70%;
  border-collapse: collapse;
}

#table01 {
  width: 100%;
  margin: 30px auto;
}

#table01 th,
#table01 td {
  padding: 24px 0;
}

#table01 th {
  width: 30%;
}

/* 横幅を指定するための要素 */
.map-wrap {
  max-width: 40%; /* ここに横幅を指定 */
  margin-right: auto;
  margin-left: auto;
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 800px) {

  .greeting {
    display: block;
    width: 500px;
  }

.greeting-ito strong {
  font-size: 18px;
}

.greeting-ito p {
  font-size: 12px;
}

  .greeting-text {
    font-size: 15px;
    margin-top: 10px;
    margin-right: 0;
    padding: 0;
  }

  .greeting img {
    width: 100%;
    height: auto;
  }

  table {
    max-width: 90%;
  }

  .map-wrap {
    max-width: 80%;
  }

}
