/* CSS Document */
.single_col {
  margin-bottom: 90px;
}
.single_col .inner h1 {
  font-size: 3rem;
  font-weight: 600;
}
.single_col .inner .greet {
  margin: 30px 10px 50px;
}
.single_col .inner .greet p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.single_col .inner .greet .name {
  display: flex;
  justify-content: flex-end;
  margin: 0 10px 30px;
}
.single_col .inner .greet .name p {
  font-size: 2.4rem;
  display: block;
  line-height: 1.2;
}
.single_col .inner .greet .name p span {
  display: block;
  font-size: 1.4rem;
}
.single_col .inner .shikaku {
  width: 100%;
  border-collapse: collapse;
}
.single_col .inner .shikaku th {
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #eee;
}
.single_col .inner .shikaku td {
  text-align: right;
  border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
  .single_col .inner h1 {
    font-size: 3rem;
    font-weight: 600;
  }
  .single_col .inner .greet p {
    font-size: 2rem;
  }
  .single_col .inner .greet .name {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 0 auto;
  }
  .single_col .inner .greet .name p {
    font-size: 2.4rem;
    display: block;
    line-height: 1.2;
  }
  .single_col .inner .greet .name p span {
    display: block;
    font-size: 1.4rem;
  }
  .single_col .inner .shikaku {
    width: 100%;
    max-width: 500px;
  }
  .single_col .inner .shikaku th {
    text-align: left;
    font-weight: normal;
  }
  .single_col .inner .shikaku td {
    text-align: right;
  }
}
