@charset "UTF-8";
/* CSS Document */
.top {
  margin-top: 80px;
}
.top-h2 {
  margin: 120px 0 16px 15px;
  font-size: 2.0rem;
  text-align: left;
}
.top-h3 {
  text-align: left;
  margin: 0 0 32px 100px;
}
.top-h1 {
  font-size: 4.8rem;
  text-shadow: 1px 0 0 #a0d2f2, 0 1px 0 #a0d2f2, -1px 0 0 #a0d2f2, 0 -1px 0 #a0d2f2, 3px 3px 0 #a0d2f2;
  color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin: 0 0 35px 100px;
}
.worries-h2 {
  font-size: 2.0rem;
  font-weight: 600;
  margin: 120px auto 80px;
  border-bottom: 5px solid #fcee21;
  display: inline-block;
}
.worries-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.worries-box_p {
  line-height: 2.6rem;
}
.worries-img {
  width: 145px;
  margin-bottom: 60px;
}
.top ul {
  list-style: none;
}
.top-description {
  font-size: 1.8rem;
  line-height: 3.6rem;
  margin: 40px auto 130px;
  font-weight: 600;
}
.marker {
  border-bottom: 5px solid #fcee21;
}