@charset "utf-8";* {margin: 0;padding: 0;font-style: normal;font-weight: normal;}body{margin: 0;padding: 0;background-color: #fff;font-size: 100%;}h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0;border: 0;font-size: 100%;font-weight: normal;}p, blockquote, address, div, hr, noscript {margin: 0;padding: 0;border: 0;font-size: 100%;}ul, ol, li, dl, dt, dd {list-style: none;margin: 0;padding: 0;border: 0;font-size: 100%;}a, img, span {margin: 0;padding: 0;border: 0;}table,tr,td{margin: 0;padding: 0;border: 0;border-collapse: collapse;}br {margin: 0;padding: 0;border: 0;letter-spacing: 0; /* IE */}a img{border:none;}form,input,textarea{margin: 0;padding: 0;}hidden{margin: 0;padding: 0;}article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;text-align:left;/*--add--*/}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display:block;}
@charset "utf-8";

/*-----------------------------------
contents
-----------------------------------*/
.container{
  position: relative;
}
.pageheader{
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #333;
}
.pageheader > h2 {
  display: table-cell;
    margin: 0;
    padding: 24px 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    vertical-align: middle;
}
.wrapper{
    padding: 40px 10px;
    background-color: #FFF;
}
.contact-icon img{
    width: 60px;
}

.inquiry-buttons{
  display: table-cell;
  width: 96px;
  vertical-align: middle;
}
.inquiry-buttons .hd{
  margin-bottom: 2px;
  font-size: 0.7em;
  text-align: center;
  vertical-align: top;
  color: #FFF;
}
.inquiry-buttons ul{
  display: table;
  margin: 0 auto 2px;
}
.inquiry-buttons li{
  width: 50%;
  display: table-cell;
  text-align: center;
}
.inquiry-buttons li img{
  width: 34px;
  margin: 0 4px;
}

/*--Large screens only--*/
@media print, screen and (min-width: 1025px){
    .wrapper{
        width: 1000px;
        margin: 0 auto;
    }
}


.contract-warning {
  margin-top: 16px;
  padding: 16px;
  background-color: #f0f0f0 !important;
}

.contract-warning > .title {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

.contract-warning > .list {
  margin: 10px 0 0 15px;
}

.contract-warning > .list > .item {
  list-style-type: decimal;
  margin-bottom: 10px;
}

.contract-warning > .list > .item:last-child {
  margin-bottom: 0;
}

.cloudsign-warning.box_border {
  margin-bottom: 0;
  margin-top: 16px;
  padding: 16px;
  border-color: #2196f3;
  border-width: 5px;
}

.privacy-policy {
  border: 5px solid #EC407A;
  border-radius: 3px 3px 0 0;
  padding: 24px 16px;
  margin-top: 16px;
  text-align: center;
}

.privacy-policy > .title {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.privacy-policy > .link {
  display: inline-block;
  margin: 20px 0;
}

.privacy-policy > .check {
    text-align: center;
    margin: 20px 0 20px;
}

.privacy-policy > .check > .label {
  font-weight: bold;
}

.privacy-policy > .check.-disabled > .label {
  color: #ccc;
}

.indemnity-agreement {
  border: 5px solid #EC407A;
  border-radius: 3px 3px 0 0;
  text-align: center;
  padding: 24px 16px;
}

.indemnity-agreement > .title {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.indemnity-agreement > .link {
  display: inline-block;
  margin: 20px 0;
}

.indemnity-agreement > .check {
      margin: 0 0 20px;
}

.indemnity-agreement > .check > .label {
  font-weight: bold;
}

.indemnity-agreement > .check.-disabled > .label {
  color: #ccc;
}



/*-----------------------------------
box
-----------------------------------*/
/*document*/
.box_document h3{
    /*margin: -16px -16px 0;*/
    padding: 24px 16px;
    background-color: #2196F3;
    border-radius: 3px 3px 0 0;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}

.box_document dt{
    padding: 8px;
    background-color: #f0f0f0;
    font-weight: bold;
    line-height: 1.5;
}
.box_document dd{
    padding: 16px 8px;
}
.box_document dd:last-child{
    border-bottom: none;
}
.box_document dl.confirmation{
    padding: 16px;
    border: 2px solid #EC407A;
}

.box_document dl.confirmation:nth-child(n+1) {
  margin-top: 16px;
}

.box_document dl.confirmation dt.ttl{
    margin: -16px -16px 8px;
    padding: 16px;
    background-color: #a5999d;
    font-size: 1.1em;
    color: #FFF;
    text-align: center;
}
.box_document dl.confirmation dl{
    margin: -8px;
}
p.cabin{
    position: relative;
    margin-bottom: 4px;
    padding-left: 1em;
    font-weight: bold;
}
p.cabin::before{
    position: absolute;
    content: "●";
    text-indent: -1.2em;
}
ul.size{
    margin-left: 1em;
}
.size li{
    float: left;
    width: 140px;
    padding-right: 1em;
}
.size li.tire{
    width: 100%
}
ul.size + p{
    margin-top: 16px;
}
.startusing{
    position: relative;
    margin: 16px;
    padding: 16px;
    background-color: #454c50;
    border-radius: 3px;
    text-align: center;
    color: #fff;
}
.startusing h4{
    font-weight: bold;
}
.startusing p{
    font-weight: bold;
}
.startusing .date {
  color: #fff;
  background-color: #454c50;
  font-size: 1.5em;
  border: none;
  text-align: center;
}
.startusing .hidden-date {
  opacity: 0;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}

.startusing .vdp-datepicker input {
  opacity: 0;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}

.startusing .vdp-datepicker__calendar {
  left: 50%;
  transform: translate(-50%, 0px);
  color: #000;
}

.startusing a {
    color: #FFF;
}
.startusing a:hover {
    color: #ccc;
    text-decoration: none;
}


.important{
    margin-top: 16px;
}
.important li{
    margin-left: 1.5em;
    list-style-type: decimal;
}

.wrapper.contact{
    padding-bottom: 24px;
    background-color: #2196F3;
}
.contact h4{
    margin: -48px -10px 0;
    padding: 16px 8px;
    background-color: #333;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}
.contact-icon{
    padding: 16px 48px 0;
}
.contact-icon li{
    float: left;
    width: 50%;
    text-align: center;
}
.contact-icon li img{
    width: 44px;
}
/*--Large screens only--*/
@media print, screen and (min-width: 1025px){
    .wrapper.contact{
        width: 100%;
    }
    .contact-icon{
        width: 1000px;
        margin: 0 auto;
    }
}

/*form*/
.box_form .required, .box_add .required  {
  display: inline-block;
  margin-left: 8px;
  padding: 0 5px;
  color: red;
  border: 1px solid red;
  font-size: 12px;
  vertical-align: text-bottom;
}

.box_form .restriction, .box_add .restriction {
  display: inline-block;
  margin-left: 8px;
  padding: 0 5px;
  color: blue;
  border: 1px solid blue;
  font-size: 12px;
  vertical-align: text-bottom;
}


.box_form .annotation {
  display: inline-block;
  margin-left: 4px;
  color: red;
}

.box_form dt{
    font-weight: bold;
}
.box_form dd dl{
    margin-top: 24px;
}
.box_form dd dt{
    padding-left: 8px;
    border-left: 4px solid #454c50;
    font-size: 0.9em;
    line-height: 1.5;
}
.box_form input,
.box_form select{
    margin: 8px 0 16px;
}
.box_form .notice {
  display: block;
}

/*add*/
.box_add{
    position: relative;
    padding: 16px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
}
.box_add h3{
    margin: -16px -16px 24px;
    padding: 16px;
    background-color: #2196F3;
    border-radius: 3px 3px 0 0;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}
.box_add dt{
    padding-left: 8px;
    border-left: 4px solid #454c50;
    font-weight: bold;
    line-height: 1.5;
}
.box_add dd{
    padding: 16px 8px;
    /*border-bottom: 1px solid #DDD;*/
}
ul.numberplate{
    margin-bottom: -8px;
}
.numberplate li{
    float: left;
    width: 50%;
    margin-bottom: 8px;
}
.numberplate li:nth-child(odd){
    padding-right: 4px;
}
.numberplate li:nth-child(even){
    padding-left: 4px;
}


.delete{
    position: absolute;
    top: 12px;
    right: 32px;
    cursor: pointer;
}
.delete::before,
.delete::after{
    position: absolute;
    content: "";
    width: 6px;
    height: 38px;
    background-color: #FFF;
    border-radius: 3px;
}
.delete::before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.delete::after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*-----------------------------------
radio check
-----------------------------------*/
/*check_list*/
.box_form .check_list {
  margin-bottom: 20px;
}
.check_list li:not(:last-child){
    margin-bottom: 8px;
}
.check_list .note{
  color: #888;
  font-size: 0.9rem;
}

.box_form .check_list li .other{
    padding-left: 32px;
}
.box_form .check_list li .other input{
    margin-top: 4px;
}

.box_form .option_address {
  font-size: 0.8em;
}

/*check_list-block*/
.check_list-block li .address{
    font-size: 0.8em;
}
.check_list-block li{
    position: relative;
}
.check_list-block li:not(:last-child){
    margin-bottom: 16px;
}
.check_list-block li [type="radio"]:checked + label,
.check_list-block li [type="radio"]:not(:checked) + label{
    width: 100%;
    padding: 16px 16px 16px 56px;
    border: 1px solid #CCC;
    border-radius: 3px;
    background-color: #f6f6f6;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.check_list-block li [type="radio"]:not(:checked) + label{
    background-color: #e6e6e6;
}
.check_list-block li [type="radio"]:checked + label:before,
.check_list-block li [type="radio"]:not(:checked) + label:before {
    top: 50%;
    left: 16px;
    margin-top: -12px;
    border: none;
    background: transparent;
}
.check_list-block li [type="radio"]:checked + label:after,
.check_list-block li [type="radio"]:not(:checked) + label:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 24px;
    width: 10px;
    height: 14px;
    display: block;
    margin-top: -11px;
    border-right: 4px solid #2196F3;
    border-bottom: 4px solid #2196F3;
    background: transparent;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check_list-block li [type="radio"]:not(:checked) + label{
    color: rgba(69, 76, 80, 0.6);
}

.check_txt{
    padding-left: 1em;
    text-indent: -1em;
}
.check_list-block.agree li{
    padding: 16px 8px;
}
.check_list-block.agree li:nth-child(odd){
    background-color: #f0f0f0;
}
.check_list-block.agree li:not(:last-child){
    margin-bottom: 0;
}
/*-----------------------------------
footer
-----------------------------------*/
footer{
    padding: 24px;
    background-color: #EEE;
    font-size: 0.7em;
    text-align: center;
}

/*-----------------------------------
send_way
-----------------------------------*/
.send .way{
  display: flex;
  align-items: stretch;
  margin: 24px 0;
}
.send .way li{
  width: calc((100% - 8px) / 2);
}
.send .way li:not(:last-child){
  margin-right: 4px;
}
.send .way li a{
  display: block;
  padding: 85px 0 0 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 80px auto;
  text-align: center;
  font-size: 0.7em;
  font-weight: bold;
  line-height: 1.4;
  color: #454c50;
  text-decoration: none;
}
.send .way li.way_line a{
  background-image: url('/parking-application-form/assets/images/icon_line.svg');
}
.send .way li.way_mailing a{
  background-image: url('/parking-application-form/assets/images/icon_mailing.svg');
}
.send .way li.way_form a{
  background-image: url('/parking-application-form/assets/images/icon_form.svg');
}
.send .way li.inactive a{
  opacity: 0.6;
}
.send #detail_unselected{
  text-align: center;
}
.send .detail h3{
  position: relative;
  padding: 24px 16px;
  background-color: #2196F3;
  border-radius: 3px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
.send #detail_line.detail h3{
  border-radius: 3px 3px 0 0;
}
.send .detail h3::before{
  position: absolute;
  content: "";
  top: -8px;
  width: 16px;
  height: 16px;
  background-color: #2196F3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

}
.send #detail_line.detail h3::before{
  left: calc(((100% - 8px) / 3) / 2);
}
.send #detail_mailing.detail h3::before{
  left: 50%;
  margin-left: -8px;
}
.send #detail_form.detail h3::before{
  right: calc(((100% - 8px) / 3) / 2);
}
.send .detail .att{
  position: relative;
  padding: 8px 8px 8px 2em;
  background-color: #454c50;
  border-radius: 0 0 3px 3px;
  font-size: 0.8em;
  color: #FFF;
  line-height: 1.5;
}
.send .detail .att::before{
    position: absolute;
    content: "※";
    text-indent: -1em;
}
.send .detail .step{
  position: relative;
  z-index: 100;
}
.send .detail .step::after{
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 8px;
  height: 100%;
  margin-left: -4px;
  background-color: #DDD;
  z-index: -1;
}
.send .detail .step li.step_n{
  position: relative;
  margin-top: 16px;
  padding: 16px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 3px;
}
.send .detail .step li.step_n .hd{
  position: relative;
  margin: -16px -16px 16px;
  padding: 16px 16px 16px 48px;
  background-color: #e6e6e6;
  border-radius: 3px 3px 0 0;
  line-height: 1.5;
}
.send .detail .step li.step_n .hd::before{
  position: absolute;
  content: "1";
  top: 5px;
  left: 16px;
  font-size: 1.8em;
  font-weight: bold;
  color: #454c50;
}
.send .detail .step li.step_n:nth-child(2) .hd::before{
  content: "2";
}
.send .detail .step .hd{
  margin-bottom: 8px;
  font-weight: bold;
}

.send .detail .step li .document {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
}

.send .detail .step li .document li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  margin: 10px 1.5%;
}

.send .detail .step li .document li .doclink {
  border: 1px solid #eee;
  width: 100%;
}

.send .detail .step li .document li .label {
  font-size: 0.6rem;
}

.send .detail .step li .document li .remove {
  font-size: 0.6rem;
}

.send .detail .step li .document li a div{
  width: 100%;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.uploading-area .message {
  margin-top: 20px;
}

.uploading-area .loading {
  margin-top: 10px;
}



.send .detail .step .address{
  margin-top: 8px;
  padding: 16px;
  background-color: #f0f0f0;
  border-radius: 3px;
}
.send .detail .step .sup{
  margin-top: 8px;
}

.send .detail{
  display: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.send .detail.open{
  display: block;
}

/*-----------------------------------
clear
-----------------------------------*/
.size,
.contact-icon,
.numberplate{
    display: block;
    min-height: 1%;
}
.size:after,
.contact-icon:after,
.numberplate:after{
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}


.fade-enter-active, .fade-leave-active  {
  transition-property: opacity;
  transition-duration: .25s;
}

.fade-enter-active {
  transition-delay: .25s;
}

.fade-enter, .fade-leave-active {
  opacity: 0
}


.page-error-message {
  margin: 40px;
  text-align: center;
  font-size: 20px;
}

@charset "utf-8";

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label{
    position: relative;
    display: inline-block;
    padding-left: 36px;
    cursor: pointer;
    line-height: 1.8;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #CCC;
    background: #f6f6f6;
    border-radius: 100%;
}
[type="radio"]:not(:checked) + label:before {
    background: #f6f6f6;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    background: #2196F3;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label{
    position: relative;
    display: inline-block;
    padding-left: 36px;
    cursor: pointer;
    line-height: 1.8;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #CCC;
    background: #f6f6f6;
    border-radius: 3px;
}
[type="checkbox"]:not(:checked) + label:before {
    background: #f6f6f6;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    position: absolute;
    content: '';
    display: block;
    top: 3px;
    left: 8px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #2196F3;
    border-bottom: 3px solid #2196F3;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
}

/*!
 * three-dots - v0.2.3
 * CSS loading animations made with single element
 * https://nzbin.github.io/three-dots/
 *
 * Copyright (c) 2018 nzbin
 * Released under MIT License
 */
.dot-elastic {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  -webkit-animation: dot-elastic 1s infinite linear;
  animation: dot-elastic 1s infinite linear
}

.dot-elastic::before,
.dot-elastic::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0
}

.dot-elastic::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  -webkit-animation: dot-elastic-before 1s infinite linear;
  animation: dot-elastic-before 1s infinite linear
}

.dot-elastic::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  -webkit-animation: dot-elastic-after 1s infinite linear;
  animation: dot-elastic-after 1s infinite linear
}

@-webkit-keyframes dot-elastic-before {
  0% {
    transform: scale(1, 1)
  }

  25% {
    transform: scale(1, 1.5)
  }

  50% {
    transform: scale(1, 0.67)
  }

  75% {
    transform: scale(1, 1)
  }

  100% {
    transform: scale(1, 1)
  }
}

@keyframes dot-elastic-before {
  0% {
    transform: scale(1, 1)
  }

  25% {
    transform: scale(1, 1.5)
  }

  50% {
    transform: scale(1, 0.67)
  }

  75% {
    transform: scale(1, 1)
  }

  100% {
    transform: scale(1, 1)
  }
}

@-webkit-keyframes dot-elastic {
  0% {
    transform: scale(1, 1)
  }

  25% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(1, 1.5)
  }

  75% {
    transform: scale(1, 1)
  }

  100% {
    transform: scale(1, 1)
  }
}

@keyframes dot-elastic {
  0% {
    transform: scale(1, 1)
  }

  25% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(1, 1.5)
  }

  75% {
    transform: scale(1, 1)
  }

  100% {
    transform: scale(1, 1)
  }
}

@-webkit-keyframes dot-elastic-after {
  0% {
    transform: scale(1, 1)
  }

  25% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(1, 0.67)
  }

  75% {
    transform: scale(1, 1.5)
  }

  100% {
    transform: scale(1, 1)
  }
}

@keyframes dot-elastic-after {
  0% {
    transform: scale(1, 1)
  }

  25% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(1, 0.67)
  }

  75% {
    transform: scale(1, 1.5)
  }

  100% {
    transform: scale(1, 1)
  }
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  box-shadow: 9999px 0 0 -5px;
  -webkit-animation: dot-pulse 1.5s infinite linear;
  animation: dot-pulse 1.5s infinite linear;
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

.dot-pulse::before,
.dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  -webkit-animation: dot-pulse-before 1.5s infinite linear;
  animation: dot-pulse-before 1.5s infinite linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  -webkit-animation: dot-pulse-after 1.5s infinite linear;
  animation: dot-pulse-after 1.5s infinite linear;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

@-webkit-keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px
  }

  30% {
    box-shadow: 9984px 0 0 2px
  }

  60%,
  100% {
    box-shadow: 9984px 0 0 -5px
  }
}

@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px
  }

  30% {
    box-shadow: 9984px 0 0 2px
  }

  60%,
  100% {
    box-shadow: 9984px 0 0 -5px
  }
}

@-webkit-keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px
  }

  30% {
    box-shadow: 9999px 0 0 2px
  }

  60%,
  100% {
    box-shadow: 9999px 0 0 -5px
  }
}

@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px
  }

  30% {
    box-shadow: 9999px 0 0 2px
  }

  60%,
  100% {
    box-shadow: 9999px 0 0 -5px
  }
}

@-webkit-keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px
  }

  30% {
    box-shadow: 10014px 0 0 2px
  }

  60%,
  100% {
    box-shadow: 10014px 0 0 -5px
  }
}

@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px
  }

  30% {
    box-shadow: 10014px 0 0 2px
  }

  60%,
  100% {
    box-shadow: 10014px 0 0 -5px
  }
}

.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  -webkit-animation: dot-flashing 1s infinite linear alternate;
  animation: dot-flashing 1s infinite linear alternate;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.dot-flashing::before,
.dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0
}

.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  -webkit-animation: dot-flashing 1s infinite alternate;
  animation: dot-flashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  -webkit-animation: dot-flashing 1s infinite alternate;
  animation: dot-flashing 1s infinite alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

@-webkit-keyframes dot-flashing {
  0% {
    background-color: #2196F3
  }

  50%,
  100% {
    background-color: rgba(152, 128, 255, .2)
  }
}

@keyframes dot-flashing {
  0% {
    background-color: #2196F3
  }

  50%,
  100% {
    background-color: rgba(152, 128, 255, .2)
  }
}

.dot-collision {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3
}

.dot-collision::before,
.dot-collision::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0
}

.dot-collision::before {
  left: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  -webkit-animation: dot-collision-before 2s infinite ease-in;
  animation: dot-collision-before 2s infinite ease-in
}

.dot-collision::after {
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  -webkit-animation: dot-collision-after 2s infinite ease-in;
  animation: dot-collision-after 2s infinite ease-in;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

@-webkit-keyframes dot-collision-before {

  0%,
  50%,
  75%,
  100% {
    transform: translateX(0)
  }

  25% {
    transform: translateX(-15px)
  }
}

@keyframes dot-collision-before {

  0%,
  50%,
  75%,
  100% {
    transform: translateX(0)
  }

  25% {
    transform: translateX(-15px)
  }
}

@-webkit-keyframes dot-collision-after {

  0%,
  50%,
  75%,
  100% {
    transform: translateX(0)
  }

  25% {
    transform: translateX(15px)
  }
}

@keyframes dot-collision-after {

  0%,
  50%,
  75%,
  100% {
    transform: translateX(0)
  }

  25% {
    transform: translateX(15px)
  }
}

.dot-revolution {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3
}

.dot-revolution::before,
.dot-revolution::after {
  content: "";
  display: inline-block;
  position: absolute
}

.dot-revolution::before {
  left: 0;
  top: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  transform-origin: 5px 20px;
  -webkit-animation: dot-revolution 1.4s linear infinite;
  animation: dot-revolution 1.4s linear infinite
}

.dot-revolution::after {
  left: 0;
  top: -30px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  transform-origin: 5px 35px;
  -webkit-animation: dot-revolution 1s linear infinite;
  animation: dot-revolution 1s linear infinite
}

@-webkit-keyframes dot-revolution {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0)
  }

  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0)
  }
}

@keyframes dot-revolution {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0)
  }

  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0)
  }
}

.dot-carousel {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  box-shadow: 9984px 0 0 0 #2196F3, 9999px 0 0 0 #2196F3, 10014px 0 0 0 #2196F3;
  -webkit-animation: dot-carousel 1.5s infinite linear;
  animation: dot-carousel 1.5s infinite linear
}

@-webkit-keyframes dot-carousel {
  0% {
    box-shadow: 9984px 0 0 -1px #2196F3, 9999px 0 0 1px #2196F3, 10014px 0 0 -1px #2196F3
  }

  50% {
    box-shadow: 10014px 0 0 -1px #2196F3, 9984px 0 0 -1px #2196F3, 9999px 0 0 1px #2196F3
  }

  100% {
    box-shadow: 9999px 0 0 1px #2196F3, 10014px 0 0 -1px #2196F3, 9984px 0 0 -1px #2196F3
  }
}

@keyframes dot-carousel {
  0% {
    box-shadow: 9984px 0 0 -1px #2196F3, 9999px 0 0 1px #2196F3, 10014px 0 0 -1px #2196F3
  }

  50% {
    box-shadow: 10014px 0 0 -1px #2196F3, 9984px 0 0 -1px #2196F3, 9999px 0 0 1px #2196F3
  }

  100% {
    box-shadow: 9999px 0 0 1px #2196F3, 10014px 0 0 -1px #2196F3, 9984px 0 0 -1px #2196F3
  }
}

.dot-typing {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  box-shadow: 9984px 0 0 0 #2196F3, 9999px 0 0 0 #2196F3, 10014px 0 0 0 #2196F3;
  -webkit-animation: dot-typing 1.5s infinite linear;
  animation: dot-typing 1.5s infinite linear
}

@-webkit-keyframes dot-typing {
  0% {
    box-shadow: 9984px 0 0 0 #2196F3, 9999px 0 0 0 #2196F3, 10014px 0 0 0 #2196F3
  }

  16.667% {
    box-shadow: 9984px -10px 0 0 #2196F3, 9999px 0 0 0 #2196F3, 10014px 0 0 0 #2196F3
  }

  33.333% {
    box-shadow: 9984px 0 0 0 #2196F3, 9999px 0 0 0 #2196F3, 10014px 0 0 0 #2196F3
  }

  50% {
    box-shadow: 9984px 0 0 0 #2196F3, 9999px -10px 0 0 #2196F3, 10014px 0 0 0 #2196F3
  }

  66.667% {
    box-shadow: 9984px 0 0 0 #2196F3, 9999px 0 0 0 #2196F3, 10014px 0 0 0 #2196F3
  }

  83.333% {
    box-shadow: 9984px 0 0 0 #2196F3, 9999px 0 0 0 #2196F3, 10014px -10px 0 0 #2196F3
  }

  100% {
    box-shadow: 9984px 0 0 0 #2196F3, 9999px 0 0 0 #2196F3, 10014px 0 0 0 #2196F3
  }
}

@keyframes dot-typing {
  0% {
    box-shadow: 9984px 0 0 0 #2196F3, 9999px 0 0 0 #2196F3, 10014px 0 0 0 #2196F3
  }

  16.667% {
    box-shadow: 9984px -10px 0 0 #2196F3, 9999px 0 0 0 #2196F3, 10014px 0 0 0 #2196F3
  }

  33.333% {
    box-shadow: 9984px 0 0 0 #2196F3, 9999px 0 0 0 #2196F3, 10014px 0 0 0 #2196F3
  }

  50% {
    box-shadow: 9984px 0 0 0 #2196F3, 9999px -10px 0 0 #2196F3, 10014px 0 0 0 #2196F3
  }

  66.667% {
    box-shadow: 9984px 0 0 0 #2196F3, 9999px 0 0 0 #2196F3, 10014px 0 0 0 #2196F3
  }

  83.333% {
    box-shadow: 9984px 0 0 0 #2196F3, 9999px 0 0 0 #2196F3, 10014px -10px 0 0 #2196F3
  }

  100% {
    box-shadow: 9984px 0 0 0 #2196F3, 9999px 0 0 0 #2196F3, 10014px 0 0 0 #2196F3
  }
}

.dot-windmill {
  position: relative;
  top: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  transform-origin: 5px 15px;
  -webkit-animation: dot-windmill 2s infinite linear;
  animation: dot-windmill 2s infinite linear
}

.dot-windmill::before,
.dot-windmill::after {
  content: "";
  display: inline-block;
  position: absolute
}

.dot-windmill::before {
  left: -8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3
}

.dot-windmill::after {
  left: 8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3
}

@-webkit-keyframes dot-windmill {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0)
  }

  100% {
    transform: rotateZ(720deg) translate3d(0, 0, 0)
  }
}

@keyframes dot-windmill {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0)
  }

  100% {
    transform: rotateZ(720deg) translate3d(0, 0, 0)
  }
}

.dot-bricks {
  position: relative;
  top: 8px;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  box-shadow: 9991px -16px 0 0 #2196F3, 9991px 0 0 0 #2196F3, 10007px 0 0 0 #2196F3;
  -webkit-animation: dot-bricks 2s infinite ease;
  animation: dot-bricks 2s infinite ease
}

@-webkit-keyframes dot-bricks {
  0% {
    box-shadow: 9991px -16px 0 0 #2196F3, 9991px 0 0 0 #2196F3, 10007px 0 0 0 #2196F3
  }

  8.333% {
    box-shadow: 10007px -16px 0 0 #2196F3, 9991px 0 0 0 #2196F3, 10007px 0 0 0 #2196F3
  }

  16.667% {
    box-shadow: 10007px -16px 0 0 #2196F3, 9991px -16px 0 0 #2196F3, 10007px 0 0 0 #2196F3
  }

  25% {
    box-shadow: 10007px -16px 0 0 #2196F3, 9991px -16px 0 0 #2196F3, 9991px 0 0 0 #2196F3
  }

  33.333% {
    box-shadow: 10007px 0 0 0 #2196F3, 9991px -16px 0 0 #2196F3, 9991px 0 0 0 #2196F3
  }

  41.667% {
    box-shadow: 10007px 0 0 0 #2196F3, 10007px -16px 0 0 #2196F3, 9991px 0 0 0 #2196F3
  }

  50% {
    box-shadow: 10007px 0 0 0 #2196F3, 10007px -16px 0 0 #2196F3, 9991px -16px 0 0 #2196F3
  }

  58.333% {
    box-shadow: 9991px 0 0 0 #2196F3, 10007px -16px 0 0 #2196F3, 9991px -16px 0 0 #2196F3
  }

  66.666% {
    box-shadow: 9991px 0 0 0 #2196F3, 10007px 0 0 0 #2196F3, 9991px -16px 0 0 #2196F3
  }

  75% {
    box-shadow: 9991px 0 0 0 #2196F3, 10007px 0 0 0 #2196F3, 10007px -16px 0 0 #2196F3
  }

  83.333% {
    box-shadow: 9991px -16px 0 0 #2196F3, 10007px 0 0 0 #2196F3, 10007px -16px 0 0 #2196F3
  }

  91.667% {
    box-shadow: 9991px -16px 0 0 #2196F3, 9991px 0 0 0 #2196F3, 10007px -16px 0 0 #2196F3
  }

  100% {
    box-shadow: 9991px -16px 0 0 #2196F3, 9991px 0 0 0 #2196F3, 10007px 0 0 0 #2196F3
  }
}

@keyframes dot-bricks {
  0% {
    box-shadow: 9991px -16px 0 0 #2196F3, 9991px 0 0 0 #2196F3, 10007px 0 0 0 #2196F3
  }

  8.333% {
    box-shadow: 10007px -16px 0 0 #2196F3, 9991px 0 0 0 #2196F3, 10007px 0 0 0 #2196F3
  }

  16.667% {
    box-shadow: 10007px -16px 0 0 #2196F3, 9991px -16px 0 0 #2196F3, 10007px 0 0 0 #2196F3
  }

  25% {
    box-shadow: 10007px -16px 0 0 #2196F3, 9991px -16px 0 0 #2196F3, 9991px 0 0 0 #2196F3
  }

  33.333% {
    box-shadow: 10007px 0 0 0 #2196F3, 9991px -16px 0 0 #2196F3, 9991px 0 0 0 #2196F3
  }

  41.667% {
    box-shadow: 10007px 0 0 0 #2196F3, 10007px -16px 0 0 #2196F3, 9991px 0 0 0 #2196F3
  }

  50% {
    box-shadow: 10007px 0 0 0 #2196F3, 10007px -16px 0 0 #2196F3, 9991px -16px 0 0 #2196F3
  }

  58.333% {
    box-shadow: 9991px 0 0 0 #2196F3, 10007px -16px 0 0 #2196F3, 9991px -16px 0 0 #2196F3
  }

  66.666% {
    box-shadow: 9991px 0 0 0 #2196F3, 10007px 0 0 0 #2196F3, 9991px -16px 0 0 #2196F3
  }

  75% {
    box-shadow: 9991px 0 0 0 #2196F3, 10007px 0 0 0 #2196F3, 10007px -16px 0 0 #2196F3
  }

  83.333% {
    box-shadow: 9991px -16px 0 0 #2196F3, 10007px 0 0 0 #2196F3, 10007px -16px 0 0 #2196F3
  }

  91.667% {
    box-shadow: 9991px -16px 0 0 #2196F3, 9991px 0 0 0 #2196F3, 10007px -16px 0 0 #2196F3
  }

  100% {
    box-shadow: 9991px -16px 0 0 #2196F3, 9991px 0 0 0 #2196F3, 10007px 0 0 0 #2196F3
  }
}

.dot-floating {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  -webkit-animation: dot-floating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1);
  animation: dot-floating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1)
}

.dot-floating::before,
.dot-floating::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0
}

.dot-floating::before {
  left: -12px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  -webkit-animation: dot-floating-before 3s infinite ease-in-out;
  animation: dot-floating-before 3s infinite ease-in-out
}

.dot-floating::after {
  left: -24px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  -webkit-animation: dot-floating-after 3s infinite cubic-bezier(0.4, 0, 1, 1);
  animation: dot-floating-after 3s infinite cubic-bezier(0.4, 0, 1, 1)
}

@-webkit-keyframes dot-floating {
  0% {
    left: calc(-50% - 5px)
  }

  75% {
    left: calc(50% + 105px)
  }

  100% {
    left: calc(50% + 105px)
  }
}

@keyframes dot-floating {
  0% {
    left: calc(-50% - 5px)
  }

  75% {
    left: calc(50% + 105px)
  }

  100% {
    left: calc(50% + 105px)
  }
}

@-webkit-keyframes dot-floating-before {
  0% {
    left: -50px
  }

  50% {
    left: -12px
  }

  75% {
    left: -50px
  }

  100% {
    left: -50px
  }
}

@keyframes dot-floating-before {
  0% {
    left: -50px
  }

  50% {
    left: -12px
  }

  75% {
    left: -50px
  }

  100% {
    left: -50px
  }
}

@-webkit-keyframes dot-floating-after {
  0% {
    left: -100px
  }

  50% {
    left: -24px
  }

  75% {
    left: -100px
  }

  100% {
    left: -100px
  }
}

@keyframes dot-floating-after {
  0% {
    left: -100px
  }

  50% {
    left: -24px
  }

  75% {
    left: -100px
  }

  100% {
    left: -100px
  }
}

.dot-fire {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  box-shadow: 9999px 22.5px 0 -5px #2196F3;
  -webkit-animation: dot-fire 1.5s infinite linear;
  animation: dot-fire 1.5s infinite linear;
  -webkit-animation-delay: -0.85s;
  animation-delay: -0.85s
}

.dot-fire::before,
.dot-fire::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3
}

.dot-fire::before {
  box-shadow: 9999px 22.5px 0 -5px #2196F3;
  -webkit-animation: dot-fire 1.5s infinite linear;
  animation: dot-fire 1.5s infinite linear;
  -webkit-animation-delay: -1.85s;
  animation-delay: -1.85s
}

.dot-fire::after {
  box-shadow: 9999px 22.5px 0 -5px #2196F3;
  -webkit-animation: dot-fire 1.5s infinite linear;
  animation: dot-fire 1.5s infinite linear;
  -webkit-animation-delay: -2.85s;
  animation-delay: -2.85s
}

@-webkit-keyframes dot-fire {
  1% {
    box-shadow: 9999px 22.5px 0 -5px #2196F3
  }

  50% {
    box-shadow: 9999px -5.625px 0 2px #2196F3
  }

  100% {
    box-shadow: 9999px -22.5px 0 -5px #2196F3
  }
}

@keyframes dot-fire {
  1% {
    box-shadow: 9999px 22.5px 0 -5px #2196F3
  }

  50% {
    box-shadow: 9999px -5.625px 0 2px #2196F3
  }

  100% {
    box-shadow: 9999px -22.5px 0 -5px #2196F3
  }
}

.dot-spin {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  box-shadow: 0 -18px 0 0 #2196F3, 12.727926px -12.727926px 0 0 #2196F3, 18px 0 0 0 #2196F3, 12.727926px 12.727926px 0 0 rgba(152, 128, 255, 0), 0 18px 0 0 rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 0 rgba(152, 128, 255, 0), -18px 0 0 0 rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 0 rgba(152, 128, 255, 0);
  -webkit-animation: dot-spin 1.5s infinite linear;
  animation: dot-spin 1.5s infinite linear
}

@-webkit-keyframes dot-spin {

  0%,
  100% {
    box-shadow: 0 -18px 0 0 #2196F3, 12.727926px -12.727926px 0 0 #2196F3, 18px 0 0 0 #2196F3, 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }

  12.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 0 #2196F3, 18px 0 0 0 #2196F3, 12.727926px 12.727926px 0 0 #2196F3, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }

  25% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #2196F3, 12.727926px 12.727926px 0 0 #2196F3, 0 18px 0 0 #2196F3, -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }

  37.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 0 #2196F3, 0 18px 0 0 #2196F3, -12.727926px 12.727926px 0 0 #2196F3, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }

  50% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #2196F3, -12.727926px 12.727926px 0 0 #2196F3, -18px 0 0 0 #2196F3, -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }

  62.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 0 #2196F3, -18px 0 0 0 #2196F3, -12.727926px -12.727926px 0 0 #2196F3
  }

  75% {
    box-shadow: 0 -18px 0 0 #2196F3, 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #2196F3, -12.727926px -12.727926px 0 0 #2196F3
  }

  87.5% {
    box-shadow: 0 -18px 0 0 #2196F3, 12.727926px -12.727926px 0 0 #2196F3, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 0 #2196F3
  }
}

@keyframes dot-spin {

  0%,
  100% {
    box-shadow: 0 -18px 0 0 #2196F3, 12.727926px -12.727926px 0 0 #2196F3, 18px 0 0 0 #2196F3, 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }

  12.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 0 #2196F3, 18px 0 0 0 #2196F3, 12.727926px 12.727926px 0 0 #2196F3, 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }

  25% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 0 #2196F3, 12.727926px 12.727926px 0 0 #2196F3, 0 18px 0 0 #2196F3, -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }

  37.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 0 #2196F3, 0 18px 0 0 #2196F3, -12.727926px 12.727926px 0 0 #2196F3, -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }

  50% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 0 #2196F3, -12.727926px 12.727926px 0 0 #2196F3, -18px 0 0 0 #2196F3, -12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0)
  }

  62.5% {
    box-shadow: 0 -18px 0 -5px rgba(152, 128, 255, 0), 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 0 #2196F3, -18px 0 0 0 #2196F3, -12.727926px -12.727926px 0 0 #2196F3
  }

  75% {
    box-shadow: 0 -18px 0 0 #2196F3, 12.727926px -12.727926px 0 -5px rgba(152, 128, 255, 0), 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 0 #2196F3, -12.727926px -12.727926px 0 0 #2196F3
  }

  87.5% {
    box-shadow: 0 -18px 0 0 #2196F3, 12.727926px -12.727926px 0 0 #2196F3, 18px 0 0 -5px rgba(152, 128, 255, 0), 12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), 0 18px 0 -5px rgba(152, 128, 255, 0), -12.727926px 12.727926px 0 -5px rgba(152, 128, 255, 0), -18px 0 0 -5px rgba(152, 128, 255, 0), -12.727926px -12.727926px 0 0 #2196F3
  }
}

.dot-falling {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  box-shadow: 9999px 0 0 0 #2196F3;
  -webkit-animation: dot-falling 1s infinite linear;
  animation: dot-falling 1s infinite linear;
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.dot-falling::before,
.dot-falling::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0
}

.dot-falling::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  -webkit-animation: dot-falling-before 1s infinite linear;
  animation: dot-falling-before 1s infinite linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.dot-falling::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  -webkit-animation: dot-falling-after 1s infinite linear;
  animation: dot-falling-after 1s infinite linear;
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

@-webkit-keyframes dot-falling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0)
  }

  25%,
  50%,
  75% {
    box-shadow: 9999px 0 0 0 #2196F3
  }

  100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0)
  }
}

@keyframes dot-falling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0)
  }

  25%,
  50%,
  75% {
    box-shadow: 9999px 0 0 0 #2196F3
  }

  100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0)
  }
}

@-webkit-keyframes dot-falling-before {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0)
  }

  25%,
  50%,
  75% {
    box-shadow: 9984px 0 0 0 #2196F3
  }

  100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0)
  }
}

@keyframes dot-falling-before {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0)
  }

  25%,
  50%,
  75% {
    box-shadow: 9984px 0 0 0 #2196F3
  }

  100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0)
  }
}

@-webkit-keyframes dot-falling-after {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0)
  }

  25%,
  50%,
  75% {
    box-shadow: 10014px 0 0 0 #2196F3
  }

  100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0)
  }
}

@keyframes dot-falling-after {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0)
  }

  25%,
  50%,
  75% {
    box-shadow: 10014px 0 0 0 #2196F3
  }

  100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0)
  }
}

.dot-stretching {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  transform: scale(1.25, 1.25);
  -webkit-animation: dot-stretching 2s infinite ease-in;
  animation: dot-stretching 2s infinite ease-in
}

.dot-stretching::before,
.dot-stretching::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0
}

.dot-stretching::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  -webkit-animation: dot-stretching-before 2s infinite ease-in;
  animation: dot-stretching-before 2s infinite ease-in
}

.dot-stretching::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196F3;
  color: #2196F3;
  -webkit-animation: dot-stretching-after 2s infinite ease-in;
  animation: dot-stretching-after 2s infinite ease-in
}

@-webkit-keyframes dot-stretching {
  0% {
    transform: scale(1.25, 1.25)
  }

  50%,
  60% {
    transform: scale(0.8, 0.8)
  }

  100% {
    transform: scale(1.25, 1.25)
  }
}

@keyframes dot-stretching {
  0% {
    transform: scale(1.25, 1.25)
  }

  50%,
  60% {
    transform: scale(0.8, 0.8)
  }

  100% {
    transform: scale(1.25, 1.25)
  }
}

@-webkit-keyframes dot-stretching-before {
  0% {
    transform: translate(0) scale(0.7, 0.7)
  }

  50%,
  60% {
    transform: translate(-20px) scale(1, 1)
  }

  100% {
    transform: translate(0) scale(0.7, 0.7)
  }
}

@keyframes dot-stretching-before {
  0% {
    transform: translate(0) scale(0.7, 0.7)
  }

  50%,
  60% {
    transform: translate(-20px) scale(1, 1)
  }

  100% {
    transform: translate(0) scale(0.7, 0.7)
  }
}

@-webkit-keyframes dot-stretching-after {
  0% {
    transform: translate(0) scale(0.7, 0.7)
  }

  50%,
  60% {
    transform: translate(20px) scale(1, 1)
  }

  100% {
    transform: translate(0) scale(0.7, 0.7)
  }
}

@keyframes dot-stretching-after {
  0% {
    transform: translate(0) scale(0.7, 0.7)
  }

  50%,
  60% {
    transform: translate(20px) scale(1, 1)
  }

  100% {
    transform: translate(0) scale(0.7, 0.7)
  }
}

.dot-gathering {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #000;
  color: transparent;
  margin: -1px 0;
  filter: blur(2px)
}

.dot-gathering::before,
.dot-gathering::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -50px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #000;
  color: transparent;
  opacity: 0;
  filter: blur(2px);
  -webkit-animation: dot-gathering 2s infinite ease-in;
  animation: dot-gathering 2s infinite ease-in
}

.dot-gathering::after {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

@-webkit-keyframes dot-gathering {
  0% {
    opacity: 0;
    transform: translateX(0)
  }

  35%,
  60% {
    opacity: 1;
    transform: translateX(50px)
  }

  100% {
    opacity: 0;
    transform: translateX(100px)
  }
}

@keyframes dot-gathering {
  0% {
    opacity: 0;
    transform: translateX(0)
  }

  35%,
  60% {
    opacity: 1;
    transform: translateX(50px)
  }

  100% {
    opacity: 0;
    transform: translateX(100px)
  }
}

.dot-hourglass {
  position: relative;
  top: -15px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #000;
  color: transparent;
  margin: -1px 0;
  filter: blur(2px);
  transform-origin: 5px 20px;
  -webkit-animation: dot-hourglass 2.4s infinite ease-in-out;
  animation: dot-hourglass 2.4s infinite ease-in-out;
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.dot-hourglass::before,
.dot-hourglass::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #000;
  color: transparent;
  filter: blur(2px)
}

.dot-hourglass::before {
  top: 30px
}

.dot-hourglass::after {
  -webkit-animation: dot-hourglass-after 2.4s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
  animation: dot-hourglass-after 2.4s infinite cubic-bezier(0.65, 0.05, 0.36, 1)
}

@-webkit-keyframes dot-hourglass {
  0% {
    transform: rotateZ(0deg)
  }

  25% {
    transform: rotateZ(180deg)
  }

  50% {
    transform: rotateZ(180deg)
  }

  75% {
    transform: rotateZ(360deg)
  }

  100% {
    transform: rotateZ(360deg)
  }
}

@keyframes dot-hourglass {
  0% {
    transform: rotateZ(0deg)
  }

  25% {
    transform: rotateZ(180deg)
  }

  50% {
    transform: rotateZ(180deg)
  }

  75% {
    transform: rotateZ(360deg)
  }

  100% {
    transform: rotateZ(360deg)
  }
}

@-webkit-keyframes dot-hourglass-after {
  0% {
    transform: translateY(0)
  }

  25% {
    transform: translateY(30px)
  }

  50% {
    transform: translateY(30px)
  }

  75% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes dot-hourglass-after {
  0% {
    transform: translateY(0)
  }

  25% {
    transform: translateY(30px)
  }

  50% {
    transform: translateY(30px)
  }

  75% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(0)
  }
}

.dot-overtaking {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: transparent;
  color: #000;
  margin: -1px 0;
  box-shadow: 0 -20px 0 0;
  filter: blur(2px);
  -webkit-animation: dot-overtaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  animation: dot-overtaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2)
}

.dot-overtaking::before,
.dot-overtaking::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: transparent;
  color: #000;
  box-shadow: 0 -20px 0 0;
  filter: blur(2px)
}

.dot-overtaking::before {
  -webkit-animation: dot-overtaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  animation: dot-overtaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.dot-overtaking::after {
  -webkit-animation: dot-overtaking 1.5s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  animation: dot-overtaking 1.5s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

@-webkit-keyframes dot-overtaking {
  0% {
    transform: rotateZ(0deg)
  }

  100% {
    transform: rotateZ(360deg)
  }
}

@keyframes dot-overtaking {
  0% {
    transform: rotateZ(0deg)
  }

  100% {
    transform: rotateZ(360deg)
  }
}

.dot-shuttle {
  position: relative;
  left: -15px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #000;
  color: transparent;
  margin: -1px 0;
  filter: blur(2px)
}

.dot-shuttle::before,
.dot-shuttle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #000;
  color: transparent;
  filter: blur(2px)
}

.dot-shuttle::before {
  left: 15px;
  -webkit-animation: dot-shuttle 2s infinite ease-out;
  animation: dot-shuttle 2s infinite ease-out
}

.dot-shuttle::after {
  left: 30px
}

@-webkit-keyframes dot-shuttle {

  0%,
  50%,
  100% {
    transform: translateX(0)
  }

  25% {
    transform: translateX(-45px)
  }

  75% {
    transform: translateX(45px)
  }
}

@keyframes dot-shuttle {

  0%,
  50%,
  100% {
    transform: translateX(0)
  }

  25% {
    transform: translateX(-45px)
  }

  75% {
    transform: translateX(45px)
  }
}

.dot-bouncing {
  position: relative;
  height: 10px;
  font-size: 10px
}

.dot-bouncing::before {
  content: "⚽🏀🏐";
  display: inline-block;
  position: relative;
  -webkit-animation: dot-bouncing 1s infinite;
  animation: dot-bouncing 1s infinite
}

@-webkit-keyframes dot-bouncing {
  0% {
    top: -20px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  34% {
    transform: scale(1, 1)
  }

  35% {
    top: 20px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: scale(1.5, 0.5)
  }

  45% {
    transform: scale(1, 1)
  }

  90% {
    top: -20px
  }

  100% {
    top: -20px
  }
}

@keyframes dot-bouncing {
  0% {
    top: -20px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  34% {
    transform: scale(1, 1)
  }

  35% {
    top: 20px;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transform: scale(1.5, 0.5)
  }

  45% {
    transform: scale(1, 1)
  }

  90% {
    top: -20px
  }

  100% {
    top: -20px
  }
}

.dot-rolling {
  position: relative;
  height: 10px;
  font-size: 10px
}

.dot-rolling::before {
  content: "⚽";
  display: inline-block;
  position: relative;
  transform: translateX(-25px);
  -webkit-animation: dot-rolling 3s infinite;
  animation: dot-rolling 3s infinite
}

@-webkit-keyframes dot-rolling {
  0% {
    content: "⚽";
    transform: translateX(-25px) rotateZ(0deg)
  }

  16.667% {
    content: "⚽";
    transform: translateX(25px) rotateZ(720deg)
  }

  33.333% {
    content: "⚽";
    transform: translateX(-25px) rotateZ(0deg)
  }

  34.333% {
    content: "🏀";
    transform: translateX(-25px) rotateZ(0deg)
  }

  50% {
    content: "🏀";
    transform: translateX(25px) rotateZ(720deg)
  }

  66.667% {
    content: "🏀";
    transform: translateX(-25px) rotateZ(0deg)
  }

  67.667% {
    content: "🏐";
    transform: translateX(-25px) rotateZ(0deg)
  }

  83.333% {
    content: "🏐";
    transform: translateX(25px) rotateZ(720deg)
  }

  100% {
    content: "🏐";
    transform: translateX(-25px) rotateZ(0deg)
  }
}

@keyframes dot-rolling {
  0% {
    content: "⚽";
    transform: translateX(-25px) rotateZ(0deg)
  }

  16.667% {
    content: "⚽";
    transform: translateX(25px) rotateZ(720deg)
  }

  33.333% {
    content: "⚽";
    transform: translateX(-25px) rotateZ(0deg)
  }

  34.333% {
    content: "🏀";
    transform: translateX(-25px) rotateZ(0deg)
  }

  50% {
    content: "🏀";
    transform: translateX(25px) rotateZ(720deg)
  }

  66.667% {
    content: "🏀";
    transform: translateX(-25px) rotateZ(0deg)
  }

  67.667% {
    content: "🏐";
    transform: translateX(-25px) rotateZ(0deg)
  }

  83.333% {
    content: "🏐";
    transform: translateX(25px) rotateZ(720deg)
  }

  100% {
    content: "🏐";
    transform: translateX(-25px) rotateZ(0deg)
  }
}
@charset "utf-8";
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}html{overflow-y:scroll}body{color:#454c50;background-color:#fff;font-size:16px;font-family:"Open Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","メイリオ","Meiryo","sans-serif";line-height:1.8;-webkit-text-size-adjust:100%}a{color:#0277bd;text-decoration:underline;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}a:hover{color:#37b2fb;text-decoration:none}a:visited{color:#0277bd}a,a:focus{outline:none}li{list-style-type:none}img{max-width:100%;height:auto;vertical-align:bottom}b{font-weight:bold}.center{text-align:center}p.sup,.sup li{position:relative;font-size:.8em;color:#f00}p.sup:not(.-notice),.sup:not(.-notice) li{padding-left:1em}p.sup:not(.-notice)::before,.sup:not(.-notice) li::before{position:absolute;content:"※";text-indent:-1em}.error{margin-top:8px;color:#f00;text-align:center}.margin_l{margin:32px auto 0}.margin_m{margin:24px auto 0}.margin_s{margin:16px auto 0}.font_s{font-size:.8em}.font_m{font-size:1.1em;font-weight:bold}.font_l{font-size:1.2em;font-weight:bold}.font_bold{font-weight:bold}.lh_s{line-height:1.2}.em{font-weight:bold}button,textarea{font-family:"Open Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","メイリオ","Meiryo","sans-serif";-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:16px;background-color:#f6f6f6;border:solid 1px #ccc;border-radius:50px;font-size:1em;color:#454c50;outline:none}button:focus,textarea:focus{background-color:#ffebee}button:disabled,textarea:disabled{background-color:#cdcdcd}.valid,.invalid{padding-right:50px;background-position:95% 16px;background-repeat:no-repeat;background-size:24px}.valid{background-image:url("/parking-application-form/assets/images/icon_check.svg")}.invalid{background-image:url("/parking-application-form/assets/images/icon_error.svg")}@media print,screen and (min-width:768px){.valid,.invalid{background-position:98% 16px}}.link_txt-simple{font-size:.8em;text-align:center}.link_txt-simple a{padding:3px;cursor:pointer}.btn a,.btn input[type="submit"],.btn input[type="button"],.btn button{width:100%;padding:16px;background:#607d8b;border-radius:3px;box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);color:#fff;font-size:1.1em;font-weight:bold;text-align:center;line-height:1.5}.btn a{display:block;text-decoration:none}.btn input[type="submit"],.btn input[type="button"],.btn .effect_btn-ripple{cursor:pointer}.btn_add{position:relative}.btn_add a{display:block;width:100%;padding:16px 16px 16px 48px;border:1px solid #607d8b;border-radius:3px;color:#607d8b;font-size:1.1em;font-weight:bold;text-align:center;text-decoration:none}.btn_add::before,.btn_add::after{position:absolute;content:"";z-index:1;background-color:#607d8b;border-radius:3px}.btn_add::before{top:50%;left:28px;margin-top:-15px;width:6px;height:30px}.btn_add::after{top:50%;left:16px;margin-top:-3px;width:30px;height:6px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.btn.arrow{position:relative}.btn.arrow a{padding-right:48px}.btn.arrow::after{position:absolute;content:"";top:50%;right:24px;width:12px;height:12px;margin-top:-6px;border-top:3px solid #fff;border-right:3px solid #fff;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.box_col01{padding:16px;border:1px solid #2196f3;border-radius:3px;font-weight:bold;color:#2196f3}.box_col02{padding:16px;border:1px solid #ec407a;font-weight:bold;color:#ec407a;text-align:center}.box_col01 p,.box_col02 p{font-weight:bold}.box_col01 b,.box_col02 b{text-decoration:underline}.box_col01 .box_col_notice_list,.box_col02 .box_col_notice_list{font-size:12px;border:none;margin-left:18px}.box_col01 .box_col_notice_list > li,.box_col02 .box_col_notice_list > li{list-style-type:disc}.box_border{background-color:#fff;border:1px solid #ddd;border-radius:3px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.14)}.box_inner{padding:16px;background-color:#ddd}.box_inner p{font-weight:bold;text-align:center}.effect_btn-ripple{cursor:pointer;position:relative;overflow:hidden;transform:translate3d(0,0,0)}.effect_btn-ripple:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#000 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10,10);opacity:0;transition:transform .5s,opacity 1s}.effect_btn-ripple:active:after{transform:scale(0,0);opacity:.2;transition:0s}.effect_btn-ripple:disabled{opacity:.5;cursor:not-allowed}.effect_bounceIn{animation-duration:.75s}.effect_bounceIn{animation-name:effect_bounceIn}.progress_container{width:100%;background-color:#eee;border-radius:5px}.progress_container{width:100%;height:20px;background-color:#eee;border-radius:5px}.progress_bar{position:relative;width:0;height:20px;background-color:#2196f3;border-radius:5px 0 0 5px;animation-duration:.5s;animation-fill-mode:forwards}.progress_bar::after{position:absolute;content:"";top:-12px;right:-8px;border-top:8px solid #333;border-left:8px solid transparent;border-right:8px solid transparent}.step1 .progress_bar{animation-name:progress1}.step2 .progress_bar{animation-name:progress2}.step3 .progress_bar{animation-name:progress3}.step4 .progress_bar{animation-name:progress4}.step5 .progress_bar{animation-name:progress5}.step6 .progress_bar{animation-name:progress6}.step7 .progress_bar{animation-name:progress7}.step8 .progress_bar{animation-name:progress8}.step9 .progress_bar{animation-name:progress9}.step10 .progress_bar{animation-name:progress10}.progressbar{display:block;min-height:1%}.progressbar:after{clear:both;content:".";display:block;height:0;visibility:hidden}@-moz-keyframes effect_bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}@-webkit-keyframes effect_bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}@-o-keyframes effect_bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}@keyframes effect_bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}@-moz-keyframes progress1{0%{width:0}100%{width:calc(100% / 10)}}@-webkit-keyframes progress1{0%{width:0}100%{width:calc(100% / 10)}}@-o-keyframes progress1{0%{width:0}100%{width:calc(100% / 10)}}@keyframes progress1{0%{width:0}100%{width:calc(100% / 10)}}@-moz-keyframes progress2{0%{width:calc(100% / 10)}100%{width:calc((100% / 10) * 2)}}@-webkit-keyframes progress2{0%{width:calc(100% / 10)}100%{width:calc((100% / 10) * 2)}}@-o-keyframes progress2{0%{width:calc(100% / 10)}100%{width:calc((100% / 10) * 2)}}@keyframes progress2{0%{width:calc(100% / 10)}100%{width:calc((100% / 10) * 2)}}@-moz-keyframes progress3{0%{width:calc((100% / 10) * 2)}100%{width:calc((100% / 10) * 3)}}@-webkit-keyframes progress3{0%{width:calc((100% / 10) * 2)}100%{width:calc((100% / 10) * 3)}}@-o-keyframes progress3{0%{width:calc((100% / 10) * 2)}100%{width:calc((100% / 10) * 3)}}@keyframes progress3{0%{width:calc((100% / 10) * 2)}100%{width:calc((100% / 10) * 3)}}@-moz-keyframes progress4{0%{width:calc((100% / 10) * 3)}100%{width:calc((100% / 10) * 4)}}@-webkit-keyframes progress4{0%{width:calc((100% / 10) * 3)}100%{width:calc((100% / 10) * 4)}}@-o-keyframes progress4{0%{width:calc((100% / 10) * 3)}100%{width:calc((100% / 10) * 4)}}@keyframes progress4{0%{width:calc((100% / 10) * 3)}100%{width:calc((100% / 10) * 4)}}@-moz-keyframes progress5{0%{width:calc((100% / 10) * 4)}100%{width:calc((100% / 10) * 5)}}@-webkit-keyframes progress5{0%{width:calc((100% / 10) * 4)}100%{width:calc((100% / 10) * 5)}}@-o-keyframes progress5{0%{width:calc((100% / 10) * 4)}100%{width:calc((100% / 10) * 5)}}@keyframes progress5{0%{width:calc((100% / 10) * 4)}100%{width:calc((100% / 10) * 5)}}@-moz-keyframes progress6{0%{width:calc((100% / 10) * 5)}100%{width:calc((100% / 10) * 6)}}@-webkit-keyframes progress6{0%{width:calc((100% / 10) * 5)}100%{width:calc((100% / 10) * 6)}}@-o-keyframes progress6{0%{width:calc((100% / 10) * 5)}100%{width:calc((100% / 10) * 6)}}@keyframes progress6{0%{width:calc((100% / 10) * 5)}100%{width:calc((100% / 10) * 6)}}@-moz-keyframes progress7{0%{width:calc((100% / 10) * 6)}100%{width:calc((100% / 10) * 7)}}@-webkit-keyframes progress7{0%{width:calc((100% / 10) * 6)}100%{width:calc((100% / 10) * 7)}}@-o-keyframes progress7{0%{width:calc((100% / 10) * 6)}100%{width:calc((100% / 10) * 7)}}@keyframes progress7{0%{width:calc((100% / 10) * 6)}100%{width:calc((100% / 10) * 7)}}@-moz-keyframes progress8{0%{width:calc((100% / 10) * 7)}100%{width:calc((100% / 10) * 8)}}@-webkit-keyframes progress8{0%{width:calc((100% / 10) * 7)}100%{width:calc((100% / 10) * 8)}}@-o-keyframes progress8{0%{width:calc((100% / 10) * 7)}100%{width:calc((100% / 10) * 8)}}@keyframes progress8{0%{width:calc((100% / 10) * 7)}100%{width:calc((100% / 10) * 8)}}@-moz-keyframes progress9{0%{width:calc((100% / 10) * 8)}100%{width:calc((100% / 10) * 9)}}@-webkit-keyframes progress9{0%{width:calc((100% / 10) * 8)}100%{width:calc((100% / 10) * 9)}}@-o-keyframes progress9{0%{width:calc((100% / 10) * 8)}100%{width:calc((100% / 10) * 9)}}@keyframes progress9{0%{width:calc((100% / 10) * 8)}100%{width:calc((100% / 10) * 9)}}@-moz-keyframes progress10{0%{width:calc((100% / 10) * 9)}100%{width:100%;border-radius:5px}}@-webkit-keyframes progress10{0%{width:calc((100% / 10) * 9)}100%{width:100%;border-radius:5px}}@-o-keyframes progress10{0%{width:calc((100% / 10) * 9)}100%{width:100%;border-radius:5px}}@keyframes progress10{0%{width:calc((100% / 10) * 9)}100%{width:100%;border-radius:5px}}
.form-select{font-family:"Open Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","メイリオ","Meiryo","sans-serif";-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:16px;background-color:#f6f6f6;border:solid 1px #ccc;border-radius:50px;font-size:1em;color:#454c50;outline:none}.form-select:focus{background-color:#fff}.form-select:disabled{background-color:#cdcdcd}.form-input{font-family:"Open Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","メイリオ","Meiryo","sans-serif";-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:16px;background-color:#f6f6f6;border:solid 1px #ccc;border-radius:50px;font-size:1em;color:#454c50;outline:none}.form-input:focus{background-color:#fff}.form-input:disabled{background-color:#cdcdcd}.form-input::-webkit-input-placeholder{color:#ccc}.form-input:-ms-input-placeholder{color:#ccc}.form-input::placeholder{color:#ccc}.identified-icon{text-align:center}.identified-icon > .iconimage{width:70px;margin:24px auto}.completed-icon{text-align:center}.completed-icon > .iconimage{width:70px;margin:24px auto}.info-list > .info{border:1px solid #eee;padding:10px;margin:5px}.info-list > .info > .title{font-weight:bold;padding-left:8px;font-size:.9rem;line-height:1.5;border-left:4px solid #454c50}.info-list > .info > .empty{margin:10px 0 20px 10px;font-size:.9rem}.info-list > .info > .content{margin:10px 0 20px 10px}.info-list > .info > .content > .label{font-size:12px;line-height:12px;color:#aaa}.info-list > .info > .content > .value{font-size:.9rem;margin-bottom:10px;line-height:22px}@media all and (min-width:768px){.info-list{display:flex;flex-wrap:wrap}.info-list > .info{min-width:310px;max-width:400px}}.plate-preview{position:relative;margin-top:8px;text-align:center}.plate-preview > .title{margin-bottom:4px;font-size:.7em;font-weight:bold}.plate-preview > .plate{width:160px;margin:0 auto;padding:8px;background-color:#999;box-shadow:0 1px 2px 0 rgba(0,0,0,0.14);border-radius:3px;color:#fff;text-align:center;line-height:1.2;transition:.3s ease-in-out}.plate-preview > .plate.ok{background-color:#2196f3}.plate-preview > .plate > .area{font-weight:bold;border:2px solid rgba(0,0,0,0)}.plate-preview > .plate > .area.empty .number{opacity:.5}.plate-preview > .plate > .area.active{border:2px solid #fff}.plate-preview > .plate > .area.active.empty .number{opacity:0}.plate-preview > .plate > .area.-num1{font-size:.9em;display:inline-block;min-width:40px;text-align:center}.plate-preview > .plate > .area.-num2{display:inline-block;width:35px;text-align:center}.plate-preview > .plate > .area.-num3{display:inline-block;width:20px;font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","HiraMinProN-W3";vertical-align:5px}.plate-preview > .plate > .area.-num4{display:inline-block;font-size:2em;letter-spacing:.05em;text-align:right;width:100px}:root{--splash-bg-color:#2196f3;--logo-top:50%}.splash-screen{position:absolute;z-index:1000;width:100%;height:100%;transition:all 1s;opacity:1;background-color:var(--splash-bg-color)}.splash-screen.fadeout{opacity:0}.splash-screen.hide{display:none}.splash-screen >.logo{position:absolute;width:180px;top:var(--logo-top);left:50%;transform:translate(-50%,-50%)}.splash-screen >.logo > .svg > .svgelement{fill:#fff;stroke-width:.03em;stroke:#fff;stroke-dasharray:500;stroke-dashoffset:500;animation:drawline 4s linear forwards,FillIn 1s 1s linear both}.splash-screen .title{display:none}.splash-screen.splash-v2 .title{position:absolute;top:calc(44% + 50px);left:50%;transform:translate(-50%,-50%);font-size:28px;font-weight:700;color:#fff;text-align:center;white-space:nowrap;display:block;line-height:normal;margin:0;padding:0;opacity:0;animation:gaussianFadeIn 1s ease-out forwards;animation-delay:.25s}@media (max-width:768px){.splash-screen.splash-v2 .title{font-size:16px}}@-moz-keyframes drawline{to{stroke-dashoffset:0}}@-webkit-keyframes drawline{to{stroke-dashoffset:0}}@-o-keyframes drawline{to{stroke-dashoffset:0}}@keyframes drawline{to{stroke-dashoffset:0}}@-moz-keyframes FillIn{from{fill-opacity:0}to{fill-opacity:1}}@-webkit-keyframes FillIn{from{fill-opacity:0}to{fill-opacity:1}}@-o-keyframes FillIn{from{fill-opacity:0}to{fill-opacity:1}}@keyframes FillIn{from{fill-opacity:0}to{fill-opacity:1}}@-moz-keyframes wink{from{fill-opacity:.7}to{fill-opacity:1}}@-webkit-keyframes wink{from{fill-opacity:.7}to{fill-opacity:1}}@-o-keyframes wink{from{fill-opacity:.7}to{fill-opacity:1}}@keyframes wink{from{fill-opacity:.7}to{fill-opacity:1}}@-moz-keyframes horizontalLine{0%{width:0}100%{width:100%}}@-webkit-keyframes horizontalLine{0%{width:0}100%{width:100%}}@-o-keyframes horizontalLine{0%{width:0}100%{width:100%}}@keyframes horizontalLine{0%{width:0}100%{width:100%}}@-moz-keyframes gaussianFadeIn{0%{opacity:0;filter:blur(25px) brightness(.5);transform:translate(-50%,-50%) scale(.8)}30%{opacity:.4;filter:blur(15px) brightness(.8);transform:translate(-50%,-50%) scale(.9)}60%{opacity:.8;filter:blur(8px) brightness(.95);transform:translate(-50%,-50%) scale(.95)}85%{opacity:.95;filter:blur(3px) brightness(1);transform:translate(-50%,-50%) scale(.99)}100%{opacity:1;filter:blur(0) brightness(1);transform:translate(-50%,-50%) scale(1)}}@-webkit-keyframes gaussianFadeIn{0%{opacity:0;filter:blur(25px) brightness(.5);transform:translate(-50%,-50%) scale(.8)}30%{opacity:.4;filter:blur(15px) brightness(.8);transform:translate(-50%,-50%) scale(.9)}60%{opacity:.8;filter:blur(8px) brightness(.95);transform:translate(-50%,-50%) scale(.95)}85%{opacity:.95;filter:blur(3px) brightness(1);transform:translate(-50%,-50%) scale(.99)}100%{opacity:1;filter:blur(0) brightness(1);transform:translate(-50%,-50%) scale(1)}}@-o-keyframes gaussianFadeIn{0%{opacity:0;filter:blur(25px) brightness(.5);transform:translate(-50%,-50%) scale(.8)}30%{opacity:.4;filter:blur(15px) brightness(.8);transform:translate(-50%,-50%) scale(.9)}60%{opacity:.8;filter:blur(8px) brightness(.95);transform:translate(-50%,-50%) scale(.95)}85%{opacity:.95;filter:blur(3px) brightness(1);transform:translate(-50%,-50%) scale(.99)}100%{opacity:1;filter:blur(0) brightness(1);transform:translate(-50%,-50%) scale(1)}}@keyframes gaussianFadeIn{0%{opacity:0;filter:blur(25px) brightness(.5);transform:translate(-50%,-50%) scale(.8)}30%{opacity:.4;filter:blur(15px) brightness(.8);transform:translate(-50%,-50%) scale(.9)}60%{opacity:.8;filter:blur(8px) brightness(.95);transform:translate(-50%,-50%) scale(.95)}85%{opacity:.95;filter:blur(3px) brightness(1);transform:translate(-50%,-50%) scale(.99)}100%{opacity:1;filter:blur(0) brightness(1);transform:translate(-50%,-50%) scale(1)}}

.layout-header[data-v-bd3c0c2c]{height:140px;display:flex}.header-branch[data-v-bd3c0c2c]{width:100%;height:100%;background-color:var(--brand-primary)}.header-branch .content-wrapper[data-v-bd3c0c2c]{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md)}.header-branch .content-wrapper .logo[data-v-bd3c0c2c]{display:block;flex-direction:row}.header-branch .content-wrapper .logo .image[data-v-bd3c0c2c]{display:block;height:40px;width:auto}.header-branch .content-wrapper .name[data-v-bd3c0c2c]{color:var(--on-primary);font-size:1.75rem;line-height:var(--line-height-none);font-weight:var(--font-weight-bold)}.main-title[data-v-bd3c0c2c]{display:flex;align-items:center;justify-content:space-between;background-color:var(--color-gray-800)}.main-title .content-wrapper[data-v-bd3c0c2c]{height:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg)}.title-wrapper[data-v-bd3c0c2c]{display:flex;align-items:center;gap:var(--space-sm)}.title-wrapper .type[data-v-bd3c0c2c]{height:28px;min-width:fit-content;display:inline-flex;align-items:center;justify-content:center;padding:6px;font-size:1rem;font-weight:var(--font-weight-bold);line-height:var(--line-height-normal);color:var(--color-gray-50);background-color:var(--contract-holder-individual-bg)}.title-wrapper .type.-corporate[data-v-bd3c0c2c]{background-color:var(--contract-holder-corporate-bg)}.title-wrapper .title[data-v-bd3c0c2c]{color:var(--on-primary);line-height:var(--line-height-normal)}.contact-info[data-v-bd3c0c2c]{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);min-width:72px}.contact-info .caption[data-v-bd3c0c2c]{color:var(--on-primary);line-height:var(--line-height-normal)}.contact-info .contact[data-v-bd3c0c2c]{display:flex;align-items:center;gap:var(--space-sm)}.contact-info .contact .tel[data-v-bd3c0c2c],.contact-info .contact .email[data-v-bd3c0c2c]{display:block;width:30px;height:30px;border-radius:50%;box-sizing:border-box}.contact-info .contact .tel .icon[data-v-bd3c0c2c],.contact-info .contact .email .icon[data-v-bd3c0c2c]{width:100%;height:auto}.layout-header.-two-layer[data-v-bd3c0c2c]{height:132px;flex-direction:column}.layout-header.-two-layer .header-branch[data-v-bd3c0c2c]{height:50px}.layout-header.-two-layer .header-branch .content-wrapper[data-v-bd3c0c2c]{flex-direction:row;justify-content:flex-start;gap:var(--space-lg)}.layout-header.-two-layer .header-branch .content-wrapper .logo .image[data-v-bd3c0c2c]{height:24px}.layout-header.-two-layer .header-branch .content-wrapper .name[data-v-bd3c0c2c]{font-size:1.125rem;line-height:var(--line-height-normal)}.layout-header.-two-layer .main-title[data-v-bd3c0c2c]{height:82px}@media screen and (max-width:999px){.layout-header[data-v-bd3c0c2c]{height:50px}.header-branch[data-v-bd3c0c2c]{height:50px}.header-branch .content-wrapper[data-v-bd3c0c2c]{flex-direction:row;justify-content:flex-start;padding:0 var(--space-lg);gap:var(--space-xl)}.header-branch .content-wrapper .logo .image[data-v-bd3c0c2c]{height:24px}.header-branch .content-wrapper .name[data-v-bd3c0c2c]{font-size:1rem}.main-title .content-wrapper[data-v-bd3c0c2c]{padding:0 var(--space-lg)}.title-wrapper .title[data-v-bd3c0c2c]{font-size:1rem}}
.layout-footer[data-v-07c45866]{display:flex;justify-content:center;align-items:center;height:3.75rem;font-size:.875rem;color:var(--on-primary);background-color:var(--brand-primary)}.layout-footer .caption[data-v-07c45866]{line-height:2}
.layout-step-list[data-v-40690c11]{height:58px}.steps-container[data-v-40690c11]{display:flex;align-items:center;max-width:var(--max-width-content);margin:0 auto;height:100%}.steps-container.-desktop[data-v-40690c11]{justify-content:space-between}.steps-container.-mobile[data-v-40690c11]{justify-content:flex-start;overflow-x:auto;max-width:100%;display:none}.steps-container .circle[data-v-40690c11]{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--bg-surface);color:var(--brand-primary);border:1px solid var(--brand-primary);font-size:10px;font-weight:var(--font-weight-bold);line-height:var(--line-height-normal);font-family:var(--font-primary);flex-shrink:0;line-height:var(--line-height-none)}.steps-container .circle.-active[data-v-40690c11]{background:var(--brand-primary);color:var(--on-primary)}.steps-container .line[data-v-40690c11]{flex:1;height:2px;background:var(--brand-primary);min-width:5px}.step-content[data-v-40690c11]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-xs);height:100%;width:66px;padding:var(--space-sm);border-radius:var(--radius-sm);background:var(--bg-default);color:var(--color-gray-900);font-size:10px;text-align:center;line-height:var(--line-height-none);font-family:var(--font-primary)}.step-content.-active[data-v-40690c11]{background:var(--brand-primary);color:var(--on-primary);border-color:var(--brand-primary)}.step-content .number[data-v-40690c11]{font-weight:var(--font-weight-regular);line-height:var(--line-height-none)}.step-content .title[data-v-40690c11]{font-weight:var(--font-weight-bold);line-height:var(--line-height-none);white-space:pre-line}.step-arrow[data-v-40690c11]{display:flex;align-items:center;justify-content:center;color:var(--color-gray-400);transform:rotate(270deg)}.step-arrow .svg[data-v-40690c11]{width:10px;height:5px}@media screen and (max-width:999px){.layout-step-list[data-v-40690c11]{height:auto}.steps-container.-desktop[data-v-40690c11]{display:none}.steps-container.-mobile[data-v-40690c11]{display:flex}}
.contact-box[data-v-3580c20e]{padding:2.5rem 0;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:var(--color-gray-800);gap:1.5rem}.contact-box > .lead[data-v-3580c20e]{font-size:1.25rem;color:var(--color-white);text-align:center}.contact-box > .lead > .break[data-v-3580c20e]{display:none}.contact-box > .detail[data-v-3580c20e]{display:flex;gap:1.5rem;justify-content:center}.contact-box > .detail > .icon[data-v-3580c20e]{width:40px;height:40px}@media screen and (max-width:999px){.contact-box > .lead > .break[data-v-3580c20e]{display:inline}}
:root{--color-white:#fff;--color-green-100:#d7f1d1;--color-green-500:#539f45;--color-green-600:#4ebe38;--color-orange-500:#e38a43;--color-orange-700:#e55619;--color-blue-600:#265ac2;--color-blue-700:#3068ff;--color-red-50:#ffe3e2;--color-red-100:#ffeceb;--color-red-400:#f00;--color-red-600:#c44a4a;--color-red-700:#a23434;--color-gray-50:#f6f6f6;--color-gray-200:#e2e2e2;--color-gray-300:#ccc;--color-gray-400:#bababa;--color-gray-500:#868686;--color-gray-800:#2d2d2d;--color-gray-900:#333;--brand-primary:var(--color-green-500);--brand-primary-strong:var(--color-green-600);--brand-secondary:var(--color-orange-500);--brand-secondary-strong:var(--color-orange-700);--on-primary:var(--color-white);--on-secondary:var(--color-white);--bg-default:var(--color-gray-50);--bg-surface:var(--color-white);--bg-muted:var(--color-green-100);--bg-important:var(--color-red-50);--bg-header:var(--color-gray-500);--text-incomplete:var(--color-gray-500);--text-default:var(--color-gray-800);--text-link:var(--color-blue-700);--text-muted:var(--color-gray-800);--success:var(--color-green-500);--danger:var(--color-red-400);--info:var(--color-blue-600);--warning:var(--color-orange-500);--important:var(--color-red-600);--header-secondary-bg:var(--color-gray-800);--contract-holder-individual-bg:var(--color-blue-600);--contract-holder-corporate-bg:var(--color-red-700);--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-2xl:32px;--radius-sm:4px;--radius-md:8px;--radius-lg:32px;--shadow-1:0 0 10px 0 rgba(0,0,0,0.15);--shadow-2:0 0 10px 0 rgba(0,0,0,0.25);--font-primary:'Noto Sans JP','Helvetica Neue',Helvetica,Arial,sans-serif;--font-secondary:Helvetica,'Arial Narrow',Arial,sans-serif;--font-weight-regular:400;--font-weight-bold:700;--line-height-heading:1.5;--line-height-tight:1.2;--line-height-normal:1.7;--line-height-loose:1.8;--line-height-none:1;--field-bd:var(--color-gray-300);--field-bg:var(--bg-default);--field-bg-disabled:var(--color-gray-200);--field-fg:var(--text-default);--field-ph:var(--color-gray-300);--field-pad-y-md:.75rem;--field-pad-x-md:1.5rem;--letter-spacing-normal:0;--max-width-content:973px;--font-size-sm:12px;--font-size-md:16px;--font-size-lg:32px;--font-size-xl:36px}html,body,#app{height:100dvh;margin:0;padding:0;font-family:var(--font-primary);background-color:var(--bg-surface);color:var(--text-default);letter-spacing:var(--letter-spacing-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;overflow:hidden}body{font-size:1rem;line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal);font-weight:var(--font-weight-regular);color:var(--text-default)}body *{font-size:inherit;line-height:inherit;letter-spacing:inherit;font-weight:inherit;color:inherit}h1{font-size:1.5rem;font-weight:var(--font-weight-bold);line-height:var(--line-height-heading)}h2{font-size:1.25rem;font-weight:var(--font-weight-bold);line-height:var(--line-height-heading)}@media screen and (max-width:999px){h1{font-size:1.25rem}h2{font-size:1.125rem}}.content-wrapper{width:100%;max-width:var(--max-width-content);margin:0 auto}.lead{font-size:1rem;line-height:var(--line-height-normal);font-weight:var(--font-weight-bold)}.caption{font-size:.75rem;line-height:var(--line-height-normal)}.text-xs,.text-bold-xs{font-size:.625rem;line-height:var(--line-height-none)}.text-bold-xs{font-weight:var(--font-weight-bold)}.text-center{text-align:center}.text-link{color:var(--text-link) !important;text-underline-offset:2px;text-decoration:underline;cursor:pointer;display:inline-block}.text-link:visited{color:var(--text-link) !important}.text-link:hover,.text-link:focus{text-decoration:none}.text-link:focus{outline:none}.text-link.-disabled,.text-link:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.notice-box{padding:24px;border-radius:var(--radius-sm);background:var(--color-green-100);color:var(--color-gray-900);font-family:var(--font-primary);font-size:1rem;font-style:normal;font-weight:var(--font-weight-bold);line-height:var(--line-height-normal);width:100%}.alert-warning{padding:var(--space-sm);background-color:var(--color-red-50);width:100%;font-size:12px;color:var(--color-red-600);font-weight:var(--font-weight-bold);line-height:var(--line-height-normal);display:flex;align-items:center;gap:var(--space-sm)}.alert-warning:before{content:"";display:inline-block;width:1.25rem;height:1.25rem;background:url("/parking-application-form/assets/images/icon_warning-red.svg") no-repeat center center;background-size:contain;vertical-align:middle}.form-label{font-weight:var(--font-weight-bold);line-height:var(--line-height-normal);color:var(--color-gray-900);display:flex;align-items:center;gap:var(--space-sm)}.label-badge{font-size:12px;border-radius:var(--radius-sm);font-weight:var(--font-weight-bold);line-height:var(--line-height-none);width:34px;min-width:34px;height:22px;display:flex;justify-content:center;align-items:center}.label-badge.-required{background-color:var(--color-red-600);color:var(--color-white)}.label-badge.-optional{background-color:var(--color-green-100);color:var(--color-gray-800)}.subtitle-section{height:50px;display:flex;align-items:center;font-size:1rem;gap:var(--space-sm);font-weight:var(--font-weight-bold);line-height:var(--line-height-heading);color:var(--on-primary);background-color:var(--color-gray-500);padding-inline:var(--space-lg)}.checked-icon{position:relative;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;background:url("/parking-application-form/assets/images/icon_check.svg") no-repeat center center;background-size:contain}.x-icon{position:relative;width:1rem;height:1rem;display:flex;align-items:center;justify-content:center;background:url("/parking-application-form/assets/images/icon_x.svg") no-repeat center center;background-size:contain}.spinner{width:1.25rem;height:1.25rem;border:3px solid var(--color-gray-200);border-top-color:var(--color-brand);border-radius:50%;animation:spin 1s linear infinite}@-moz-keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-webkit-keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@-o-keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.default-layout{height:100dvh;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.default-layout .main-content{padding:4rem 0;flex:1}.default-layout .main-content.-with-contact-box{padding-bottom:0}.default-layout .main-content > .contact{margin-top:4rem}.default-layout .main-content .step{margin-bottom:2.5rem}.default-layout > .header,.default-layout > .footer,.default-layout > .main-content{flex-shrink:0}.back-link{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2.5rem}.back-link .icon{width:1.5rem;height:1.5rem}@media screen and (max-width:999px){.default-layout .main-content{padding-block:2.5rem}.default-layout .main-content .content-wrapper{padding-inline:1rem}}
