@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: "\25CF";
    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: "\203B";
    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: "\26BD\1F3C0\1F3D0";
  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: "\26BD";
  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: "\26BD";
    transform: translateX(-25px) rotateZ(0deg)
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    content: "\1F3D0";
    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", "\6E38\30B4\30B7\30C3\30AF", "YuGothic", "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN", "\30E1\30A4\30EA\30AA", "Meiryo", "sans-serif";
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #0277bd;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.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: 0.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: "\203B";
  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: 0.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", "\6E38\30B4\30B7\30C3\30AF", "YuGothic", "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN", "\30E1\30A4\30EA\30AA", "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: 0.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 0.5s, opacity 1s;
}
.effect_btn-ripple:active:after {
  transform: scale(0, 0);
  opacity: 0.2;
  transition: 0s;
}
.effect_btn-ripple:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.effect_bounceIn {
  animation-duration: 0.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: 0.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(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes effect_bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes effect_bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes effect_bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.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", "\6E38\30B4\30B7\30C3\30AF", "YuGothic", "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN", "\30E1\30A4\30EA\30AA", "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", "\6E38\30B4\30B7\30C3\30AF", "YuGothic", "Hiragino Kaku Gothic ProN", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN", "\30E1\30A4\30EA\30AA", "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: 0.9rem;
  line-height: 1.5;
  border-left: 4px solid #454c50;
}
.info-list > .info > .empty {
  margin: 10px 0 20px 10px;
  font-size: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: "\6E38\660E\671D", YuMincho, "\30D2\30E9\30AE\30CE\660E\671D   ProN W3", "HiraMinProN-W3";
  vertical-align: 5px;
}
.plate-preview > .plate > .area.-num4 {
  display: inline-block;
  font-size: 2em;
  letter-spacing: 0.05em;
  text-align: right;
  width: 100px;
}
.splash-screen {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #2196f3;
  transition: all 1s;
  opacity: 1;
}
.splash-screen.fadeout {
  opacity: 0;
}
.splash-screen.hide {
  display: none;
}
.splash-screen >.logo {
  position: absolute;
  width: 180px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.splash-screen >.logo > .svg > .svgelement {
  fill: #fff;
  stroke-width: 0.03em;
  stroke: #fff;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: drawline 4s linear forwards, FillIn 1s 1s linear both;
}
@-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: 0.7;
  }
  to {
    fill-opacity: 1;
  }
}
@-webkit-keyframes wink {
  from {
    fill-opacity: 0.7;
  }
  to {
    fill-opacity: 1;
  }
}
@-o-keyframes wink {
  from {
    fill-opacity: 0.7;
  }
  to {
    fill-opacity: 1;
  }
}
@keyframes wink {
  from {
    fill-opacity: 0.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%;
  }
}
.header-section.-home {
  background-color: #2196f3;
  padding: 32px 0 18px 0;
  text-align: center;
  color: #fff;
}
.header-section.-home > .logo {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.header-section.-home > .logo > .logoimage {
  width: 120px;
}
.header-section.-home > .title {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
}
.header-section:not(.-home) {
  background-color: #2196f3;
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.header-section:not(.-home) > .logo {
  display: block;
}
.header-section:not(.-home) > .logo > .logoimage {
  width: 70px;
}
.header-section:not(.-home) > .title {
  display: block;
  font-size: 0.9em;
  font-weight: bold;
}
