@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: 400;
}

div, p, h1, h2, h3, h4, h5, h6, ul, li, ol {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

section {
  min-height: 100vh;
  height: 100vh;
  width: 100vw;
  background: #FFF8F8;
  border-top: 12px solid #FFD5D7;
  position: relative;
}
section.question {
  padding-top: 150px;
  padding-bottom: 130px;
  display: block;
  height: auto;
  min-height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width:540px) {
  section.question {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
section.question .image {
  margin-top: 0;
}
@media screen and (max-width:540px) {
  section.question .image .pc {
    display: none;
  }
}
@media screen and (min-width:541px) {
  section.question .image .sp {
    display: none;
  }
}
section.question .image img {
  width: 650px;
  display: block;
  margin: 0 auto 50px;
}
@media screen and (max-width:540px) {
  section.question .image img {
    width: 100%;
    margin-bottom: 24px;
  }
}
section.question p.center {
  font-size: 32px;
  color: #404040;
  margin-bottom: 50px;
}
@media screen and (max-width:540px) {
  section.question p.center {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
section.question10 {
  padding: 0;
  border-top: none;
}
section.question10 .question11 {
  border-top: 12px solid #FFD5D7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
section.question10 .question11 .container {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 145px;
}
@media screen and (max-width:540px) {
  section.question10 .question11 .container {
    width: 120px;
  }
}
section.question10 .question11 p {
  font-size: 24px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  section.question10 .question11 p {
    font-size: 18px;
  }
}
section.question10 .question11 img {
  width: 193px;
  margin: auto;
}
@media screen and (max-width:540px) {
  section.question10 .question11 img {
    width: 134px;
  }
}
section.question10 .answer-text {
  padding: 150px 0 100px;
}
@media screen and (max-width:540px) {
  section.question10 .answer-text {
    padding: 80px 0 80px;
  }
}
section.question10 .answer-text .container {
  position: relative;
  z-index: 1;
}
section.question10 .answer-text .container p {
  text-align: center;
}
@media screen and (max-width:540px) {
  section.question10 .answer-text .container p {
    font-size: 14px;
  }
}
section.question10 .answer-text .container p.outcome {
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width:540px) {
  section.question10 .answer-text .container p.outcome {
    font-size: 18px;
  }
}
section.question10 .answer-text .container p.text {
  text-align: left;
}
section.question10 .answer-text .container .box {
  padding: 50px 0;
  margin: 50px auto 0;
  background: white;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width:540px) {
  section.question10 .answer-text .container .box {
    padding: 30px 0;
    margin: 30px auto 0;
    border-radius: 8px;
  }
}
@media screen and (max-width:320px) {
  section.question10 .answer-text .container .box {
    padding: 20px 0;
    margin: 25px auto 0;
    border-radius: 4px;
  }
}
section.question10 .answer-text .container .box::before {
  position: absolute;
  content: "";
  width: 147px;
  height: 200px;
  bottom: -50px;
  right: 0;
  background: url(../images/box.png) no-repeat center/100%;
}
@media screen and (max-width:540px) {
  section.question10 .answer-text .container .box::before {
    width: 62px;
    height: 85px;
    right: 15px;
    bottom: -25px;
  }
}
@media screen and (max-width:320px) {
  section.question10 .answer-text .container .box::before {
    right: -5px;
    bottom: -45px;
  }
}
section.question10 .answer-text .container .box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 18px 0 18px;
  border-color: #FFFFFF transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
@media screen and (max-width:540px) {
  section.question10 .answer-text .container .box::after {
    bottom: -16px;
    border-width: 17px 9px 0 9px;
  }
}
section.question10 .answer-text .container .box h2 {
  font-weight: normal;
  text-align: center;
  font-size: 25px;
  line-height: 1.6;
}
@media screen and (max-width:540px) {
  section.question10 .answer-text .container .box h2 {
    font-size: 18px;
  }
}
@media screen and (max-width:320px) {
  section.question10 .answer-text .container .box h2 {
    line-height: 1.3;
  }
}
section.question10 .answer-text .container .box h2 span {
  font-size: 20px;
}
@media screen and (max-width:540px) {
  section.question10 .answer-text .container .box h2 span {
    font-size: 16px;
  }
}
section.question10 .answer-text .container .box h2 span.strong {
  font-size: 44px;
  color: #E0143D;
}
@media screen and (max-width:540px) {
  section.question10 .answer-text .container .box h2 span.strong {
    font-size: 28px;
  }
}
section.question10 .answer-text .container .box01 {
  border: solid 1px #FFD6DF;
  padding: 50px 0 30px;
  margin: 70px auto 90px;
  border-radius: 10px;
}
@media screen and (max-width:540px) {
  section.question10 .answer-text .container .box01 {
    padding: 35px 0 30px;
    margin: 60px auto 70px;
  }
}
@media screen and (max-width:320px) {
  section.question10 .answer-text .container .box01 {
    margin: 40px auto 50px;
    border-radius: 4px;
  }
}
section.question10 .answer-text .container .box01 p.title {
  font-size: 22px;
  width: 210px;
  background: #FFF8F8;
  margin: -65px auto 40px;
}
@media screen and (max-width:540px) {
  section.question10 .answer-text .container .box01 p.title {
    font-size: 18px;
    width: 160px;
    margin: -50px auto 20px;
  }
}
section.question10 .answer-text .container img {
  width: 100%;
  margin: 60px auto;
}
@media screen and (max-width:540px) {
  section.question10 .answer-text .container img {
    margin: 40px auto;
  }
}
section.question10 .answer-text .container a {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-weight: bold;
  display: block;
  padding: 30px 0 30px 80px;
  width: 500px;
  border-radius: 93px;
  color: white;
  text-align: center;
  font-size: 22px;
  margin: 0 auto;
  line-height: 1.4;
  text-decoration-line: none;
  background: linear-gradient(65deg, #FF8383, #FF4F80);
  position: relative;
}
@media screen and (max-width:540px) {
  section.question10 .answer-text .container a {
    width: 100%;
    font-size: 14px;
    padding: 20px 0 20px 40px;
  }
}
@media screen and (max-width:320px) {
  section.question10 .answer-text .container a {
    padding: 15px 0 15px 40px;
  }
}
section.question10 .answer-text .container a::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 170px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url(../images/before.png) no-repeat center/100%;
}
@media screen and (max-width:540px) {
  section.question10 .answer-text .container a::before {
    width: 95px;
    height: 113px;
    left: 5px;
  }
}
section.question10 .answer-text .container a::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 17px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  background: url(../images/after.png) no-repeat center/100%;
}
@media screen and (max-width:540px) {
  section.question10 .answer-text .container a::after {
    width: 18px;
    height: 10px;
    right: 15px;
  }
}

.main-content {
  width: 1100vw;
  display: flex;
  transition: 0.3s;
}

section {
  width: 100vw;
}
section.question {
  height: auto;
  min-height: 100vh;
  z-index: 0;
}
section.question.question10 {
  position: relative;
  z-index: -1;
  position: relative;
}
section.question.question10::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1498px;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/answer-text.png) no-repeat center/100% 100%;
}
@media screen and (max-width:540px) {
  section.question.question10::after {
    height: 1274px;
    background: url(../images/answer-textsp.png) no-repeat center/cover;
  }
}
section.question.question10 .container .loader {
  margin: 60px auto 65px;
  font-size: 15px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
}
@media screen and (max-width:540px) {
  section.question.question10 .container .loader {
    margin: 50px auto;
    font-size: 13px;
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #FB7692, 1.8em -1.8em 0 0em #FDC1CD, 2.5em 0em 0 0em #FDC1CD, 1.75em 1.75em 0 0em #FDC1CD, 0em 2.5em 0 0em #FDC1CD, -1.8em 1.8em 0 0em #FDC1CD, -2.6em 0em 0 0em #FF6181, -1.8em -1.8em 0 0em #FB708D;
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em #FB708D, 1.8em -1.8em 0 0em #FB7692, 2.5em 0em 0 0em #FDC1CD, 1.75em 1.75em 0 0em #FDC1CD, 0em 2.5em 0 0em #FDC1CD, -1.8em 1.8em 0 0em #FDC1CD, -2.6em 0em 0 0em #FDC1CD, -1.8em -1.8em 0 0em #FF6181;
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em #FF6181, 1.8em -1.8em 0 0em #FB708D, 2.5em 0em 0 0em #FB7692, 1.75em 1.75em 0 0em #FDC1CD, 0em 2.5em 0 0em #FDC1CD, -1.8em 1.8em 0 0em #FDC1CD, -2.6em 0em 0 0em #FDC1CD, -1.8em -1.8em 0 0em #FDC1CD;
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em #FDC1CD, 1.8em -1.8em 0 0em #FF6181, 2.5em 0em 0 0em #FB708D, 1.75em 1.75em 0 0em #FB7692, 0em 2.5em 0 0em #FDC1CD, -1.8em 1.8em 0 0em #FDC1CD, -2.6em 0em 0 0em #FDC1CD, -1.8em -1.8em 0 0em #FDC1CD;
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em #FDC1CD, 1.8em -1.8em 0 0em #FDC1CD, 2.5em 0em 0 0em #FF6181, 1.75em 1.75em 0 0em #FB708D, 0em 2.5em 0 0em #FB7692, -1.8em 1.8em 0 0em #FDC1CD, -2.6em 0em 0 0em #FDC1CD, -1.8em -1.8em 0 0em #FDC1CD;
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em #FDC1CD, 1.8em -1.8em 0 0em #FDC1CD, 2.5em 0em 0 0em #FDC1CD, 1.75em 1.75em 0 0em #FF6181, 0em 2.5em 0 0em #FB708D, -1.8em 1.8em 0 0em #FB7692, -2.6em 0em 0 0em #FDC1CD, -1.8em -1.8em 0 0em #FDC1CD;
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em #FDC1CD, 1.8em -1.8em 0 0em #FDC1CD, 2.5em 0em 0 0em #FDC1CD, 1.75em 1.75em 0 0em #FDC1CD, 0em 2.5em 0 0em #FF6181, -1.8em 1.8em 0 0em #FB708D, -2.6em 0em 0 0em #FB7692, -1.8em -1.8em 0 0em #FDC1CD;
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em #FDC1CD, 1.8em -1.8em 0 0em #FDC1CD, 2.5em 0em 0 0em #FDC1CD, 1.75em 1.75em 0 0em #FDC1CD, 0em 2.5em 0 0em #FDC1CD, -1.8em 1.8em 0 0em #FF6181, -2.6em 0em 0 0em #FB708D, -1.8em -1.8em 0 0em #FB7692;
  }
}
section.question.question10 .container#question10-container {
  opacity: 0;
  transition: 0s;
}
section.question.question10 .container#question10-container.open {
  opacity: 1;
  transform: translateY(0);
  max-width: 100%;
  width: 100%;
}
section.question.question10 .container#question10-container .loading {
  position: relative;
  transform: scale(0.9);
}
section.question.question10 .container#question10-container .loading::after {
  content: "送信中";
  position: absolute;
  background: none;
  top: 50%;
  left: 20%;
  margin: 0 auto;
  font-size: 25px;
  width: 0.9em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  animation: load6 1.1s infinite ease;
  transform: translate(-50%, -50%);
}
@keyframes load6 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #FDC1CD, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #FDC1CD, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #FDC1CD, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #FDC1CD, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #FDC1CD, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #FDC1CD, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #FDC1CD, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #FDC1CD;
  }
}
section.question.question10 .question11 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transition: 0.3s;
}
section.question.question10 .question11.open {
  opacity: 0;
  z-index: -1;
}

.open {
  display: block;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

.top {
  background: url("../images/first-view.png") no-repeat center/cover;
  border: none;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .top {
    background: url("../images/tb-first-view.png") no-repeat center/cover;
  }
}
@media screen and (max-width:540px) {
  .top {
    background: url("../images/sp-first-view.png") no-repeat center/cover;
    padding-top: 120px;
  }
}
@media screen and (max-width:320px) {
  .top {
    padding-top: 30px;
  }
}
.top #start {
  cursor: pointer;
}
.top #start img {
  display: block;
  width: 600px;
  margin: 200px auto 0;
}
@media screen and (max-width:540px) {
  .top #start img {
    width: 320px;
    margin: -75px auto 0;
  }
}
@media screen and (max-width:320px) {
  .top #start img {
    width: 290px;
    margin: 25px auto 0;
  }
}
@media screen and (max-width:540px) {
  .top #start img.pc {
    display: none;
  }
}
@media screen and (min-width:541px) {
  .top #start img.sp {
    display: none;
  }
}

.container {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .container {
    width: 90%;
  }
}
@media screen and (max-width:540px) {
  .container {
    width: calc(100% - 55px);
  }
}
@media screen and (max-width:320px) {
  .container {
    width: calc(100% - 35px);
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row.align-items-center {
  align-items: center;
}
.row.justfy-content-spa-be {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width:540px) {
  .row.justfy-content-spa-be {
    margin: 30px auto 40px;
  }
}

.content {
  display: block;
  margin-bottom: 60px;
}
@media screen and (max-width:540px) {
  .content {
    margin: 0px auto 40px;
  }
}

button {
  background: none;
  border: none;
}
button:active {
  border: none;
}
button:checked {
  border: none;
}

form {
  width: 100%;
  margin: auto;
}

group + group {
  margin-top: 20px;
}

.inline-radio {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width:540px) {
  .inline-radio {
    margin-bottom: 40px;
  }
}
.inline-radio div {
  display: block;
  position: relative;
  width: 768px;
  max-width: 100%;
  height: 58px;
  border-radius: 4px;
  border: solid 2px #FED7DF;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width:540px) {
  .inline-radio div {
    border: solid 1px #FED7DF;
    height: 50px;
    margin-bottom: 15px;
  }
}
.inline-radio div:last-child {
  margin-bottom: 0;
}
.inline-radio input {
  width: 100%;
  height: 58px;
  opacity: 0;
  z-index: 999;
}
@media screen and (max-width:540px) {
  .inline-radio input {
    height: 48px;
  }
}
.inline-radio label {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: #404040;
  font-size: 22px;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media screen and (max-width:540px) {
  .inline-radio label {
    font-size: 15px;
    text-align: center;
    padding: 0 13px;
  }
}
@media screen and (max-width:320px) {
  .inline-radio label {
    font-size: 13px;
  }
}
.inline-radio div:last-child label {
  border-right: 0;
}
.inline-radio input:checked + label {
  background: #FF6181;
  border-radius: 1px;
  font-weight: 500;
  color: #fff;
}
.inline-radio.flex {
  display: flex;
  justify-content: space-between;
}
.inline-radio.flex.inline-radio input {
  width: 364px;
  height: 96px;
}
@media screen and (max-width:540px) {
  .inline-radio.flex.inline-radio input {
    height: 67px;
  }
}
.inline-radio.flex.inline-radio div {
  width: 364px;
  height: 96px;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width:540px) {
  .inline-radio.flex.inline-radio div {
    height: 67px;
    margin-bottom: 15px;
  }
}

body {
  overflow-x: hidden;
  width: 100%;
}

.main-content {
  transition: 0.3s;
  max-height: 100vh;
}

main {
  overflow: hidden;
  max-height: 100vh;
}

.cta {
  margin-top: 60px;
}

.topImage {
  margin-bottom: 40px;
}

@media screen and (min-width:321px) {
  br.ssp {
    display: none;
  }
}

footer {
  background: #FF989B;
  padding: 10px;
}
@media screen and (max-width:540px) {
  footer {
    padding: 10px;
  }
}
footer .container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:1024px) {
  footer .container {
    width: 90%;
  }
}
@media screen and (max-width:540px) {
  footer .container {
    width: 50%;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
  }
}
footer .container p {
  color: white;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width:540px) {
  footer .container p {
    font-size: 11px;
  }
}
footer .container .flex {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width:540px) {
  footer .container .flex {
    justify-content: center;
    gap: 20px;
  }
}
footer .container .flex a {
  text-decoration-line: none;
  color: white;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width:540px) {
  footer .container .flex a {
    font-size: 10px;
  }
}

.back {
  width: 80px;
}
@media screen and (max-width:540px) {
  .back {
    width: 60px;
  }
}
.back img {
  width: 100%;
}

canvas {
  max-width: 100%;
}
@media screen and (max-width:540px) {
  canvas {
    max-width: 100%;
  }
}

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #404040;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */