/* CSS Document */
body {
  font-size: 1em;
  line-height: 1.4;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400; }

#container {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

header {
  width: 100%;
  margin: 0 0;
  background-color: #0372BB; }
  header .header-In {
    width: 1080px;
    max-width: 90%;
    margin: 0 auto;
    color: #fff; }
    header .header-In h1 {
      margin: 30px 0 10px;
      padding: 3px 10px;
      font-size: 26px;
      line-height: 1.2;
      border: 1px solid #fff;
      border-radius: 10px;
      font-family: 'M PLUS 1p', sans-serif;
      font-weight: 700; }
      header .header-In h1 a {
        color: #fff;
        text-decoration: none; }
      header .header-In h1 a:hover {
        color: #FFA600; }
    header .header-In h2 {
      margin: 0 0 0px;
      padding: 0 0 5px 0;
      font-size: 36px;
      line-height: 1.2;
      font-family: 'M PLUS 1p', sans-serif;
      font-weight: 700; }
      header .header-In h2 .h2sub {
        font-size: 18px;
        line-height: 1.2;
        display: block; }
    header .header-In .menu-top {
      font-size: 0.9em;
      margin-left: 5px;
      margin-bottom: 20px; }
      header .header-In .menu-top a {
        color: #fff;
        text-decoration: none;
        margin-right: 20px;
        display: flex;
        align-items: center; }
      header .header-In .menu-top a:hover {
        color: #FFA600; }
      header .header-In .menu-top a::before {
        font-family: 'Material Symbols Outlined';
        content: '\e5cc';
        font-size: 1em;
        margin-right: 3px;
        margin-left: 0px;
        color: #fff;
        padding: 0; }

#content {
  width: 1080px;
  max-width: 90%;
  margin: 40px auto; }
  #content .midashi-1 .material-symbols-outlined {
    font-size: 80px; }
  #content p {
    margin: 0 0 1em 0; }
  #content h1 {
    font-size: 2.5em;
    color: #006AF7;
    font-weight: 700; }
  #content h2 {
    font-size: 24px;
    line-height: 1;
    color: #006AF7;
    border: 3px solid #006AF7;
    border-radius: 30px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
    padding: 5px 10px;
    margin: 50px 0 25px; }
  #content h3 {
    font-size: 29px;
    line-height: 1.2;
    background-color: #e40303;
    color: #fff;
    border-radius: 30px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
    padding: 10px 20px;
    margin: 0 0 30px; }
  #content img {
    border: 1px solid #989898;
    max-width: 100%; }
  #content img.no-line {
    border: none; }
  #content img.img-c {
    margin: 20px auto;
    display: block; }
  #content ul, #content ol {
    list-style-position: outside;
    margin: 0.5em 0 0.5em 1.2em; }
  #content div.main_link {
    margin: 0 0; }
    #content div.main_link p.name {
      margin: 0 0;
      font-size: 1.6em;
      font-weight: 700; }
      #content div.main_link p.name a {
        text-decoration: none;
        color: #006AF7;
        display: flex;
        align-items: center; }
      #content div.main_link p.name a:hover {
        color: #FFA600; }
      #content div.main_link p.name a::before {
        font-family: 'Material Symbols Outlined';
        content: '\f591';
        font-size: 1em;
        margin-right: 3px;
        color: #006AF7; }
    #content div.main_link p.sub {
      font-size: 0.9em;
      font-weight: 400;
      color: #303030;
      padding-left: 30px; }
  #content .unei-info {
    margin: 50px 0 70px 0; }
  #content .unei-info p {
    line-height: 1.5; }
  #content .backto_home img {
    max-width: 90%;
    height: auto; }
  #content .backto_beforepage {
    font-size: 1em;
    color: #9FBFCE; }
  #content .webmail-Box {
    margin: 20px auto;
    padding: 15px 30px;
    border: 4px solid #73da34;
    border-radius: 15px; }
    #content .webmail-Box h4 {
      color: #45A609;
      font-family: 'M PLUS 1p', sans-serif;
      font-weight: 700;
      font-size: 2.3em;
      line-height: 1;
      margin: 10px auto 5px; }
  #content table.reload {
    border: 1px solid #acacac;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto 40px;
    width: 90%; }
    #content table.reload tr {
      border-right: none;
      border-left: none; }
    #content table.reload th {
      background-color: #fff;
      text-align: left;
      padding: 5px 15px;
      border: 1px solid #acacac;
      font-weight: 700;
      font-size: 22px; }
    #content table.reload th.os-win, #content table.reload th.os-mac {
      font-size: 30px;
      line-height: 1;
      font-weight: 700;
      color: #fff;
      padding: 10px 15px; }
    #content table.reload th.os-win {
      background: #005edb; }
    #content table.reload th.os-mac {
      background: #CC3814; }
    #content table.reload th.midashi {
      color: #006AF7;
      font-size: 20px;
      line-height: 1;
      font-weight: 700;
      background: #F7F3C3;
      text-align: center;
      padding: 10px auto; }
    #content table.reload td {
      padding: 5px 15px;
      border: 1px solid #acacac;
      background-color: #fff;
      font-weight: 500; }

/*---END content-----*/
footer {
  background-image: url("/design/img-common/footer_bg.png");
  background-position: top center;
  background-repeat: repeat-x;
  padding: 120px 0 38px 0;
  margin: 30px 0 0 0;
  text-align: center;
  color: #fff;
  margin-top: auto;
  font-size: 1em; }

@media screen and (max-width: 800px) {
  footer {
    background-position: top right 35%;
    background-repeat: repeat-x; } }
footer .footer_in {
  width: 1080px;
  max-width: 90%; }

footer h3 {
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 15px 0; }

footer h3 span {
  color: #fff;
  font-size: 0.8em; }

footer .footer-link {
  font-size: 12px; }

footer .footer-link a {
  margin: 0 5px; }

footer .footer-Cbox {
  font-size: 11px;
  margin: 30px 0 0 0; }

footer .footer-Cbox i.material-icons {
  font-size: 0.8em;
  padding: 0px 3px; }

a:hover img {
  opacity: 0.5; }

a:link, a:visited {
  text-decoration: underline;
  border: none;
  color: #001DEA; }

a:active, a:hover {
  text-decoration: underline;
  color: #00FFFF;
  border: none; }

footer a {
  white-space: nowrap; }

footer a:link, footer a:visited {
  text-decoration: none;
  border: none;
  color: #fff; }

footer a:active, footer a:hover {
  text-decoration: none;
  color: #fd9800;
  border: none; }
