@charset "UTF-8";
html {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  font-weight: 200;
  margin: 0;
  padding: 0; }

body {
  background-color: #ffffff;
  font-family: Open Sans, 'M PLUS Rounded 1c', "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  color: #333;
  font-weight: 200;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, div, p, ul, li, dl, dt, dd, span {
  margin: 0;
  padding: 0; }

* {
  list-style-type: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #333;
  transition: 0.3s; }

a:hover {
  opacity: 0.7; }

.sp {
  display: none; }

img {
  max-width: 100%;
  height: auto; }

h3 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 60px; }
  h3 span {
    border-bottom: 10px solid #0021ae;
    padding-bottom: 5px; }

header {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center; }
  header img {
    width: 100px;
    height: auto; }

section #top {
  text-align: center; }
section article {
  width: 1000px;
  margin: 0 auto; }
section #message {
  padding: 80px 0;
  display: flex; }
  section #message .img {
    width: 40%; }
  section #message .text {
    width: 60%;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 22px; }
section #system {
  text-align: center;
  padding-bottom: 80px; }
  section #system p {
    text-align: left;
    margin-bottom: 20px; }
section #device {
  display: flex;
  padding-bottom: 80px; }
  section #device .text {
    width: 60%;
    padding-right: 20px; }
  section #device .img {
    width: 40%; }
section #list {
  width: 100%;
  padding: 80px 0;
  background: #eaf2f9; }
  section #list ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    section #list ul li {
      width: 30%;
      background: #fff;
      padding: 20px;
      box-sizing: border-box;
      margin: 0 5% 20px 0;
      border-radius: 5px;
      filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3)); }
      section #list ul li:nth-child(3), section #list ul li:nth-child(6) {
        margin-right: 0; }
      section #list ul li h4 {
        font-size: 18px;
        text-align: center;
        color: #0021ae;
        font-weight: bold;
        margin-bottom: 20px; }

footer {
  background: #0021ae;
  padding: 20px 0;
  text-align: center;
  font-size: 10px;
  color: #fff; }

@media screen and (max-width: 750px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  h3 {
    font-size: 6.5vw;
    margin-bottom: 30px; }
    h3 span {
      border-bottom: 5px solid #0021ae; }

  header {
    width: 100%; }
    header img {
      width: 50px; }

  section article {
    width: 96%; }
  section #message {
    padding: 30px 0;
    display: inherit; }
    section #message .img {
      width: 100%; }
    section #message .text {
      width: 100%;
      padding: 0 0 10px 0;
      box-sizing: border-box;
      font-size: 18px; }
  section #system {
    padding-bottom: 30px; }
    section #system p {
      text-align: left;
      margin-bottom: 10px; }
  section #device {
    display: inherit;
    padding-bottom: 30px; }
    section #device .text {
      width: 100%;
      padding: 0 0 10px 0; }
    section #device .img {
      width: 100%; }
  section #list {
    width: 100%;
    padding: 30px 0; }
    section #list ul {
      width: 90%;
      display: flex;
      flex-wrap: wrap; }
      section #list ul li {
        width: 49%;
        background: #fff;
        padding: 10px;
        margin: 0 0 20px 0;
        border-radius: 5px; }
        section #list ul li:nth-child(odd) {
          margin-right: 1%; }
        section #list ul li:nth-child(even) {
          margin-left: 1%; }
        section #list ul li h4 {
          font-size: 5vw;
          margin-bottom: 10px; }

  footer {
    background: #0021ae;
    padding: 20px 0;
    text-align: center;
    font-size: 10px;
    color: #fff; } }
/*# sourceMappingURL=style.css.map */
