@charset "UTF-8";
/*!
*  Style.css | @onix-kusatu
*/
/* リセット設定
   ========================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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%;
  font-style: normal;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

ul, ol {
  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; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
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; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Flex設定
   ========================================================================== */
/* 汎用設定
   ========================================================================== */
.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .row-flex > * {
    -webkit-box-flex: 1 0 0%;
    -moz-box-flex: 1 0 0%;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .row-flex__end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .row-flex__center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .row-flex__around {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around; }
  .row-flex__start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
  .row-flex__wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .row-flex__baseline {
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline; }
  .row-flex__reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.container {
  display: block;
  position: relative;
  padding: 0 10px; }
  .container:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }

@media only screen and (min-width: 768px) {
  .container {
    max-width: 1024px;
    padding: 0 10px;
    margin: 0 auto; } }
@media only screen and (min-width: 1024px) {
  .container {
    max-width: 1280px; } }
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

@media only screen and (min-width: 768px) {
  .box_left {
    float: left; }

  .box_right {
    float: right; } }
.hidden {
  display: none; }

@media only screen and (min-width: 768px) {
  .display_t {
    display: block; }

  .hidden_t {
    display: none; } }
@media only screen and (min-width: 1024px) {
  .display_d {
    display: block; }

  .hidden_d {
    display: none; } }
/* 基本設定
   ========================================================================== */
html {
  color: #222;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 768px) {
  html {
    font-size: 16px; } }
body {
  position: relative;
  font-size: 1.0rem;
  line-height: 1.6; }
  body * {
    box-sizing: border-box; }

@media only screen and (min-width: 768px) {
  body {
    min-width: 1024px; } }
img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

a {
  text-decoration: none;
  overflow: hidden; }
  a:hover img {
    opacity: 0.8; }

.line-btn {
  padding: 15px 0; }

@media only screen and (min-width: 768px) {
  .line-btn {
    padding: 30px 0; }
    .line-btn a {
      display: block;
      width: 500px;
      margin: auto; } }
.contact {
  padding: 15px 0 25px;
  text-align: center;
  background-image: url(../images/common/bg_contact@2x.png);
  background-size: 50px; }
  .contact-box {
    padding: 15px 15px;
    background-color: #fff; }
    .contact-box a {
      display: block; }
      .contact-box a + a {
        margin-top: 10px; }

@media only screen and (min-width: 768px) {
  .contact {
    padding: 20px 0 45px; } }
.btn {
  margin-bottom: 10px; }
  .btn a {
    position: relative;
    display: block;
    max-width: 300px;
    padding: 15px 5px;
    margin: auto;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    background: -moz-linear-gradient(50% 100% 90deg, #004792 0%, #0058b8 100%);
    background: -webkit-linear-gradient(90deg, #004792 0%, #0058b8 100%);
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #004792), color-stop(1, #0058b8));
    background: -o-linear-gradient(90deg, #004792 0%, #0058b8 100%);
    background: -ms-linear-gradient(90deg, #004792 0%, #0058b8 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#004792', endColorstr='#0058B8' ,GradientType=0)";
    background: linear-gradient(0deg, #004792 0%, #0058b8 100%);
    border-radius: 6px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0058B8',endColorstr='#004792' , GradientType=0); }
    .btn a::before, .btn a::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      margin: auto;
      content: "";
      vertical-align: middle; }
    .btn a::before {
      width: 20px;
      height: 20px;
      border: 2px solid #fff;
      border-radius: 50%; }
    .btn a::after {
      right: 29px;
      width: 6px;
      height: 6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg); }

@media only screen and (min-width: 768px) {
  .btn a {
    max-width: 800px;
    padding: 15px 10px;
    font-size: 1.6rem;
    border-radius: 12px; } }
/* 共通部位
   ========================================================================== */
.header {
  height: 70px;
  padding: 10px 0;
  border-bottom: 3px solid #e51a1b; }
  .header-logo {
    float: left; }
    .header-logo img {
      width: 200px; }
  .header-info {
    display: none; }
  .header-toggle {
    position: absolute;
    top: 8px;
    right: 15px;
    display: block;
    width: 40px;
    height: 30px; }
    .header-toggle-btn span {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #e51a1b;
      border-radius: 2px;
      transition: all .4s;
      box-sizing: border-box; }
      .header-toggle-btn span:nth-of-type(1) {
        top: 0; }
      .header-toggle-btn span:nth-of-type(2) {
        top: 13px; }
      .header-toggle-btn span:nth-of-type(3) {
        bottom: 0; }
  .header-follow {
    display: none; }

@media only screen and (min-width: 768px) {
  .header {
    height: auto;
    padding: 20px 0;
    border-top: 5px solid #e51a1b;
    border-bottom: none; }
    .header-logo img {
      width: 300px; }
    .header-info {
      float: right;
      display: block; }
      .header-info-txt {
        margin-bottom: 5px;
        font-size: 0.9rem;
        font-weight: 600; }
    .header-toggle {
      display: none; }
    .header-follow {
      display: block;
      position: fixed;
      bottom: 120px;
      right: 0;
      z-index: 999; }
      .header-follow-item + .header-follow-item {
        margin-top: 10px; } }
.nav {
  display: none;
  background-color: #e51a1b;
  background-color: #333; }
  .nav-list {
    padding: 10px 0;
    text-align: center; }
    .nav-list-item {
      min-width: 100%; }
      .nav-list-item a {
        display: block;
        padding: 5px;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 600; }
  .nav.open {
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 100; }

@media only screen and (min-width: 768px) {
  .nav {
    display: block;
    position: relative !important;
    top: 0 !important; }
    .nav-list {
      padding: 15px 0; }
      .nav-list-item {
        width: auto;
        min-width: inherit; } }
.footer {
  padding: 15px 0;
  padding-bottom: 100px;
  background-color: #0b308c; }
  .footer-nav {
    padding: 15px 0;
    margin-bottom: 15px; }
    .footer-nav-item {
      padding: 5px 0;
      font-size: 1.0rem;
      font-weight: 600; }
      .footer-nav-item a {
        color: #fff; }
  .footer-copy {
    color: #fff;
    font-size: 0.8rem; }
  .footer-follow {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin: auto; }

@media only screen and (min-width: 768px) {
  .footer {
    padding-bottom: 15px; }
    .footer-follow {
      display: none !important; } }
.visual {
  padding-bottom: 10px;
  background-color: #f0f0f0; }

@media only screen and (min-width: 768px) {
  .visual {
    padding-bottom: 15px; }
    .visual-slide-item img {
      width: 100%; } }
.service-ttl {
  padding: 15px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  background-color: #e51a1b; }
.service-box {
  padding: 30px 0; }
  .service-box:nth-child(odd) {
    background-color: #faedd2; }
  .service-box-ttl {
    margin-bottom: 15px; }
  .service-box-bnr {
    margin-bottom: 15px; }
  .service-box-txt {
    margin-bottom: 30px;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1.6; }
    .service-box-txt b {
      color: #f00;
      font-size: 1.4em; }

@media only screen and (min-width: 768px) {
  .service-ttl {
    padding: 20px 0;
    font-size: 2.2rem; }
  .service-box {
    padding: 45px 0; }
    .service-box-ttl {
      margin-bottom: 20px; }
      .service-box-ttl img {
        width: 500px; }
    .service-box-bnr img {
      width: 600px; }
    .service-box-txt {
      font-size: 1.2rem;
      line-height: 1.6; } }
.maintenance {
  padding: 45px 0 0; }
  .maintenance-ttl {
    margin-bottom: 15px; }
  .maintenance-lead {
    margin-bottom: 30px;
    font-size: 1.1rem;
    line-height: 1.6; }
  .maintenance-txt {
    margin-bottom: 30px; }
  .maintenance-service {
    margin-bottom: 30px; }
    .maintenance-service-item {
      min-width: 120px;
      max-width: 180px;
      margin: 10px;
      text-align: left; }
      .maintenance-service-item-img {
        width: 100%;
        margin-bottom: 10px; }
      .maintenance-service-item-ttl {
        margin-bottom: 5px;
        font-size: 1.1rem;
        font-weight: 600; }
      .maintenance-service-item-txt {
        font-size: 1.0rem;
        line-height: 1.4; }
  .maintenance-icon {
    margin: 0 auto 30px; }
    .maintenance-icon-item {
      display: inline-block;
      margin: 10px; }

@media only screen and (min-width: 768px) {
  .maintenance {
    padding-top: 60px; }
    .maintenance-txt {
      margin-bottom: 30px; }
    .maintenance-service {
      max-width: 1200px;
      margin: 0 auto 45px; }
      .maintenance-service-item {
        min-width: inherit;
        max-width: 300px; }
        .maintenance-service-item-img {
          width: 300px; }
        .maintenance-service-item-txt {
          font-size: 0.9rem; }
    .maintenance-icon {
      max-width: 800px;
      margin: 0 auto 45px; }
      .maintenance-icon-item {
        width: 80px; } }
.recommend {
  padding: 30px 0; }
  .recommend-ttl {
    margin-bottom: 15px; }
  .recommend-list {
    margin-bottom: 30px; }
  .recommend-item + .recommend-item {
    margin-top: 10px; }

@media only screen and (min-width: 768px) {
  .recommend {
    padding: 45px  0 30px; }
    .recommend-ttl {
      margin-bottom: 30px; }
      .recommend-ttl img {
        width: 360px; } }
.access-ttl {
  padding: 20px 0;
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  background-color: #d21d24; }
.access-map {
  margin-bottom: 5px; }
.access-lead {
  margin-bottom: 5px;
  color: #d60012;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4; }
.access-addr {
  margin-bottom: 30px;
  font-weight: 600; }
.access .gmap iframe {
  width: 100%;
  height: 300px; }

@media only screen and (min-width: 768px) {
  .access-ttl {
    margin-bottom: 45px;
    font-size: 1.8rem; }
  .access-map img {
    width: 600px; }
  .access-lead {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.4; }
  .access .gmap iframe {
    height: 500px; } }
.page-head {
  position: relative;
  height: 80px;
  background-color: #f0f0f0; }
  .page-head-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
    font-weight: 600; }

@media only screen and (min-width: 768px) {
  .page-head {
    height: 120px; }
    .page-head-name {
      font-size: 1.8rem; } }
.section-ttl {
  max-width: 1000px;
  padding: 5px 0;
  margin: 0 auto 20px;
  font-size: 1.6rem;
  text-align: left;
  text-align: center;
  border-bottom: 3px solid #ccc; }
.section-txt {
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: 1.6; }
.section-table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 15px; }
  .section-table-th {
    padding: 10px;
    background-color: #ededed;
    border: 1px solid #ccc; }
  .section-table-td {
    text-align: left;
    padding: 10px 20px;
    border: 1px solid #ccc; }

@media only screen and (min-width: 768px) {
  .section-ttl {
    padding: 10px 0;
    margin-bottom: 45px;
    font-size: 1.8rem; } }
.home-news {
  padding: 20px 0;
  background-color: #fff; }
  .home-news-ttl {
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 600; }
  .home-news-item a {
    color: inherit; }
    .home-news-item a:hover {
      text-decoration: underline; }
  .home-news-item + .home-news-item {
    margin-top: 15px; }
  .home-news-item-ttl {
    margin-bottom: 10px;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1.4; }
  .home-news-item-txt {
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: left; }
  .home-news-item-date {
    display: inline-block;
    padding: 1px 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 0.9rem;
    background-color: #aaa;
    background-color: #333; }

@media only screen and (min-width: 768px) {
  .home-news {
    padding: 30px 0; }
    .home-news-ttl {
      margin-bottom: 30px; }
    .home-news-item-ttl {
      margin-bottom: 5px;
      font-size: 1.1rem; }
    .home-news-item-txt {
      font-size: 0.9rem;
      text-align: center; } }
.home-service-ttl {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 600; }
.home-service-list {
  padding: 30px 0;
  background-color: #f0f0f0; }
.home-service-item {
  min-width: 50%;
  padding: 5px; }

@media only screen and (min-width: 768px) {
  .home-service-list > div {
    max-width: 1200px;
    margin: auto; }
  .home-service-item {
    min-width: 50%;
    padding: 10px; } }
/* 普通車リース
   ========================================================================== */
.lease-visual {
  background: repeating-linear-gradient(-45deg, #ffc900 0, #ffc900 20px, #ffd974 20px, #ffd974 40px); }
  .lease-visual-img {
    margin: auto;
    padding: 0 15px; }

@media only screen and (min-width: 768px) {
  .lease-visual {
    background: repeating-linear-gradient(-45deg, #ffc900 0, #ffc900 20px, #ffd974 20px, #ffd974 40px); }
    .lease-visual-img {
      max-width: 900px;
      margin: auto;
      padding: 30px 0; } }
.lease-about {
  padding: 30px 0 15px;
  background-color: #f0f0f0; }
  .lease-about-lead {
    margin-bottom: 15px; }
  .lease-about-txt {
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.6; }

@media only screen and (min-width: 768px) {
  .lease-about {
    padding: 45px 0; }
    .lease-about-lead {
      margin-bottom: 30px; }
      .lease-about-lead img {
        width: 500px; }
    .lease-about-txt {
      font-size: 1.4rem; } }
.lease-recommend {
  padding: 0; }
  .lease-recommend-ttl {
    padding: 20px 0;
    margin-bottom: 15px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    background-color: #d21d24; }
  .lease-recommend-list {
    max-width: 1000px;
    padding: 45px 0;
    margin: auto; }
  .lease-recommend-item {
    min-width: 300px;
    margin-bottom: 15px; }

@media only screen and (min-width: 768px) {
  .lease-recommend-ttl {
    font-size: 1.8rem; }
  .lease-recommend-item {
    min-width: 50%;
    margin-bottom: 15px; } }
/* 軽帯自動車
   ========================================================================== */
.keitai-about {
  padding: 45px 0;
  background-image: url("../images/keitai/bg_keitai_obi.gif"); }
  .keitai-about-logo {
    margin-bottom: 30px; }
  .keitai-about-lead {
    margin-bottom: 15px; }
  .keitai-about-txt {
    margin-bottom: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.6; }

@media only screen and (min-width: 768px) {
  .keitai-about-logo {
    margin-bottom: 45px; }
    .keitai-about-logo img {
      width: 300px; }
  .keitai-about-lead {
    margin-bottom: 30px; }
    .keitai-about-lead img {
      width: 500px; }
  .keitai-about-txt {
    font-size: 1.4rem; } }
.keitai-recommend {
  padding: 0; }
  .keitai-recommend-ttl {
    padding: 20px 0;
    margin-bottom: 15px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    background-color: #29aae1; }
  .keitai-recommend-list {
    max-width: 1000px;
    padding: 45px 0;
    margin: auto; }
  .keitai-recommend-item {
    min-width: 300px;
    margin-bottom: 15px; }

@media only screen and (min-width: 768px) {
  .keitai-recommend-ttl {
    font-size: 1.8rem; }
  .keitai-recommend-item {
    min-width: 50%;
    margin-bottom: 15px; } }
.keitai-merit {
  padding: 0; }
  .keitai-merit-ttl {
    padding: 20px 0;
    margin-bottom: 15px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    background-color: #29aae1; }
  .keitai-merit-wrap {
    max-width: 1280px;
    margin: auto;
    padding-bottom: 30px; }

@media only screen and (min-width: 768px) {
  .keitai-merit-ttl {
    font-size: 1.8rem; } }
.keitai-lease {
  padding: 45px 0 0; }
  .keitai-lease-ttl {
    padding: 20px 0;
    margin-bottom: 15px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    background-color: #29aae1; }
  .keitai-lease-wrap {
    max-width: 1280px;
    margin: auto;
    padding-bottom: 30px; }

@media only screen and (min-width: 768px) {
  .keitai-lease-ttl {
    font-size: 1.8rem; } }
/* 軽帯自動車
   ========================================================================== */
.inspection-hero {
  background-image: url("../images/keitai/bg_keitai_obi.gif"); }
  .inspection-hero-wrap {
    max-width: 1280px;
    margin: auto; }
  .inspection-hero-btn {
    padding: 30px 20px; }

@media only screen and (min-width: 768px) {
  .inspection-hero-logo img {
    width: 100%; }
  .inspection-hero-btn {
    padding: 45px 0; } }
.inspection-section {
  padding-bottom: 30px; }
  .inspection-section-ttl {
    padding: 15px 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    background-color: #f73128; }
  .inspection-section-lead {
    margin-bottom: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4; }

@media only screen and (min-width: 768px) {
  .inspection-section {
    padding-bottom: 60px; }
    .inspection-section-ttl {
      padding: 20px 0;
      margin-bottom: 45px;
      font-size: 2.2rem; }
    .inspection-section-lead {
      margin-bottom: 45px;
      font-size: 1.4rem;
      line-height: 1.6; } }
.inspection-merit-sbj {
  max-width: 80%;
  margin: auto; }
.inspection-merit-list {
  padding: 15px 0; }
.inspection-merit-item {
  min-width: 280px;
  margin: 0 10px; }

@media only screen and (min-width: 768px) {
  .inspection-merit-list {
    padding: 30px 0; }
  .inspection-merit-item {
    min-width: inherit;
    margin: 0; } }
.inspection-faq {
  padding-bottom: 0; }
  .inspection-faq-dl {
    padding: 20px 0 30px; }
  .inspection-faq-dt {
    margin-bottom: 15px; }
    .inspection-faq-dt img {
      height: 32px; }
  .inspection-faq-dd {
    max-width: 80%;
    margin: 0 auto 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left; }

@media only screen and (min-width: 768px) {
  .inspection-faq-dt {
    margin-bottom: 20px; }
    .inspection-faq-dt img {
      height: 44px; }
  .inspection-faq-dd {
    max-width: 60%;
    font-size: 1.2rem;
    line-height: 1.6; } }
/* 会社案内
   ========================================================================== */
.company-outline {
  padding: 30px 0 0; }
  .company-outline-img {
    margin-bottom: 30px; }

@media only screen and (min-width: 768px) {
  .company-outline {
    padding-top: 45px; } }
.company-recruit {
  padding: 30px 0; }

@media only screen and (min-width: 768px) {
  .company-recruit {
    padding: 45px 0; } }
.contact-form {
  padding: 30px 0; }

@media only screen and (min-width: 768px) {
  .contact-form {
    padding: 30px 0; } }
.form {
  padding: 30px 0; }
  .form-wrap {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 45px; }
  .form-box {
    padding: 10px 30px;
    text-align: left; }
    .form-box:nth-child(odd) {
      background-color: #fafafa; }
    .form-box-legend {
      margin-bottom: 5px;
      font-size: 1.0rem;
      font-weight: 600; }
    .form-box-help {
      padding: 5px 0;
      color: #888;
      font-size: 0.9rem; }
    .form-box-notice {
      padding: 5px 0;
      color: #c00;
      font-size: 0.9rem; }
  .form-attention {
    margin-bottom: 30px;
    font-size: 1.0rem;
    line-height: 1.6; }
  .form-btn button {
    display: inline-block;
    min-width: 300px;
    padding: 10px 30px;
    margin: auto;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    background-color: #333;
    border: 2px solid #333;
    border-radius: 3px;
    cursor: pointer; }
    .form-btn button:hover {
      color: #333;
      background-color: #fff; }
  .form .label {
    display: inline;
    padding: 0.2em 0.6em;
    margin-left: 1em;
    color: #fff;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #777;
    border-radius: 0.25em; }
    .form .label.hissu {
      background-color: #d22; }

#form .typeBox {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  height: 40px;
  padding: 6px 10px;
  color: #555;
  font-size: 1.1rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: none; }
  #form .typeBox:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  #form .typeBox.require {
    border-color: #E53935; }
#form input[name="name"], #form input[name="kana"] {
  max-width: 300px; }
#form input[name="tel"], #form input[name="fax"] {
  max-width: 200px; }
#form input[name="zip"] {
  max-width: 100px; }
#form select[name="pref"] {
  max-width: 120px; }
#form select[name="hour"], #form select[name="minute"] {
  max-width: 120px; }
#form textarea.typeBox {
  min-height: 80px;
  resize: vertical; }
#form textarea[name="body"] {
  min-height: 140px;
  max-width: 100%; }
#form input:disabled, #form textarea:disabled {
  background-color: #f0f0f0; }
#form label {
  display: inline-block;
  padding: 6px 9px;
  margin-right: 6px;
  margin-bottom: 6px;
  background-color: #f2f2f2;
  border: 1px solid #ccc; }
  #form label input[type=checkbox], #form label input[type=radio] {
    margin-right: 10px; }
  #form label.require {
    border-color: #E53935; }
#form .help {
  color: #737373;
  padding-top: 5px;
  margin: 0; }
#form .error input[type="text"], #form .error input[type="tel"], #form .error input[type="email"], #form .error textarea {
  background-color: #FFEEEE; }
#form .error label {
  background-color: #FFEEEE; }
