@charset "UTF-8";
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}
.modal-inner {
  margin: 40px ０;
}
.modal-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal-content {
  background: #fdffed;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 960px;
  height: 450px;
  border-radius: 4px;
  overflow-y: scroll;
  border: 1px solid #256A00;
}
@media screen and (max-width: 639px) {
  .modal-content {
    width: 90%;
    margin: 0 auto;
    height: 400px;
  }
}
.modal-title {
  color: #dd7070;
  font-weight: bold;
  text-align: center;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.modal-text {
  color: #333;
  line-height: 1.7em;
  font-size: 13px;
  font-size: 0.8125rem;
}
.modal-close {
  text-decoration: underline;
  color: #fff;
  background-color: #dd7070;
  border-radius: 4px;
  line-height: 32px;
  font-size: 1.2rem;
  width: 100%;
  display: block;
  text-align: center;
}
.modal-close:link, .modal-close:visited, .modal-close:hover {
  color: white;
}
.modal-heading {
  margin: 10px 0 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.modal-subheading {
  font-size: 14px;
  font-weight: normal;
}
.modal-list {
  width: 100%;
  padding: 10px 20px;
}
.modal-list-item {
  color: #333;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px;
  list-style-type: disc;
}
.modal-label {
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #2cae96;
}
@media screen and (min-width: 641px) {
  .modal-label {
    color: black;
  }
}

.modal__button, .modal__modal-button {
  z-index: 4;
  position: relative;
  width: 90%;
  height: 50px;
  max-height: 50px;
  line-height: 50px;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  color: white;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  background: #109fb5;
  background: -moz-linear-gradient(top, #109fb5 0%, #0d7e91 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #109fb5), color-stop(100%, #0d7e91));
  background: -webkit-linear-gradient(top, #109fb5 0%, #0d7e91 100%);
  background: -o-linear-gradient(top, #109fb5 0%, #0d7e91 100%);
  background: -ms-linear-gradient(top, #109fb5 0%, #0d7e91 100%);
  background: linear-gradient(to bottom, #109fb5 0%, #0d7e91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#109fb5, endColorstr=#0d7e91 ,GradientType=0 );
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 641px) {
  .modal__button, .modal__modal-button {
    height: 60px;
    max-height: 60px;
    line-height: 60px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.modal__button::before, .modal__modal-button::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: white;
  animation: shiny 2.4s ease-in-out infinite;
}
.modal__button:after, .modal__modal-button:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 45%;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background: url(/images/entry020/triangle-next.png) no-repeat right center;
  background-size: contain;
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.modal__bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: white;
  color: #333;
  padding: 0;
  margin: 0;
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

footer {
  background: #333;
  text-align: center;
  padding: 20px 0;
}
footer > p {
  text-align: center;
  color: white;
  font-size: 0.6rem;
  margin: 0;
  padding: 0 0 5px;
}
footer > a {
  color: white;
  font-size: 0.6rem;
}

main {
  padding-bottom: 15px;
}
main > p {
  background: #f9f5f5;
  color: #635750;
  margin: 0;
  padding: 10px;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.4;
}
main > p.terms__text {
  background: white;
  color: #635750;
  margin: 0;
  padding: 10px;
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.6;
}

.req {
  display: inline-block;
  background: #f55;
  color: white;
  font-size: 0.7rem;
  font-weight: normal;
  border-radius: 20px;
  margin-right: 5px;
  padding: 5px 10px;
}

.question {
  font-weight: bold;
  font-size: 0.9rem;
  background: #f7f7f7;
  margin: 0;
  padding: 10px;
}

.question--narrow {
  padding: 5px 10px;
}

.input-area {
  padding: 10px;
}

.input-area--radio {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 641px) {
  .input-area--radio {
    width: 620px;
  }
}

.input {
  border: 1px solid #5f5f5f;
  font-size: 0.9rem;
  background: white;
  width: 100%;
  vertical-align: middle;
  padding: 7px;
  border-radius: 5px;
}

.input--select {
  background-image: url(/wp/wp-content/themes/tyl/images/under-arrow.svg);
  background-position: 97.2%;
  background-repeat: no-repeat;
}
.input--select::after {
  content: none;
}

.next-button {
  width: 100%;
  display: table;
  padding: 10px;
}

.button {
  width: 70%;
  background: #04af2d;
  color: white;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  border: 0;
  padding: 20px 10px;
  border-radius: 15px;
}

.input-area_select {
  position: relative;
}
.input-area_select:after {
  position: absolute;
  content: "▼";
  font-size: 0.8rem;
  top: 35%;
  right: 20px;
}

.input-area_select--no-arrow:after {
  content: none;
}

.button-again {
  width: 30%;
  font-size: 0.7rem;
}

.button-again,
.button-submit,
.button {
  display: table-cell;
}
.button-again:hover,
.button-submit:hover,
.button:hover {
  cursor: pointer;
}

.terms-link {
  font-size: 0.7rem;
  text-align: center;
}

.button-submit {
  width: 100%;
  background: #ffae00;
  color: white;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  border: 0;
  padding: 20px 10px;
  border-radius: 15px;
}

.error,
.error_message {
  display: block;
  color: red;
  font-size: 0.6rem;
  background: #fdefef;
  padding: 5px;
}

#container {
  position: relative;
  width: 100%;
  height: 90px;
}

.animals {
  position: absolute;
  width: 100%;
  height: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
}

.animal {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  border-radius: 50%;
}
.animal > img {
  width: 100%;
}

.animal--large {
  width: 240px;
  margin: 0 0 30px 0;
}

@media screen and (min-width: 641px) {
  .bg {
    width: 600px;
    margin: 0 auto;
  }
}

a:link.button_customer,
a:visited.button_customer {
  display: inline-block;
  background: #ffe500;
  color: black;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 3px;
  box-shadow: 0 3px 0 #efbc04;
  border-radius: 40px;
}

a:hover.button_customer {
  box-shadow: none;
  margin-top: 3px;
}

@media screen and (max-width: 639px) {
  .footer_toppage {
    padding: 20px 0 90px;
  }
}

.footer__button-area {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 50;
}

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

input.radio-button[type=radio]:checked + label {
  background: #FFCC66;
  background-image: url(/wp/wp-content/themes/tyl/images/radio-checked.svg);
  background-position: 7%;
  background-repeat: no-repeat;
  padding: 10px 15px 10px 35px;
  color: #000;
}

.label-button:hover {
  background-color: #FFCC66;
}

.label-button {
  color: #000;
  border: none;
  background: #f7f7f7;
  background-image: url(/wp/wp-content/themes/tyl/images/radio-check.svg);
  background-position: 7%;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
  border: 1px solid #ccc;
  margin-right: 15px;
  padding: 10px 15px 10px 35px;
  border-radius: 5px;
  box-shadow: 2px 2px 0px 1px #f7f7f7;
}

.display-date {
  text-align: right;
  font-size: 12px;
  text-align: center;
  color: white;
  background: black;
  padding: 5px 0;
  margin: 0;
}

.backGuide {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  top: 0;
  left: 0;
}

.backGuide__box {
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  border-radius: 10px;
  width: 88%;
  z-index: 6;
  padding: 80px 20px;
  background: white;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .backGuide__box {
    width: 391px;
    top: 20%;
  }
}

.backGuide__line-area {
  padding: 0;
  margin: 0;
}
.backGuide__line-area img {
  width: 100%;
}

.backGuide__title {
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  padding: 12px 0;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.backGuide__inner {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 15px 20px;
}
.backGuide__inner div {
  width: 48%;
}

.backGuide__button {
  position: relative;
  padding: 10px 0;
  margin: 0;
  background-color: #FF8940;
  box-shadow: 0 5px 0 #D0D0D0;
  border-radius: 60px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}
.backGuide__button::after {
  position: absolute;
  content: "";
  top: 40%;
  right: 8%;
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(/images/back-btn-arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.backGuide__button:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.backGuide__button:active {
  box-shadow: none;
  transform: translateY(5px);
}

.entry631 {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
  background: #ffe0e0;
}

.modal-subheading {
  font-size: 14px;
  font-weight: normal;
}

.entry631__display-date {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px;
  margin: 0;
  color: #7e6264;
  background: #ffcccc;
}
.entry631__display-date img {
  width: 38%;
}
@media screen and (min-width: 641px) {
  .entry631__display-date {
    width: 500px;
    margin: 0 auto;
  }
}

#entry631__modal {
  position: relative;
  display: none;
  width: 90%;
  height: 295px;
  margin: 0% 5% 5% 5%;
  border-radius: 5px;
  padding: 0;
  background: url(/images/entry631/bg.png) repeat;
  color: #666;
  position: fixed;
  text-align: center;
  z-index: 2;
  padding: 25px;
  left: 0 !important;
}
#entry631__modal:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: -6px;
  background: url(/images/entry631/modal02.png) no-repeat;
  background-size: contain;
  width: 53px;
  height: 100px;
}
#entry631__modal:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -6px;
  background: url(/images/entry631/modal.png) no-repeat;
  background-size: contain;
  width: 75px;
  height: 100px;
}
@media screen and (min-width: 641px) {
  #entry631__modal {
    width: 400px;
    height: auto;
    margin: 0 auto 5%;
    right: 0;
  }
}

.entry631__modal-inner {
  background: white;
  padding: 20px;
  border-radius: 2px;
}

.entry631__modal-heading {
  color: black;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}

.entry631__modal-list {
  padding: 0;
  margin: 0;
}

.entry631__modal-item {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.entry631__modal-label {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  color: white;
}

#entry631__modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.entry631__modal-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 60px;
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 35px;
  color: #ffffff;
  background-image: linear-gradient(#c78c33 0, #a5582c 100%);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #75370a;
  font-size: 1.2rem;
}

.entry631__modal-button--02 {
  background-image: linear-gradient(#53658e 0, #203461 100%);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #040d1f;
}

#step_div1 {
  height: auto;
}
@media screen and (min-width: 641px) {
  #step_div1 {
    height: 1122px;
  }
}
@media screen and (max-width: 320px) {
  #step_div1 {
    height: auto;
  }
}

#step_div2 {
  height: auto;
}
@media screen and (min-width: 641px) {
  #step_div2 {
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  #step_div2 {
    height: auto;
  }
}

#step_div3 {
  height: auto;
}
@media screen and (min-width: 641px) {
  #step_div3 {
    height: 486px;
  }
}

#step_div4 {
  height: auto;
}
@media screen and (min-width: 641px) {
  #step_div4 {
    height: 508px;
  }
}
@media screen and (max-width: 320px) {
  #step_div4 {
    height: auto;
  }
}

#step_div5 {
  height: auto;
}
@media screen and (min-width: 641px) {
  #step_div5 {
    height: 625px;
  }
}
@media screen and (max-width: 320px) {
  #step_div5 {
    height: auto;
  }
}

#step_div6 {
  height: auto;
}
@media screen and (min-width: 641px) {
  #step_div6 {
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  #step_div6 {
    height: auto;
  }
}

#step_div7 {
  height: auto;
}
@media screen and (min-width: 641px) {
  #step_div7 {
    height: 382px;
  }
}
@media screen and (max-width: 320px) {
  #step_div7 {
    height: auto;
  }
}

#step_div8 {
  height: auto;
}
@media screen and (min-width: 641px) {
  #step_div8 {
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  #step_div8 {
    height: auto;
  }
}

#step_div9 {
  height: auto;
}
@media screen and (min-width: 641px) {
  #step_div9 {
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  #step_div9 {
    height: 485px;
  }
}

#step_div10 {
  height: auto;
}

.entry631__hero {
  width: 100%;
  margin: 0 0 15px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .entry631__hero {
    width: 500px;
    margin: 0 auto;
  }
}
.entry631__hero img {
  width: 100%;
}

.entry631__footer {
  width: 100%;
  font-size: 11px;
  font-size: 0.6875rem;
  background: #fecccc;
  color: #7e6264;
  line-height: 1.5;
  padding: 15px 0;
}
@media screen and (max-width: 639px) {
  .entry631__footer {
    padding: 10px 0;
    margin: 5px 0;
  }
}
@media screen and (max-width: 320px) {
  .entry631__footer {
    padding: 5px 0;
    margin: 5px 0;
  }
}

.entry631__form-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .entry631__form-wrapper {
    width: 700px;
    margin: 0 auto 20px;
    padding: 0 0 70px;
  }
}

@media screen and (min-width: 641px) {
  .entry631__form-wrapper--last {
    padding: 0 0 0;
  }
}

.entry631__form-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #aade70;
  border-radius: 10px;
  padding: 10px;
}
@media screen and (min-width: 641px) {
  .entry631__form-inner {
    width: 450px;
  }
}
.entry631__form-inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  right: -29px;
  background: url(/images/entry631/baloon-r.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 641px) {
  .entry631__form-inner:after {
    right: -30px;
  }
}

.entry631__form-inner--no-flex {
  display: block;
}

.entry631__form-inner--first {
  display: block;
}
@media screen and (min-width: 641px) {
  .entry631__form-inner--first {
    width: 450px;
  }
}

.entry631__btn-next {
  display: block;
  width: 94%;
  margin: 0 auto 10px;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 21px;
  color: #fff !important;
  background: #02b595;
  background: -moz-linear-gradient(left, #02b595 0%, #2670dc 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #02b595), color-stop(100%, #2670dc));
  background: -webkit-linear-gradient(left, #02b595 0%, #2670dc 100%);
  background: -o-linear-gradient(left, #02b595 0%, #2670dc 100%);
  background: -ms-linear-gradient(left, #02b595 0%, #2670dc 100%);
  background: linear-gradient(to right, #02b595 0%, #2670dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#02b595, endColorstr=#2670dc ,GradientType=1 );
}
@media screen and (min-width: 641px) {
  .entry631__btn-next {
    width: 70%;
  }
}
@media screen and (max-width: 320px) {
  .entry631__btn-next {
    padding: 10px 0;
  }
}

.entry631__btn-next--invaild {
  background: #ababab;
}

.entry631__btn-submit {
  height: 65px;
  width: 301px;
  border: none;
  z-index: 2;
  background-image: url(/images/entry631/submit-off.png);
  background-size: 100% 100%;
  background-color: transparent;
}
.entry631__btn-submit img {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .entry631__btn-submit {
    width: 70%;
  }
}

.entry631__term {
  width: 100%;
  color: #696969;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 3px 0 0;
}
@media screen and (min-width: 641px) {
  .entry631__term {
    padding: 10px;
  }
}
@media screen and (max-width: 320px) {
  .entry631__term {
    padding: 0px 0;
  }
}

.entry631__question {
  position: relative;
  width: 100%;
  font-weight: bold;
  margin: 20px auto 5px;
  padding: 5px 0;
  animation: fadeIn 0.8s ease;
  animation-fill-mode: forwards;
  transform-origin: top left;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 641px) {
  .entry631__question {
    width: 420px;
    margin: 20px 0 10px 40px;
  }
}
@media screen and (max-width: 320px) {
  .entry631__question {
    margin: 20px auto -5px;
  }
}
.entry631__question strong {
  font-size: 16px;
}
.entry631__question:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -5px;
  background: url(/images/entry631/line-l.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 641px) {
  .entry631__question:before {
    top: 0;
    left: -40px;
  }
}
.entry631__question p {
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 10px;
  margin: 0 0 0 58px;
}
@media screen and (min-width: 641px) {
  .entry631__question p {
    margin: 0 0 0 20px;
  }
}
.entry631__question p:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -19px;
  background: url(/images/entry631/baloon.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.8, 0.8);
  }
  40% {
    opacity: 0;
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes fadeInanswer {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  60% {
    opacity: 0;
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.entry631__question--step01 {
  margin: 0 auto 5px;
}
@media screen and (min-width: 641px) {
  .entry631__question--step01 {
    margin: 0 0 10px;
  }
}

.entry631__answer-area {
  display: flex;
  flex-direction: row-reverse;
}

.entry631__answer {
  width: 100%;
  position: relative;
  margin: 15px 0 0;
  animation: fadeInanswer 1.5s ease;
  animation-fill-mode: forwards;
  transform-origin: top right;
}
@media screen and (min-width: 641px) {
  .entry631__answer {
    width: 450px;
    margin: 10px;
  }
}

.entry631__answer--first {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .entry631__answer--first {
    width: 450px;
  }
}

@media screen and (max-width: 639px) {
  .entry631__answer--last {
    margin: 0px;
  }
}

.entry631__body {
  width: 100%;
  padding: 0 10px;
  position: relative;
}
@media screen and (min-width: 641px) {
  .entry631__body {
    max-width: 430px;
    width: 100%;
    margin: 0px auto 15px;
    padding: 0;
  }
}

.entry631__body--select {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 641px) {
  .entry631__body--select {
    margin: 0px auto 15px;
  }
}
.entry631__body--select:after {
  content: "▼";
  position: absolute;
  right: 20px;
  top: 16px;
  color: #5d2c2c;
  font-size: 14px;
  font-size: 0.875rem;
}

.entry631__body--birth {
  position: relative;
}

.entry631__subheading {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #505050;
  text-align: left;
  margin: 0;
  padding: 0 10px;
}
@media screen and (min-width: 641px) {
  .entry631__subheading {
    padding: 0;
  }
}
.entry631__subheading.entry631__subheading--left {
  width: 100%;
}

.entry631__radio,
.entry631__checkbox {
  display: none;
}

.entry631__radio:checked + .entry631__label,
.entry631__checkbox:checked + .entry631__label {
  color: white;
  font-weight: bold;
  border-bottom: 3px solid #ab6759;
  background: #f6ad58;
  background: -moz-linear-gradient(top, #f6ad58 0%, #e76a5e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6ad58), color-stop(100%, #e76a5e));
  background: -webkit-linear-gradient(top, #f6ad58 0%, #e76a5e 100%);
  background: -o-linear-gradient(top, #f6ad58 0%, #e76a5e 100%);
  background: -ms-linear-gradient(top, #f6ad58 0%, #e76a5e 100%);
  background: linear-gradient(to bottom, #f6ad58 0%, #e76a5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#f6ad58, endColorstr=#e76a5e ,GradientType=0 );
}

.entry631__label {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  gap: 50px;
  width: 100%;
  margin-bottom: 10px;
  color: #984141;
  border: 1px solid #d2c1c2;
  border-bottom: 3px solid #89c543;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  padding: 5px 25px;
  font-size: 14px;
  font-size: 0.875rem;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #fffaec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fffaec));
  background: -webkit-linear-gradient(top, #fff 0%, #fffaec 100%);
  background: -o-linear-gradient(top, #fff 0%, #fffaec 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fffaec 100%);
  background: linear-gradient(to bottom, #fff 0%, #fffaec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#fff, endColorstr=#fffaec ,GradientType=0 );
}
.entry631__label img {
  display: block;
  max-width: 60px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.entry631__label span {
  font-size: 11px;
  font-size: 0.6875rem;
}

.entry631__label--small img {
  width: 30%;
}
.entry631__label--small img.shortest {
  object-fit: contain;
  width: 60px;
  height: 60px;
}

.entry631__box {
  max-width: 308px;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .entry631__box {
    padding: 0;
  }
}

.entry631__box--3line {
  width: 32.4%;
}
@media screen and (min-width: 641px) {
  .entry631__box--3line {
    padding: 0;
  }
}

.entry631__box--2line {
  width: 47.4%;
}
@media screen and (min-width: 641px) {
  .entry631__box--2line {
    padding: 0;
  }
}

.entry631__safety {
  font-size: 13px;
  font-size: 0.8125rem;
}

.entry631__input,
.entry631__select {
  color: #5d2c2c;
  border: 1px solid #9a8c8d;
  width: 100%;
  padding: 16px;
  border-radius: 5px;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #fffaec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fffaec));
  background: -webkit-linear-gradient(top, #fff 0%, #fffaec 100%);
  background: -o-linear-gradient(top, #fff 0%, #fffaec 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fffaec 100%);
  background: linear-gradient(to bottom, #fff 0%, #fffaec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#fff, endColorstr=#fffaec ,GradientType=0 );
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .entry631__input::placeholder,
  .entry631__select::placeholder {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.entry631__input-birth {
  position: relative;
  height: 52px;
}

.entry631__inner-y {
  position: absolute;
  top: 2px;
  width: 300px;
  height: 46px;
  border: none;
  background: none;
  font-weight: bold;
  left: 60px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .entry631__inner-y {
    width: 200px;
  }
}

.entry631__inner-text,
.entry631__inner-year {
  position: absolute;
  top: 13px;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}

.entry631__inner-text {
  left: 16px;
}

.entry631__inner-year {
  right: 30px;
}

.error_message_birth {
  position: absolute;
  top: 52px;
}

.entry631__run-area {
  position: relative;
  width: 100%;
  margin: 28px 0 0;
}

.entry631__run-dog {
  position: absolute;
  top: -30px;
  width: 360px;
  z-index: 2;
  left: 0;
  display: flex;
  width: 360px;
  height: 32px;
  overflow: hidden;
  animation: loop 5s linear infinite;
}

.entry631__run-dog--568 {
  width: 48px;
}

.entry631__run-dog--568-1 {
  top: -22px;
}

.entry631__run-dog--area {
  width: 48px;
  top: -38px;
  z-index: 2;
}
@media screen and (min-width: 641px) {
  .entry631__run-dog--area {
    top: -30px;
    left: 10px;
  }
}

.entry631__run-dog--568-3 {
  width: 48px;
  top: -22px;
}

.entry631__dog {
  width: auto;
  height: 100%;
  animation: loop 5s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(320px);
  }
}
.ui-menu, .ui-helper-hidden-accessible div,
.ui-helper-hidden-accessible {
  display: none !important;
}

.entry631__baloon-num {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  max-width: 320px;
  margin: 20px auto 10px;
  padding: 10px;
  background: #ffeaea;
  border-radius: 8px;
  font-weight: bold;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) {
  .entry631__baloon-num {
    left: 0;
    bottom: 72px;
  }
}
.entry631__baloon-num:after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ffeaea;
  z-index: -1;
  visibility: visible;
}
.entry631__baloon-num span {
  color: #ff348e;
}
.entry631__baloon-num.entry631__prefecture-text {
  color: #795548;
}
@media screen and (max-width: 320px) {
  .entry631__baloon-num {
    font-size: 11px;
    padding: 5px;
    max-width: 90%;
  }
}

.entry631__baloon-num--submit {
  bottom: 168px;
  max-width: 85%;
  padding: 6px;
}
@media screen and (min-width: 641px) {
  .entry631__baloon-num--submit {
    bottom: 184px;
    padding: 10px;
  }
}
@media screen and (max-width: 320px) {
  .entry631__baloon-num--submit {
    bottom: 145px;
    max-width: 85%;
    padding: 10px;
  }
}

.entry631__btn-next--baloon {
  margin: 0 auto 10px;
}

.entry631__zip-message {
  margin: 0 auto 10px;
  transition: 0.3s ease-out;
  font-size: 14px;
  font-size: 0.875rem;
}

.entry631__hand-operate {
  width: 100%;
  transition: 0.5s ease-out;
  text-align: center;
  margin: 10px 0;
}
@media screen and (min-width: 641px) {
  .entry631__hand-operate {
    width: 100%;
    background: #c9f595;
    padding: 8px;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
  }
}
.entry631__hand-operate input {
  display: none;
}
.entry631__hand-operate label {
  display: inline-block;
  position: relative;
  background: #f8f8f8;
  background-size: 14px;
  border-radius: 100px;
  padding: 0.3em 30px 0.4em 0.6em;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 641px) {
  .entry631__hand-operate label {
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.entry631__hand-operate label:after {
  position: absolute;
  content: "";
  background: url("/images/entry631/icon-open-arrow.png") center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  right: 13px;
  top: 22%;
}
.entry631__hand-operate #entry631__acc:checked ~ .entry631__zip-message {
  display: none;
}

.entry631__hand-operate input[type=checkbox]:checked + label:after {
  position: absolute;
  content: "";
  background: url("/images/entry631/icon-close-arrow.png") center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  right: 13px;
  top: 22%;
}

.entry631__button-area {
  width: 100%;
  padding: 10px 0 0;
}

.entry631__button-area--submit {
  margin-top: 0px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .entry631__button-area--submit {
    margin-top: 0px;
  }
}
@media screen and (max-width: 320px) {
  .entry631__button-area--submit {
    margin-top: 0px;
  }
}

.entry631__regist-num {
  width: 20%;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  .entry631__regist-num {
    width: 60%;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 320px) {
  .entry631__regist-num {
    width: 50%;
    margin: 10px auto 0;
  }
}

.entry631-footer__link {
  margin-top: 10px;
}
.entry631-footer__link br {
  display: none;
}
@media screen and (max-width: 639px) {
  .entry631-footer__link {
    width: 90%;
    margin: 0px auto;
    padding: 0;
    line-height: 2em;
  }
  .entry631-footer__link br {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .entry631-footer__link {
    margin: 0 auto;
  }
}

.entry631-notice {
  margin: 0 auto 5px;
  font-size: 13px;
  text-align: center;
  color: #000;
  background: #fffac7;
  padding: 6px 25px 3px;
  line-height: 1.4em;
  border-radius: 40px;
}

.entry631__select-address__hidden {
  visibility: hidden;
  height: 0;
}

.entry631__check-area {
  margin: 10px 0;
  background: #ffffe1;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) {
  .entry631__check-area {
    width: 475px;
    margin: 0 auto;
  }
}

.entry631__check-title {
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 641px) {
  .entry631__check-title {
    margin-bottom: 10px;
  }
}

.entry631__check-box {
  margin: 10px 0;
}

.entry631_checkbox_test {
  margin-right: 10px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: auto !important;
}

.entry631__count-box.entry631__count-box--phone {
  position: absolute;
  top: -5%;
  right: 2%;
  background: white;
  border: 1px solid #000000;
  padding: 0px 10px;
  border-radius: 100px;
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #505050;
}
.entry631__count-box.entry631__count-box--phone .entry631__count-phone {
  font-size: 1.15em;
}

.entry631__label .entry631__label__text {
  text-align: left;
  font-size: 1em;
}

.entry631__hero-text {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
}
.entry631__hero-text::before, .entry631__hero-text::after {
  content: "/";
  position: absolute;
  top: 0;
  color: #000;
}
.entry631__hero-text::before {
  left: 0;
  transform: scaleX(-1);
}
.entry631__hero-text::after {
  right: 0;
}

/*# sourceMappingURL=entry631.css.map */
