/*----- 汎用 -----*/
.dfx {
  display: flex;
}
.dfx-hc {
  display: flex;
  justify-content: center;
}
.dfx-vc {
  display: flex;
  align-items: center;
}
.dfx-hvc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dfx-sb {
  display: flex;
  justify-content: space-between;
}

/*----- ページローディング -----*/
.waneco__page-loading {
  height: 40vh;
  color: #8c8c8c;
  font-size: 3.7333vw;
}
.waneco__page-loading > .loading-message {
  color: #6D8C9E;
  text-align: center;
}

/* @see https://projects.lukehaas.me/css-loaders/ */
.loading-spinner {
  margin: 60px auto;
  font-size: 15px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loading-spinner.image-upload {
  margin: 20px auto;
  font-size: 7px;
}

@-webkit-keyframes load5 {
  0%,
100% {
    box-shadow: 0em -2.6em 0em 0em #e2925b, 1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2), 2.5em 0em 0 0em rgba(226, 146, 91, 0.2), 1.75em 1.75em 0 0em rgba(226, 146, 91, 0.2), 0em 2.5em 0 0em rgba(226, 146, 91, 0.2), -1.8em 1.8em 0 0em rgba(226, 146, 91, 0.2), -2.6em 0em 0 0em rgba(226, 146, 91, 0.5), -1.8em -1.8em 0 0em rgba(226, 146, 91, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(226, 146, 91, 0.7), 1.8em -1.8em 0 0em #e2925b, 2.5em 0em 0 0em rgba(226, 146, 91, 0.2), 1.75em 1.75em 0 0em rgba(226, 146, 91, 0.2), 0em 2.5em 0 0em rgba(226, 146, 91, 0.2), -1.8em 1.8em 0 0em rgba(226, 146, 91, 0.2), -2.6em 0em 0 0em rgba(226, 146, 91, 0.2), -1.8em -1.8em 0 0em rgba(226, 146, 91, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(226, 146, 91, 0.5), 1.8em -1.8em 0 0em rgba(226, 146, 91, 0.7), 2.5em 0em 0 0em #e2925b, 1.75em 1.75em 0 0em rgba(226, 146, 91, 0.2), 0em 2.5em 0 0em rgba(226, 146, 91, 0.2), -1.8em 1.8em 0 0em rgba(226, 146, 91, 0.2), -2.6em 0em 0 0em rgba(226, 146, 91, 0.2), -1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(226, 146, 91, 0.2), 1.8em -1.8em 0 0em rgba(226, 146, 91, 0.5), 2.5em 0em 0 0em rgba(226, 146, 91, 0.7), 1.75em 1.75em 0 0em #e2925b, 0em 2.5em 0 0em rgba(226, 146, 91, 0.2), -1.8em 1.8em 0 0em rgba(226, 146, 91, 0.2), -2.6em 0em 0 0em rgba(226, 146, 91, 0.2), -1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(226, 146, 91, 0.2), 1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2), 2.5em 0em 0 0em rgba(226, 146, 91, 0.5), 1.75em 1.75em 0 0em rgba(226, 146, 91, 0.7), 0em 2.5em 0 0em #e2925b, -1.8em 1.8em 0 0em rgba(226, 146, 91, 0.2), -2.6em 0em 0 0em rgba(226, 146, 91, 0.2), -1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(226, 146, 91, 0.2), 1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2), 2.5em 0em 0 0em rgba(226, 146, 91, 0.2), 1.75em 1.75em 0 0em rgba(226, 146, 91, 0.5), 0em 2.5em 0 0em rgba(226, 146, 91, 0.7), -1.8em 1.8em 0 0em #e2925b, -2.6em 0em 0 0em rgba(226, 146, 91, 0.2), -1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(226, 146, 91, 0.2), 1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2), 2.5em 0em 0 0em rgba(226, 146, 91, 0.2), 1.75em 1.75em 0 0em rgba(226, 146, 91, 0.2), 0em 2.5em 0 0em rgba(226, 146, 91, 0.5), -1.8em 1.8em 0 0em rgba(226, 146, 91, 0.7), -2.6em 0em 0 0em #e2925b, -1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(226, 146, 91, 0.2), 1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2), 2.5em 0em 0 0em rgba(226, 146, 91, 0.2), 1.75em 1.75em 0 0em rgba(226, 146, 91, 0.2), 0em 2.5em 0 0em rgba(226, 146, 91, 0.2), -1.8em 1.8em 0 0em rgba(226, 146, 91, 0.5), -2.6em 0em 0 0em rgba(226, 146, 91, 0.7), -1.8em -1.8em 0 0em #e2925b;
  }
}

@keyframes load5 {
  0%,
100% {
    box-shadow: 0em -2.6em 0em 0em #e2925b, 1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2), 2.5em 0em 0 0em rgba(226, 146, 91, 0.2), 1.75em 1.75em 0 0em rgba(226, 146, 91, 0.2), 0em 2.5em 0 0em rgba(226, 146, 91, 0.2), -1.8em 1.8em 0 0em rgba(226, 146, 91, 0.2), -2.6em 0em 0 0em rgba(226, 146, 91, 0.5), -1.8em -1.8em 0 0em rgba(226, 146, 91, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(226, 146, 91, 0.7), 1.8em -1.8em 0 0em #e2925b, 2.5em 0em 0 0em rgba(226, 146, 91, 0.2), 1.75em 1.75em 0 0em rgba(226, 146, 91, 0.2), 0em 2.5em 0 0em rgba(226, 146, 91, 0.2), -1.8em 1.8em 0 0em rgba(226, 146, 91, 0.2), -2.6em 0em 0 0em rgba(226, 146, 91, 0.2), -1.8em -1.8em 0 0em rgba(226, 146, 91, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(226, 146, 91, 0.5), 1.8em -1.8em 0 0em rgba(226, 146, 91, 0.7), 2.5em 0em 0 0em #e2925b, 1.75em 1.75em 0 0em rgba(226, 146, 91, 0.2), 0em 2.5em 0 0em rgba(226, 146, 91, 0.2), -1.8em 1.8em 0 0em rgba(226, 146, 91, 0.2), -2.6em 0em 0 0em rgba(226, 146, 91, 0.2), -1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(226, 146, 91, 0.2), 1.8em -1.8em 0 0em rgba(226, 146, 91, 0.5), 2.5em 0em 0 0em rgba(226, 146, 91, 0.7), 1.75em 1.75em 0 0em #e2925b, 0em 2.5em 0 0em rgba(226, 146, 91, 0.2), -1.8em 1.8em 0 0em rgba(226, 146, 91, 0.2), -2.6em 0em 0 0em rgba(226, 146, 91, 0.2), -1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(226, 146, 91, 0.2), 1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2), 2.5em 0em 0 0em rgba(226, 146, 91, 0.5), 1.75em 1.75em 0 0em rgba(226, 146, 91, 0.7), 0em 2.5em 0 0em #e2925b, -1.8em 1.8em 0 0em rgba(226, 146, 91, 0.2), -2.6em 0em 0 0em rgba(226, 146, 91, 0.2), -1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(226, 146, 91, 0.2), 1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2), 2.5em 0em 0 0em rgba(226, 146, 91, 0.2), 1.75em 1.75em 0 0em rgba(226, 146, 91, 0.5), 0em 2.5em 0 0em rgba(226, 146, 91, 0.7), -1.8em 1.8em 0 0em #e2925b, -2.6em 0em 0 0em rgba(226, 146, 91, 0.2), -1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(226, 146, 91, 0.2), 1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2), 2.5em 0em 0 0em rgba(226, 146, 91, 0.2), 1.75em 1.75em 0 0em rgba(226, 146, 91, 0.2), 0em 2.5em 0 0em rgba(226, 146, 91, 0.5), -1.8em 1.8em 0 0em rgba(226, 146, 91, 0.7), -2.6em 0em 0 0em #e2925b, -1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(226, 146, 91, 0.2), 1.8em -1.8em 0 0em rgba(226, 146, 91, 0.2), 2.5em 0em 0 0em rgba(226, 146, 91, 0.2), 1.75em 1.75em 0 0em rgba(226, 146, 91, 0.2), 0em 2.5em 0 0em rgba(226, 146, 91, 0.2), -1.8em 1.8em 0 0em rgba(226, 146, 91, 0.5), -2.6em 0em 0 0em rgba(226, 146, 91, 0.7), -1.8em -1.8em 0 0em #e2925b;
  }
}

/* ----- 独自系 ----- */
.line-update-link {
  display: block;
  background-color: #00C300;
  color: #FFFFFF !important;
  font-weight: 600;
  border-radius: 10px;
  text-align: center;
  padding: 10px 0px;
}

.line-update-link:hover {
  background-color: #00E000;
}

.help-block {
  color: red;
}

#licence-notification {
  background-color: white;
  border-radius: 5.3333vw;
  padding: 3vw;
  margin-bottom: 2vh;
  font-size: 3.5vw;
  line-height: 4vw;
}

#licence-notification .fa-exclamation-circle {
  font-size: 4vw;
  color: #fb5e22;
}

#modal-photo,
#modal-cancel {
	display: none;
}

.iziModal {
	width: 90%;
	text-align: center;
	border-radius: 5.33333vw !important;
}

.iziModal .iziModal-content {
	padding: 6vw !important;
}

.iziModal .modal-photo {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	border-radius: 50%;
}

.iziModal .modal-photo img {
	width: 100%;
}

.iziModal input {
	margin-top: 4vw;
	width: 75vw;
	height: 30px;
	display: inline-block;
	outline: none;
}

.iziModal .btn {
	margin-top: 6vw;
	width: 84%;
	display: inline-block;
}

.licence-modal {
    text-align: left;
}

.licence-modal .licence-box {
    width: 100%;
    text-align: center;
}

.digits2 {
    font-size: 1.2em !important;
    width: 15vw !important;
    text-align: center;
}
.digits4 {
    font-size: 1.2em !important;
    width: 21vw !important;
    text-align: center;
}

.big_digits4 {
    font-size: 1.5em !important;
    width: 25vw !important;
    text-align: center;
}

/* convention
-------------------------------------------------- */

.convention-text-box {
	margin-top: 1vw;
	padding: 4vw;
	height: 35vh;
	overflow: auto;
	background-color: #f1ece6;
}
.convention-text-box.already-agree {
	height: 60vh;
}

.convention-ttl {
	font-weight: bold;
	font-size: 3.6666vw;
}
.convention-ttl:nth-of-type(n+2) {
	margin-top: 6vw;
}

.convention-text1 {
	margin-top: 2.8vw;
	font-size: 2.6666vw;
}

.convention-text1 em {
	font-weight: bold;
}

.convention-text2 {
	text-align: center;
}

ol.convention-text1 > li + li {
	margin-top: 2.8vw;
}
.convention-text1 .sub-list {
	padding-left: 0.5em;
	text-indent: -1.8em;
	margin-left: 1.8em;
	line-height: 1.5;
}

.convention-text1 .sub-list.circle {
	text-indent: -.75em;
	margin-left: .75em;
}

.convention-text2 input {
	display: inline-block;
}

.convention-text2 input:nth-of-type(2) {
	margin-left: 8vw;
}

.plain_btn {
    border: none;
    background-color: inherit;
    margin-bottom: 0vw;
    cursor: pointer;
}
.plain_btn.inactive {
    cursor: default;
}
.plain_btn.inactive > div {
	pointer-events: none;
	background-color: rgba(0, 0, 0, .1);
}
.plain_btn.inactive > a {
	pointer-events: none;
	background-color: rgba(0, 0, 0, .1);
}

ul.aster li {
  list-style-type: none;
  text-indent: -1em;
  text-align: left;
}
ul.aster li:before {
  display: inline;
  content: "※";
}

.waneco__pets-info_btr_rssi i {
  font-size: 1.6rem;
}
.waneco__pets-info_btr_rssi i.battery {
  padding: 0 1.2vw 0 2vw;
}
.waneco__pets-info_btr_rssi i.rssi {
  font-size: 1.5rem;
  padding: 0 0.5vw 0 2vw;
  color: #aaa;
}
i.green {
  color: #4cc582;
}
i.orange {
  color: orange;
}
i.red {
  color: #ff5d5d;
}

.delReadyMsg {
    color: #ff6a00;
    font-weight: bold;
}

.square-btn {
  font-size: 3.3vw;
  border: 1px solid #ff7800;
  border-radius: 1vw;
  color: #fff;
  background-color: #ff7800;
  padding: 1vw 4vw;
}
