@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: 400;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf"); }
select::-ms-expand {
  display: none; }

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  line-height: 1;
  overflow-x: hidden; }
  @media (max-width: 480px) {
    html {
      font-size: 3.2vw; } }

body {
  -webkit-text-size-adjust: none;
  min-width: 800px;
  height: 100%;
  font-size: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  letter-spacing: 1px;
  overflow-x: hidden; }
  @media (max-width: 480px) {
    body {
      width: #ccc;
      width: 100%;
      min-width: 100%;
      font-size: 3.2vw; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (max-width: 895px) {
  html,
  body {
    min-width: inherit;
    min-width: auto; } }

@media (max-width: 895px) {
  div,
  ul,
  dl,
  header,
  section,
  footer {
    max-width: 100%; } }
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
th,
td {
  padding: 0;
  margin: 0; }

address,
caption,
em,
strong,
th {
  font-style: normal; }

caption,
th {
  text-align: left; }

hr,
legend {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%; }

li {
  list-style-type: none; }

table,
ol,
ul,
dl,
blockquote,
pre {
  margin-bottom: 0px; }

p {
  margin-bottom: 18px; }
  @media (max-width: 480px) {
    p {
      margin-bottom: 3.2vw; } }

img {
  width: 100%;
  vertical-align: bottom;
  display: block; }

a img,
fieldset {
  border: none; }

article,
aside,
footer,
header,
hgroup,
nav,
section {
  display: block; }

input,
select {
  cursor: pointer; }
  input:focus,
  select:focus {
    outline: 0; }

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  outline: none;
  background: none;
  cursor: auto; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

label {
  position: relative;
  cursor: pointer; }
  label input[type="radio"] {
    position: absolute;
    opacity: 0; }

button {
  background-color: transparent;
  border: none;
  font-family: inherit;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

.table-temp {
  width: 100%;
  font-size: 1.55rem;
  border: 2px solid #ccc;
  border-collapse: collapse; }
  @media (max-width: 480px) {
    .table-temp {
      font-size: 3.7333333333vw;
      border-width: 0.5333333333vw; } }
  .table-temp.table-temp--min {
    font-size: 1.35rem; }
    @media (max-width: 480px) {
      .table-temp.table-temp--min {
        font-size: 3.7333333333vw; } }
    .table-temp.table-temp--min th, .table-temp.table-temp--min td {
      padding: 12px 5px; }
      @media (max-width: 480px) {
        .table-temp.table-temp--min th, .table-temp.table-temp--min td {
          padding: 2.1333333333vw 2.6666666667vw; } }
    .table-temp.table-temp--min .table-temp-head__ttl:nth-child(1) {
      width: 20%; }
      @media (max-width: 480px) {
        .table-temp.table-temp--min .table-temp-head__ttl:nth-child(1) {
          width: 26%; } }
    .table-temp.table-temp--min .table-temp-head__ttl:nth-child(2), .table-temp.table-temp--min .table-temp-head__ttl:nth-child(3) {
      width: 40%; }
      @media (max-width: 480px) {
        .table-temp.table-temp--min .table-temp-head__ttl:nth-child(2), .table-temp.table-temp--min .table-temp-head__ttl:nth-child(3) {
          width: 37%; } }
    .table-temp.table-temp--min .num {
      font-size: 1.6rem; }
      @media (max-width: 480px) {
        .table-temp.table-temp--min .num {
          font-size: 3.4666666667vw; } }
  .table-temp th, .table-temp td {
    font-weight: normal;
    padding: 17px 5px;
    border: 1px solid #ccc;
    text-align: center; }
    @media (max-width: 480px) {
      .table-temp th, .table-temp td {
        padding: 4.5333333333vw 2.6666666667vw; } }
  .table-temp .table-temp-head {
    background-color: #f1f1f1; }
  .table-temp .table-temp-head__ttl {
    width: 50%; }
  @media (max-width: 480px) {
    .table-temp .table-temp-body__msg {
      font-size: 3.7333333333vw; } }
  .table-temp .num {
    font-size: 2rem;
    font-weight: bold; }
    @media (max-width: 480px) {
      .table-temp .num {
        font-size: 4.2666666667vw; } }

/*-----------------------------------------*/
.br-sp {
  display: none; }
  @media (max-width: 480px) {
    .br-sp {
      display: block; } }

.txt_b {
  font-weight: bold;
  margin: 0 3px; }

.only_pc {
  display: block; }
  @media (max-width: 895px) {
    .only_pc {
      display: none; } }

.only_sp {
  display: none; }
  @media (max-width: 480px) {
    .only_sp {
      display: block; } }

span.inline {
  display: inline-block; }

.error-msg {
  font-size: 1.6rem;
  color: #ff0000;
  text-align: center;
  margin-top: 18px; }
  @media (max-width: 480px) {
    .error-msg {
      font-size: 3.2vw;
      margin-top: 2.6666666667vw; } }

.message-box {
  position: fixed;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  padding: 15px 30px;
  text-align: center;
  background-color: #df853d;
  border-radius: 10px;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.input-table {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  margin: 60px auto 20px;
  background-color: #deeae5;
  border-collapse: collapse; }
  .input-table .input-table__ttl {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px; }
  .input-table .input-table__set {
    margin-bottom: 5px; }
    .input-table .input-table__set input, .input-table .input-table__set textarea {
      width: 100%;
      font-size: 1.5rem;
      padding: 10px;
      background-color: #fff;
      border: 1px solid #e8e8e8; }
    .input-table .input-table__set textarea {
      height: 100px;
      resize: vertical; }
  .input-table .input-table__submit {
    text-align: center;
    padding-top: 20px; }
    @media (max-width: 480px) {
      .input-table .input-table__submit {
        padding-top: 5.3333333333vw; } }
    .input-table .input-table__submit button {
      background-color: #333;
      color: #fff;
      font-size: 1.4rem;
      padding: 10px 30px;
      border-radius: 5px; }
      @media (max-width: 480px) {
        .input-table .input-table__submit button {
          font-size: 3.7333333333vw;
          padding: 2.6666666667vw 5.3333333333vw; } }
      .input-table .input-table__submit button:hover {
        background-color: #555; }

table {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto 30px;
  word-break: break-all;
  word-wrap: break-word;
  border-collapse: collapse;
  margin-top: 60px; }
  table tr {
    vertical-align: middle; }
    table tr:nth-child(even) {
      background-color: #f5f5f5; }
  table td, table th {
    padding: 12px 10px;
    vertical-align: middle;
    border: 1px solid #333; }
  table th {
    color: #fff;
    background-color: #333;
    font-weight: bold; }
  table td {
    font-size: 1.4rem; }
    table td.transfer_code {
      width: 10%; }
    table td.url {
      font-size: 1.1rem;
      width: 40%; }
    table td.memo {
      font-size: 1.3rem;
      width: 40%; }
    table td.requester {
      width: 10%; }
