@charset "UTF-8";
/**********************************************************
フォント
*********************************************************/
.f42 {
  font-size: 42px !important;
}

.f32 {
  font-size: 32px !important;
}

.f26 {
  font-size: 26px !important;
}

.f24 {
  font-size: 24px !important;
}

.f22 {
  font-size: 22px !important;
}

.f20 {
  font-size: 20px !important;
}

.f18 {
  font-size: 18px !important;
}

.f14 {
  font-size: 14px !important;
}

.f8 {
  font-size: 8px !important;
}

@media screen and (max-width: 768px) {
  .f42 {
    font-size: 36px !important;
  }
  .f32 {
    font-size: 28px !important;
  }
  .f26 {
    font-size: 22px !important;
  }
  .f24 {
    font-size: 20px !important;
  }
  .f20 {
    font-size: 16px !important;
  }
  .f14 {
    font-size: 12px !important;
  }
}
.pt2-5 {
  padding-top: 2.5rem;
}

.color-1 {
  color: #F64623;
}

.input-wrap {
  background-color: rgb(247, 247, 247);
  margin-top: 10rem;
  position: relative;
  font-weight: bold;
  padding: 11.75rem 0 5.75rem;
}
.input-wrap .input-flow {
  position: absolute;
  width: 100%;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  height: 145px;
}
.input-wrap .input-flow .input-flow-inner {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  height: 100%;
  padding: 2.25rem 1rem 0.75rem;
  box-shadow: 0px 5px 15px 0px rgba(192, 192, 192, 0.75);
}
.input-wrap .input-flow .input-flow-inner .flow-status-cat {
  position: absolute;
  display: flex;
  right: 0;
  top: -3.75rem;
}
.input-wrap .input-flow .flow-area {
  overflow: auto;
  margin: 0 1rem;
  position: relative;
}
.input-wrap .input-flow .flow-area::-webkit-scrollbar {
  background-color: #e9ecef;
  border-radius: 5px;
}
.input-wrap .input-flow .flow-area::-webkit-scrollbar-thumb {
  background-color: rgb(247, 236, 162);
  border-radius: 5px;
}
.input-wrap .input-flow .flow-items {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 1rem;
}
.input-wrap .input-flow .flow-items .flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 100px;
  position: relative;
}
.input-wrap .input-flow .flow-items .flow-item::before {
  position: absolute;
  content: "";
  border-top: 3px solid rgb(139, 139, 139);
  width: 50%;
  top: 20%;
  left: 0;
}
.input-wrap .input-flow .flow-items .flow-item:first-child::before {
  display: none;
}
.input-wrap .input-flow .flow-items .flow-item:last-child::after {
  display: none;
}
.input-wrap .input-flow .flow-items .flow-item::after {
  position: absolute;
  content: "";
  border-top: 3px solid rgb(139, 139, 139);
  width: 50%;
  top: 20%;
  right: 0;
  z-index: 1;
}
.input-wrap .input-flow .flow-items .flow-item .now-item {
  background-color: rgb(255, 209, 47);
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 3px solid;
  text-align: center;
  z-index: 10;
}
.input-wrap .input-flow .flow-items .flow-item .other-item {
  background-color: rgb(242, 242, 242);
  color: rgb(139, 139, 139);
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 3px solid rgb(139, 139, 139);
  text-align: center;
  z-index: 10;
}
.input-wrap .input-title {
  text-align: center;
  font-size: 2rem;
  padding-bottom: 1.5rem;
  position: relative;
  margin-bottom: 3.75rem;
}
.input-wrap .input-title::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid rgb(2, 2, 2);
  border-radius: 4px;
  width: 10%;
  bottom: 0;
  left: 50%; /* 親要素の中央に配置 */
  transform: translateX(-50%); /* 自身の幅の半分だけ左にずらす */
}
.input-wrap .sheet-form-footer {
  margin-top: 3.25rem;
}
.input-wrap .sheet-form-footer .footer-btn-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.input-wrap .sheet-form-footer .footer-btn-area > div {
  width: 33%;
}
.input-wrap .sheet-form-footer .footer-btn-area .footer-btn {
  padding: 0.5rem 3.25rem 0.5rem;
  border: 2px solid initial;
  border-radius: 5rem;
  position: relative;
}
.input-wrap .sheet-form-footer .footer-btn-area .preview-btn {
  background-color: #fff;
  border: 2px solid rgb(68, 68, 68);
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.input-wrap .sheet-form-footer .footer-btn-area .next-btn {
  background-color: rgb(0, 129, 249);
  color: rgb(255, 255, 255);
}
.input-wrap .sheet-form-footer .footer-btn-area .next-btn::before {
  position: absolute;
  content: "";
  background: url(/assets/img/arrow_wh.svg) center center no-repeat;
  width: 1rem;
  height: 1rem;
  bottom: 50%;
  right: 20px;
  transform: translateY(50%);
}
.input-wrap .sheet-form-footer .footer-btn-area .back-btn {
  background-color: #fff;
  color: rgb(102, 102, 102);
  border: 2px solid rgb(199, 199, 199);
}
.input-wrap .sheet-form-footer .footer-btn-area .back-btn::before {
  position: absolute;
  content: "";
  background: url(/assets/img/arrow_gr_rev.svg) center center no-repeat;
  width: 1rem;
  height: 1rem;
  bottom: 50%;
  left: 20px;
  transform: translateY(50%);
}
.input-wrap .sheet-form-footer .info {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row-reverse;
}
.input-wrap .sheet-form-footer .info > div:nth-child(1) {
  width: 24%;
}

.history-ob {
  flex: 1;
}

.sheet-form-main,
.contact-form-main {
  /******* フォームパーツcss *********/
  /*自動入力モーダル本体の指定 + モーダル外側の背景の指定*/
  /******* フォームパーツcss *********/
  /** ログインフォーム */
}
.sheet-form-main .sheet-form-item,
.sheet-form-main .contact-form-item,
.contact-form-main .sheet-form-item,
.contact-form-main .contact-form-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.sheet-form-main .sheet-form-item:last-child,
.sheet-form-main .contact-form-item:last-child,
.contact-form-main .sheet-form-item:last-child,
.contact-form-main .contact-form-item:last-child {
  margin-bottom: 0;
}
.sheet-form-main .sheet-form-item .sheet-form-label,
.sheet-form-main .sheet-form-item .contact-form-label,
.sheet-form-main .contact-form-item .sheet-form-label,
.sheet-form-main .contact-form-item .contact-form-label,
.contact-form-main .sheet-form-item .sheet-form-label,
.contact-form-main .sheet-form-item .contact-form-label,
.contact-form-main .contact-form-item .sheet-form-label,
.contact-form-main .contact-form-item .contact-form-label {
  width: 24%;
  padding-left: 1.5rem;
  position: relative;
}
.sheet-form-main .sheet-form-item .sheet-form-label::before,
.sheet-form-main .sheet-form-item .contact-form-label::before,
.sheet-form-main .contact-form-item .sheet-form-label::before,
.sheet-form-main .contact-form-item .contact-form-label::before,
.contact-form-main .sheet-form-item .sheet-form-label::before,
.contact-form-main .sheet-form-item .contact-form-label::before,
.contact-form-main .contact-form-item .sheet-form-label::before,
.contact-form-main .contact-form-item .contact-form-label::before {
  position: absolute;
  content: "";
  border: 2.5px solid rgb(71, 71, 71);
  height: 100%;
  left: 0;
  border-radius: 5px;
}
.sheet-form-main .sheet-form-item .address-label,
.sheet-form-main .contact-form-item .address-label,
.contact-form-main .sheet-form-item .address-label,
.contact-form-main .contact-form-item .address-label {
  width: 29% !important;
}
.sheet-form-main .sheet-form-item .sheet-form-input-address,
.sheet-form-main .contact-form-item .sheet-form-input-address,
.contact-form-main .sheet-form-item .sheet-form-input-address,
.contact-form-main .contact-form-item .sheet-form-input-address {
  width: 65% !important;
}
.sheet-form-main .sheet-form-item .sheet-form-input,
.sheet-form-main .contact-form-item .sheet-form-input,
.contact-form-main .sheet-form-item .sheet-form-input,
.contact-form-main .contact-form-item .sheet-form-input {
  width: 58%;
}
.sheet-form-main .sheet-form-item .sheet-form-input .name-form,
.sheet-form-main .contact-form-item .sheet-form-input .name-form,
.contact-form-main .sheet-form-item .sheet-form-input .name-form,
.contact-form-main .contact-form-item .sheet-form-input .name-form {
  display: flex;
  align-items: center;
}
.sheet-form-main .sheet-form-item .sheet-form-input .name-form input,
.sheet-form-main .contact-form-item .sheet-form-input .name-form input,
.contact-form-main .sheet-form-item .sheet-form-input .name-form input,
.contact-form-main .contact-form-item .sheet-form-input .name-form input {
  width: 43% !important;
  margin-right: 1.3em;
}
.sheet-form-main .sheet-form-item .sheet-form-input .birthday-form,
.sheet-form-main .contact-form-item .sheet-form-input .birthday-form,
.contact-form-main .sheet-form-item .sheet-form-input .birthday-form,
.contact-form-main .contact-form-item .sheet-form-input .birthday-form {
  display: flex;
}
.sheet-form-main .sheet-form-item .sheet-form-input .birthday-form input,
.sheet-form-main .contact-form-item .sheet-form-input .birthday-form input,
.contact-form-main .sheet-form-item .sheet-form-input .birthday-form input,
.contact-form-main .contact-form-item .sheet-form-input .birthday-form input {
  width: 57% !important;
}
.sheet-form-main .sheet-form-item .sheet-form-input .birthday-form span,
.sheet-form-main .contact-form-item .sheet-form-input .birthday-form span,
.contact-form-main .sheet-form-item .sheet-form-input .birthday-form span,
.contact-form-main .contact-form-item .sheet-form-input .birthday-form span {
  margin-left: 0.5rem;
}
.sheet-form-main .sheet-form-item .sheet-form-input .birthday-form #form-year,
.sheet-form-main .contact-form-item .sheet-form-input .birthday-form #form-year,
.contact-form-main .sheet-form-item .sheet-form-input .birthday-form #form-year,
.contact-form-main .contact-form-item .sheet-form-input .birthday-form #form-year {
  width: 22%;
}
.sheet-form-main .sheet-form-item .sheet-form-input .birthday-form #form-month,
.sheet-form-main .contact-form-item .sheet-form-input .birthday-form #form-month,
.contact-form-main .sheet-form-item .sheet-form-input .birthday-form #form-month,
.contact-form-main .contact-form-item .sheet-form-input .birthday-form #form-month {
  width: 16%;
}
.sheet-form-main .sheet-form-item .sheet-form-input .birthday-form #form-day,
.sheet-form-main .contact-form-item .sheet-form-input .birthday-form #form-day,
.contact-form-main .sheet-form-item .sheet-form-input .birthday-form #form-day,
.contact-form-main .contact-form-item .sheet-form-input .birthday-form #form-day {
  width: 16%;
}
.sheet-form-main .sheet-form-item .sheet-form-input .input-age,
.sheet-form-main .contact-form-item .sheet-form-input .input-age,
.contact-form-main .sheet-form-item .sheet-form-input .input-age,
.contact-form-main .contact-form-item .sheet-form-input .input-age {
  width: 12% !important;
}
.sheet-form-main .sheet-form-item .sheet-form-input .input-zipcode,
.sheet-form-main .contact-form-item .sheet-form-input .input-zipcode,
.contact-form-main .sheet-form-item .sheet-form-input .input-zipcode,
.contact-form-main .contact-form-item .sheet-form-input .input-zipcode {
  width: 25% !important;
}
.sheet-form-main .sheet-form-item .sheet-form-input .input-pref,
.sheet-form-main .contact-form-item .sheet-form-input .input-pref,
.contact-form-main .sheet-form-item .sheet-form-input .input-pref,
.contact-form-main .contact-form-item .sheet-form-input .input-pref {
  width: 67% !important;
}
.sheet-form-main .sheet-form-item .sheet-form-input .parts-item-input-text,
.sheet-form-main .contact-form-item .sheet-form-input .parts-item-input-text,
.contact-form-main .sheet-form-item .sheet-form-input .parts-item-input-text,
.contact-form-main .contact-form-item .sheet-form-input .parts-item-input-text {
  line-height: 2.25em;
  border: 2px solid;
  border-radius: 5px;
  padding-left: 1rem;
  width: 100%;
}
.sheet-form-main .sheet-form-item .sheet-form-input .parts-item-input-text::placeholder,
.sheet-form-main .contact-form-item .sheet-form-input .parts-item-input-text::placeholder,
.contact-form-main .sheet-form-item .sheet-form-input .parts-item-input-text::placeholder,
.contact-form-main .contact-form-item .sheet-form-input .parts-item-input-text::placeholder {
  color: rgba(34, 34, 34, 0.5);
}
@media screen and (max-width: 768px) {
  .sheet-form-main .sheet-form-item .sheet-form-input .parts-item-input-text-area,
  .sheet-form-main .contact-form-item .sheet-form-input .parts-item-input-text-area,
  .contact-form-main .sheet-form-item .sheet-form-input .parts-item-input-text-area,
  .contact-form-main .contact-form-item .sheet-form-input .parts-item-input-text-area {
    line-height: initial;
    min-height: 258px;
  }
}
.sheet-form-main .sheet-form-item .sheet-form-input .parts-item-input-select,
.sheet-form-main .contact-form-item .sheet-form-input .parts-item-input-select,
.contact-form-main .sheet-form-item .sheet-form-input .parts-item-input-select,
.contact-form-main .contact-form-item .sheet-form-input .parts-item-input-select {
  line-height: 2.25em;
  border: 2px solid;
  border-radius: 5px;
  padding-left: 1rem;
  width: 50%;
}
.sheet-form-main .sheet-form-item .sheet-form-input .parts-item-input-select::placeholder,
.sheet-form-main .contact-form-item .sheet-form-input .parts-item-input-select::placeholder,
.contact-form-main .sheet-form-item .sheet-form-input .parts-item-input-select::placeholder,
.contact-form-main .contact-form-item .sheet-form-input .parts-item-input-select::placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.sheet-form-main .sheet-form-item .sheet-form-input input[type=checkbox],
.sheet-form-main .contact-form-item .sheet-form-input input[type=checkbox],
.contact-form-main .sheet-form-item .sheet-form-input input[type=checkbox],
.contact-form-main .contact-form-item .sheet-form-input input[type=checkbox] {
  display: none;
}
.sheet-form-main .sheet-form-item .sheet-form-input .parts-item-input-checkbox,
.sheet-form-main .contact-form-item .sheet-form-input .parts-item-input-checkbox,
.contact-form-main .sheet-form-item .sheet-form-input .parts-item-input-checkbox,
.contact-form-main .contact-form-item .sheet-form-input .parts-item-input-checkbox {
  visibility: hidden;
  position: absolute;
}
.sheet-form-main .sheet-form-item .sheet-form-input .parts-item-input-checkbox + .custom-checkbox,
.sheet-form-main .contact-form-item .sheet-form-input .parts-item-input-checkbox + .custom-checkbox,
.contact-form-main .sheet-form-item .sheet-form-input .parts-item-input-checkbox + .custom-checkbox,
.contact-form-main .contact-form-item .sheet-form-input .parts-item-input-checkbox + .custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #000;
  cursor: pointer;
  position: relative;
}
.sheet-form-main .sheet-form-item .sheet-form-input .parts-item-input-checkbox + .custom-checkbox:after,
.sheet-form-main .contact-form-item .sheet-form-input .parts-item-input-checkbox + .custom-checkbox:after,
.contact-form-main .sheet-form-item .sheet-form-input .parts-item-input-checkbox + .custom-checkbox:after,
.contact-form-main .contact-form-item .sheet-form-input .parts-item-input-checkbox + .custom-checkbox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
.sheet-form-main .sheet-form-item .sheet-form-input .parts-item-input-checkbox:checked + .custom-checkbox,
.sheet-form-main .contact-form-item .sheet-form-input .parts-item-input-checkbox:checked + .custom-checkbox,
.contact-form-main .sheet-form-item .sheet-form-input .parts-item-input-checkbox:checked + .custom-checkbox,
.contact-form-main .contact-form-item .sheet-form-input .parts-item-input-checkbox:checked + .custom-checkbox {
  background: black;
}
.sheet-form-main .sheet-form-item .sheet-form-input .parts-item-input-checkbox:checked + .custom-checkbox:after,
.sheet-form-main .contact-form-item .sheet-form-input .parts-item-input-checkbox:checked + .custom-checkbox:after,
.contact-form-main .sheet-form-item .sheet-form-input .parts-item-input-checkbox:checked + .custom-checkbox:after,
.contact-form-main .contact-form-item .sheet-form-input .parts-item-input-checkbox:checked + .custom-checkbox:after {
  content: "✔";
  color: white;
}
.sheet-form-main .sheet-form-item .sheet-form-radio,
.sheet-form-main .contact-form-item .sheet-form-radio,
.contact-form-main .sheet-form-item .sheet-form-radio,
.contact-form-main .contact-form-item .sheet-form-radio {
  display: flex;
  justify-content: space-between;
}
.sheet-form-main .parts-item-input-radio,
.contact-form-main .parts-item-input-radio {
  transform: scale(1.5);
}
.sheet-form-main .parts-item-input-checkbox,
.contact-form-main .parts-item-input-checkbox {
  visibility: hidden;
  position: absolute;
}
.sheet-form-main .parts-item-input-checkbox + .custom-checkbox,
.contact-form-main .parts-item-input-checkbox + .custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #000;
  cursor: pointer;
  position: relative;
}
.sheet-form-main .parts-item-input-checkbox + .custom-checkbox:after,
.contact-form-main .parts-item-input-checkbox + .custom-checkbox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
.sheet-form-main .parts-item-input-checkbox:checked + .custom-checkbox,
.contact-form-main .parts-item-input-checkbox:checked + .custom-checkbox {
  background: black;
}
.sheet-form-main .parts-item-input-checkbox:checked + .custom-checkbox:after,
.contact-form-main .parts-item-input-checkbox:checked + .custom-checkbox:after {
  content: "✔";
  color: white;
}
.sheet-form-main .id-photo-form-item,
.contact-form-main .id-photo-form-item {
  margin-top: 4.5rem;
}
.sheet-form-main .id-photo-form-item .upload-area,
.contact-form-main .id-photo-form-item .upload-area {
  margin-top: 3.75rem;
  margin-bottom: 3.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sheet-form-main .id-photo-form-item .upload-area .btn-upload,
.contact-form-main .id-photo-form-item .upload-area .btn-upload {
  width: 43%;
  padding: 0.85rem 3.25rem;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(68, 68, 68);
  border-radius: 5rem;
  display: flex;
}
.sheet-form-main .id-photo-form-item .upload-area .btn-upload > span,
.contact-form-main .id-photo-form-item .upload-area .btn-upload > span {
  margin-left: 2.5rem;
}
.sheet-form-main .id-photo-form-item .explanation,
.contact-form-main .id-photo-form-item .explanation {
  border-top: 1px solid rgb(112, 112, 112);
  padding: 1.25rem 0 2rem;
}
.sheet-form-main .id-photo-form-item .explanation ul,
.contact-form-main .id-photo-form-item .explanation ul {
  list-style: initial;
  margin-left: 1.25rem;
}
.sheet-form-main .id-photo-form-item .explanation li,
.contact-form-main .id-photo-form-item .explanation li {
  font-weight: initial;
}
.sheet-form-main .id-photo-form-item .id-camera-info,
.contact-form-main .id-photo-form-item .id-camera-info {
  border-top: 1px solid rgb(112, 112, 112);
  padding: 1.5rem 3.75rem 2.8rem 0.5rem;
  font-weight: initial;
}
.sheet-form-main .id-photo-form-item .id-camera-info ul,
.contact-form-main .id-photo-form-item .id-camera-info ul {
  margin-top: 1.25rem;
  list-style: initial;
}
.sheet-form-main .id-photo-form-item .next-info,
.contact-form-main .id-photo-form-item .next-info {
  border-top: 1px solid rgb(112, 112, 112);
  padding-top: 2.5rem;
  font-weight: initial;
}
.sheet-form-main .history-form .custom-form-area #btn-auto,
.contact-form-main .history-form .custom-form-area #btn-auto {
  background-color: rgb(68, 68, 68);
  border: 2px solid rgb(68, 68, 68);
  border-radius: 5rem;
  padding: 0.5rem 2rem;
  color: white;
}
.sheet-form-main .history-form .custom-form-area #btn-reset,
.contact-form-main .history-form .custom-form-area #btn-reset {
  background-color: #fff;
  border: 2px solid rgb(199, 199, 199);
  border-radius: 5rem;
  padding: 0.5rem 2rem;
}
.sheet-form-main .history-form .custom-form-area .history-form-items,
.contact-form-main .history-form .custom-form-area .history-form-items {
  margin: 2.5rem 0 5.5rem;
}
.sheet-form-main .history-form .custom-form-area .history-form-items .exist-ttl,
.contact-form-main .history-form .custom-form-area .history-form-items .exist-ttl {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.sheet-form-main .history-form .custom-form-area .history-form-items .exist-ttl::after,
.contact-form-main .history-form .custom-form-area .history-form-items .exist-ttl::after {
  position: absolute;
  content: "";
  border: 2.5px solid rgb(71, 71, 71);
  height: 100%;
  left: 0;
  border-radius: 5px;
}
.sheet-form-main .history-form .custom-form-area .history-form-items .history-form-item,
.contact-form-main .history-form .custom-form-area .history-form-items .history-form-item {
  background-color: white;
  border: 2px solid #C7C7C7;
  border-radius: 10px;
  padding: 2rem 0 2rem 2rem;
  margin-bottom: 1rem;
  display: flex;
}
.sheet-form-main .history-form .custom-form-area .history-form-items .history-form-item div:first-child input:first-child,
.contact-form-main .history-form .custom-form-area .history-form-items .history-form-item div:first-child input:first-child {
  margin-bottom: 0.75rem;
  width: 7rem;
}
.sheet-form-main .history-form .custom-form-area .history-form-items .history-form-item div:first-child input:nth-child(2),
.contact-form-main .history-form .custom-form-area .history-form-items .history-form-item div:first-child input:nth-child(2) {
  width: 5rem;
}
.sheet-form-main .history-form .custom-form-area .history-form-items .history-form-item div:last-child > div div,
.contact-form-main .history-form .custom-form-area .history-form-items .history-form-item div:last-child > div div {
  border-radius: 5rem;
  border: 2px solid #C7C7C7;
  padding: 0.5em 1.5em;
  margin: 0 0.25rem;
}
.sheet-form-main .history-form .custom-form-area .history-form-items .history-form-item div:last-child > div div.btn_clear,
.contact-form-main .history-form .custom-form-area .history-form-items .history-form-item div:last-child > div div.btn_clear {
  cursor: pointer;
}
.sheet-form-main .history-form .custom-form-area .history-form-items .history-form-item div:last-child > div div.btn_clear img,
.contact-form-main .history-form .custom-form-area .history-form-items .history-form-item div:last-child > div div.btn_clear img {
  height: 1.5rem;
}
.sheet-form-main .history-form .custom-form-area .history-form-items .history-form-item div:last-child > div div:hover,
.contact-form-main .history-form .custom-form-area .history-form-items .history-form-item div:last-child > div div:hover {
  background-color: grey;
}
.sheet-form-main .history-form .custom-form-area .history-form-items .history-form-item input,
.contact-form-main .history-form .custom-form-area .history-form-items .history-form-item input {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 2px solid #AEAEAE;
}
.sheet-form-main .history-form .custom-form-area .history-form-items .history-form-item input::placeholder,
.contact-form-main .history-form .custom-form-area .history-form-items .history-form-item input::placeholder {
  color: lightgrey;
}
.sheet-form-main .history-btn-area,
.contact-form-main .history-btn-area {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  padding: 0 0.5rem 0 1.5rem;
}
@media screen and (max-width: 578px) {
  .sheet-form-main .history-btn-area,
  .contact-form-main .history-btn-area {
    padding: 0 0 0 0.5rem;
  }
}
.sheet-form-main .history-name-form,
.contact-form-main .history-name-form {
  width: 55% !important;
}
.sheet-form-main .history-btn,
.contact-form-main .history-btn {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px -2px;
}
.sheet-form-main .history-btn:hover,
.contact-form-main .history-btn:hover {
  background-color: #fce8ef;
}
.sheet-form-main .auto-modal-container,
.contact-form-main .auto-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}
.sheet-form-main .auto-modal-container::before,
.contact-form-main .auto-modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.sheet-form-main .auto-modal-container.active,
.contact-form-main .auto-modal-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.sheet-form-main .auto-modal-container .modal-body,
.contact-form-main .auto-modal-container .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  width: 90%;
  /*モーダルを閉じるボタンの指定*/
}
.sheet-form-main .auto-modal-container .modal-body .modal-close,
.contact-form-main .auto-modal-container .modal-body .modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.sheet-form-main .auto-modal-container .modal-content,
.contact-form-main .auto-modal-container .modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .sheet-form-main .auto-modal-container .modal-content,
  .contact-form-main .auto-modal-container .modal-content {
    padding: 1.5rem;
  }
}
.sheet-form-main .auto-modal-container .modal-content input::placeholder,
.contact-form-main .auto-modal-container .modal-content input::placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.sheet-form-main .auto-modal-container .modal-content .auto-history-items,
.contact-form-main .auto-modal-container .modal-content .auto-history-items {
  margin-top: 2.5rem;
  font-weight: initial;
}
.sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-year,
.contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-year {
  width: 16%;
}
@media screen and (max-width: 768px) {
  .sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-year,
  .contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-year {
    width: 40%;
  }
}
.sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-year input,
.contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-year input {
  width: 70%;
  text-align: center;
}
.sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-month,
.contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-month {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-month,
  .contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-month {
    width: 30%;
  }
}
.sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-month input,
.contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-month input {
  width: 50%;
  text-align: center;
}
.sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-day,
.contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-day {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-day,
  .contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-day {
    width: 30%;
  }
}
.sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-day input,
.contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-history-item #form-day input {
  width: 50%;
  text-align: center;
}
.sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items,
.contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items {
  margin: 2rem 0 0;
  font-size: 20px;
}
.sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items .auto-school-item,
.contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items .auto-school-item {
  padding-bottom: 2rem;
}
.sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items .auto-school-item .school-label,
.contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items .auto-school-item .school-label {
  background-color: #f8f8f8;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}
.sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items .auto-school-item .auto-school-input,
.contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items .auto-school-item .auto-school-input {
  width: 70%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items .auto-school-item .auto-school-input,
  .contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items .auto-school-item .auto-school-input {
    width: 100%;
  }
}
.sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items .auto-school-item input[type=number]::-webkit-outer-spin-button,
.sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items .auto-school-item input[type=number]::-webkit-inner-spin-button,
.contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items .auto-school-item input[type=number]::-webkit-outer-spin-button,
.contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items .auto-school-item input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items .auto-school-item .auto-school-input-span,
.contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items .auto-school-item .auto-school-input-span {
  width: 5%;
}
@media screen and (max-width: 768px) {
  .sheet-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items .auto-school-item .auto-school-input-span,
  .contact-form-main .auto-modal-container .modal-content .auto-history-items .auto-school-items .auto-school-item .auto-school-input-span {
    width: 15%;
  }
}
.sheet-form-main .auto-modal-container .modal-content .auto-modal-footer .footer-btn,
.contact-form-main .auto-modal-container .modal-content .auto-modal-footer .footer-btn {
  padding: 0.5rem 3.25rem 0.5rem;
  border: 2px solid initial;
  border-radius: 5rem;
  position: relative;
}
.sheet-form-main .auto-modal-container .modal-content .auto-modal-footer .btn-auto-add,
.contact-form-main .auto-modal-container .modal-content .auto-modal-footer .btn-auto-add {
  background-color: rgb(0, 129, 249);
  color: rgb(255, 255, 255);
}
.sheet-form-main .auto-modal-container .modal-content .auto-modal-footer .btn-auto-close,
.contact-form-main .auto-modal-container .modal-content .auto-modal-footer .btn-auto-close {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(112, 112, 112);
}
@media screen and (max-width: 768px) {
  .sheet-form-main .auto-modal-container .modal-content .auto-modal-footer > div,
  .contact-form-main .auto-modal-container .modal-content .auto-modal-footer > div {
    flex-wrap: wrap;
    padding-top: 1rem;
  }
  .sheet-form-main .auto-modal-container .modal-content .auto-modal-footer > div button,
  .contact-form-main .auto-modal-container .modal-content .auto-modal-footer > div button {
    width: 100%;
    margin: 0.5em 0 !important;
  }
}
.sheet-form-main .auto-modal-container .modal-content .auto-work-input,
.contact-form-main .auto-modal-container .modal-content .auto-work-input {
  width: 70%;
  margin: 1rem 0;
}
.sheet-form-main .auto-modal-container .modal-content .work-span-item,
.contact-form-main .auto-modal-container .modal-content .work-span-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap; /* 要素が親要素を超える場合に折り返す */
}
.sheet-form-main .auto-modal-container .modal-content .work-span-item input,
.contact-form-main .auto-modal-container .modal-content .work-span-item input {
  flex: 0 0 auto; /* 入力フィールドの幅が可変で、内容に合わせて自動調整 */
}
.sheet-form-main .auto-modal-container .modal-content .span-year-form,
.contact-form-main .auto-modal-container .modal-content .span-year-form {
  width: 10%;
  text-align: center;
}
.sheet-form-main .auto-modal-container .modal-content .span-month-form,
.contact-form-main .auto-modal-container .modal-content .span-month-form {
  width: 5%;
  text-align: center;
}
.sheet-form-main .wareki-view,
.contact-form-main .wareki-view {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
}
.sheet-form-main #wareki-show-btn,
.contact-form-main #wareki-show-btn {
  width: 10%;
}
.sheet-form-main .wareki-chart,
.contact-form-main .wareki-chart {
  width: 50%;
  padding-top: 1rem;
  display: none;
}
.sheet-form-main .make-at-form-item .make-at-area,
.contact-form-main .make-at-form-item .make-at-area {
  margin-top: 3.125rem;
  padding-bottom: 16.875rem;
}
.sheet-form-main .make-at-form-item .make-at-area .make-at-btns,
.contact-form-main .make-at-form-item .make-at-area .make-at-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sheet-form-main .make-at-form-item .make-at-area .make-at-btns .make-at-btn,
.contact-form-main .make-at-form-item .make-at-area .make-at-btns .make-at-btn {
  border: 2px solid rgb(199, 199, 199);
  border-radius: 5rem;
  width: 32.4%;
  text-align: center;
}
.sheet-form-main .make-at-form-item .input-text-make-at,
.contact-form-main .make-at-form-item .input-text-make-at {
  position: relative;
  border: none;
  outline: none;
  margin-right: 3rem;
  padding-left: 2rem;
  width: 80%;
}
.sheet-form-main .make-at-form-item .input-text-make-at:focus,
.contact-form-main .make-at-form-item .input-text-make-at:focus {
  border: none;
  outline: none;
}
.sheet-form-main .make-at-form-item .make-at-form-wrap,
.contact-form-main .make-at-form-item .make-at-form-wrap {
  position: relative;
}
.sheet-form-main .make-at-form-item .make-at-form-wrap::after,
.contact-form-main .make-at-form-item .make-at-form-wrap::after {
  top: 11px;
  position: absolute;
  content: "";
  background-image: url(../img/sheet/input/calendar.svg);
  left: 30px;
  height: 22px;
  width: 22px;
}
.sheet-form-main .login-form,
.contact-form-main .login-form {
  background-color: white;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px;
  width: 75%;
  padding: 2.625rem 2.5rem 4.5rem;
  margin: 3rem auto 0;
}
.sheet-form-main .login-form .sheet-form-label,
.contact-form-main .login-form .sheet-form-label {
  width: 30%;
  padding-left: 1.5rem;
  position: relative;
}
.sheet-form-main .login-form .sheet-form-label::before,
.contact-form-main .login-form .sheet-form-label::before {
  position: absolute;
  content: "";
  border: 2.5px solid rgb(71, 71, 71);
  height: 100%;
  left: 0;
  border-radius: 5px;
}
.sheet-form-main .login-form .sheet-form-input,
.contact-form-main .login-form .sheet-form-input {
  width: 70%;
}
.sheet-form-main .login-form .sheet-form-input .login-item-input-text,
.contact-form-main .login-form .sheet-form-input .login-item-input-text {
  line-height: 2.25em;
  border: 2px solid;
  border-radius: 5px;
  padding-left: 1rem;
  width: 100%;
}
.sheet-form-main .login-form .sheet-form-input .login-item-input-text::placeholder,
.contact-form-main .login-form .sheet-form-input .login-item-input-text::placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.sheet-form-main .login-form .login-submit-wrap,
.contact-form-main .login-form .login-submit-wrap {
  margin: 2.5rem auto 4.875rem;
  display: flex;
  justify-content: center;
}
.sheet-form-main .login-form .btn-submit,
.contact-form-main .login-form .btn-submit {
  border-radius: 5rem;
  background-color: rgb(0, 129, 249);
  color: rgb(255, 255, 255);
  padding: 1rem 4.375rem 1rem 3.75rem;
  font-size: 17px;
  font-weight: bold;
  line-height: 1em;
  position: relative;
}
.sheet-form-main .login-form .btn-submit::after,
.contact-form-main .login-form .btn-submit::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 9px;
  right: 20px;
  top: 50%; /* 中央に配置するために調整 */
  transform: translateY(-50%); /* 疑似要素を上に半分移動 */
  background-image: url(../img/arrow-wh-mini.svg);
}
.sheet-form-main .login-form .sns-login-wrap,
.contact-form-main .login-form .sns-login-wrap {
  margin-bottom: 5rem;
}
.sheet-form-main .login-form .sns-login-wrap .sns-items,
.contact-form-main .login-form .sns-login-wrap .sns-items {
  margin-top: 2.5rem;
}
.sheet-form-main .login-form .sns-login-wrap .sns-items .sns-item,
.contact-form-main .login-form .sns-login-wrap .sns-items .sns-item {
  border: 2px solid;
  border-radius: 5rem;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 18px;
  position: relative;
  width: 63%;
  height: 2.5em;
  margin: 0 auto 1rem;
  padding-left: 7rem;
}
.sheet-form-main .login-form .sns-login-wrap .sns-items .sns-item img.icon,
.contact-form-main .login-form .sns-login-wrap .sns-items .sns-item img.icon {
  width: 1.75rem;
  margin-right: 1rem;
}
.sheet-form-main .login-form .sns-login-wrap .sns-items .sns-item::after,
.contact-form-main .login-form .sns-login-wrap .sns-items .sns-item::after {
  position: absolute;
  content: "";
  right: 1em;
  width: 13px;
  height: 9px;
  background: url(/assets/img/arrow-bk-mini.svg) center center no-repeat;
}
.sheet-form-main .login-form .email-login-wrap .email-text,
.contact-form-main .login-form .email-login-wrap .email-text {
  margin: 2.5rem 0 2rem;
}
.sheet-form-main .login-form .email-login-wrap .email-submit-wrap,
.contact-form-main .login-form .email-login-wrap .email-submit-wrap {
  margin: 2.5rem 0 0;
  display: flex;
  justify-content: center;
}

.confirm-area .confirm-page-title {
  padding-left: 1.5rem;
  position: relative;
}
.confirm-area .confirm-page-title::before {
  position: absolute;
  content: "";
  border: 2.5px solid rgb(71, 71, 71);
  height: 100%;
  left: 0;
  border-radius: 5px;
}

#boot-camera {
  display: none;
}

@media screen and (max-width: 578px) {
  .input-wrap .input-flow .input-flow-inner {
    height: initial;
  }
  .sheet-form-main .input-title {
    font-size: 1.5rem;
  }
  .sheet-form-items {
    /* 写真選択 */
    /** 履歴系 */
    /** 作成日時 */
  }
  .sheet-form-items .sheet-form-item {
    flex-wrap: wrap;
  }
  .sheet-form-items .sheet-form-item .sheet-form-label {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }
  .sheet-form-items .sheet-form-item .sheet-form-input {
    width: 100% !important;
    flex-wrap: wrap;
  }
  .sheet-form-items .sheet-form-item .sheet-form-input > span {
    width: 100%;
    display: block;
  }
  .sheet-form-items .sheet-form-item .sheet-form-input .birthday-form {
    width: 100%;
  }
  .sheet-form-items .sheet-form-item .sheet-form-input .birthday-form #form-year {
    width: 40%;
  }
  .sheet-form-items .sheet-form-item .sheet-form-input .birthday-form #form-month, .sheet-form-items .sheet-form-item .sheet-form-input .birthday-form #form-day {
    width: 25%;
  }
  .sheet-form-items .sheet-form-item .sheet-form-input #data_age {
    width: 25% !important;
  }
  .sheet-form-items .sheet-form-item .sheet-form-input.sheet-form-radio {
    flex-wrap: wrap;
  }
  .sheet-form-items .sheet-form-item .sheet-form-input.sheet-form-radio div {
    width: 33%;
    height: 2rem;
  }
  .sheet-form-items .sheet-form-item .sheet-form-input #data_zipcode, .sheet-form-items .sheet-form-item .sheet-form-input #data_pref {
    width: 50% !important;
  }
  .sheet-form-items .sheet-form-item .sheet-form-input #data_motivation {
    width: 100% !important;
  }
  .sheet-form-items .id-photo-form-item {
    display: flex;
    flex-wrap: wrap;
  }
  .sheet-form-items .id-photo-form-item .upload-area {
    width: 100% !important;
  }
  .sheet-form-items .id-photo-form-item .upload-area .btn-upload {
    width: 100% !important;
  }
  .sheet-form-items .id-photo-form-item .upload-area #upload-id-photo img {
    width: 34px;
  }
  .sheet-form-items .id-photo-form-item .upload-area #upload-id-photo span {
    margin-left: 1rem;
  }
  .sheet-form-items .id-photo-form-item .explanation {
    display: flex;
    flex-wrap: wrap;
  }
  .sheet-form-items .id-photo-form-item .explanation > div.d-flex {
    flex-wrap: wrap;
  }
  .sheet-form-items .id-photo-form-item .explanation > div.d-flex img {
    width: 85% !important;
    margin: 0 auto 1rem;
  }
  .sheet-form-items .id-photo-form-item .id-camera-info {
    padding: 1.5rem 0.5rem;
  }
  .sheet-form-items #boot-camera {
    display: none;
  }
  .sheet-form-items .history-form .custom-form-area .d-flex.flex-row-reverse {
    justify-content: space-between;
    margin-top: 1rem;
  }
  .sheet-form-items .history-form .custom-form-area .history-form-item {
    padding: 1rem !important;
  }
  .sheet-form-items .history-form .custom-form-area .history-form-item .d-flex.justify-content-between.align-items-center {
    flex-wrap: wrap;
  }
  .sheet-form-items .history-form .custom-form-area .history-form-item .d-flex.justify-content-between.align-items-center .history-value {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }
  .sheet-form-items .history-form .custom-form-area .history-form-item .d-flex.justify-content-between.align-items-center > div {
    display: flex;
    justify-content: end;
    width: 100% !important;
  }
  .sheet-form-items .history-form .custom-form-area .history-form-item .d-flex.justify-content-between.align-items-center input.parts-item-input-text {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }
  .sheet-form-items .history-form .wareki-chart {
    width: 100% !important;
  }
  .sheet-form-items .make-at-form-item .make-at-area {
    padding-bottom: 3rem;
  }
  .sheet-form-items .make-at-form-item .make-at-area .make-at-btns > * {
    width: 100% !important;
  }
  .sheet-form-footer .footer-btn-area {
    display: flex;
    flex-wrap: wrap;
  }
  .sheet-form-footer .footer-btn-area > div {
    width: 100% !important;
  }
  .sheet-form-footer .footer-btn-area > div:first-child {
    order: 2;
  }
  .sheet-form-footer .footer-btn-area > div:nth-child(2) {
    margin-bottom: 1.5rem;
  }
  .sheet-form-footer .info {
    flex-wrap: wrap;
  }
  .sheet-form-footer .info > div {
    width: 100% !important;
  }
  .sheet-form-footer .info > div:first-child {
    order: 2;
    margin-top: 1.5rem;
  }
  .sheet-form-footer .info > div:nth-child(2) {
    text-align: start !important;
  }
  .sheet-form-footer .info > div:last-child {
    display: none;
  }
}
.history-form-items-work-history .history-form-item {
  flex-wrap: wrap;
}

.sp-break {
  display: none;
}

@media screen and (max-width: 768px) {
  #work-history-modal .modal-body .modal-content {
    padding: 1.5rem;
  }
  #work-history-modal .modal-body .modal-content .auto-history-item .sp-break {
    display: block;
  }
  #work-history-modal .modal-body .modal-content .auto-history-item #auto_start_year {
    margin-bottom: 0.5rem;
  }
  #work-history-modal .modal-body .modal-content .auto-history-item #auto_start_year, #work-history-modal .modal-body .modal-content .auto-history-item #auto_end_year {
    width: 40%;
  }
  #work-history-modal .modal-body .modal-content .auto-history-item #auto_start_month, #work-history-modal .modal-body .modal-content .auto-history-item #auto_end_month {
    width: 20%;
  }
  #work-history-modal .auto-modal-footer > div {
    flex-wrap: wrap;
    padding-top: 1rem;
  }
  #work-history-modal .auto-modal-footer > div button {
    width: 100%;
    margin: 0.5em 0;
  }
}/*# sourceMappingURL=sheet_form.css.map */