body,
html {
  overflow: auto;
  margin: auto;
  font-family: Zen Maru Gothic, serif;
}
#app {
  height: 100%;
  max-width: 1620px;
  margin: auto;
  overflow: auto;
  font-family: Zen Maru Gothic, serif;
}
.home {
  height: 100%;
  overflow: auto;
  margin: auto;
  font-family: Zen Maru Gothic, serif;
}
.diagnosis h2 {
  font-size: 1.6rem;
  margin: 5px auto;
}
.diagnosis h3 {
  font-size: 1.2rem;
  margin: 15px 0;
  background: #f5d5ce;
  border: 2px solid #2c2c2c;
  border-radius: 50px;
  padding: 10px;
  width: 200px;
  text-align: center;
}
.diagnosis p {
  font-size: 1.2rem;
  margin: 0;
  margin-bottom: 5px;
}
.diagnosis pre {
  font-size: 1rem;
  margin: 0;
  width: 100%;
  word-break: normal;
  white-space: pre-wrap;
  font-family: Zen Maru Gothic, serif;
}
.result .cloud {
  width: 100%;
  margin: auto;
  padding: 10px;
}
.result .cloud div {
  padding: 10px;
}
.result .cloud div pre {
  border: 3px dotted #777;
  background: #fdfbfb;
  padding: 10px;
}
.result .cloud .responsive-text {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.result .cloud .responsive-text .pc-line-break {
  display: block;
}
@media (max-width: 1050px) {
  .result .cloud .responsive-text .pc-line-break {
    display: block;
  }
}
@media (max-width: 700px) {
  .result .cloud .responsive-text .pc-line-break {
    display: none;
  }
}
.result .cloud .responsive-text .line-break {
  display: block;
}
@media (max-width: 1050px) {
  .result .cloud .responsive-text .line-break {
    display: block;
  }
}
@media (max-width: 700px) {
  .result .cloud .responsive-text .line-break {
    display: block;
  }
}
.result details {
  margin: 20px auto;
  padding-bottom: 20px;
  --arrow-size: 18px;
  --anime-speed: 0.3s;
}
.result details summary {
  box-sizing: border-box;
  position: relative;
  display: block;
  font-weight: 700;
  padding: 1.5em calc(var(--arrow-size) + 3em) 1.5em 3.5em;
  background: #fff;
  border: 1px solid #84b1de;
  cursor: pointer;
}
.result details summary::-webkit-details-marker {
  display: none;
}
.result details summary:before {
  content: 'Q.';
  position: absolute;
  top: 1.5em;
  left: 1.5em;
}
.result details summary .ico {
  position: absolute;
  top: 0;
  right: 1.5em;
  bottom: 0;
  display: block;
  width: var(--arrow-size);
  height: calc(var(--arrow-size) * 0.6);
  margin: auto;
  background: #0a64be;
  clip-path: polygon(100% 13%, 50% 100%, 0 13%, 8% 0, 50% 73%, 92% 0);
  transition: transform var(--anime-speed);
}
.result details .inner {
  position: relative;
  padding: 1.5em 1.5em 1.5em 3.5em;
  background: #fdfbfb;
  border: 3px dotted #777;
}
.result details .inner:before {
  content: 'A.';
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  font-weight: 700;
}
.result details[open] summary .ico {
  transform: rotate(180deg);
}
.button {
  padding-right: 5rem;
}
.button,
.button:before,
.button:hover,
.button:hover:before {
  transition: 0.5s;
}
.responsive-text {
  display: inline;
}
@media (max-width: 1500px) {
  .responsive-text .line-break {
    display: block;
  }
}
@media (max-width: 1050px) {
  .responsive-text .line-break {
    display: none;
  }
}
@media (max-width: 700px) {
  .responsive-text .line-break {
    display: block;
  }
}
.header,
.home {
  background: #faf4f2;
}
.header {
  z-index: 2222;
  position: relative;
  max-height: 200px;
  height: 100%;
  display: none;
}
.header.show {
  display: flex;
}
@media (max-width: 768px) {
  .header {
    max-height: 80px;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
  }
}
.header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .header img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.status {
  text-align: center;
  padding: 0 15px;
  max-width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  z-index: 2222;
  background: #faf4f2;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.status .animal {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.status .animal div {
  width: 8.3333333333%;
}
.status .progress {
  width: 100%;
  border-radius: 0;
  margin: 0;
  background: #ccc;
  --bs-progress-bar-bg: rgba(255, 211, 0, 0.8);
}
@media (max-width: 768px) {
  .status {
    flex-wrap: wrap;
  }
}
.status img {
  width: 100%;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(0);
}
.status img.on {
  filter: none;
}
.diagnosis {
  height: 100%;
  overflow: auto;
  position: relative;
  background: #faf4f2;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .diagnosis {
    min-height: auto;
  }
}
.diagnosis .progress {
  border: 1px solid #333;
  border-radius: 0;
  background: #ccc;
}
.diagnosis .button {
  border: 5px double #ccc;
  box-shadow: 1px 1px 3px #ccc;
  padding: 10px 40px 10px 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 70%;
  position: relative;
  border-radius: 0;
  background-color: hsla(0, 0%, 100%, 0.9);
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  pointer-events: none;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media (max-width: 768px) {
  .diagnosis .button {
    font-size: 0.8rem;
  }
}
.diagnosis .button:nth-child(2) {
  animation-delay: 3s;
}
.diagnosis .button.selected {
  background-color: rgba(255, 211, 0, 0.4);
}
@media (hover: hover) {
  .diagnosis .button:hover {
    background-color: rgba(255, 211, 0, 0.8);
  }
}
@media (hover: none) {
  .diagnosis .button:active {
    background-color: rgba(255, 211, 0, 0.8);
  }
}
.diagnosis .result .button {
  font-size: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 6px 15px;
  background: #f5d5ce;
  border-radius: 0;
  min-width: 150px;
}
.diagnosis .result .button:before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #5b5b5b;
}
.diagnosis .result .button:hover {
  background: #66d9ef;
}
.diagnosis .result .button:hover:before {
  top: 0;
  left: 0;
}
.diagnosis .footer {
  text-align: center;
}
.diagnosis .footer .button {
  font-size: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 10px 15px;
  background: #f5d5ce;
  border-radius: 0;
  min-width: 250px;
}
.diagnosis .footer .button:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #5b5b5b;
}
.diagnosis .footer .button:hover {
  background: #66d9ef;
}
.diagnosis .footer .button:hover:before {
  top: 0;
  left: 0;
}
.diagnosis .result-button {
  margin-bottom: 10px;
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.diagnosis .result {
  width: 100%;
}
.diagnosis .result .result-title {
  font-size: 1.6rem;
  text-align: center;
}
.diagnosis .result .result-graph {
  margin-top: 20px;
  background: #fdfbfb;
  box-shadow: 0 0 3px #ccc;
  padding: 40px;
}
.diagnosis .result .result-graph .dataset {
  width: 90%;
  margin: auto;
}
.diagnosis .result .result-graph .dataset .row {
  width: 100%;
}
.diagnosis .result .result-graph .dataset .row .dataset-title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.diagnosis .result .result-graph .dataset .row .dataset-title:first-child {
  text-align: left;
}
.diagnosis .result .result-graph .dataset .row .dataset-title:last-child {
  text-align: right;
}
.diagnosis .result .result-graph .dataset .row .progress {
  overflow: visible;
}
.diagnosis .result .result-graph .dataset .row .progress-bar {
  position: relative;
  overflow: visible;
  border-radius: 1.2rem;
}
.diagnosis .result .result-graph .dataset .row .progress-bar:after {
  content: '';
  box-sizing: border-box;
  border: 2px solid #5896ff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: block;
  position: absolute;
  right: -10px;
}
.diagnosis-content {
  padding: 0 0 0 0;
  min-height: calc(100% - 80px);
}
.diagnosis-content .ribbon14-wrapper .responsive-text {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 768px) {
  .diagnosis-content {
    position: relative;
    padding-top: 10px;
  }
}
.diagnosis-content .responsive-text {
  white-space: normal;
  line-height: normal;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 1024px) {
  .diagnosis-content .responsive-text {
    width: 17rem;
  }
}
@media (max-width: 700px) {
  .diagnosis-content .responsive-text {
    width: 15rem;
  }
}
@media (max-width: 1050px) {
  .diagnosis-content .responsive-text .line-break {
    display: none;
  }
}
@media (max-width: 700px) {
  .diagnosis-content .responsive-text .line-break {
    display: block;
  }
}
.diagnosis-content .data-area {
  margin: auto;
  margin-bottom: 10px;
}
@media (min-resolution: 1.25dppx) {
  .diagnosis-content .data-area {
    margin-top: -7%;
  }
}
@media (max-width: 768px) {
  .diagnosis-content .data-area {
    position: relative;
    margin-top: -15%;
  }
}
.diagnosis-content .button:after {
  content: '▶';
  position: absolute;
  right: 12px;
  color: #5f5f5f;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
.diagnosis-content .image-area {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  max-height: 800px;
  min-height: 400px;
  margin: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .diagnosis-content .image-area {
    min-height: 300px;
  }
}
.diagnosis-content .image-area img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
  max-height: 40rem;
  height: auto;
  margin-bottom: -20%;
  margin-top: -2%;
}
@media screen and (min-resolution: 1.25dppx) {
  .diagnosis-content .image-area img {
    max-height: 450px;
    margin-bottom: -5%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    margin-top: -3%;
  }
}
@media (max-width: 1024px) {
  .diagnosis-content .image-area img {
    max-width: 100%;
    max-height: 35rem;
    margin-bottom: -5%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
  }
}
@media (max-width: 768px) {
  .diagnosis-content .image-area img {
    margin-bottom: 0;
    margin-top: -3%;
    max-width: 80%;
  }
}
.diagnosis-content .selectMom {
  position: absolute;
  top: 5px;
  width: 100%;
}
.diagnosis-content .selectMom div {
  width: 300px;
  height: 150px;
  margin: 0;
}
.diagnosis-content .selectMom div .kidsmom {
  animation-name: fadeInZoom;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media (min-resolution: 1.25dppx) {
  .diagnosis-content .selectMom div {
    width: 15rem;
    height: 7.5rem;
  }
}
@media (min-resolution: 1.5dppx) {
  .diagnosis-content .selectMom div {
    width: 15rem;
    height: 7.5rem;
  }
}
@media (max-width: 1024px) {
  .diagnosis-content .selectMom div {
    width: 15rem;
    height: 7.5rem;
  }
}
@media (max-width: 768px) {
  .diagnosis-content .selectMom div {
    width: 10rem;
    height: 5rem;
  }
}
@media (max-width: 600px) {
  .diagnosis-content .selectMom div {
    width: 7rem;
    height: 3.5rem;
  }
}
.diagnosis-content .selectMom div.mom {
  margin-right: 0;
  margin-left: auto;
}
.diagnosis-content .selectMom div.mom .whatsdoing {
  right: 0;
}
.diagnosis-content .selectMom div.kids {
  margin-left: 0;
  margin-right: auto;
}
.diagnosis-content .selectMom div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.diagnosis-content .selectMom div .whatsdoing {
  position: absolute;
  top: 180px;
  width: 250px;
  height: 250px;
  animation-name: fadeInZoom;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 0;
}
.diagnosis-content .selectMom div .whatsdoing img {
  width: 100%;
}
@media (min-resolution: 1.25dppx) {
  .diagnosis-content .selectMom div .whatsdoing {
    width: 10rem;
    height: 10rem;
    top: 7.8rem;
    z-index: 9;
  }
}
@media (min-resolution: 1.5dppx) {
  .diagnosis-content .selectMom div .whatsdoing {
    width: 10rem;
    height: 10rem;
    top: 7.8rem;
    z-index: 9;
  }
}
@media (max-width: 1024px) {
  .diagnosis-content .selectMom div .whatsdoing {
    width: 10rem;
    height: 10rem;
    top: 7.8rem;
    z-index: 9;
  }
}
@media (max-width: 768px) {
  .diagnosis-content .selectMom div .whatsdoing {
    width: 7rem;
    height: 7rem;
    top: 5.2rem;
    z-index: 9;
  }
}
@media (max-width: 600px) {
  .diagnosis-content .selectMom div .whatsdoing {
    width: 5rem;
    height: 5rem;
    top: 3.7rem;
    z-index: 9;
  }
}
.question {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 60px;
  margin-bottom: 40px;
}
.button-content {
  display: flex;
  flex-direction: column;
}
.back {
  bottom: 10px;
  left: 10px;
  z-index: 9999;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 0;
  font-weight: 700;
}
.result-button-content {
  text-align: center;
  margin-bottom: 5px;
}
.result-button-content .image-area {
  width: 100%;
  max-height: 800px;
  max-width: 1600px;
  overflow: hidden;
  margin: auto;
}
.result-button-content .image-area img {
  width: 100%;
  height: 80%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 750px;
}
.result-button-content .back {
  display: block;
  margin: 5px;
  margin-left: 5px;
  margin-right: auto;
}
.result-button {
  margin-top: 25px !important;
}
.ribbon14-wrapper {
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 15px;
  max-width: 1600px;
  width: 90%;
  background: rgba(255, 193, 7, 0.8);
  box-sizing: border-box;
  border-bottom: 5px double #ccc;
  z-index: 2;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  box-shadow: 8px 8px 1px rgba(255, 211, 0, 0.4);
}
.ribbon14-wrapper.kids {
  background: rgba(183, 225, 213, 0.9);
}
.ribbon14-wrapper.mom {
  background: rgba(255, 216, 128, 0.9);
  box-shadow: 8px 8px 1px #b7e1d5;
}
.ribbon14-wrapper p {
  text-align: center;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .ribbon14-wrapper p {
    font-size: 1rem;
  }
}
.ribbon14 {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #f5d5ce;
}
.ribbon14:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #f5d5ce;
  border-right: 20px solid #f5d5ce;
  border-bottom: 10px solid transparent;
}
.back {
  height: 50px;
  padding: 0 10px;
  border-radius: 5px;
  color: #fdfdfd;
  background-color: rgba(22, 52, 85, 0.8);
  border: 5px double rgba(255, 211, 0, 0.4);
  box-shadow: 0 0 0 rgba(255, 211, 0, 0.4);
  transition: 1s;
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .back {
    height: 70px;
  }
}
@media (max-width: 768px) {
  .back {
    font-size: 0.8rem;
    height: 50px;
  }
}
.back:hover {
  background: rgba(183, 225, 213, 0.9);
}
.back-a,
.back:hover {
  color: #3d3937;
  border: 5px double #ccc;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.back-a {
  background: hsla(0, 0%, 100%, 0.9);
}
.back-a:hover {
  color: #3d3937;
  background: rgba(183, 225, 213, 0.9);
  border: 5px double #ccc;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.flex {
  display: flex;
}
.result-content {
  width: 100%;
  padding: 40px;
  box-shadow: 0 0 3px #ccc;
  background: #fdfbfb;
  position: relative;
}
.result-content .titleContents {
  position: absolute;
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
  left: 0;
  right: 0;
  top: 10px;
  padding: 0 15px;
  margin: auto;
  color: red;
}
@media (max-width: 768px) {
  .result-content .titleContents {
    position: relative;
    font-size: 1.2rem;
    padding: 0;
  }
}
.result-content .titleContents span {
  display: block;
}
.result-content .titleContents span.title1 {
  text-align: center;
  display: block;
}
.result-content .titleContents span.title2 {
  text-align: center;
}
.result-content .titleContents span.title2 span {
  display: none;
}
@media (max-width: 768px) {
  .result-content .titleContents span.title2 span {
    display: block;
  }
}
.result-content img {
  width: 100%;
  max-width: 500px;
  margin-top: 115px;
}
@media (max-width: 768px) {
  .result-content img {
    margin-top: 0;
  }
}
.result-title {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #f5d5ce;
  font-weight: 700;
}
.result-title:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #5b5b5b;
}
.result-sub-title {
  background-image: linear-gradient(transparent 70%, #f5d5ce 0);
  display: inline;
  font-size: 1.6rem;
  font-weight: 700;
}
.share {
  width: 50px;
  position: relative;
  right: 0;
  top: 0;
  padding: 5px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.shareArea {
  position: fixed;
  top: 50%;
  right: 0;
  left: auto;
  z-index: 9999;
  text-decoration: inherit;
  width: 80px;
  height: auto;
}
.shareArea .back {
  display: block;
  position: relative;
  margin-top: 5px;
  width: 80px;
  height: 50px;
}
@media (max-width: 767px) {
  .diagnosis .button {
    width: 80%;
    min-width: 300px !important;
  }
  .flex {
    display: block;
  }
  .flex > div {
    width: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  to {
    opacity: 1;
    pointer-events: auto;
  }
}
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    scale: 0;
  }
  50% {
    opacity: 0.25;
    scale: 0.25;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
.top-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #faf4f2;
  overflow: hidden;
  padding: 0 0;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top-header {
    background-color: #f0cda4;
  }
}
.top-header img {
  width: 100%;
  content: url(/shindan_seikaku/img/top.5bfcc006.svg);
}
@media (max-width: 1500px) {
  .top-header img {
    content: url(/shindan_seikaku/img/top.5bfcc006.svg);
  }
}
@media (max-width: 1024px) {
  .top-header img {
    max-width: 770px;
    margin: 0 auto;
    background-color: #faf4f2;
  }
}
@media screen and (min-resolution: 1.25dppx) {
  .top-header img {
    content: url(/shindan_seikaku/img/top.5bfcc006.svg);
  }
}
@media screen and (min-resolution: 1.5dppx) and (max-resolution: 1.75) {
  .top-header img {
    content: url(/shindan_seikaku/img/top.5bfcc006.svg);
  }
}
.top-header .left-image {
  width: 30%;
  border-radius: 100%;
  margin: 20px auto;
}
.top-header h1 {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: right;
  background: coral;
  border-radius: 100px 0 0 100px;
  color: #fdfbfb;
  padding: 20px;
  font-size: 1.8rem;
}
.top-header .top-text {
  width: 90%;
  text-align: center;
  height: 300px;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.top-header .top-text img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-header .top-text span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
}
.tutorial {
  width: 100%;
  overflow: hidden;
}
.tutorial .container {
  max-width: 800px;
}
.tutorial .buttonArea {
  text-align: center;
}
.tutorial .buttonArea .btn {
  border: 2px solid #ffad00;
  font-size: 1.8rem;
  background: #ffad00;
  color: #3d3937;
  width: 50%;
  font-weight: 700;
  border-radius: 0;
  padding: 10px 0;
  height: 90px;
}
@media (max-width: 1024px) {
  .tutorial .buttonArea .btn {
    width: 80%;
    height: auto;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .tutorial .buttonArea .btn {
    width: 80%;
    height: auto;
    font-size: 1.2rem;
  }
}
.tutorial .content {
  width: 100%;
  padding: 10px;
  background: #faf4f2;
}
.tutorial .content h2 {
  display: flex;
  width: 100%;
  justify-content: center;
}
.tutorial .content .text-deco {
  width: 70px;
}
@media (max-width: 768px) {
  .tutorial .content .text-deco {
    width: 50px;
  }
}
.tutorial .content .text-deco:last-child {
  transform: scaleX(-1);
  display: inline-block;
}
.tutorial .content .cardData {
  margin: 10px auto;
}
.tutorial .content .card {
  height: 100%;
}
.tutorial .content .card .card-body {
  height: auto;
}
.tutorial .content .card-body {
  display: flex;
  color: #38538b;
  position: relative;
}
.tutorial .content .leftContents {
  width: 100%;
}
.tutorial .content .leftContents h4 {
  position: relative;
  text-align: left;
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #38538b;
}
@media (max-width: 1050px) {
  .tutorial .content .leftContents h4 {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .tutorial .content .leftContents h4 {
    font-size: 1.6rem;
  }
}
.tutorial .content .leftContents h4 span {
  float: left;
  color: #38538b;
  clear: both;
}
.tutorial .content .leftContents .card-text {
  margin: 20px auto;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 1rem;
  max-width: 70%;
  margin-left: 0;
}
@media (max-width: 1050px) {
  .tutorial .content .leftContents .card-text {
    font-size: 1.2rem;
    width: 60%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .tutorial .content .leftContents .card-text {
    font-size: 1.2rem;
    width: 70%;
    margin-left: 0;
  }
  .tutorial .content .leftContents .card-text span {
    display: block;
  }
}
.tutorial .content .card-image {
  position: absolute;
  width: 30%;
  height: 95%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tutorial h2 {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 auto;
  color: #38538b;
}
@media (max-width: 768px) {
  .tutorial h2 {
    font-size: 1.2rem;
  }
}
.tutorial .image {
  width: 1620px;
  height: auto;
}
.tutorial .image:last-child {
  transform: rotate(180deg) translateY(2px);
}
.startDiagnosis {
  margin: 25px auto;
}
.startDiagnosis h2 {
  font-size: 1.8rem;
  text-align: center;
  margin: 40px auto;
  color: #38538b;
}
.startDiagnosis .buttonArea {
  text-align: center;
}
.startDiagnosis .buttonArea .btn {
  border: 2px solid #2c2c2c;
  border-radius: 20px;
  font-size: 1.8rem;
  background: #38538b;
  color: #fdfbfb;
  width: 50%;
  margin-bottom: 50px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .startDiagnosis .buttonArea .btn {
    width: 80%;
  }
}