#astray .astray-title {
  position: relative;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #astray .astray-title {
    margin-top: 110px;
  }
}
#astray .astray-title:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  margin-left: -30px;
  border-color: #003287 transparent transparent transparent;
  position: absolute;
  top: -27px;
  left: 50%;
}
@media screen and (min-width: 768px) {
  #astray .astray-title:before {
    border-width: 50px 70px 0 70px;
    margin-left: -70px;
    top: -72px;
  }
}

.result-wrap {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 50px;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .result-wrap {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

#point .whitebox .set.set02,
#point .whitebox .set.set03 {
  padding-top: 0;
}

.scoreUp {
  padding: 25px 0;
  background: linear-gradient(232deg, #00a7a7 0%, #7bba96 100%) 0% 0% no-repeat;
}
.scoreUp .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .scoreUp .inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 30px;
  }
}
.scoreUp .inner img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.banner_area {
  margin-top: 50px;
  max-width: 800px;
  margin-inline: auto;
}
.banner_area a {
  display: block;
}
.banner_area a:hover {
  opacity: 0.6;
}

#worries {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #worries {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
#worries h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 20px;
  word-wrap: auto-phrase;
}
@media only screen and (min-width: 768px) {
  #worries h2 {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
#worries h2 span {
  color: #00a73c;
}
#worries ul {
  display: grid;
  row-gap: 40px;
}
@media only screen and (min-width: 768px) {
  #worries ul {
    grid-template-columns: repeat(3, 1fr);
    max-width: 940px;
    margin-inline: auto;
    padding: 30px 0;
  }
}
#worries ul li {
  text-align: center;
  display: grid;
  place-content: center;
}
#worries ul li p {
  font-size: 1.6rem;
  font-weight: 700;
}
#worries ul li:first-child img {
  max-width: 320px;
  width: 75%;
}
@media only screen and (min-width: 768px) {
  #worries ul li:first-child img {
    width: auto;
  }
}
#worries ul li img {
  margin-top: 10px;
  margin-inline: auto;
  width: 45%;
}
@media only screen and (min-width: 768px) {
  #worries ul li img {
    max-height: 200px;
    width: auto;
  }
}
#worries ul li:nth-child(1) {
  background: url(../../img/common/worries_bg01.png) no-repeat center center/contain;
}
#worries ul li:nth-child(2) {
  background: url(../../img/common/worries_bg02.png) no-repeat center center/contain;
}
#worries ul li:nth-child(3) {
  background: url(../../img/common/worries_bg03.png) no-repeat center center/contain;
}
#worries .answer {
  margin-top: 35px;
  padding: 0 1.5em 1.1em;
  background-color: #00a73c;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  #worries .answer {
    padding-bottom: 2.5em;
    width: 100%;
  }
}
#worries .answer .icon {
  width: 80%;
  margin-inline: auto;
  transform: translateY(-17px);
}
#worries .answer p {
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  #worries .answer p {
    line-height: 1.4;
    font-size: 2.4rem;
  }
}
#worries .answer p .fz30 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  #worries .answer p .fz30 {
    font-size: 3rem;
  }
}
#worries .answer p .fz40 {
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  #worries .answer p .fz40 {
    font-size: 4rem;
  }
}/*# sourceMappingURL=add_style.css.map */