@charset "utf-8";

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

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

.method {
  position: relative;
  width: 100%;
  padding: 2.5rem 3rem 2.5rem 3rem;
  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;
}

.num {
  position: absolute;
  width: 19%;
  top: -3.9rem;
  left: -2rem;
}

.method-title {
  width: 100%;
  margin: 0 0 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8vw;
  line-height: 1.4;
}

.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;
}