@charset "UTF-8";
#inputTZP {
  opacity: 0;
}
#lastcautiontxt .btnbox {
  margin-top:100px;
  display: flex;
  justify-content: space-around;
  position:relative;
}

@media screen and (max-width: 767.9px) {
  #lastcautiontxt .btnbox,
  #lastcautiontxt ul li   {
     flex-direction: column;
  }
  .c-gen002 #lastcautiontxt ul {
    margin-left: 0px;
  }
}

.c-gen002 #lastcautiontxt ul>li:before {
  content:"";
}

.tzpinput {
   width:45%;
   font-size: 100%;
}
@media only screen and (max-width: 640px) {
  .tzpinput {
    width: 100%;
    font-size: 14px;
    padding: 6px;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.noborder {
  border:0;
}
.cmp-button.copyandjump .cmp-button__text .c-gen004__text {
  font-size: 1.12rem;
}
.btnbox:before {
  content:"※以下のボタンを押すと自動で上記項目がコピーされますので、\A問合わせフォームの『お問合せ内容』欄に【貼り付け】してください";
  display:block;
  text-align:center;
  white-space: pre;
  position: absolute;
  top: -65px;
  line-height: 1.3em;
  max-width:90%;
}
.btnbox:after {
  content:"【貼り付け】方法\A★パソコンの場合：キーボードで「Ctrl」＆「V」（windows）「cmd」&「V」（mac）\A★スマートフォンの場合：長押し等で「ペースト」や「貼り付け」";
  display:block;
  color:#cc0e00;
  font-size:80%;
  white-space: pre;
  position: absolute;
  bottom: -70px;
  line-height: 1.5em;
  max-width:90%;
}

@media screen and (max-width: 767.9px) {
  .cmp-button.copyandjump .cmp-button__text .c-gen004__text {
    font-size: 0.9rem;
  }
  .btnbox:before {
    font-size: 70%;
    white-space: normal;
  }
  .btnbox:after {
    font-size: 70%;
    white-space: pre-line;
    bottom: -80px;
  }
}
