@charset "UTF-8";
* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  margin-left: 8px;
  margin-right: 8px;
}

[v-cloak] {
  display: none;
}

.gas {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.header {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 536px;
}
.header .logo {
  width: 328px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/3gpconv-logo.svg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-bottom: 16px;
}
.header .info {
  color: #333;
  font-size: 0.9rem;
}

.l_file-upload {
  margin-left: auto;
  margin-right: auto;
  max-width: 536px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 24px;
  height: 200px;
  border: #359900 2px dashed;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.l_file-upload .drop-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #359900;
  font-weight: bold;
  font-size: 1.2rem;
  height: 32px;
}
.l_file-upload .drop-txt .icon {
  display: block;
  background-image: url("../img/icon-file-select.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.l_file-upload .or {
  color: #666;
  font-size: 0.8rem;
  height: 32px;
}
.l_file-upload .inpput-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  border: #ccc 2px solid;
  border-radius: 16px;
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
}
.l_file-upload .inpput-label:hover {
  text-decoration: underline;
}
.l_file-upload .input-file[type=file] {
  display: none;
}

.l_completed {
  margin-left: auto;
  margin-right: auto;
  max-width: 536px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  border: #36f 2px solid;
  border-radius: 8px;
}
.l_completed p {
  font-size: 1.2rem;
  color: #36f;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.l_completed p .icon {
  display: block;
  background-image: url("../img/icon-completion.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.l_completed a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  background-color: #36f;
  line-height: 32px;
  min-height: 32px;
  padding: 2px 24px;
  border-radius: 24px;
  margin-bottom: 16px;
  min-height: 32px;
  color: #fff;
  font-weight: bold;
}
.l_completed a:hover {
  background-color: #333;
}
.l_completed a .icon {
  display: block;
  background-image: url("../img/icon-download.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.l_completed button {
  height: 32px;
  font-size: 0.8rem;
}

.l_alert {
  margin-left: auto;
  margin-right: auto;
  max-width: 536px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
.l_alert span {
  height: 48px;
  width: 48px;
  margin-bottom: 8px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-size: 48px;
  background-size: cover;
  background-repeat: no-repeat;
}
.l_alert p {
  margin-bottom: 16px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #111;
}
.l_alert p a {
  color: #36f;
  font-weight: bold;
}
.l_alert button {
  height: 32px;
  font-size: 0.8rem;
}

.l_caution {
  border: #359900 2px solid;
  border-radius: 8px;
}
.l_caution span {
  background-image: url("../img/icon-caution.svg");
}

.l_error {
  border: #c0392b 2px solid;
  border-radius: 8px;
}
.l_error span {
  background-image: url("../img/icon-error.svg");
}

.l_loading {
  margin-left: auto;
  margin-right: auto;
  max-width: 536px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 24px;
  padding: 16px;
  border: #f5f5f5 2px solid;
}
.l_loading .loader-flex {
  position: relative;
}
.l_loading .loader-flex .process {
  position: absolute;
  color: #333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.l_loading .loader-flex .process .num {
  letter-spacing: -0.05em;
  font-size: 2rem;
  font-weight: bold;
}
.l_loading .loader-flex .loading {
  display: flex;
  justify-content: center;
  height: 80px;
}
.l_loading .loader-flex .loading-css {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 0.5em solid #ccc;
  border-top-color: #36f;
  animation: spinner 1s linear infinite;
}
.l_loading .timer {
  display: block;
  color: #999;
  font-size: 0.8rem;
  text-align: center;
}
.l_loading .status {
  display: flex;
  flex-direction: column;
}
.l_loading .status .status-text {
  color: #36f;
  text-align: center;
  font-weight: bold;
}
.l_loading .status .convert-cancel {
  text-align: right;
  cursor: pointer;
}
.l_loading .status .convert-cancel .reset-button {
  color: #aaa;
  font-size: 0.8rem;
}
.l_loading .status .convert-cancel .reset-button:hover {
  color: #359900;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.l_secure-info {
  margin-left: auto;
  margin-right: auto;
  max-width: 536px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 120px;
  background-image: url("../img/secure-dog.svg");
  background-size: 104px 96px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 16px;
}
.l_secure-info .headline {
  font-size: 1rem;
  font-weight: bold;
  color: #111;
  background-image: url("../img/icon-secure.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  padding-left: 32px;
  background-position-y: 2px;
  margin-bottom: 8px;
  min-height: 26px;
}
.l_secure-info .descript {
  font-size: 0.8rem;
  color: #333;
}

.footer {
  border-top: #ccc 1px solid;
  padding-top: 16px;
}
.footer .copy {
  padding-bottom: 8px;
}
.footer .copy .company {
  display: block;
  width: 248px;
  height: 64px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background-image: url("../img/firewrench.svg");
  background-size: 248px 64px;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}
.footer .copy .service-links {
  height: 24px;
  margin-bottom: 32px;
  padding: 0;
  line-height: 24px;
  text-align: center;
}
.footer .copy .service-links .li {
  display: inline;
  margin-right: 6px;
  padding-left: 10px;
  font-size: 0.85rem;
  list-style-type: none;
  border-left: 1px solid #999;
}
.footer .copy .service-links .li .link {
  color: #666;
  text-decoration: none;
}
.footer .copy .service-links .li:first-child {
  border: none;
}

@media screen and (min-width: 769px) {
  .header .logo {
    width: 410px;
    height: 110px;
  }
  .l_secure-info {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    background-position-y: 16px;
    background-position-x: 24px;
    padding-left: 148px;
    min-height: 120px;
  }
}
.draged-border {
  border-style: solid;
  background-color: #f2faef;
}

.player {
  max-width: 640px;
  height: auto;
}

.button-start,
.button-reset,
.reset-button {
  cursor: pointer;
}

.button-start:hover {
  text-decoration: underline;
}

.notfound {
  max-width: 536px;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  background-color: #efefef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.notfound h1 {
  color: #333;
  font-size: 2.4rem;
  text-shadow: 1px 1px 0px #fff;
}
.notfound .home {
  background-color: #999;
  color: #fff;
  text-decoration: none;
  display: inline;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 24px;
}

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