@import url("https://fonts.googleapis.com/css?family=Roboto:300&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:900&display=swap&subset=japanese");
@font-face {
  font-family: 'NeuzeitGro';
  src: url("./fonts/NeuzeitGro-Bol.woff") format("woff"), url("./fonts/NeuzeitGro-Bol.ttf") format("truetype");
}

@font-face {
  font-family: 'NeuzeitGroReg';
  src: url("./fonts/NeuzeitGro-Reg.woff") format("woff"), url("./fonts/NeuzeitGro-Reg.ttf") format("truetype");
}

@font-face {
  font-family: 'NeuzeitGroBlack';
  src: url("./fonts/NeuzeitGro-Bla.woff") format("woff"), url("./fonts/NeuzeitGro-Bla.ttf") format("truetype");
}

@font-face {
  font-family: 'NeuzeitGroLight';
  src: url("./fonts/NeuzeitGro-Lig.woff") format("woff"), url("./fonts/NeuzeitGro-Lig.ttf") format("truetype");
}

/*--------------------------------------
mv
--------------------------------------*/
#mv {
  background-image: url(../img/information//mv.jpg);
}

/*--------------------------------------
#top
--------------------------------------*/
main#top .category ul {
  text-align: center;
  font-size: 0;
}

main#top .category ul li {
  display: inline-block;
  text-align: center;
  border-left: 1px solid #004098;
}

main#top .category ul li:last-child {
  border-right: 1px solid #004098;
}

main#top .category ul li a {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  width: 215px;
  color: #004098;
  padding: 10px;
  letter-spacing: 0.1em;
}

main#top .category ul li a:hover {
  opacity: 0.7;
}

main#top .category ul li.current-cat {
  border-left: none;
  border-right: none;
}

main#top .category ul li.current-cat a {
  background: #004098;
  color: #fff;
  border-radius: 3px;
}

main#top .category ul li.current-cat + li {
  border-left: none;
}

main#top .articles {
  font-size: 0;
  margin-top: 30px;
  padding-bottom: 150px;
}

main#top .articles .article {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin-top: 70px;
}

main#top .articles .article:not(:nth-of-type(3n)) {
  margin-right: 70px;
}

main#top .articles .article a {
  width: 330px;
  padding-right: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

main#top .articles .article a:hover {
  opacity: 0.7;
}

main#top .articles .article a .figure_wrapper {
  width: 640px;
  height: 320px;
  margin-left: 0em;
  display: block;
  -webkit-transform: skewX(-39deg);
          transform: skewX(-39deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: right;
  padding-right: 29%;
  margin-left: -111%;
}

main#top .articles .article a .figure_wrapper figure {
  display: inline-block;
  -webkit-transform: skewX(39deg);
          transform: skewX(39deg);
  height: 320px;
  width: 320px;
  background: url(../img/product/noimage.png) center center no-repeat;
  background-size: cover;
  border: 1px solid #ccc;
}

main#top .articles .article a .category {
  height: 22px;
  position: absolute;
  top: 298px;
  left: 0;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-weight: bold;
  width: 120px;
  text-align: center;
  padding: 5px;
}

main#top .articles .article a .category::after {
  height: 60px;
  width: 1px;
  content: '';
  display: block;
  background: #004098;
  position: absolute;
  -webkit-transform: skew(-39deg);
          transform: skew(-39deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  top: -30px;
  left: 302px;
}

main#top .articles .article a .date {
  float: right;
  margin: 3px 0 0 15px;
  font-size: 13px;
  font-family: 'NeuzeitGroReg';
  color: #004098;
}

main#top .articles .article a h3 {
  font-size: 17px;
  line-height: 1.5;
  color: #004098;
  font-weight: bold;
}

@media (max-width: 768px) {
  main#top .category ul {
    margin: 0 -20px;
  }
  main#top .category ul li a {
    width: auto;
    padding: 4px 18px;
    letter-spacing: 0.05em;
    font-size: 14px;
  }
  main#top .articles {
    margin: 0px 15px;
    padding-bottom: 100px;
    text-align: center;
    width: calc(100vw - 30px);
  }
  main#top .articles .article {
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    text-align: left;
  }
  main#top .articles .article:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  main#top .articles .article a {
    width: 320%;
    max-width: calc(100vw - 30px);
    padding-right: 10px;
    display: block;
    position: relative;
    overflow: hidden;
  }
  main#top .articles .article a .figure_wrapper {
    width: 320px;
    max-width: calc(100vw - 30px);
    height: 200px;
    margin-left: 0em;
    display: block;
    -webkit-transform: skewX(0);
            transform: skewX(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: right;
    padding-right: 0%;
    margin-left: -0%;
    background: #000;
  }
  main#top .articles .article a .figure_wrapper figure {
    -webkit-transform: skewX(0);
            transform: skewX(0);
    width: 320px;
    max-width: 100%;
    height: 200px;
  }
  main#top .articles .article a .category {
    top: 178px;
  }
  main#top .articles .article a .category::after {
    display: none;
  }
  main#top .articles .article a .date {
    position: relative;
    float: none;
    margin-left: 0;
  }
  main#top .articles .article a h3 {
    margin-right: 0;
    width: auto;
  }
}

main#top .pager {
  margin: 0 0 150px;
  text-align: center;
}

@media (max-width: 768px) {
  main#top .pager {
    margin: 0 0 100px;
    text-align: center;
  }
}

main#top .pager .previouspostslink,
main#top .pager .nextpostslink {
  position: relative;
  display: inline-block;
  display: none;
  width: 60px;
  height: 40px;
  vertical-align: middle;
  font-size: 0;
}

main#top .pager .previouspostslink::before,
main#top .pager .nextpostslink::before {
  display: block;
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  display: block;
  width: 8px;
  height: 1px;
  background: #111;
  content: '';
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main#top .pager .previouspostslink::after,
main#top .pager .nextpostslink::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 30px;
  height: 1px;
  background: #111;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main#top .pager .nextpostslink::before {
  top: calc(50% - 3px);
  left: auto;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

main#top .pager .nextpostslink::after {
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  display: block;
  width: 30px;
  height: 1px;
  background: #111;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main#top .pager ul {
  display: inline-block;
  vertical-align: middle;
}

main#top .pager .page,
main#top .pager .current {
  font-family: 'NeuzeitGroReg';
  color: #004098;
  font-size: 28px;
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
  padding: 7px 9px;
}

main#top .pager .current {
  border-bottom: 2px solid #004098;
}

@media (max-width: 900px) {
  main#top .pager .page,
  main#top .pager .current {
    margin: 0;
    padding: 12px 18px;
  }
}

/*--------------------------------------
article
--------------------------------------*/
main#article .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main#article .main {
  width: calc(100% - 210px);
  padding-right: 170px;
}

main#article .main .category {
  width: 149px;
  height: 29px;
  background: url(../img/information/category_bg.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  float: left;
  margin-right: 20px;
}

main#article .main .date {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-family: 'NeuzeitGroReg';
  color: #004098;
}

main#article .main h2.ttl {
  font-size: 30px;
  font-weight: bold;
  color: #004098;
  margin-top: 40px;
  line-height: 1.4;
}

main#article .main figure.mainimg {
  margin-top: 40px;
}

main#article .main .text {
  margin-top: 70px;
  font-size: 15px;
  line-height: 2;
}

main#article .main .text h1, main#article .main .text h2, main#article .main .text h3, main#article .main .text h4 {
  margin-top: 70px;
  margin-bottom: 1em;
  font-size: 21px;
  font-weight: bold;
  color: #004098;
}

main#article .main .text h5, main#article .main .text h6 {
  margin-top: 40px;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
  color: #004098;
}

main#article .main .text p {
  margin: 1em auto 0;
}

main#article .main .text a {
  text-decoration: underline;
  color: #0081ce;
}

main#article .main .text ul, main#article .main .text ol {
  margin: 1.5em auto;
  font-size: 15px;
  line-height: 2;
  list-style-type: disc;
  padding-left: 1.5em;
}

main#article .main .text ul li, main#article .main .text ol li {
  margin-top: 0.3em;
}

main#article .main .text ol {
  list-style-type: decimal;
}

main#article .main .text em {
  font-style: italic;
}

main#article .main .text blockquote {
  margin: 1.5em auto;
  font-size: 15px;
  line-height: 2;
  border: 1px solid #ccc;
  padding: 15px;
}

main#article .main .text blockquote > *:first-child {
  margin-top: 0;
}

main#article .main nav {
  margin: 150px auto;
  text-align: center;
}

main#article .main nav ul li {
  display: inline-block;
  width: 150px;
  position: relative;
}

main#article .main nav ul li.list {
  margin: auto 30px;
}

main#article .main nav ul li:not(.list)::before, main#article .main nav ul li:not(.list)::after {
  width: 5px;
  height: 1px;
  content: '';
  display: inline-block;
  background: #004098;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

main#article .main nav ul li:not(.list)::after {
  -webkit-transform: skewY(-45deg);
          transform: skewY(-45deg);
}

main#article .main nav ul li.next::before, main#article .main nav ul li.next::after {
  left: auto;
  right: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

main#article .main nav ul li:empty::before, main#article .main nav ul li:empty::after {
  display: none;
}

main#article .main nav ul li a {
  width: 150px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #004098;
}

main#article aside {
  width: 210px;
}

main#article aside .category .ttl {
  font-size: 14px;
  color: #004098;
  margin-bottom: 40px;
}

main#article aside .category li {
  margin-top: 30px;
}

main#article aside .category li a {
  font-size: 16px;
  font-weight: bold;
  color: #111;
}

main#article aside .category li a::before {
  width: 10px;
  height: 1px;
  display: inline-block;
  content: '';
  background: #111;
  vertical-align: middle;
  margin-right: 10px;
}

main#article aside .category li.current a {
  color: #004098;
}

main#article aside .category li.current a::before {
  background: #004098;
}

main#article aside .new {
  margin-top: 70px;
}

main#article aside .new li {
  margin-top: 30px;
}

main#article aside .new li a {
  display: block;
  position: relative;
}

main#article aside .new li a .figure_wrapper {
  width: 420px;
  height: 210px;
  margin-left: 0em;
  display: block;
  -webkit-transform: skewX(-39deg);
          transform: skewX(-39deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: right;
  padding-right: 30%;
  margin-left: -111%;
}

main#article aside .new li a .figure_wrapper figure {
  display: inline-block;
  -webkit-transform: skewX(39deg);
          transform: skewX(39deg);
  height: 210px;
  width: 210px;
  background: #eee;
  background: url(../img/product/noimage.png) center center no-repeat;
  background-size: cover;
}

main#article aside .new li a .category {
  height: 22px;
  position: absolute;
  top: 188px;
  left: 0;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-weight: bold;
  width: 120px;
  text-align: center;
  padding: 5px;
}

main#article aside .new li a .date {
  margin: 0;
  font-size: 13px;
  font-family: 'NeuzeitGroReg';
}

main#article aside .new li a h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 768px) {
  main#article .inner {
    display: block;
  }
  main#article .main {
    width: auto;
    padding: 0 15px;
  }
  main#article .main .category {
    width: 120px;
    height: 23px;
    background: url(../img/information/category_bg.png) left top no-repeat;
    background-size: contain;
    font-size: 14px;
  }
  main#article .main .date {
    font-size: 16px;
  }
  main#article .main h2.ttl {
    font-size: 24px;
    margin-top: 30px;
    line-height: 1.5;
  }
  main#article .main figure.mainimg {
    margin-top: 40px;
  }
  main#article .main .text {
    margin-top: 40px;
  }
  main#article .main .text h1, main#article .main .text h2, main#article .main .text h3, main#article .main .text h4 {
    margin-top: 30px;
    font-size: 18px;
  }
  main#article .main .text p {
    margin: 1em auto 0;
  }
  main#article .main nav {
    margin: 100px -20px;
  }
  main#article .main nav ul li {
    width: 100px;
  }
  main#article .main nav ul li.list {
    margin: auto 0;
  }
  main#article aside {
    width: auto;
    margin: 0 15px 50px;
  }
  main#article aside .category .ttl {
    font-size: 14px;
    color: #004098;
    margin-bottom: 20px;
  }
  main#article aside .category ul {
    text-align: center;
  }
  main#article aside .category li {
    display: inline-block;
    margin-top: 0;
  }
  main#article aside .category li:not(:last-child) {
    margin-right: 25px;
  }
  main#article aside .category li a {
    font-size: 14px;
  }
  main#article aside .category li a::before {
    display: none;
  }
  main#article aside .new {
    margin-top: 50px;
  }
  main#article aside .new ul {
    text-align: center;
  }
  main#article aside .new li {
    display: inline-block;
    width: calc(100vw - 30px);
    text-align: left;
  }
  main#article aside .new li a .figure_wrapper {
    width: 100%;
    max-width: 100%;
    height: 150px;
    -webkit-transform: skewX(0);
            transform: skewX(0);
    margin-bottom: 10px;
    text-align: right;
    padding-right: 0%;
    margin-left: 0%;
  }
  main#article aside .new li a .figure_wrapper figure {
    background-size: cover;
    display: inline-block;
    -webkit-transform: skewX(0);
            transform: skewX(0);
    height: 100%;
    width: 100%;
  }
  main#article aside .new li a .category {
    height: 22px;
    position: absolute;
    top: 128px;
    left: 0;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-weight: bold;
    width: 120px;
    text-align: center;
    padding: 5px;
  }
  main#article aside .new li a .date {
    margin: 0;
    font-size: 13px;
    font-family: 'NeuzeitGroReg';
  }
  main#article aside .new li a h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
  }
}

/*--------------------------------------

--------------------------------------*/
/*--------------------------------------

--------------------------------------*/
/*--------------------------------------

--------------------------------------*/
/*# sourceMappingURL=information.css.map */