@charset "UTF-8";

.style--egogram {
  /* margin: 30px 0; */
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
  border-radius: 5px;
  border: 1px solid #dddddd;
}
@media only screen and (max-width: 767px) {
  .style--egogram {
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px 10px;
    border-radius: 0;
    border: none;
  }
}
.style--egogram .area-head .headline {
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  font-size: 200%;
  color: #21bd69;
}
.style--egogram .area-head .headline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(-45deg, #21bd69, #21bd69 2px, white 2px, white 4px);
}
@media only screen and (max-width: 767px) {
  .style--egogram .area-head .headline {
    font-size: 150%;
  }
}
.style--egogram .area-head .leadtext {
  margin: 1.0em;
  text-align: center;
  font-size: 125%;
}
.style--egogram .button-next {
  display: block;
  text-align: center;
}
.style--egogram .button-next a ,
.style--egogram .button-next button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* padding: 1.0em 4.0em; */
  padding: 5px;
  background-color: #21bd69;
  border-radius: 999px;
  line-height: 1;
  font-weight: bold;
  font-size: 150%;
  color: #ffffff;
}
.style--egogram .button-next button:disabled {
  background-color: #cccccc;
  color: #dddddd;
}
.style--egogram .button-next button span {
    display: block;
border: 3px solid #fff;
width: 100%;
height: 100%;
padding: 1em 4em;
border-radius: 999px;
}

.style--egogram .button-box {
  position: relative;
  /* display: flex; */

}
.style--egogram .button-box .block-head {
  position: absolute;
  left: 0;
}
.style--egogram .button-box .block-body {
  width: 100%;
}
.style--egogram .button-box .block-foot {
  position: absolute;
  right: 0;
}
.style--egogram .button-back {
  margin-top: 0.75em;
}
.style--egogram .button-back a,
.style--egogram .button-back button {
  position: relative;
  display: inline-block;
  padding: 0.5em 2.0em;
  border-radius: 999px;
  background-color: rgba(0,0,0,0.25);

  color: #ffffff;
  transition: all 0.2s ease-out;
}
.style--egogram .button-back a:hover,
.style--egogram .button-back button:hover {
  background-color: rgba(0,0,0,0.5);

}
.style--egogram .button-back a > *,
.style--egogram .button-back button > * {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
.style--egogram .button-back a > *::before,
.style--egogram .button-back button > *::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .style--egogram .button-box {
    display: flex;
    flex-direction: column;
  }
  .style--egogram .button-box .block-head {
    position: unset;
    order: 2;
  }
  .style--egogram .button-back {
    text-align: center;
  }
}


/* .style--egogram-back {
  margin: 20px;
}
.style--egogram-back .button-back a {
  position: relative;
  display: inline-block;
  padding: 0.5em 2.0em;
  border-radius: 999px;
  background-color: rgba(0,0,0,0.25);

  color: #ffffff;
  transition: all 0.2s ease-out;
}
.style--egogram-back .button-back a:hover {
  background-color: rgba(0,0,0,0.5);

}
.style--egogram-back .button-back a > * {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
.style--egogram-back .button-back a > *::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(45deg);
} */




.style--egogram .alert {
  padding: 1.0em;
  margin-left: -30px;
  margin-right: -30px;
  background-color: #ffac00;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .style--egogram .alert {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.style--egogram .check-list > .item {
  position: relative;
  margin: 40px 20px;
  padding: 30px 20px;
  background-color: #f9f9f9;
  box-shadow: inset 0px 2px 10px rgba(0,0,0,0.2);
  border-radius: 10px;
}
.style--egogram .check-list > .item:hover {
  background-color: #ffffff;
}
.style--egogram .check-list > .item.error {
  background-color: #ffe5ce;
}
@media only screen and (max-width: 767px) {
  .style--egogram .check-list > .item {
    margin: 20px 0;
    /* padding: 20px 0 0; */
    padding: 0;
  }
}
.style--egogram .question {
}
.style--egogram .question .number {
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 1;
  font-weight: bold;
  font-size: 400%;
  color: #eeeeee;
  z-index: 0;
}
.style--egogram .question .body {
  margin-bottom: 1.0em;
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .style--egogram .question {
    display: flex;
    align-items: center;
    padding: 30px 20px 25px;
  }
  .style--egogram .question .number {
    position: unset;
    top: unset;
    left: unset;
    padding-right: 0.25em;
    font-size: 300%;
  }
  .style--egogram .question .body {
    margin-bottom: 0;
    /* padding-left: 3.0em; */
    text-align: left;
    line-height: 1.2;
    font-size: 120%;
  }
}
.style--egogram .answer-list {
  position: relative;
  display: flex;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
  border-radius: 999px;
  z-index: 1;
}
.style--egogram .answer-list > .item {
  flex-basis: 100%;
  flex-grow: 1;
}
.style--egogram .answer-list input[type="radio"] {
  display: none;
}
.style--egogram .answer-list input[type="radio"] + label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.0em 0.5em;
  background-color: rgb(238,238,238);
  background-image: linear-gradient(0deg, rgba(255,255,255,0.25) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #cccccc;
  text-shadow: 0px 1px 2px rgba(255,255,255,0.75);
  color: #666666;
  transition: all 0.299-s 0s ease;
}
.style--egogram .answer-list input[type="radio"]:checked + label {
  background-color: rgb(66, 133, 244);
  background-image: linear-gradient(0deg, rgba(255,255,255,0.1) 0%, rgba(255, 255, 255, 0) 100%);
  text-shadow: 0px -1px 2px rgba(0,0,0,0.25);
  color: #ffffff;
}
.style--egogram .answer-list > .item:first-child label {
  border-radius: 999px 0 0 999px;
}
.style--egogram .answer-list > .item:last-child label {
  border-radius: 0 999px 999px 0;
}
.style--egogram .answer-list > .item:not(:last-child) label {
  border-right: none;
}
.style--egogram .result-chart {
  width: 80%;
  margin: 0 auto;
  padding: 1.5em 2.0em 1.0em;
  background-color: rgb(186, 226, 238);
  background-image: linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(255, 255, 255, 0.25) 100%);
  box-shadow: inset 0px 2px 10px rgba(0,0,0,0.2);
  border-radius: 5px;
  border: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .style--egogram .answer-list {
    border-radius: 0;
    line-height: 1.2;
  }
  .style--egogram .answer-list > .item:first-child label {
    border-radius: 0 0 0 10px;
  }
  .style--egogram .answer-list > .item:last-child label {
    border-radius: 0 0 10px 0;
  }
  .style--egogram .result-chart {
    width: unset;
    padding: 0.5em;
  }
}




.style--egogram .about-box {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 2.0em;
  background-color: rgb(255, 250, 207);
  border-radius: 5px;
  border: 1px dashed rgb(231, 220, 123);
}
.style--egogram .about-box .headline {
  font-size: 150%;
  color: #ffac00;
}
.style--egogram .about-box p {
  margin-bottom: 1.0em;
}
.style--egogram .about-box .about-message {
  display: flex;
  align-items: center;
}
.style--egogram .about-box .item--body {
  flex-basis: 70%;
  padding-right: 2.0em;
}
.style--egogram .about-box .item--photo {
  order: 2;
  flex-basis: 30%;
  padding-top: 100px;
  text-align: center;
}
.style--egogram .about-box .item--photo img {
  width: 80%;
  height: auto;
  animation-name: floating-animation-about;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@keyframes floating-animation-about {
  0% { transform: translate3d(0, 0, 0); }
  15% { transform: scale(1.1, 0.9) translate3d(0, -60%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
@media only screen and (max-width: 767px) {
  .style--egogram .about-box {
    padding: 15px;
  }
  .style--egogram .about-box .headline {
    text-align: center;
  }
  .style--egogram .about-box .about-message {
    flex-direction: column;
  }
  .style--egogram .about-box .item--body {
    order: 2;
    flex-basis: 100%;
    padding-right: 0;
  }
  .style--egogram .about-box .item--photo {
    order: 1;
    flex-basis: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .style--egogram .about-box .item--photo img {
    width: 60px;
  }
}


.style--egogram .result-box {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 125%;
}
.style--egogram .result-box .result-message {
  display: flex;
  align-items: center;
}
.style--egogram .result-box .item--body {
  flex-basis: 70%;
  padding-right: 2.0em;
}
.style--egogram .result-box .item--photo {
  order: 2;
  flex-basis: 30%;
}
.style--egogram .result-box .headline {
  font-size: 150%;
  color: rgb(75, 192, 192);
}
.style--egogram .result-box p {
  margin-bottom: 1.0em;
}
@media only screen and (max-width: 767px) {
  .style--egogram .result-box .result-message {
    flex-direction: column;
  }
  .style--egogram .result-box .item--body {
    padding-right: 0;
  }
  .style--egogram .result-box .item--photo {
    width: 60%;
    margin-bottom: 2.0em;
  }
  .style--egogram .result-box .headline {
    margin-bottom: 0.5em;
  }
}


.style--egogram .care-box {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 125%;
}
.style--egogram .care-box .headline {
  font-size: 150%;
  color: rgb(75, 192, 192);
}
.style--egogram .care-box p {
  margin-bottom: 1.0em;
}
.style--egogram .care-box .item--photo {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .style--egogram .care-box .item--photo {
    float: unset;
    width: unset;
    text-align: center;
  }
  .style--egogram .care-box .item--photo > * {
    display: inline-block;
    width: 60%;
    margin-bottom: 1.0em;
  }
  .style--egogram .care-box .headline {
    margin-bottom: 0.5em;
  }
}





.style--egogram .character-box {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 2.0em;
  background-color: rgb(255, 250, 207);
  border-radius: 5px;
  border: 1px dashed rgb(231, 220, 123);
  /* text-align: center; */
  font-size: 150%;
}
.style--egogram .character-box > * {
  display: inline-block;
}
.style--egogram .character-box .headline {
  text-align: left;
  font-size: 125%;
  color: #ffac00;
}
.style--egogram .character-box .block-body:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .style--egogram .character-box {
    margin-top: 0;
    font-size: 120%;
  }
  .style--egogram .character-box .headline {
    margin-bottom: 0.5em;
  }
  .style--egogram .character-box .block-body:not(:last-child) {
    margin-bottom: 20px;
  }
}
.style--egogram .character-list {
  list-style-type: none;
  text-align: left;
}
.style--egogram .character-list > * {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
.style--egogram .character-list > *::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.8em;
  height: 0.4em;
  border-left: 3px solid #25AF01;
  border-bottom: 3px solid #25AF01;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {

}
.style--egogram .action-list {
  list-style-type: none;
  text-align: left;
}
.style--egogram .action-list > * {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
.style--egogram .action-list > *::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.2em;
  width: 0.5em;
  height: 0.5em;
  border-top: 3px solid #4682b4;
  border-right: 3px solid #4682b4;
  transform: rotate(45deg);
}
.style--egogram .action-list > *::after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 0.75em;
  height: 3px;
  background: #4682b4;
}


.style--egogram .share-block {
  display: block;
  position: relative;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
}
.style--egogram .share-block .block-head {
  margin-bottom: 20px;
  display: block;
  color: #21bd69;
}
.style--egogram .share-block .block-body {
  display: flex;
  justify-content: center;
  font-size: 150%;
}
.style--egogram .share-block:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(-45deg, #21bd69, #21bd69 2px, white 2px, white 4px);
}
@media only screen and (max-width: 767px) {
  .style--egogram .share-block .block-body {
    font-size: 250%;
  }
}