@charset "UTF-8";
#privacy section {
  font-size: 1rem;
  margin: 32px auto;
}
#privacy section p {
  margin: 16px auto;
}
#privacy section > ol, #privacy section > ul {
  width: 90%;
  margin: 32px auto;
  margin: 16px auto;
  list-style: disc;
}
#privacy section > ol > li, #privacy section > ul > li {
  margin: 12px 0 12px 24px;
}
#privacy section > ol > li > ol, #privacy section > ol > li > ul, #privacy section > ul > li > ol, #privacy section > ul > li > ul {
  margin: 16px 0;
  list-style: decimal;
}
#privacy section > ol > li > ol > li, #privacy section > ol > li > ul > li, #privacy section > ul > li > ol > li, #privacy section > ul > li > ul > li {
  margin: 8px 0 8px 12px;
}

#compliance {
  font-size: 0.9em;
}
#compliance p {
  margin: 16px auto;
}
#compliance ul {
  margin-top: 16px;
}
#compliance ul li {
  padding: 8px 0;
}
#compliance .box01 {
  width: 90%;
  margin: 32px auto;
  border: 1px solid #191919;
  padding: 16px;
}
#compliance section section {
  margin: 32px auto;
}
#compliance blockquote {
  display: block;
  width: 90%;
  margin: 32px auto;
  line-height: 1.6;
}
#compliance blockquote div {
  padding-bottom: 8px;
}
#compliance blockquote > div {
  margin-bottom: 32px;
}
#compliance blockquote > div > span {
  display: block;
}
#compliance blockquote > div > div > span {
  display: block;
}
#compliance blockquote > div > div > div > span {
  display: inline-block;
  padding-right: 4px;
}

.tab-grade {
  width: 90%;
  margin: 32px auto;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-end;
}
.tab-grade li {
  flex: 1;
  text-align: center;
  font-weight: bold;
  padding: 16px 8px 8px;
  border-radius: 16px 16px 0 0;
  border: 2px solid #352320;
  border-bottom: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.tab-grade li:nth-of-type(1) {
  background: rgb(219.2, 243.8, 224);
}
.tab-grade li:nth-of-type(2) {
  background: rgb(231.34, 240.44, 245.06);
}
.tab-grade li:nth-of-type(3) {
  background: rgb(255, 226.44, 226.44);
}
.tab-grade li:hover {
  padding-bottom: 16px;
}
.tab-grade li.active {
  padding-bottom: 16px;
}

.pricebox section {
  margin-top: 0;
  display: none;
}
.pricebox section.show {
  display: block;
}
.pricebox section:nth-of-type(1) .title {
  background: rgb(219.2, 243.8, 224);
}
.pricebox section:nth-of-type(2) .title {
  background: rgb(231.34, 240.44, 245.06);
}
.pricebox section:nth-of-type(3) .title {
  background: rgb(255, 226.44, 226.44);
}
.pricebox .title {
  background: rgb(231.34, 240.44, 245.06);
  font-weight: bold;
  padding: 24px 32px;
  font-size: 1.2rem;
  border-bottom: 1px solid #dfcdca;
  border-top: 1px solid #352320;
}

.tab-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-end;
  border-bottom: 1px solid #352320;
}
.tab-area li {
  flex: 1;
  text-align: center;
  font-weight: bold;
  padding: 16px 4px 8px;
  border-radius: 16px 16px 0 0;
  border: 2px solid #352320;
  border-bottom: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.tab-area li:nth-of-type(1) {
  background: rgb(219.2, 243.8, 224);
}
.tab-area li:nth-of-type(2) {
  background: rgb(253, 248.6, 227);
}
.tab-area li:nth-of-type(3) {
  background: rgb(255, 226.44, 226.44);
}
.tab-area li:nth-of-type(4) {
  background: rgb(231.34, 240.44, 245.06);
}
.tab-area li:nth-of-type(5) {
  background: rgb(251.4, 231.4, 220.2);
}
.tab-area li:hover {
  padding-bottom: 16px;
}
.tab-area li.active {
  padding-bottom: 16px;
}

.summarybox section {
  margin-top: 0;
  display: none;
}
.summarybox section.show {
  display: block;
}
.summarybox section:nth-of-type(1) .title {
  background: rgb(219.2, 243.8, 224);
}
.summarybox section:nth-of-type(2) .title {
  background: rgb(253, 248.6, 227);
}
.summarybox section:nth-of-type(3) .title {
  background: rgb(255, 226.44, 226.44);
}
.summarybox section:nth-of-type(4) .title {
  background: rgb(231.34, 240.44, 245.06);
}
.summarybox section:nth-of-type(5) .title {
  background: rgb(251.4, 231.4, 220.2);
}
.summarybox .title {
  background: rgb(231.34, 240.44, 245.06);
  font-weight: bold;
  padding: 24px 32px;
  font-size: 1.2rem;
  border-bottom: 1px solid #dfcdca;
}
.summarybox ul {
  width: 90%;
  margin: 32px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.summarybox li {
  width: calc(50% - 8px);
}
.summarybox li span {
  display: block;
  background: rgb(255, 226.44, 226.44);
  padding: 8px;
  font-size: 0.9rem;
  text-align: center;
}
.summarybox .fancy {
  display: block;
  position: relative;
}
.summarybox .fancy::after {
  content: "\f00e";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  padding: 0 4px;
  font-weight: 900;
  position: absolute;
  bottom: 2px;
  right: 2px;
  font-size: 1rem;
  color: #5697B8;
}

.trio.trio01 h3 {
  background: #ed8951;
}
.trio.trio02 h3 {
  background: #4cc764;
}
.trio.trio02 .title {
  border-color: #4cc764;
}
.trio.trio02 .list-title > div {
  border-color: #4cc764;
}
.trio.trio02 .list-title dt {
  background: #4cc764;
}
.trio.trio03 h3 {
  background: #5697B8;
}
.trio.trio03 .title {
  border-color: #5697B8;
}
.trio h3 {
  color: white;
  padding: 16px 24px;
  font-weight: bold;
  font-size: 1.75rem;
}
.trio h3::before {
  content: "最強トリオ";
  display: block;
  font-size: 1.125rem;
  font-weight: normal;
}
.trio .title {
  font-weight: bold;
  font-size: 1.25rem;
  border-bottom: 3px dashed #ed8951;
}

.balloon {
  width: 90%;
  margin: 32px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.balloon.rightside {
  flex-direction: row-reverse;
}
.balloon.rightside > p, .balloon.rightside .txt {
  margin-left: 0;
  margin-right: 24px;
}
.balloon.rightside > p::after, .balloon.rightside .txt::after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: auto;
  left: 100%;
}
.balloon > img {
  max-width: 34%;
}
.balloon > p, .balloon .txt {
  width: auto;
  margin: 0;
  margin-left: 24px;
  background: rgb(249.8, 238.36, 182.2);
  padding: 16px;
  border-radius: 16px;
  position: relative;
  line-height: 1.4;
  flex: 1;
}
.balloon > p::after, .balloon .txt::after {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  background: rgb(249.8, 238.36, 182.2);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.box01 {
  width: 94%;
  margin: 32px auto;
  border-radius: 16px;
  padding: 4px 16px;
  background-image: repeating-radial-gradient(circle at 30% 72%, rgba(223, 205, 202, 0.4), rgba(223, 205, 202, 0.5) 9%, rgba(223, 205, 202, 0.8) 16%, rgba(223, 205, 202, 0.5) 21%);
}/*# sourceMappingURL=page.css.map */