.l-Checker > *:not(header) {
  z-index: 0;
}

.l-Checker .u-Container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.l-Checker .u-Btn-Wrapper {
  display: flex;
  margin: auto;
}
.l-Checker .u-Btn-Wrapper > * {
  margin: auto;
}

@media screen and (min-width: 769px) {
  .l-Checker .m-Main {
    display: flex;
  }
  .l-Checker .m-Main > * {
    width: 50%;
  }
}

.l-Checker .m-Result-Area {
  margin-top: 60px;
  margin-bottom: 60px;
  background: gray;
  padding-left: 10%;
  padding-right: 10%;
  color: #fff;
}

.l-Checker .m-Result-Area > * {
  padding-top: 40px;
}

.l-Checker .m-Result-Area > .c-Result {
  padding-bottom: 40px;
}

.l-Checker .m-Modal {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .l-Checker .m-Modal {
    width: 50vw;
    transform: translateX(-100%);
    transition-property: transform;
    transition-duration: .5s;
  }
}

@media screen and (min-width: 769px) {
  .l-Checker .m-Modal.isActive {
    transition-property: transform;
    transition-duration: .5s;
    transform: translateX(0%);
  }
}

@media screen and (max-width: 768px) {
  .l-Checker .m-Modal {
    z-index: -1;
    opacity: 0;
    transform: scale(0.8);
    transition-property: transform, opacity;
    transition-duration: 0s;
  }
}

@media screen and (max-width: 768px) {
  .l-Checker .m-Modal.isActive {
    z-index: 0;
    opacity: 1;
    transform: scale(1);
    transition-property: transform, opacity;
    transition-duration: .5s;
  }
}

.l-Checker .m-Modal > * {
  position: relative;
}

.l-Checker .m-Modal .a-Btn.forClose {
  position: fixed;
  right: 0%;
  font-size: 22px;
  text-align: right;
}

.l-Checker .m-Modal__inner {
  height: 100%;
}

.l-Checker .m-Modal__inner .a-Btn.forClose {
  z-index: 1;
}

.l-Checker .m-Modal__inner:not(.isLoading) .c-Modal-Content {
  z-index: 0;
  opacity: 1;
  transform: scale(1);
  transition-property: transform, opacity;
  transition-duration: .5s;
}

.l-Checker .m-Modal__inner:not(.isLoading) .c-Modal__loading {
  z-index: -1;
  opacity: 0;
  transform: scale(0.8);
  transition-property: transform, opacity;
  transition-duration: 0s;
}

.l-Checker .m-Modal__inner.isLoading .c-Modal-Content {
  z-index: -1;
  opacity: 0;
  transform: scale(0.8);
  transition-property: transform, opacity;
  transition-duration: 0s;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(3600deg);
  }
}

.l-Checker .m-Modal__inner.isLoading .c-Modal__loading {
  z-index: 0;
  opacity: 1;
  transform: scale(1);
  transition-property: transform, opacity;
  transition-duration: .5s;
}

.l-Checker .m-Modal__inner.isLoading .c-Modal__loading .a-Rotate img {
  
  animation: 10s linear infinite rotation;
  transform-origin: center center;
}

@keyframes flashing1 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flashing2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flashing3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.l-Checker .m-Modal__inner.isLoading .c-Modal__loading .a-Anime.forflash > *:nth-child(1) {
  animation-name: flashing1;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

.l-Checker .m-Modal__inner.isLoading .c-Modal__loading .a-Anime.forflash > *:nth-child(2) {
  animation-name: flashing2;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

.l-Checker .m-Modal__inner.isLoading .c-Modal__loading .a-Anime.forflash > *:nth-child(3) {
  animation-name: flashing3;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.l-Checker .a-Text.forError {
  color: red;
  font-size: 3.5vw;
}

.l-Checker .a-Input {
  text-align: center;
}

.l-Checker .a-Input::placeholder {
  opacity: 0.7;
}

.l-Checker .a-Btn {
  padding: 3px;
  cursor: pointer;
	width: calc(100% / 2);
	box-sizing: border-box;
}

.l-Checker .a-Btn.forClose {
  color: #fff;
}

.l-Checker .a-Btn.withChange {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  height: 100%;
}

.l-Checker .a-Btn.withChange .ep-Text {
  padding: 3px;
  border-radius: 8px;
}

.l-Checker .a-Btn.withChange .ep-Text .ep-Text_inner {
  display: block;
  border-radius: 8px;
  height: 100%;
  display: flex;justify-content: center;align-items: center;
}
.l-Checker .a-Btn.withChange.forBack {width: 39%; height: 100%; border-radius: 10px; margin-right: 1%;}
.l-Checker .a-Btn.withChange.forBack a {width: 100%;height: 100%; display: flex; color: #ff8731;align-items: center;
flex-wrap: wrap;
-webkit-box-pack: center;
justify-content: center;}
.l-Checker .a-Btn.withChange.forBack a:hover {color: #ffffff;}
.l-Checker .a-Btn.withChange.forCalc {width: 60%; height: 100%; border-radius: 10px;}
.l-Checker .a-Btn.withChange.forBack .ep-Text {
  background: #ff8731;
	height: 100%;
}

.l-Checker .a-Btn.withChange.forBack .ep-Text .ep-Text_inner {
  transition-property: color, background;
  transition-duration: 0.5s;
  background: #fff;
  color: #ff8731;
}

@media screen and (max-width: 768px) {
  .l-Checker .a-Btn.withChange.forBack:active .ep-Text .ep-Text_inner {
    transition-property: color, background;
    transition-duration: 0.5s;
    background: #ff8731;
    color: #fff !important;
  }
}

@media screen and (min-width: 769px) {
  .l-Checker .a-Btn.withChange.forBack:hover .ep-Text .ep-Text_inner {
    transition-property: color, background;
    transition-duration: 0.5s;
    background: #ff8731;
    color: #fff !important;
  }
}

.l-Checker .a-Btn.withChange.forCalc .ep-Text {
  background: #4bc2fa;
  height: 100%;
}

.l-Checker .a-Btn.withChange.forCalc .ep-Text .ep-Text_inner {
  transition-property: color, background;
  transition-duration: 0.5s;
  background: #fff;
  color: #4bc2fa;
}

@media screen and (max-width: 768px) {
  .l-Checker .a-Btn.withChange.forCalc:active .ep-Text .ep-Text_inner {
    transition-property: color, background;
    transition-duration: 0.5s;
    background: #4bc2fa;
    color: #fff !important;
  }
}

@media screen and (min-width: 769px) {
  .l-Checker .a-Btn.withChange.forCalc:hover .ep-Text .ep-Text_inner {
    transition-property: color, background;
    transition-duration: 0.5s;
    background: #4bc2fa;
    color: #fff !important;
  }
}

.l-Checker .c-Result > * {
  margin-top: 20px;
  text-align: left;
}

.l-Checker .c-Result span {
  font-size: 16px;
  font-weight: normal;
  padding-left: 20px;
}

.l-Checker .c-Modal-Content .c-Img-Area .a-Img img {
  object-fit: contain;
  width: 55%;
}
@media screen and (max-width: 769px) {
  .l-Checker .c-Modal-Content .c-Img-Area .a-Img img {
    width: 68%;
  }
}

@media screen and (min-width: 769px) {
  .l-Checker .c-Modal-Content .c-Img-Area .a-Img img {
    max-height: 40vh;
  }
}

.l-Checker .c-Modal-Content .c-Link > *:not(:first-child) {
  margin-top: 5px;
}

.l-Checker .c-Modal-Content .c-Link a {
  color: #fff;
  font-size: 1.5vw;
}

.l-Checker .c-Modal-Content .c-Link .a-Txt > *:not(:first-child) {
  margin-top: 4px;
  display: inline-block;
}

.l-Checker .c-Modal-Content .c-Link .a-Txt .ep-Txt1, .l-Checker .c-Modal-Content .c-Link .a-Txt .ep-Txt2 {
  border-bottom: #fff 1px solid;
}

.l-Checker .c-Modal-Content .c-Link .a-Txt .ep-Txt3 {
  background: red;
  font-size: 1.6em;
}
.l-Checker .c-Modal-Content .c-Link .a-Txt .ep-Txt3 .tax-min {
  font-size: 0.5em;
padding-right: 3px;
}
.ep-Txtmin {font-size: 1.2em;background: red;}
.l-Checker .c-Modal__loading {
  font-size: 9.33vw;
  font-weight: bold;
  position: absolute;
  top: 24%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 50%;
  width: 33.3%;
  color: #fff;
  text-align: center;
}

.l-Checker .c-Modal__loading .a-Sub {
  font-size: 0.65em;
}

.l-Checker .c-Modal__loading .a-Rotate {
  display: inline-block;
}

.l-Checker .c-Modal__loading .c-Flash {
  margin-top: 8%;
}

.l-Checker .c-Modal__loading .c-Flash > * {
  display: inline-block;
  position: relative;
}

.l-Checker .c-Modal__loading .c-Flash__inner {
  position: absolute;
  bottom: 0;
  right: -50%;
}

.l-Checker .c-Modal__loading .c-Flash__inner .a-Anime > * {
  display: inline;
}

@media screen and (min-width: 769px) {
  .l-Checker #js-Active-Area.isActive > .m-Modal {
    display: flex;
    width: 50%;
    top: 0;
    bottom: 0;
  }
  .l-Checker #js-Active-Area.isActive > .m-Modal.isLeft {
    left: 0;
  }
}

.l-Checker #js-Error.a-Text, .l-Checker #js-Error-forHeight.a-Text, .l-Checker #js-Error-forWidth.a-Text {
  height: 20px;
  line-height: 20px;
}

.l-Checker #js-Error-forHeight, .l-Checker #js-Error-forWidth {
  display: none;
}

@media screen and (min-width: 769px) {
  .l-Checker #js-Error-forHeight, .l-Checker #js-Error-forWidth {
    display: block;
  }
  .l-Checker #js-Error {
    display: none;
  }
}

.l-Checker .isLazy:not(.isActive) {
  opacity: 0;
  display: none;
  transform: translateX(-100%);
}
