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

body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: white;
  color: #333;
  padding: 0;
  margin: 0;
  overscroll-behavior-y: none;
}

a {
  color: #1e90ff;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #1e90ff;
  text-decoration: underline;
}
a:visited {
  color: #1e90ff;
  text-decoration: underline;
}

fieldset {
  border: none;
}

input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: middle;
  cursor: pointer;
}

select {
  cursor: pointer;
}

img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: 0.7rem;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 641px) {
  p {
    font-size: 0.8rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

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

.backGuide__box {
  position: fixed;
  top: 10%;
  left: 15%;
  background: #fff;
  border: 3px solid #000;
  border-radius: 10px;
  width: 70%;
  height: 250px;
  z-index: 6;
  padding: 3%;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .backGuide__box {
    width: 400px;
    padding: 20px;
    top: 20%;
    left: 35%;
  }
}

.backGuide__title {
  font-weight: bold;
  line-height: 1.7em;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.backGuide__button {
  width: 80%;
  margin: 5px 0;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  border: 1px solid #cacaca;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) {
  .backGuide__button {
    width: 62%;
  }
}
.backGuide__button::after {
  position: absolute;
  content: "";
  top: 40%;
  right: 8%;
  display: block;
  width: 10px;
  height: 10px;
  /* background-image: url(/images/entry028/back-btn-arrow.svg); */
  background-size: contain;
  background-repeat: no-repeat;
}

input[type=radio].entry044__radio,
input[type=checkbox].entry044__radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.entry044 {
  background: #FF754D;
  margin: 0 0 0 0;
}
@media screen and (min-width: 641px) {
  .entry044 .header {
    width: 500px;
    margin: 0 auto;
  }
}

.entry044__private {
  width: 90%;
  background: #FF8967;
  color: white;
  text-align: center;
  border-radius: 30px;
  padding: 3px;
  margin: 0 auto 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

.entry044__heading {
  text-align: center;
  position: relative;
  padding: 25px 0 0;
  font-size: 17px;
  font-size: 1.0625rem;
}
.entry044__heading::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(/images/entry044/icon-question.webp) no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 21px;
  color: white;
}

.entry044__sub-text {
  text-align: center;
  padding: 5px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.entry044__label {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: auto;
  border-radius: 5px;
  cursor: pointer;
  background: #EAEAEA;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
}
.entry044__label--first {
  padding: 0.5em;
}
.entry044__label--mini {
  height: auto;
  background: #F5F5F5;
  border: 1px solid #C3C3C3;
  width: 95%;
  margin-left: 5%;
  padding: 5px;
}

.entry044__label--invalid {
  background: #EAEAEA;
  color: #ccc;
  border: 1px solid #c7c7c7;
  cursor: auto;
}

.entry044__link--invalid {
  background: #e0e0e0;
  color: #ccc !important;
  border: 1px solid #c7c7c7;
  cursor: auto;
  pointer-events: none;
}

.entry044__images {
  top: 10px;
  left: 0;
  right: 0;
  margin: 0;
}

.entry044__images--s1-01 {
  background: url(/images/entry044/icon01-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s1-02 {
  background: url(/images/entry044/icon02-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s1-03 {
  background: url(/images/entry044/icon03-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s1-04 {
  background: url(/images/entry044/icon04-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s2-01 {
  background: url(/images/entry044/icon12-off.webp);
  width: 50px;
  height: 50px;
  top: 0px;
  background-size: cover;
}

.entry044__images--s2-02 {
  background: url(/images/entry044/icon13-off.webp);
  width: 50px;
  height: 50px;
  top: 0;
  background-size: cover;
}

.entry044__images--s2-03 {
  background: url(/images/entry044/icon14-off.webp);
  width: 50px;
  height: 50px;
  top: 0;
  background-size: cover;
}

.entry044__images--s2-04 {
  background: url(/images/entry044/icon15-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s2-05 {
  background: url(/images/entry044/icon11-off.webp);
  width: 50px;
  height: 50px;
  top: 4px;
  background-size: cover;
}

.entry044__images--s4-01 {
  background: url(/images/entry044/icon05-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s4-02 {
  background: url(/images/entry044/icon06-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s4-03 {
  background: url(/images/entry044/icon07-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s4-04 {
  background: url(/images/entry044/icon08-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s5-01 {
  background: url(/images/entry044/icon09-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s5-02 {
  background: url(/images/entry044/icon10-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s5-03 {
  background: url(/images/entry044/icon11-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s6-01 {
  background: url(/images/entry044/icon18-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s6-02 {
  background: url(/images/entry044/icon19-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s6-03 {
  background: url(/images/entry044/icon20-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s6-04 {
  background: url(/images/entry044/icon21-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s6-05 {
  background: url(/images/entry044/icon22-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s6-06 {
  background: url(/images/entry044/icon23-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s7-01 {
  background: url(/images/entry044/icon15-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s7-02 {
  background: url(/images/entry044/icon16-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__images--s7-03 {
  background: url(/images/entry044/icon17-off.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__radio-text {
  bottom: 14px;
  left: 0;
  right: 0;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.entry044__radio-text--mini {
  font-size: 11px;
  font-size: 0.6875rem;
}
.entry044__radio-text--no-icon {
  position: absolute;
  width: 100%;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.entry044__label--invaild {
  background: #e0e0e0;
  color: #ccc;
  border: 1px solid #c7c7c7;
}
.entry044__label--invaild img {
  opacity: 0.3;
}

.entry044__radio:checked + .entry044__label {
  background: #FF754D;
  color: #fff;
}
.entry044__radio:checked + .entry044__label .entry044__images--s1-01 {
  background: url(/images/entry044/icon01-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s1-02 {
  background: url(/images/entry044/icon02-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s1-03 {
  background: url(/images/entry044/icon03-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s1-04 {
  background: url(/images/entry044/icon04-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s2-01 {
  background: url(/images/entry044/icon12-on.webp);
  width: 50px;
  height: 50px;
  top: 0px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s2-02 {
  background: url(/images/entry044/icon13-on.webp);
  width: 50px;
  height: 50px;
  top: 0;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s2-03 {
  background: url(/images/entry044/icon14-on.webp);
  width: 50px;
  height: 50px;
  top: 0;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s2-04 {
  background: url(/images/entry044/icon15-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s2-05 {
  background: url(/images/entry044/icon11-on.webp);
  width: 50px;
  height: 50px;
  top: 4px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s4-01 {
  background: url(/images/entry044/icon05-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s4-02 {
  background: url(/images/entry044/icon06-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s4-03 {
  background: url(/images/entry044/icon07-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s4-04 {
  background: url(/images/entry044/icon08-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s5-01 {
  background: url(/images/entry044/icon09-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s5-02 {
  background: url(/images/entry044/icon10-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s5-03 {
  background: url(/images/entry044/icon11-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s6-01 {
  background: url(/images/entry044/icon18-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s6-02 {
  background: url(/images/entry044/icon19-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s6-03 {
  background: url(/images/entry044/icon20-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s6-04 {
  background: url(/images/entry044/icon21-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s6-05 {
  background: url(/images/entry044/icon22-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s6-06 {
  background: url(/images/entry044/icon23-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s7-01 {
  background: url(/images/entry044/icon15-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s7-02 {
  background: url(/images/entry044/icon16-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}
.entry044__radio:checked + .entry044__label .entry044__images--s7-03 {
  background: url(/images/entry044/icon17-on.webp);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.entry044__view {
  width: 90%;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (min-width: 641px) {
  .entry044__view {
    width: 500px;
    padding: 20px;
  }
}

.entry044__radio-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px auto 0;
}
@media screen and (min-width: 641px) {
  .entry044__radio-area {
    max-width: 400px;
    width: 100%;
  }
}
.entry044__radio-area li {
  position: relative;
  width: 100%;
  padding: 5px 0 5px 0;
  margin: 0;
}
.entry044__radio-area li.entry044__job_list__note {
  margin: 8px 0;
  text-align: center;
}

.entry044__under--text {
  display: block;
  text-align: center;
}

.entry044__safe {
  position: relative;
  color: #707070;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 10px;
  font-size: 0.625rem;
}
.entry044__safe:before {
  content: "";
  position: absolute;
  left: 14px;
  top: -2px;
  width: 12px;
  height: 12px;
  background: url(/images/entry044/icon-lock.webp) no-repeat right center;
  background-size: contain;
}
@media screen and (min-width: 641px) {
  .entry044__safe {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .entry044__safe:before {
    left: 14px;
    top: -3px;
    width: 14px;
    height: 14px;
  }
}

.entry044__input-area {
  position: relative;
  width: 90%;
  margin: 15px auto 5px;
}
.entry044__input-area input {
  width: 100%;
  border: 1px solid #767676;
  border-radius: 5px;
  cursor: pointer;
  padding: 1em 1em;
}

.entry044__input-birth {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.entry044__input-birth::after {
  position: absolute;
  content: "";
  background: url(/images/entry044/under-arrow-orange.svg) center no-repeat;
  background-size: contain;
  width: 15px;
  height: 12px;
  right: 17%;
  top: 32%;
}

.entry044__inner-text {
  position: absolute;
  top: 50%;
  left: 1.5em;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: bold;
}

.entry044__inner-year {
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: bold;
}

.entry044__input-access {
  position: relative;
  text-align: center;
}
.entry044__input-access input {
  width: 90%;
  margin: 15px auto 5px;
  border: 1px solid #767676;
  border-radius: 5px;
  cursor: pointer;
  padding: 0.8em 0.8em;
}

.entry044__input-zip {
  padding: 0 20px;
}

input:focus {
  outline: none;
}

input::placeholder {
  font-weight: normal;
}

.entry044__input-birth > .error_message,
.entry044__input-name > .error_message,
.entry044__input-area > .error_message,
.entry044__input-access > .error_message {
  display: block;
  width: 100%;
  color: red;
  font-weight: normal;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -15px;
  left: 5px;
  text-align: left;
  font-size: 11px;
  font-size: 0.6875rem;
}
.entry044__hand-operate {
  width: 100%;
  transition: 0.5s ease-out;
  text-align: center;
  margin: 7px 0 0;
}
@media screen and (min-width: 641px) {
  .entry044__hand-operate {
    width: 100%;
    background: #fff;
    margin: 23px 0 20px;
    padding: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
  }
}
.entry044__hand-operate input {
  display: none;
}
.entry044__hand-operate label {
  display: inline-block;
  position: relative;
  background: #f8f8f8;
  background-size: 14px;
  border-radius: 100px;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 5px 31px 5px 13px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 641px) {
  .entry044__hand-operate label {
    margin: 0;
    padding: 5px 25px 5px 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.entry044__hand-operate label:after {
  position: absolute;
  content: "";
  background: url("/images/entry044/icon-open-arrow.webp") center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  right: 13px;
  top: 22%;
}
@media screen and (min-width: 641px) {
  .entry044__hand-operate label:after {
    right: 8px;
  }
}
.entry044__hand-operate #entry044__acc-open {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.entry044__hand-operate #entry044__acc:checked ~ #entry044__acc-open {
  display: block;
  height: auto;
  opacity: 1;
  padding: 7px;
}
.entry044__hand-operate #entry044__acc:checked ~ .entry044__message {
  display: none;
}

.entry044__select-box {
  position: relative;
  width: 100%;
  background-color: white;
  border-radius: 4px;
  vertical-align: middle;
  line-height: 22px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #333;
  border: 1px solid #555;
  box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.5);
  margin: 0 0 10px;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.entry044__select-box:after {
  position: absolute;
  content: "";
  background: url("/images/entry044/under-arrow-orange.svg") center no-repeat;
  background-size: contain;
  width: 25px;
  height: 14px;
  right: 10px;
  top: 40%;
}

.entry044__select {
  width: 100%;
  text-align: left;
  padding: 5px;
  color: #777;
  background: white;
  font-weight: bold;
  border: none;
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.entry044__select--birth {
  position: relative;
  width: 100%;
  background-color: white;
  border-radius: 4px;
  vertical-align: middle;
  line-height: 22px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #000;
  border: 1px solid #767676;
  margin: 0 0 10px;
  padding: 13px;
  font-size: 16px;
  font-size: 1rem;
}

.entry044__message {
  width: 300px;
  margin: 0 auto 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 641px) {
  .entry044__message {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
}
.entry044__message-icon {
  width: 18%;
}
@media screen and (min-width: 641px) {
  .entry044__message-icon {
    width: 45px;
  }
}
.entry044__message-text {
  width: 84%;
  position: relative;
  display: inline-block;
  margin: 15px 0 0;
  padding: 7px 10px;
  max-width: 100%;
  background: #f8f8f8;
  border-radius: 6px;
  color: #555;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
.entry044__message-text br {
  display: block;
}
@media screen and (min-width: 641px) {
  .entry044__message-text br {
    display: none;
  }
}
.entry044__message-text span {
  color: #FF754D;
}
.entry044__message-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 15px solid white;
}
@media screen and (min-width: 641px) {
  .entry044__message-text {
    width: 80%;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.entry044__status {
  position: relative;
  width: 100%;
  padding: 0 0 45px;
  background: #ffffff;
}
@media screen and (min-width: 641px) {
  .entry044__status {
    width: 430px;
    background: white;
    margin: 0 auto;
  }
}

.entry044__bar {
  display: flex;
  justify-content: space-between;
}
.entry044__bar li.entry044__bar-step01,
.entry044__bar li.entry044__bar-step02,
.entry044__bar li.entry044__bar-step03,
.entry044__bar li.entry044__bar-step04,
.entry044__bar li.entry044__bar-step05,
.entry044__bar li.entry044__bar-step06,
.entry044__bar li.entry044__bar-step07,
.entry044__bar li.entry044__bar-step08,
.entry044__bar li.entry044__bar-step09 {
  position: relative;
  width: 20%;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
}
.entry044__bar li.entry044__bar-step01 span,
.entry044__bar li.entry044__bar-step02 span,
.entry044__bar li.entry044__bar-step03 span,
.entry044__bar li.entry044__bar-step04 span,
.entry044__bar li.entry044__bar-step05 span,
.entry044__bar li.entry044__bar-step06 span,
.entry044__bar li.entry044__bar-step07 span,
.entry044__bar li.entry044__bar-step08 span,
.entry044__bar li.entry044__bar-step09 span {
  font-size: 12px;
  font-size: 0.75rem;
}
.entry044__bar li.entry044__bar-step01:before,
.entry044__bar li.entry044__bar-step02:before,
.entry044__bar li.entry044__bar-step03:before,
.entry044__bar li.entry044__bar-step04:before,
.entry044__bar li.entry044__bar-step05:before,
.entry044__bar li.entry044__bar-step06:before,
.entry044__bar li.entry044__bar-step07:before,
.entry044__bar li.entry044__bar-step08:before,
.entry044__bar li.entry044__bar-step09:before {
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 10px;
  height: 10px;
  background: #D2D2D2;
  border-radius: 10px;
  z-index: 1;
}
.entry044__bar li.entry044__bar-step01:after,
.entry044__bar li.entry044__bar-step02:after,
.entry044__bar li.entry044__bar-step03:after,
.entry044__bar li.entry044__bar-step04:after,
.entry044__bar li.entry044__bar-step05:after,
.entry044__bar li.entry044__bar-step06:after,
.entry044__bar li.entry044__bar-step07:after,
.entry044__bar li.entry044__bar-step08:after,
.entry044__bar li.entry044__bar-step09:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -30px;
  width: 100%;
  height: 2px;
  background: #D2D2D2;
}
.entry044__bar li:last-child:after {
  display: none;
}
.entry044__bar li.entry044__bar-on:before {
  background: #FF754D;
}
.entry044__bar li.entry044__bar-on:after {
  background: #FF754D;
}
.entry044__bar li.entry044__bar-now {
  color: #FF754D;
}
.entry044__bar li.entry044__bar-now:before {
  background: #FF754D;
}

.entry044__status-dog {
  position: absolute;
  background: url(/images/entry044/fish.webp) no-repeat;
  background-size: contain;
  z-index: 1;
  width: 40px;
  height: 44px;
  top: 19px;
  left: 0%;
  z-index: 2;
}

.entry044__num {
  margin: 1em auto;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.entry044__num .kyujin_count {
  color: #FECD2F;
}

.entry044__terms-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 15px 0 0;
}
.entry044__terms-wrapper a {
  font-size: 12px;
  font-size: 0.75rem;
}

.entry044__terms-note {
  text-align: center;
}

.entry044__button-height {
  height: auto;
  margin: 20px auto;
}
@media screen and (min-width: 641px) {
  .entry044__button-height {
    max-width: 400px;
    width: 100%;
  }
}

.entry044__button-height--submit {
  margin: 10px auto 30px;
}

.entry044__button-inner {
  width: 90%;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
@media screen and (min-width: 641px) {
  .entry044__button-inner {
    width: auto;
    left: 0;
    max-width: 400px;
    width: 100%;
    height: auto;
  }
}

.entry044__button-inner--submit {
  margin: 0 auto 10px;
  height: auto;
}

.entry044__permission_number {
  background: url("/images/entry119/img_kosei.webp") 90% 50% no-repeat;
  background-size: 50%;
}

.entry044__koseimark {
  width: 62%;
  margin: 10px auto 0;
}
@media screen and (min-width: 641px) {
  .entry044__koseimark {
    width: 54%;
  }
}

.entry044__button, .entry044__modal-button {
  z-index: 4;
  position: relative;
  width: 100%;
  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;
  text-align: center;
  background: #FECD2F;
  background: -moz-linear-gradient(top, #FECD2F 0%, #fbc100 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FECD2F), color-stop(100%, #fbc100));
  background: -webkit-linear-gradient(top, #FECD2F 0%, #fbc100 100%);
  background: -o-linear-gradient(top, #FECD2F 0%, #fbc100 100%);
  background: -ms-linear-gradient(top, #FECD2F 0%, #fbc100 100%);
  background: linear-gradient(to bottom, #FECD2F 0%, #fbc100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#FECD2F, endColorstr=#fbc100 ,GradientType=0 );
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 641px) {
  .entry044__button, .entry044__modal-button {
    height: 50px;
    max-height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.entry044__button::before, .entry044__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;
}
.entry044__button::after, .entry044__modal-button::after {
  position: absolute;
  content: "";
  background: url("/images/entry044/next-arrow-white.svg") center no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
  right: 15px;
  top: 40%;
}

@-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;
  }
}
.entry044__button--invalid, .entry044__modal-button--invalid {
  height: 50px;
  max-height: 50px;
  line-height: 50px;
  background: #e3e3e3;
  background: -moz-linear-gradient(top, #e3e3e3 0%, #e3e3e3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e3e3), color-stop(100%, #e3e3e3));
  background: -webkit-linear-gradient(top, #e3e3e3 0%, #e3e3e3 100%);
  background: -o-linear-gradient(top, #e3e3e3 0%, #e3e3e3 100%);
  background: -ms-linear-gradient(top, #e3e3e3 0%, #e3e3e3 100%);
  background: linear-gradient(to bottom, #e3e3e3 0%, #e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#e3e3e3, endColorstr=#e3e3e3 ,GradientType=0 );
  border: 1px solid #d5d5d5;
  z-index: 0;
}
.entry044__button--invalid::before, .entry044__modal-button--invalid::before {
  display: none;
}

.ui-menu, .ui-helper-hidden-accessible div {
  display: none !important;
}

.entry044__cursor {
  width: 58px;
  height: 70px;
  position: absolute;
  background: url(/images/entry044/iconhand.webp) no-repeat;
  background-size: contain;
  z-index: 3;
  pointer-events: none;
  animation: huruhurunyanko 1s ease-in-out infinite alternate;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
@media screen and (max-width: 639px) {
  .entry044__cursor {
    right: 5px;
    bottom: 71%;
  }
}
@media screen and (min-width: 641px) {
  .entry044__cursor {
    right: -24px;
    top: 112px;
  }
}

@keyframes huruhurunyanko {
  0% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(-10px);
  }
}
.entry044__cursor--first {
  bottom: 67%;
  right: 7px;
}
@media screen and (min-width: 641px) {
  .entry044__cursor--first {
    right: 48px;
    left: auto;
    top: 45px;
  }
}

.entry044__cursor--name-after {
  bottom: 52%;
}
@media screen and (min-width: 641px) {
  .entry044__cursor--name-after {
    top: 244px;
  }
}

.entry044__cursor--birth-after {
  bottom: 30%;
}
@media screen and (min-width: 641px) {
  .entry044__cursor--birth-after {
    top: 50px;
  }
}

.entry044__cursor--down {
  bottom: 15%;
  z-index: 4;
}
@media screen and (min-width: 641px) {
  .entry044__cursor--down {
    bottom: 16%;
    right: 24%;
    top: auto;
  }
}

@media screen and (max-width: 639px) {
  .entry044__cursor--phone {
    bottom: 60%;
  }
}

@media screen and (min-width: 641px) {
  .entry044__cursor--phone-after {
    top: 244px;
  }
}
@media screen and (max-width: 639px) {
  .entry044__cursor--phone-after {
    bottom: 42%;
  }
}

.entry044__cursor--submit {
  bottom: 14%;
  z-index: 4;
}
@media screen and (min-width: 641px) {
  .entry044__cursor--submit {
    bottom: 15%;
    right: 25%;
    top: auto;
  }
}

.entry044__cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.3;
}

.entry044__return {
  margin: 1.5em auto;
  width: 20%;
  text-align: center;
  cursor: pointer;
  padding: 5px 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.entry044__submit {
  height: 70px;
  width: 300px;
  border: none;
  z-index: 2;
  background-image: url("/images/entry044/stop.webp");
  background-size: 100% 100%;
  background-color: transparent;
}

#step_submit_next {
  outline: none;
}

#step_submit_next2 {
  cursor: pointer;
}

.entry044__info {
  display: none;
  position: relative;
  width: 100%;
  padding: 15px 0;
  background: #FFF1C5;
}
@media screen and (min-width: 641px) {
  .entry044__info {
    width: 430px;
    background: white;
    margin: 0 auto;
  }
}
.entry044__info img {
  width: 70%;
  margin: 0 auto;
}

.entry044__wentz-area {
  background: #FFF1C5;
}
@media screen and (min-width: 641px) {
  .entry044__wentz-area img {
    width: 500px;
    margin: 0 auto;
  }
}

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

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

.entry044__check-box {
  margin: 10px auto;
  width: 300px;
  text-align: left;
}

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

.entry044__link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: auto;
  border-radius: 5px;
  cursor: pointer;
  background: #EAEAEA;
  border-radius: 8px;
  font-size: 14px;
  font-size: 0.875rem;
}
.entry044__link:link, .entry044__link:visited, .entry044__link:hover {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding: 0.5em;
}
.entry044__link--invalid {
  background: #EAEAEA;
  color: #ccc !important;
  border: 1px solid #c7c7c7;
  cursor: auto;
  pointer-events: none;
}
.entry044__link-text {
  bottom: 14px;
  left: 0;
  right: 0;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.entry044__moving-area {
  margin: 2rem auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
}
@media screen and (max-width: 639px) {
  .entry044__moving-area {
    margin: 1rem auto;
    flex-direction: row;
    gap: 5px;
  }
}
.entry044__moving-area .entry044__moving-area__group {
  flex: 1;
  line-height: 1.5;
  border-radius: 10px;
  padding: 14px 20px;
  background: #ffe8d7;
}
@media screen and (max-width: 639px) {
  .entry044__moving-area .entry044__moving-area__group {
    padding: 4px 8px;
  }
}
.entry044__moving-area .entry044__moving-area__group .entry044__moving-area__group__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 639px) {
  .entry044__moving-area .entry044__moving-area__group .entry044__moving-area__group__title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 0px;
  }
}
.entry044__moving-area .entry044__moving-area__group .entry044__moving-area__group__list {
  font-size: 15px;
  font-size: 0.9375rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .entry044__moving-area .entry044__moving-area__group .entry044__moving-area__group__list {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.entry044__moving-area .entry044__moving-area__group .entry044__moving-area__group__list li::after {
  content: "/";
  margin: 0 2px;
}
.entry044__moving-area .entry044__moving-area__group .entry044__moving-area__group__list li:last-child::after {
  content: none;
}

.footer {
  background: #FF754D;
  padding: 5px 0 0;
  width: 100%;
}
.footer img {
  display: block;
  width: 38%;
  margin: 0 auto;
  padding: 0 0 15px;
}
@media screen and (min-width: 641px) {
  .footer img {
    width: 180px;
  }
}
.footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 15px auto;
}
@media screen and (min-width: 641px) {
  .footer ul {
    gap: 30px;
  }
}
.footer ul li a {
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
}
.footer p {
  color: white;
  margin: 1em auto 1em;
  text-align: center;
  background: #EA623B;
  margin: 0;
  padding: 2px;
}

#step_div0, #step_div1, #step_div2, #step_div3, #step_div4, #step_div5, #step_div6, #step_div7, #step_div8, #step_div9, #step_div10, #step_div11 {
  min-height: calc(100vh - 100px);
  background: white;
  padding-bottom: 40px;
}
@media screen and (min-width: 641px) {
  #step_div0, #step_div1, #step_div2, #step_div3, #step_div4, #step_div5, #step_div6, #step_div7, #step_div8, #step_div9, #step_div10, #step_div11 {
    width: 500px;
    margin: 0 auto;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

.entry044__modal-list {
  margin-bottom: 35px;
}
@media screen and (min-width: 641px) {
  .entry044__modal-list {
    width: 335px;
    margin: 0 auto;
    padding: 0 0 30px;
  }
}

.entry044__modal-item {
  display: block;
  position: relative;
}

.entry044__modal-item--icon-none:before {
  background: none;
}

.entry044__heading-first {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
.entry044__heading-first img {
  display: block;
  width: 50%;
  margin: 0 auto 20px;
}

#entry044__modal-wrap {
  position: relative;
  z-index: 5;
}
#entry044__modal-wrap #entry044__modal {
  position: fixed;
  top: 0 !important;
  left: 0;
  display: none;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  background: url(/images/entry044/modal-bg.jpg);
  background-size: cover;
  color: black;
  text-align: center;
  z-index: 3;
}
@media screen and (min-width: 641px) {
  #entry044__modal-wrap #entry044__modal {
    background: url(/images/entry044/modal-bg-pc.webp);
    background-size: cover;
  }
}
#entry044__modal-wrap #entry044__modal .entry044__top img {
  width: 100%;
}

input[type=radio].entry044__modal-button {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  margin: 15px 0 0;
  padding: 14px 0.5em 12px;
  background: #FF754D;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.entry044__modal-label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  color: white;
  width: 100%;
  z-index: 5;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
}

.entry044__box {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (min-width: 641px) {
  .entry044__box {
    width: 420px;
    padding: 50px 0;
  }
}

.hidden {
  display: none;
}

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