body {
  background: #D2D2D2;
}

.container {
  max-width: 1200px;
  width: 100%;
  background: white;
  margin: 0 auto;
}

.h-list {
  position: relative;
  letter-spacing: normal;
  border-right: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: bottom;
}

.h-list:hover .h-l-top {
  color: #0e36ca;
}

.h-list:hover {
  background-color: #e6ebfa;
}

.h-list:hover .h-l-box::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  background-color: #0e36ca;
  left: 4px;
}

.h-l-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

.h-l-top {
  font-size: 15px;
  color: #666666;
  margin: 4px;
}

.h-l-bottom {
  font-size: 10px;
  color: #bababa;
  text-align: center;
}

.active {
  background-color: #e6ebfa;
}

.active .h-l-box::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  background-color: #0e36ca;
  left: 4px;
}

.active .h-l-top {
  color: #0e36ca;
}

.h-l-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

.h-nav {
  border-top: 1px solid #d2d2d2;
}

.h-menu {
  letter-spacing: -.4em;
}

.h-list {
  display: inline-block;
  width: calc(100%/6);
  position: relative;
  letter-spacing: normal;
  height: 60px;
  border-right: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: bottom;
}

.h-l-top {
  font-size: 15px;
  color: #666666;
  margin: 4px;
}

.h-l-bottom {
  font-size: 10px;
  color: #bababa;
  text-align: center;
}

.active {
  background-color: #e6ebfa;
}

.h-title {
  height: 100px;
  border-top: 5px solid blue;
  position: relative;
}

.h-logo {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.h-l-top {
  font-weight: bold;
}

.h-image {
  max-width: 100%;
  height: auto;
}

.contents {
  padding: 24px;
}

.main {
  float: left;
  width: 70%;
  line-height: 2;
}

.m-h2 {
  background: #0f3bda;
  color: #ffffff;
  padding: 14px 12px 14px 24px;
  border-radius: 4px;
  font-size: 18px;
  margin-bottom: 24px;
}

.m-h2::first-letter {
  border-left: 3px solid #6e9eef;
  padding-left: 16px;
}

.m-h3 {
  background: #f6f6f6;
  color: #666666;
  padding: 14px 12px 14px 24px;
  border-radius: 4px;
  font-size: 17px;
  border: #ccc 1px solid;
}

.m-t-title, .m-t-content {
  border: 1px solid #ccc;
  padding: 15px;
}

.m-t-title {
  width: 25%;
  text-align: center;
  vertical-align: middle;
}

.m-t-content {
  text-align-last: left;
}

.m-t-content a {
  color: #666666;
}

.m-section {
  color: #666666;
  margin-bottom: 24px;
}

.m-info-date {
  float: left;
  padding: 8px 32px 8px 0;
  color: blue;
}

.m-info-content {
  padding: 8px;
  border-bottom: 1px solid #ccc;
}

.m-info-new {
  background: red;
  font-size: 11px;
  color: #ffffff;
  padding: 2px 4px;
  border-radius: 4px;
}

.m-log {
  text-align: right;
  padding-top: 24px;
}

.m-log a {
  color: #666666;
}

.m-p {
  font-style: 15px;
  color: #666666;
  margin: 24px 16px;
  line-height: 2;
}

.m-p a {
  color: #666666;
}

.m-point {
  color: red;
}

.m-code {
  background: #ccc;
  padding: 5px;
  border-radius: 4px;
  font-size: 17px;
  display: inline-block;
  margin: 5px 0;
}

.m-s-img {
  width: 30%;
  float: left;
  margin-right: 10px;
}

.m-service {
  background: #F1F1F1;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #666666;
  line-height: 2;
  margin: 20px 10px;
}

.m-s-link {
  text-decoration: none;
}

.m-s-link:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #ffffff;
}

.m-s-link:hover .m-s-p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #0e36ca;
}

.m-s-link:hover .arrow {
  background: black;
}

.m-h5 {
  color: #0e36ca;
  font-size: 18px;
}

.m-s-p {
  padding: 5px 0;
  color: #666666;
  font-size: 15px;
}

.arrow {
  float: right;
  background: #7e7e7e;
  color: white;
  padding: 4px 10px;
  font-size: 15px;
}

.m-table {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 20px;
}

.m-t-head {
  text-align: left;
  padding: 15px;
  color: #666666;
}

.m-r-t-title {
  width: 180px;
  text-align: center;
  border: 1px solid #ccc;
  text-decoration: none;
}

.m-r-t-title a {
  color: #666666;
}

.m-r-t-content {
  text-align-last: left;
}

input {
  width: 60%;
}

textarea {
  width: 90%;
}

.button {
  width: 20%;
}

form {
  text-align: center;
}

.side {
  float: right;
  width: 25%;
}

.s-framebox {
  padding: 10px;
  border: 1px solid #CCC;
  background: #f4f4f4;
  margin-bottom: 24px;
  color: #666666;
}

.s-box {
  margin-bottom: 24px;
  color: #666666;
}

.s-h4 {
  padding: 28px 10px;
  border-top: 5px solid blue;
  background: #eeeeee;
  border-bottom: 1px solid #d2d2d2;
}

.s-list {
  border-bottom: 1px solid #d2d2d2;
  padding: 15px;
  overflow: hidden;
}

.s-list:hover {
  background: white;
}

.s-list a {
  text-decoration: none;
  color: #666666;
}

.s-list:hover a {
  color: blue;
}

.s-img {
  float: left;
  width: 20%;
  margin-right: 5px;
}

.s-l-title {
  color: blue;
  font-size: 11px;
}

.s-l-description {
  font-size: 11px;
}

.s-company-title {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  padding: 10px 0;
}

.s-company-info {
  font-size: 11px;
  text-align: center;
  line-height: 1.5;
}

.footer {
  text-align: center;
  font-size: 13px;
  clear: both;
  background: blue;
  color: #ffffff;
  padding: 16px 0;
  line-height: 2;
}

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

.footer a {
  text-decoration: none;
  color: #ffffff;
}

.footer a:hover {
  color: blue;
}

i {
  display: none;
}

.sp-menu, #nav-input, #nav-open, #nav-contents {
  display: none;
}

@media screen and (max-width: 800px) {
  .sp-menu, #nav-open {
    display: block;
  }
  body {
    font-size: 12px;
    line-height: 1.5;
  }
  .main {
    float: none;
    width: auto;
  }
  .side {
    font: none;
    width: auto;
  }
  .container {
    width: 98%;
  }
  .contents {
    padding: 2px 10px;
  }
  .m-h2, .m-h3 {
    font-size: 16px;
    padding: 7px 6px 7px 8px;
  }
  .m-info-date {
    font-size: 12px;
  }
  .m-info-content {
    font-size: 12px;
    line-height: 2;
  }
  .m-info-new {
    font-size: 8px;
    padding: 1px 2px;
  }
  .m-log a {
    font-size: 12px;
  }
  .h-nav {
    display: none;
  }
  .sp-menu {
    display: block;
  }
  .sp-menu-list {
    border-bottom: 1px solid white;
    text-align: left;
    line-height: 2;
    padding: 16px;
  }
  .sp-menu-list a {
    color: white;
    text-decoration: none;
  }
  .sp-menu-top {
    font-size: 18px;
  }
  .sp-menu-bottom {
    font-size: 11px;
  }
  #nav-open span {
    top: 38px;
    right: 30px;
  }
  #nav-open span::before {
    bottom: -12px;
  }
  #nav-open span::after {
    bottom: -24px;
  }
  #nav-open span, #nav-open span::before, #nav-open span::after {
    position: absolute;
    height: 3px;
    width: 30px;
    background: #666;
    content: "";
    cursor: pointer;
  }
  .nav-invisible {
    display: none;
  }
  #nav-contents {
    position: absolute;
    top: 100px;
    z-index: 100;
    width: 100%;
    height: auto;
    background: black;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0.8;
  }
  #nav-input:checked ~ #nav-contents {
    display: block;
  }
}
/*# sourceMappingURL=styleseet.css.map */