@charset "UTF-8";
p {
  line-height: initial;
  margin: 0;
}

th, td, li, dt, dl {
  line-height: initial;
}

header {
  margin: 1% 1vw;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1%;
  padding-bottom: 0;
}
header .navi_up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .navi_up h1 {
  padding: 0;
}
header .navi_up .navi_sub ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .navi_up .navi_sub ul li {
  border-right: solid 1px #000;
  margin: 0 1vw;
  padding: 0 0.5vw;
  font-size: 1vw;
}
@media screen and (min-width: 1200px) {
  header .navi_up .navi_sub ul li {
    font-size: 12px;
  }
}
header .navi_up .navi_sub ul li label {
  position: relative;
  right: 7%;
}
header .navi_up .navi_sub ul li:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  font-size: 10px;
  right: 7%;
  position: relative;
}
header .navi_up .navi_sub ul li:last-child {
  border-right: none;
}
header .navi_up .navi_sub img {
  vertical-align: middle;
  width: 3%;
}
header nav {
  display: block;
}
header nav .navi_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 50px;
}
header nav .navi_main label {
  display: inline-block;
  border-right: solid 1px #000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  margin: auto;
  padding: 8px 0.5vw;
}
header nav .navi_main label a {
  color: #000;
}
header nav .navi_main label a span {
  font-weight: bold;
  font-size: 1.2vw;
}
@media screen and (min-width: 1200px) {
  header nav .navi_main label a span {
    font-size: 15px;
  }
}
header nav .navi_main label a span.ipad {
  font-size: 1.1vw;
}
header nav .navi_main label:last-child {
  border-right: none;
}
header nav .navi_main label:hover {
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  header {
    /*============
    nav
    =============*/
    /*============
    .toggle_btn
    =============*/
    /*============
    #mask
    =============*/
  }
  header nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 51;
    opacity: 0;
  }
  header .open nav {
    left: 0;
    opacity: 1;
  }
  header nav .inner {
    padding: 25px;
  }
  header nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  header nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  header nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  header nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  header nav {
    left: -220px;
    width: 220px;
  }
  header .toggle_btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 12px;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 4;
  }
  header .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  header .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  header .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  header .open .toggle_btn span {
    background-color: #fff;
  }
  header .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  header .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  header .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  header #mask {
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 3;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  footer dl dt {
    width: 100%;
    background-color: #0080CC;
    color: #fff;
    border-bottom: solid 1px #0B5FCE;
    position: relative;
    padding: 5px 0;
    padding-left: 10px;
  }
  footer dl dt:before {
    content: "　";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: 40px;
    border-left: 2px solid #0B5FCE;
    height: 98%;
    bottom: 1px;
  }
  footer dl dt:after {
    content: "+";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: 25px;
    font-size: 17px;
  }
  footer dl dt.on:after {
    content: "－";
  }
  footer dl dd {
    display: none;
  }
  footer dl dd p {
    padding-left: 4%;
    border-bottom: solid 1px #ccc;
    margin: 2% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer dl dd p:last-child {
    border-bottom: none;
  }
  footer dl dd p span {
    margin-right: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  footer dl dd p span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer dl dd p a {
    display: inline-block;
    width: 80%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  footer dl dd p a {
    width: 64%;
  }
}
@media screen and (max-width: 767px) {
  footer .logo {
    text-align: center;
    margin: 3% 0;
  }
  footer .logo a img {
    display: inline-block;
    width: 60%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  footer .cp {
    text-align: center;
  }
  footer .cp p {
    background-color: #0080CC;
    color: #fff;
    padding: 5px;
  }
  .pagetop {
    right: 6px;
    bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
#liveAera {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  #liveAera {
    width: initial;
    padding: 5px;
  }
}
#liveAera #contentsBody {
  /*
  @media screen and (min-width: $pc-long-size) {
      width:978px;
      float:right;
      margin: 0;
  }
  */
  float: none;
  width: 1000px;
}
#liveAera #contentsBody.ipad {
  width: 920px;
  float: left;
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 768px) {
  #liveAera #contentsBody #worksNew .sec_img {
    width: 1000px;
  }
}
#liveAera #contentsBody #worksNew .bg_blue {
  background: url(../img/bg_blue_box_service_sp.png) no-repeat center;
  margin-top: 16px;
  /*
  @media screen and (max-width: $sp-size) {
      margin-top: 16px;
  }
  */
}
#liveAera #contentsBody #worksNew .bg_blue .box-content {
  height: auto;
  text-align: center;
  padding: 2% 0;
}
#liveAera #contentsBody #worksNew .bg_blue .box-content .seq-icon {
  display: inline-block;
  width: 14%;
}
#liveAera #contentsBody #worksNew .bg_blue .box-content h2 {
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 3%;
  font-size: 26px;
}
#liveAera #contentsBody #worksNew .bg_blue .box-content .main_txt {
  font-size: 16px;
}
#liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2%;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new {
    display: block;
    margin-bottom: 11px;
  }
}
#liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new img {
  display: block;
  position: relative;
  width: 570px;
  height: 334px;
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new img {
    width: 94%;
    margin: auto;
  }
}
#liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt {
  background-color: #fff;
  position: relative;
  width: 570px;
  height: 334px;
  /*
  &.top {
      height: 261px;  
  }
  */
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt {
    right: 0;
    padding: 0;
    width: 94%;
    text-align: left;
    margin: auto;
    margin-top: 11px;
    height: 100%;
    font-size: 18px;
  }
}
#liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt .block-annai-title {
  display: block;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt .block-annai-title {
    font-size: 18px;
    padding: 9px;
    padding-bottom: 0;
  }
}
#liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt .block-annai-title:before {
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 18px; /*画像の幅*/
  height: 18px; /*画像の高さ*/
  background-image: url(../img/icon_right_arrow_blue_small.png);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  right: 10px;
  bottom: 1px;
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt .block-annai-title:before {
    right: 0;
    margin-right: 9px;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt .block-annai-message {
    display: inline-block;
    padding: 10px;
  }
}
#liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt .block-link {
  font-size: 14px;
  background-color: #0080CC;
  color: #fff;
  margin: 0 10px;
  font-weight: bold;
}
#liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt .block-link a {
  color: #fff;
}
#liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt .block-annai-txt-head {
  vertical-align: middle;
  display: table-cell;
}
#liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt .block-annai-txt-head .block-annai-message {
  display: inline-block;
  margin-top: 3%;
}
#liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt dl {
  margin: 5% 10px;
}
#liveAera #contentsBody #worksNew .bg_blue .box-content .btn_detail {
  background-color: #0080CC;
  padding: 2%;
  border-radius: 22px;
  font-weight: bold;
  margin-top: 6%;
  margin: 5% 15%;
}
#liveAera #contentsBody #worksNew .bg_blue .box-content .btn_detail a {
  font-size: initial;
  color: #fff;
}
#liveAera #contentsBody #worksNew #worksNewBox h2 {
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #worksNew #worksNewBox h2 {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #worksNew #worksNewBox h2 img {
    width: 100%;
    position: relative;
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 h3 img:first-child {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 h3 img:last-child {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 h4 img {
    width: 46%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 h5 img {
    width: 100%;
  }
}
#liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 table .num0a {
  position: relative;
  right: 4px;
}
@media screen and (min-width: 414px) {
  #liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 table .num0a {
    right: 5vw;
  }
}
@media screen and (min-width: 768px) {
  #liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 table .num0a {
    right: initial;
  }
}
#liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 table .num0b {
  position: relative;
  right: 63px;
}
@media screen and (min-width: 414px) {
  #liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 table .num0b {
    right: 22vw;
  }
}
@media screen and (min-width: 768px) {
  #liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 table .num0b {
    right: initial;
  }
}
#liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 table .num1 {
  position: relative;
  left: 69px;
  top: 16px;
}
@media screen and (min-width: 414px) {
  #liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 table .num1 {
    left: 69px;
    top: 16px;
  }
}
#liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 table .num2 {
  position: relative;
  left: 24px;
  top: 17px;
}
@media screen and (min-width: 414px) {
  #liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 table .num2 {
    left: 21px;
    top: 17px;
  }
}
#liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 table .num4 {
  position: relative;
  left: 14px;
}
@media screen and (min-width: 414px) {
  #liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 table .num4 {
    left: 10px;
  }
}
#liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 table .num5 {
  position: relative;
  left: 113px;
}
@media screen and (min-width: 414px) {
  #liveAera #contentsBody #worksNew #worksNewBox #worksNewBox01 table .num5 {
    eft: 105px;
  }
}
@media screen and (min-width: 768px) {
  #liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new img {
    width: 49%;
  }
  #liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt {
    width: 46%;
  }
  #liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt dl {
    text-align: left;
  }
  #liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt .block-annai-txt-head {
    display: block;
    margin-top: 2vw;
  }
  #liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt .block-annai-txt-head .block-annai-message {
    text-align: left;
    margin: 0 10px;
    margin-top: 5%;
  }
  #liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt .block-link {
    cursor: pointer;
    margin-top: 5%;
  }
  #liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new .block-annai-txt .block-link:hover {
    opacity: 0.7;
  }
  #liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new:first-of-type {
    width: 100%;
  }
  #liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new:first-of-type img {
    height: 420px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #liveAera #contentsBody #worksNew .bg_blue .box-content .block-annai-new:first-of-type .block-annai-txt {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #info #topicsBox dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #info #topicsBox dl dt {
    float: none;
    width: 30%;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #info #topicsBox dl dd {
    float: none;
    width: 61%;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #info #info01 div img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #info #info02 table {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #info #info02 table tr td {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #info #info02 table tr td .alignleft {
    float: none;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #info .contentsMenuWarp {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #info .contentsMenuWarp .contentsMenu {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #info .contentsMenuWarp .contentsMenu section {
    float: none;
    margin: auto;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #info .contentsMenuWarp .contentsMenu section img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #csr #contentsMenuBWarp {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #csr #contentsMenuBWarp #contentsMenuB {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #csr #contentsMenuBWarp #contentsMenuB section {
    width: 100%;
    float: none;
  }
}
#liveAera #contentsBody #csr #contentsMenuBWarp #contentsMenuB section h1 {
  background-color: #0080CC;
  text-align: center;
  border-top: none;
  border-radius: 22px;
  font-weight: bold;
}
#liveAera #contentsBody #csr #contentsMenuBWarp #contentsMenuB section h1 a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #liveAera #contentsBody #recruit #contentsMenuBWarp {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #liveAera #contentsBody #recruit #contentsMenuBWarp #contentsMenuB {
    width: 100%;
  }
}
#liveAera #contentsBody #recruit #contentsMenuBWarp #contentsMenuB section {
  width: 44%;
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #recruit #contentsMenuBWarp #contentsMenuB section {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #recruit_new article img {
    width: 100%;
  }
}
#liveAera #contentsBody .recruit_area img {
  width: 680px;
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody .recruit_area img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #guide section .parking {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #guide section .parking .parkingL {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #guide section .parking .parkingR {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #aboutus table th {
    padding: 0.8em 8px 0.8em 3px;
  }
}
#liveAera #contentsBody #contact01 h2 {
  font-size: initial;
}
#liveAera #contentsBody #contact01 .notice {
  background: #f1edd9;
  padding: 20px;
}
#liveAera #contentsBody #contact01 .notice span {
  font-size: 1.17em;
  font-weight: bold;
  color: #000;
}
#liveAera #contentsBody #contact01 .ac {
  text-align: center !important;
}
#liveAera #contentsBody #contact01 .ac label {
  padding: 0 1em 0 0.5em;
}
#liveAera #contentsBody #contact01 .dis {
  color: #888888 !important;
  background: #cbd3d8;
  cursor: default !important;
}
@media screen and (max-width: 767px) {
  #liveAera #contentsBody #contact02 table td {
    display: block;
  }
}
/*事業内容*/
.service{
}
	.service #counter{
		margin:0 0 40px 0;
	}
		.service #counter div,
		.service #counter p{
			box-sizing: border-box;
		}
		.service #counter h2{
			color:#fff;
			display:inline;
			line-height:100%;
		}

		/*パラカ株式会社*/
		.service #counter .paraca{
			background:url(/wp-content/themes/twentythirteen/images/logo.png) no-repeat #fff;
			background-position:center center;
			border:1px solid #ccc;
			height:110px;
			margin:20px 0 0 0;
			position:relative;
			width:100%;
		}
			.service #counter .paraca small{
				position:absolute;
				bottom:5px;
				font-size:16px;
				right:10px;
			}
		/*上段*/
		.service #counter .first_border{
			border-left:10px solid #ccc;
			border-right:10px solid #ccc;
			height:20px;
			margin:0 0 0 30%;
			width:52.5%;
		}
		.service #counter .first{
			display:table;
			width:100%;
		}
		/*駐車場事業*/
		.service #counter .chusya{
			background:#11549B;
			border-right:10px solid #fff;
			display:table-cell;
			width:65%;
			height:auto;
			padding:20px;
			position:relative;
		}
			.service #counter .chusya h2{
				color:#fff;
				font-size:30px;
				position:absolute;
				top:20px;
				left:20px;
			}
			.service #counter div p{
				text-align:right;
			}
			.service #counter .chusya p:nth-of-type(1){
				margin-bottom:10px;
			}
				.service #counter div span{
					background:#333;
					color:#fff;
					font-size:25px;
					margin:0 5px 0 0;
					padding:2px 4px;
				}
				.service #counter div i{
					color:#fff;
					font-size:15px;
				}
		/*保有駐車場*/
		.service #counter .taiyo{
			background:#FFC203;
			display:table-cell;
			width:35%;
			height:auto;
			padding:20px;
			position:relative;
		}
			.service #counter .taiyo h2{
				color:#fff;
				font-size:30px;
				position:absolute;
				top:20px;
				left:20px;
			}
			.service #counter .taiyo p:nth-of-type(1){
				margin-bottom:10px;
			}
				.service #counter .taiyo i{
					color:#333;
				}
		/*中段*/
		.service #counter .second_border{
			border-left:10px solid #ccc;
			border-right:10px solid #ccc;
			height:20px;
			margin:0 0 0 15%;
			width:33%;
		}
		.service #counter .second{
			display:table;
			width:65%;
		}
		/*賃借駐車場*/
		.service #counter .chin{
			background:#1276BA;
			border-right:10px solid #fff;
			display:table-cell;
			width:50%;
			height:auto;
			padding:20px;
			position:relative;
		}
			.service #counter .chin h2{
				color:#fff;
				font-size:25px;
				position:absolute;
				top:20px;
				left:20px;
			}
			.service #counter .chin p:nth-of-type(1){
				margin-bottom:10px;
			}
		.service #counter .hoyu{
			background:#1276BA;
			border-right:10px solid #fff;
			display:table-cell;
			width:50%;
			height:auto;
			padding:20px;
			position:relative;
		}
			.service #counter .hoyu h2{
				color:#fff;
				font-size:25px;
				position:absolute;
				top:20px;
				left:20px;
			}
			.service #counter .hoyu p:nth-of-type(1),
			.service #counter .hoyu p:nth-of-type(2){
				margin-bottom:10px;
			}
			.service #counter .hoyu small{
				color:#fff;
				font-size:15px;
				margin-right:10px;
			}
		/*下段*/
		.service #counter .third_border{
			border-left:10px solid #ccc;
			border-right:10px solid #ccc;
			height:20px;
			margin:0 0 0 7.5%;
			width:17%;
		}
		.service #counter .third{
			display:table;
			width:32.5%;
		}
			.service #counter .third h2{
				background:#448FC2;
				color:#fff;
				display:table-cell;
				font-size:25px;
				padding:20px 0;
				text-align:center;
				border-right:10px solid #fff;
			}
/*事業内容スマホ*/
@media screen and (max-width: 767px) {
.service{
}
	.service #counter{
		margin:0 0 5vw 0;
	}
		.service #counter h2{
			display:block;
			text-align:center;
			margin:0 0 4vw 0;
		}
		/*パラカ株式会社*/
		.service #counter .paraca{
			background:url(/wp-content/themes/twentythirteen/images/logo.png) no-repeat #fff;
			background-position:center center;
			background-size:90% auto;
			border:1px solid #ccc;
			height:20vw;
			margin:4vw 0 0 0;
			position:relative;
			width:100%;
		}
			.service #counter .paraca small{
				font-size:3vw;
				position:absolute;
				top:1vw;
				right:1vw;
			}
		/*上段*/
		.service #counter .first_border{
			border-left:10px solid #ccc;
			border-right:10px solid #ccc;
			height:5vw;
			margin:0 0 0 30%;
			width:52.5%;
		}
		.service #counter .first{
			display:table;
			width:100%;
		}
		/*駐車場事業*/
		.service #counter .chusya{
			background:#11549B;
			border-right:4vw solid #fff;
			display:table-cell;
			width:55%;
			height:auto;
			padding:4vw;
		}
			.service #counter .chusya h2{
				color:#fff;
				font-size:4.5vw;
				position:relative;
				top:0;
				left:0;
			}
			.service #counter div p{
				text-align:right;
			}
			.service #counter .chusya p:nth-of-type(1){
				margin-bottom:2vw;
			}
				.service #counter div span{
					background:#333;
					color:#fff;
					font-size:5vw;
					margin:0 2vw 0 0;
					padding:0.5vw 2vw;
				}
				.service #counter div i{
					color:#fff;
					font-size:3.5vw;
				}
		/*保有駐車場*/
		.service #counter .taiyo{
			background:#FFC203;
			display:table-cell;
			width:45%;
			height:auto;
			padding:4vw;
			position:relative;
		}
			.service #counter .taiyo h2{
				color:#fff;
				font-size:4.5vw;
				position:relative;
				top:0;
				left:0;
			}
			.service #counter .taiyo p:nth-of-type(1){
				margin-bottom:2vw;
			}
				.service #counter .taiyo i{
					color:#333;
				}
		/*中段*/
		.service #counter .second_border{
			border-left:10px solid #ccc;
			border-right:10px solid #ccc;
			height:5vw;
			margin:0 0 0 20%;
			width:29.5%;
		}
		.service #counter .second{
			display:table;
			width:100%;
		}
		/*賃借駐車場*/
		.service #counter .chin{
			background:#1276BA;
			border-right:3vw solid #fff;
			display:table-cell;
			width:45%;
			height:auto;
			padding:3vw;
			position:relative;
		}
			.service #counter .chin h2{
				color:#fff;
				font-size:4.5vw;
				position:relative;
				top:0;
				left:0;
			}
			.service #counter .chin p:nth-of-type(1){
				margin-bottom:2vw;
			}
				.service #counter .chin i,
				.service #counter .hoyu i,
				.service #counter .hoyu small{
					font-size:3vw;
					letter-spacing:0;
				}

		/*保有駐車場*/
		.service #counter .hoyu{
			background:#1276BA;
			border:none;
			display:table-cell;
			width:55%;
			height:auto;
			padding:3vw;
			position:relative;
		}
			.service #counter .hoyu h2{
				color:#fff;
				font-size:4.5vw;
				position:relative;
				top:0;
				left:0;
			}
			.service #counter .hoyu p:nth-of-type(1),
			.service #counter .hoyu p:nth-of-type(2){
				margin-bottom:2vw;
			}

		/*下段*/
		.service #counter .third_border{
			border-left:10px solid #ccc;
			border-right:10px solid #ccc;
			height:5vw;
			margin:0 0 0 8%;
			width:25.5%;
		}
		.service #counter .third{
			display:table;
			width:46%;
		}
			.service #counter .third h2{
				background:#448FC2;
				color:#fff;
				display:table-cell;
				font-size:4.5vw;
				padding:3vw 2vw;
				text-align:center;
				border-right:4vw solid #fff;
			}
}