/* Compiled Less CSS File */
/* Generated from "style.css" */

/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
body {
  font: 0.9rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: regular;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  cursor: pointer;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-check:before {
  content: "\f00c";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
a.pdf {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin: 10px auto;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #031634;
  border-radius: 2px;
  font-size: 16px;
  color: #031634;
  text-decoration: none;
}
a.pdf:after {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  width: 30px;
  text-align: right;
}
article {
  margin: auto;
  padding: 15px 0;
  margin-bottom: 17px;
  max-width: 700px;
}
article h2 {
  font: 0.9rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  height: 60px;
  width: auto;
  margin: 0 15px;
  padding-left: 5px;
  background-image: url(../img/h2_bg.svg);
  background-repeat: repeat-x;
  background-position: 0% 100%;
  margin-top: -50px;
  padding-top: 50px;
}
article h2:before {
  content: url(../img/h2_before.svg);
  display: inline-block;
  width: 25px;
}
article h2:after {
  content: " ";
  display: block;
  width: 47px;
  height: 60px;
  background-image: url(../img/h2_after.svg);
  background-size: contain;
  position: relative;
  top: -50px;
  left: 240px;
}
article h3 {
  font-size: 16px;
  font-weight: bolder;
  margin-top: 30px;
  margin-bottom: 10px;
}
article p {
  margin: 0;
  padding-top: 5px;
  line-height: 1.7em;
}
article a.dit {
  display: block;
  text-decoration: none;
  width: 95px;
  height: 40px;
  font-size: 12px;
  line-height: 50px;
  border: none;
  color: #FFF;
  text-align: right;
  padding-right: 5px;
  margin-top: -8px;
  position: relative;
  z-index: 3;
  float: right;
}
article a.dit:after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 50px solid #888;
  border-bottom: 20px solid #888;
  border-left: 50px solid transparent;
  z-index: -1;
}
#sb-site {
  padding-top: 70px;
}
.nav-logo {
  display: block;
  float: right;
  margin-top: 8px;
  margin-right: 10px;
}
nav {
  display: block;
  width: 100%;
  height: 51px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  color: #031634;
  background-color: #fafafa;
  border-bottom: solid 1px #AAA;
}
nav .menu-trigger {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin-top: 6px;
  margin-left: 5px;
  border-radius: 4px;
  font-size: 9px;
  text-align: center;
  line-height: 5px;
}
nav .menu-trigger i {
  font-size: 18pt;
  display: block;
  margin: 3px auto;
}
ul#menu {
  z-index: 1;
  background-color: #f1f1f1;
  overflow: auto;
}
ul#menu ul {
  display: none;
  margin-bottom: 10px;
}
ul#menu ul li a:before {
  display: inline-block;
  width: 45px;
  content: "";
}
ul#menu li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 40px;
}
ul#menu li a:before {
  content: "";
  display: inline-block;
  width: 20px;
}
ul#menu li.withsub a:before {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  text-align: center;
  width: 20px;
}
ul#menu li.clicked a:before {
  content: "\f107";
}
ul#menu li.social {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
}
ul#menu li.social .twitter:before {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f081";
  font-size: 40px;
  width: 40px;
  margin-left: 30px;
}
ul#menu li.social .facebook:before {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f082";
  font-size: 40px;
  width: 40px;
}
ul#menu li {
  clear: both;
  margin-left: 20px;
}
ul#menu li a {
  color: #031634;
}
ul#menu .menu-close {
  float: left;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 4px;
  margin-top: 6px;
  margin-left: 5px;
  line-height: 25px;
  font-size: 9px;
  text-align: center;
  color: #031634;
}
ul#menu .close:before {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  content: url('../img/close.svg');
}
.logo {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: auto;
}
footer {
  background-color: #2a3030;
  background-image: url(../img/footer.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 360px;
  padding: 10px;
  color: #ffffff;
}
footer ul#footer_menu {
  margin-left: 15px;
  margin-right: 10px;
}
footer ul#footer_menu ul {
  display: none;
  margin-bottom: 10px;
}
footer ul#footer_menu ul li a:before {
  display: inline-block;
  width: 45px;
  content: "";
}
footer ul#footer_menu li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 40px;
}
footer ul#footer_menu li a:before {
  content: "";
  display: inline-block;
  width: 20px;
}
footer ul#footer_menu li.withsub a:before {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  text-align: center;
  width: 20px;
}
footer ul#footer_menu li.clicked a:before {
  content: "\f107";
}
footer ul#footer_menu li.social {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
}
footer ul#footer_menu li.social .twitter:before {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f081";
  font-size: 40px;
  width: 40px;
  margin-left: 30px;
}
footer ul#footer_menu li.social .facebook:before {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f082";
  font-size: 40px;
  width: 40px;
}
footer ul#footer_menu li a {
  font-size: 0.8rem;
  line-height: 2rem;
}
footer ul#footer_menu li a:active,
footer ul#footer_menu li a:hover {
  background-color: #666666;
  transition: background-color ease-in-out 150ms;
}
footer ul#footer_menu li.social a.twitter:before {
  margin-left: 10px;
}
footer ul#footer_menu li.social a:hover {
  color: #666666;
  background-color: #2a3030;
}
footer p.copyright {
  text-align: center;
  font-size: 0.5rem;
  margin: 0;
  padding-top: 10px;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  ul#menu.sb-slidebar.sb-left {
    display: block;
    right: 0;
    left: auto;
    width: 260px;
    z-index: 5;
    border-left: solid 1px #031634;
  }
  ul#menu.sb-slidebar.sb-left a.sb-close {
    display: none;
  }
  ul#menu.sb-slidebar.sb-left .nav-logo {
    margin-right: 30px;
    margin-top: 20px;
  }
  nav {
    display: none;
  }
  #sb-site {
    padding-top: 20px;
  }
  div#sb-site {
    padding-right: 260px;
  }
  footer ul#footer_menu {
    max-width: 700px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  /*　画面サイズが1024pxからはここを読み込む　*/
}