@charset "UTF-8";
/* !mixin */
/* !クリアフィクス */
/* !vars */
/* !resets */
@media screen {
  /* ▼resets▼ */
  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }

  body {
    line-height: 1;
  }

  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    zoom: 1;
  }

  nav ul {
    list-style: none;
  }

  blockquote, q {
    quotes: none;
  }

  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
  }

  a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }

  /*changecolourstosuityourneeds*/
  ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
  }

  /*changecolourstosuityourneeds*/
  mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
  }

  del {
    text-decoration: line-through;
  }

  abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  /*changebordercolourtosuityourneeds*/
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
  }

  input, select {
    vertical-align: middle;
  }

  img {
    vertical-align: middle;
  }

  /* ▲resets▲ */
}
/* !styles */
@media screen {
  /* ▼styles▼ */
  a:hover {
    text-decoration: none;
  }

  body {
    line-height: 1.6;
    font-family: "Hiragino Kaku Gothic Pro", Verdana, san-serif;
    font-size: 13px;
    min-width: 1060px;
  }

  #g-header {
    background: url(../images/cmn/header-bg.png) left top repeat-x;
    padding-top: 16px;
  }
  #g-header .inner {
    width: 1020px;
    height: 129px;
    margin: 0 auto;
    position: relative;
  }

  .index #g-header {
    margin-bottom: 15px;
  }

  #logo {
    position: absolute;
    left: 0;
    top: 0;
  }

  #site-desp {
    position: absolute;
    left: 63px;
    top: 35px;
    color: #888888;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2;
    width: 555px;
    height: 35px;
    overflow: hidden;
  }

  #search-box {
    position: absolute;
    right: 0;
    top: 4px;
  }

  .search-box input {
    padding: 0;
    margin: 0;
    border: none;
  }
  .search-box .txt {
    width: 196px;
    height: 12px;
    background: url(../images/cmn/search-bg.png) left top no-repeat;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
  }

  #follow-nav {
    line-height: 1;
    position: absolute;
    right: 0;
    top: 48px;
  }
  #follow-nav ul {
    list-style: none;
  }
  #follow-nav li {
    float: left;
    background: url(../images/parts/icon-arw01.png) 23px no-repeat;
    padding-left: 44px;
  }
  #follow-nav li a {
    color: #A0A0A0;
  }
  #follow-nav li a:hover {
    color: #EA5432;
  }

  #g-nav {
    position: absolute;
    left: 0;
    top: 78px;
    *top: 77px;
  }
  #g-nav ul {
    list-style: none;
  }
  #g-nav li {
    float: left;
  }

  #main-vis {
    background: url(../images/slide/mainvis-bg.png) left bottom repeat-x;
    margin-bottom: 10px;
    height: 390px;
  }
  #main-vis .disp {
    width: 1020px;
    margin: 0 auto;
    height: 360px;
    margin-bottom: 6px;
  }

  *:first-child + html #main-vis .nav a {
    padding-bottom: 4px;
  }

  #bnr-area {
    width: 1020px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .carousel {
    background: url(../images/carousel/slide-bg.png) left top no-repeat;
    height: 58px;
    padding: 6px 0;
    position: relative;
  }
  .carousel ul {
    list-style: none;
  }
  .carousel li {
    float: left;
  }
  .carousel .disp {
    background: url(../images/carousel/slide-bg02.png) left top no-repeat;
    margin: 0 auto;
    width: 956px!important;
    height: 48px;
    padding: 5px 0;
    overflow: hidden;
  }
  .carousel .disp ul {
    width: 10000px;
  }
  .carousel .disp li {
    margin-left: 5px;
  }
  .carousel .prev {
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 3;
  }
  .carousel .next {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 3;
  }

  #g-container {
    background: url(../images/cmn/container-bg.png) left bottom repeat-x;
  }

  .page-conts-wrapper {
    width: 1020px;
    margin: 0 auto;
  }

  .second .page-conts-wrapper {
    padding-bottom: 68px;
  }

  .second .page-conts {
    width: 740px;
    float: left;
  }

  .sidebar {
    width: 240px;
    float: right;
  }

  .side-lnav {
    margin-bottom: 21px;
  }
  .side-lnav h2 a {
    display: block;
    color: #FFF;
    background: url(../images/cmn/side-lnav-bg01.png) left top no-repeat;
    height: 28px;
    padding-left: 24px;
    padding-right: 7px;
    font-size: 14px;
    padding-top: 11px;
    margin-bottom: 1px;
    text-decoration: none;
  }
  .side-lnav ul {
    list-style: none;
  }
  .side-lnav li {
    font-weight: bold;
  }
  .side-lnav li.current_page_item a {
    background: #fff8e4 url(../images/cmn/side-lnav-bg05.png) left bottom no-repeat;
  }
  .side-lnav li a {
    background: white url(../images/cmn/side-lnav-bg05.png) left bottom no-repeat;
    display: block;
    color: #000;
    padding-left: 6px;
    padding-top: 9px;
    padding-bottom: 10px;
    text-decoration: none;
  }
  .side-lnav li a span {
    background: url(../images/cmn/side-lnav-bg02.png) left no-repeat;
    display: block;
    padding-left: 17px;
  }
  .side-lnav li a:hover {
    background: #fff8e4 url(../images/cmn/side-lnav-bg05.png) left bottom no-repeat;
  }
  .side-lnav li a.active {
    background: #fff8e4 url(../images/cmn/side-lnav-bg05.png) left bottom no-repeat;
  }
  .side-lnav li li {
    font-size: 11px;
    font-weight: normal;
  }
  .side-lnav li li a {
    padding-left: 23px;
  }
  .side-lnav li li a span {
    background: url(../images/cmn/side-lnav-bg03.png) left no-repeat;
    padding-left: 12px;
  }
  .side-lnav li li li a {
    padding-left: 36px;
  }
  .side-lnav li li li a span {
    background: url(../images/cmn/side-lnav-bg04.png) left no-repeat;
    padding-left: 10px;
  }

  .side-bnr li {
    list-style: none;
    margin-bottom: 12px;
  }
  .side-bnr li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    zoom: 1;
  }

  /* !TOPページ */
  #top-conts {
    padding-bottom: 40px;
  }

  .top-section {
    position: relative;
  }
  .top-section h1 {
    margin-bottom: 20px;
  }
  .top-section ul {
    list-style: none;
  }

  #top-business ul {
    margin-right: -30px;
    position: relative;
    zoom: 1;
  }
  #top-business li {
    float: left;
    width: 320px;
    padding-top: 207px;
    padding-bottom: 49px;
    margin-right: 30px;
    margin-bottom: 39px;
    position: relative;
  }
  #top-business h2 {
    display: table-cell;
    vertical-align: middle;
    color: #EA5432;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 9px;
    height: 48px;
  }
  #top-business .photo {
    position: absolute;
    left: 0;
    top: 0;
  }
  #top-business .txt p {
    margin-bottom: 14px;
  }
  #top-business .link {
    width: 320px;
    height: 49px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
  }
  #top-business .link a {
    width: 320px;
    padding-top: 2px;
  }

  .box-link01 {
    height: 49px;
    background: #ea5432 url(../images/parts/box-link-bgbtm.png) left bottom repeat-x;
    overflow: hidden;
    width: 100%;
    width: 740px;
  }
  .box-link01:hover {
    background: #f9a40f url(../images/parts/box-link-bgbtm.png) left bottom repeat-x;
  }
  .box-link01:hover a {
    background: url(../images/parts/box-link-arw_o.png) 8px no-repeat;
  }
  .box-link01 a {
    width: 740px;
    text-decoration: none;
    color: #FFF;
    line-height: 1.2;
    display: block;
    display: table-cell;
    vertical-align: middle;
    height: 43px;
    padding-left: 26px;
    padding-right: 20px;
    background: url(../images/parts/box-link-arw.png) 8px no-repeat;
    font-size: 13px;
    font-weight: bold;
  }
  .box-link01.size-s {
    width: 233px;
  }
  .box-link01.size-s a {
    width: 233px;
  }
  .box-link01.size-top {
    width: 320px;
  }
  .box-link01.size-top a {
    width: 320px;
  }
  .box-link01.size-m {
    width: 395px;
  }
  .box-link01.size-m a {
    width: 395px;
  }
  .box-link01.shadow-none {
    background: #EA5432;
    height: 40px;
  }
  .box-link01.shadow-none:hover {
    background: #F9A40F;
  }
  .box-link01.center {
    margin: 0 auto;
  }

  #top-topics {
    width: 620px;
    float: left;
  }
  #top-topics dt {
    float: left;
    color: #EA5432;
    padding-top: 13px;
  }
  #top-topics dd {
    padding-left: 134px;
    border-top: 1px dotted #CCCCCC;
    padding-top: 12px;
    margin-bottom: 12px;
  }
  #top-topics dd a {
    color: #000;
  }
  #top-topics dd a:hover {
    color: #EA5432;
  }
  #top-topics .link {
    position: absolute;
    right: 0;
    top: 25px;
  }
  #top-topics .link a {
    color: #A0A0A0;
    background: url(../images/parts/icon-arw01.png) left no-repeat;
    padding-left: 14px;
  }
  #top-topics .link a:hover {
    color: #EA5432;
  }

  #top-works {
    width: 360px;
    float: right;
  }
  #top-works li {
    border-top: 1px dotted #CCCCCC;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    zoom: 1;
    padding-left: 95px;
    min-height: 80px;
    _height: 80px;
  }
  #top-works h2 {
    font-weight: normal;
  }
  #top-works h2 a {
    color: #000;
  }
  #top-works h2 a:hover {
    color: #EA5432;
  }
  #top-works .cate {
    margin-bottom: 6px;
  }
  #top-works .cate span {
    margin-right: 1px;
    color: #FFF;
    padding: 3px;
    font-size: 11px;
  }
  #top-works .cate span a {
    color: #FFF;
  }
  #top-works .cate .type01 {
    background-color: #EA5432;
  }
  #top-works .cate .type02 {
    background-color: #999999;
  }
  #top-works .photo {
    position: absolute;
    left: 0;
    top: 15px;
  }
  #top-works .link {
    position: absolute;
    right: 0;
    top: 25px;
  }
  #top-works .link a {
    color: #A0A0A0;
    background: url(../images/parts/icon-arw01.png) left no-repeat;
    padding-left: 14px;
  }
  #top-works .link a:hover {
    color: #EA5432;
  }

  .second .page-conts-wrapper {
    padding-bottom: 68px;
  }

  .second .page-conts {
    width: 740px;
    float: left;
  }

  .sidebar {
    width: 240px;
    float: right;
  }

  .side-lnav {
    margin-bottom: 21px;
  }
  .side-lnav h2 a {
    display: block;
    color: #FFF;
    background: url(../images/cmn/side-lnav-bg01.png) left top no-repeat;
    height: 28px;
    padding-left: 24px;
    padding-right: 7px;
    font-size: 14px;
    padding-top: 11px;
    margin-bottom: 1px;
    text-decoration: none;
  }
  .side-lnav ul {
    list-style: none;
  }
  .side-lnav li {
    font-weight: bold;
    /*
          &.current_page_item {
             a {
                background: #FFF8E4 url(../images/cmn/side-lnav-bg05.png) left bottom no-repeat;
             }
          }
    */
  }
  .side-lnav li a {
    background: white url(../images/cmn/side-lnav-bg05.png) left bottom no-repeat;
    display: block;
    color: #000;
    padding-left: 6px;
    padding-top: 9px;
    padding-bottom: 10px;
    text-decoration: none;
  }
  .side-lnav li a span {
    background: url(../images/cmn/side-lnav-bg02.png) left no-repeat;
    display: block;
    padding-left: 17px;
  }
  .side-lnav li a:hover {
    background: #fff8e4 url(../images/cmn/side-lnav-bg05.png) left bottom no-repeat;
  }
  .side-lnav li a.active {
    background: #fff8e4 url(../images/cmn/side-lnav-bg05.png) left bottom no-repeat;
  }
  .side-lnav li li {
    font-size: 11px;
    font-weight: normal;
  }
  .side-lnav li li a {
    padding-left: 23px;
  }
  .side-lnav li li a span {
    background: url(../images/cmn/side-lnav-bg03.png) left no-repeat;
    padding-left: 12px;
  }
  .side-lnav li li li a {
    padding-left: 36px;
  }
  .side-lnav li li li a span {
    background: url(../images/cmn/side-lnav-bg04.png) left no-repeat;
    padding-left: 10px;
  }

  .side-bnr li {
    list-style: none;
    margin-bottom: 12px;
  }
  .side-bnr li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    zoom: 1;
  }

  .pagetop {
    height: 26px;
    text-align: center;
  }
  .pagetop p {
    height: 26px;
    background: url(../images/cmn/pagetop-bg-dot.png) center repeat-x;
    margin: 0 auto;
  }
  .pagetop p:hover {
    background: url(../images/cmn/pagetop-bg-dot_o.png) center repeat-x;
  }
  .pagetop a {
    background: url(../images/cmn/pagetop-bg-arw.png) 11px 6px no-repeat;
    display: block;
    height: 26px;
    line-height: 1;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    padding-top: 9px;
    padding-bottom: 6px;
    padding-left: 35px;
    padding-right: 10px;
  }

  #g-footer {
    background: url(../images/cmn/footer-bg.png) center top repeat;
    padding-top: 12px;
  }

  #g-f-sitemap {
    width: 1020px;
    margin: 0 auto;
    background: url(../images/cmn/footer-sitemap-bg-top.png) left top no-repeat;
    padding-top: 8px;
    margin-bottom: 12px;
  }
  #g-f-sitemap .inner {
    background: url(../images/cmn/footer-sitemap-bg-btm.png) left bottom no-repeat;
    padding: 8px;
    padding-top: 12px;
    padding-bottom: 21px;
  }
  #g-f-sitemap ul {
    list-style: none;
  }
  #g-f-sitemap a {
    color: #000000;
    font-size: 11px;
  }
  #g-f-sitemap a.active, #g-f-sitemap a:hover {
    color: #EA5432;
  }
  #g-f-sitemap .lv01 {
    float: left;
    border-right: 1px dotted #CCCCCC;
    padding-right: 12px;
    padding-left: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #g-f-sitemap .lv01 li {
    background: url(../images/parts/icon-arw02.png) left 5px no-repeat;
    padding-left: 14px;
    /*          margin-bottom: 10px; */
  }
  #g-f-sitemap .lv01 a {
    display: block;
    font-weight: bold;
  }
  #g-f-sitemap .lv01 .tit {
    margin-bottom: 12px;
  }
  #g-f-sitemap .lv02 li {
    background: url(../images/parts/icon-dot01.png) 2px 7px no-repeat;
    padding-left: 8px;
    /*          margin-bottom: 10px; */
  }
  #g-f-sitemap .lv02 a {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
  }
  #g-f-sitemap .lv03 {
    margin-bottom: 10px;
  }
  #g-f-sitemap .lv03 li {
    background: url(../images/parts/icon-dot02.png) left 7px no-repeat;
    padding-left: 9px;
    margin-bottom: 0;
  }
  #g-f-sitemap .lv04 li {
    background: url(../images/parts/icon-dot02.png) left 7px no-repeat;
    padding-left: 9px;
  }

  #g-f-s-follow {
    width: 213px;
  }
  #g-f-s-follow.lv01 li {
    margin-bottom: 8px;
  }
  #g-f-s-follow.lv01 li.fc {
    margin-bottom: 17px;
  }
  #g-f-s-follow a {
    font-weight: bold;
  }

  #g-f-s-company {
    width: 205px;
  }

  #g-f-s-business {
    width: 240px;
  }

  #g-f-s-recruit {
    width: 212px;
  }
  #g-f-s-recruit.lv01 {
    border: none;
  }

  #copyright {
    text-align: center;
    font-size: 10px;
    padding-bottom: 20px;
  }

  /* !下層ページ */
  #pankuzu {
    background: url(../images/cmn/pankuzu-bg01-top.png) left top repeat-x;
    margin-top: -6px;
    padding-top: 6px;
  }
  #pankuzu .inner {
    background: #efefef url(../images/cmn/pankuzu-bg01-btm.png) left bottom repeat-x;
    padding-bottom: 4px;
  }
  #pankuzu ol {
    width: 1020px;
    margin: 0 auto;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 11px;
  }
  #pankuzu li {
    list-style: none;
    float: left;
    background: url(../images/cmn/pankuzu-bg02.png) right no-repeat;
    padding-right: 15px;
    margin-right: 11px;
    margin-bottom: 2px;
  }
  #pankuzu li.lc {
    background: none;
    margin-right: 0;
  }
  #pankuzu a {
    color: #EC5331;
  }
  #pankuzu strong {
    font-weight: normal;
  }

  .page-tit {
    background: url(../images/parts/page-tit_bg01.png) left top repeat-x;
    margin-bottom: 25px;
  }
  .page-tit h1 {
    width: 1020px;
    margin: 0 auto;
    background: url(../images/parts/page-tit_bg02.png) right top no-repeat;
    height: 63px;
    font-size: 28px;
    font-weight: normal;
    color: #444444;
    padding-top: 37px;
    line-height: 1;
  }

  .page-lead {
    margin-bottom: 23px;
  }
  .page-lead p, .page-lead ul {
    margin-bottom: 12px;
  }
  .page-lead ul {
    margin-left: 18px;
  }
  .page-lead .page-lead-p {
    width: 320px;
  }
  .page-lead .page-leadtxt {
    width: 395px;
    font-size: 12px;
  }
  .page-lead .left {
    float: left;
    margin-right: 25px;
  }
  .page-lead .right {
    float: right;
    margin-left: 25px;
  }

  .page-btmtxt {
    border: 1px solid #EDEADB;
    background-color: #FCF9F2;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
  }

  .section {
    margin-bottom: 22px;
    position: relative;
  }

  .section p {
    margin-bottom: 18px;
  }

  .section-lv02 {
    position: relative;
    margin-bottom: 40px;
  }

  .sec-border-btm01 {
    border-bottom: 5px solid #EBEBEB;
    padding-bottom: 20px;
  }

  .pos-right-top {
    position: absolute;
    right: 0;
    top: 0;
  }

  .vis-center {
    text-align: center;
  }

  .clm-right01 {
    width: 395px;
    float: right;
  }

  .clm-left01 {
    width: 320px;
    float: left;
  }

  .clm-right02 {
    width: 515px;
    float: right;
  }

  .clm-left02 {
    width: 200px;
    float: left;
  }

  .clm-right03 {
    width: 300px;
    float: right;
  }

  .clm-left03 {
    width: 415px;
    float: left;
  }

  .clm-right04 {
    width: 415px;
    float: right;
  }

  .clm-left04 {
    width: 300px;
    float: left;
  }

  .clm-right05 {
    width: 357px;
    float: right;
  }

  .clm-left05 {
    width: 358px;
    float: left;
  }

  .ul-normal {
    margin-left: 18px;
  }

  .h-style01 {
    background: url(../images/parts/h-style01-bg.png) left top no-repeat;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    padding-top: 22px;
    padding-left: 2px;
    margin-bottom: 19px;
  }

  .h-style02 {
    background: url(../images/parts/h-style02-bg.png) left top no-repeat;
    color: #E95433;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    margin-bottom: 17px;
  }

  .h-style03 {
    color: #E95433;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
  }

  .ul-style01 li {
    list-style: none;
  }

  .dl-style01 dt {
    float: left;
    margin-left: 12px;
    padding-top: 8px;
    color: #fb330d;
  }
  .dl-style01 dd {
    padding-top: 8px;
    padding-left: 200px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #c6c6c6;
  }
  .dl-style01 dd ul {
    margin-left: 18px;
  }

  .dl-style02 dt {
    color: #6fa7e3;
    border-bottom: 1px dotted #bcb2bf;
    padding: 0 10px;
    padding-bottom: 3px;
    margin-bottom: 7px;
  }
  .dl-style02 dd {
    padding: 0 10px;
    margin-bottom: 8px;
  }

  .dl-style03 dt {
    float: left;
    font-weight: bold;
  }
  .dl-style03 dd {
    margin-left: 7em;
  }

  .dl-style04 dt {
    float: left;
    font-weight: bold;
    width: 120px;
    text-align: right;
  }
  .dl-style04 dd {
    padding-left: 160px;
    margin-bottom: 22px;
    border-bottom: 1px dotted #e95433;
    padding-bottom: 18px;
  }

  .ol-list01 {
    margin-left: 20px;
  }
  .ol-list01 ul {
    margin-bottom: 18px;
  }
  .ol-list01 ul li {
    list-style: disc;
    margin-left: 18px;
  }

  .ol-normal {
    margin-left: 18px;
  }

  .tbl-style01 {
    width: 100%;
  }
  .tbl-style01 td, .tbl-style01 th {
    border: 1px solid #dce0e0;
    padding: 12px;
  }
  .tbl-style01 th {
    text-align: left;
    color: #ff2d2d;
  }

  .tbl-style02 {
    margin-left: 30px;
    width: 93%;
  }
  .tbl-style02 td, .tbl-style02 th {
    border: 1px solid #dce0e0;
    padding: 6px;
  }
  .tbl-style02 th {
    text-align: left;
  }
  .tbl-style02 td {
    text-align: right;
  }

  /* !会社案内 */
  .com-index-list ul {
    margin-right: -25px;
    position: relative;
    zoom: 1;
  }
  .com-index-list li {
    list-style: none;
    float: left;
    margin-right: 25px;
    margin-bottom: 34px;
  }

  #c-greeting-area {
    padding: 0 20px;
  }

  .sign {
    text-align: right;
  }

  .c-catch {
    margin-bottom: 30px;
  }

  #company-info h1 {
    margin-bottom: 30px;
  }

  #access-dl {
    margin-left: 2px;
  }
  #access-dl dt {
    float: left;
    color: #fb330d;
    font-weight: bold;
  }
  #access-dl dd {
    margin-left: 130px;
    margin-bottom: 20px;
  }
  #access-dl dd ul {
    margin-left: 18px;
  }

  #gmap {
    height: 400px;
    width: 99%;
    margin-bottom: 12px;
  }

  /* !事業紹介 */
  #solution-ind-conts h1 {
    margin-bottom: 30px;
  }

  /* !採用情報 */
  .rec-ind-list ul {
    margin-right: -25px;
    position: relative;
    zoom: 1;
  }
  .rec-ind-list li {
    list-style: none;
    float: left;
    margin-right: 25px;
    margin-bottom: 33px;
  }

  .btn-nav-3clm {
    margin-right: -25px;
    position: relative;
  }
  .btn-nav-3clm li {
    list-style: none;
    float: left;
    width: 230px;
    margin-right: 25px;
  }

  /* !サイトマップ */
  .sitemap-conts {
    margin-right: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sitemap-conts .box {
    width: 350px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .sitemap-conts ul {
    margin-bottom: 12px;
  }
  .sitemap-conts li {
    list-style: none;
  }
  .sitemap-conts a {
    color: #000;
    background: url(../images/parts/icon-arw02.png) left 5px no-repeat;
    padding-left: 12px;
    font-weight: bold;
  }
  .sitemap-conts .tit {
    display: block;
    margin-bottom: 12px;
    border-bottom: 3px solid #fa3411;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .sitemap-conts .lv02 {
    margin-left: 18px;
  }
  .sitemap-conts .lv02 a {
    font-weight: normal;
    background: url(../images/parts/icon-dot01.png) left 5px no-repeat;
  }
  .sitemap-conts .lv03 {
    margin-left: 18px;
  }
  .sitemap-conts .lv03 a {
    background: url(../images/parts/icon-dot02.png) left 5px no-repeat;
  }
  .sitemap-conts .lv04 {
    margin-left: 18px;
  }

  /* !投稿フォーマット */
  .post-header {
    background: url(../images/parts/page-tit_bg01.png) left bottom repeat-x;
    margin-bottom: 25px;
    min-height: 100px;
    overflow: hidden;
  }
  .post-header .post-header-inner {
    width: 1020px;
    margin: 0 auto;
    background: url(../images/parts/page-tit_bg02.png) right bottom no-repeat;
    min-height: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1;
  }
  .post-header h1 {
    color: #444444;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 7px;
  }
  .post-header .data-ul {
    font-size: 16px;
  }
  .post-header .data-ul li {
    float: left;
    list-style: none;
    margin-right: 12px;
  }
  .post-header .data-ul a {
    color: #000;
  }

  .t-list01 {
    margin-right: -28px;
    position: relative;
    zoom: 1;
  }
  .t-list01 li {
    list-style: none;
    width: 164px;
    float: left;
    padding-top: 145px;
    margin-right: 28px;
    position: relative;
  }
  .t-list01 a {
    color: #000;
    text-decoration: none;
  }
  .t-list01 a:hover {
    color: #d53d1c;
  }
  .t-list01 .photo {
    position: absolute;
    left: 0;
    top: 0;
  }
  .t-list01 .tit {
    background: url(../images/parts/icon-arw02.png) left no-repeat;
    padding-left: 9px;
    margin-bottom: 3px;
  }

  .t-list02 {
    line-height: 1.5;
  }
  .t-list02 li {
    list-style: none;
    padding-left: 260px;
    min-height: 164px;
    position: relative;
    margin-bottom: 20px;
  }
  .t-list02 .tit {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .t-list02 .txt {
    margin-bottom: 9px;
  }
  .t-list02 .photo {
    position: absolute;
    left: 0;
    top: 0;
  }
  .t-list02 .data {
    margin-bottom: 8px;
  }
  .t-list02 .data dt {
    float: left;
  }
  .t-list02 .data dd {
    float: left;
    margin-right: 40px;
  }
  .t-list02 .box-link01 {
    width: 480px;
  }
  .t-list02 .box-link01 a {
    width: 480px;
  }

  .t-list03 {
    line-height: 1.5;
  }
  .t-list03 li {
    list-style: none;
    margin-bottom: 40px;
  }
  .t-list03 .tit {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .t-list03 .tit a {
    color: #000;
  }
  .t-list03 .txt {
    margin-bottom: 9px;
    margin-left: 30px;
    margin-bottom: 15px;
  }
  .t-list03 .date {
    margin-left: 30px;
  }
  .t-list03 .box-link01 {
    margin-left: 30px;
    width: 710px;
  }

  .ondemand-bus-list li {
    border-bottom: 1px solid #f1e9eb;
  }
  .ondemand-bus-list .tit {
    color: #ff1b17;
    font-size: 22px;
    border-bottom: 1px solid #f66749;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
  .ondemand-bus-list .txt {
    margin-bottom: 42px;
    margin-left: 3px;
  }
  .ondemand-bus-list .photo {
    margin-bottom: 0!important;
  }

  .pervnext-post,
  .pervnext-posts {
    border-top: 3px solid #D2D2D2;
    padding-top: 20px;
    position: relative;
    height: 33px;
    margin-bottom: 30px;
  }
  .pervnext-post li,
  .pervnext-posts li {
    list-style: none;
  }
  .pervnext-post .top,
  .pervnext-posts .top {
    width: 205px;
    float: left;
  }
  .pervnext-post .prev,
  .pervnext-posts .prev {
    width: 90px;
    float: left;
    margin-right: 20px;
  }
  .pervnext-post .next,
  .pervnext-posts .next {
    width: 90px;
    float: right;
  }

  .pervnext-post .prev {
    width: 90px;
    float: right;
  }

  /* !追加 */
  .green {
    color: #5dae77;
  }

  .icon-question {
    padding-left: 55px;
    background: url(../images/parts/h-icon-question.jpg) center left no-repeat;
  }

  .icon-service {
    background: url(../images/parts/h-icon-check.jpg) 0px 5px no-repeat;
    padding-left: 20px;
    color: #E95433;
    font-size: 16px;
  }

  .no-icon {
    list-style: none;
  }

  #solution ul.service-list {
    padding-left: 26px;
  }

  #solution .service-list {
    padding: 0.5em 0 1em 55px;
  }

  #solution .service-list dt {
    color: #999;
  }

  .table-bordered {
    width: 100%;
  }

  .table-bordered th,
  .table-bordered td {
    padding: 0.5em;
    min-width: 100px;
    border: 1px solid #ddd;
    vertical-align: middle;
  }

  .cat-list {
    margin: 12px 0;
  }

  .cat-list dt, .cat-list dd {
    font-size: 10px;
  }

  .cat-list dt {
    clear: both;
    float: left;
    color: #999;
    width: 60px;
  }

  .cat-list dd {
    font-size: 11px;
    margin-left: 70px;
  }

  .cat-list dd li {
    list-style: none;
    float: left;
  }

  .cat-list dd a {
    color: white;
    display: block;
    background-color: #3324ff;
    background: linear-gradient(#6c84ff 0%, #3324ff 100%);
    background: -webkit-linear-gradient(#6c84ff 0%, #3324ff 100%);
    background: -moz-linear-gradient(#6c84ff 0%, #3324ff 100%);
    background: -ms-linear-gradient(#6c84ff 0%, #3324ff 100%);
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 0.5px 6px;
  }

  .attention {
    color: red;
    font-size: 11px;
  }

  #ondemand-bus-vis {
    position: relative;
  }
  #ondemand-bus-vis .box-link01 {
    position: absolute;
    right: 0;
    bottom: -18px;
  }

  /* !クリアフィクス */
  .cf {
    zoom: 1;
  }
  .cf:after {
    content: "";
    display: block;
    clear: both;
  }

  /* ▲styles▲ */
}
