@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi&display=swap&text=\\");
article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

html.no-cssanimations audio, html.no-cssanimations canvas, html.no-cssanimations video {
  display: inline;
  zoom: 1; }

audio:not([controls]) {
  display: none; }

html {
  overflow-y: scroll;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:hover, a:active {
  outline: 0; }

pre, code, kbd, samp {
  font-family: monospace, serif; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit; }

caption, th, td {
  text-align: left; }

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  vertical-align: middle;
  outline: none; }

button, input {
  line-height: normal; }

html.no-postmessage button, html.no-postmessage input {
  overflow: visible; }

textarea,
input[type="text"],
input[type="password"],
input[type="tel"] {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff; }

select {
  border-radius: 0;
  background-color: #fff; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button {
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

::-webkit-input-placeholder {
  color: #a4a4a4;
  opacity: 1; }

*::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1; }

:-ms-input-placeholder {
  color: #a4a4a4;
  opacity: 1; }

:placeholder-shown {
  color: #a4a4a4;
  opacity: 1; }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote, form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2; }

ul {
  list-style: none;
  list-style-image: none; }

em {
  font-style: normal; }

small {
  font-size: 100%; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

fieldset {
  border: none; }

input, textarea, select, label {
  font-family: inherit;
  outline: none; }

object {
  vertical-align: middle;
  outline: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

hr {
  display: none; }

html.no-postmessage body, html.no-postmessage br {
  letter-spacing: 0; }

html.no-postmessage div {
  zoom: 1; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

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

body {
  color: #333;
  font-family: "Kosugi", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  background-color: #e2f0fc; }

input, textarea, select, button {
  color: #333;
  font-family: "Kosugi", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400; }

a {
  color: #00a2a4;
  text-decoration: underline;
  transition: 0.2s opacity; }
  a:visited {
    color: #fff; }

img.pc, br.pc {
  display: inline-block; }

div.pc {
  display: block; }

.sp {
  display: none; }

@media screen and (max-width: 1023px) {
  body {
    font-weight: normal; }

  input, textarea, select {
    font-weight: normal; }

  .pc {
    display: none !important; }

  img.sp, br.sp {
    display: inline-block; }

  div.sp {
    display: block; } }
html, body {
  height: 100%;
  min-height: 100%; }

#wrapper {
  position: relative;
  padding-bottom: 198px;
  min-height: 100%;
  overflow-x: hidden; }

@media screen and (max-width: 1023px) {
  #wrapper {
    padding-bottom: 59px;
    overflow-x: inherit; } }
main {
  display: block;
  padding: 0 60px; }

@media screen and (max-width: 1023px) {
  main {
    padding: 0 20px; } }
header {
  padding: 30px 30px 0;
  margin-bottom: 17px; }

@media screen and (max-width: 1023px) {
  header {
    padding: 15px 15px 0;
    margin-bottom: 17px; }
    header img {
      width: 100px; } }
footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  text-align: center; }
  footer p {
    font-size: 1.2rem;
    color: rgba(51, 51, 51, 0.6); }

@media screen and (max-width: 1023px) {
  footer {
    bottom: 16px; }
    footer p {
      font-size: 1rem; } }
.head-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 20px; }
  .head-nav li {
    width: 100px;
    color: #4d94d6;
    position: relative;
    text-align: center;
    padding-bottom: 10px; }
    .head-nav li + li {
      margin-left: 10px; }
    .head-nav li:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 4px;
      border-radius: 4px;
      background-color: #4d94d6;
      opacity: 0.2; }
    .head-nav li span {
      opacity: 0.6;
      font-size: 1.2rem; }
    .head-nav li.act {
      font-weight: bold; }
      .head-nav li.act span {
        opacity: 1; }
      .head-nav li.act:after {
        opacity: 1; }

@media screen and (max-width: 1023px) {
  .head-nav {
    margin-bottom: 20px; }
    .head-nav li {
      width: 65px;
      padding-bottom: 10px; }
      .head-nav li + li {
        margin-left: 10px; }
      .head-nav li:after {
        height: 4px;
        border-radius: 4px; }
      .head-nav li span {
        font-size: 1rem; } }
.btn-type01 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  width: 230px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4d94d6;
  margin: 0 auto;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none; }
  @media screen and (min-width: 1024px) {
    .btn-type01 {
      transition: opacity 0.35s; }
      .btn-type01:hover {
        opacity: 0.8; } }

@media screen and (max-width: 1023px) {
  .btn-type01 {
    font-size: 1.6rem;
    width: 176px;
    height: 45px;
    border-radius: 5px; } }
.contents {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  overflow: hidden;
  box-shadow: 0px 0px 36px -10px rgba(0, 101, 196, 0.2); }
  .contents + .contents {
    margin-top: 50px; }
  .contents-img {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 605px; }
  .contents-main {
    width: 720px;
    padding: 57px 60px 53px;
    text-align: center; }
    .contents-main .ttl {
      margin-bottom: 22px; }
      .contents-main .ttl > span {
        display: block; }
        .contents-main .ttl > span.en {
          color: #4d94d6;
          font-size: 1.4rem;
          font-weight: bold;
          margin-bottom: 6px; }
        .contents-main .ttl > span.jp {
          font-size: 4rem;
          font-weight: bold; }
    .contents-main .lead {
      font-size: 1.6rem;
      line-height: 1.75;
      margin-bottom: 28px; }
    .contents-main form ul {
      margin: 0 auto;
      text-align: left; }
      .contents-main form ul li + li {
        margin-top: 15px; }
      .contents-main form ul li span {
        display: block;
        color: rgba(51, 51, 51, 0.6);
        font-size: 1.6rem;
        margin-bottom: 3px; }
    .contents-main .txtError {
      display: none;
      font-size: 1.4rem;
      line-height: 1.75;
      color: #f00000;
      padding-top: 35px; }
    .contents-main .btn {
      margin-top: 35px; }

@media screen and (max-width: 1023px) {
  .contents {
    border-radius: 5px;
    display: block; }
    .contents-img {
      display: none;
      min-height: inherit; }
    .contents-main {
      width: auto;
      padding: 36px 20px 40px; }
      .contents-main .ttl {
        margin-bottom: 19px; }
        .contents-main .ttl > span.en {
          font-size: 1.2rem;
          margin-bottom: 1px; }
        .contents-main .ttl > span.jp {
          font-size: 2.9rem; }
      .contents-main .lead {
        font-size: 1.3rem;
        margin-bottom: 19px; }
      .contents-main form ul {
        width: auto;
        margin: 0 auto; }
        .contents-main form ul li + li {
          margin-top: 12px; }
        .contents-main form ul li span {
          font-size: 1.3rem;
          margin-bottom: 4px; }
      .contents-main .txtError {
        font-size: 1.3rem;
        padding-top: 16px; }
      .contents-main .btn {
        margin-top: 33px; } }
#login .contents-img,
#fileUpload .contents-img,
#uploading .contents-img,
#download .contents-img {
  background-color: #c7e1f3; }

#thank .contents-img,
#message .contents-img,
#welcome .contents-img,
#error .contents-img {
  background-color: #edf4fb; }

#download,
#message {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 86px;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  min-width: 1304px; }
  #download.show,
  #message.show {
    opacity: 1 !important;
    pointer-events: inherit;
    visibility: inherit;
    position: inherit;
    left: inherit;
    top: inherit;
    transform: translateX(0);
    min-width: inherit; }
  @media screen and (max-width: 1439px) {
    #download,
    #message {
      min-width: inherit;
      left: 60px;
      right: 60px;
      transform: translateX(0); } }
  @media screen and (max-width: 1023px) {
    #download,
    #message {
      top: 52px;
      left: 20px;
      right: 20px; } }

#login form ul {
  width: 375px; }
#login .contents-img img {
  width: 64.375%; }
#login input {
  width: 100%;
  background-color: #eaeaea;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 18px 15px; }

@media screen and (max-width: 1023px) {
  #login form ul {
    width: auto; }
  #login input {
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 1.3rem;
    padding: 13px 12px; }
  #login .txtError {
    margin-bottom: -10px; } }
#fileUpload .txtError {
  margin: -50px 0 30px; }
#fileUpload .contents-img img {
  width: 64.375%; }
#fileUpload #upload-area {
  border: 2px dotted #ccc;
  border-radius: 10px;
  padding: 28px 30px 23px;
  margin: 33px 0 35px; }
#fileUpload #btnUpload {
  width: 230px;
  height: 54px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 15px; }
  #fileUpload #btnUpload input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px dotted red;
    opacity: 0;
    z-index: 2;
    pointer-events: none; }
#fileUpload .upload-area-txt {
  font-size: 1.6rem;
  color: rgba(51, 51, 51, 0.6); }
#fileUpload .note {
  text-align: left; }
  #fileUpload .note li {
    font-size: 1.3rem;
    text-indent: -1em;
    padding-left: 1em;
    color: rgba(51, 51, 51, 0.6);
    line-height: 1.75; }

@media screen and (max-width: 1023px) {
  #fileUpload .txtError {
    padding: 5px 0 0;
    margin-bottom: -10px; }
  #fileUpload #upload-area {
    border: 1px dotted #ccc;
    padding: 23px 0 0;
    margin: 22px 0; }
  #fileUpload #btnUpload {
    width: 230px;
    height: 54px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px; }
    #fileUpload #btnUpload input {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      z-index: 2;
      pointer-events: none; }
  #fileUpload .txtError {
    margin: -15px 0 17px; }
  #fileUpload .upload-area-txt {
    display: none; }
  #fileUpload .note li {
    font-size: 1rem;
    text-indent: -1em;
    padding-left: 1em; } }
#uploading .contents-img img {
  width: 64.375%; }
#uploading .txt {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 18px;
  padding-top: 100px; }
#uploading #graph {
  position: relative;
  background-color: #e2f0fc; }
  #uploading #graph span {
    display: block;
    width: 1%;
    height: 42px;
    background-color: #4d94d6;
    transition: all  0.3s ease; }

@media screen and (max-width: 1023px) {
  #uploading .txt {
    font-size: 1.3rem;
    margin-bottom: 10px;
    padding-top: 0; }
  #uploading #graph span {
    width: 1%;
    height: 38px; } }
#thank .contents-img img {
  width: 83.3333%; }
#thank .info {
  padding-top: 21px;
  margin-bottom: 37px; }
  #thank .info li + li {
    margin-top: 35px; }
  #thank .info li span {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: rgba(51, 51, 51, 0.6);
    margin-bottom: 6px; }
  #thank .info li input {
    width: 100%;
    background-color: #edf4fb;
    border-radius: 5px;
    font-size: 1.6rem;
    padding: 19px;
    text-align: center;
    border: none; }
#thank .txt {
  font-size: 1.4rem;
  text-align: center; }

@media screen and (max-width: 1023px) {
  #thank .info {
    padding-top: 0;
    margin-bottom: 26px; }
    #thank .info li + li {
      margin-top: 20px; }
    #thank .info li span {
      font-size: 1.3rem;
      margin-bottom: 6px; }
    #thank .info li input {
      width: 100%;
      background-color: #edf4fb;
      border-radius: 5px;
      font-size: 1.3rem;
      padding: 19px;
      text-align: center;
      border: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  #thank .txt {
    font-size: 1.3rem; } }
#download .contents {
  min-height: 603px; }
#download .contents-img img {
  width: 64.375%; }
#download .contents-main .btn {
  margin-top: 62px; }
#download .txtError {
  margin-bottom: -28px; }
#download form ul {
  padding-top: 3px; }
  #download form ul li:nth-child(1) {
    margin-bottom: 36px; }
    #download form ul li:nth-child(1) input {
      width: 100%;
      background-color: #edf4fb;
      border-radius: 5px;
      font-size: 1.6rem;
      padding: 19px;
      text-align: center;
      border: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  #download form ul li:nth-child(2) {
    width: 375px;
    margin-left: auto;
    margin-right: auto; }
    #download form ul li:nth-child(2) input {
      width: 100%;
      background-color: #eaeaea;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 1.6rem;
      padding: 18px 15px; }

@media screen and (max-width: 1023px) {
  #download .contents {
    min-height: inherit; }
  #download .btn-type01 {
    width: 216px; }
  #download .contents-main .btn {
    margin-top: 37px; }
  #download .txtError {
    margin-bottom: -25px; }
  #download form ul {
    padding-top: 6px; }
    #download form ul li:nth-child(1) {
      margin-bottom: 15px; }
      #download form ul li:nth-child(1) input {
        width: 100%;
        background-color: #edf4fb;
        border-radius: 5px;
        font-size: 1.3rem;
        padding: 19px;
        text-align: center;
        border: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    #download form ul li:nth-child(2) {
      width: auto; }
      #download form ul li:nth-child(2) input {
        border: 1px solid #ccc;
        border-radius: 2px;
        font-size: 1.3rem;
        padding: 13px 12px; } }
#message .contents-img img {
  width: 83.3333%; }
#message .img {
  padding-top: 26px;
  margin-bottom: 55px; }
#message .txt01 {
  font-size: 1.6rem;
  line-height: 1.65;
  margin-bottom: 23px; }
#message .txt02 {
  font-size: 1.6rem;
  line-height: 1.65; }

@media screen and (max-width: 1023px) {
  #message .img {
    padding-top: 0;
    margin-bottom: 22px; }
    #message .img img {
      width: 70px; }
  #message .txt01 {
    font-size: 1.3rem;
    margin-bottom: 13px; }
  #message .txt02 {
    font-size: 1.3rem; } }
#welcome,
#error {
  margin-top: 65px; }
  #welcome .contents-img img,
  #error .contents-img img {
    width: 83.3333%; }
  #welcome .txt01,
  #error .txt01 {
    font-size: 1.6rem;
    line-height: 1.65;
    margin-bottom: 58px;
    padding-top: 40px; }
  #welcome .txt02,
  #error .txt02 {
    font-size: 1.6rem;
    line-height: 1.65;
    margin-bottom: 54px; }

@media screen and (max-width: 1023px) {
  #welcome,
  #error {
    margin-top: 62px; }
    #welcome .txt01,
    #error .txt01 {
      font-size: 1.3rem;
      margin-bottom: 13px;
      padding-top: 0; }
    #welcome .txt02,
    #error .txt02 {
      font-size: 1.3rem;
      margin-bottom: 13px; } }
