@charset "utf-8";

.angel-3-1 {
  position: absolute;
  width: 22%;
  top: -1.5rem;
  left: 0%;
}

.angel-3-2 {
  position: absolute;
  width: 20%;
  top: -1rem;
  right: 0%;
}

.faq {
  position: relative;
  width: 100%;
  padding: 2rem;
  margin: 0 0 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.6);
  border: #ead39b double 3px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
}

.faq-inner {
  width: 100%;
  margin: 0 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.faq-icon {
  width: 13%;
}

.faq-text {
  width: 83%;
}

.faq-border {
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  border-bottom: #ead39b solid 1px;
}

.method-cover {
  width: 60%;
  margin: 0 auto 2rem;
}

.method-image {
  position: relative;
  width: 100%;
  margin: 0 auto 2rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.67vw;
}

.method-image-2 {
  position: relative;
  width: 85%;
  margin: 0 auto 2rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.67vw;
}

.method-image img,
.method-image-2 img {
  margin: 0 0 .5rem;
}

.method-image .cap {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20%;
  left: 0;
  font-size: 2.67vw;
}

.method p {
   width: 100%;
  margin: 0 0 .5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
}

.method p span {
  display: block;
  font-size: 90%;
  padding-left: 1em;
  text-indent: -1em;
}

.method p.note {
  font-size: 90%;
  padding-left: 1em;
  text-indent: -1em;
}

.btm {
  margin: 0 0 1em !important;
}
