body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  color: #073fae;
  background-color: #fbf3fe;
  margin: 0px;
}

p {
  margin: 0;
  align-self: stretch;
}

a {
  color: rgb(0, 153, 255);
}
a:visited {
  color: rgb(199, 110, 255);
}

/* コンテナのクラス */

.view-timer {
  color: #ebf185;
  background: #073fae;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.container {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fbf3fe;
}

.section1 {
  display: flex;
  padding: 0px 0px 40px 0px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.section2 {
  display: flex;
  padding: 32px 16px 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 40px;
  background: #073fae;
}

.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.number {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  border: 4px solid #71a0fa;
  background: #073fae;
  color: #ebf185;
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: -20px;
  z-index: 2;
}

.flow-content {
  display: flex;
  padding: 24px 16px 16px 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 32px;
  border: 4px solid #71a0fa;
  background: #3283fc;

  color: #fffffe;
  font-size: 13px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: -0.65px;
  align-self: stretch;
}

.chevron {
  margin-top: -20px;
}

.section3 {
  display: flex;
  padding: 32px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.section-title2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.flow-title {
  display: flex;
  padding: 3px 16px 2px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  border: 4px solid #073fae;
  background: #ebf185;
  color: #073fae;
  text-align: center;
  font-size: 19px;
  font-weight: 800;
  line-height: 32px;
  margin-bottom: -20px;
  z-index: 2;
}

.flow-content2 {
  display: flex;
  padding: 32px 24px 24px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 32px;
  border: 4px solid #073fae;
  background: #fffffe;
  color: #073fae;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: -0.7px;
  align-self: stretch;
  text-align: left;
}

.footer {
  width: 100%;
  background: #073fae;
  align-items: center;
  padding: 8px 0px;
}

/* テキストのクラス */

.footer-text {
  color: #fff;
  font-size: 14px;
}

ul {
  width: 90%;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin: 0;
  padding: 0;
}

.section-title-text {
  color: #fbf3fe;
  font-size: 19px;
  font-weight: 800;
  line-height: 32px;
}

.section-title-text2 {
  font-size: 19px;
  font-weight: 800;
  line-height: 32px;
}

/* 画像のクラス */

.fullimg {
  width: 100%;
}

img {
  width: 90%;
}

.btnimg:hover {
  opacity: 0.8;
}

.icon {
  width: 32px;
  height: 32px;
}
