@charset "utf-8";

/* main */

main h1 {
  width: 630px;
  font-size: 21px;
  font-weight: 600;
  margin: 20px 0;
  padding: 0 0 10px 20px;
  position: relative;
  border-bottom: 1px solid rgba(56,61,54,0.3);
}

main p {
  line-height: 25px;
  margin-bottom: 25px;
}

main span {
  font-size: 15px;
}

span.name {
  float: right;
}

main h2 {
  display: inline-block;
  width: 630px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin: 80px 0 20px;
  padding: 12px 0 12px 40px;
  background: -moz-linear-gradient(top, white 50%, #EEEEEE);
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(0.5,white), to(#EEEEEE));
  border-top: 3px solid rgb(49,169,30);
  border-right: 1px solid rgba(56,61,54,0.3);
  border-bottom: 1px solid rgba(56,61,54,0.3);
  border-left: 1px solid rgba(56,61,54,0.3);
  border-radius: 0 0 8px 8px;
}

.content-wrap {
  margin-bottom: 50px;
}

.content-wrap:last-of-type {
  margin-bottom: 10px;
}

main h3 {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  font-size: 15px;
}

.content-wrap span {
  display: inline-block;
}

.ul-wrap {
  display: inline-block;
}

main ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0;
}

main ul li {
  font-size: 15px;
  margin: 0 0 15px 15px;
  position: relative;
  line-height: 20px;
}

main ul li:last-child{
  margin-bottom: 0;
}

li.first-li {
  margin-bottom: 35px;
}

.ellipse3 {
  display: inline-block;
  width: 6px;
  height: 24px;
  border-radius: 4px;
  background: rgb(49,169,30);
  position: absolute;
  top: 9px;
  left: 25px;
}

.circle2 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgba(49,169,30,0.7);
  border-radius: 50%;
  margin-right: 5px;
  position: absolute;
  left: -15px;
  top: 5px;
}

/* sp */

@media(max-width: 900px) {

  main h1 {
    width: 100%;
    font-size: 20px;
  }

  main h2 {
    width: 100%;
    font-size: 17px;
  }
}

@media(max-width: 650px) {

  /* main */

  main h3 {
    display: block;
    width: auto;
    margin-bottom: 5px;
  }

  .content-wrap {
    margin-bottom: 25px;
  }

  .content-wrap ul li.first-li {
    margin-bottom: 30px;
  }

  .content-wrap ul li {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .ul-wrap ul:nth-of-type(2) li {
    margin-left: 7px;
  }
}
