html {
  font-size: 10px;
}

#contentwrap.note {
  display: block;
}
#contentwrap.note #site-header .wrap {
  position: relative;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
}
#contentwrap.note #site-header .logo {
  display: block;
}
#contentwrap.note #site-header .logo img {
  width: 150px;
}
#contentwrap.note #content {
  max-width: 800px;
  width: auto;
  margin: 0 auto;
}
#contentwrap.note .title-page {
  text-align: center;
  font-size: 4.2rem;
  margin-top: 80px;
  margin-bottom: 50px;
  line-height: 100px;
  display: flex;
  justify-content: center;
}
#contentwrap.note .lead {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 50px;
  line-height: 1.8;
}
#contentwrap.note .feature-creator {
  position: relative;
  border-radius: 18px;
  border: 4px solid #D0E1E7;
  padding: 25px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
#contentwrap.note .feature-creator dl {
  width: 30%;
  padding: 25px 0;
}
#contentwrap.note .feature-creator dl dt {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  margin-bottom: 25px;
}
#contentwrap.note .feature-creator dl dt ._label {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #39afc3;
  color: #fff;
  width: 100px;
  border-radius: 5px;
  height: 50px;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
#contentwrap.note .feature-creator dl dt ._label ._num {
  font-size: 3.6rem;
  line-height: 0.8;
  margin-left: 5px;
}
#contentwrap.note .feature-creator hr {
  border: none;
  border-left: 1px solid #ddd;
}
#contentwrap.note .feature-creator::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #D0E1E7;
}
#contentwrap.note h2 {
  text-align: center;
  font-size: 2.8rem;
  margin: 75px auto;
}
#contentwrap.note .list-creator {
  display: flex;
  justify-content: space-between;
}
#contentwrap.note .list-creator li {
  width: 30%;
}
#contentwrap.note .list-creator li dl dt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  border: 3px solid #39afc3;
  border-radius: 32px;
  padding: 0 25px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 15px;
}
#contentwrap.note .list-creator li dl dt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  margin-left: -10px;
  border-left: 15px solid transparent;
  border-top: 15px solid #39afc3;
}
#contentwrap.note .list-creator li dl dd {
  font-size: 1.4rem;
}
#contentwrap.note .list-creator li dl dd figure {
  margin-bottom: 15px;
}
#contentwrap.note .list-creator li dl dd figure img {
  width: 100%;
}

@media screen and (max-width: 760px) {
  html {
    font-size: 2.2vw;
  }
  #contentwrap.note #site-header .wrap {
    height: 14vw;
  }
  #contentwrap.note #site-header .logo img {
    width: 30vw;
  }
  #contentwrap.note #content {
    padding: 0 5vw;
  }
  #contentwrap.note .title-page {
    font-size: 2.8rem;
    margin-top: 15vw;
    margin-bottom: 15vw;
    line-height: 1.8;
  }
  #contentwrap.note .lead {
    font-size: 2rem;
    margin-bottom: 15vw;
    line-height: 1.8;
    text-align: left;
  }
  #contentwrap.note .feature-creator {
    border-radius: 5vw;
    flex-direction: column;
    padding: 5vw;
    margin-bottom: 50px;
  }
  #contentwrap.note .feature-creator dl {
    width: 100%;
    padding: 0;
    margin-bottom: 10vw;
  }
  #contentwrap.note .feature-creator dl dt {
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.8rem;
    margin-bottom: 5vw;
  }
  #contentwrap.note .feature-creator dl dt ._label {
    width: 20vw;
    border-radius: 1.5vw;
    height: 10vw;
    font-size: 1.5rem;
    padding-bottom: 2vw;
    margin-right: 2.5vw;
    margin-bottom: 0;
  }
  #contentwrap.note .feature-creator dl dt ._label ._num {
    font-size: 3.6rem;
    margin-left: 1vw;
  }
  #contentwrap.note .feature-creator dl dd {
    font-size: 1.6rem;
  }
  #contentwrap.note .feature-creator hr {
    display: none;
  }
  #contentwrap.note .feature-creator::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #D0E1E7;
  }
  #contentwrap.note h2 {
    font-size: 2.4rem;
    margin: 20vw auto;
  }
  #contentwrap.note .list-creator {
    flex-direction: column;
    align-items: center;
  }
  #contentwrap.note .list-creator li {
    width: 70%;
    margin-bottom: 15vw;
  }
  #contentwrap.note .list-creator li dl dt {
    height: 16vw;
    border: 0.8vw solid #39afc3;
    border-radius: 8vw;
    padding: 0 5vw;
    margin-bottom: 3.5vw;
  }
  #contentwrap.note .list-creator li dl dd {
    font-size: 1.6rem;
  }
  #contentwrap.note .list-creator li dl dd figure {
    margin-bottom: 2vw;
  }
  #contentwrap.note .list-creator li dl dd figure img {
    width: 100%;
  }
}/*# sourceMappingURL=note.css.map */