@charset "UTF-8";
@keyframes loop_slide_right {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.un_estNav {
  display: none;
}
@media screen and (min-width: 750px) {
  .un_estNav {
    display: block;
    width: 100%;
    background: #338bbe;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    transition: 0.4s opacity ease;
  }
  .un_estNav ul {
    display: flex;
    align-items: center;
    gap: 50px;
  }
  .un_estNav ul li {
    display: flex;
    align-items: center;
    gap: 50px;
    opacity: 0.5;
    transition: 0.2s opacity ease;
  }
  .un_estNav ul li:not(:last-child)::after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
  }
  .un_estNav ul li.__current {
    opacity: 1;
  }
}
.un_estNav.__hidden {
  opacity: 0;
}
@media screen and (min-width: 750px) {
  .un_estNav.__fixed {
    position: fixed;
    top: 95px;
    opacity: 1;
  }
}

.un_estDocs {
  margin-bottom: 40px;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_estDocs {
    margin-bottom: 40px;
  }
}
.un_estDocs_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  gap: 5.3333333333vw;
  border: 1px solid #338bbe;
  border-radius: 8px;
  padding: 20px;
  padding: 5.3333333333vw;
  padding-bottom: 30px;
  padding-bottom: 8vw;
}
@media screen and (min-width: 750px) {
  .un_estDocs_inner {
    gap: 20px;
    padding: 30px 45px;
  }
}
.un_estDocs_inner .__ttl {
  font-size: 18px;
  font-size: 4.8vw;
}
@media screen and (min-width: 750px) {
  .un_estDocs_inner .__ttl {
    font-size: 2rem;
  }
}
.un_estDocs_inner .__txt {
  text-align: center;
  color: #338bbe;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 500;
}
@media screen and (min-width: 750px) {
  .un_estDocs_inner .__txt {
    font-size: 2rem;
  }
}

.un_estForm {
  margin-top: 40px;
  margin-top: 10.6666666667vw;
  position: relative;
}
@media screen and (min-width: 750px) {
  .un_estForm {
    margin-top: 40px;
  }
}
.un_estForm form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  gap: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_estForm form {
    gap: 40px;
  }
}
.un_estForm_step {
  display: flex;
  flex-direction: column;
  gap: 40px;
  gap: 10.6666666667vw;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  padding: 5.3333333333vw;
  padding-top: 40px;
  padding-top: 10.6666666667vw;
  padding-bottom: 40px;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_estForm_step {
    gap: 40px;
    padding: 60px 80px;
  }
}
.un_estForm_step__innerBlock {
  display: flex;
  flex-direction: column;
  gap: 40px;
  gap: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_estForm_step__innerBlock {
    gap: 40px;
  }
}
.un_estForm_stepItem--type01 dt.item--required::after, .un_estForm_stepItem--type02 dt.item--required::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "必須";
  white-space: nowrap;
  color: #d94f4f;
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 100vh;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 750px) {
  .un_estForm_stepItem--type01 dt.item--required::after, .un_estForm_stepItem--type02 dt.item--required::after {
    font-size: 1.3rem;
  }
}
.un_estForm_stepItem--type01 .hp_flexColumn label:not(:last-child), .un_estForm_stepItem--type02 .hp_flexColumn label:not(:last-child) {
  margin-bottom: 0.5em;
}
.un_estForm_stepItem--type01 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  gap: 6.4vw;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 750px) {
  .un_estForm_stepItem--type01 {
    gap: 24px;
    font-size: 1.6rem;
  }
}
.un_estForm_stepItem--type01 dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px;
  padding: 4.2666666667vw;
  font-weight: 500;
  background: #ededed;
  border-left: 8px solid #338bbe;
  border-radius: 4px 0 0 4px;
}
@media screen and (min-width: 750px) {
  .un_estForm_stepItem--type01 dt {
    padding: 16px;
  }
}
@media screen and (min-width: 750px) {
  .un_estForm_stepItem--type01 dd {
    margin-left: 10px;
  }
}
.un_estForm_stepItem--type02 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 5.3333333333vw;
  padding: 20px;
  padding: 5.3333333333vw;
  padding-top: 30px;
  padding-top: 8vw;
  padding-bottom: 30px;
  padding-bottom: 8vw;
  background: #f4f4f4;
  border-radius: 4px;
  outline: 1px solid #bdcad1;
}
@media screen and (min-width: 750px) {
  .un_estForm_stepItem--type02 {
    gap: 20px;
    padding: 30px 20px;
  }
}
.un_estForm_stepItem--type02:has(input[type=radio]:checked) {
  outline: 2px solid #338bbe;
}
.un_estForm_stepItem--type02 .__ttl {
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 500;
}
@media screen and (min-width: 750px) {
  .un_estForm_stepItem--type02 .__ttl {
    font-size: 1.6rem;
  }
}
.un_estForm_stepItem--type02 .__cont {
  display: flex;
  flex-direction: column;
  gap: 30px;
  gap: 8vw;
}
@media screen and (min-width: 750px) {
  .un_estForm_stepItem--type02 .__cont {
    gap: 30px;
    margin-left: 1.2em;
  }
}
.un_estForm_stepItem--type02 .__cont dl {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_estForm_stepItem--type02 .__cont dl {
    gap: 20px;
  }
}
.un_estForm_stepItem--type02 .__cont dt {
  display: flex;
  align-items: center;
  padding: 8px;
  padding: 2.1333333333vw;
  font-weight: 500;
  background: #dfe4e7;
}
@media screen and (min-width: 750px) {
  .un_estForm_stepItem--type02 .__cont dt {
    padding: 8px;
  }
}
@media screen and (min-width: 750px) {
  .un_estForm_stepItem--type02 .__cont dd {
    margin-left: 10px;
  }
}
.un_estForm_stepItem--type03 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  gap: 8vw;
}
@media screen and (min-width: 750px) {
  .un_estForm_stepItem--type03 {
    gap: 30px;
  }
}
.un_estForm_stepItem--type03 dl {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_estForm_stepItem--type03 dl {
    gap: 20px;
  }
}
.un_estForm_stepItem--type03 dt {
  display: flex;
  align-items: center;
  padding: 8px;
  padding: 2.1333333333vw;
  font-weight: 500;
  background: #dfe4e7;
}
@media screen and (min-width: 750px) {
  .un_estForm_stepItem--type03 dt {
    padding: 8px;
  }
}
@media screen and (min-width: 750px) {
  .un_estForm_stepItem--type03 dd {
    margin-left: 10px;
  }
}
.un_estForm label {
  display: inline-block;
  text-indent: -18px;
  padding-left: 18px;
}
.un_estForm input,
.un_estForm select {
  border: none;
  outline: 1px solid #bdcad1;
  background: #fafafa;
  padding: 0.5em 0.3em;
  border-radius: 4px;
  font-size: 16px;
  font-size: 4.2666666667vw;
  margin: 5px 0;
}
@media screen and (min-width: 750px) {
  .un_estForm input,
  .un_estForm select {
    font-size: 1.6rem;
  }
}
.un_estForm select {
  width: 5em;
}
.un_estForm input[type=radio],
.un_estForm input[type=checkbox] {
  outline: none;
  display: inline-block;
  width: auto;
}
.un_estForm input[type=file] {
  outline: none;
  padding: 0;
  background: none;
  border-radius: 0;
  margin: 0;
  font-size: inherit;
  text-indent: 0 !important;
}
.un_estForm input[type=text] {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .un_estForm input.input--text {
    width: 22em;
  }
}
@media screen and (min-width: 750px) {
  .un_estForm input.input--textNarrow {
    width: 7em;
  }
}
.un_estForm input.input--ymd {
  width: 5em;
}
.un_estForm input.input--zipcode {
  width: 8em;
}
.un_estForm input.input--tel {
  width: 16em;
}
@media screen and (min-width: 750px) {
  .un_estForm dd.item--driver,
  .un_estForm dd.item--insuranceType {
    margin-left: 0;
  }
}
.un_estForm dd.item--driver label,
.un_estForm dd.item--insuranceType label {
  outline: 1px solid #bdcad1;
  border-radius: 4px;
  background: #f4f4f4;
  padding: 20px;
  padding: 5.3333333333vw;
  padding-top: 30px;
  padding-top: 8vw;
  padding-bottom: 30px;
  padding-bottom: 8vw;
  margin: 0;
  text-indent: 0 !important;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .un_estForm dd.item--driver label,
  .un_estForm dd.item--insuranceType label {
    padding: 30px 20px;
  }
}
.un_estForm dd.item--driver label:has(input[type=radio]:checked),
.un_estForm dd.item--insuranceType label:has(input[type=radio]:checked) {
  outline: 2px solid #338bbe;
}
.un_estForm dd.item--driver {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_estForm dd.item--driver {
    gap: 20px;
  }
}
@media screen and (min-width: 750px) {
  .un_estForm dd.item--driver {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .un_estForm dd.item--driver .errMsg {
    width: 100% !important;
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 750px) {
  .un_estForm dd.item--driver label {
    width: 220px;
  }
}
.un_estForm dd.item--insuranceType {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .un_estForm dd.item--insuranceType {
    gap: 20px;
  }
}
.un_estForm textarea {
  width: 100%;
  height: 12em;
  border: 1px solid #bdcad1;
  background: #fafafa;
  padding: 0.5em 0.3em;
  border-radius: 4px;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 750px) {
  .un_estForm textarea {
    font-size: 1.6rem;
  }
}
.un_estForm_policy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.un_estForm_policy label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 4.2666666667vw;
  padding: 0;
  text-indent: 0;
}
@media screen and (min-width: 750px) {
  .un_estForm_policy label {
    font-size: 1.6rem;
  }
}
.un_estForm_policy label a {
  color: #338bbe;
  text-decoration: underline;
}
.un_estForm_btnConfirm, .un_estForm_btnSubmit {
  margin-top: 40px;
  margin-top: 10.6666666667vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #464646;
  border-radius: 100vh;
  height: 60px;
  height: 16vw;
  width: 100%;
  position: relative;
  text-align: center;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 750px) {
  .un_estForm_btnConfirm, .un_estForm_btnSubmit {
    margin: 40px auto 0;
    height: 60px;
    width: 320px;
  }
}
.un_estForm_btnConfirm::after, .un_estForm_btnSubmit::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-top: none;
  border-left: none;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: rotate(-45deg) translateY(-50%);
}
.un_estForm_btnConfirm:hover, .un_estForm_btnSubmit:hover {
  background: #338bbe;
  opacity: 1 !important;
}
.un_estForm_btnConfirm input[type=submit], .un_estForm_btnSubmit input[type=submit] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 500;
  color: #fff;
  line-height: 1.375;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 750px) {
  .un_estForm_btnConfirm input[type=submit], .un_estForm_btnSubmit input[type=submit] {
    font-size: 1.6rem;
  }
}
.un_estForm_btnBack {
  width: 70vw;
  margin: 0 auto;
  margin-top: 30px;
  margin-top: 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid #464646;
  border-radius: 4px;
  height: 56px;
  height: 14.9333333333vw;
  position: relative;
  text-align: center;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 750px) {
  .un_estForm_btnBack {
    margin-top: 40px;
    height: 56px;
    width: 280px;
  }
}
.un_estForm_btnBack::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #464646;
  border-bottom: none;
  border-right: none;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: rotate(-45deg) translateY(-50%);
}
.un_estForm_btnBack:hover {
  background: #338bbe;
  border-color: #338bbe;
  opacity: 1 !important;
}
.un_estForm_btnBack:hover::after {
  border-color: #fff;
}
.un_estForm_btnBack input[type=submit] {
  color: #181818;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.375;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 750px) {
  .un_estForm_btnBack input[type=submit] {
    font-size: 1.6rem;
  }
}
.un_estForm_btnBack:hover::after {
  border-color: #fff;
}
.un_estForm_btnBack:hover input {
  color: #fff;
}

.un_est_hl {
  font-family: "Sawarabi Mincho", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  font-size: 6.4vw;
  line-height: 1.3;
  margin-bottom: 40px;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_est_hl {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

.un_estForm_hl {
  font-size: 20px;
  font-size: 5.3333333333vw;
  line-height: 1.3;
}
@media screen and (min-width: 750px) {
  .un_estForm_hl {
    font-size: 2.4rem;
  }
}
.un_estForm_hl.hl--required {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.un_estForm_hl.hl--required::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "必須";
  white-space: nowrap;
  color: #d94f4f;
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 100vh;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 750px) {
  .un_estForm_hl.hl--required::after {
    font-size: 1.3rem;
  }
}

.un_estHead {
  margin-top: 60px;
  margin-top: 16vw;
  margin-bottom: 60px;
  margin-bottom: 16vw;
  position: relative;
}
@media screen and (min-width: 750px) {
  .un_estHead {
    margin: 90px 0 80px;
  }
}
.un_estHead_hl {
  display: flex;
  flex-direction: column;
  gap: 15px;
  gap: 4vw;
  font-family: "Sawarabi Mincho", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (min-width: 750px) {
  .un_estHead_hl {
    gap: 20px;
  }
}
.un_estHead_hl .__sub {
  font-size: 20px;
  font-size: 5.3333333333vw;
  line-height: 1;
}
@media screen and (min-width: 750px) {
  .un_estHead_hl .__sub {
    font-size: 2rem;
  }
}
.un_estHead_hl .__ttl {
  font-size: 30px;
  font-size: 8vw;
  line-height: 1.3;
}
@media screen and (min-width: 750px) {
  .un_estHead_hl .__ttl {
    font-size: 3.2rem;
  }
}

.errMsg {
  font-size: 13px;
  font-size: 3.4666666667vw;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  background: #d94f4f;
  padding: 8px;
  margin-top: 10px;
  min-width: 50%;
}
@media screen and (min-width: 750px) {
  .errMsg {
    font-size: 1.5rem;
  }
}

.un_estForm_thanksInner {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  padding: 5.3333333333vw;
  padding-top: 40px;
  padding-top: 10.6666666667vw;
  padding-bottom: 40px;
  padding-bottom: 10.6666666667vw;
  gap: 40px;
  gap: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .un_estForm_thanksInner {
    gap: 40px;
    padding: 60px 80px;
  }
}
.un_estForm_thanks_ttl {
  font-family: "Sawarabi Mincho", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #338bbe;
  font-size: 24px;
  font-size: 6.4vw;
}
@media screen and (min-width: 750px) {
  .un_estForm_thanks_ttl {
    font-size: 2.8rem;
  }
}
.un_estForm_thanks p {
  text-align: center;
}

.ly_toContractor {
  display: none !important;
  visibility: hidden !important;
}

.cf-turnstile {
  position: fixed;
  right: 0;
  bottom: 10px;
  bottom: 2.6666666667vw;
}
@media screen and (min-width: 750px) {
  .cf-turnstile {
    bottom: 50px;
  }
}

figure img[src$=".pdf"],
figure img[src*=".pdf?"] {
  display: none;
}/*# sourceMappingURL=style.css.map */