.dataTable tbody tr:hover {
  background-color: #fbf7c8 !important; }

.dataTable tbody tr:hover > .sorting_1 {
  background-color: #fbf7c8 !important; }

.header {
  background-color: #580c2b;
  padding: 0 8px; }
  .header-body {
    max-width: 1460px;
    width: 100%;
    height: 88px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-self: center; }
  .header-ttl {
    width: 26.4705882353%;
    display: flex;
    align-items: center; }
    .header-ttl h1 {
      font-size: 24px; }
      .header-ttl h1 a {
        color: #ebebeb; }
    .header-ttl p {
      margin-left: 20px;
      width: 96px;
      height: 26px;
      border-radius: 13px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      color: #580c2b;
      background-color: #ffd700; }
  .header-name {
    width: 17.8082191781%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .header-name p {
      font-size: 16px;
      color: #ebebeb; }
      .header-name p:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        background-image: url("../images/icn_administrator.png");
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: 100%;
        background-size: 100%;
        margin-right: 8px; }
  .header-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 57.5342465753%;
    height: 88px; }
    .header-menu a {
      display: block;
      color: #fff;
      font-size: 14px;
      padding-bottom: 4px;
      border-bottom: 2px solid #580c2b; }
    .header-menu--active {
      border-bottom: 2px solid #fd7574 !important; }

.footer {
  margin-top: 48px;
  padding: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: normal; }

.menu {
  margin: 56px auto;
  width: 832px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .menu--center {
    justify-content: center; }
  .menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    margin: 24px;
    background-color: #fd7574;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff; }
    .menu-link:active {
      transform: translateY(2px); }
  .menu-txt1 {
    font-size: 16px; }
  .menu-txt2 {
    text-align: center;
    font-size: 28px;
    line-height: 1.5; }

.pankuzu {
  background-color: #fff;
  padding: 12px 8px; }
  .pankuzu-body {
    max-width: 840px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    font-size: 0; }
    .pankuzu-body li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      font-size: 14px;
      line-height: 1.5;
      color: #2e375a; }
      .pankuzu-body li a {
        color: #2e375a;
        text-decoration: underline; }
        .pankuzu-body li a:hover {
          text-decoration: none; }

.login {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center; }
  .login-body {
    width: 424px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
  .login-head {
    text-align: center;
    font-size: 40px;
    line-height: 2; }
    .login-head span {
      display: block;
      font-size: 24px;
      color: #fd7574; }
  .login-block {
    margin-top: 48px;
    width: 320px; }
  .login-label {
    font-size: 14px; }
  .login-input {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    margin-top: 8px;
    display: block;
    width: 100%;
    height: 32px;
    font-size: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #707070;
    padding: 0 4px;
    outline: none; }
  .login-btn {
    margin-top: 40px; }

.photo {
  padding: 40px 8px; }
  .photo-block01 {
    font-size: 0; }
    .photo-block01-ttl {
      text-align: center;
      font-size: 24px;
      margin-bottom: 24px; }
  .photo-block02 {
    margin: 24px auto 0 auto;
    max-width: 1024px; }
    .photo-block02 img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
  .photo-item01 {
    position: relative;
    display: inline-block;
    margin: 8px;
    width: 160px;
    height: 224px; }
    .photo-item01 img {
      display: block;
      width: 100%;
      height: auto; }
    .photo-item01__no {
      position: absolute;
      top: 4px;
      left: 4px;
      display: inline-block;
      padding: 4px;
      font-size: 14px;
      background-color: rgba(255, 255, 255, 0.8);
      color: #000; }
    .photo-item01__del {
      position: absolute;
      top: 4px;
      right: 4px;
      display: inline-block;
      padding: 4px;
      font-size: 14px;
      color: #db2828;
      background-color: rgba(255, 255, 255, 0.8); }
    .photo-item01__btn {
      position: absolute;
      bottom: 4px;
      left: 0;
      width: 100%;
      text-align: center; }
    .photo-item01--opc {
      opacity: .3; }
  .photo-th01 {
    max-width: 100%;
    height: auto; }

.cmt {
  max-width: 816px;
  margin: 0 auto;
  padding: 64px 8px; }
  .cmt-btn {
    text-align: right; }
  .cmt-txt {
    font-size: 14px;
    line-height: 1.5;
    margin: 16px 0;
    text-align: center;
    color: #db2828; }
  .cmt-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .cmt-list li {
      margin-top: 32px; }
    .cmt-list__head {
      display: flex; }
      .cmt-list__head p {
        font-size: 12px;
        margin-bottom: 8px;
        margin-right: 16px; }
        .cmt-list__head p span {
          margin-left: 8px;
          font-weight: normal; }
      .cmt-list__head--left {
        font-weight: 400;
        margin-left: auto; }
      .cmt-list__head--fwb {
        font-weight: 700; }
    .cmt-list__body {
      border: 1px solid #ccc;
      padding: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      font-size: 16px;
      line-height: 1.5;
      text-align: left;
      font-weight: normal;
      background-color: #fefefe; }
      .cmt-list__body--active {
        background-color: #ffd1d1;
        cursor: pointer; }
    .cmt-list__bottom {
      margin-top: 8px;
      text-align: right;
      font-size: 12px;
      font-weight: normal; }
      .cmt-list__bottom a {
        color: #000;
        text-decoration: underline;
        margin-left: 8px; }
        .cmt-list__bottom a:hover {
          text-decoration: none; }

.file {
  max-width: 800px;
  margin: 32px auto; }
  .file-area {
    margin-bottom: 32px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 14px; }
  .file-txt1 {
    margin: 16px 0;
    color: #db2828; }
  .file-drop {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 280px;
    border: 1px dashed #ccc; }
    .file-drop__txt {
      margin-bottom: 16px;
      font-size: 16px;
      color: #ccc;
      font-weight: bold; }
  .file-btn {
    margin: 24px 0;
    text-align: center; }
  .file-preview {
    width: 100%;
    height: 500px; }

#filesResult {
  margin-top: 16px;
  line-height: 1.5;
  text-align: center; }

#jsonData {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-top: 16px;
  font-size: 14px;
  color: #000; }

.quest {
  margin: 0 auto;
  width: 640px;
  padding: 48px 48px 160px 48px;
  overflow-y: scroll;
  height: 100vh;
  background-color: #fff; }
  .quest-q {
    margin-top: 48px;
    display: flex;
    width: 100%; }
    .quest-q__icn {
      display: block;
      margin-top: 20px;
      width: 56px;
      height: 56px; }
    .quest-q__body {
      width: calc(100% - 32px);
      padding-left: 28px; }
    .quest-q__balloon {
      display: inline-block;
      position: relative;
      border-radius: 16px;
      background-color: #fd7574;
      padding: 32px;
      font-size: 24px;
      line-height: 1.5;
      color: #fff;
      animation-name: balloon1;
      animation-duration: .3s;
      animation-fill-mode: forwards;
      opacity: 0; }
      .quest-q__balloon img {
        max-width: 100%;
        height: auto; }
      .quest-q__balloon::before {
        content: '';
        position: absolute;
        top: 36px;
        left: -20px;
        border-right: 16px solid transparent;
        border-bottom: 28px solid #fd7574;
        border-left: 16px solid transparent;
        transform: rotate(-90deg); }
@keyframes balloon1 {
  from {
    transform: scale(0);
    transform-origin: left center;
    opacity: 0; }
  to {
    transform: scale(1);
    transform-origin: left center;
    opacity: 1; } }
  .quest-a {
    margin-top: 48px;
    padding-right: 28px;
    text-align: right; }
    .quest-a__balloon {
      display: inline-block;
      position: relative;
      border-radius: 16px;
      background-color: #ebebeb;
      padding: 32px;
      font-size: 24px;
      line-height: 1.5;
      color: #707070;
      text-align: left;
      animation-name: balloon2;
      animation-duration: .3s;
      animation-fill-mode: forwards;
      opacity: 0; }
      .quest-a__balloon::after {
        content: '';
        position: absolute;
        top: 36px;
        right: -20px;
        border-right: 16px solid transparent;
        border-bottom: 28px solid #ebebeb;
        border-left: 16px solid transparent;
        transform: rotate(90deg); }
@keyframes balloon2 {
  from {
    transform: scale(0);
    transform-origin: right center;
    opacity: 0; }
  to {
    transform: scale(1);
    transform-origin: right center;
    opacity: 1; } }
  .quest-block {
    margin-top: 20px; }
  .quest-checkbox {
    display: inline-block;
    margin: 8px 8px 0 0; }
    .quest-checkbox input[type="radio"],
    .quest-checkbox input[type="checkbox"] {
      opacity: 0; }
      .quest-checkbox input[type="radio"]:checked + label,
      .quest-checkbox input[type="checkbox"]:checked + label {
        background-color: #ffd1d1;
        color: #fff; }
    .quest-checkbox label {
      border-radius: 8px;
      display: flex;
      width: 100%;
      align-items: center;
      font-size: 24px;
      line-height: 1.5;
      padding: 16px;
      background-color: #fff;
      color: #000;
      border: #ffd1d1;
      cursor: pointer;
      border: 1px solid #ffd1d1;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }
  .quest-textarea {
    margin-top: 20px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 128px;
    border-radius: 8px;
    padding: 16px;
    font-size: 24px;
    line-height: 1.5;
    border: 1px solid #ffd1d1;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }
  .quest-send {
    margin: 16px 0 0 auto;
    width: 128px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 28px;
    font-size: 24px;
    color: #fff;
    background: transparent linear-gradient(270deg, #ffa2b2 0%, #ff8584 100%) 0 0 no-repeat padding-box;
    cursor: pointer; }

.loader {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation-fill-mode: both;
  animation: load7 1.2s infinite ease-in-out;
  color: #fff;
  font-size: 10px;
  margin: 0 20px 24px 20px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.4s; }
  .loader:before, .loader:after {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation-fill-mode: both;
    animation: load7 1.2s infinite ease-in-out; }
  .loader:before, .loader:after {
    content: '';
    position: absolute;
    top: 0; }
  .loader:before {
    left: -24px;
    animation-delay: -0.24s; }
  .loader:after {
    left: 24px; }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 12px 0 -12px; }
  40% {
    box-shadow: 0 12px 0 0; } }
.notFound {
  margin-top: 80px;
  text-align: center; }
  .notFound-txt {
    font-size: 16px;
    line-height: 1.5; }
  .notFound-btn {
    margin-top: 40px; }

/*# sourceMappingURL=style.css.map */
