/*================================
	text
================================*/
.c-text {
  font-size: 1.6rem;
}
.c-text .-strong {
  font-weight: bold;
  color: #0050A5;
}
.c-text.-notes {
  font-size: 1.4rem;
  color: #666;
}

.fv {
  padding: 64px 20px;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 24px;
  }
}
.fv.-synchro {
  background-color: #048CD6;
}
.fv.-balance {
  background-color: #D6272C;
}
.fv.-myrule {
  background-color: #4EB83E;
}
.fv.-mypace {
  background-color: #EA9D1C;
}
.fv.-boundary {
  background-color: #727272;
}
.fv__card {
  padding: 32px 134px 48px;
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 34px;
}
@media screen and (max-width: 767px) {
  .fv__card {
    width: 100%;
    padding: 24px 32px;
  }
}
.fv__tag {
  font-size: 2.4rem;
  font-weight: bold;
  width: 300px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 12px 0;
  border-radius: 36px;
}
@media screen and (max-width: 767px) {
  .fv__tag {
    font-size: 1.8rem;
    width: 100%;
    padding: 10px 0;
  }
}
.fv__tag.-synchro {
  background-color: #048CD6;
}
.fv__tag.-balance {
  background-color: #D6272C;
}
.fv__tag.-myrule {
  background-color: #4EB83E;
}
.fv__tag.-mypace {
  background-color: #EA9D1C;
}
.fv__tag.-boundary {
  background-color: #727272;
}
.fv__flexbox {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 32px;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .fv__flexbox {
    flex-direction: column;
    gap: 16px;
  }
}
.fv__img img {
  width: 349px;
}
@media screen and (max-width: 767px) {
  .fv__img img {
    width: 100%;
  }
}
.fv__textbox {
  width: 518px;
}
@media screen and (max-width: 767px) {
  .fv__textbox {
    width: 100%;
  }
}
.fv__type__before {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .fv__type__before {
    font-size: 1.6rem;
  }
}
.fv__type__before::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 18px;
  background: url(/csr/stda/time-sense/images/icn_slash_left.svg) no-repeat;
  background-size: contain;
}
.fv__type__before::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 18px;
  background: url(/csr/stda/time-sense/images/icn_slash_right.svg) no-repeat;
  background-size: contain;
}
.fv__type__text {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .fv__type__text {
    font-size: 2rem;
    margin-top: 16px;
  }
}
.fv__type__text.-synchro {
  color: #048CD6;
}
.fv__type__text.-balance {
  color: #D6272C;
}
.fv__type__text.-myrule {
  color: #4EB83E;
}
.fv__type__text.-mypace {
  color: #EA9D1C;
}
.fv__type__text.-boundary {
  color: #727272;
}
.fv__type__title {
  font-size: 8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__type__title {
    font-size: 4rem;
  }
}
.fv__type__title.-synchro {
  color: #048CD6;
}
.fv__type__title.-balance {
  color: #D6272C;
}
.fv__type__title.-myrule {
  color: #4EB83E;
}
.fv__type__title.-mypace {
  color: #EA9D1C;
}
.fv__type__title.-boundary {
  color: #727272;
}

.share__text {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.share__box {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .share__box {
    justify-content: flex-end;
    gap: 16px;
  }
}
.share__link {
  position: relative;
  width: 247px;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 15px 0 15px;
  border-radius: 6px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .share__link {
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) {
  .share__link:hover {
    opacity: 0.7;
  }
}
.share__link.-facebook {
  background-color: #1877F2;
}
@media screen and (max-width: 767px) {
  .share__link.-facebook {
    background: url(/csr/stda/chronotype/images/icn_facebook.svg) no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .share__link.-facebook::after {
    position: absolute;
    content: "";
    width: 34px;
    height: 34px;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    background: url(/csr/stda/chronotype/images/icn_facebook.svg) no-repeat;
    background-size: contain;
  }
}
.share__link.-x {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .share__link.-x {
    background: url(/csr/stda/chronotype/images/icn_x.svg) no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .share__link.-x::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    background: url(/csr/stda/chronotype/images/icn_x.svg) no-repeat;
    background-size: contain;
  }
}

.result__title {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 48px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .result__title {
    margin-bottom: 40px;
  }
}
.result__title::after {
  position: absolute;
  content: "";
  width: 87px;
  height: 10px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/csr/stda/images/top/img_title.svg) no-repeat;
  background-size: contain;
}

.samary {
  background-color: #fff;
  width: 100%;
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .samary {
    padding: 64px 24px;
  }
}
.samary__wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .samary__wrap {
    width: 100%;
  }
}
.samary__text {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
  padding-left: 34px;
  color: #008AA5;
}
.samary__text::after {
  border-color: #008AA5;
  background-color: #008AA5;
}
.samary__text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid;
  padding: 4px;
  background-clip: content-box;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .samary__text::after {
    top: 8px;
    transform: translateY(0);
  }
}

.details {
  padding: 80px 20px;
  width: 100%;
  background-color: #F3F3F3;
}
.details__wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .details__wrap {
    width: 100%;
  }
}
.details__note {
  font-size: 1.6rem;
  color: #727272;
  text-align: center;
}
.details__box {
  display: flex;
  margin: 32px 0;
  width: 100%;
  gap: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .details__box {
    gap: 16px;
  }
}
.details__box__item {
  width: calc(50% - 16px);
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 40px 50px;
}
@media screen and (max-width: 767px) {
  .details__box__item {
    width: 100%;
    padding: 24px 20px;
  }
}
.details__box__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .details__box__title {
    font-size: 1.8rem;
  }
}
.details__box__note {
  font-size: 1.6rem;
  color: #727272;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .details__box__note {
    font-size: 1.4rem;
  }
}
.details__link {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  padding-left: 28px;
  color: #008AA5;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .details__link:hover {
    opacity: 0.5;
  }
}
.details__link::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/csr/stda/time-sense/images/icn_arrow_turquoise_hover.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.others {
  padding: 80px 20px;
  background-color: #F3F3F3;
}
@media screen and (max-width: 767px) {
  .others {
    padding: 80px 24px 64px;
  }
}
.others__wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .others__wrap {
    width: 100%;
  }
}
.others__box {
  display: flex;
  width: 100%;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .others__box {
    flex-direction: column;
    gap: 16px;
  }
}
.others__card {
  width: calc(25% - 18px);
  border-radius: 10px;
  padding: 16px 3px 14px;
}
@media screen and (max-width: 767px) {
  .others__card {
    width: 100%;
  }
}
.others__card.-synchro {
  background-color: #048CD6;
  border: 1px solid #048CD6;
}
.others__card.-balance {
  background-color: #D6272C;
  border: 1px solid #D6272C;
}
.others__card.-myrule {
  background-color: #4EB83E;
  border: 1px solid #4EB83E;
}
.others__card.-mypace {
  background-color: #EA9D1C;
  border: 1px solid #EA9D1C;
}
.others__text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.others__type {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.others__link {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  padding-left: 28px;
  color: #fff;
  transition: all 0.2s;
  display: block;
}
.others__link::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}
.others__link:hover {
  opacity: 0.7;
}
.others__link.-synchro::after {
  background: url(/csr/stda/time-sense/images/icn_arrow_blue.svg) no-repeat;
  background-size: contain;
}
.others__link.-balance::after {
  background: url(/csr/stda/time-sense/images/icn_arrow_red.svg) no-repeat;
  background-size: contain;
}
.others__link.-myrule::after {
  background: url(/csr/stda/time-sense/images/icn_arrow_green.svg) no-repeat;
  background-size: contain;
}
.others__link.-mypace::after {
  background: url(/csr/stda/time-sense/images/icn_arrow_yellow.svg) no-repeat;
  background-size: contain;
}
.others__img {
  margin: 8px 0 14px;
  display: flex;
  justify-content: center;
}