@charset "UTF-8";
/* line 16, ../sass/nishigumi.base.scss */
* {
  margin: 0;
  padding: 0;
}

/** General Style Info **/
/* line 21, ../sass/nishigumi.base.scss */
body {
  background: white;
  color: black;
  font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
  font-size: 16px;
  margin: 0;
}

/* line 29, ../sass/nishigumi.base.scss */
body, html {
  height: 100%;
}

/* line 34, ../sass/nishigumi.base.scss */
a {
  outline: none;
  text-decoration: none;
}
/* line 41, ../sass/nishigumi.base.scss */
a :focus {
  outline: none;
}

/* line 45, ../sass/nishigumi.base.scss */
a:link {
  color: #5d5d5d;
}

/* line 48, ../sass/nishigumi.base.scss */
a:visited {
  color: #5d5d5d;
}

/* line 58, ../sass/nishigumi.base.scss */
#container {
  margin: 0 auto;
}

/* line 62, ../sass/nishigumi.base.scss */
#content {
  display: table;
  width: 100%;
}

/* line 68, ../sass/nishigumi.base.scss */
.screenWrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #666666;
  z-index: 1000;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
/* line 81, ../sass/nishigumi.base.scss */
.screenWrap .close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 1060;
}
/* line 90, ../sass/nishigumi.base.scss */
.screenWrap .close #closeMenu img {
  width: 50px;
  height: 50px;
}

/* line 104, ../sass/nishigumi.base.scss */
.menu {
  display: table-cell;
  background-color: #1a243f;
}

/* line 109, ../sass/nishigumi.base.scss */
.float-menu {
  display: none;
  background-color: #e2e2e2;
}
/* line 113, ../sass/nishigumi.base.scss */
.float-menu li {
  list-style-type: none;
  height: 50px;
  border-bottom: 2px solid #1a243f;
}
/* line 119, ../sass/nishigumi.base.scss */
.float-menu li a {
  display: block;
  color: #1a243f;
  padding: 15px;
  position: relative;
  text-decoration: none;
}
/* line 127, ../sass/nishigumi.base.scss */
.float-menu li a::after {
  border-right: 2px solid #1a243f;
  border-top: 2px solid #1a243f;
  border-radius: 2px;
  content: "";
  margin: 0 0 0 10px;
  height: 10px;
  right: 20px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 20px;
  width: 10px;
}
/* line 144, ../sass/nishigumi.base.scss */
.float-menu .menuBtn {
  background-position: 10px center;
  background-repeat: no-repeat;
}

/* line 150, ../sass/nishigumi.base.scss */
.right-menu {
  vertical-align: top;
  width: 220px;
}
/* line 157, ../sass/nishigumi.base.scss */
.right-menu .logo {
  width: 219px;
  height: 80px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border-bottom: 1px solid #1a243f;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
/* line 169, ../sass/nishigumi.base.scss */
.right-menu .item_1, .right-menu .item_2, .right-menu .item_3, .right-menu .item_4, .right-menu .item_5 {
  width: 220px;
  height: 110px;
  background-color: #1a243f;
  border: 0;
  border-bottom: 1px solid white;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 178, ../sass/nishigumi.base.scss */
.right-menu .item_5 {
  height: 80px;
}
/* line 182, ../sass/nishigumi.base.scss */
.right-menu .my_map {
  width: 220px;
  height: 100%;
  background-color: #1a243f;
  color: white;
  padding: 20px 0;
}
/* line 190, ../sass/nishigumi.base.scss */
.right-menu .my_map table {
  width: 80%;
  margin: 0 auto;
}
/* line 193, ../sass/nishigumi.base.scss */
.right-menu .my_map table th {
  text-align: left;
  font-size: 113%;
  border: 0;
}
/* line 198, ../sass/nishigumi.base.scss */
.right-menu .my_map table td {
  font-size: 63%;
}
/* line 202, ../sass/nishigumi.base.scss */
.right-menu .my_map img {
  display: inline;
}

/* line 209, ../sass/nishigumi.base.scss */
.footer {
  width: 100%;
  height: 100px;
  background-color: #1a243f;
  color: white;
  font-size: 63%;
  padding-left: 220px;
}
/* line 219, ../sass/nishigumi.base.scss */
.footer .content {
  padding-top: 20px;
  height: 50px;
}
/* line 222, ../sass/nishigumi.base.scss */
.footer .content .logo, .footer .content .menu {
  float: left;
}
/* line 225, ../sass/nishigumi.base.scss */
.footer .content .logo {
  width: 155px;
  height: 25px;
  padding-right: 50px;
  background-image: url(../img/footer_logo.png);
  background-repeat: no-repeat;
}
/* line 234, ../sass/nishigumi.base.scss */
.footer .content .footer-menu a {
  color: white;
  text-decoration: none;
}
/* line 242, ../sass/nishigumi.base.scss */
.footer .content .footer-menu li {
  float: left;
  margin: 0 25px 0 0;
}

/* line 253, ../sass/nishigumi.base.scss */
.top, .company, .showcase, .recruit, .information, .inquiry, .login, .warehouse, .board, .default {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

/* line 260, ../sass/nishigumi.base.scss */
.top {
  position: relative;
}
/* line 262, ../sass/nishigumi.base.scss */
.top #main-overrap {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 60px;
  left: 0;
  background-image: url(../img/top_logo.png);
}
/* line 271, ../sass/nishigumi.base.scss */
.top #intro {
  width: 100%;
  position: relative;
}
/* line 275, ../sass/nishigumi.base.scss */
.top #intro .intro-item img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 526px;
}
/* line 282, ../sass/nishigumi.base.scss */
.top #intro .caption {
  padding-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
/* line 291, ../sass/nishigumi.base.scss */
.top #intro .caption .dark-over {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
/* line 299, ../sass/nishigumi.base.scss */
.top #intro .caption .dark-over img {
  width: 100px;
  height: 100px;
  margin: 14px auto;
  padding-top: 20px;
}
/* line 307, ../sass/nishigumi.base.scss */
.top #intro .caption .splash {
  font-size: 188%;
  line-height: 1.8;
  color: white;
  text-align: center;
}
/* line 314, ../sass/nishigumi.base.scss */
.top #intro .v-center {
  margin-top: 30px;
}

/* line 320, ../sass/nishigumi.base.scss */
.pickup {
  padding: 20px;
  background-color: #e2e2e2;
}
/* line 323, ../sass/nishigumi.base.scss */
.pickup .wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
}
/* line 330, ../sass/nishigumi.base.scss */
.pickup .item {
  max-width: 400px;
  height: auto;
  border: 1px solid #5d5d5d;
  padding: 0 10px 10px 10px;
  color: #5d5d5d;
  background-color: white;
}
/* line 338, ../sass/nishigumi.base.scss */
.pickup .item .point {
  width: 80px;
  height: 10px;
}
/* line 342, ../sass/nishigumi.base.scss */
.pickup .item .title {
  font-size: 169%;
  width: 100%;
  overflow: hidden;
  line-height: 2;
  height: 2em;
}
/* line 349, ../sass/nishigumi.base.scss */
.pickup .item .desc {
  font-size: 75%;
  overflow: hidden;
  line-height: 2;
  height: 2em;
}
/* line 356, ../sass/nishigumi.base.scss */
.pickup .item .pict img {
  width: 100%;
}
/* line 363, ../sass/nishigumi.base.scss */
.pickup .full-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  color: white;
}
/* line 370, ../sass/nishigumi.base.scss */
.pickup > table {
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
}
/* line 374, ../sass/nishigumi.base.scss */
.pickup > table td {
  width: 33%;
  padding: 5px;
}

/* line 381, ../sass/nishigumi.base.scss */
.topics-list {
  padding: 20px;
  font-size: 75%;
  display: table;
}
/* line 386, ../sass/nishigumi.base.scss */
.topics-list .topics-item {
  /****** ブログ公開まで ******/
  /****** *******/
  display: table-cell;
  width: 100%;
}
/* line 394, ../sass/nishigumi.base.scss */
.topics-list .topics-item > table {
  width: 100%;
  padding-right: 20px;
}
/* line 397, ../sass/nishigumi.base.scss */
.topics-list .topics-item > table tr {
  border: 0;
}
/* line 400, ../sass/nishigumi.base.scss */
.topics-list .topics-item > table th, .topics-list .topics-item > table td {
  text-align: left;
  line-height: 2;
  border-bottom: 1px dotted #5d5d5d;
}
/* line 405, ../sass/nishigumi.base.scss */
.topics-list .topics-item > table th {
  width: 120px;
  color: #5d5d5d;
}
/* line 409, ../sass/nishigumi.base.scss */
.topics-list .topics-item > table td {
  color: #9ad5d8;
}
/* line 412, ../sass/nishigumi.base.scss */
.topics-list .topics-item > table a:visited,
.topics-list .topics-item > table a:link {
  color: #1a243f;
}
/* line 416, ../sass/nishigumi.base.scss */
.topics-list .topics-item > table a:hover {
  text-decoration: underline;
}
/* line 422, ../sass/nishigumi.base.scss */
.topics-list .inquiry-item {
  display: table-cell;
  min-width: 340px;
  vertical-align: top;
}
/* line 428, ../sass/nishigumi.base.scss */
.topics-list .topics-header {
  height: 30px;
  text-align: right;
  background-image: url(../img/top_news_head.png), linear-gradient(90deg, #34487e, #131829);
  background-repeat: no-repeat;
  background-position: 5% center;
}
/* line 435, ../sass/nishigumi.base.scss */
.topics-list .topics-all {
  padding: 5px 5px 0 0;
}

/* line 445, ../sass/nishigumi.base.scss */
.recruit .section-wrapper .goto-inquiry {
  margin: 0 auto;
  margin-bottom: 50px;
  width: 250px;
  height: 80px;
  background-image: url(../img/page03-application.png);
  background-repeat: no-repeat;
}

/* line 460, ../sass/nishigumi.base.scss */
.inquiry .section-wrapper .inquiry-list {
  width: 100%;
}
/* line 462, ../sass/nishigumi.base.scss */
.inquiry .section-wrapper .inquiry-list .items {
  height: 220px;
  width: 500px;
  padding: 30px 10px 30px;
  border: 10px solid #e2e2e2;
  position: relative;
  margin: 20px auto;
}
/* line 471, ../sass/nishigumi.base.scss */
.inquiry .section-wrapper .inquiry-list .items .contentsLeftText {
  position: absolute;
  top: 17%;
  left: 8%;
}
/* line 476, ../sass/nishigumi.base.scss */
.inquiry .section-wrapper .inquiry-list .items .contentsLeftText .tel {
  font-size: 88%;
  color: #5d5d5d;
  line-height: 20px;
}
/* line 482, ../sass/nishigumi.base.scss */
.inquiry .section-wrapper .inquiry-list .items .contentsLeftText .fax {
  margin-top: 10px;
}
/* line 487, ../sass/nishigumi.base.scss */
.inquiry .section-wrapper .inquiry-list .items .contentsRightText {
  position: absolute;
  top: 12%;
  left: 11%;
}
/* line 492, ../sass/nishigumi.base.scss */
.inquiry .section-wrapper .inquiry-list .items .contentsRightText .mail {
  font-size: 88%;
  color: #5d5d5d;
}

/* line 507, ../sass/nishigumi.base.scss */
.information .section-wrapper .message {
  width: 100%;
  margin: 20px 0 20px 0;
}
/* line 510, ../sass/nishigumi.base.scss */
.information .section-wrapper .message p {
  text-indent: 1em;
}

/* line 521, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .work-case {
  display: table;
  width: 100%;
}
/* line 524, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .work-case .work-case-list {
  display: table-cell;
  width: 33%;
  padding: 5px;
}
/* line 528, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .work-case .work-case-list img {
  width: 100%;
  height: auto;
  max-width: 338px;
}
/* line 533, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .work-case .work-case-list .title {
  overflow: hidden;
  line-height: 2.2;
  /***** とりあえず非表示 *****
   border-bottom: 3px solid $BaseColor1;
  ***** *****/
  margin-bottom: 5px;
}
/* line 544, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .work-case .work-case-list .description {
  /***** とりあえず非表示 *****/
  display: none;
  /***** *****/
  font-size: 88%;
}
/* line 553, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .work-voice-list {
  width: 100%;
}
/* line 555, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .work-voice-list .content {
  display: table;
  margin-bottom: 10px;
  background-color: #e2e2e2;
}
/* line 560, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .work-voice-list .content .image, .showcase .section-wrapper .work-voice-list .content .card {
  display: table-cell;
}
/* line 564, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .work-voice-list .content .image {
  width: 380px;
  height: auto;
}
/* line 570, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .work-voice-list .content .card {
  padding-left: 20px;
  vertical-align: middle;
  height: auto;
}
/* line 574, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .work-voice-list .content .card .div {
  background-image: url(../img/page02_division.png);
  background-repeat: no-repeat;
  font-size: 113%;
  font-weight: bold;
  text-indent: 80px;
  line-height: 25px;
}
/* line 582, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .work-voice-list .content .card .name {
  font-size: 188%;
  font-weight: bold;
  line-height: 2;
}
/* line 587, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .work-voice-list .content .card .comment {
  font-size: 113%;
}
/* line 592, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .work-voice-list .description {
  margin-bottom: 30px;
}
/* line 597, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .content {
  border: 0;
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
/* line 603, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .content .image {
  display: table-cell;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 420px;
  height: 215px;
}
/* line 611, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .content .image img {
  width: 100%;
  height: auto;
  max-width: 380px;
}
/* line 618, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .content .description {
  display: table-cell;
  width: 70%;
  padding-left: 20px;
  text-align: left;
  vertical-align: top;
}
/* line 627, ../sass/nishigumi.base.scss */
.showcase .section-wrapper .stepUnder {
  height: 5px;
  width: 100%;
  display: block;
  /*
  background: -webkit-gradient(linear, left top, right top, color-stop(1.00, #131829), color-stop(0.70, #9ad5d8));
  background: -webkit-linear-gradient(left, #9ad5d8 1%, #131829 30%);
  background: -moz-linear-gradient(left, #9ad5d8 1%, #131829 30%);
  background: -o-linear-gradient(left, #9ad5d8 1%, #131829 30%);
  background: -ms-linear-gradient(left, #9ad5d8 1%, #131829 30%);
  */
  background: linear-gradient(to right, #9ad5d8 1%, #131829 30%);
}

/* line 648, ../sass/nishigumi.base.scss */
.board .section-wrapper .back-menu {
  font-size: 75%;
  line-height: 1.8;
  color: #1a243f;
  text-align: right;
}
/* line 654, ../sass/nishigumi.base.scss */
.board .section-wrapper .filter-items {
  width: 100%;
  background-color: #e2e2e2;
  margin-bottom: 10px;
}
/* line 659, ../sass/nishigumi.base.scss */
.board .section-wrapper .filter-items table {
  width: 100%;
}
/* line 661, ../sass/nishigumi.base.scss */
.board .section-wrapper .filter-items table td {
  font-size: 88%;
  width: 33%;
  padding: 10px;
}
/* line 669, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry {
  width: 100%;
  border: thin solid #5d5d5d;
  margin-bottom: 30px;
}
/* line 673, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-header {
  padding: 10px;
  border-bottom: 1px dotted #5d5d5d;
}
/* line 676, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-header .post-date {
  font-size: 88%;
  color: #5d5d5d;
}
/* line 680, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-header .post-title {
  font-size: 150%;
  line-height: 2;
  color: #1a243f;
}
/* line 685, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-header .category-name {
  font-size: 63%;
  padding: 3px;
  margin: 3px;
  background-color: #1a243f;
  color: white;
}
/* line 695, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content {
  padding: 10px;
  min-height: 300px;
}
/* line 698, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-image {
  float: left;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 704, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-image img {
  width: 100%;
  height: auto;
  max-width: 498px;
}
/* line 711, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc {
  font-size: 107%;
  line-height: 1.6471;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  margin: 20px 10px;
  vertical-align: baseline;
  /**
   * 3.0 Elements
   */
  /**
   * 4.0 Alignment
   */
  /**
   * 5.0 Caption
   */
  /**
   * 6.0 Galleries
   */
  /**
   * 7.0 Audio / Video
   */
  /**
   * 8.0 RTL
   */
}
/* line 720, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc h1,
.board .section-wrapper .entry .entry-content .post-desc h2,
.board .section-wrapper .entry .entry-content .post-desc h3,
.board .section-wrapper .entry .entry-content .post-desc h4,
.board .section-wrapper .entry .entry-content .post-desc h5,
.board .section-wrapper .entry .entry-content .post-desc h6 {
  clear: both;
  font-size: initial;
  font-weight: 700;
  line-height: initial;
  margin: 56px 0 28px;
  height: initial;
  padding-top: initial;
  overflow: initial;
}
/* line 736, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc h1 {
  font-size: 35px;
  line-height: 1.2308;
}
/* line 741, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc h2 {
  font-size: 29px;
  line-height: 1.2069;
}
/* line 746, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc h3 {
  font-size: 24px;
  line-height: 1.1667;
}
/* line 751, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc h4 {
  font-size: 20px;
  line-height: 1.4;
}
/* line 756, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc h5,
.board .section-wrapper .entry .entry-content .post-desc h6 {
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.2353;
  text-transform: uppercase;
}
/* line 764, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc h1:first-child,
.board .section-wrapper .entry .entry-content .post-desc h2:first-child,
.board .section-wrapper .entry .entry-content .post-desc h3:first-child,
.board .section-wrapper .entry .entry-content .post-desc h4:first-child,
.board .section-wrapper .entry .entry-content .post-desc h5:first-child,
.board .section-wrapper .entry .entry-content .post-desc h6:first-child {
  margin-top: 0;
}
/* line 773, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc p {
  margin: 0 0 28px;
}
/* line 777, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc b,
.board .section-wrapper .entry .entry-content .post-desc strong {
  font-weight: 700;
}
/* line 782, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc dfn,
.board .section-wrapper .entry .entry-content .post-desc cite,
.board .section-wrapper .entry .entry-content .post-desc em,
.board .section-wrapper .entry .entry-content .post-desc i {
  font-style: italic;
}
/* line 789, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc blockquote {
  border-left: 4px solid #707070;
  color: #707070;
  font-size: 20px;
  font-style: italic;
  line-height: 1.8182;
  margin: 0 0 35px -21px;
  padding-left: 17px;
}
/* line 799, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc blockquote > blockquote {
  margin-left: 0;
}
/* line 803, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc blockquote p {
  margin-bottom: 35px;
}
/* line 807, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc blockquote > p:last-child {
  margin-bottom: 0;
}
/* line 811, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc blockquote cite,
.board .section-wrapper .entry .entry-content .post-desc blockquote small {
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-size: 17px;
  line-height: 1.6471;
}
/* line 819, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc blockquote em,
.board .section-wrapper .entry .entry-content .post-desc blockquote i,
.board .section-wrapper .entry .entry-content .post-desc blockquote cite {
  font-style: normal;
}
/* line 825, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc blockquote strong,
.board .section-wrapper .entry .entry-content .post-desc blockquote b {
  font-weight: 400;
}
/* line 830, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc address {
  font-style: italic;
  margin: 0 0 28px;
}
/* line 835, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc code,
.board .section-wrapper .entry .entry-content .post-desc kbd,
.board .section-wrapper .entry .entry-content .post-desc tt,
.board .section-wrapper .entry .entry-content .post-desc var,
.board .section-wrapper .entry .entry-content .post-desc samp,
.board .section-wrapper .entry .entry-content .post-desc pre {
  font-family: Inconsolata, monospace;
}
/* line 844, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc pre {
  background-color: #fcfcfc;
  border: 1px solid #eaeaea;
  font-size: 17px;
  line-height: 1.2353;
  margin-bottom: 28px;
  max-width: 100%;
  overflow: auto;
  padding: 14px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* line 858, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  cursor: help;
}
/* line 863, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc mark,
.board .section-wrapper .entry .entry-content .post-desc ins {
  background-color: #fff9c0;
  text-decoration: none;
}
/* line 869, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc sup,
.board .section-wrapper .entry .entry-content .post-desc sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* line 878, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc sup {
  bottom: 1ex;
}
/* line 882, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc sub {
  top: .5ex;
}
/* line 886, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc small {
  font-size: 75%;
}
/* line 890, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc big {
  font-size: 125%;
}
/* line 899, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc hr {
  background-color: #eaeaea;
  border: 0;
  height: 1px;
  margin-bottom: 28px;
}
/* line 906, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc ul,
.board .section-wrapper .entry .entry-content .post-desc ol {
  margin: 0 0 28px 2em;
  padding: 0;
}
/* line 912, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc ul {
  list-style: disc;
}
/* line 916, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc ol {
  list-style: decimal;
}
/* line 920, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc li > ul,
.board .section-wrapper .entry .entry-content .post-desc li > ol {
  margin: 0 0 0 23px;
}
/* line 925, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc dl {
  margin: 0 0 28px;
}
/* line 929, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc dt {
  font-weight: bold;
}
/* line 933, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc dd {
  margin: 0 0 28px;
}
/* line 937, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc table,
.board .section-wrapper .entry .entry-content .post-desc th,
.board .section-wrapper .entry .entry-content .post-desc td,
.board .section-wrapper .entry .entry-content .post-desc .mce-item-table,
.board .section-wrapper .entry .entry-content .post-desc .mce-item-table th,
.board .section-wrapper .entry .entry-content .post-desc .mce-item-table td {
  border: 1px solid #eaeaea;
}
/* line 946, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc table a {
  color: #333;
}
/* line 950, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc table,
.board .section-wrapper .entry .entry-content .post-desc .mce-item-table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 28px;
  width: 100%;
}
/* line 959, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc table th,
.board .section-wrapper .entry .entry-content .post-desc .mce-item-table th,
.board .section-wrapper .entry .entry-content .post-desc table caption {
  border-width: 0 1px 1px 0;
  font-family: "Noto Serif", serif;
  font-size: 17px;
  font-weight: 700;
  padding: 7px;
  text-align: left;
  vertical-align: baseline;
}
/* line 971, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc table td,
.board .section-wrapper .entry .entry-content .post-desc .mce-item-table td {
  border-width: 0 1px 1px 0;
  font-family: "Noto Serif", serif;
  font-size: 17px;
  padding: 7px;
  vertical-align: baseline;
}
/* line 980, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc img {
  border: 0;
  height: auto;
  max-width: 660px;
  vertical-align: middle;
}
/* line 987, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc figure {
  margin: 0;
}
/* line 991, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc del {
  opacity: 0.8;
}
/* line 995, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc a {
  border-bottom: 1px solid #333;
  color: #333;
  text-decoration: none;
}
/* line 1006, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .alignleft {
  float: left;
  margin: 7px 28px 28px 0;
}
/* line 1011, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .alignright {
  float: right;
  margin: 7px 0 28px 28px;
}
/* line 1016, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .aligncenter {
  clear: both;
  display: block;
  margin: 7px auto;
}
/* line 1027, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .wp-caption {
  background: transparent;
  border: none;
  color: #707070;
  font-family: "Noto Sans", sans-serif;
  margin: 0 0 28px 0;
  max-width: 660px;
  padding: 0;
  text-align: inherit;
}
/* line 1038, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .wp-caption.alignleft {
  margin: 7px 28px 21px 0;
}
/* line 1042, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .wp-caption.alignright {
  margin: 7px 0 21px 28px;
}
/* line 1046, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .wp-caption.aligncenter {
  margin: 7px auto;
}
/* line 1050, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .wp-caption .wp-caption-text,
.board .section-wrapper .entry .entry-content .post-desc .wp-caption-dd {
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 0;
}
/* line 1062, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
/* line 1070, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
/* line 1074, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
/* line 1078, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
/* line 1082, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
/* line 1086, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
/* line 1090, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
/* line 1094, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
/* line 1098, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
/* line 1102, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .gallery .gallery-caption {
  color: #707070;
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 0;
}
/* line 1111, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .gallery-columns-6 .gallery-caption,
.board .section-wrapper .entry .entry-content .post-desc .gallery-columns-7 .gallery-caption,
.board .section-wrapper .entry .entry-content .post-desc .gallery-columns-8 .gallery-caption,
.board .section-wrapper .entry .entry-content .post-desc .gallery-columns-9 .gallery-caption {
  display: none;
}
/* line 1123, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .mce-content-body .wpview-wrap {
  margin-bottom: 32px;
}
/* line 1127, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .mce-content-body .wp-audio-playlist {
  margin: 0;
}
/* line 1136, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc body.rtl {
  font-family: Arial, Tahoma, sans-serif;
}
/* line 1140, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .rtl blockquote {
  border-left: none;
  border-right: 4px solid #707070;
  margin: 0 -21px 35px 0;
  padding-left: 0;
  padding-right: 17px;
}
/* line 1148, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .rtl blockquote > blockquote {
  margin-left: auto;
  margin-right: 0;
}
/* line 1153, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .rtl li > ul,
.board .section-wrapper .entry .entry-content .post-desc .rtl li > ol {
  margin: 0 23px 0 0;
}
/* line 1158, ../sass/nishigumi.base.scss */
.board .section-wrapper .entry .entry-content .post-desc .rtl table th,
.board .section-wrapper .entry .entry-content .post-desc .rtl table caption {
  text-align: right;
}

/* line 1173, ../sass/nishigumi.base.scss */
.warehouse .entry-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 350px;
  z-index: 1010;
  margin: auto;
  background-color: white;
  padding: 5px;
  overflow: scroll;
}
/* line 1188, ../sass/nishigumi.base.scss */
.warehouse .entry-popup > .entry-content,
.warehouse .entry-popup > .entry-header {
  padding: 20px;
}

/* line 1197, ../sass/nishigumi.base.scss */
.mobile-header {
  display: none;
}
/* line 1200, ../sass/nishigumi.base.scss */
.mobile-header .header-area {
  height: 50px;
  background-color: #1a243f;
  vertical-align: middle;
  position: relative;
}
/* line 1206, ../sass/nishigumi.base.scss */
.mobile-header .header-area .logo {
  height: 50px;
  background-position: 10px center;
  background-image: url(../img/mobile/s_logo.png);
  background-repeat: no-repeat;
  width: 100%;
}
/* line 1213, ../sass/nishigumi.base.scss */
.mobile-header .header-area .menu-mark {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
}
/* line 1220, ../sass/nishigumi.base.scss */
.mobile-header .header-area .menu-mark .close {
  display: none;
  width: 30px;
  height: 4px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  top: 23px;
  left: 11px;
}
/* line 1235, ../sass/nishigumi.base.scss */
.mobile-header .header-area .menu-mark .close:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/* line 1247, ../sass/nishigumi.base.scss */
.mobile-header .header-area .menu-mark .open {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 24px;
  height: 0;
  padding-top: 20px;
  background: #FFFFFF;
  top: 13px;
  left: 15px;
}
/* line 1259, ../sass/nishigumi.base.scss */
.mobile-header .header-area .menu-mark .open::before,
.mobile-header .header-area .menu-mark .open::after {
  position: absolute;
  left: 0;
  content: "";
  width: 24px;
  height: 0;
  border-top: 4px solid #1a243f;
}
/* line 1269, ../sass/nishigumi.base.scss */
.mobile-header .header-area .menu-mark .open::before {
  top: 4px;
}
/* line 1273, ../sass/nishigumi.base.scss */
.mobile-header .header-area .menu-mark .open::after {
  bottom: 4px;
}

/* line 1281, ../sass/nishigumi.base.scss */
.mobile-pickup {
  display: none;
  padding: 20px 20px 0 20px;
}
/* line 1284, ../sass/nishigumi.base.scss */
.mobile-pickup .mp-item {
  width: 100%;
  padding-top: 100px;
  height: 30px;
  background-position: center 10px;
  background-repeat: no-repeat;
  background-color: #1a243f;
  margin-bottom: 10px;
}
/* line 1292, ../sass/nishigumi.base.scss */
.mobile-pickup .mp-item .sub-title {
  margin: 0 auto;
  width: 90%;
  color: #1a243f;
  background-color: white;
  font-size: 75%;
  line-height: 1.4;
  text-align: center;
}

/* line 1306, ../sass/nishigumi.base.scss */
.mobile-information {
  display: none;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  background-color: white;
}
/* line 1313, ../sass/nishigumi.base.scss */
.mobile-information .my_map {
  width: 50%;
  height: 100%;
  display: table-cell;
}
/* line 1318, ../sass/nishigumi.base.scss */
.mobile-information .my_map table {
  width: 80%;
  margin: 0 auto;
}
/* line 1321, ../sass/nishigumi.base.scss */
.mobile-information .my_map table th {
  text-align: left;
  font-size: 113%;
  border: 0;
}
/* line 1326, ../sass/nishigumi.base.scss */
.mobile-information .my_map table td {
  font-size: 63%;
}
/* line 1330, ../sass/nishigumi.base.scss */
.mobile-information .my_map img {
  display: inline;
}

/* line 1337, ../sass/nishigumi.base.scss */
.mobile-pickup-list {
  display: none;
  width: 100%;
  background-color: #9ad5d8;
  color: white;
  text-align: center;
  font-size: 113%;
  margin-top: 10px;
}

/* line 1347, ../sass/nishigumi.base.scss */
.mobile-inquiry {
  display: none;
}
/* line 1349, ../sass/nishigumi.base.scss */
.mobile-inquiry .title {
  font-size: 125%;
}
/* line 1352, ../sass/nishigumi.base.scss */
.mobile-inquiry .no {
  font-size: 200%;
  line-height: 2.5;
  text-align: center;
}
/* line 1357, ../sass/nishigumi.base.scss */
.mobile-inquiry .desc {
  font-size: 100%;
  line-height: 1.8;
  margin-bottom: 10px;
}

/* line 1366, ../sass/nishigumi.base.scss */
#flashMessage {
  width: 100%;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  border: 5px solid red;
}

/* line 1375, ../sass/nishigumi.base.scss */
.header {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: cover;
  background-position: center bottom;
  color: #FFFFFF;
  position: relative;
}
/* line 1385, ../sass/nishigumi.base.scss */
.header .inner {
  position: absolute;
  left: 50px;
  top: 160px;
  padding-right: 50px;
  line-height: 1.5;
}
/* line 1392, ../sass/nishigumi.base.scss */
.header .inner .title {
  font-size: 300%;
  font-weight: bolder;
}
/* line 1396, ../sass/nishigumi.base.scss */
.header .inner .description {
  font-size: 125%;
  font-weight: normal;
}

/* line 1402, ../sass/nishigumi.base.scss */
.header_info {
  background-image: url(../img/page01_company_header.png);
}

/* line 1405, ../sass/nishigumi.base.scss */
.header_sc {
  background-image: url(../img/page02_case_header.png);
}

/* line 1408, ../sass/nishigumi.base.scss */
.header_recruit {
  background-image: url(../img/recruit_header.png);
}

/* line 1411, ../sass/nishigumi.base.scss */
.header_inquiry {
  background-image: url(../img/page04_contact_header.png);
}

/* line 1414, ../sass/nishigumi.base.scss */
.header_board {
  background-image: url(../img/page05_news_header.png);
}

/* line 1423, ../sass/nishigumi.base.scss */
h2 {
  width: 100%;
  margin-bottom: 10px;
  height: 0;
  padding-top: 86px;
  overflow: hidden;
}

/* line 1431, ../sass/nishigumi.base.scss */
.p01-a {
  background: url(../img/page01-title-a.png), linear-gradient(90deg, #34487e, #131829);
}

/* line 1434, ../sass/nishigumi.base.scss */
.p01-b {
  background: url(../img/page01-title-b.png), linear-gradient(90deg, #34487e, #131829);
}

/* line 1437, ../sass/nishigumi.base.scss */
.p01-c {
  background: url(../img/page01-title-c.png), linear-gradient(90deg, #34487e, #131829);
}

/* line 1440, ../sass/nishigumi.base.scss */
.p02-a {
  background: url(../img/page02_flow_head.png), linear-gradient(90deg, #34487e, #131829);
}

/* line 1443, ../sass/nishigumi.base.scss */
.p02-b {
  background: url(../img/page02_case_head.png), linear-gradient(90deg, #34487e, #131829);
}

/* line 1446, ../sass/nishigumi.base.scss */
.p02-c {
  background: url(../img/page02_voice_head.png), linear-gradient(90deg, #34487e, #131829);
}

/* line 1449, ../sass/nishigumi.base.scss */
.p03-a {
  background: url(../img/page03-title-a.png), linear-gradient(90deg, #34487e, #131829);
}

/* line 1452, ../sass/nishigumi.base.scss */
.p03-b {
  background: url(../img/page03-title-b.png), linear-gradient(90deg, #34487e, #131829);
}

/* line 1455, ../sass/nishigumi.base.scss */
.p04-a {
  background: url(../img/page04_contact_head.png), linear-gradient(90deg, #34487e, #131829);
}

/* line 1458, ../sass/nishigumi.base.scss */
.p05-a {
  background: url(../img/page05_news_head.png), linear-gradient(90deg, #34487e, #131829);
}

/* line 1461, ../sass/nishigumi.base.scss */
.p01-a, .p01-b, .p01-c, .p02-a, .p02-b, .p02-c, .p03-a, .p03-b, .p04-a, .p05-a {
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: initial;
}

/* line 1468, ../sass/nishigumi.base.scss */
h3 {
  color: #1a243f;
  font-size: 188%;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 10px;
}

/* line 1478, ../sass/nishigumi.base.scss */
.s1, .s2, .s3, .s4, .s5 {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: initial;
}

/* line 1484, ../sass/nishigumi.base.scss */
.s1 {
  background-image: url(../img/page02_step1.png);
}

/* line 1487, ../sass/nishigumi.base.scss */
.s2 {
  background-image: url(../img/page02_step2.png);
}

/* line 1490, ../sass/nishigumi.base.scss */
.s3 {
  background-image: url(../img/page02_step3.png);
}

/* line 1493, ../sass/nishigumi.base.scss */
.s4 {
  background-image: url(../img/page02_step4.png);
}

/* line 1496, ../sass/nishigumi.base.scss */
.s5 {
  background-image: url(../img/page02_step5.png);
}

/* line 1501, ../sass/nishigumi.base.scss */
.section-wrapper {
  padding: 50px;
}

/* line 1505, ../sass/nishigumi.base.scss */
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white url(../img/loading.gif) no-repeat center;
  text-align: center;
  transition: all .6s linear .4s;
  z-index: 2000;
}
/* line 1515, ../sass/nishigumi.base.scss */
.loader #loading {
  top: 50%;
  left: 50%;
}

/* line 1521, ../sass/nishigumi.base.scss */
.google_map_2,
.google_map_1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 350px;
  z-index: 1010;
  margin: auto;
  background-color: white;
  padding: 5px;
}
/* line 1535, ../sass/nishigumi.base.scss */
.google_map_2 .item,
.google_map_1 .item {
  float: left;
}

/* line 1540, ../sass/nishigumi.base.scss */
.link-list {
  margin: 0 0 50px 0;
}

/* line 1544, ../sass/nishigumi.base.scss */
.link-table {
  border-collapse: collapse;
  width: 50%;
  margin: 0 auto;
}
/* line 1550, ../sass/nishigumi.base.scss */
.link-table tr:nth-child(even), .link-table tr:nth-child(odd) {
  background: white;
}
/* line 1554, ../sass/nishigumi.base.scss */
.link-table td {
  min-width: 150px;
  border: 1px solid #5d5d5d;
  text-align: center;
  vertical-align: top;
  font-size: 88%;
  line-height: 1;
  color: #5d5d5d;
  background-image: url(../img/icon-au.png);
  background-repeat: no-repeat;
  background-position: center 40px;
  padding: 20px 0;
  height: 30px;
}

/* line 1570, ../sass/nishigumi.base.scss */
.default-table {
  width: 100%;
  border: 0;
  border-spacing: 0;
  margin-bottom: 20px;
}
/* line 1575, ../sass/nishigumi.base.scss */
.default-table th {
  font-size: 188%;
  text-align: left;
}
/* line 1579, ../sass/nishigumi.base.scss */
.default-table td {
  line-height: 1.6;
  padding: 0.5em 0 0.5em 1em;
}
/* line 1583, ../sass/nishigumi.base.scss */
.default-table tr:nth-child(even) {
  background: white;
}
/* line 1586, ../sass/nishigumi.base.scss */
.default-table tr:nth-child(odd) {
  background: #e2e2e2;
}

/* line 1590, ../sass/nishigumi.base.scss */
.history-column {
  background-image: url(../img/page01_maru.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  font-family: monospace;
}

/* line 1596, ../sass/nishigumi.base.scss */
.bb-main-color {
  border-bottom: 5px solid #1a243f;
}

/* line 1599, ../sass/nishigumi.base.scss */
.bb-sub-color {
  border-bottom: 5px solid #9ad5d8;
}

/* line 1602, ../sass/nishigumi.base.scss */
.main-color {
  background-color: #1a243f;
}

/* line 1605, ../sass/nishigumi.base.scss */
.sub-color {
  background-color: #9ad5d8;
}

/* line 1608, ../sass/nishigumi.base.scss */
.noText {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 1614, ../sass/nishigumi.base.scss */
.elli {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1620, ../sass/nishigumi.base.scss */
.stepUnder {
  height: 5px;
  width: 100%;
  display: block;
  /*
  background: -webkit-gradient(linear, left top, right top, color-stop(1.00, #131829), color-stop(0.70, #9ad5d8));
  background: -webkit-linear-gradient(left, #9ad5d8 1%, #131829 30%);
  background: -moz-linear-gradient(left, #9ad5d8 1%, #131829 30%);
  background: -o-linear-gradient(left, #9ad5d8 1%, #131829 30%);
  background: -ms-linear-gradient(left, #9ad5d8 1%, #131829 30%);
  */
  background: linear-gradient(to right, #9ad5d8 1%, #131829 30%);
}

/* line 1635, ../sass/nishigumi.base.scss */
.login-button,
.button {
  font-size: 75%;
  width: 80px;
  padding: 8px;
  margin: 8px;
  display: block;
  color: #fff;
  border-style: none;
  text-align: center;
  text-indent: 20px;
  text-decoration: none;
  background-color: #1a243f;
  background-repeat: no-repeat;
  background-position: 8px center;
  -moz-border-radius: 5%;
  -webkit-border-radius: 5%;
  border-radius: 5%;
  cursor: pointer;
  float: left;
}
/* line 1654, ../sass/nishigumi.base.scss */
.login-button a:visited,
.login-button a:link,
.button a:visited,
.button a:link {
  color: white;
}

/* line 1659, ../sass/nishigumi.base.scss */
.icons {
  display: table-cell;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  -moz-border-radius: 15%;
  -webkit-border-radius: 15%;
  border-radius: 15%;
}

/* line 1668, ../sass/nishigumi.base.scss */
.save {
  background-image: url(../img/icons/save.png);
}

/* line 1671, ../sass/nishigumi.base.scss */
.new {
  background-image: url(../img/icons/new.png);
}

/* line 1674, ../sass/nishigumi.base.scss */
.del {
  background-image: url(../img/icons/del.png);
}

/* line 1677, ../sass/nishigumi.base.scss */
.edit {
  background-image: url(../img/icons/edit.png);
}

/* line 1680, ../sass/nishigumi.base.scss */
.back {
  background-image: url(../img/icons/back.png);
}

/* line 1683, ../sass/nishigumi.base.scss */
.go {
  background-image: url(../img/icons/go.png);
}

/* line 1688, ../sass/nishigumi.base.scss */
.input-style {
  font-size: 113%;
  height: 30px;
  width: 80%;
}

/* line 1694, ../sass/nishigumi.base.scss */
.input-search {
  background: url(../img/blog-search.png) no-repeat right center;
  text-align: left;
  font-size: 113%;
  font-weight: bold;
  border: 1px solid #5d5d5d;
  background-color: white;
  height: 40px;
  width: 100%;
  max-width: 300px;
}

/* line 1707, ../sass/nishigumi.base.scss */
.page-link, .page-no-link, .page-current-link {
  font-family: sans-serif;
  font-size: 88%;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  width: 1em;
  line-height: 1em;
  margin: 0 3px;
  padding: 8px;
  text-decoration: none;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 1726, ../sass/nishigumi.base.scss */
.page-link {
  color: #333;
}

/* line 1730, ../sass/nishigumi.base.scss */
.page-link:hover {
  color: #fff;
  background-color: #9ad5d8;
}

/* line 1734, ../sass/nishigumi.base.scss */
.page-no-link {
  color: #999;
  background-color: #eee;
}

/* line 1738, ../sass/nishigumi.base.scss */
.page-current-link {
  color: #fff;
  background-color: #9ad5d8;
}

/* line 1742, ../sass/nishigumi.base.scss */
.page-count {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  margin: 0 3px;
  padding: 8px;
  color: #333;
  float: right;
}

/* line 1754, ../sass/nishigumi.base.scss */
.page-rew {
  background: url(../img/icons/rew.png) no-repeat center center;
}

/* line 1757, ../sass/nishigumi.base.scss */
.page-prev {
  background: url(../img/icons/prev.png) no-repeat center center;
}

/* line 1760, ../sass/nishigumi.base.scss */
.page-next {
  background: url(../img/icons/next.png) no-repeat center center;
}

/* line 1763, ../sass/nishigumi.base.scss */
.page-ff {
  background: url(../img/icons/ff.png) no-repeat center center;
}

/* line 1766, ../sass/nishigumi.base.scss */
.noScroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

/* line 1774, ../sass/nishigumi.base.scss */
.under-line {
  border: 0;
  border-bottom: 1px dotted;
}

/* line 1778, ../sass/nishigumi.base.scss */
.border-line {
  border: 0;
  border-bottom: 1px solid white;
}

/* line 1782, ../sass/nishigumi.base.scss */
.right-margin-1em {
  margin-right: 1em;
}
