@charset "UTF-8";
body {
  font-family: Hiragino Sans, Arial, sans-serif !important;
  line-height: 1.8;
  font-size: 17px;
}
.kakj01, footer {
  max-width: 1800px;
  margin: 0 auto;
}
.container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
}
.picture {
  display: flex;
  justify-content: center;
}
p {
  margin-bottom: 1.2em;
}

.text-center {
  text-align: center;
}
.text-pink {
  color: #f78da7;
}
.text-red {
  color: #d32f2f;
}

.block {
  margin-bottom: 4em;
}
.block img {
  margin: 2em 0;
}

.highlight {
  background-image: linear-gradient(transparent 60%, rgba(255, 243, 0, 0.5) 60%);
}

.arrow_box {
  position: relative;
  width: 100%;
  padding: 10px 20px;
  text-align: left;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #71d371;
  margin-top: -1%;
}
.arrow_box.arrow_box-blue {
  background: #ff8d10;
}
.arrow_box.arrow_box-blue:after {
  border-color: rgba(25, 118, 210, 0);
  border-top-color: #3498db;
}
.arrow_box.arrow_box-green {
  background: #ffa500;
}
.arrow_box.arrow_box-green:after {
  border-color: rgba(56, 142, 60, 0);
  border-top-color: #ffa500;
}

.arrow_left_box {
  position: relative;
  background: #ffd9e5;
  padding: 16px 20px;
  text-align: left;
  color: #000000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  flex: 1;
}
.arrow_left_box::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 217, 229, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -10px;
  border-right-color: #ffd9e5;
  right: 100%;
  top: 50%;
}

.yurayura {
  animation: yurayura 1.5s infinite;
}

@keyframes yurayura {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-3px, 0px);
  }
  10% {
    transform: translate(3px, 0px);
  }
  15% {
    transform: translate(-3px, 0px);
  }
  20% {
    transform: translate(3px, 0px);
  }
  25% {
    transform: translate(-3px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
.warning-tips {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.warning-tips .arrow_box {
  margin-bottom: 0 !important;
  position: relative;
}
.warning-tips .arrow_box::before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(211, 47, 47, 0);
  border-top-width: 10px;
  top: -27px;
  left: 48%;
  animation: kakudai 0.5s ease 0s infinite alternate;
  transform-origin: center;
}
.warning-tips .guid-girl3 img {
  vertical-align: bottom;
  margin: 0 !important;
}

.warning-arrow_box .arrow_box::before {
  border-right: 20px solid transparent;
  border-bottom: 20px solid #71d371;
  border-left: 20px solid transparent;
}

.tips-arrow_box .arrow_box::before {
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ff8d10;
  border-left: 20px solid transparent;
}
@media screen and (max-width: 700px) {
  .warning-tips .arrow_box::before {
    left: 47%;
  }
}
@media screen and (max-width: 600px) {
  .warning-tips .arrow_box::before {
    left: 46%;
  }
}
@media screen and (max-width: 400px) {
  .warning-tips .arrow_box::before {
    left: 45%;
  }
}
.guid-girl3 {
  width: 110px;
}

.warning-tips {
  position: relative;
}

.yurayura2 {
  animation: yurayura2 1.5s infinite;
}

@keyframes yurayura2 {
  0% {
    transform: translate(0px, 3px);
  }
  5% {
    transform: translate(0px, -3px);
  }
  10% {
    transform: translate(0px, 3px);
  }
  15% {
    transform: translate(0px, -3px);
  }
  20% {
    transform: translate(0px, 3px);
  }
  25% {
    transform: translate(0px, -3px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
.kakudai {
  animation: kakudai 0.5s ease 0s infinite alternate;
  transform-origin: center;
}

@keyframes kakudai {
  from {
    transform: scale(0.95, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
.marker-blue {
  background: linear-gradient(transparent 64%, #b7e3ff 0%);
}

.warning_title {
  color: #d32f2f;
  border-bottom: 2px solid #d32f2f;
  padding-bottom: 8px;
  margin: 40px 0 8px;
  font-size: 1.1rem;
  font-weight: bold;
}
.warning_title::before {
  content: "⚠️ ";
}

.success_title {
  color: #3498db;
  border-bottom: 2px solid #3498db;
  padding-bottom: 8px;
  margin: 40px 0 8px;
  font-size: 1.1rem;
  font-weight: bold;
}
.success_title::before {
  content: "✅ ";
}

.mainVisual {
  margin-bottom: 40px;
}

.chat-container {
  max-width: 900px;
  margin: 0 auto;
}

.chat-message {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  margin-bottom: 2.2em;
}
.chat-message.right {
  flex-direction: row-reverse;
}
.chat-message .avatar {
  width: 86px;
  height: 86px;
  margin: 0 12px;
}
.chat-message .avatar p {
  text-align: center;
  margin-top: 0px;
}
.chat-message .avatar img {
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.chat-message .avatar.review-image img {
  border-radius: 50%;
}
.chat-message .message-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 24px;
  flex: 1;
  position: relative;
  font-size: 15px;
}
.chat-message .message-content::before, .chat-message .message-content::after {
  content: "";
  position: absolute;
  border-style: solid;
}
.chat-message.left .message-content::before, .chat-message.left .message-content::after {
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.chat-message.left .message-content::before {
  border-width: 12px 12px 12px 0;
}
.chat-message.left .message-content::after {
  border-width: 10px 10px 10px 0;
  margin-left: 2px;
}
.chat-message.left.pink .message-content {
  border: 1px solid #ff69b4;
}
.chat-message.left.pink .message-content::before {
  border-color: transparent #ff69b4 transparent transparent;
}
.chat-message.left.pink .message-content::after {
  border-color: transparent #fff transparent transparent;
}
.chat-message.left.green .message-content {
  border: 1px solid #66cc66;
}
.chat-message.left.green .message-content::before {
  border-color: transparent #66cc66 transparent transparent;
}
.chat-message.left.green .message-content::after {
  border-color: transparent #fff transparent transparent;
}
.chat-message.right .message-content {
  border: 1px solid #4da6ff;
}
.chat-message.right .message-content::before, .chat-message.right .message-content::after {
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
}
.chat-message.right .message-content::before {
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #4da6ff;
}
.chat-message.right .message-content::after {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: 2px;
}

.info-box {
  width: 100%;
  background-color: #fff0f0;
  border: 2px solid #ff9999;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 40px 0;
}
.info-box__title {
  color: #ff6b6b;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 16px;
  border-bottom: 2px solid #ff6b6b;
  padding-bottom: 5px;
}
.info-box__content {
  color: #333;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
}

.highlight {
  font-weight: bold;
  color: #ff6b6b;
}

.hide-do {
  display: none;
  overflow: hidden;
}

.more {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  color: white;
  border: none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50vw;
  width: 180px;
  cursor: pointer;
}

.more1 {
  background-color: #d32f2f;
}

.more2 {
  background-color: #3498db;
}

.more1.on-click {
  background-color: #d32f2f;
}

.more2.on-click {
  background-color: #3498db;
}

.note {
  font-size: 12px;
}

.graph {
  position: relative;
}
.nomargin {
  margin: 0 !important;
}
.kakj04-2 {
  margin-top: 40px;
}
@media (max-width: 599px) {
  .graph {
    margin-top: 104px;
  }
}

.graph-message {
  position: absolute;
}
@media (max-width: 599px) {
  .graph-message {
    top: -68px;
  }
}

.graph-message p {
  line-height: 24px;
}

.graph-image {
  width: 88%;
  max-width: 616px;
  margin-left: auto;
}

.border-box {
  margin: 60px 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.border-box_header {
  background-color: #ffa500;
  color: white;
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: bold;
}
.border-box_header-blue {
  background-color: #3498db;
}
.border-box_content {
  padding: 20px;
  border: 2px solid #ffa500;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.border-box_content-blue {
  border: 2px solid #3498db;
}
.border-box_content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.border-box_content ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.border-box_content ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4caf50;
  font-weight: bold;
}

.caution-image {
  margin-bottom: 0 !important;
  width: 119px;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

.caution-box {
  margin-top: 0 !important;
}

.ctaSection {
  margin: 40px 0 80px;
}

.ctaSection_text {
  font-size: 14px;
  color: #ff9800;
  letter-spacing: 0.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

.custom-button {
  letter-spacing: 0.1rem;
  margin-bottom: 40px;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 96%;
  max-width: 400px;
  margin: 8px auto 40px;
  padding: 16px 10px;
  font-weight: bold;
  background-image: linear-gradient(181deg, rgb(97, 223, 0), rgb(61, 142, 2));
  border-radius: 100vh;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  font-size: 22px;
}

.custom-button > a {
  color: #ffffff;
}

.custom-button:hover {
  color: #fff;
}

.custom-button-pink {
  background-image: linear-gradient(359deg, rgb(255, 57, 185), rgb(254, 169, 236));
}

span.custom-button-text {
  font-size: 14px;
  display: block;
  letter-spacing: 0.1rem;
}

.custom-button-right {
  margin-left: 8px;
}

.animation-button {
  animation: fuwafuwa 1.3s linear infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(0px);
  }
}
.vk-mobile-nav-menu-btn {
  display: none;
}

.siteHeader {
  display: none;
}

.continueText {
  text-align: center;
  margin-top: 20px;
}

input[type=radio] {
  display: none;
}

label {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
}

input[type=radio]:checked + label {
  background-color: #f69601;
  color: #fff;
}

label.questionLabel {
  width: 30%;
  font-size: 14px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #f69601;
  border: 2px solid #f69601;
  padding: 8px 0;
}

.questionBox {
  text-align: center;
  margin-bottom: 48px;
}

.questionHeader {
  background: #f69601;
  width: 100%;
  padding: 4px 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}

.comments-container {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.comments-header {
  background-color: #3B5998;
  color: white;
  padding: 10px 20px;
  font-size: 1.2em;
  font-weight: bold;
}

.comment {
  display: flex;
  padding: 15px;
  align-items: center;
  font-size: 15px;
}

.comment:last-child {
  border-bottom: none;
}

.user-info {
  width: 80px;
  text-align: center;
  margin-right: 15px;
}

.comment-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 5px;
}

.comment-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}

.user-name {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 2px;
}

.user-details {
  font-size: 0.7em;
  color: #666;
}

.comment-content {
  flex: 1;
  position: relative;
}

.comment-text {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}

.comment-text::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f0f0f0;
}

.steps {
  border-radius: 5px;
  padding: 25px 20px 15px;
  margin-bottom: 40px;
  border: 2px dashed #ffa500;
}

.step {
  margin-bottom: 10px;
}

.step-number {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ffa500;
  color: white;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
footer {
  text-align: center;
  background-color: #71d371;
  color: #fff;
  padding: 1em 0;
  margin-top: 500px;
}
footer .copyright a {
  text-decoration: none;
}

.copyright,
.copyright a {
  color: #fff;
}

.copyright a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 900px) {
 img {
  width: 100%;
 }
 .kakj04 {
  width: 100%;
 }
 .min-icon {
  width: 35.5%;
 }
 footer {
  margin-top: 50%;
 }
}
@media screen and (max-width: 600px) {
  .copyright,
  .copyright a {
    font-size: 0.8rem;
  }
}

/***********
* pickup *
************/
@-webkit-keyframes pickup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pickup {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pickup {
  display: block;
  -webkit-animation-name: pickup;
          animation-name: pickup;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
