﻿.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
.cbt__intro ul {
  width: min(90%, 400px);
  border: solid 1px #ff6f38;
  padding: 15px 18px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cbt__intro ul {
    width: min(90%, 550px);
  }
}
.cbt__intro ul li {
  margin: 0.75em 0;
}
.cbt__intro ul a {
  display: flex;
  justify-content: space-between;
}
.cbt__intro ul span {
  width: calc(100% - 30px);
  font-weight: bold;
  color: #ffa785;
  padding-bottom: 0.2em;
  border-bottom: solid 1px #ff6f38;
  display: block;
}
.cbt__intro ul li.on span {
  color: #ff6f38;
}
.cbt .foot-link ul {
  margin: 30px 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .cbt .foot-link ul {
    margin: 100px 0 40px;
  }
}
.cbt .foot-link li {
  font-size: min(2.5vw, 11px);
  color: #ffa785;
  margin: 5px 0;
}
.cbt .foot-link li:nth-child(even)::before {
  content: "　/　";
}
@media screen and (min-width: 769px) {
  .cbt .foot-link li {
    font-size: 14px;
  }
  .cbt .foot-link li:not(:first-child)::before {
    content: "　/　";
  }
}
.cbt .foot-link li.on span {
  color: #ff6f38;
}
.cbt .pink-border {
  margin: 3em auto 2em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .cbt .pink-border {
    margin: 5em auto 3em;
  }
}
.cbt .pink-border span {
  font-size: 21px;
  border-bottom: solid 7px #ffd2c0;
}
@media screen and (min-width: 769px) {
  .cbt .pink-border span {
    font-size: 24px;
  }
}
.cbt .cbt01 .scroll,
.cbt .cbt04 .scroll {
  width: min(55%, 300px);
}
.cbt .cbt01 .scroll span,
.cbt .cbt04 .scroll span {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background-color: #ff6f38;
  display: inline-block;
  margin-left: 0.75em;
  padding: 0.1em 0.6em;
}
.cbt .cbt01 .scroll__wrap,
.cbt .cbt04 .scroll__wrap {
  height: min(96.2025316456vw, 594px);
  padding: min(3.7974683544vw, 23px) 10px;
  background-color: #818181;
  border: solid 1px #707070;
  border-radius: 12px;
  position: relative;
}
.cbt .cbt01 .scroll__wrap-body,
.cbt .cbt04 .scroll__wrap-body {
  height: min(88.6075949367vw, 547px);
  overflow-y: scroll;
}
.cbt .cbt01 .scroll .menu,
.cbt .cbt04 .scroll .menu {
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  bottom: min(3.2911392405vw, 22px);
}
.cbt .cbt01 .scroll__txt,
.cbt .cbt04 .scroll__txt {
  width: 45%;
  padding: 0 15px;
  align-self: center;
}
.cbt .cbt01 .scroll__txt p,
.cbt .cbt04 .scroll__txt p {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .cbt .cbt01 .scroll__txt p,
  .cbt .cbt04 .scroll__txt p {
    font-size: 18px;
  }
}
.cbt .cbt01 .scroll__txt span,
.cbt .cbt04 .scroll__txt span {
  font-size: 23px;
  font-weight: bold;
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .cbt .cbt01 .scroll__txt span,
  .cbt .cbt04 .scroll__txt span {
    font-size: 33px;
  }
}
.cbt .cbt01 .fonts {
  font-size: 17px;
}
@media screen and (min-width: 769px) {
  .cbt .cbt01 .fonts {
    font-size: 20px;
  }
}
.cbt .cbt01 .list {
  width: 95%;
  max-width: 1000px;
  margin: 30px auto;
  justify-content: space-between;
}
.cbt .cbt01 .list li {
  width: 48%;
}
.cbt .cbt01 .list li h4 {
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .cbt .cbt01 .list li h4 {
    font-size: 16px;
  }
}
.cbt .cbt01 .list li img {
  width: 75%;
  margin: 15px auto 10px;
  display: block;
  border: solid 1px #707070;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .cbt .cbt01 .list li img {
    width: 55%;
    margin: 25px auto 20px;
  }
}
.cbt .cbt01 .list li p {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .cbt .cbt01 .list li p {
    font-size: 16px;
  }
}
.cbt .cbt01 .circles {
  width: 90%;
  margin: 60px auto;
}
@media screen and (min-width: 769px) {
  .cbt .cbt01 .circles {
    margin: 80px auto;
  }
}
.cbt .cbt01 .circles h3 {
  font-size: 17px;
}
@media screen and (min-width: 769px) {
  .cbt .cbt01 .circles h3 {
    font-size: 20px;
    text-align: center;
  }
}
.cbt .cbt01 .circles ul {
  max-width: 400px;
  margin: 30px auto;
}
@media screen and (min-width: 769px) {
  .cbt .cbt01 .circles ul {
    display: flex;
    max-width: 700px;
    margin: 50px auto 30px;
  }
}
.cbt .cbt01 .circles li {
  width: min(44vw, 200px);
  height: min(44vw, 200px);
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cbt .cbt01 .circles li:nth-child(1) {
  background-color: rgba(244, 152, 156, 0.5);
  margin: 0 0 0 auto;
}
@media screen and (min-width: 769px) {
  .cbt .cbt01 .circles li:nth-child(1) {
    margin: 0 auto;
  }
}
.cbt .cbt01 .circles li:nth-child(2) {
  background-color: rgba(253, 216, 138, 0.5);
  margin-top: -12%;
}
@media screen and (min-width: 769px) {
  .cbt .cbt01 .circles li:nth-child(2) {
    margin: 0 auto;
  }
}
.cbt .cbt01 .circles li:nth-child(3) {
  background-color: rgba(168, 231, 245, 0.5);
  margin: -12% 0 0 auto;
}
@media screen and (min-width: 769px) {
  .cbt .cbt01 .circles li:nth-child(3) {
    margin: 0 auto;
  }
}
.cbt .cbt01 .circles p {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .cbt .cbt01 .circles p {
    margin-top: 50px;
    text-align: center;
  }
}
.cbt .cbt01 .to-web {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 70px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .cbt .cbt01 .to-web {
    max-width: 650px;
  }
}
.cbt .cbt01 .to-web .txt {
  width: 50%;
  margin-left: 5%;
}
.cbt .cbt01 .to-web .txt h4 {
  font-size: 17px;
}
@media screen and (min-width: 769px) {
  .cbt .cbt01 .to-web .txt h4 {
    font-size: 20px;
  }
}
.cbt .cbt01 .to-web .txt a {
  margin: 15px 0;
}
.cbt .cbt01 .to-web .txt p {
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .cbt .cbt01 .to-web .txt p {
    font-size: 14px;
  }
}
.cbt .cbt02 {
  max-width: 1000px;
  margin: 0 auto;
}
.cbt .cbt02 .pink-ttl {
  font-size: 18px;
  color: #ee5e64;
  padding-bottom: 0.2em;
  margin-bottom: 15px;
  border-bottom: solid 2px #ee5e64;
}
.cbt .cbt02 .question {
  padding: 0 15px;
}
.cbt .cbt02 .question .item {
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
}
.cbt .cbt02 .question .item span {
  width: 25px;
  height: 25px;
  font-weight: bold;
  color: #fcba31;
  line-height: 1.5;
  text-align: center;
  border: solid 1px #fcba31;
  display: block;
}
.cbt .cbt02 .question .item p {
  width: calc(100% - 35px);
}
.cbt .cbt02 .question img {
  width: 80%;
  max-width: 350px;
  margin: 0 auto;
  display: block;
}
.cbt .cbt02 .green-box {
  padding: 20px;
  background-color: #e1f3e0;
}
@media screen and (min-width: 769px) {
  .cbt .cbt02 .green-box {
    padding: 40px 45px;
  }
}
.cbt .cbt02 .green-box h4 {
  font-size: 18px;
  color: #0b9500;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .cbt .cbt02 .green-box h4 {
    font-size: 20px;
  }
}
.cbt .cbt02 .green-box img {
  width: 70%;
  max-width: 400px;
  margin: 30px auto;
  display: block;
}
.cbt .cbt02 .wrap1 {
  width: 90%;
  max-width: 670px;
  margin: 0 auto;
  justify-content: space-around;
  align-items: flex-end;
}
.cbt .cbt02 .wrap1 .s2-com3 {
  width: 63%;
  max-width: 400px;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .cbt .cbt02 .wrap1 .s2-com3 {
    width: 35%;
    max-width: 220px;
  }
}
.cbt .cbt03 {
  max-width: 1000px;
  margin: 0 auto;
}
.cbt .cbt03 .orange-box {
  max-width: 450px;
  margin: 0 auto;
  padding: 25px 30px;
}
.cbt .cbt03 .orange-box h4 {
  text-align: center;
  font-size: 15px;
}
.cbt .cbt03 .orange-box img {
  width: 44%;
  margin: 15px auto;
  display: block;
}
.cbt .cbt03 .orange-box ul {
  display: flex;
  flex-flow: wrap;
}
.cbt .cbt03 .orange-box ul li {
  width: 50%;
}
.cbt .cbt03 .acc-section-wrap {
  padding: 0 20px;
}
.cbt .cbt03 .acc-section-wrap img {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
.cbt .cbt03 .profile h3 {
  font-size: 17px;
  text-align: center;
  padding: 12px 9px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.cbt .cbt03 .profile h3::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid rgba(0, 0, 0, 0);
  border-left: 12px solid rgba(0, 0, 0, 0);
  border-top: 23px solid #d8effc;
  border-bottom: 0;
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .cbt .cbt03 .profile h3 {
    font-size: 20px;
    margin: 70px auto 40px;
  }
}
.cbt .cbt03 .profile .flex-box > div:nth-of-type(1) {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cbt .cbt03 .profile .flex-box > div:nth-of-type(1) {
    width: 42%;
  }
}
.cbt .cbt03 .profile img {
  width: 80%;
  margin: 25px auto 15px;
  display: block;
}
@media screen and (min-width: 769px) {
  .cbt .cbt03 .profile img {
    width: 100%;
    margin: 0 auto 15px;
  }
}
.cbt .cbt03 .profile h4 {
  font-size: 16px;
}
.cbt .cbt03 .profile .small {
  font-size: 12px;
  line-height: 1.5;
}
.cbt .cbt03 .profile p {
  margin-bottom: 3em;
}
@media screen and (min-width: 769px) {
  .cbt .cbt03 .profile p {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.cbt .cbt04 {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cbt .cbt04 .inner > p {
    text-align: center;
  }
}
.cbt .cbt04 .result {
  max-width: 640px;
  margin: 0 auto;
}
.cbt .cbt04 .result h4 {
  font-size: 18px;
  text-align: center;
  margin: 3em 0 2em;
}
@media screen and (min-width: 769px) {
  .cbt .cbt04 .result h4 {
    font-size: 22px;
    margin: 4em 0 2em;
  }
}
.cbt .cbt04 .result h5 {
  font-size: 16px;
  text-align: center;
  margin: 4em 0 2em;
}
@media screen and (min-width: 769px) {
  .cbt .cbt04 .result h5 {
    font-size: 20px;
  }
}
.cbt .cbt04 .result h5 small {
  font-weight: 500;
  font-size: 0.75em;
  display: block;
}
.cbt .cbt04 .result ul {
  width: 75%;
  margin: 0 auto;
  flex-flow: wrap;
}
@media screen and (min-width: 769px) {
  .cbt .cbt04 .result ul {
    width: 100%;
  }
}
.cbt .cbt04 .result ul li {
  width: 45%;
  margin-bottom: 14px;
}
@media screen and (min-width: 769px) {
  .cbt .cbt04 .result ul li {
    width: 23%;
  }
}
.cbt .cbt04 .purple {
  padding: 20px 15px;
  margin: 60px 0;
}
@media screen and (min-width: 769px) {
  .cbt .cbt04 .purple {
    max-width: 800px;
    margin: 70px auto;
    padding: 40px 45px;
  }
}
.cbt .cbt04 .purple h3 {
  color: #ff6f38;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .cbt .cbt04 .purple h3 {
    font-size: 22px;
  }
}
.cbt .cbt04 .purple h4 {
  text-align: center;
  font-size: 17px;
  margin: 2em 0 1em;
}
@media screen and (min-width: 769px) {
  .cbt .cbt04 .purple h4 {
    font-size: 18px;
  }
}
.cbt .cbt04 .purple .wrap {
  margin: 20px 0;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .cbt .cbt04 .purple .wrap {
    margin: 40px 0;
  }
}
.cbt .cbt04 .purple .wrap img {
  width: min(90%, 600px);
  display: block;
  margin: 1.5em auto;
}
.cbt .cbt04 .purple .wrap p {
  text-align: center;
  line-height: 1.4;
}
.cbt .cbt04 .purple h5 {
  border-bottom: solid 3px #ff6f38;
  padding-bottom: 0.15em;
  margin: 1em 0 0.5em;
  display: inline-block;
}
.cbt .cbt04 .purple > p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .cbt .cbt04 .purple > p {
    font-size: 16px;
  }
}
.cbt .cbt04 .purple .orange-box {
  width: min(100%, 700px);
  margin: 30px auto;
  border: solid 3px #ff6f38;
  border-radius: 10px;
  padding: 20px;
}
.cbt .cbt04 .purple .orange-box img {
  margin-bottom: 1em;
  border: solid 1px #707070;
}
@media screen and (min-width: 769px) {
  .cbt .cbt04 .purple .orange-box {
    margin: 50px auto 40px;
    display: block;
    padding: 30px;
  }
  .cbt .cbt04 .purple .orange-box > * {
    max-width: 630px;
    margin: 0 auto 1em;
  }
}
.cbt .cbt04 .purple small {
  font-size: 12px;
  line-height: 1.65;
}
@media screen and (min-width: 769px) {
  .cbt .cbt04 .purple small {
    font-size: 14px;
  }
}
.cbt .cbt04 .to-guide a {
  width: 284px;
  height: 93px;
  color: #fff;
  padding: 13px;
  margin: 0 auto;
  background-color: #fd0075;
  background-image: url("../../assets/images/cbt/cbt04-gb.png");
  background-repeat: no-repeat;
  background-size: 119px;
  background-position: bottom right 5px;
  display: block;
}
.cbt .cbt04 .to-guide a h2 {
  font-size: 19px;
  text-align: center;
}
.cbt .cbt04 .to-guide a span {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-left: 2em;
}
.cbt .s-box {
  padding: 15px;
  margin: 40px auto;
}
.cbt .s-box .yellow-marker {
  font-weight: bold;
  font-size: 1.05em;
  background: linear-gradient(transparent 70%, #f8f103 70%);
}
.cbt .s-box li {
  display: flex;
  align-items: center;
}
.cbt .s-box li:nth-child(even) {
  width: 90%;
  margin: 2% 0 3% auto;
  justify-content: flex-end;
}
.cbt .s-box li img {
  width: 65px;
}
.cbt .serif-left {
  margin-left: 2em;
}
.cbt .serif-right {
  margin-right: 2em;
}
.cbt .s-box li div {
  max-width: 550px;
  position: relative;
}
.cbt .s-box li p {
  margin: 0;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 2.8em;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.cbt .s-box li div.serif-left::before,
.cbt .s-box li div.serif-right::before {
  content: "";
  width: 25px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.cbt .s2-box li div.serif-left::before,
.cbt .s2-box li div.serif-right::before {
  background-image: url("../images/cbt/acc-s2-serif.svg");
}
.cbt .s3-box li div.serif-left::before,
.cbt .s3-box li div.serif-right::before {
  background-image: url("../images/cbt/acc-s3-serif.svg");
}
.cbt .s-box li div.serif-left::before {
  left: -21px;
}
.cbt .s-box li div.serif-right::before {
  right: -21px;
  transform: rotate(180deg);
}
.cbt .s-box li div.serif-right p .op {
  padding-left: 1px;
}
.cbt .s-box li div::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: block;
  position: absolute;
  bottom: -4px;
  right: -4px;
}
.cbt .s-box li div p .op {
  width: 30px;
  min-width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  margin-right: 0.25em;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.3em;
}
.cbt .s2-box li div p {
  background-color: #fff;
  border: solid 1px #e74091;
}
.cbt .s3-box li div p {
  background-color: #fff;
  border: solid 1px #00aaeb;
}
.cbt .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 24px;
}
.cbt .flex-box > * {
  width: 49%;
}
.cbt .grade > a,
.cbt-result__back-btn {
    background-color: #00aaeb;  
    text-align: center;
    color: #fff !important;
    padding: 12px 24px;
}
@media screen and (max-width: 768px) {
  .cbt .s-box li:nth-child(even) {
    width: 100%;
  }
  .cbt .s-box li p {
    font-size: clamp(12px, 3.4666666667vw, 15px);
    padding: 0.75em;
    display: flex;
    align-items: flex-start;
  }
  .cbt .serif-left {
    margin-left: 1.5em;
  }
  .cbt .serif-right {
    margin-right: 1.5em;
  }
  .cbt .s-box li div.serif-left::before,
  .cbt .s-box li div.serif-right::before {
    width: 13px;
    height: 11px;
  }
  .cbt .s-box li div.serif-left::before {
    left: -11px;
  }
  .cbt .s-box li div.serif-right::before {
    right: -11px;
  }
  .cbt .s-box li div p .op {
    width: 25px;
    min-width: 25px;
    height: 25px;
    line-height: 22px;
    font-size: 17px;
    position: static;
    letter-spacing: 0;
    margin-right: 0.5em;
  }
  .cbt .flex-box {
    flex-direction: column;
  }
  .cbt .flex-box > * {
    width: 94%;
    margin: 0 auto;
  }
}
.cbt .s2-box li p .op,
.cbt .s2-box li div::after {
  background-color: #e74091;
}
.cbt .s3-box li p .op,
.cbt .s3-box li div::after {
  background-color: #00aaeb;
}
.cbt .acc-title a {
  width: 270px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px 10px 45px;
  margin: 40px auto;
  background-color: #fff;
  border-radius: 30px;
  border: solid 3px #ee5e64;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  position: relative;
}
@media screen and (min-width: 769px) {
  .cbt .acc-title a {
    width: 288px;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 8px 30px 8px 45px;
    margin: 50px auto;
    border-radius: 35px;
    position: relative;
  }
}
.cbt .acc-title a img {
  width: 38px !important;
  padding: 3px;
  background-color: #ee5e64;
  border-radius: 50%;
  transition: ease 0.3s;
  margin: 0 1em 0 0 !important;
  position: absolute;
  left: 8px;
}
.cbt .acc-box .yl {
  width: 25px;
  min-width: 25px;
  height: 25px;
  font-weight: bold;
  color: #fcba31;
  line-height: 1.5;
  text-align: center;
  margin-right: 0.5em;
  border: solid 1px #fcba31;
  display: block;
}
.cbt .acc-box .flex {
  margin: 1em 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .cbt .acc-box .flex {
    margin: 0.5em 0;
  }
}
.cbt .acc-box {
  display: none;
}
@media screen and (min-width: 769px) {
  .cbt .acc-box .flex-box {
    justify-content: space-between;
    margin-top: 1em;
  }
  .cbt .acc-box .flex-box > .wrap {
    width: 70% !important;
  }
}
.cbt .acc-box .point-box {
  padding: 20px;
  margin: 20px 0 40px;
  border: solid 3px #ee5e64;
  border-radius: 10px;
}
.cbt .acc-box .point-box .pk {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cbt .acc-box .point-box .pk img {
  width: 26px;
  margin: 0 0.5em 0 0;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .cbt .acc-box .point-box {
    width: 28%;
    padding: 10px 2% 5px;
  }
  .cbt .acc-box .point-box p:not(.pk) {
    font-size: 13px;
  }
}
.cbt__powers {
  background-image:
    linear-gradient(
      0deg,
      transparent calc(100% - 1px),
      rgba(168, 231, 245, 0.7) calc(100% - 1px)
    ),
    linear-gradient(
      90deg,
      transparent calc(100% - 1px),
      rgba(168, 231, 245, 0.7) calc(100% - 1px)
    );
  background-size: 22px 22px;
  background-repeat: repeat;
  background-position: center center;
  position: relative;
}
.cbt__powers .deco03 {
  width: 100px;
  left: 5%;
  bottom: -30px;
  z-index: 1;
  transform: rotate(-45deg);
}
.cbt__powers .inner {
  padding: 80px 0 120px;
}
@media screen and (min-width: 769px) {
  .cbt__powers .inner {
    width: 95%;
    min-width: 720px;
    max-width: 1083px;
  }
}
.cbt__powers .inner > h3 {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 35px;
}
.cbt__powers .inner > h3 .big {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 769px) {
  .cbt__powers .inner > h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .cbt__powers .inner > h3 .big {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.cbt__powers .powers-list > li {
  width: 92vw;
  max-width: 360px;
  height: 92vw;
  max-height: 360px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .cbt__powers .powers-list > li {
    width: 37.9209370425vw;
    max-width: 518px;
    min-width: 350px;
    height: 37.9209370425vw;
    max-height: 518px;
    min-height: 350px;
  }
}
.cbt__powers .powers-list > li dl {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cbt__powers .powers-list h3 {
  width: 173px;
  text-align: center;
  border-radius: 7px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .cbt__powers .powers-list h3 {
    width: 329px;
    font-size: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1330px) {
  .cbt__powers .powers-list h3 {
    width: 200px;
    font-size: 22px;
  }
}
.cbt__powers .powers-list dd {
  color: #fff;
}
.cbt__powers .powers-list .flex {
  margin: 4% 0 3%;
  display: flex;
  justify-content: space-between;
}
.cbt__powers .powers-list .flex p {
  font-size: 16px !important;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .cbt__powers .powers-list .flex p {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1330px) {
  .cbt__powers .powers-list .flex p {
    font-size: 18px !important;
  }
}
.cbt__powers .powers-list .power1 {
  background-color: #92c5e7;
}
.cbt__powers .powers-list .power1 img {
  width: 47px;
}
.cbt__powers .powers-list .power1 dd {
  width: 227px;
  font-size: 12px;
}
.cbt__powers .powers-list .power1 .flex {
  width: 156px;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .cbt__powers .powers-list .power1 img {
    width: 88px;
  }
  .cbt__powers .powers-list .power1 dd {
    width: auto;
    font-size: 15px;
    text-align: center;
  }
  .cbt__powers .powers-list .power1 .flex {
    width: 263px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1330px) {
  .cbt__powers .powers-list .power1 img {
    width: 70px;
  }
  .cbt__powers .powers-list .power1 dd {
    font-size: 13px;
  }
  .cbt__powers .powers-list .power1 .flex {
    width: 200px;
  }
}
.cbt__powers .powers-list .power23 {
  background-color: #ec8699;
}
.cbt__powers .powers-list .power23 dd {
  width: 227px;
  font-weight: bold;
}
.cbt__powers .powers-list .power23 .flex {
  width: 250px;
  align-items: center;
}
.cbt__powers .powers-list .power23 .flex p:nth-child(1) img {
  width: 54px;
  margin-top: 10px;
}
.cbt__powers .powers-list .power23 .flex p:nth-child(2) img {
  width: 47px;
}
.cbt__powers .powers-list .power23 .flex p:nth-child(3) img {
  width: 37px;
}
.cbt__powers .powers-list .power23 .flex p:nth-child(4) img {
  width: 53px;
}
@media screen and (min-width: 769px) {
  .cbt__powers .powers-list .power23 dd {
    width: 330px;
  }
  .cbt__powers .powers-list .power23 dd p {
    font-size: 22px;
  }
  .cbt__powers .powers-list .power23 .flex {
    width: 363px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1330px) {
  .cbt__powers .powers-list .power23 dd p {
    font-size: 16px;
  }
  .cbt__powers .powers-list .power23 .flex {
    width: 330px;
  }
}
.cbt__powers .pdetail-list {
  padding: 30px 15px;
  margin-top: 70px;
  background-color: #fff;
  border: solid 3px #ec8699;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .cbt__powers .pdetail-list {
    padding: 5% 4%;
    align-items: flex-start;
    justify-content: space-between;
  }
  .cbt__powers .pdetail-list__item {
    width: 33%;
    max-width: 303px;
  }
}
.cbt__powers .pdetail-list::before,
.cbt__powers .pdetail-list::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 17px solid rgba(0, 0, 0, 0);
  border-left: 17px solid rgba(0, 0, 0, 0);
  border-top: 0;
  position: absolute;
  left: 45%;
}
.cbt__powers .pdetail-list::before {
  border-bottom: 49px solid #ec8699;
  top: -52px;
}
.cbt__powers .pdetail-list::after {
  border-bottom: 49px solid #fff;
  top: -44px;
}
@media screen and (max-width: 575px) {
  .cbt__powers .pdetail-list__item:not(:last-child)::after {
    content: "";
    width: 70%;
    height: 1px;
    margin: 30px auto;
    background-color: #dedede;
    display: block;
  }
}
.cbt__powers .pdetail-list img {
  height: 65px;
  margin-right: 0.5em;
}
.cbt__powers .pdetail-list h3 {
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .cbt__powers .pdetail-list h3 {
    font-size: 30px;
  }
}
.cbt__powers .pdetail-list dd dl {
  margin-bottom: 0.5em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cbt__powers .pdetail-list dd dl dt {
  width: 90px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #ec8699;
}
@media screen and (min-width: 769px) {
  .cbt__powers .pdetail-list dd dl dt {
    font-size: 14px;
  }
}
.cbt__powers .pdetail-list dd dl dd {
  width: calc(100% - 100px);
}
@media screen and (min-width: 769px) {
  .cbt__powers .pdetail-list dd dl dd {
    font-size: 14px;
  }
}
.cbt__powers .pdetail-list dd.txt {
  text-align: center;
  margin: 20px 0;
}
@media screen and (min-width: 769px) {
  .cbt__powers .pdetail-list dd.txt {
    font-size: 14px;
  }
}
.cbt__info .inner {
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .cbt__info .inner {
    width: 89.6046852123%;
    padding-top: 70px;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1600px) {
  .cbt__info .inner {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.cbt__info-box {
  width: 92%;
  margin: -30px auto 0;
  background-color: #fff;
  border: solid 3px #fcba31;
  position: relative;
}
.cbt__info-box h3 {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .cbt__info-box h3 {
    font-size: 22px;
  }
}
.cbt__info-box p:first-of-type {
  padding-top: 1.8em;
}
@media screen and (min-width: 769px) {
  .cbt__info-box {
    width: 557px;
    margin: -28% 0 0 4%;
  }
}
.cbt__info .deco04 {
  right: 3%;
  bottom: 10px;
}
@media screen and (min-width: 769px) {
  .cbt__info .deco04 {
    width: 510px;
    bottom: 7%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1330px) {
  .cbt__info .deco04 {
    bottom: 0;
  }
}
.cbt__feature-menu {
  padding: 30px 15px;
  background-color: #bbe2b9;
}
@media screen and (min-width: 769px) {
  .cbt__feature-menu {
    padding: 70px 0 60px;
  }
}
@media screen and (min-width: 769px) {
  .cbt__feature-menu ul.flex-box {
    width: min(95%, 1085px);
    justify-content: space-between;
  }
}
.cbt__feature-menu li {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .cbt__feature-menu li {
    width: 29.5748613678%;
    min-width: 220px;
    margin-bottom: 0;
  }
}
.cbt__feature-menu a {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border: solid 3px #0b9500;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .cbt__feature-menu a {
    padding: 25px 10px 15px;
  }
}
.cbt__feature-menu .back-num {
  font-size: 55px;
  line-height: 1;
  top: -5px;
  left: 5px;
}
@media screen and (min-width: 769px) {
  .cbt__feature-menu .back-num {
    font-size: min(6vw, 77px);
  }
}
.cbt__feature-menu .cat {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .cbt__feature-menu .cat {
    font-size: 14px;
  }
}
.cbt__feature-menu h4 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .cbt__feature-menu h4 {
    font-size: 20px;
    margin: 15px 0;
  }
}
.cbt__feature-menu img {
  padding: 5px;
  background-color: #0b9500;
  border-radius: 50%;
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (min-width: 769px) {
  .cbt__feature-menu img {
    position: relative;
    bottom: 0;
    right: auto;
  }
}
.cbt__feature-content .items {
  padding: 15px 15px 30px;
  margin: 40px auto;
  background-color: #fff;
  border: solid 3px #0b9500;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .cbt__feature-content .items {
    padding: 4%;
    margin: 60px auto;
  }
  .cbt__feature-content .items:last-child img {
    width: 50%;
  }
}
.cbt__feature-content .back-num {
  font-size: 90px;
  line-height: 1;
  top: -10px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .cbt__feature-content .back-num {
    font-size: min(17vw, 200px);
  }
}
.cbt__feature-content .center {
  margin: 30px 0;
}
.cbt__feature-content .center h4 {
  font-size: 20px;
  margin: 10px 0 15px;
}
.cbt__feature-content .center .txt {
  font-size: 13px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .cbt__feature-content .center {
    display: flex;
    flex-flow: wrap row;
    align-items: flex-start;
    justify-content: center;
  }
  .cbt__feature-content .center .cat {
    font-size: 16px;
    margin-top: 10px;
    margin-left: 15%;
  }
  .cbt__feature-content .center h4 {
    font-size: 28px;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 0 15px;
  }
  .cbt__feature-content .center .txt {
    width: 100%;
    font-size: 18px;
    margin: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .cbt__feature-content > ul .research {
    margin-top: 60px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cbt__feature-content > ul .research .wrap {
    width: 68%;
  }
  .cbt__feature-content > ul .research img {
    width: 27%;
  }
}
.cbt__feature-content > ul h5.gr {
  font-size: 16px;
}
.cbt__feature-content > ul h5.gr span {
  width: 54px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 0 0.5em 20px 0;
  background-color: #fcba31;
  border-radius: 3px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .cbt__feature-content > ul h5.gr {
    font-size: 22px;
  }
  .cbt__feature-content > ul h5.gr span {
    width: 81px;
    font-size: 18px;
  }
}
.cbt__feature-content > ul p {
  margin-bottom: 1em;
}
.cbt__feature-content > ul .flex {
  margin: 1em 0;
  display: flex;
  align-items: flex-start;
}
.cbt__feature-content > ul .flex span {
  letter-spacing: 0;
  margin-right: 1em;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .cbt__feature-content > ul .flex {
    margin: 0.5em 0;
  }
}
.cbt__feature-content > ul .points {
  font-weight: bold;
}
.cbt__feature-content > ul .img {
  width: 74.2028985507%;
  max-width: 300px;
}
.cbt__feature-content > ul .green-box {
  padding: 30px 20px;
  margin: 20px 0;
  background-color: #e1f3e0;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .cbt__feature-content > ul .green-box {
    padding: 4% 4.5%;
    align-items: flex-start;
    justify-content: space-between;
  }
  .cbt__feature-content > ul .green-box dl {
    width: 48%;
  }
}
.cbt__feature-content > ul .green-box dl:nth-of-type(2) {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .cbt__feature-content > ul .green-box dl:nth-of-type(2) {
    margin-top: 0;
  }
}
.cbt__feature-content > ul .green-box dt {
  font-size: 20px;
  font-weight: bold;
}
.cbt__feature-content > ul .green-box dd {
  font-size: 13px;
  margin: 20px 0;
}
.cbt__feature-content > ul .green-box dd:nth-of-type(2) {
  width: 67.3015873016%;
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .cbt__feature-content > ul .green-box dd {
    font-size: 14px;
  }
  .cbt__feature-content > ul .green-box dd:nth-of-type(2) {
    width: 212px;
    margin: 15px 0 0 auto;
  }
}
.cbt__feature-content > ul .exq .flex-box img {
  width: 314px;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .cbt__feature-content > ul .exq .flex-box {
    flex-flow: column;
  }
  .cbt__feature-content > ul .exq .flex-box img {
    margin-top: 15px;
  }
}
.cbt__feature-content > ul .exq h5 {
  font-size: 20px;
  border-bottom: solid 1px #ee5e64;
  padding-bottom: 10px;
  margin: 30px 0 20px;
}
@media screen and (min-width: 769px) {
  .cbt__feature-content > ul .exq h5 {
    font-size: 24px;
    padding-bottom: 20px;
    margin: 60px 0 40px;
  }
}
.cbt__feature-content > ul .exq .yl {
  min-width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  border: solid 1px #fcba31;
  display: inline-block;
}
.cbt__feature-content > ul .exq .btn-second {
  margin: 0 auto;
  cursor: pointer;
}
.cbt__feature-content > ul .exq .btn-second a {
  padding: 8px 30px 8px 11px;
  border: solid 3px #ee5e64;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .cbt__feature-content > ul .exq .btn-second a {
    padding: 8px 30px 8px 45px;
  }
  .cbt__feature-content > ul .exq .btn-second a img {
    width: 38px;
    padding: 3px;
    background-color: #ee5e64;
    left: 8px;
  }
}
.cbt__feature-content > ul .exq .acc-box {
  display: none;
}
@media screen and (min-width: 769px) {
  .cbt__feature-content > ul .exq .acc-box .flex-box {
    justify-content: space-between;
  }
  .cbt__feature-content > ul .exq .acc-box .wrap {
    width: 70%;
  }
}
.cbt__feature-content > ul .exq .point-box {
  padding: 20px;
  margin: 20px 0 40px;
  border: solid 3px #ee5e64;
  border-radius: 10px;
}
.cbt__feature-content > ul .exq .point-box .pk {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cbt__feature-content > ul .exq .point-box .pk img {
  width: 29px;
  margin-right: 0.5em;
}
@media screen and (min-width: 769px) {
  .cbt__feature-content > ul .exq .point-box {
    width: 28%;
    padding: 10px 2% 5px;
  }
  .cbt__feature-content > ul .exq .point-box p:not(.pk) {
    font-size: 13px;
  }
}

.cbt__box {
    margin-bottom: 60px;
}

.cbt-quit-btn {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #999;
  border-radius: 4px;
  color: #666;
  font-size: 13px;
  text-decoration: none;
  background: #fff;
}
.cbt-quit-btn:hover {
  background: #f5f5f5;
}

.footer {
    padding-top: 15px;
}
.footer .copy {
    margin-top: 0;
}

.cbt-start {
    margin: auto;
    width: 50%;
    margin-bottom: 40px;
}

.cbt .txt_center {
    text-align: center;
}
.cbt_start__btn {
    background: #fd1f60;
    color: #fff !important;
    border: none;
    padding: 14px 24px;
    font-size: 1.5em;
    font-weight: bold;
  display: block;
  margin: 24px auto 0;
  text-align: center;

}
@media screen and (min-width: 769px) {
  .cbt_start__btn {
    width: 50%;
  }
}

.cbt_result__sns > li img{
    max-height: 30px !important;
}
.cbt_result__sns > li {
  flex-shrink: 1;
      width: auto !important;
      margin: 0 !important;
}
.cbt_result__sns {
    flex-direction: row !important;
    justify-content: center !important;
    margin: auto;
    column-gap: 24px;
}
.cbt_result_img {
    width: 100%;
    margin: 40px 0;
}
.cbt-result__share-lead {
    margin-bottom: 1.5em;
}
.cbt-result__parent-note {
    margin: 30px 0;
}
.grade_back {
    margin-bottom: 30px;
    padding: 12px;
    text-align: center;
}
.sns-x img {
  filter: brightness(0);
}

#header .inner > .wrap {
  margin-right: 20px;
}
.sns-copy,
.sns-download {
      padding: 4px 10px;
    background: #01AAEB;
    border-radius: 6px;
    color: #fff;
}

.cbt-result__parent-note a {
    color: #052692;
    text-decoration: underline;
}