@charset "utf-8";

.dm {}

/* --------------------------------- salary */
#salaryHeader {
  position: relative;
  margin: 0 auto 50px;
}
#salaryHeader .read {
  width: 440px;
  float: left;
}
#salaryHeader .illust {
  float: right;
}


#taiguWrap {
  position: relative;
  margin: 0 auto 50px;
}
#taiguWrap h2 {
  position: relative;
  background: #fff3e8;
  padding: 0.4em 0.5em 0.2em 0.5em;
  border-left: solid 2em #ff7200;
  margin: 0 auto 15px;
  font-size: 2.4rem;
  color: #ff7c04;
}
#taiguWrap h2::before {
  font-family: "FontAwesome";
  content:"\f219";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: normal;
  left: -1.55em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#taiguWrap .taiguInner {
  margin: 0 10px;
}

#taiguWrap table {
  border-collapse: separate;
  border-spacing: 3px;
  background-color: #f4e7ff;
  table-layout: fixed;
  width: 100%;
}
#taiguWrap table td {
  color: #FFF;
  text-align: center;
  background-color: #a884cd;
  padding: 1.5%;
}
#taiguWrap table td span {
  font-size: 1.2rem;
  display: block;
}


#exampleWrap {
  position: relative;
  margin: 0 auto 50px;
}
#exampleWrap h2 {
  position: relative;
  background: #fff3e8;
  padding: 0.4em 0.5em 0.2em 0.5em;
  border-left: solid 2em #ff7200;
  margin: 0 auto 15px;
  font-size: 2.4rem;
  color: #ff7c04;
}
#exampleWrap h2::before {
  font-family: "FontAwesome";
  content:"\f219";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: normal;
  left: -1.55em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#exampleWrap .exampleInner {
  margin: 0 10px;
}

#exampleWrap .exampleInner li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom:2px dotted #ff7200;
}
#exampleWrap .exampleInner li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

