@charset "utf-8";
@import url(common.css);
@import url(main.css?260904);
@import url(header.css);
@import url(footer.css?260902);
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, textarea, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  /* font-size: 1rem = 10px */
  -webkit-text-size-adjust: 100%;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #14334c;
  font-feature-settings: "palt";
}
body {
  font-size: 1.6rem;
  font-weight: 400;
  color: #14334c;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
*, *::before, *::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
img {
  height: auto;
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
  text-align: left;
}
ul, ol, li {
  list-style: none;
}
.txtAC {
  text-align: center;
}
.txtAR {
  text-align: right;
}