@charset "utf-8";
/* CSS Document */

.disable{
   pointer-events: none;
	 background-color: gray;
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

@media screen and (max-width: 767px)  {
  .pc-only {
    display: none !important;
  }
	.sp-only {
		display: block !important;
	}
}

.a-fc-white {
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .a-w90-pc {
    width: 90%;
  }
}

.a-bullet-list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}

.a-list-caution:not(:root) {
  padding-right: 0;
}