@media screen and (max-width: 768px){
  body {
    font-size: 13px;
  }

  .wrapper {
    width: 96%;
    margin: auto;
  }
  
  .gl-header .wrapper{
  	padding:8px 0;
  }

  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }

}

@media screen and (max-width: 480px){
  body {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px){

  .gl-header .logo-area {
    width: 160px;
  }

  .gl-header .drawer-btn-area {
    display: block;
    position: absolute;
    width: 26px;
    height: 20px;
    top: 50%;
    right: 2%;
    margin-top: -10px;
  }

  .gl-header .drawer-btn-area .btn {
    display: block;
    height: 20px;
  }

  .gl-header .drawer-btn-area .btn span {
    display: block;
    background-color: #000;
  }

  .gl-header .drawer-btn-area .btn.is-open span {
    height: 4px;
    margin-bottom: 4px;
    border-radius: 6px;
  }

  .gl-header .drawer-btn-area .btn.is-open span:nth-child {
    margin-bottom: 0;
  }

  .gl-header .drawer-btn-area .btn.is-close {
    display: none;
    position: relative;
  }

  .gl-header .drawer-btn-area .btn.is-close span {
    display: block;
    width: 24px;
    height: 4px;
    border-radius: 6px;
    position: absolute;
  }

  .gl-header .drawer-btn-area .btn.is-close span:first-child {
    top: 7px; 
    /*left: 4px;*/
    margin-top: 0;
    transform: rotate(-45deg);
  }

  .gl-header .drawer-btn-area .btn.is-close span:last-child {
    top: 7px; 
    /*right: 4px;*/
    margin-top: 0;
    transform: rotate(45deg);
  }


  .gl-header .drawer-btn-area.open .btn.is-open {
    display: none;
  }

  .gl-header .drawer-btn-area.open .btn.is-close {
    display: block;
  }

}

@media screen and (max-width: 768px){
  .gl-nav {
    display: none;
  }
}

@media screen and (max-width: 768px){
  .breadcrumb {
    .breadcrumb{width:96%}
  }
}

@media screen and (max-width: 768px){

  .drawer.open {
    display: block;
  }

  .drawer {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 54px;
    border-top: 1px solid #ccc;
    padding-top: 4%;
  }

  .drawer .login-area {
    overflow: hidden;
    margin-bottom: 4%;
  }

  .drawer .login-area .btn {
    display: block;
    border: 3px solid #004696;
    color: #004696;
    font-size: 1.25em;
    font-weight: bold;
    width: 46%;
    text-align: center;
    float: left;
    margin: 0 2%;
    padding: 6px 0;
    box-sizing: border-box;
  }

  .drawer .area-area {
    margin-bottom: 2px;
  }

  .drawer .area-area dt,
  .drawer .keywords-area dt {
    background-color: #004696;
    color: #fff;
    padding: 3% 2%;
    font-weight: bold;
    font-size: 1.125em;
  }

  .drawer .area-area .list .item .btn,
  .drawer .keywords-area .list .item .btn {
    display: block;
    padding: 3% 2%;
    border-bottom: 1px solid #ccc;
    position: relative;
  }

  .drawer .area-area .list .item .btn:after,
  .drawer .keywords-area .list .item .btn:after {
    position: absolute;
    content: "";
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    right: 4%;
    top: 50%;
    margin-top: -4px;
  }

}

@media screen and (max-width: 768px){

  .gl-footer {
    background-color: #fff;
  }

  .gl-footer .wrapper {
    width: 100%;
    margin: 0;
  }

  .gl-footer .ttl-area,
  .gl-footer .intro-area,
  .gl-footer .btn-area,
  .gl-footer .area-area,
  .gl-footer .genre-area {
    display: none;
  }

  .gl-footer .link-area {
    margin-bottom: 0;
  }

  .gl-footer .link-area .btn {
    color: #000;
    border: none;
    border-top: 1px solid #000 !important;
    width: 100%;
    text-align: left;
    padding: 3%;
    position: relative;
    font-size: 0.875em;
    box-sizing: border-box;
  }

  .gl-footer .btn:after {
    position: absolute;
    content: "";
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    right: 4%;
    top: 50%;
    margin-top: -4px;
  }

  .gl-footer .copyright {
    padding: 3% 0;
  }

}

@media screen and (max-width: 768px){

  /* container */

  .container .wrapper {
    padding: 0;
    width: 100%;
  }

  .contents {
    width: 100%;
    float: none;
  }

  .sidebar {
    width: 100%;
    float: none;
  }

  /* .sidesect */

  .sidesect {
    margin-bottom: 4%;
    background: none;
    box-shadow: 0 0 0;
  }

  .sidesect-ttl {
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 1.125em;
    background-color: #000;
    padding: 1% 2%;
    margin-bottom: 2%;
  }

}

@media screen and (max-width: 768px){

  /* search-box */

  .search-box {
    margin-bottom: 0;
    box-shadow: none;
    border-bottom: #004696 2px solid;
  }

  .search-box .ttl {
    border-bottom: none;
  }

  .search-box-ttl {
    padding: 2%;
  }

  .search-box-content {
    background-color: #F7FBFF;
  }

  .search-box-list .item {
    display: inline-block;
    width: 32%;
    margin: 0 2% 2% 0;
    vertical-align: middle;
  }

  .search-box-list .item:nth-child(even) {
    margin: 0 2% 2% 0;
  }

  .search-box-list .item:nth-child(3n) {
    margin-right: 0;
  }

  .search-box-list .btn {
    font-size: 0.875em;
  }

  .search-box-dlist {
    display: block;
    margin-bottom: 3%;
  }

  .search-box-dlist-ttl {
    display: block;
    width: 100%;
  }

  .search-fee .search-box-dlist-ttl {
    width: 100%;
  }

  .search-box-dlist-content {
    display: block;
  }

  /* recommend-list */

  .recommend-list {
    width: 96%;
    margin: auto;
  }

  .recommend-list .item {
    width: 100%;
    float: none;
  }

  .recommend-list .item:nth-child(even) {
    float: none;
  }

  /* payslip-list */

  .payslip-list {
    width: 96%;
    margin: auto;
  }

  .payslip-list .item {
    width: 100%;
    margin: 0 0 4% 0;
  }

  .payslip-list .item .btn {
    padding: 2%;
  }

  .payslip-list .item .img-area {
    width: 20%;
    margin-right: 2%;
  }

  .payslip-list .copy-area {
    width: 76%;
  }

  .payslip-list .total {
    font-size: 1em;
    width: 130px;
  }

  .payslip-table {
    font-size: 0.875em;
  }

  /* .side-job-list */

  .side-job-list {
    background-color: #fff;
    box-shadow: 0 0 5px #ddd;
    width: 96%;
    margin: auto;
  }

  .side-job-list .item {
    padding: 2%;
  }

  .side-job-list .img-area {
    margin: 0 2% 0 0;
    width: 20%;
    display: inline-block;
    vertical-align: top;
  }

  .side-job-list .copy-area {
    width: 76%;
    display: inline-block;
    vertical-align: top;
  }

  /* .side-job-list */

  .side-job-small-list {
    background-color: #fff;
    box-shadow: 0 0 5px #ddd;
    width: 96%;
    margin: auto;
    padding: 1% 0;
  }

  .side-job-small-list .item {
    font-size: 1em;
    border-bottom: none;
  }

  .side-job-small-list .item:before {
    content: "E";
    position: absolute;
    top: 0;
    left: 5px;
  }

  .side-job-small-list .item .btn {
    padding: 0 0 0 18px;
  }

  /* .side-pickup-list */

  .side-pickup-list {
  }

  .side-pickup-list .item {
  /*  width: 200px;
    display: inline-block;
  */  background-color: #fff;
    border: 1px solid #ddd;
    padding: 0;
    /*margin-right: 20px;*/
  }

  .side-pickup-list .copy-area {
    padding: 10px;
  }

  /* ac */

  .js-ac-trigger {
    position: relative;
  }

  .js-ac-trigger:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    right: 3%;
    top: 50%;
    margin-top: -5px;
  }

  .is-active .js-ac-trigger:after {
    border: none;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    right: 3%;
    top: 50%;
    margin-top: -5px;
  }

  .js-ac-target {
    display: none;
  }

  .is-active .js-ac-target {
    display: block;
  }

}