body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
  color: #565656;
  background-color: #a1fdf5;
  margin: 0px;
}

p {
  margin: 0;
  font-weight: 500;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

.container {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

.detail {
  display: flex;
  padding: 4px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.summary {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 16px;
  background: #fff;
  margin: 16px;
}

.section1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  background: #fff;
}

.category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.ichioshi1 {
  color: #5f78eb;
  font-size: 24px;
  line-height: 1;
  margin-bottom: -20px;
}

.ichioshi2 {
  color: #ff7064;
  font-size: 24px;
  line-height: 1;
  margin-bottom: -20px;
}

.coma-container1-20240917 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: #a4a0f9;
  margin-top: -20px;
  border-bottom: 4px solid #fff;
}

.coma-container2-20240917 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: #ff9e94;
  margin-top: -20px;
  border-bottom: 4px solid #fff;
}

.coma-container1-20240924 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: #944479;
  margin-top: -20px;
  border-bottom: 4px solid #fff;
}

.coma-container2-20240924 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: #ffa8c4;
  margin-top: -20px;
  border-bottom: 4px solid #fff;
}

.coma-buttons {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  align-self: stretch;
}

.secondary-button1 {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 999px;
  border: 1 solid rgba(0, 0, 0, 0.15);
  background: linear-gradient(180deg, #fff 59.5%, #e1e1e1 100%);
  color: #5f78eb;
  text-align: center;
  font-size: 20px;
  line-height: 125%;
}

.secondary-button2 {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 999px;
  border: 1 solid rgba(0, 0, 0, 0.15);
  background: linear-gradient(180deg, #fff 59.5%, #e1e1e1 100%);
  color: #ff7064;
  text-align: center;
  font-size: 20px;
  line-height: 125%;
}

.section2 {
  display: flex;
  padding: 16px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.section2-b {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  align-self: stretch;
  position: relative;
}

.section2-b h3 {
  display: flex;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  background: #fb5d67;
  color: #fff;
  text-align: center;
  font-size: 19px;
  margin-bottom: -16px;
  z-index: 10;
  border-radius: 999px;
}

.section2-b p {
  display: flex;
  padding: 32px 24px 24px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  align-self: stretch;
  background: #ffffff;
  align-self: stretch;
  color: #000;
  letter-spacing: -0.7px;
  border-radius: 16px;
  font-weight: 500;
}
.section2-b ul {
  display: flex;
  padding: 32px 24px 24px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  align-self: stretch;
  text-align: left;
  background: #fff;
  align-self: stretch;
  color: #000;
  border-radius: 16px;
}

.section2-b li {
  text-align: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: -0.7px;
  font-weight: 500;
}

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

.copy {
  font-size: 8px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

/* 画像のクラス */

img {
  width: 100%;
  margin: 0;
}

.btnimg {
  width: 90%;
}

.btnimg-s {
  width: 60%;
}

.rectangle {
  height: 8px;
  align-self: stretch;
  background: linear-gradient(90deg, #b9ff00 0%, #ffe664 100%);
}
