@charset "utf-8";
@import url(../main/reset.css);
@import url(../main/spmain.css);

/* 全体設定 */
.pcResponsive {
  display: none;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 30px;
}

/* aboutbox */

.spAboutBox {
  text-align: center;
  margin: 60px auto 50px;
}

/* history */

.spHistoryTytle {
  text-align: center;
  margin-bottom: 10px;
}

.spHistoryWrap {
  width: 80%;
  margin: 0 auto 50px;
}

.spHistoryBox,
.spExperienceWrap dl {
  margin-bottom: 20px;
}

.spHistoryHeading,
.spExperienceHeading {
  background-color: #02835f;
  padding-left: 10px;
}

.spHistoryTime,
.spHistoryText,
.spExperienceWrap h3,
.spExperienceText {
  background-color: #dee3ec70;
  padding: 10px;
}

/* accomplished */

.spExperienceTytle {
  text-align: center;
}

.spExperienceWrap {
  width: 80%;
  margin: 0 auto;
}
