@charset "UTF-8";
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
}
body {
  font-family: '游ゴシック','Yu Gothic';
  font-weight: normal;
  text-align: justify;
}

img {
  max-width: 100%;
  max-height: 100%;
}

#header{
    width:1000px;
}

@media (max-width: 999px) {
  body {
    background: #fff;
  }
  #header{
        width:100%;
    }
}

.top-CSS .header {
  overflow: hidden;
  position: relative;
  background: white;
}

.top-CSS .header .logo {
  float: left;
  font-size: 0;
}

.top-CSS .header .menu-PC {
  float: right;
}

.top-CSS .header .menu-PC ul {
  font-size: 0;
}

.top-CSS .header .menu-PC ul li {
  cursor: pointer;
  padding: 0 25px;
  border-left: 1px solid #e1e1e1;
  display: inline-block;
}

.top-CSS .header .menu-PC ul li a {
  line-height: 80px;
  top: 50%;
  color: #1c7bd1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  font-size: 1.8rem;
}

.top-CSS .header .menu-PC ul li:hover {
  background: #1c7bd1;
}

.top-CSS .header .menu-PC ul li:hover a {
  color: #fff;
}

.top-CSS .header .menu-PC ul .current {
  background: #1c7bd1;
}

.top-CSS .header .menu-PC ul .current a {
  color: #fff;
}

.top-CSS .header .menu-SP {
  font-size: 1.4rem;
  font-weight: bold;
  display: none;
  position: absolute;
  right: 10px;
  top: 27px;
  margin-top: -20px;
  width: 84px;
  height: 40px;
  line-height: 40px;
  border-radius: .2em;
  text-align: center;
  color: #1c7bd1;
  border: 1px solid #1c7bd1;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-CSS .header .menu-SP-active {
  color: #fff;
  background: #1c7bd1;
}

@media (max-width: 999px) {
  .top-CSS .header .logo {
    max-width: 200px;
    float: none;
  }
  .top-CSS .header .menu-PC {
    display: none;
    float: none;
    text-align: center;
  }
  .top-CSS .header .menu-PC ul {
    font-size: 0;
  }
  .top-CSS .header .menu-PC ul li {
    cursor: pointer;
    padding: 0;
    border-left: none;
    border-top: 1px solid #e1e1e1;
    display: block;
  }
  .top-CSS .header .menu-PC ul li a {
    line-height: 45px;
    top: 50%;
    color: #000;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: relative;
    font-size: 1.6rem;
  }
  .top-CSS .header .menu-PC ul li:last-child {
    border-bottom: 1px solid #e1e1e1;
  }
  .top-CSS .header .menu-PC ul li:hover {
    background: #f7f7f7;
  }
  .top-CSS .header .menu-PC ul li:hover a {
    color: #000;
  }
  .top-CSS .header .menu-PC ul .current {
    background: #f7f7f7;
  }
  .top-CSS .header .menu-PC ul .current a {
    color: #000;
  }
  .top-CSS .header .menu-SP {
    display: block;
  }
}

.top-CSS .wrapper {
  width: 96%;
  margin: 0 auto;
  background-color: #fff;
  max-width: 1500px;
}

.top-CSS .breadcrumbs {
  padding: 15px 0;
  font-size: 1.4rem;
  color: #1c7bd1;
  background-color: #f2f3f4;
}

.top-CSS .banner {
  font-size: 0;
}

.top-CSS .inner {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}

@media (max-width: 999px) {
  .top-CSS .wrapper {
    width: 100%;
  }
  .top-CSS .inner {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .top-CSS .breadcrumbs {
    padding: 7px 10px;
    font-size: 1.2rem;
    background-color: #e1eaf9;
    font-weight: bold;
    color: #1c7bd1;
  }
}

.top-CSS .category {
  font-size: 2.4rem;
  border-left: 6px solid #1c7bd1;
  font-weight: bold;
  padding: 18px;
  line-height: 1.3;
}

@media (max-width: 999px) {
  .top-CSS .category {
    background: #1c7bd1;
    text-align: center;
    border: none;
    color: white;
    font-size: 1.8rem;
    padding: 12px;
  }
}

.top-CSS .jobs-wrapper {
  margin: 30px 0;
}

.top-CSS .jobs-wrapper .job {
  padding: 15px;
  border: 1px solid #e1e1e1;
  margin: 0 0 20px 0;
  display:table;
}

.top-CSS .jobs-wrapper .job a {
  color: #000;
}

.top-CSS .jobs-wrapper .job:hover {
  background-color: #f7f7f7;
}

.top-CSS .jobs-wrapper .img {
  vertical-align: middle;
  width: 20%;
  display: table-cell;
}

.top-CSS .jobs-wrapper .img img {
  max-width: 100%;
}

.top-CSS .jobs-wrapper .infor {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 15px;
}

.top-CSS .jobs-wrapper .infor .title {
  font-size: 1.8rem;
  font-weight: bold;
}

.top-CSS .jobs-wrapper .infor .detail {
  border: 1px dotted #cccccc;
  padding: 12px;
  margin: 10px 0;
  line-height: 1.2;
}

.top-CSS .jobs-wrapper .infor .detail span {
  font-size: 1.6rem;
  display:block;
}

.top-CSS .jobs-wrapper .infor .detail sub {
  font-size: 1.6rem;
  color: #1c7bd1;
}

.top-CSS .jobs-wrapper .infor .detail sub br{
  display:none;
}

.top-CSS .jobs-wrapper .infor .time {
  font-size: 1.6rem;
  color: #808080;
}

@media (max-width: 425px) {
  .top-CSS .jobs-wrapper {
    padding: 8px;
    border: none;
    margin: 5px auto;
  }
  .top-CSS .jobs-wrapper .job {
    border-bottom: 1px solid #e1e1e1;
  }
  .top-CSS .jobs-wrapper .img {
    width: 45%;
    display: block;
    float: left;
    margin-right: 10px;
  }
  .top-CSS .jobs-wrapper .img img {
    width: 100%;
    height: 100%;
  }
  .top-CSS .jobs-wrapper .infor {
    padding: 0;
    display: block;
  }
  .top-CSS .jobs-wrapper .infor .title {
    font-size: 1.6rem;
    line-height: 1.3;
    min-height: 75px;
  }
  .top-CSS .jobs-wrapper .infor .detail {
    padding: 5px;
    margin: 4vw 0 2vw 0;
    line-height: 1.4;
  }
  .top-CSS .jobs-wrapper .infor .detail span {
    font-size: 1.4rem;
    display: block;
  }
  .top-CSS .jobs-wrapper .infor .detail sub {
    font-size: 1.4rem;
  }
  .top-CSS .jobs-wrapper .infor .time {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.top-CSS .jobs-btn {
  width: 40%;
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 15px;
  color: #000;
  font-size: 1.8rem;
  margin: 40px auto 60px;
  text-align: center;
  display: block;
}

@media (max-width: 999px) {
  .top-CSS .jobs-btn {
    width: 70%;
    margin: 0 auto 30px;
  }
}

.top-CSS .search-box {
  margin: 20px 0;
  border: 1px solid #e1e1e1;
}

.top-CSS .search-box .title {
  background: #f7f7f7;
  padding: 15px;
  font-size: 2rem;
  font-weight: bold;
}

.top-CSS .search-box .content {
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.top-CSS .search-box .content .keyword {
  background-color: #1c7bd1;
  color: white;
  font-size: 1.6rem;
  padding: 5px;
  margin: 0 30px 0 0;
}

.top-CSS .search-box .content input {
  font-size: 1.6rem;
  width: 50%;
  border: 1px solid #e1e1e1;
  padding: 15px;
}

.top-CSS .search-box .search-btn {
  padding: 15px 30px;
  margin: 15px auto;
  display: block;
  color: white;
  border: none;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: #fa9f0c;
  width: 35%;
}
.top-CSS .search-box .content select {
    font-size: 1.6rem;
    width: 27%;
    border: 1px solid #bbb;
    padding: 10px 10px 15px;
}
@media (max-width: 999px) {
  .top-CSS .search-box {
    margin: 0;
  }
  .top-CSS .search-box .title {
    background: #e1eaf9;
    font-size: 1.8rem;
  }
  .top-CSS .search-box .content {
    padding: 20px 15px 15px 15px;
  }
  .top-CSS .search-box .content .keyword {
    font-weight: bold;
    font-size: 1.4rem;
  }
  .top-CSS .search-box .content input {
    display: block;
    margin: 20px 0 0 0;
    width: 90%;
    font-size: 1.6rem;
  }
  .top-CSS .search-box .search-btn {
    width: 70%;
    padding: 12px 20px;
    font-size: 1.6rem;
  }
}

.top-CSS .footer {
  background-color: #fff;
  color: #ccc;
  margin: 50px 0 0 0;
  text-align: center;
}

.top-CSS .footer .totop {
  background-color: #e1eaf9;
  padding: 20px 0;
  display: block;
  color: #1c7bd1;
  font-size: 1.6rem;
  line-height: 1.4;
}

.top-CSS .footer .totop span {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
}

.top-CSS .footer .content {
  padding: 30px 0;
}

.top-CSS .footer .nav-footer {
  margin: 0 0 30px 0;
}

.top-CSS .footer .nav-footer li {
  display: inline-block;
  margin-right: 25px;
}

.top-CSS .footer .nav-footer li a {
  color: #1c7bd1;
  font-size: 1.7rem;
}

.top-CSS .footer .copyright {
  font-size: 1.4rem;
  color: #000;
}

@media (max-width: 999px) {
  .top-CSS .footer {
    background: #202020;
    color: #ccc;
  }
  .top-CSS .footer .totop {
    background: #202020;
    color: #ccc;
    padding: 15px 0;
  }
  .top-CSS .footer .content {
    padding: 0;
  }
  .top-CSS .footer .nav-footer {
    margin: 0;
  }
  .top-CSS .footer .nav-footer li:first-child {
    border-top: 1px solid #666;
  }
  .top-CSS .footer .nav-footer li {
    display: block;
    padding: 15px 0;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #666;
  }
  .top-CSS .footer .nav-footer li a {
    color: #ccc;
  }
  .top-CSS .footer .copyright {
    color: #ccc;
    padding: 20px 0;
  }
}
.pageLink{
    font-size:15px;
    padding: 20px 0 0px;
    overflow:hidden;
}

.pageLink .summary{
    float:left;
    font-size: 20px;
    font-weight: bold;
}

.pageLink nav{
    float:right;
    padding-top: 5px;
}

.pageLink nav li{
    padding: 0 3px;
    display: inline-block;
}

.pageLink nav .active a{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.search-none{
    font-size: 16px;
    font-weight: bold;
}

.pageLink nav li a{
    text-decoration:underline;
}

@media (max-width:999px){
    .pageLink{
        width:94%;
        margin:0 auto;
        overflow:hidden;
        padding: 15px 0 0;
    }
    .pageLink .summary{
        font-size: 16px;
    }
    
    .pageLink nav{
        padding: 0px;
    }
}