@charset "UTF-8";
html {
  background-color: #abbce6;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body {
  margin: 0;
  padding: 0;
}

.line_field {
  max-width: 640px;
  min-height: 80vh;
  padding: 1em;
  margin: auto;
}

.white_field {
  background-color: #ffffff;
  max-width: 640px;
  min-height: 80vh;
  padding: 0;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.white_field h2 {
  text-align: center;
  padding: 1em;
  margin: 0;
}

.white_field h3 {
  text-align: center;
}

.white_field .step_clm h4 {
  text-align: center;
}

.white_field .step_clm p {
  margin: 1em;
  font-size: 1em;
  letter-spacing: 0.1em;
}

.white_field p {
  margin: 1em;
  font-size: 1em;
  letter-spacing: 0.1em;
}

.customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
}

.customer .l_clm {
  margin-right: 0.5em;
}

.customer .l_clm .icon {
  background-image: url("../img/customer.png");
  background-color: white;
  background-position: 50% 50%;
  background-size: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  max-width: 70px;
  max-height: 70px;
  margin-top: 0;
  margin-bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customer .r_clm {
  width: 70%;
}

.customer .r_clm .name {
  color: white;
  padding-bottom: .5em;
  font-weight: bold;
}

.customer .r_clm .comment {
  background-color: white;
  padding: 0.5em 1em;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.customer .r_clm .comments {
  background-color: white;
  padding: 0.5em 1em;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.5em;
}

.question {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 1em 0.5em 1em;
  border-radius: 10px;
  width: auto;
  max-width: 100%;
  margin-top: 0.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: wrap-reverse;
          flex-flow: wrap-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.question .btn {
  text-decoration: none;
  padding: 1em 2em;
  display: block;
  border-radius: 10px;
  margin-bottom: 0.5em;
  min-width: 30%;
  font-weight: bold;
}

.question .btn_blue {
  background-color: lightseagreen;
  color: #ffffff;
}

.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  margin-top: 1em;
}

.user .kidoku {
  font-size: small;
  color: #ffffff;
  padding-right: 0.5em;
}

.user .kidoku::before {
  content: "既読";
}

.user .comment {
  background-color: #2fc55c;
  color: #ffffff;
  padding: 0.5em 1em;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.entry_clm {
  margin-top: 1em;
}

.entry_clm img {
  width: 100%;
}

footer {
  display: block;
  max-width: 640px;
  padding: 2em 0;
  margin: auto;
  background-color: #2fc55c;
  color: white;
  text-align: center;
}

footer a {
  color: white;
}

footer div {
  margin: 1em 0;
}

.d_none {
  display: none;
}

table {
  background-color: #ffffff;
  font-family: monospace;
  line-height: 1.3em;
}

td {
  padding: 0.5em;
  background: #eff4ff;
  font-size: .9em;
  letter-spacing: 0.1em;
}

td:first-child {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

h2 {
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  padding: 0.5em 2em;
  text-align: center;
  border-radius: 15px;
}

.camp_img {
  border-radius: 15px;
  margin-top: 1em;
  max-width: 100%;
}
/*# sourceMappingURL=style.css.map */