@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
}

iframe {
  display: block;
  width: 90%;
  margin: 20px auto;
}

a  {
  text-decoration: none;
}

.wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow: visible;
}

.fade-in {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

img {
  width: 100%;
  display: block;
}

section#offer-1:hover,
section#offer-2:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.sticky-footer {
  max-width: 750px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto 5px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 9999;
}

/* フォームデザインここから */

.form__inner {
  background-color: #fff;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  border-radius: 5px;
  width: 80%;
  margin: 10px auto;
  padding: 50px;
}

.form__input,
.form__textarea,
.form__submit {
  width: calc(100% - 20px);
}

.form__label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form__input,
.form__textarea {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #757575;
  border-radius: 5px;
}

input#zip {
  width: 20%;
}

.preference_date {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

input,
textarea,
select {
  appearance: none;
  background-color: white;
  line-height: 1.5;
  font-size: 16px;
}

input[type="radio"] {
  appearance: radio;
}

.form__submit {
  width: 60%;
  padding: 10px;
  background-color: #ff8e51;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-weight: 400;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 20px auto;
  display: block;
}

.form__submit:hover {
  opacity: 0.7;
}

div.policy {
  font-size: 1rem;
  text-align: center;
}

div.policy a {
  text-decoration: none;
}


.tokusho__inner {
  max-width: 800px;
  margin: 50px auto 0;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

#tokusho .tokusho__inner h1 {
  margin: 30px 0;
}

@media (max-width: 787px) {
  .form__inner {
    width: auto;
    margin: 10px;
    padding: 10px;
  }

  .form__input,
  .form__textarea {
    width: calc(100% - 20px);
  }

  .form__label {
    font-size: 14px;
  }

  input#zip {
    width: 20%;
  }

  input[type="text"] {
    font-size: 16px;
  }
}

h2.thanks {
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  margin: 100px 0 30px;
}

p.thanks_message {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 100px;
}

.hidden {
  display: none;
}


.img-09__inner {
  position: relative;
}

.cta-btn_1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}


.cta-btn_1 img
{
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}


.form__input.radio {
  border: none;
}

input[type="radio"] {
  appearance: radio;
  -webkit-appearance: radio; /* Safari and Chrome */
  -moz-appearance: radio; /* Firefox */
  appearance: radio; /* Default */
}


.form_title_head
{
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  color: #ff8e51;
  margin-bottom: 10px;
}

.form_title_text
{
  font-size: 1.5em;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

.footer_container {
  background: #059600;
  color: #FFF;
  text-align: center;
  margin-top: 30px;
}

.footer_container p {
  font-size: 10px;
  line-height: 80px;
}


/* 特商法ページ */

table {
  font-size: 13px;
  text-align: left;
  background-color: #999999;
  border-collapse: collapse;
  width: 100%;
}

table th,
table td {
  background-color: #FFFFFF;
  padding: 9px;
  border: 1px solid #EEEEEE;
}

table th {
  background-color: #EEEEEE;
}
