@charset "UTF-8";
/* Scss Document */
.greetings {
  margin-top: 20px;
  /*経歴*/
  /*自己アピール*/
}
.greetings .img-box {
  float: left;
}
.greetings .greeting, .greetings .history, .greetings .appeal {
  width: 663px;
  float: right;
  margin-bottom: 40px;
}
.greetings .greeting p, .greetings .history p, .greetings .appeal p {
  padding: 20px 0;
}
.greetings .history h3 {
  font-size: 30px;
  height: 58px;
  background: #ffb800;
  color: #fff;
  text-align: center;
  line-height: 58px;
  letter-spacing: 12px;
}
.greetings .history .history-box {
  border: 1px solid #ffb800;
  box-sizing: border-box;
  padding: 20px;
}
.greetings .history .history-box p {
  padding: 5px 0;
}
.greetings .appeal {
  margin-top: 20px;
}
.greetings .appeal h3 {
  border-left: 12px solid #55c00b;
  border-bottom: 1px solid #55c00b;
  font-size: 25px;
  padding-left: 20px;
  line-height: 2em;
  font-weight: 100;
  color: #523c3c;
}
.greetings .appeal p {
  padding-left: 1.2em;
  position: relative;
}
.greetings .appeal p:before {
  position: absolute;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #000;
  left: 0;
  top: calc(20px + 0.4em);
}

/*# sourceMappingURL=main.css.map */
