@charset "UTF-8";
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

img {
  border: 0;
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul {
  list-style: none; }

caption, th {
  text-align: left; }

/*--h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}--*/
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* html
------------------------------------------------- */
html {
  overflow-y: scroll;
  height: 100%;
  scroll-behavior: smooth; }

/* body
------------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  color: #000435!important;
  font-size: 14px!important;
  font-family: 'noto sans'!important;
  line-height: 1.6;
  letter-spacing: 0.05em;
  _display: inline;
  _zoom: 1; }
  body .pc {
    display: block;
  }
  body .sp {
    display: none;
  }

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  body {
    min-width: 1024px;
  }
}
@media (max-width: 640px) {
  body {
    min-width: 320px;
    max-width: 640px;
    font-size: 12px!important;
  }
  body img {
    width: 100%;
    height: auto;
  }
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
}
/* wrapper
------------------------------------------------- */
#wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative; }

/* header
------------------------------------------------- */
.header {
  background: #fff; }
  .header__inner {
    max-width: 1160px;
    display: flex;
    margin: 0 auto;
    padding: 20px 20px; }
    .header__inner--logo {
      /* width: 400px; */
      flex-grow: 1;
      /* float: left; */
    }
    .header__inner--logo img {
      height: auto;
      max-width:400px;
    }
    @media (max-width: 640px) {
      .header__inner--logo img {
        max-width:280px;
      }
    }
    .header__inner--right {
      padding-top: 5px;
      display: flex;
    }
    .header__inner--right ul {
      display: flex;
      align-items: center;
    }
    .header__inner--right li {
      white-space: nowrap;
      margin-right: 2%;
    }
    .header__inner--right li a {
      padding: 17px 8px;
    }
    .header__inner--right li.signup {
    }
    .header__inner--right li.signup a {
      display: block;
      border-radius: 5px;
      background: #f5f5f5;
      text-align: center;
      font-family: 'noto sans bold';
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    }
    .header__inner--right li.signup a span {
      padding-left: 25px;
      position: relative;
    }
    .header__inner--right li.signup a span:before {
      content: "";
      position: absolute;
      top: 2px;
      left: 0;
      background: url("/images/icon_register.png") no-repeat center center;
      width: 16px;
      height: 16px;
    }
    .header__inner--right li.signup a:hover {
      background: #edefff;
      text-decoration: none;
      -moz-transition: .5s;
      -webkit-transition: .5s;
      -o-transition: .5s;
      -ms-transition: .5s;
      transition: .5s;
    }
    .header__inner--right li.signin {
    }
    .header__inner--right li.signin a {
      display: block;
      border-radius: 5px;
      background: #f5f5f5;
      text-align: center;
      font-family: 'noto sans bold';
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
    }
    .header__inner--right li.signin a span {
      padding-left: 28px;
      position: relative;
    }
    .header__inner--right li.signin a span:after {
      content: "";
      position: absolute;
      top: 10%;
      left: 0;
      background: url("/images/icon_login.png") no-repeat center center;
      width: 18px;
      height: 18px;
    }
    .header__inner--right li.signin a:hover {
      background: #edefff;
      text-decoration: none;
      -moz-transition: .5s;
      -webkit-transition: .5s;
      -o-transition: .5s;
      -ms-transition: .5s;
      transition: .5s;
    }
    .header__inner--right li.mypage {

    }
          .header__inner--right li.mypage a {
            display: block;
            border-radius: 5px;
            border: 1px solid #ba1400;
            background: #fff;
            text-align: center;
            color: #ba1400;
            font-family: 'noto sans bold';
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            .header__inner--right li.mypage a span {
              padding-left: 28px;
              position: relative; }
              .header__inner--right li.mypage a span:after {
                content: "";
                position: absolute;
                top: 10%;
                left: 0;
                background: url("/images/icon_mypage.png") no-repeat center center;
                width: 18px;
                height: 18px; }
            .header__inner--right li.mypage a:hover {
              background: #fcebe9;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
        .header__inner--right li.contact {
        }
          .header__inner--right li.contact a {
            display: block;
            border-radius: 5px;
            border: 1px solid #000435;
            background: #fff;
            text-align: center;
            font-family: 'noto sans bold';
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            .header__inner--right li.contact a span {
              padding-left: 28px;
              position: relative; }
              .header__inner--right li.contact a span:after {
                content: "";
                position: absolute;
                top: 10%;
                left: 0;
                background: url("/images/icon_contact.png") no-repeat center center;
                width: 19px;
                height: 16px; }
            .header__inner--right li.contact a:hover {
              background: #edefff;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
  .header nav {
    clear: both;
    border-top: 1px solid #d5d6da;
    border-bottom: 1px solid #000435;
    background: #fff; }
    .header nav ul.menu01 {
      max-width: 1160px;
      margin: 0 auto;
      padding: 20px 0;
      position: relative; }
      .header nav ul.menu01 > li {
        float: left;
        padding: 0 17.8px;
        position: relative; }
        .header nav ul.menu01 > li:nth-child(7):after {
          display: none; }
        .header nav ul.menu01 > li:after {
          content: "";
          position: absolute;
          top: 30%;
          right: 0;
          background: url("/images/bg_nav.png") no-repeat center center;
          width: 1.5px;
          height: 16px; }
        .header nav ul.menu01 > li > a {
          display: block;
          padding: 10px 17.8px;
          font-size: 16px;
          font-family: 'noto sans bold';
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          .header nav ul.menu01 > li > a:hover {
            border-radius: 5px;
            background: #edefff;
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }

@media (min-width: 641px) and (max-width: 1160px) {
  .header nav {
    overflow: hidden; }
    .header nav ul.menu01 {
      position: relative;
      left: 50%;
      float: left; }
      .header nav ul.menu01 > li {
        left: -50%;
        padding: 0 10px; }
        .header nav ul.menu01 > li > a {
          padding: 10px 10px; }
          .header nav ul.menu01 > li > a:hover {
            background: #fff;
            color: #000;
          } }
@media (max-width: 640px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 60px;
  }
    .header__inner {
      display: flex;
      width: 100%;
      padding: 0;
      height: 60px;
    }
    .header__inner--logo {
      width: 75%;
    padding: 2% 0 0 2%;
    }
    .header__inner--menu {
      width: 15%;
      float: right;
    }
    .header__inner--menu #panel-btn #panel-btn-icon {
      display: block;
      background: url("/images/btn_menu_sp.png") no-repeat center center;
      background-size: cover;
      background-color: #000435;
      width: 100%;
      height: 100%;
      max-width: 60px;
      height:60px;
      padding: 0;
      position: relative;
      text-indent: -9999px;
      transition: 0.3s;
      margin-left:auto;
    }
    .header__inner--menu #panel-btn #panel-btn-icon.close {
      background: url("/images/btn_menu_close_sp.png") no-repeat center center;
      background-size: cover;
      transition: 0.3s;
    }
    .header nav {
      display: none;
      border-top: 1px solid #000435;
      border-bottom: 1px solid #000435;
      background: #000435; }
      .header nav ul.menu01 {
        padding: 8% 0 6%; }
        .header nav ul.menu01 > li {
          float: none;
          padding: 0; }
          .header nav ul.menu01 > li:after {
            display: none; }
          .header nav ul.menu01 > li > a {
            padding: 3% 0;
            text-align: center;
            color: #fff;
            font-size: 14px; }
            .header nav ul.menu01 > li > a:hover {
              background: #fff;
              color:#000;
            }
      .header nav ul.btn01 {
        padding: 0 8% 8%;
        overflow: hidden; }
        .header nav ul.btn01 > li {
          width: 48%;
          float: left;
          margin-bottom: 10px;
        }
          .header nav ul.btn01 > li.signup {
            margin-bottom: 4%; }
            .header nav ul.btn01 > li.signup span {
              padding-left: 25px;
              position: relative; }
              .header nav ul.btn01 > li.signup span:before {
                content: "";
                position: absolute;
                top: 2px;
                left: 0;
                background: url("/images/icon_register.png") no-repeat center center;
                width: 16px;
                height: 16px; }
                .header nav ul.btn01 > li.mypage{
                  width:100%;
                }
          .header nav ul.btn01 > li:nth-child(2) {
            float: right; }
            .header nav ul.btn01 > li:nth-child(2) span {
              padding-left: 28px;
              position: relative; }
              .header nav ul.btn01 > li:nth-child(2) span:after {
                content: "";
                position: absolute;
                top: 10%;
                left: 0;
                background: url("/images/icon_login.png") no-repeat center center;
                width: 18px;
                height: 18px; }
          .header nav ul.btn01 > li:last-child {
            clear: both;
            width: 100%;
            float: none;
            margin-bottom:0;
          }
            .header nav ul.btn01 > li:last-child a {
              padding: 3% 0; }
            .header nav ul.btn01 > li:last-child span {
              padding-left: 28px;
              position: relative; }
              .header nav ul.btn01 > li:last-child span:after {
                content: "";
                position: absolute;
                top: 10%;
                left: 0;
                background: url("/images/icon_contact.png") no-repeat center center;
                width: 22px;
                height: 17px; }
          .header nav ul.btn01 > li > a {
            display: block;
            border-radius: 5px;
            background: #fff;
            padding: 6% 0;
            text-align: center;
            color: #000435;
            font-size: 14px;
            font-family: 'noto sans bold'; }
            .header nav ul.btn01 > li > a:hover {
              background: #fff; }
      .header nav ul.btn02 {
        padding: 0 8% 8%;
        overflow: hidden; }
        .header nav ul.btn02 > li {
          width: 100%; }
          .header nav ul.btn02 > li:first-child {
            margin-bottom: 4%; }
            .header nav ul.btn02 > li:first-child a {
              display: block;
              border-radius: 5px;
              background: #fff;
              padding: 3% 0;
              text-align: center;
              color: #ba1400;
              font-size: 14px;
              font-family: 'noto sans bold'; }
            .header nav ul.btn02 > li:first-child span {
              padding-left: 25px;
              position: relative; }
              .header nav ul.btn02 > li:first-child span:before {
                content: "";
                position: absolute;
                top: 2px;
                left: 0;
                background: url("/images/icon_mypage.png") no-repeat center center;
                background-size: cover;
                width: 16px;
                height: 16px; }
          .header nav ul.btn02 > li:last-child {
            width: 100%;
            float: none; }
            .header nav ul.btn02 > li:last-child a {
              display: block;
              border-radius: 5px;
              background: #fff;
              padding: 3% 0;
              text-align: center;
              color: #000435;
              font-size: 14px;
              font-family: 'noto sans bold'; }
            .header nav ul.btn02 > li:last-child span {
              padding-left: 28px;
              position: relative; }
              .header nav ul.btn02 > li:last-child span:after {
                content: "";
                position: absolute;
                top: 10%;
                left: 0;
                background: url("/images/icon_contact.png") no-repeat center center;
                width: 22px;
                height: 17px; } }
/* article
------------------------------------------------- */
article {
  background: #f5f5f5;
  padding: 30px 0 100px; }
  article.low {
    padding: 50px 0 100px; }
  article .wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    article .wrap .main {
      width: 75%;
      float: left; }
      article .wrap .main .btn_detail a {
        color: #0066cc; }
        article .wrap .main .btn_detail a span {
          font-family: 'Oswald'; }
    article .wrap .side {
      width: 23%;
      float: right; }
      article .wrap .side ul li {
        margin-bottom: 20px; }
        article .wrap .side ul li:nth-child(n+2) {
          width: 49%;
          margin: 0 0 3%; }
        article .wrap .side ul li img {
          width: 100%;
          height: auto; }
          article .wrap .side ul li:nth-child(2n) {
            clear: both;
            float: left; }
          article .wrap .side ul li:nth-child(2n+1) {
            float: right; }
@media (max-width: 640px) {
  article {
    margin-top: 15%;
    padding: 5% 0 10%; }
    article.low {
      padding: 5% 0 10%; }
    article .wrap {
      padding: 0 3%; }
      article .wrap .main {
        width: 100%;
        float: none; }
      article .wrap .side {
        width: 100%;
        float: none; }
        article .wrap .side ul {
          width: 100%; }
          article .wrap .side ul li {
            width: 49%;
            margin-bottom: 3%; }
            article .wrap .side ul li.mb {
              margin-bottom: 3%; }
            article .wrap .side ul li:nth-child(n+2) {
              width: 49%;
              margin: 0 0 3%; }
          article .wrap .side ul li:first-child {
            width: 100%; }

           }


.pager {
  width: 80%;
  margin: 0 auto;
  overflow: hidden; }
  .pager ul.pageNav {
    position: relative;
    left: 50%;
    float: left; }
    .pager ul.pageNav li {
      margin: 0 7px;
      position: relative;
      left: -50%;
      float: left; }
      .pager ul.pageNav li span {
        border-radius: 3px;
        border: 1px solid #ccc;
        background: #000435;
        display: block;
        padding: 0.5em 0.9em;
        color: #fff; }
      .pager ul.pageNav li a {
        border-radius: 3px;
        border: 1px solid #ccc;
        display: block;
        padding: 0.5em 0.9em;
        color: #000435;
        text-decoration: none;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .pager ul.pageNav li a:hover {
          background: #000435;
          color: #fff;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }

@media (max-width: 640px) {
  .pager ul.pageNav li {
    margin: 0 5px; }
    .pager ul.pageNav li span {
      padding: 0.2em 0.6em; }
    .pager ul.pageNav li a {
      padding: 0.2em 0.6em; }
      .pager ul.pageNav li a:hover {
        background: #fff;
        color: #000435; } }
.bnr_btm img {
  width: 100%;
  height: auto; }

* html #pageTop {
  position: absolute; }

#pageTop {
  position: fixed;
  width: 64px;
  height: 64px;
  right: 2%;
  bottom: 2%;
  z-index: 900; }

@media (max-width: 640px) {
  * html #pageTopSp {
    position: absolute; }

  #pageTop {
    position: fixed;
    width: 10%;
    height: auto;
    right: 3%;
    bottom: 2%;
    z-index: 9997; } }
/* footer
------------------------------------------------- */
.footer {
  background: #000435;
  padding: 60px 0; }
  .footer__inner {
    max-width: 1160px;
    margin: 0 auto; }
    .footer__inner--nav {
      margin-bottom: 60px; }
      .footer__inner--nav ul li {
        float: left;
        padding: 0 17.8px;
        position: relative; }
        .footer__inner--nav ul li:nth-child(7):after {
          display: none; }
        .footer__inner--nav ul li:after {
          content: "";
          position: absolute;
          top: 30%;
          right: 0;
          background: url("/images/bg_nav_w.png") no-repeat center center;
          width: 1.5px;
          height: 16px; }
        .footer__inner--nav ul li a {
          display: block;
          padding: 10px 17.8px;
          color: #fff;
          font-size: 16px;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          .footer__inner--nav ul li a:hover {
            border-radius: 5px;
            background: #0b1051;
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }
    .footer__inner .logo {
      width: 400px;
      margin: 0 auto 30px; }
      .footer__inner .logo img {
        width: 100%;
        height: auto; }
    .footer__inner .sns {
      margin-bottom: 50px;
      overflow: hidden; }
      .footer__inner .sns ul {
        position: relative;
        left: 50%;
        float: left; }
        .footer__inner .sns ul li {
          margin: 0 30px;
          position: relative;
          left: -50%;
          float: left; }
    .footer__inner .f_nav {
      margin-bottom: 20px;
      overflow: hidden; }
      .footer__inner .f_nav ul {
        position: relative;
        left: 50%;
        float: left; }
        .footer__inner .f_nav ul li {
          margin: 0 10px;
          position: relative;
          left: -50%;
          float: left; }
          .footer__inner .f_nav ul li a {
            color: #a3a4ad; }
    .footer__inner .copyright {
      text-align: center;
      color: #a3a4ad;
      font-size: 12px; }

@media (min-width: 641px) and (max-width: 1160px) {
  .footer {
    padding: 50px 0; }
    .footer__inner--nav {
      margin-bottom: 40px;
      overflow: hidden; }
      .footer__inner--nav ul {
        position: relative;
        left: 50%;
        float: left; }
        .footer__inner--nav ul li {
          left: -50%;
          padding: 0 10px; }
          .footer__inner--nav ul li a {
            padding: 10px 10px; }
            .footer__inner--nav ul li a:hover {
              background: #000435; } }
@media (max-width: 640px) {
  .footer {
    padding: 0 0 6%; }
    .footer__inner--nav {
      margin: 0 0 8%; }
      .footer__inner--nav ul {
        overflow: hidden; }
        .footer__inner--nav ul li {
          border-bottom: 1px dotted #a3a4ad;
          width: 49.8%;
          float: left;
          padding: 0;
          text-align: center; }
          .footer__inner--nav ul li:nth-child(odd) {
            border-right: 1px dotted #a3a4ad; }
          .footer__inner--nav ul li:after {
            display: none; }
          .footer__inner--nav ul li a {
            padding: 6% 0;
            font-size: 12px; }
            .footer__inner--nav ul li a:hover {
              background: none; }
    .footer__inner .logo {
      width: 60%;
      margin: 0 auto 5%; }
    .footer__inner .sns {
      margin-bottom: 7%; }
      .footer__inner .sns ul li {
        margin: 0 15px; }
    .footer__inner .f_nav {
      display: none; }
    .footer__inner .copyright {
      font-size: 11px; } }
/* link
------------------------------------------------- */
a:link,
a:visited {
  color: #000435;
  text-decoration: none; }

a:hover,
a:active {
  color: #1b216c;
  text-decoration: underline; }

/* alpha
------------------------------------------------- */
a.alpha img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a.alpha:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s; }

/* clearfix
------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }

/* error */
.alert-message.alert-danger {
  color: rgb(220 38 38);
}

/* *******************************************
     トップ
******************************************* */
#top .bnr_top {
  margin-bottom: 30px; }
  #top .bnr_top img {
    width: 100%;
    height: auto; }

@media (max-width: 640px) {
  #top .bnr_top {
    margin-bottom: 5%; } }
#top .about {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  margin-bottom: 30px; }
  #top .about__ttl {
    border-bottom: 1px solid #d8d8d8;
    background: #000435;
    padding: 18px 50px;
    position: relative; }
    #top .about__ttl h2 {
      color: #fff; }
      #top .about__ttl h2:after {
        content: "完全無料";
        display: inline-block;
        background: #ba1301;
        margin-left: 10px;
        padding: 1px 5px 3px;
        color: #fff;
        font-size: 14px;
        vertical-align: middle; }
    #top .about__ttl--cars {
      position: absolute;
      top: 20%;
      right: 50px;
      border-radius: 50px;
      background: #fff;
      padding: 5px 20px; }
      #top .about__ttl--cars .number {
        margin-left: 10px;
        color: #bd0d00;
        font-size: 18px;
        font-family: 'noto sans bold'; }
      #top .about__ttl--cars .sub {
        color: #bd0d00;
        font-family: 'noto sans bold'; }
  #top .about__box {
    background: #fff;
    padding: 30px 50px; }
    #top .about__box ul {
      margin-bottom: 20px;
      overflow: hidden; }
      #top .about__box ul li {
        width: 32%;
        float: left;
        margin-right: 2%;
        text-align: center; }
        #top .about__box ul li a {
          display: block;
          border-radius: 5px;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          #top .about__box ul li a figure {
            padding: 40px 0; }
          #top .about__box ul li a p {
            background: rgba(255, 255, 255, 0.2);
            padding: 15px 0;
            font-size: 18px;
            font-family: 'noto sans bold'; }
            #top .about__box ul li a p span {
              font-family: 'Oswald'; }
          #top .about__box ul li a:hover {
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }
        #top .about__box ul li:first-child a {
          background: #4465a6; }
          #top .about__box ul li:first-child a p {
            color: #fff; }
          #top .about__box ul li:first-child a:hover {
            background: #5d7cb8; }
        #top .about__box ul li:nth-child(2) a {
          background: url("/images/icon_lock.png") no-repeat right top #5aaf43; }
          #top .about__box ul li:nth-child(2) a p {
            color: #fff; }
          #top .about__box ul li:nth-child(2) a:hover {
            background-color: #69bc53; }
        #top .about__box ul li:last-child {
          margin-right: 0; }
          #top .about__box ul li:last-child a {
            background: url("/images/icon_lock.png") no-repeat right top #e6ce3c; }
            #top .about__box ul li:last-child a:hover {
              background-color: #f1db56; }
    #top .about__box--about {
      background: #ffffff;
      padding: 30px 0 45px; }
      #top .about__box--about .txt_red {
        margin-bottom: 15px;
        text-align: center;
        color: #ba1400;
        font-size: 18px;
        font-family: 'noto sans bold';
      }
      @media (max-width: 640px) {
        #top .about__box--about .txt_red {
          margin-bottom: 3%;
          font-size: 14px;
        }
      }
      #top .about__box--about .icon {
        margin-bottom: 3px;
        text-align: center;
      }
      @media (max-width: 640px) {
        #top .about__box--about .icon {
          width: 15%;
          margin: 0 auto 1%;
        }
      }
      #top .about__box--about h3 {
        margin-bottom: 22px;
        font-size: 30px;
        line-height: 1.4;
        font-family: 'noto sans bold';
        text-align: center;
       }
        #top .about__box--about h3:first-letter {
          color: #ba1400; }
      #top .about__box--about figure {
        margin-bottom: 30px; }
        #top .about__box--about figure img {
          width: 100%;
          height: auto; }
      #top .about__box--about .txt01 {
        margin-bottom: 20px;
        text-align: center; }
      #top .about__box--about .btn_detail {
        text-align: center; }

@media (max-width: 640px) {
  #top .about {
    margin-bottom: 6%; }
    #top .about__ttl {
      padding: 3% 3%; }
      #top .about__ttl h2 {
        margin-bottom: 2%;
        text-align: center; }
        #top .about__ttl h2:after {
          content: "完全無料";
          display: inline-block;
          background: #ba1301;
          margin-left: 10px;
          padding: 1px 5px 3px;
          color: #fff;
          font-size: 12px;
          vertical-align: middle; }
      #top .about__ttl--cars {
        position: relative;
        top: 0;
        right: 0;
        width: 50%;
        margin: 0 auto;
        padding: 0.5% 0;
        text-align: center; }
        #top .about__ttl--cars .number {
          margin-left: 3%;
          font-size: 16px; }
    #top .about__box {
      padding: 3% 3%; }
      #top .about__box ul {
        margin-bottom: 4%; }
        #top .about__box ul li {
          margin: 0 auto 3%; }
          #top .about__box ul li a figure {
            margin: 0 auto; }
          #top .about__box ul li a p {
            padding: 4% 0;
            font-size: 16px; }
          #top .about__box ul li:first-child {
            width: 100%;
            float: none; }
            #top .about__box ul li:first-child a figure {
              width: 20%;
              padding: 5% 0; }
            #top .about__box ul li:first-child a:hover {
              background: #4465a6; }
          #top .about__box ul li:nth-child(2) {
            width: 49%;
            float: left; }
            #top .about__box ul li:nth-child(2) a figure {
              width: 25%;
              padding: 8% 0; }
            #top .about__box ul li:nth-child(2) a:hover {
              background-color: #5aaf43; }
          #top .about__box ul li:last-child {
            width: 49%;
            float: right; }
            #top .about__box ul li:last-child a figure {
              width: 25%;
              padding: 8% 0; }
            #top .about__box ul li:last-child a:hover {
              background-color: #e6ce3c; }
      #top .about__box--about {
        padding: 4% 3% 5%; }
        #top .about__box--about h3 {
          margin-bottom: 5%;
          font-size: 18px; }
        #top .about__box--about figure {
          margin-bottom: 5%; }
        #top .about__box--about .txt01 {
          margin-bottom: 4%; } }
#top .member {
  background: #000435;
  margin-bottom: 30px;
  padding: 30px 50px; }
  #top .member ul {
    overflow: hidden; }
    #top .member ul li {
      width: 49%; }
      #top .member ul li a {
        display: block;
        border-radius: 5px;
        background: #fff;
        padding: 20px 0;
        text-align: center;
        font-size: 16px;
        font-family: 'noto sans bold';
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        #top .member ul li a:hover {
          background: #edefff;
          text-decoration: none;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }
      #top .member ul li:first-child {
        float: left; }
        #top .member ul li:first-child a span.icon {
          padding-left: 25px;
          position: relative; }
          #top .member ul li:first-child a span.icon:before {
            content: "";
            position: absolute;
            top: 4px;
            left: 0;
            background: url("/images/icon_register.png") no-repeat center center;
            width: 16px;
            height: 16px; }
        #top .member ul li:first-child a span.free {
          border-radius: 3px;
          background: #ba1400;
          margin-left: 10px;
          padding: 0 5px 1px;
          color: #fff;
          font-size: 13px;
          font-family: 'noto sans'; }
      #top .member ul li:last-child {
        float: right; }
        #top .member ul li:last-child a span {
          padding-left: 25px;
          position: relative; }
          #top .member ul li:last-child a span:before {
            content: "";
            position: absolute;
            top: 2px;
            left: 0;
            background: url("/images/icon_login.png") no-repeat center center;
            width: 18px;
            height: 18px; }

@media (max-width: 640px) {
  #top .member {
    margin-bottom: 5%;
    padding: 5% 3%; }
    #top .member ul li {
      width: 48%; }
      #top .member ul li a {
        padding: 5% 0;
        font-size: 13px; }
        #top .member ul li a:hover {
          background: #fff; }
      #top .member ul li:first-child a span.icon {
        padding-left: 22px; }
        #top .member ul li:first-child a span.icon:before {
          top: 3px;
          background-size: cover;
          width: 15px;
          height: 15px; }
      #top .member ul li:first-child a span.free {
        margin-left: 2%;
        padding: 0 3px 1px;
        font-size: 11px; }
      #top .member ul li:last-child a span {
        padding-left: 22px; }
        #top .member ul li:last-child a span:before {
          top: 2px;
          background-size: cover;
          width: 16px;
          height: 16px; } }
#top .recruit {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  margin-bottom: 30px; }
  #top .recruit__ttl {
    border-bottom: 1px solid #d8d8d8;
    background: #f9f9f9;
    padding: 12px 50px;
    overflow: hidden; }
    #top .recruit__ttl h3 {
      float: left;
      font-size: 20px;
      text-indent: -1.4em;
      padding-left: 1.4em;
    }
      #top .recruit__ttl h3:first-letter {
        color: #ba1400; }
    #top .recruit__ttl .btn_detail {
      float: right;
      padding-top: 5px; }
  #top .recruit__box {
    background: #fff;
    padding: 30px 50px 15px; }
    #top .recruit__box-txt, #top .delivery__box-txt{
      background: #fff;
      padding: 0 50px 15px; }
    #top .recruit__box a {
      display: block;
      margin-bottom: 15px;
      padding: 1px 5px;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      #top .recruit__box a dl {
        overflow: hidden; }
        #top .recruit__box a dl dt {
          float: left;
          margin-right: 30px;
          color: #a3a4ad;
          font-family: 'noto sans bold'; }
        #top .recruit__box a dl dd {
          float: left; }
          #top .recruit__box a dl dd span {
            margin-right: 15px;
            font-family: 'noto sans bold'; }
      #top .recruit__box a:hover {
        background: #edefff;
        text-decoration: none;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s; }

@media (max-width: 640px) {
  #top .recruit {
    margin-bottom: 5%; }
    #top .recruit__ttl {
      padding: 3% 3%; }
      #top .recruit__ttl h3 {
        font-size: 16px; }
      #top .recruit__ttl .btn_detail {
        padding-top: 1.5%; }
    #top .recruit__box {
      background: #fff;
      padding: 4% 3% 2%; }
      #top .recruit__box a {
        margin-bottom: 3%;
        padding: 1% 0; }
        #top .recruit__box a dl dt {
          float: none;
          margin-right: 0; }
        #top .recruit__box a dl dd {
          float: none; }
          #top .recruit__box a dl dd span {
            margin-right: 3%; }
        #top .recruit__box a:hover {
          background: #fff; } }
          #top .delivery {
            border: 1px solid #d8d8d8;
            box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
            margin-bottom: 30px; }
            #top .delivery__ttl {
              border-bottom: 1px solid #d8d8d8;
              background: #f9f9f9;
              padding: 12px 50px;
              overflow: hidden; }
              #top .delivery__ttl h3 {
                float: left;
                font-size: 20px; }
                #top .delivery__ttl h3:first-letter {
                  color: #ba1400; }
            #top .delivery__box {
              background: #fff;
              padding: 40px 50px; }
              #top .delivery__box .swiper-slide {
                padding: 0 100px; }
                #top .delivery__box .swiper-slide figure {
                  width: 50%;
                  float: right; }
                  #top .delivery__box .swiper-slide figure img {
                    width: 100%;
                    height: auto; }
                  #top .delivery__box .swiper-slide figure + div {
                    width: 48%;
                    float: left; }
                    #top .delivery__box .swiper-slide figure + div .keisai {
                      margin-bottom: 30px;
                      padding-top: 20px;
                      font-size: 24px;
                      font-family: 'noto sans bold'; }
                      #top .delivery__box .swiper-slide figure + div .keisai span {
                        background: #ea4d3d;
                        padding: 0 5px;
                        color: #fff; }
                    #top .delivery__box .swiper-slide figure + div .corpo {
                      margin-bottom: 10px;
                      font-size: 16px;
                      font-family: 'noto sans bold'; }
                    #top .delivery__box .swiper-slide figure + div .spec {
                      margin-bottom: 30px;
                      color: #a3a4ad;
                      font-size: 16px;
                      line-height: 1.8; }
                      .swiper-button-prev{
                        left:20px!important;
                      }
                      .swiper-button-next{
                        right:20px!important;
                      }
@media (max-width: 640px) {
  #top .delivery {
    margin-bottom: 5%; }
    #top .delivery__ttl {
      padding: 3% 3%; }
      #top .delivery__ttl h3 {
        font-size: 16px; }
    #top .delivery__box {
      padding: 4% 3% 5%; }
      #top .delivery__box .swiper-slide {
        padding: 0 8%; }
        #top .delivery__box .swiper-slide figure {
          width: 80%;
          float: none;
          margin: 0 auto 3%; }
          #top .delivery__box .swiper-slide figure + div {
            width: 80%;
            float: none;
            margin: 0 auto; }
            #top .delivery__box .swiper-slide figure + div .corpo {
              margin-bottom: 2%;
              font-size: 14px; }
            #top .delivery__box .swiper-slide figure + div .spec {
              margin-bottom: 4%;
              font-size: 13px; }
            #top .delivery__box .swiper-slide figure + div .btn_detail {
              text-align: center; } }
#top .news {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  margin-bottom: 30px; }
  #top .news__ttl {
    border-bottom: 1px solid #d8d8d8;
    background: #f9f9f9;
    padding: 12px 50px;
    overflow: hidden; }
    #top .news__ttl h3 {
      float: left;
      font-size: 20px; }
      #top .news__ttl h3:first-letter {
        color: #ba1400; }
    #top .news__ttl .btn_detail {
      float: right;
      padding-top: 5px; }
  #top .news__box {
    background: #fff;
    padding: 30px 50px 15px; }
    #top .news__box a {
      display: block;
      margin-bottom: 12px;
      padding: 2px 5px;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      #top .news__box a dl {
        overflow: hidden; }
        #top .news__box a dl dt {
          float: left;
          margin-right: 15px;
          padding-top: 2px;
          color: #a3a4ad;
          font-family: 'noto sans bold'; }
          #top .news__box a dl dt span {
            border: 1px solid #000435;
            background: #fff;
            margin-left: 15px;
            padding: 3px 20px;
            font-size: 12px; }
        #top .news__box a dl dd {
          float: left;
          padding: 3px 0; }
      #top .news__box a:hover {
        background: #edefff;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s; }

@media (max-width: 640px) {
  #top .news {
    margin-bottom: 5%; }
    #top .news__ttl {
      padding: 3% 3%; }
      #top .news__ttl h3 {
        font-size: 16px; }
      #top .news__ttl .btn_detail {
        padding-top: 1.5%; }
    #top .news__box {
      padding: 4% 3% 2%; }
      #top .news__box a {
        margin-bottom: 2%;
        padding: 0; }
        #top .news__box a dl dt {
          float: none;
          margin-right: 0;
          padding: 2% 0; }
          #top .news__box a dl dt span {
            margin-left: 3%;
            padding: 1% 2%;
            font-size: 10px; }
        #top .news__box a dl dd {
          float: none;
          padding: 1% 0; }
        #top .news__box a:hover {
          background: #fff; } }
#top .faq {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  margin-bottom: 50px; }
  #top .faq__ttl {
    border-bottom: 1px solid #d8d8d8;
    background: #f9f9f9;
    padding: 12px 50px;
    overflow: hidden; }
    #top .faq__ttl h3 {
      float: left;
      font-size: 20px; }
      #top .faq__ttl h3:first-letter {
        color: #ba1400; }
    #top .faq__ttl .btn_detail {
      float: right;
      padding-top: 5px; }
  #top .faq__box {
    background: #fff;
    padding: 30px 50px 20px; }
    #top .faq__box dl {
      border-left: 1px solid #000435;
      margin-bottom: 30px;
      padding-left: 20px; }
      #top .faq__box dl dt {
        margin-bottom: 12px;
        padding-left: 32px;
        font-size: 16px;
        font-family: 'noto sans bold';
        position: relative; }
        #top .faq__box dl dt:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          background: url("/images/icon_q.png") no-repeat center center;
          width: 26px;
          height: 26px; }
      #top .faq__box dl dd {
        padding-left: 32px;
        position: relative; }
        #top .faq__box dl dd:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          background: url("/images/icon_a.png") no-repeat center center;
          width: 26px;
          height: 26px; }

@media (max-width: 640px) {
  #top .faq {
    margin-bottom: 8%; }
    #top .faq__ttl {
      padding: 3% 3%; }
      #top .faq__ttl h3 {
        font-size: 16px; }
      #top .faq__ttl .btn_detail {
        padding-top: 1.5%; }
    #top .faq__box {
      padding: 4% 3% 3%; }
      #top .faq__box dl {
        margin-bottom: 5%;
        padding-left: 3%; }
        #top .faq__box dl dt {
          margin-bottom: 4%;
          padding-left: 28px;
          font-size: 14px; }
          #top .faq__box dl dt:before {
            top: 3px;
            background-size: cover;
            width: 20px;
            height: 20px; }
        #top .faq__box dl dd {
          padding-left: 28px; }
          #top .faq__box dl dd:before {
            top: 3px;
            background-size: cover;
            width: 20px;
            height: 20px; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     NOWとは？
******************************************* */
#about .about-page {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 60px 0; }
  #about .about-page h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold'; }

@media (max-width: 640px) {
  #login_regist .login {
    padding: 6% 3% 8%; }
    #login_regist .login h2 {
      margin-bottom: 8%;
      font-size: 18px; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     クレーンを探す
******************************************* */
#crane .search {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 0 0 60px; }
  #crane .search .icon {
    margin-bottom: 20px;
    text-align: center; }
  #crane .search h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold'; }
  #crane .search .txt01 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px; }
    #crane .search .txt01:first-letter {
      color: #59af42; }
    #crane .search .txt01 span {
      border-bottom: 2px solid #59af42;
      padding-bottom: 10px;
      font-family: 'noto sans bold'; }
  #crane .search__list01 {
    width: 80%;
    margin: 0 auto 50px; }
    #crane .search__list01 .ttl {
      margin-bottom: 10px;
      font-size: 20px;
      font-family: 'noto sans bold'; }
      #crane .search__list01 .ttl:first-letter {
        color: #59af42; }
      #crane .search__list01 .ttl span {
        font-size: 14px;
        font-family: 'noto sans'; }
    #crane .search__list01--table {
      border-top: 1px solid #000435;
      border-left: 1px solid #000435;
      border-bottom: 1px solid #000435;
      margin-bottom: 40px;
      width: 100%; }
      #crane .search__list01--table tr:nth-child(odd) {
        background: #f5f5f5; }
      #crane .search__list01--table th {
        border-right: 1px solid #000435;
        background: #59af42;
        width: 28%;
        padding: 13px 0;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: 'noto sans bold'; }
        #crane .search__list01--table th:nth-child(n+4) {
          background: #a4a4ae;
          width: 8%;
          color: #fff; }
      #crane .search__list01--table td {
        border-right: 1px solid #000435;
        padding: 13px 15px;
        vertical-align: top;
        font-size: 16px; }
        #crane .search__list01--table td:nth-child(2) {
          text-align: center; }
        #crane .search__list01--table td button {
          display: block;
          border-radius: 5px;
          border: none;
          background: #000435;
          padding: 4px 8px;
          color: #fff;
          cursor: pointer; }
        #crane .search__list01--table td .list li {
          margin-bottom: 15px; }
          #crane .search__list01--table td .list li .kinds {
            margin-bottom: 10px;
            font-size: 12px;
            font-family: 'noto sans bold'; }
          #crane .search__list01--table td .list li:last-child {
            margin-bottom: 0; }
        #crane .search__list01--table td .date {
          margin-bottom: 15px; }
          #crane .search__list01--table td .date li .holiday {
            color: #c80000; }
        #crane .search__list01--table td .yellow {
          background: #e7ce3d;
          margin-right: 8px;
          padding: 3px 5px;
          font-size: 12px;
          font-family: 'noto sans bold'; }
        #crane .search__list01--table td .edit {
          border: none;
          background: none;
          width: 100%;
          text-align: center;
          color: #0066cc;
          font-size: 14px;
          cursor: pointer; }
        #crane .search__list01--table td .clr {
          border: none;
          background: none;
          width: 100%;
          text-align: center;
          color: #ba1400;
          font-size: 14px;
          cursor: pointer; }
  #crane .search__block {
    width: 80%;
    margin: 0 auto; }
    #crane .search__block--ttl {
      display: flex;
      background: #59af42;
      margin-bottom: 30px;
      color: #fff;
      font-family: 'noto sans bold'; }
      #crane .search__block--ttl .number {
        border-right: 1px solid #fff;
        width: 7%;
        padding: 12px 0;
        text-align: center; }
      #crane .search__block--ttl .txt {
        width: 89.5%;
        padding: 12px 15px; }
    #crane .search__block--crane .left_area {
      width: 18%;
      float: left; }
      #crane .search__block--crane .left_area .ttl {
        margin-bottom: 15px;
        font-size: 16px;
        font-family: 'noto sans bold'; }
        #crane .search__block--crane .left_area .ttl:first-letter {
          color: #59af42; }
        #crane .search__block--crane .left_area .ttl span {
          font-size: 14px;
          font-family: 'noto sans'; }
      #crane .search__block--crane .left_area .clr input[type="button"] {
        border: none;
        background: none;
        color: #0066cc;
        font-size: 14px;
        cursor: pointer; }
    #crane .search__block--crane .right_area {
      width: 80%;
      float: right;
      margin-bottom: 50px; }
      #crane .search__block--crane .right_area .model {
        border-top: 1px solid #d2d7de; }
        #crane .search__block--crane .right_area .model dl {
          border-bottom: 1px solid #d2d7de; }
          #crane .search__block--crane .right_area .model dl dt {
            padding: 17px 10% 17px 5px;
            position: relative;
            cursor: pointer;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            #crane .search__block--crane .right_area .model dl dt:hover {
              background: #f5f5f5;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
            #crane .search__block--crane .right_area .model dl dt:after {
              content: "";
              position: absolute;
              top: 45%;
              right: 10px;
              background: url("/images/icon_arrow_open.png") no-repeat center center;
              width: 10px;
              height: 6px; }
            #crane .search__block--crane .right_area .model dl dt.open:after {
              background: url("/images/icon_arrow_close.png") no-repeat center center; }
          /* #crane .search__block--crane .right_area .model dl dd {
            padding: 10px 0 20px; } */
            #crane .search__block--crane .right_area .model dl dd .radio {
              padding: 3% 10px 4%;
              overflow: hidden; }
              #crane .search__block--crane .right_area .model dl dd .radio li {
                width: 33.3333%;
                float: left;
                margin-bottom: 15px; }
                #crane .search__block--crane .right_area .model dl dd .radio li input[type=checkbox] {
                  display: none; }
                  #crane .search__block--crane .right_area .model dl dd .radio li input[type=checkbox]:checked + .check_css:after {
                    background: #000435; }
                  #crane .search__block--crane .right_area .model dl dd .radio li input[type=checkbox]:checked + .check_css:before {
                    opacity: 1.0; }
                #crane .search__block--crane .right_area .model dl dd .radio li .check_css {
                  -webkit-transition: background-color 0.2s linear;
                  transition: background-color 0.2s linear;
                  position: relative;
                  display: inline-block;
                  padding: 0 0 0 30px;
                  vertical-align: middle;
                  cursor: pointer; }
                  #crane .search__block--crane .right_area .model dl dd .radio li .check_css:after {
                    -webkit-transition: border-color 0.2s linear;
                    transition: border-color 0.2s linear;
                    border-radius: 5px;
                    border: 1px solid #d2d7de;
                    background: #f5f5f5;
                    width: 20px;
                    height: 20px;
                    content: '';
                    position: absolute;
                    top: 40%;
                    left: 0;
                    display: block;
                    margin-top: -10px; }
                  #crane .search__block--crane .right_area .model dl dd .radio li .check_css:before {
                    -webkit-transition: opacity 0.2s linear;
                    transition: opacity 0.2s linear;
                    position: absolute;
                    top: 30%;
                    left: 7px;
                    display: block;
                    border-right: 3px solid #fff;
                    border-bottom: 3px solid #fff;
                    width: 6px;
                    height: 8px;
                    margin-top: -4px;
                    content: '';
                    opacity: 0;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    z-index: 9999; }
    #crane .search__block .detail {
      border-top: 1px solid #d2d7de;
      margin-bottom: 30px; }
      #crane .search__block .detail dl {
        border-bottom: 1px solid #d2d7de;
        padding: 20px 0;
        overflow: hidden; }
        #crane .search__block .detail dl dt {
          width: 18%;
          float: left; }
          #crane .search__block .detail dl dt p {
            padding-top: 15px;
            font-family: 'noto sans bold'; }
            #crane .search__block .detail dl dt p:first-letter {
              color: #59af42; }
            #crane .search__block .detail dl dt p.gray {
              color: #666; }
              #crane .search__block .detail dl dt p.gray:first-letter {
                color: #ddd; }
        #crane .search__block .detail dl dd {
          width: 80%;
          float: right;
          overflow: hidden; }
          #crane .search__block .detail dl dd input[type=text] {
            border-radius: 5px;
            border: 1px solid #d8d8d8;
            background: #f5f5f5;
            padding: 15px 3%;
            font-size: 16px; }
            #crane .search__block .detail dl dd input[type=text].text01 {
              width: 70%; }
            #crane .search__block .detail dl dd input[type=text].text02 {
              width: 25%; }
            #crane .search__block .detail dl dd input[type=text].text03 {
              width: 93%; }
            #crane .search__block .detail dl dd input[type=text].text04 {
              text-align: center;
              width: 20%;
             }
            #crane .search__block .detail dl dd input[type=text].text05 {
              width: 70%; }
            #crane .search__block .detail dl dd input[type=text]::placeholder {
              color: #999; }
              #crane .search__block .detail dl dd input[name="zipcode"] {
                min-width: 120px;
            }
              #crane .search__block .detail dl dd input[name="unit_price"]:not(:placeholder-shown),
              #crane .search__block .detail dl dd input[name="material_price1"]:not(:placeholder-shown),
              #crane .search__block .detail dl dd input[name="material_price2"]:not(:placeholder-shown),
              #crane .search__block .detail dl dd input[name="material_price3"]:not(:placeholder-shown) {
                text-align: right;
            }

          #crane .search__block .detail dl dd select.type01 {
            border-radius: 5px;
            border: 1px solid #d8d8d8;
            background: #f5f5f5;
            width: 35%;
            padding: 15px 3%;
            font-size: 16px; }
            #crane .search__block .detail dl dd select.type01 option {
              color: #000435; }
              /* #crane .search__block .detail dl dd select.type01 option:first-child {
                display: none; } */
            #crane .search__block .detail dl dd select.type01:invalid {
              color: #999 !important; }
              @media (max-width: 640px) {
                #crane .search__block .detail dl dd select.type01 {
                  width: 50%;
                  padding: 10px 3%;
                  font-size: 13px;
                }
              }
          #crane .search__block .detail dl dd select.type02 {
            border-radius: 5px;
            border: 1px solid #d8d8d8;
            background: #f5f5f5;
            width: 20%;
            padding: 15px 3%;
            font-size: 16px; }
            #crane .search__block .detail dl dd select.type02 option {
              color: #000435; }
              /* #crane .search__block .detail dl dd select.type02 option:first-child {
                display: none; } */
            #crane .search__block .detail dl dd select.type02:invalid {
              color: #999 !important; }
          #crane .search__block .detail dl dd select.type03 {
            border-radius: 5px;
            border: 1px solid #d8d8d8;
            background: #f5f5f5;
            width: 94%;
            padding: 15px 3%;
            font-size: 16px; }
            #crane .search__block .detail dl dd select.type03 option {
              color: #000435; }
              /* #crane .search__block .detail dl dd select.type03 option:first-child {
                display: none; } */
            #crane .search__block .detail dl dd select.type03:invalid {
              color: #999 !important; }
          #crane .search__block .detail dl dd .shizai li {
            display: flex;
            margin-bottom: 20px; }
            #crane .search__block .detail dl dd .shizai li:first-child {
              margin-bottom: 5px;
              font-family: 'noto sans bold'; }
            #crane .search__block .detail dl dd .shizai li:last-child {
              margin-bottom: 0; }
            #crane .search__block .detail dl dd .shizai li .name {
              width: 45%;
              margin-right: 2%; }
            #crane .search__block .detail dl dd .shizai li .price {
              width: 30%; }
          #crane .search__block .detail dl dd .tsuika {
            margin-left: 30%; }
            #crane .search__block .detail dl dd .tsuika input[type=button] {
              border: none;
              background: url("../img/crane/icon_plus.png") no-repeat center left;
              padding-left: 20px;
              color: #a3a4ad;
              font-family: 'noto sans bold';
              cursor: pointer; }
          #crane .search__block .detail dl dd textarea {
            border-radius: 5px;
            border: 1px solid #d8d8d8;
            background: #f5f5f5;
            width: 70%;
            height: 100px;
            padding: 15px 3%;
            font-size: 16px; }
            #crane .search__block .detail dl dd textarea::placeholder {
              color: #999; }
          #crane .search__block .detail dl dd input[type=checkbox] {
            display: none; }
            #crane .search__block .detail dl dd input[type=checkbox]:checked + .check_css:after {
              background: #000435; }
            #crane .search__block .detail dl dd input[type=checkbox]:checked + .check_css:before {
              opacity: 1.0; }
          #crane .search__block .detail dl dd .check_css {
            -webkit-transition: background-color 0.2s linear;
            transition: background-color 0.2s linear;
            position: relative;
            display: inline-block;
            padding: 0 0 0 30px;
            vertical-align: middle;
            cursor: pointer; }
            #crane .search__block .detail dl dd .check_css:after {
              -webkit-transition: border-color 0.2s linear;
              transition: border-color 0.2s linear;
              border-radius: 5px;
              border: 1px solid #d2d7de;
              background: #f5f5f5;
              width: 20px;
              height: 20px;
              content: '';
              position: absolute;
              top: 40%;
              left: 0;
              display: block;
              margin-top: -10px; }
            #crane .search__block .detail dl dd .check_css:before {
              -webkit-transition: opacity 0.2s linear;
              transition: opacity 0.2s linear;
              position: absolute;
              top: 30%;
              left: 7px;
              display: block;
              border-right: 3px solid #fff;
              border-bottom: 3px solid #fff;
              width: 6px;
              height: 8px;
              margin-top: -4px;
              content: '';
              opacity: 0;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg);
              z-index: 9999; }
          #crane .search__block .detail dl dd .sttl {
            margin-bottom: 5px;
            font-family: 'noto sans bold'; }
          #crane .search__block .detail dl dd .stxt01 {
            padding: 0 20px 0 10px;
            font-family: 'noto sans bold'; }
          #crane .search__block .detail dl dd .stxt02 {
            padding: 0 10px 0 0;
            font-family: 'noto sans bold'; }
          #crane .search__block .detail dl dd .caution {
            margin-top: 10px; }
            #crane .search__block .detail dl dd .caution:first-letter {
              color: #ba1400; }
          #crane .search__block .detail dl dd .yen {
            padding: 0 0 0 10px;
            font-family: 'noto sans bold'; }
          #crane .search__block .detail dl dd .zip {
            margin-bottom: 15px; }
            #crane .search__block .detail dl dd .zip .zip1 {
              margin-right: 10px;
              font-family: 'noto sans bold'; }
            #crane .search__block .detail dl dd .zip .zip2 {
              margin: 0 10px;
              font-family: 'noto sans bold'; }
            #crane .search__block .detail dl dd .zip input[type=button].zipsearch {
              margin-left: 20px;
              padding: 13px 20px;
              cursor: pointer; }
          #crane .search__block .detail dl dd .add01 {
            width: 35%;
            float: left; }
          #crane .search__block .detail dl dd .add02 {
            width: 35%;
            float: left; }
    #crane .search__block .btn {
      width: 360px;
      margin: 0 auto 40px; }
      #crane .search__block .btn input[type=submit] {
        display: block;
        border-radius: 5px;
        background: #59af42;
        border: none;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: 'noto sans bold';
        cursor: pointer;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s; }
        #crane .search__block .btn input[type=submit]:hover {
          background: #79ca63;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
    #crane .search__block .link01 {
      text-align: center; }
      #crane .search__block .link01 a {
        color: #a3a4ad;
        font-size: 16px; }

@media (max-width: 640px) {
  #crane .search {
    padding: 0 3% 6%; }
    #crane .search .icon {
      width: 15%;
      margin: 0 auto 5%; }
    #crane .search h2 {
      margin-bottom: 4%;
      font-size: 16px; }
    #crane .search .txt01 {
      margin-bottom: 8%;
      font-size: 13px; }
      #crane .search .txt01 span {
        padding-bottom: 3%; }
    #crane .search__list01 {
      width: 100%;
      margin: 0 auto 8%; }
      #crane .search__list01 .ttl {
        margin-bottom: 3%;
        font-size: 16px; }
        #crane .search__list01 .ttl span {
          font-size: 12px; }
      #crane .search__list01 .table_wrap {
        overflow-x: scroll; }
      #crane .search__list01--table {
        margin-bottom: 8%;
        width: 750px; }
        #crane .search__list01--table th {
          width: 27%;
          padding: 12px 0;
          font-size: 13px; }
          #crane .search__list01--table th:nth-child(n+4) {
            width: 9%; }
        #crane .search__list01--table td {
          padding: 12px 10px;
          font-size: 13px; }
          #crane .search__list01--table td .list li {
            margin-bottom: 6%; }
            #crane .search__list01--table td .list li .kinds {
              font-size: 12px; }
          #crane .search__list01--table td .date {
            margin-bottom: 5%; }
          #crane .search__list01--table td .yellow {
            margin-right: 5px;
            padding: 3px 3px;
            font-size: 11px; }
          #crane .search__list01--table td .edit {
            font-size: 13px; }
          #crane .search__list01--table td .clr {
            font-size: 13px; }
    #crane .search__block {
      width: 100%; }
      #crane .search__block--ttl {
        display: flex;
        margin-bottom: 5%; }
        #crane .search__block--ttl .number {
          width: 10%;
          padding: 3% 0; }
        #crane .search__block--ttl .txt {
          width: 83.5%;
          padding: 3% 3%; }
      #crane .search__block--crane .left_area {
        width: 100%;
        float: none;
        margin-bottom: 5%; }
        #crane .search__block--crane .left_area .ttl {
          margin-bottom: 3%;
          font-size: 13px; }
          #crane .search__block--crane .left_area .ttl span {
            font-size: 12px; }
        #crane .search__block--crane .left_area .clr input[type="button"] {
          font-size: 12px; }
      #crane .search__block--crane .right_area {
        width: 100%;
        float: none;
        margin-bottom: 8%; }
        #crane .search__block--crane .right_area .model dl dt {
          padding: 4% 10% 4% 2%; }
          #crane .search__block--crane .right_area .model dl dt:hover {
            background: #fff; }
        #crane .search__block--crane .right_area .model dl dd {
          /* padding: 3% 0 4%;*/ }
          #crane .search__block--crane .right_area .model dl dd .radio li {
            margin-bottom: 3%; }
      #crane .search__block .detail {
        margin-bottom: 6%; }
        #crane .search__block .detail dl {
          padding: 3% 0; }
          #crane .search__block .detail dl dt {
            width: 100%;
            float: none;
            margin-bottom: 3%; }
            #crane .search__block .detail dl dt p {
              padding-top: 0; }
          #crane .search__block .detail dl dd {
            width: 100%;
            float: none; }
            #crane .search__block .detail dl dd input[type=text] {
              padding: 10px 3%;
              font-size: 13px;
              width: 100%; }
              #crane .search__block .detail dl dd input[type=text].text01 {
                width: 93.5%; }
              #crane .search__block .detail dl dd input[type=text].text02 {
                width: 30%; }
              #crane .search__block .detail dl dd input[type=text].text03 {
                width: 90%; }
              #crane .search__block .detail dl dd input[type=text].text04 {
                width: 25%; }
              #crane .search__block .detail dl dd input[type=text].text05 {
                width: 70%; }
            #crane .search__block .detail dl dd select.type01 {
              width: 50%;
              padding: 10px 3%;
              font-size: 13px; }
            #crane .search__block .detail dl dd select.type02 {
              width: 25%;
              padding: 10px 3%;
              font-size: 13px; }
            #crane .search__block .detail dl dd select.type03 {
              width: 94%;
              padding: 10px 3%;
              font-size: 13px; }
            #crane .search__block .detail dl dd .shizai li {
              display: flex;
              margin-bottom: 4%; }
              #crane .search__block .detail dl dd .shizai li:first-child {
                margin-bottom: 1%; }
              #crane .search__block .detail dl dd .shizai li .name {
                width: 60%;
                margin-right: 2%; }
              #crane .search__block .detail dl dd .shizai li .price {
                width: 38%; }
            #crane .search__block .detail dl dd .tsuika {
              margin-left: 30%; }
              #crane .search__block .detail dl dd .tsuika input[type=button] {
                border: none;
                background: url("../img/crane/icon_plus.png") no-repeat center left;
                padding-left: 20px;
                color: #a3a4ad;
                font-family: 'noto sans bold';
                cursor: pointer; }
            #crane .search__block .detail dl dd textarea {
              width: 93.5%;
              padding: 10px 3%;
              font-size: 13px; }
            #crane .search__block .detail dl dd .check_css {
              margin-top: 3%; }
            #crane .search__block .detail dl dd .sttl {
              margin-bottom: 1%; }
            #crane .search__block .detail dl dd .stxt01 {
              padding: 0 4% 0 3%; }
            #crane .search__block .detail dl dd .stxt02 {
              padding: 0 3% 0 0; }
            #crane .search__block .detail dl dd .caution {
              margin-top: 3%; }
            #crane .search__block .detail dl dd .yen {
              padding: 0 0 0 8px; }
            #crane .search__block .detail dl dd .zip {
              margin-bottom: 4%; }
              #crane .search__block .detail dl dd .zip .zip1 {
                margin-right: 10px; }
              #crane .search__block .detail dl dd .zip .zip2 {
                margin: 0 10px; }
              #crane .search__block .detail dl dd .zip input[type=button].zipsearch {
                margin-left: 15px;
                padding: 7px 10px; }
            #crane .search__block .detail dl dd .add01 {
              width: 49%; }
            #crane .search__block .detail dl dd .add02 {
              width: 49%; }
      #crane .search__block .btn {
        width: 100%;
        margin: 0 auto 6%; }
        #crane .search__block .btn input[type=button] {
          padding: 5% 0;
          font-size: 14px;
          -webkit-appearance: none; }
          #crane .search__block .btn input[type=button]:hover {
            background: #59af42; }
      #crane .search__block .link01 a {
        font-size: 14px; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     空きを知らせる
******************************************* */
#inform .vehicle {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 0 0 60px; }
  #inform .vehicle .icon {
    margin-bottom: 20px;
    text-align: center; }
  #inform .vehicle h2 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold'; }
  #inform .vehicle .txt01 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px; }
  #inform .vehicle__list01 {
    border-top: 1px solid #000435;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 60px;
    margin-top:40px;
  }
    #inform .vehicle__list01 .ttl {
      margin-bottom: 10px;
      font-size: 20px;
      font-family: 'noto sans bold'; }
      #inform .vehicle__list01 .ttl:first-letter {
        color: #e7ce3d; }
      #inform .vehicle__list01 .ttl span {
        font-size: 14px;
        font-family: 'noto sans'; }
    #inform .vehicle__list01--table {
      border-top: 1px solid #000435;
      border-left: 1px solid #000435;
      border-bottom: 1px solid #000435;
      margin-bottom: 40px;
      width: 100%; }
      #inform .vehicle__list01--table tr:nth-child(odd) {
        background: #f5f5f5; }
      #inform .vehicle__list01--table th {
        border-right: 1px solid #000435;
        background: #e7ce3d;
        width: 28%;
        padding: 13px 0;
        text-align: center;
        font-size: 16px;
        font-family: 'noto sans bold'; }
        #inform .vehicle__list01--table th:nth-child(n+4) {
          background: #a4a4ae;
          width: 8%;
          color: #fff; }
      #inform .vehicle__list01--table td {
        border-right: 1px solid #000435;
        padding: 13px 15px;
        vertical-align: top;
        font-size: 16px; }
        #inform .vehicle__list01--table td:nth-child(2) {
          text-align: center; }
        #inform .vehicle__list01--table td .list li {
          margin-bottom: 15px; }
          #inform .vehicle__list01--table td .list li .kinds {
            margin-bottom: 10px;
            font-size: 12px;
            font-family: 'noto sans bold'; }
          #inform .vehicle__list01--table td .list li:last-child {
            margin-bottom: 0; }
        #inform .vehicle__list01--table td .date {
          margin-bottom: 15px; }
          #inform .vehicle__list01--table td .date li .holiday {
            color: #c80000; }
        #inform .vehicle__list01--table td .yellow {
          background: #e7ce3d;
          margin-right: 8px;
          padding: 3px 5px;
          font-size: 12px;
          font-family: 'noto sans bold'; }
        #inform .vehicle__list01--table td .edit {
          border: none;
          background: none;
          width: 100%;
          text-align: center;
          color: #0066cc;
          font-size: 14px;
          cursor: pointer; }
        #inform .vehicle__list01--table td .clr {
          border: none;
          background: none;
          width: 100%;
          text-align: center;
          color: #ba1400;
          font-size: 14px;
          cursor: pointer; }
    #inform .vehicle__list01 .txt02 {
      margin-bottom: 20px;
      text-align: center;
      font-size: 16px; }
    #inform .vehicle__list01 .btn {
      width: 360px;
      margin: 0 auto; }
      #inform .vehicle__list01 .btn a {
        display: block;
        border-radius: 5px;
        background: #e7ce3d;
        border: none;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        color: #000435;
        font-size: 18px;
        font-family: 'noto sans bold';
        cursor: pointer;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s; }
        #inform .vehicle__list01 .btn a:hover {
          background: #f3de62;
          text-decoration: none;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }

    #inform .available_cars p:not(:first-child) {
      border-left: 1px solid #999;
      padding-left: 4px;
    }
  #inform .vehicle__list02 {
    border-top: 1px solid #000435;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 0; }
    #inform .vehicle__list02 .ttl {
      margin-bottom: 10px;
      font-size: 20px;
      font-family: 'noto sans bold'; }
      #inform .vehicle__list02 .ttl span {
        font-size: 14px;
        font-family: 'noto sans'; }
    #inform .vehicle__list02--table {
      border-top: 1px solid #000435;
      border-left: 1px solid #000435;
      border-bottom: 1px solid #000435;
      margin-bottom: 40px;
      width: 100%; }
      #inform .vehicle__list02--table tr:nth-child(odd) {
        background: #f5f5f5; }
      #inform .vehicle__list02--table th {
        border-right: 1px solid #000435;
        background: #000435;
        padding: 13px 0;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: 'noto sans bold'; }
        #inform .vehicle__list02--table th:first-child {
          border-right: 1px solid #7d839b; }
        #inform .vehicle__list02--table th:nth-child(n+4) {
          background: #a4a4ae;
          width: 8%; }
      #inform .vehicle__list02--table td {
        border-right: 1px solid #000435;
        padding: 13px 15px;
        vertical-align: top;
        font-size: 16px; }
        #inform .vehicle__list02--table td .edit {
          border: none;
          background: none;
          width: 100%;
          text-align: center;
          color: #0366ce;
          cursor: pointer; }
        #inform .vehicle__list02--table td .clr {
          border: none;
          background: none;
          width: 100%;
          text-align: center;
          color: #be1905;
          cursor: pointer; }
    #inform .vehicle__list02 .txt02 {
      margin-bottom: 20px;
      text-align: center;
      font-size: 16px; }
    #inform .vehicle__list02 .btn {
      width: 360px;
      margin: 0 auto 40px;}
      #inform .vehicle__list02 .btn a {
        display: block;
        border-radius: 5px;
        background: #000435;
        border: none;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-family: 'noto sans bold';
        cursor: pointer;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s; }
        #inform .vehicle__list02 .btn a:hover {
          background: #1b216c;
          text-decoration: none;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
    #inform .vehicle__list02 .link01 {
      text-align: center; }
      #inform .vehicle__list02 .link01 a {
        color: #a3a4ad;
        font-size: 16px; }

@media (max-width: 640px) {
  #inform .vehicle {
    padding: 0 3% 6%; }
    #inform .vehicle .icon {
      width: 15%;
      margin: 0 auto 5%; }
    #inform .vehicle h2 {
      margin-bottom: 4%;
      font-size: 16px; }
    #inform .vehicle .txt01 {
      margin-bottom: 8%;
      font-size: 13px; }
    #inform .vehicle__list01 {
      width: 100%;
      padding: 8% 0 10%; }
      #inform .vehicle__list01 .ttl {
        margin-bottom: 3%;
        font-size: 16px; }
        #inform .vehicle__list01 .ttl span {
          font-size: 12px; }
      #inform .vehicle__list01 .table_wrap {
        overflow-x: scroll; }
      #inform .vehicle__list01--table {
        margin-bottom: 8%;
        width: 750px; }
        #inform .vehicle__list01--table th {
          width: 27%;
          padding: 12px 0;
          font-size: 13px; }
          #inform .vehicle__list01--table th:nth-child(n+4) {
            width: 9%; }
        #inform .vehicle__list01--table td {
          padding: 12px 10px;
          font-size: 13px; }
          #inform .vehicle__list01--table td .list li {
            margin-bottom: 6%; }
            #inform .vehicle__list01--table td .list li .kinds {
              font-size: 12px; }
          #inform .vehicle__list01--table td .date {
            margin-bottom: 5%; }
          #inform .vehicle__list01--table td .yellow {
            margin-right: 5px;
            padding: 3px 3px;
            font-size: 11px; }
          #inform .vehicle__list01--table td .edit {
            font-size: 13px; }
          #inform .vehicle__list01--table td .clr {
            font-size: 13px; }
      #inform .vehicle__list01 .txt02 {
        margin-bottom: 5%;
        font-size: 13px; }
      #inform .vehicle__list01 .btn {
        width: 100%; }
        #inform .vehicle__list01 .btn a {
          width: 100%;
          padding: 5% 0;
          font-size: 14px; }
          #inform .vehicle__list01 .btn a:hover {
            background: #e7ce3d; }
    #inform .vehicle__list02 {
      width: 100%;
      padding: 8% 0 0; }
      #inform .vehicle__list02 .ttl {
        margin-bottom: 3%;
        font-size: 16px; }
        #inform .vehicle__list02 .ttl span {
          font-size: 12px; }
      #inform .vehicle__list02 .table_wrap {
        overflow-x: scroll; }
      #inform .vehicle__list02--table {
        margin-bottom: 8%;
        width: 800px; }
        #inform .vehicle__list02--table th {
          padding: 15px 0;
          font-size: 13px; }
          #inform .vehicle__list02--table th:nth-child(n+3) {
            width: 9%; }
        #inform .vehicle__list02--table td {
          padding: 15px 15px;
          font-size: 13px; }
          #inform .vehicle__list02--table td .edit {
            font-size: 13px; }
          #inform .vehicle__list02--table td .clr {
            font-size: 13px; }
      #inform .vehicle__list02 .txt02 {
        margin-bottom: 5%;
        font-size: 13px; }
      #inform .vehicle__list02 .btn {
        width: 100%;
        margin: 0 auto 6%; }
        #inform .vehicle__list02 .btn a {
          padding: 5% 0;
          font-size: 14px; }
          #inform .vehicle__list02 .btn a:hover {
            background: #000435; }
      #inform .vehicle__list02 .link01 a {
        font-size: 14px; } }
#inform .regist {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 60px 0; }
  #inform .regist h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold'; }
  #inform .regist__block {
    width: 80%;
    margin: 0 auto; }
    #inform .regist__block--ttl {
      display: flex;
      background: #e7ce3d;
      margin-bottom: 30px;
      font-family: 'noto sans bold'; }
      #inform .regist__block--ttl.blue {
        background: #000435;
        color: #fff; }
      #inform .regist__block--ttl .number {
        border-right: 1px solid #fff;
        width: 7%;
        padding: 12px 0;
        text-align: center; }
      #inform .regist__block--ttl .txt {
        width: 89.5%;
        padding: 12px 15px; }
    #inform .regist__block--crane .left_area {
      width: 18%;
      float: left; }
      #inform .regist__block--crane .left_area .ttl {
        margin-bottom: 15px;
        font-size: 16px;
        font-family: 'noto sans bold'; }
        #inform .regist__block--crane .left_area .ttl:first-letter {
          color: #e7ce3d; }
        #inform .regist__block--crane .left_area .ttl span {
          font-size: 14px;
          font-family: 'noto sans'; }
      #inform .regist__block--crane .left_area .clr input[type="button"] {
        border: none;
        background: none;
        color: #0066cc;
        font-size: 14px;
        cursor: pointer; }
    #inform .regist__block--crane .right_area {
      width: 80%;
      float: right;
      margin-bottom: 50px; }
      #inform .regist__block--crane .right_area .model {
        border-top: 1px solid #d2d7de; }
        #inform .regist__block--crane .right_area .model dl {
          border-bottom: 1px solid #d2d7de; }
          #inform .regist__block--crane .right_area .model dl dt {
            padding: 17px 10% 17px 5px;
            position: relative;
            cursor: pointer;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            #inform .regist__block--crane .right_area .model dl dt:hover {
              background: #f5f5f5;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
            #inform .regist__block--crane .right_area .model dl dt:after {
              content: "";
              position: absolute;
              top: 45%;
              right: 10px;
              background: url("/images/icon_arrow_open.png") no-repeat center center;
              width: 10px;
              height: 6px; }
            #inform .regist__block--crane .right_area .model dl dt.open:after {
              background: url("/images/icon_arrow_close.png") no-repeat center center; }
          #inform .regist__block--crane .right_area .model dl dd {
            padding: 10px 0 20px; }
            #inform .regist__block--crane .right_area .model dl dd .cb {
              overflow: hidden; }
              #inform .regist__block--crane .right_area .model dl dd .cb li {
                width: 33.3333%;
                float: left;
                margin-bottom: 15px; }
                #inform .regist__block--crane .right_area .model dl dd .cb li input[type=checkbox] {
                  display: none; }
                  #inform .regist__block--crane .right_area .model dl dd .cb li input[type=checkbox]:checked + .check_css:after {
                    background: #000435; }
                  #inform .regist__block--crane .right_area .model dl dd .cb li input[type=checkbox]:checked + .check_css:before {
                    opacity: 1.0; }
                #inform .regist__block--crane .right_area .model dl dd .cb li .check_css {
                  -webkit-transition: background-color 0.2s linear;
                  transition: background-color 0.2s linear;
                  position: relative;
                  display: inline-block;
                  padding: 0 0 0 30px;
                  vertical-align: middle;
                  cursor: pointer; }
                  #inform .regist__block--crane .right_area .model dl dd .cb li .check_css:after {
                    -webkit-transition: border-color 0.2s linear;
                    transition: border-color 0.2s linear;
                    border-radius: 5px;
                    border: 1px solid #d2d7de;
                    background: #f5f5f5;
                    width: 20px;
                    height: 20px;
                    content: '';
                    position: absolute;
                    top: 40%;
                    left: 0;
                    display: block;
                    margin-top: -10px; }
                  #inform .regist__block--crane .right_area .model dl dd .cb li .check_css:before {
                    -webkit-transition: opacity 0.2s linear;
                    transition: opacity 0.2s linear;
                    position: absolute;
                    top: 30%;
                    left: 7px;
                    display: block;
                    border-right: 3px solid #fff;
                    border-bottom: 3px solid #fff;
                    width: 6px;
                    height: 8px;
                    margin-top: -4px;
                    content: '';
                    opacity: 0;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    z-index: 9999; }
            #inform .regist__block--crane .right_area .model dl dd .radio {
              overflow: hidden; }
              #inform .regist__block--crane .right_area .model dl dd .radio li {
                float: left;
                margin-right: 35px;
                margin-bottom: 10px; }
                #inform .regist__block--crane .right_area .model dl dd .radio li input[type=radio] {
                  display: none; }
                #inform .regist__block--crane .right_area .model dl dd .radio li label {
                  display: inline-block;
                  border-radius: 2px;
                  position: relative;
                  cursor: pointer;
                  margin-left: 20px;
                  padding: 10px 10px 10px 20px;
                  text-align: center;
                  line-height: 1; }
                  #inform .regist__block--crane .right_area .model dl dd .radio li label:before {
                    position: absolute;
                    content: "";
                    top: 50%;
                    left: -10px;
                    width: 18px;
                    height: 18px;
                    margin-top: -10px;
                    background: #fff;
                    border: 1px solid #ccc;
                    border-radius: 50%; }
                #inform .regist__block--crane .right_area .model dl dd .radio li input[type="radio"]:checked + label:after {
                  position: absolute;
                  content: "";
                  top: 50%;
                  left: -6px;
                  width: 12px;
                  height: 12px;
                  margin-top: -6px;
                  border-radius: 50%;
                  background: #000435; }
    #inform .regist__block .detail {
      border-top: 1px solid #d2d7de;
      margin-bottom: 30px; }
      #inform .regist__block .detail dl {
        border-bottom: 1px solid #d2d7de;
        padding: 20px 0;
        overflow: hidden; }
        #inform .regist__block .detail dl dt {
          width: 18%;
          float: left; }
          #inform .regist__block .detail dl dt p {
            padding-top: 15px;
            font-family: 'noto sans bold'; }
            #inform .regist__block .detail dl dt p:first-letter {
              color: #e7ce3d; }
            #inform .regist__block .detail dl dt p.blue:first-letter {
              color: #000435; }
        #inform .regist__block .detail dl dd {
          width: 80%;
          float: right;
          overflow: hidden; }
          #inform .regist__block .detail dl dd input[type=text] {
            border-radius: 5px;
            border: 1px solid #d8d8d8;
            background: #f5f5f5;
            padding: 15px 3%;
            font-size: 16px; }
            #inform .regist__block .detail dl dd input[type=text].text01 {
              width: 50%; }
            #inform .regist__block .detail dl dd input[type=text].text02 {
              width: 65%; }
            #inform .regist__block .detail dl dd input[type=text]::placeholder {
              color: #aaa; }
            #inform .regist__block .detail dl dd .zip input[type=button].zipsearch {
              margin-left: 20px;
              padding: 13px 20px;
              cursor: pointer; }
          #inform .regist__block .detail dl dd select.type01 {
            border-radius: 5px;
            border: 1px solid #d8d8d8;
            background: #f5f5f5;
            width: 50%;
            padding: 15px 3%;
            font-size: 16px; }
            #inform .regist__block .detail dl dd select.type01 option {
              color: #000435; }
              /* #inform .regist__block .detail dl dd select.type01 option:first-child {
                display: none; } */
            #inform .regist__block .detail dl dd select.type01:invalid {
              color: #999 !important; }
          #inform .regist__block .detail dl dd select.type02 {
            border-radius: 5px;
            border: 1px solid #d8d8d8;
            background: #f5f5f5;
            width: 20%;
            padding: 15px 3%;
            font-size: 16px; }
            #inform .regist__block .detail dl dd select.type02 option {
              color: #000435; }
              /* #inform .regist__block .detail dl dd select.type02 option:first-child {
                display: none; } */
            #inform .regist__block .detail dl dd select.type02:invalid {
              color: #999 !important; }
          #inform .regist__block .detail dl dd select.type03 {
            border-radius: 5px;
            border: 1px solid #d8d8d8;
            background: #f5f5f5;
            width: 94%;
            padding: 15px 3%;
            font-size: 16px; }
            #inform .regist__block .detail dl dd select.type03 option {
              color: #000435; }
              /* #inform .regist__block .detail dl dd select.type03 option:first-child {
                display: none; } */
            #inform .regist__block .detail dl dd select.type03:invalid {
              color: #999 !important; }
          #inform .regist__block .detail dl dd select.type04 {
            border-radius: 5px;
            border: 1px solid #d8d8d8;
            background: #f5f5f5;
            width: 30%;
            padding: 15px 3%;
            font-size: 16px; }
            #inform .regist__block .detail dl dd select.type04 option {
              color: #000435; }
              /* #inform .regist__block .detail dl dd select.type04 option:first-child {
                display: none; } */
            #inform .regist__block .detail dl dd select.type04:invalid {
              color: #999 !important; }
          #inform .regist__block .detail dl dd .sttl {
            margin-bottom: 5px;
            font-family: 'noto sans bold'; }

            #inform .regist__block .detail dl dd input.zipsearch{
              margin-left: 20px;
              padding: 13px 20px;
              cursor: pointer;
            }
          #inform .regist__block .detail dl dd .date {
            margin-bottom: 25px;
            overflow: hidden; }
            #inform .regist__block .detail dl dd .date li {
              width: 12.5%;
              float: left;
              margin-right: 2%; }
              #inform .regist__block .detail dl dd .date li:last-child {
                margin-right: 0; }
              #inform .regist__block .detail dl dd .date li .date01 {
                margin-bottom: 5px;
                font-size: 16px; }
              #inform .regist__block .detail dl dd .date li .date02 {
                margin-bottom: 5px;
                color: #c80000;
                font-size: 16px; }
          #inform .regist__block .detail dl dd .mb {
            margin-bottom: 18px; }
    #inform .regist__block .btn {
      width: 360px;
      margin: 0 auto 40px; }
      #inform .regist__block .btn input {
        display: block;
        border-radius: 5px;
        background: #e7ce3d;
        border: none;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        color: #000435;
        font-size: 16px;
        font-family: 'noto sans bold';
        cursor: pointer;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s; }
        #inform .regist__block .btn input[type=submit]:hover {
          background: #f3de62;
          text-decoration: none;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
      #inform .regist__block .btn.blue input[type=submit] {
        background: #000435;
        color: #fff; }
        #inform .regist__block .btn.blue input[type=submit]:hover {
          background: #1b216c; }
    #inform .regist__block .link01 {
      text-align: center; }
      #inform .regist__block .link01 a {
        color: #a3a4ad;
        font-size: 16px; }

@media (max-width: 640px) {
  #inform .regist {
    padding: 6% 3%; }
    #inform .regist h2 {
      margin-bottom: 4%;
      font-size: 16px; }
    #inform .regist__block {
      width: 100%; }
      #inform .regist__block--ttl {
        display: flex;
        margin-bottom: 5%; }
        #inform .regist__block--ttl .number {
          width: 10%;
          padding: 3% 0; }
        #inform .regist__block--ttl .txt {
          width: 83.5%;
          padding: 3% 3%; }
      #inform .regist__block--crane .left_area {
        width: 100%;
        float: none;
        margin-bottom: 5%; }
        #inform .regist__block--crane .left_area .ttl {
          margin-bottom: 3%;
          font-size: 13px; }
          #inform .regist__block--crane .left_area .ttl span {
            font-size: 12px; }
        #inform .regist__block--crane .left_area .clr input[type="button"] {
          font-size: 12px; }
      #inform .regist__block--crane .right_area {
        width: 100%;
        float: none;
        margin-bottom: 8%; }
        #inform .regist__block--crane .right_area .model dl dt {
          padding: 4% 10% 4% 2%; }
          #inform .regist__block--crane .right_area .model dl dt:hover {
            background: #fff; }
        #inform .regist__block--crane .right_area .model dl dd {
          padding: 3% 0 4%; }
          #inform .regist__block--crane .right_area .model dl dd .cb li {
            margin-bottom: 3%; }
          #inform .regist__block--crane .right_area .model dl dd .radio li {
            margin-right: 8%;
            margin-bottom: 2%; }
      #inform .regist__block .detail {
        margin-bottom: 6%; }
        #inform .regist__block .detail dl {
          padding: 3% 0; }
          #inform .regist__block .detail dl dt {
            width: 100%;
            float: none;
            margin-bottom: 3%; }
            #inform .regist__block .detail dl dt p {
              padding-top: 0;
              font-size: 14px; }
          #inform .regist__block .detail dl dd {
            width: 100%;
            float: none; }
            #inform .regist__block .detail dl dd input[type=text] {
              padding: 10px 3%;
              font-size: 13px; }
              #inform .regist__block .detail dl dd input[type=text].text01 {
                width: 93.5%; }
              #inform .regist__block .detail dl dd input[type=text].text02 {
                width: 93.5%; }
            #inform .regist__block .detail dl dd select.type01 {
              width: 70%;
              padding: 10px 3%;
              font-size: 13px; }
            #inform .regist__block .detail dl dd select.type02 {
              width: 40%;
              padding: 10px 3%;
              font-size: 13px; }
            #inform .regist__block .detail dl dd select.type03 {
              width: 94%;
              padding: 10px 3%;
              font-size: 13px; }
            #inform .regist__block .detail dl dd select.type04 {
              width: 60%;
              padding: 10px 3%;
              font-size: 13px; }
            #inform .regist__block .detail dl dd .sttl {
              margin-bottom: 2%; }
            #inform .regist__block .detail dl dd .date {
              margin-bottom: 25px;
              overflow: hidden; }
              #inform .regist__block .detail dl dd .date li {
                width: 22.75%; }
                #inform .regist__block .detail dl dd .date li:nth-child(5) {
                  clear: both; }
                #inform .regist__block .detail dl dd .date li:nth-child(-n+4) {
                  margin-bottom: 4%; }
                #inform .regist__block .detail dl dd .date li .date01 {
                  margin-bottom: 1%;
                  font-size: 13px; }
                #inform .regist__block .detail dl dd .date li .date02 {
                  margin-bottom: 1%;
                  font-size: 13px; }
            #inform .regist__block .detail dl dd .mb {
              margin-bottom: 4%; }
      #inform .regist__block .btn {
        width: 100%;
        margin: 0 auto 6%; }
        #inform .regist__block .btn input[type=button] {
          padding: 5% 0;
          font-size: 14px;
          -webkit-appearance: none; }
          #inform .regist__block .btn input[type=button]:hover {
            background: #e7ce3d; }
        #inform .regist__block .btn.blue input[type=button]:hover {
          background: #000435; }
      #inform .regist__block .link01 a {
        font-size: 14px; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     登録会社
******************************************* */
#corpo .list {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 60px 0 40px; }
  #corpo .list h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold'; }
  #corpo .list__box {
    width: 80%;
    margin: 0 auto; }
    #corpo .list__box .read {
      margin-bottom: 30px;
      text-align: center;
      font-size: 16px; }
    #corpo .list__box .total {
      border: 1px solid #000435;
      width: 25%;
      float: right;
      margin-bottom: 20px;
      padding: 5px 0;
      text-align: center;
      font-size: 16px;
      font-family: 'noto sans bold'; }
      #corpo .list__box .total span {
        margin: 0 5px 0 20px;
        color: #c80000; }
    #corpo .list__box h3 {
      clear: both;
      background: #000435;
      margin-bottom: 20px;
      padding: 12px 15px;
      color: #fff;
      font-family: 'noto sans bold'; }
    #corpo .list__box .table_list {
      border-top: 1px solid #000435;
      border-left: 1px solid #000435;
      width: 100%;
      margin-bottom: 50px; }
      #corpo .list__box .table_list th {
        border-right: 1px solid #000435;
        border-bottom: 1px solid #000435;
        background: #d9d9d9;
        padding: 15px 0;
        text-align: center;
        font-family: 'noto sans bold'; }
      #corpo .list__box .table_list td {
        border-right: 1px solid #000435;
        border-bottom: 1px solid #000435;
        padding: 15px 15px; }
        #corpo .list__box .table_list td:first-child {
          width: 18%;
          text-align: center;
          font-family: 'noto sans bold'; }
          #corpo .list__box .table_list td:first-child.area01 {
            background: #f8e2e3;
            color: #a13136; }
          #corpo .list__box .table_list td:first-child.area02 {
            background: #fffbe5;
            color: #b79901; }
          #corpo .list__box .table_list td:first-child.area03 {
            background: #e9f6ff;
            color: #1169a9; }
          #corpo .list__box .table_list td:first-child.area04 {
            background: #f3eadd;
            color: #a16e1c; }
          #corpo .list__box .table_list td:first-child.area05 {
            background: #f5e4e4;
            color: #7b6969; }
          #corpo .list__box .table_list td:first-child.area06 {
            background: #fbebdf;
            color: #ee822f; }
          #corpo .list__box .table_list td:first-child.area07 {
            background: #ecf5d8;
            color: #647f2c; }
        #corpo .list__box .table_list td ul {
          overflow: hidden; }
          #corpo .list__box .table_list td ul li {
            float: left;
            margin-right: 20px;
            line-height: 1.8; }

@media (max-width: 640px) {
  #corpo .list {
    padding: 6% 3% 2%; }
    #corpo .list h2 {
      margin-bottom: 4%;
      font-size: 16px; }
    #corpo .list__box {
      width: 100%; }
      #corpo .list__box .read {
        margin-bottom: 6%;
        text-align: left;
        font-size: 13px; }
      #corpo .list__box .total {
        width: 60%;
        float: none;
        margin: 0 auto 5%;
        padding: 5px 0;
        font-size: 13px; }
        #corpo .list__box .total span {
          margin: 0 2% 0 5%; }
      #corpo .list__box h3 {
        margin-bottom: 4%;
        padding: 10px 10px;
        font-size: 13px; }
      #corpo .list__box .table_list {
        margin-bottom: 10%; }
        #corpo .list__box .table_list th {
          padding: 10px 0; }
        #corpo .list__box .table_list td {
          padding: 10px 3%; }
          #corpo .list__box .table_list td:first-child {
            width: 20%; }
          #corpo .list__box .table_list td ul li {
            margin-right: 4%;
            line-height: 1.8; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     よくある質問
******************************************* */
#faq .faq {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 60px 0 50px; }
  #faq .faq h2 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold'; }
  #faq .faq__box {
    width: 80%;
    margin: 0 auto; }
    #faq .faq__box dl {
      border-left: 1px solid #000435;
      margin-bottom: 30px;
      padding-left: 20px; }
      #faq .faq__box dl dt {
        margin-bottom: 12px;
        padding-left: 32px;
        font-size: 16px;
        font-family: 'noto sans bold';
        position: relative; }
        #faq .faq__box dl dt:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          background: url("/images/icon_q.png") no-repeat center center;
          width: 26px;
          height: 26px; }
      #faq .faq__box dl dd {
        padding-left: 32px;
        position: relative; }
        #faq .faq__box dl dd:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          background: url("/images/icon_a.png") no-repeat center center;
          width: 26px;
          height: 26px; }

@media (max-width: 640px) {
  #faq .faq {
    padding: 6% 3%; }
    #faq .faq h2 {
      margin-bottom: 8%;
      font-size: 16px; }
    #faq .faq__box {
      width: 100%; }
      #faq .faq__box dl {
        margin-bottom: 5%;
        padding-left: 3%; }
        #faq .faq__box dl dt {
          margin-bottom: 4%;
          padding-left: 28px;
          font-size: 14px; }
          #faq .faq__box dl dt:before {
            top: 3px;
            background-size: cover;
            width: 20px;
            height: 20px; }
        #faq .faq__box dl dd {
          padding-left: 28px; }
          #faq .faq__box dl dd:before {
            top: 3px;
            background-size: cover;
            width: 20px;
            height: 20px; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     求人情報　一覧
******************************************* */
#recruit .list {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 60px 0; }
  #recruit .list h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold'; }
  #recruit .list__box {
    width: 80%;
    margin: 0 auto 60px; }
    #recruit .list__box a {
      display: block;
      margin-bottom: 15px;
      padding: 5px 5px;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      #recruit .list__box a dl {
        overflow: hidden; }
        #recruit .list__box a dl dt {
          float: left;
          margin-right: 30px;
          color: #a3a4ad;
          font-family: 'noto sans bold'; }
        #recruit .list__box a dl dd {
          float: left; }
          #recruit .list__box a dl dd span {
            margin-right: 15px;
            font-family: 'noto sans bold'; }
      #recruit .list__box a:hover {
        background: #edefff;
        text-decoration: none;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s; }

@media (max-width: 640px) {
  #recruit .list {
    padding: 6% 3%; }
    #recruit .list h2 {
      margin-bottom: 6%;
      font-size: 16px; }
    #recruit .list__box {
      width: 100%;
      margin: 0 auto 8%; }
      #recruit .list__box a {
        display: block;
        margin-bottom: 4%;
        padding: 0; }
        #recruit .list__box a dl dt {
          float: none;
          margin-right: 0; }
        #recruit .list__box a dl dd {
          float: none; }
          #recruit .list__box a dl dd span {
            margin-right: 3%; }
        #recruit .list__box a:hover {
          background: #fff; } }
/* *******************************************
     求人情報　詳細
******************************************* */
#recruit .recruitd {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 60px 0; }
  #recruit .recruitd h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold'; }
  #recruit .recruitd__ttl {
    border-bottom: 1px solid #000435;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px; }
    #recruit .recruitd__ttl .date {
      margin-bottom: 10px;
      color: #a3a4ad;
      font-family: 'noto sans bold'; }
    #recruit .recruitd__ttl .ttl {
      clear: both;
      font-size: 20px; }
      #recruit .recruitd__ttl .ttl span {
        margin-right: 20px;
        font-size: 16px;
        font-family: 'noto sans bold'; }
  #recruit .recruitd__cont {
    border-bottom: 1px solid #000435;
    width: 80%;
    margin: 0 auto 30px;
    padding: 30px 0; }
  #recruit .recruitd .back {
    text-align: center; }
    #recruit .recruitd .back a {
      color: #a3a4ad;
      font-size: 16px; }

@media (max-width: 640px) {
  #recruit .recruitd {
    padding: 6% 3%; }
    #recruit .recruitd h2 {
      margin-bottom: 6%;
      font-size: 16px; }
    #recruit .recruitd__ttl {
      width: 100%;
      padding-bottom: 4%; }
      #recruit .recruitd__ttl .date {
        margin-bottom: 1%; }
      #recruit .recruitd__ttl .ttl {
        font-size: 14px; }
        #recruit .recruitd__ttl .ttl span {
          margin-right: 2%;
          font-size: 11px; }
    #recruit .recruitd__cont {
      width: 100%;
      margin: 0 auto 4%;
      padding: 4% 0; }
    #recruit .recruitd .back a {
      font-size: 14px; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     今月の納車
******************************************* */
#delivery .list {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 60px 0; }
  #delivery .list h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold';
    line-height: 1.5;
  }
    #delivery .list h2 .delivery__sub{
      background-color: #ba1300;
  color: #fff;
  padding: 2px 5px 3px 5px;
  font-size: 14px;
  font-weight: normal;
    }
    #top .delivery__ttl .delivery__sub {
      background-color: #ba1300;
      color: #fff;
      padding: 3px 5px;
      font-size: 14px;
      font-weight: normal;
      margin-left: 10px;
    }
  #delivery .list__box {
    width: 80%;
    margin: 0 auto; }
    #delivery .list__box ul {
      border-top: 1px solid #d2d7de; }
      #delivery .list__box ul li {
        border-bottom: 1px solid #d2d7de;
        padding: 30px 0;
        overflow: hidden; }
        #delivery .list__box ul li h3 {
          background: #f5f5f5;
          margin-bottom: 20px;
          padding: 8px 15px;
          font-family: 'noto sans bold'; }
        #delivery .list__box ul li figure {
          width: 50%;
          float: right; }
          #delivery .list__box ul li figure img {
            width: 100%;
            height: auto; }
          #delivery .list__box ul li figure + div {
            width: 45%;
            float: left;
            padding-top: 15px; }
            #delivery .list__box ul li figure + div p {
              margin-bottom: 15px;
              padding-left: 15px;
              font-size: 16px; }
              #delivery .list__box ul li figure + div p span {
                font-family: 'noto sans bold'; }

@media (max-width: 640px) {
  #delivery .list {
    padding: 6% 3%; }
    #delivery .list h2 {
      margin-bottom: 5%;
      font-size: 16px; }
    #delivery .list__box {
      width: 100%; }
      #delivery .list__box ul li {
        padding: 6% 0 3%; }
        #delivery .list__box ul li h3 {
          margin-bottom: 4%;
          padding: 8px 3%;
          font-size: 13px; }
        #delivery .list__box ul li figure {
          width: 100%;
          float: none; }
          #delivery .list__box ul li figure + div {
            width: 100%;
            float: none;
            padding-top: 3%; }
            #delivery .list__box ul li figure + div p {
              margin-bottom: 2%;
              padding-left: 0;
              font-size: 13px; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     よくある質問　一覧
******************************************* */
#news .news {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 60px 0; }
  #news .news h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold'; }
  #news .news__box {
    width: 80%;
    margin: 0 auto 60px; }
    #news .news__box a {
      display: block;
      margin-bottom: 15px;
      padding: 5px 5px;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      #news .news__box a dl {
        overflow: hidden; }
        #news .news__box a dl dt {
          float: left;
          margin-right: 15px;
          padding-top: 2px;
          color: #a3a4ad;
          font-family: 'noto sans bold'; }
          #news .news__box a dl dt span {
            border: 1px solid #000435;
            background: #fff;
            margin-left: 15px;
            padding: 3px 20px;
            font-size: 12px; }
        #news .news__box a dl dd {
          float: left;
          padding: 3px 0; }
      #news .news__box a:hover {
        background: #edefff;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s; }

@media (max-width: 640px) {
  #news .news {
    padding: 6% 3%; }
    #news .news h2 {
      margin-bottom: 6%;
      font-size: 16px; }
    #news .news__box {
      width: 100%;
      margin: 0 auto 8%; }
      #news .news__box a {
        margin-bottom: 4%;
        padding: 0; }
        #news .news__box a dl dt {
          float: none;
          margin-right: 0;
          padding: 1% 0; }
          #news .news__box a dl dt span {
            margin-left: 3%;
            padding: 1% 2%;
            font-size: 10px; }
        #news .news__box a dl dd {
          float: none;
          padding: 1% 0; }
        #news .news__box a:hover {
          background: #fff; } }
/* *******************************************
     よくある質問　詳細
******************************************* */
#news .newsd {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 60px 0; }
  #news .newsd h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold'; }
  #news .newsd__ttl {
    border-bottom: 1px solid #000435;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px; }
    #news .newsd__ttl .date {
      float: left;
      margin-bottom: 20px;
      padding-top: 2px;
      color: #a3a4ad;
      font-family: 'noto sans bold'; }
    #news .newsd__ttl .cate {
      border: 1px solid #000435;
      background: #fff;
      float: left;
      margin-left: 15px;
      padding: 3px 20px;
      font-size: 12px; }
    #news .newsd__ttl .ttl {
      clear: both;
      font-size: 20px;
      font-family: 'noto sans bold'; }
  #news .newsd__cont {
    border-bottom: 1px solid #000435;
    width: 80%;
    margin: 0 auto 30px;
    padding: 30px 0; }
  #news .newsd .back {
    text-align: center; }
    #news .newsd .back a {
      color: #a3a4ad;
      font-size: 16px; }

@media (max-width: 640px) {
  #news .newsd {
    padding: 6% 3%; }
    #news .newsd h2 {
      margin-bottom: 6%;
      font-size: 16px; }
    #news .newsd__ttl {
      width: 100%;
      padding-bottom: 4%; }
      #news .newsd__ttl .date {
        float: left;
        margin-bottom: 4%;
        padding-top: 2px; }
      #news .newsd__ttl .cate {
        margin-left: 3%;
        padding: 2px 10px;
        font-size: 11px; }
      #news .newsd__ttl .ttl {
        font-size: 16px; }
    #news .newsd__cont {
      width: 100%;
      margin: 0 auto 4%;
      padding: 4% 0; }
    #news .newsd .back a {
      font-size: 14px; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     運営会社
******************************************* */
#company .about {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 60px 0; }
  #company .about h2 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold'; }
  #company .about__box {
    width: 80%;
    margin: 0 auto; }
    #company .about__box dl {
      border-bottom: 1px solid #d2d7de;
      padding: 30px 0;
      overflow: hidden; }
      #company .about__box dl.fst {
        border-top: 1px solid #d2d7de; }
      #company .about__box dl dt {
        width: 18%;
        float: left;
        font-size: 16px;
        font-family: 'noto sans bold'; }
      #company .about__box dl dd {
        width: 80%;
        float: right;
        font-size: 16px; }
        #company .about__box dl dd .mb {
          margin-bottom: 15px; }
        #company .about__box dl dd span {
          font-family: 'noto sans bold'; }
        #company .about__box dl dd a {
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          #company .about__box dl dd a:hover {
            color: #1b216c;
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }

@media (max-width: 640px) {
  #company .about {
    padding: 6% 3% 4%; }
    #company .about h2 {
      margin-bottom: 8%;
      font-size: 16px; }
    #company .about__box {
      width: 100%; }
      #company .about__box dl {
        border-bottom: none;
        padding: 0 0 5%; }
        #company .about__box dl.fst {
          border-top: none; }
        #company .about__box dl dt {
          background: #d2d7de;
          width: 94%;
          float: none;
          padding: 2% 3%;
          font-size: 13px; }
        #company .about__box dl dd {
          width: 100%;
          float: none;
          padding: 2% 3% 0;
          font-size: 13px; }
          #company .about__box dl dd .mb {
            margin-bottom: 3%; }
          #company .about__box dl dd a:hover {
            color: #000435; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     プライバシーポリシー
******************************************* */
#privacy .policy {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 60px 0 40px; }
  #privacy .policy h2 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold'; }
  #privacy .policy__box {
    width: 80%;
    margin: 0 auto; }
    #privacy .policy__box .read {
      margin-bottom: 20px; }
    #privacy .policy__box dl dt {
      margin-bottom: 5px;
      font-size: 16px;
      font-family: 'noto sans bold'; }
    #privacy .policy__box dl dd {
      margin-bottom: 30px;
      font-size: 14px; }
      #privacy .policy__box dl dd .mb {
        margin-bottom: 10px; }
      #privacy .policy__box dl dd ul {
        margin-left: 10px; }
        #privacy .policy__box dl dd ul li {
          margin-left: 20px;
          list-style: disc; }
      #privacy .policy__box dl dd .name {
        font-size: 20px; }
      #privacy .policy__box dl dd a {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        #privacy .policy__box dl dd a:hover {
          color: #1b216c;
          text-decoration: none;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }

@media (max-width: 640px) {
  #privacy .policy {
    padding: 6% 3% 4%; }
    #privacy .policy h2 {
      margin-bottom: 8%;
      font-size: 16px; }
    #privacy .policy__box {
      width: 100%; }
      #privacy .policy__box .read {
        margin-bottom: 4%; }
      #privacy .policy__box dl dt {
        margin-bottom: 1%;
        font-size: 14px; }
      #privacy .policy__box dl dd {
        margin-bottom: 6%;
        font-size: 13px; }
        #privacy .policy__box dl dd .mb {
          margin-bottom: 3%; }
        #privacy .policy__box dl dd ul {
          margin-left: 2%; }
          #privacy .policy__box dl dd ul li {
            margin-left: 20px;
            list-style: disc; }
        #privacy .policy__box dl dd .name {
          font-size: 16px; }
        #privacy .policy__box dl dd a:hover {
          color: #000435; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     ログイン
******************************************* */
#login_regist .login {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 60px 0; }
  #login_regist .login h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold'; }
  #login_regist .login__block {
    width: 360px;
    margin: 0 auto; }
    #login_regist .login__block dl {
      margin-bottom: 40px; }
      #login_regist .login__block dl dt {
        margin-bottom: 5px;
        font-size: 16px;
        font-family: 'noto sans bold'; }
      #login_regist .login__block dl dd {
        margin-bottom: 15px; }
        #login_regist .login__block dl dd input[type=text],input[type=password] {
          border-radius: 5px;
          border: 1px solid #d8d8d8;
          background: #f5f5f5;
          width: 100%;
          padding: 15px 3%;
          font-size: 16px;
          box-sizing: border-box;
        }
        #login_regist .login__block dl dd select {
          border-radius: 5px;
          border: 1px solid #d8d8d8;
          background: #f5f5f5;
          width: 50%;
          padding: 15px 3%;
          font-size: 16px; }
        #login_regist .login__block dl dd select option {
          color: #000435; }
          /* #inform .regist__block .detail dl dd select.type01 option:first-child {
            display: none; } */
        #login_regist .login__block dl dd select:invalid {
          color: #999 !important; }
    #login_regist .login__block .btn {
      width: 100%;
      margin-bottom: 30px; }
      #login_regist .login__block .btn .button {
        display: block;
        border-radius: 5px;
        background: #ba1400;
        border: none;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: 'noto sans bold';
        cursor: pointer;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s; }
        #login_regist .login__block .btn .button:hover {
          background: #d33522;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
    #login_regist .login__block .link01 {
      border-bottom: 1px solid #d8d8d8;
      margin-bottom: 30px;
      padding-bottom: 30px;
      text-align: center; }
      #login_regist .login__block .link01 a {
        color: #0066cc; }
    #login_regist .login__block .txt01 {
      margin-bottom: 10px;
      text-align: center;
      color: #a3a4ad; }
    #login_regist .login__block .link02 {
      text-align: center; }
      #login_regist .login__block .link02 a {
        background: #000435;
  padding: 18px 50px;
  color: #fff;
  display: block;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
  font-family: 'noto sans bold';
  font-size:18px;
      }
      #login_regist .login__block .link02 a:hover {
text-decoration: none;
background: #0066cc;
      }
@media (max-width: 640px) {
  #login_regist .login {
    padding: 6% 3% 8%; }
    #login_regist .login h2 {
      margin-bottom: 8%;
      font-size: 18px; }
    #login_regist .login__block {
      width: 100%; }
      #login_regist .login__block dl {
        margin-bottom: 8%; }
        #login_regist .login__block dl dt {
          margin-bottom: 1%;
          font-size: 14px; }
        #login_regist .login__block dl dd {
          margin-bottom: 5%; }
          #login_regist .login__block dl dd input[type=text] {
            width: 100%;
            padding: 3% 3%;
            font-size: 14px; }
      #login_regist .login__block .btn {
        margin-bottom: 6%; }
        #login_regist .login__block .btn .button {
          padding: 5% 0;
          font-size: 14px;
          -webkit-appearance: none; }
          #login_regist .login__block .btn .button:hover {
            background: #ba1400; }
      #login_regist .login__block .link01 {
        margin-bottom: 6%;
        padding-bottom: 6%; }
      #login_regist .login__block .txt01 {
        margin-bottom: 3%; } }
/* *******************************************
     新規会員登録
******************************************* */
#login_regist .register p.text-center{
  text-align: center;
  padding:0 5px;
  margin-bottom:40px;
  font-size:12px;
}

@media (max-width:767px){
  #login_regist .register p.text-center{
    font-size:11px;
  }
}

#login_regist .register {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 60px 0; }
  #login_regist .register h2 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold'; }

    #login_regist .register h2 span {
      background-color: #ba1400;
  color: #fff;
  padding: 2px;
  display: block;
  max-width: 80px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: normal;
  border-radius: 5px;
    }

  #login_regist .register__block {
    width: 560px;
    margin: 0 auto; }
    #login_regist .register__block .caution {
      margin-bottom: 25px;
      text-align: center;
      color: #ba1400;
      font-size: 16px; }
      #login_regist .register__block .caution span {
        border-bottom: 1px solid #ba1400;
        padding-bottom: 5px; }
    #login_regist .register__block dl {
      margin-bottom: 40px; }
      #login_regist .register__block dl dt {
        margin-bottom: 5px;
        font-size: 16px;
        font-family: 'noto sans bold'; }
        #login_regist .register__block dl dt span {
          margin-left: 10px;
          font-size: 14px;
          font-family: 'noto sans'; }
      #login_regist .register__block dl dd {
        margin-bottom: 15px; }
        #login_regist .register__block dl dd input[type=text] {
          border-radius: 5px;
          border: 1px solid #d8d8d8;
          background: #f5f5f5;
          width: 93%;
          padding: 15px 3%;
          font-size: 16px; }
          #login_regist .register__block dl dd input[name="password"] {
            max-width:200px;
        }
          #login_regist .register__block dl dd input[name="company_zipcode"] {
            max-width:110px;
            margin-right:10px;
        }
        #login_regist .register__block dl dd input[name="phone_number"] {
          max-width:110px;
      }
          #login_regist .register__block dl dd input[type=text]::placeholder {
            color: #a3a4ad; }
          #login_regist .register__block dl dd select {
            border-radius: 5px;
            border: 1px solid #d8d8d8;
            background: #f5f5f5;
            padding: 3% 3%;
            font-size: 14px; }
          #login_regist .register__block dl dd select option {
            color: #000435; }
            /* #inform .regist__block .detail dl dd select.type01 option:first-child {
              display: none; } */
          #login_regist .register__block dl dd select:invalid {
            color: #999 !important; }
    #login_regist .register__block--doui {
      margin-bottom: 40px;
      text-align: center; }
      #login_regist .register__block--doui a {
        margin-right: 5px;
        color: #000435;
        text-decoration: underline;
        cursor: pointer; }
        #login_regist .register__block--doui a:hover {
          text-decoration: underline; }
      #login_regist .register__block--doui input[type=checkbox] {
        display: none; }
      #login_regist .register__block--doui label {
        display: inline-block;
        font-size: 16px;
        cursor: pointer; }
      #login_regist .register__block--doui input[type=checkbox] + span {
        padding-left: 2em;
        display: inline-block;
        position: relative; }
      #login_regist .register__block--doui input[type=checkbox] + span::after,
      #login_regist .register__block--doui input[type=checkbox] + span::before {
        content: '';
        display: block;
        position: absolute;
        border-radius: 3px;
        border: 1px solid #aaa;
        width: 20px;
        height: 20px;
        top: 3px;
        left: 0; }
      #login_regist .register__block--doui input[type=checkbox] + span::after {
        opacity: 0;
        width: 8px;
        height: 13px;
        transform: rotate(45deg);
        left: 6px;
        border: none;
        border-right: 3.5px solid #000435;
        border-bottom: 3.5px solid #000435; }
      #login_regist .register__block--doui input[type=checkbox]:checked + span::after {
        opacity: 1; }
    #login_regist .register__block .btn {
      width: 360px;
      margin: 0 auto 30px; }
      #login_regist .register__block .btn .button {
        display: block;
        border-radius: 5px;
        background: #ba1400;
        border: none;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: 'noto sans bold';
        cursor: pointer;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s; }
        #login_regist .register__block .btn .button:hover {
          background: #d33522;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
    #login_regist .register__block .link03 {
      text-align: center; }
      #login_regist .register__block .link03 a {
        color: #a3a4ad;
        font-size: 16px; }

@media (max-width: 640px) {
  #login_regist .register {
    padding: 6% 3% 8%; }
    #login_regist .register h2 {
      margin-bottom: 8%;
      font-size: 18px; }
    #login_regist .register__block {
      width: 100%; }
      #login_regist .register__block .caution {
        margin-bottom: 8%;
        font-size: 12px; }
        #login_regist .register__block .caution span {
          padding-bottom: 2%; }
      #login_regist .register__block dl {
        margin-bottom: 8%; }
        #login_regist .register__block dl dt {
          margin-bottom: 1%;
          font-size: 14px; }
          #login_regist .register__block dl dt span {
            margin-left: 3%;
            font-size: 12px; }
        #login_regist .register__block dl dd {
          margin-bottom: 5%; }
          #login_regist .register__block dl dd input[type=text] {
            padding: 3% 3%;
            font-size: 14px; }
      #login_regist .register__block--doui {
        width: 100%;
        margin-bottom: 8%;
        white-space: nowrap; }
        #login_regist .register__block--doui label {
          font-size: 12px; }
        #login_regist .register__block--doui input[type=checkbox] + span::after,
        #login_regist .register__block--doui input[type=checkbox] + span::before {
          width: 18px;
          height: 18px;
          top: 0px;
          left: -10px; }
        #login_regist .register__block--doui input[type=checkbox] + span::after {
          opacity: 0;
          width: 6px;
          height: 11px;
          transform: rotate(45deg);
          left: -5px;
          border: none;
          border-right: 3.5px solid #000435;
          border-bottom: 3.5px solid #000435; }
        #login_regist .register__block--doui input[type=checkbox]:checked + span::after {
          opacity: 1; }
      #login_regist .register__block .btn {
        width: 100%;
        margin: 0 auto 8%; }
        #login_regist .register__block .btn .button {
          border-radius: 5px;
          padding: 5% 0;
          font-size: 14px;
          -webkit-appearance: none; }
          #login_regist .register__block .btn .button:hover {
            background: #ba1400; }
      #login_regist .register__block .link03 a {
        font-size: 14px; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     お問い合わせ
******************************************* */
#contact .contact {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 60px 0; }
  #contact .contact h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold'; }
  #contact .contact__block {
    width: 560px;
    margin: 0 auto; }
    #contact .contact__block .caution {
      margin-bottom: 25px;
      text-align: center;
      color: #ba1400;
      font-size: 16px; }
      #contact .contact__block .caution span {
        border-bottom: 1px solid #ba1400;
        padding-bottom: 5px; }
    #contact .contact__block dl {
      margin-bottom: 40px; }
      #contact .contact__block dl dt {
        margin-bottom: 5px;
        font-size: 16px;
        font-family: 'noto sans bold'; }
        #contact .contact__block dl dt span {
          margin-left: 10px;
          font-size: 14px;
          font-family: 'noto sans'; }
      #contact .contact__block dl dd {
        margin-bottom: 15px; }
        #contact .contact__block dl dd input[type=text] {
          border-radius: 5px;
          border: 1px solid #d8d8d8;
          background: #f5f5f5;
          width: 93%;
          padding: 15px 3%;
          font-size: 16px; }
          #contact .contact__block dl dd input[type=text]::placeholder {
            color: #a3a4ad; }
        #contact .contact__block dl dd textarea {
          border-radius: 5px;
          border: 1px solid #d8d8d8;
          background: #f5f5f5;
          width: 93%;
          height: 100px;
          padding: 15px 3%;
          font-size: 16px; }
          #contact .contact__block dl dd textarea::placeholder {
            color: #a3a4ad; }
        #contact .contact__block dl dd select {
          border-radius: 5px;
          border: 1px solid #d8d8d8;
          background: #f5f5f5;
          width: 50%;
          padding: 15px 3%;
          font-size: 16px; }
        #contact .contact__block dl dd select option {
          color: #000435; }
          /* #inform .regist__block .detail dl dd select.type01 option:first-child {
            display: none; } */
        #contact .contact__block dl dd select:invalid {
          color: #999 !important; }
    #contact .contact__block--doui {
      margin-bottom: 40px;
      text-align: center; }
      #contact .contact__block--doui a {
        margin-right: 5px;
        color: #000435;
        text-decoration: underline;
        cursor: pointer; }
        #contact .contact__block--doui a:hover {
          text-decoration: underline; }
      #contact .contact__block--doui input[type=checkbox] {
        display: none; }
      #contact .contact__block--doui label {
        display: inline-block;
        font-size: 16px;
        cursor: pointer; }
      #contact .contact__block--doui input[type=checkbox] + span {
        padding-left: 2em;
        display: inline-block;
        position: relative; }
      #contact .contact__block--doui input[type=checkbox] + span::after,
      #contact .contact__block--doui input[type=checkbox] + span::before {
        content: '';
        display: block;
        position: absolute;
        border-radius: 3px;
        border: 1px solid #aaa;
        width: 20px;
        height: 20px;
        top: 3px;
        left: 0; }
      #contact .contact__block--doui input[type=checkbox] + span::after {
        opacity: 0;
        width: 8px;
        height: 13px;
        transform: rotate(45deg);
        left: 6px;
        border: none;
        border-right: 3.5px solid #000435;
        border-bottom: 3.5px solid #000435; }
      #contact .contact__block--doui input[type=checkbox]:checked + span::after {
        opacity: 1; }
    #contact .contact__block .btn {
      width: 360px;
      margin: 0 auto 30px; }
      #contact .contact__block .btn .button {
        display: block;
        border-radius: 5px;
        background: #ba1400;
        border: none;
        width: 100%;
        padding: 20px 0;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-family: 'noto sans bold';
        cursor: pointer;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s; }
        #contact .contact__block .btn .button:hover {
          background: #d33522;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
    #contact .contact__block .link03 {
      text-align: center; }
      #contact .contact__block .link03 a {
        color: #a3a4ad;
        font-size: 16px; }

@media (max-width: 640px) {
  #contact .contact {
    padding: 6% 3% 8%; }
    #contact .contact h2 {
      margin-bottom: 8%;
      font-size: 18px; }
    #contact .contact__block {
      width: 100%; }
      #contact .contact__block .caution {
        margin-bottom: 8%;
        font-size: 12px; }
        #contact .contact__block .caution span {
          padding-bottom: 2%; }
      #contact .contact__block dl {
        margin-bottom: 8%; }
        #contact .contact__block dl dt {
          margin-bottom: 1%;
          font-size: 14px; }
          #contact .contact__block dl dt span {
            margin-left: 3%;
            font-size: 12px; }
        #contact .contact__block dl dd {
          margin-bottom: 5%; }
          #contact .contact__block dl dd input[type=text] {
            padding: 3% 3%;
            font-size: 14px; }
          #contact .contact__block dl dd textarea {
            height: 100px;
            padding: 3% 3%;
            font-size: 14px; }
      #contact .contact__block--doui {
        width: 100%;
        margin-bottom: 8%;
        white-space: nowrap; }
        #contact .contact__block--doui label {
          font-size: 12px; }
        #contact .contact__block--doui input[type=checkbox] + span::after,
        #contact .contact__block--doui input[type=checkbox] + span::before {
          width: 18px;
          height: 18px;
          top: 0px;
          left: -10px; }
        #contact .contact__block--doui input[type=checkbox] + span::after {
          opacity: 0;
          width: 6px;
          height: 11px;
          transform: rotate(45deg);
          left: -5px;
          border: none;
          border-right: 3.5px solid #000435;
          border-bottom: 3.5px solid #000435; }
        #contact .contact__block--doui input[type=checkbox]:checked + span::after {
          opacity: 1; }
      #contact .contact__block .btn {
        width: 100%;
        margin: 0 auto 8%; }
        #contact .contact__block .btn .button {
          border-radius: 5px;
          padding: 5% 0;
          font-size: 14px;
          -webkit-appearance: none; }
          #contact .contact__block .btn .button:hover {
            background: #ba1400; }
      #contact .contact__block .link03 a {
        font-size: 14px; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     マイページ
******************************************* */
#mypage .mypage {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 60px 0; }
  #mypage .mypage h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold'; }
  #mypage .mypage__block {
    width: 80%;
    margin: 0 auto; }
    #mypage .mypage__block ul {
      overflow: hidden; }
      #mypage .mypage__block ul li {
        width: 32%;
        float: left;
        margin-right: 2%;
        margin-bottom: 15px; }
        #mypage .mypage__block ul li:nth-child(3n) {
          margin-right: 0; }
        #mypage .mypage__block ul li a {
          display: block;
          border: 1px solid #000435;
          padding: 20px 0;
          text-align: center;
          font-size: 16px;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          #mypage .mypage__block ul li a:hover {
            background: #edefff;
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }

@media (max-width: 640px) {
  #mypage .mypage {
    padding: 6% 3%; }
    #mypage .mypage h2 {
      margin-bottom: 6%;
      font-size: 16px; }
    #mypage .mypage__block {
      width: 100%; }
      #mypage .mypage__block ul li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 3%; }
        #mypage .mypage__block ul li:nth-child(odd) {
          clear: both; }
        #mypage .mypage__block ul li:nth-child(even) {
          float: right; }
        #mypage .mypage__block ul li a {
          padding: 15px 0;
          font-size: 13px; }
          #mypage .mypage__block ul li a:hover {
            background: #fff; } }
@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Regular.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url("../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-display: swap; }
/* *******************************************
     登録会社
******************************************* */
#corpo-h .list {
  border: 1px solid #d8d8d8;
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 60px 0 40px; }
  #corpo-h .list h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    font-family: 'noto sans bold'; }
  #corpo-h .list__box {
    width: 80%;
    margin: 0 auto; }
    #corpo-h .list__box h3 {
      background: #000435;
      margin-bottom: 20px;
      padding: 12px 15px;
      color: #fff;
      font-family: 'noto sans bold'; }
    #corpo-h .list__box .table_list {
      border-top: 1px solid #000435;
      border-left: 1px solid #000435;
      width: 100%;
      margin-bottom: 50px; }
      #corpo-h .list__box .table_list th {
        border-right: 1px solid #000435;
        border-bottom: 1px solid #000435;
        background: #d9d9d9;
        padding: 15px 0;
        text-align: center;
        font-family: 'noto sans bold'; }
      #corpo-h .list__box .table_list td {
        border-right: 1px solid #000435;
        border-bottom: 1px solid #000435;
        padding: 15px 15px; }
        #corpo-h .list__box .table_list td:first-child {
          width: 18%;
          text-align: center;
          font-family: 'noto sans bold'; }
          #corpo-h .list__box .table_list td:first-child.area01 {
            background: #f8e2e3;
            color: #a13136; }
          #corpo-h .list__box .table_list td:first-child.area02 {
            background: #fffbe5;
            color: #b79901; }
          #corpo-h .list__box .table_list td:first-child.area03 {
            background: #e9f6ff;
            color: #1169a9; }
          #corpo-h .list__box .table_list td:first-child.area04 {
            background: #f3eadd;
            color: #a16e1c; }
          #corpo-h .list__box .table_list td:first-child.area05 {
            background: #f5e4e4;
            color: #7b6969; }
          #corpo-h .list__box .table_list td:first-child.area06 {
            background: #fbebdf;
            color: #ee822f; }
          #corpo-h .list__box .table_list td:first-child.area07 {
            background: #ecf5d8;
            color: #647f2c; }
        #corpo-h .list__box .table_list td ul {
          overflow: hidden; }
          #corpo-h .list__box .table_list td ul li {
            width: 32%;
            float: left;
            margin-right: 2%;
            line-height: 2; }
            #corpo-h .list__box .table_list td ul li:nth-child(3n) {
              margin-right: 0; }
            #corpo-h .list__box .table_list td ul li input[type=checkbox] {
              display: none; }
            #corpo-h .list__box .table_list td ul li label {
              display: inline-block;
              font-size: 14px;
              cursor: pointer; }
            #corpo-h .list__box .table_list td ul li input[type=checkbox] + span {
              padding-left: 27px;
              display: inline-block;
              position: relative; }
            #corpo-h .list__box .table_list td ul li input[type=checkbox] + span::after,
            #corpo-h .list__box .table_list td ul li input[type=checkbox] + span::before {
              content: '';
              display: block;
              position: absolute;
              border-radius: 3px;
              border: 1px solid #aaa;
              width: 16px;
              height: 16px;
              top: 6px;
              left: 0; }
            #corpo-h .list__box .table_list td ul li input[type=checkbox] + span::after {
              opacity: 0;
              width: 5px;
              height: 10px;
              transform: rotate(45deg);
              top: 6px;
              left: 5px;
              border: none;
              border-right: 3.5px solid #000435;
              border-bottom: 3.5px solid #000435; }
            #corpo-h .list__box .table_list td ul li input[type=checkbox]:checked + span::after {
              opacity: 1; }

@media (max-width: 640px) {
  #corpo-h .list {
    padding: 6% 3% 2%; }
    #corpo-h .list h2 {
      margin-bottom: 4%;
      font-size: 16px; }
    #corpo-h .list__box {
      width: 100%; }
      #corpo-h .list__box h3 {
        margin-bottom: 4%;
        padding: 10px 10px;
        font-size: 13px; }
      #corpo-h .list__box .table_list {
        margin-bottom: 10%; }
        #corpo-h .list__box .table_list th {
          padding: 10px 0; }
        #corpo-h .list__box .table_list td {
          padding: 10px 3%; }
          #corpo-h .list__box .table_list td:first-child {
            width: 20%; }
          #corpo-h .list__box .table_list td ul li {
            width: 100%;
            margin-right: 0;
            line-height: 1.8; } }

            #corpo-h .btn {
              width: 360px;
              margin: 0 auto 40px;
            }
            #corpo-h .btn input[type="submit"] {
              display: block;
              border-radius: 5px;
              background: #ba1301;
              border: none;
              width: 100%;
              padding: 20px 0;
              text-align: center;
              color: #fff;
              font-size: 16px;
              font-family: 'noto sans bold';
              cursor: pointer;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s;
            }
            /* guidelines */
            #guidelines .guidelines {
              border: 1px solid #d8d8d8;
              box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.02);
              background: #fff;
              padding: 60px 0 40px; }
              #guidelines .guidelines h2 {
                margin-bottom: 50px;
                text-align: center;
                font-size: 24px;
                font-family: 'noto sans bold'; }
              #guidelines .guidelines__box {
                width: 80%;
                margin: 0 auto 80px; }
                #guidelines .guidelines__box dl dt {
                  margin-bottom: 5px;
                  font-size: 16px;
                  font-family: 'noto sans bold'; }
                #guidelines .guidelines__box dl dd {
                  margin-bottom: 30px;
                  font-size: 14px; }
                  #guidelines .guidelines__box dl dd ul {
                    margin-left: 10px; }
                    #guidelines .guidelines__box dl dd ul.mb {
                      margin-bottom: 15px; }
                    #guidelines .guidelines__box dl dd ul li {
                      margin-left: 15px;
                      list-style: disc; }
                  #guidelines .guidelines__box dl dd a {
                    color: #ff8e00;
                    text-decoration: underline;
                    -webkit-transition: 0.3s ease-in-out;
                    -moz-transition: 0.3s ease-in-out;
                    -o-transition: 0.3s ease-in-out;
                    transition: 0.3s ease-in-out; }
                    #guidelines .guidelines__box dl dd a:hover {
                      color: #ffb354;
                      -moz-transition: .5s;
                      -webkit-transition: .5s;
                      -o-transition: .5s;
                      -ms-transition: .5s;
                      transition: .5s; }
                #guidelines .guidelines__box .date {
                  margin-bottom: 20px; }
              #guidelines .guidelines__terms {
                width: 80%;
                margin: 0 auto; }
                #guidelines .guidelines__terms .read {
                  margin-bottom: 20px; }
                #guidelines .guidelines__terms dl dt {
                  margin-bottom: 5px;
                  font-size: 16px;
                  font-family: 'noto sans bold'; }
                #guidelines .guidelines__terms dl dd {
                  margin-bottom: 30px;
                  font-size: 14px; }
                  #guidelines .guidelines__terms dl dd ul.number > li {
                    text-indent: -1.0em;
                    margin-left: 1.0em; }
                    #guidelines .guidelines__terms dl dd ul.number > li ul.sub li {
                      text-indent: 0;
                      margin-left: 0; }
                    #guidelines .guidelines__terms dl dd ul.number > li ul.disk li {
                      margin-left: 20px;
                      padding-left: 10px;
                      list-style: disc; }
                  #guidelines .guidelines__terms dl dd .table_cancell {
                    border-top: 1px solid #000435;
                    border-left: 1px solid #000435;
                    width: 100%;
                    margin: 20px auto 0; }
                    #guidelines .guidelines__terms dl dd .table_cancell th {
                      border-right: 1px solid #000435;
                      border-bottom: 1px solid #000435;
                      background: #f0f0f0;
                      width: 50%;
                      padding: 10px 0;
                      text-align: center; }
                    #guidelines .guidelines__terms dl dd .table_cancell td {
                      border-right: 1px solid #000435;
                      border-bottom: 1px solid #000435;
                      padding: 10px 0;
                      text-align: center; }
                  #guidelines .guidelines__terms dl dd a {
                    color: #ff8e00;
                    text-decoration: underline;
                    -webkit-transition: 0.3s ease-in-out;
                    -moz-transition: 0.3s ease-in-out;
                    -o-transition: 0.3s ease-in-out;
                    transition: 0.3s ease-in-out; }
                    #guidelines .guidelines__terms dl dd a:hover {
                      color: #ffb354;
                      -moz-transition: .5s;
                      -webkit-transition: .5s;
                      -o-transition: .5s;
                      -ms-transition: .5s;
                      transition: .5s; }

            @media (max-width: 640px) {
              #guidelines .guidelines {
                padding: 6% 3% 4%; }
                #guidelines .guidelines h2 {
                  margin-bottom: 6%;
                  font-size: 16px; }
                #guidelines .guidelines__box {
                  width: 100%;
                  margin: 0 auto 12%; }
                  #guidelines .guidelines__box dl dt {
                    margin-bottom: 1%;
                    font-size: 14px; }
                  #guidelines .guidelines__box dl dd {
                    margin-bottom: 6%;
                    font-size: 13px;
                    word-break: break-all; }
                    #guidelines .guidelines__box dl dd ul {
                      margin-left: 2%; }
                      #guidelines .guidelines__box dl dd ul.mb {
                        margin-bottom: 4%; }
                      #guidelines .guidelines__box dl dd ul li {
                        margin-left: 10px; }
                    #guidelines .guidelines__box dl dd a:hover {
                      color: #ff8e00; }
                #guidelines .guidelines__terms {
                  width: 100%; }
                  #guidelines .guidelines__terms .read {
                    margin-bottom: 4%; }
                  #guidelines .guidelines__terms dl dt {
                    margin-bottom: 1%;
                    font-size: 14px; }
                  #guidelines .guidelines__terms dl dd {
                    margin-bottom: 6%;
                    font-size: 13px; }
                    #guidelines .guidelines__terms dl dd ul.number > li ul.disk li {
                      margin-left: 15px; }
                    #guidelines .guidelines__terms dl dd .table_cancell {
                      margin: 4% auto 0; }
                      #guidelines .guidelines__terms dl dd .table_cancell th {
                        padding: 2% 0;
                        font-size: 12px; }
                      #guidelines .guidelines__terms dl dd .table_cancell td {
                        padding: 2% 0;
                        font-size: 12px; }
                    #guidelines .guidelines__terms dl dd a:hover {
                      color: #ff8e00; } }

                      #top .about__box--about .figure_patent{
                        position: relative;
                      }
                      #top .about__box--about .figure_patent img{
                        position: absolute;
                        width: fit-content;
                        margin-left: 25px;
                        top: 6px;
                      }
@media (max-width:640px){
  #top .about__box--about .figure_patent img{
    margin-left: 8px;
  top: 3px;
    max-width: 80px;
  }
}

.flow_advertisement {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.flow_advertisement ul {
  padding: 0;
  max-width: 800px;
}

.flow_advertisement li {
  list-style-type: none;
}

.flow_advertisement dd {
  margin-left: 0;
  font-size: 16px;
}

.flow_advertisement dd img{
  width: 100%;
  max-width: fit-content;
  border: 1px solid #d5d5d5;
  margin:1rem 0;
}

.flow_advertisement-box > li {
  padding: 40px 10px 20px 10px;
}

.flow_advertisement-box > li:first-child {
  padding: 0 10px 20px 10px;
}

.flow_advertisement-box > li:not(:last-child) {
  border-bottom: 2px solid #ba1400;
  position: relative;
}

.flow_advertisement-box > li:not(:last-child)::before,
.flow_advertisement-box > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow_advertisement-box > li:not(:last-child)::before {
  border-width: 20px;
  border-top-color: #ba1400;
}

.flow_advertisement-box > li:not(:last-child)::after {
  border-width: 17px;
  border-top-color: #fff;
}

.flow_advertisement-box > li dl {
  margin: 0;
}

.flow_advertisement-box > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  border-bottom: 2px dotted #878787;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
}

.flow_advertisement-box > li dl dt .flow_advertisement-icon {
  font-size: 0.6em;
  color: #fff;
  background: #ba1400;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 1em;
}
#guidelines  .flow_advertisement_btn{
  display: block;
  text-align: center;
  max-width: 320px;
  margin:0 auto 4em auto;
  border-radius:5px;
  background-color: #ba1400;
  color:#fff;
  padding:1em;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#guidelines .flow_advertisement_btn:after{
  position: absolute;
  top:50%;
  transform: translateY(-50%)rotate(45deg);
  right:20px;
  content: '';
  width: 10px;
  height:10px;
  border-top: 1px solid #fff;
  border-right:1px solid #fff;
}
#guidelines .flow_advertisement_btn:hover{
  opacity: 0.7;
  text-decoration: none;
}
.text-indent{
  text-indent: -1em;
  padding-left: 1em;
}

/* bootstrap　無効 */
.footer__inner--nav ol,.footer__inner--nav ul,.footer__inner .sns ul {
  padding-left:0!important;
}
#inform .regist__block--ttl p {
  margin-bottom: 0!important;
}
#inform .regist__block .btn,#inform .vehicle__list01 .btn,#inform .vehicle__list02 .btn,#crane .search__block .btn{
  display: block;
}

dl{
  margin-bottom: 0;
}
dt{
  font-weight: unset;
}
.modal-dialog{
  display: flex;
  align-items: center;
  min-height: 100%;
}

.about-page .about-btn a {
  position: relative;
  display: block;
  border-radius: 5px;
  background-color: #ba1400;
  border: 1px solid #ba1400;
  padding: 13px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'noto sans bold';
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: 22px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-contents1,.about-page .about-contents2,.about-page .about-contents3{
  max-width:80%;
  margin-left:auto;
  margin-right:auto;

}

.about-page .about-contents1 p,.about-page .about-contents2 p,.about-page .about-contents3 p{
  margin-bottom:20px;

}

.about-page .about-contents1 img,.about-page .about-contents2 img,.about-page .about-contents3 img{
  margin-bottom:20px;

}

.about-page .about-contents1 h3,.about-page .about-contents2 h3,.about-page .about-contents3 h3 {
  font-weight: bold;
  padding: 0.5em 1em;
  background-color: #e1eef5;
  position: relative;
  font-size: 21px;
  margin-bottom:20px;
}
.about-page .about-contents1 h3::after,.about-page .about-contents2 h3::after,.about-page .about-contents3 h3::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #4c9ac0 #fff #4c9ac0;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.about-page .about-contents1,.about .about-contents2{
  margin-bottom:2em;
}

.about-page .about-contents3{


}

.about-page img {
  max-width: inherit;
}
.about-page .about-btn a span {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 2px 10px 2px;
  color: #ba1400;
  font-size: 13px;
  font-family: 'noto sans';
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.about-page .about-btn a::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%)rotate(45deg);
}

.about-page .about-btn a:hover {
  background: #ea4d3d;
  text-decoration: none;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
.text-center{
  text-align: center;
}

.about-ancor ul{
  width:80%;
  margin:0 auto 3em auto;
}
.about-ancor ul li{
  margin-bottom:10px;
}
@media (min-width:768px){
  .about-ancor ul{
    display: flex;
    flex-wrap: wrap;
  }
  .about-ancor ul li{
    width: 32.5%;
    margin-right:1%;
    margin-bottom:0;
  }
}

.about-ancor ul li:last-of-type{
  margin-right:0;
}

.about-ancor ul li a{
  display: block;
  padding:1em;
  background-color: #0066cc;
  color:#fff;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.about-ancor ul li a:hover{
  text-decoration: none;
  background-color: #000435;
}
.search_next-button_box{
  margin-bottom:10px;
}

.search_next-button_box.j-center{
  justify-content: center;
}
.search_next-button_box li a.search_next-button.type1{
  margin-bottom:5px;
}
@media (min-width:768px){
  .search_next-button_box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 80%;
    margin:auto;
  }
  .search_next-button_box.w-90{
    width:90%;
  }
  .search_next-button_box li a.search_next-button.type1{
    margin-right:5px;
    margin-bottom:0;
  }
  .search_next-button_box li a.search_next-button.type2{
    margin-left:5px;
  }
}

.search_next-button_box li a.search_next-button{
  display: block;
  background-color: #ea4d3d;
  color:#fff;
  padding:1em;
  text-align: center;
  min-width:190px;
  border-radius: 5px;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition:.3s ease-out;
  transition:.3s ease-out;
}


.search_next-button_box li a.search_next-button.type2{
  background-color: #000435;
}

.search_next-button_box li a.search_next-button.type1:hover{
  text-decoration: none;
  background-color: #ba1400;
}

.search_next-button_box li a.search_next-button.type2:hover{
  text-decoration: none;
  background-color: #383a51;
}
.about-page #top .about__box--about .txt01{
  margin-bottom:0;
}

.orizin-frame-design001 {
  position: relative;
  margin: 2em auto;
  padding: 15px 35px 15px 25px;
  width: 75%;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px #acacac;
 }
 .orizin-frame-design001::before {
  position: absolute;
  content: '';
  top: -15px;
  right: 10px;
  height: 40px;
  width: 10px;
  border: 2px solid #000;
  background-color: none;
  border-radius: 12px;
  box-shadow: 1px 1px 2px #999;
  transform: rotate(10deg);
  z-index: 1;
 }
 .orizin-frame-design001::after {
  position: absolute;
  content: '';
  top: 0px;
  width: 10px;
  right: 20px;
  border: solid 5px #fff;
  z-index: 2;
 }

.about-page .about-page_uselist ul {
  padding: 0;
  position: relative;
  margin:0 auto 0 auto;
}

.about-page .about-page_uselist ul li {
  position: relative;
  color: #000;
  background: #fff;
  line-height: 1.5;
  padding: 1.5em 0.5em 1.5em 2em;
  border-bottom: 2px solid #c0c0c0;
  list-style-type: none !important;

}

.about-page .about-page_uselist ul li i:before {
  position: absolute;
  left : 0.5em;
  color: #000;
  top:50%;
  transform: translateY(-50%);
}

.about-page .about-page_uselist h3{
  margin-bottom:0;
}

textarea.replymessage {
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  background: #f5f5f5;
  width: 98%;
  height: 100px;
  padding: 1%;
  font-size: 16px; }

  .now-movie{
    padding: 4% 2% 4% 2%;

  }
  .now-movie .recruit__ttl{
    background: #fff!important;
    padding: 12px 0px!important;
  }


@media (min-width:767px){
  .now-movie_flex{
    display: flex;
  }
  .now-movie.wid1{
    width: 45%;
  }

  .now-movie.wid2{
    width: 55%;
  }
}



  .now-movie video{
    width: 100%;
max-width: 920px;
  }
  span.marker1{
    background:linear-gradient(transparent 60%, #ff6 60%);
  }

  .mb35{
    margin-bottom:35px;
  }

  .orizin-btn1{
    position: relative;
    display: block;
    border-radius: 5px;
    background-color: #ba1400;
    border: 1px solid #ba1400;
    padding: 13px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'noto sans bold';
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-top: 22px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    color:#fff!important;
  }
  .orizin-btn1:hover{
    text-decoration: none;
    background-color: #d74230;
    border: 1px solid #d74230;
  }
  .orizin-btn1::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)rotate(45deg);
  }
  .font-bold{
    font-weight: bold;
  }
  .text-red{
    color:#ba1400;
  }
  .text-indent{
    text-indent: -1em;
  padding-left: 1em;
  }

.tutorial-box{
  padding:2em 0;
  width: 80%;
  margin: 0 auto;
}
@media (max-width:767px){
  .tutorial-box{
    width: 100%;
  }
}

.manual__accordion-btn {
  cursor: pointer;
  background: skyblue;
  padding: 10px;
}
.manual__accordion-content p{
  padding: 10px;
}
.mb10{
margin-bottom:10px;
}

.mb30{
  margin-bottom:30px;
  }
/*  */
.signup__progressbar {
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom:50px;
  max-width: 600px;
}
.signup__progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
  color: #999999;
  font-weight: bold;
  counter-increment: steps;
}
.signup__progressbar li:before {
  display: block;
  width: 26px;
  height: 26px;
  margin: 7px auto 20px auto;
  content: '';
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: #F5F5F5;
  content: counter(steps);
  position: relative;
  z-index: 3;
}
.signup__progressbar li:after {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: -91%;
  width: 135%;
  height: 2px;
  content: '';
  background-color: #F5F5F5;
}
.signup__progressbar li:first-child:after {
  content: none;
}
.signup__progressbar li.active,
.signup__progressbar li.complete{
  color: #0070BD;
}
.signup__progressbar li.active:before,
.signup__progressbar li.complete:before {
  background-color: #0070BD;
  color: #FFF;
}
.signup__progressbar li.active:after,
.signup__progressbar li.complete:after {
  background-color: #0070BD;
}
#inform .regist__block .btn input.red__button {
  background: #ba1400;
  color:#fff;
}

#inform .regist__block--crane .right_area .model dl dd .checkbox li {
  float: left;
  margin-right: 35px;
  margin-bottom: 10px; }

  #inform .regist__block--crane .right_area .model dl dd .checkbox {
    overflow: hidden;
  }

 /* 20240308 */
 .invoice-container{
  display: flex;
}
.radio {
  margin: 0.5rem;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio label.radio-label{
  cursor: pointer;

}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 2px;
  margin-right: .6em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #000435;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #000435;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.advertisement-btn{
  margin-top: -5px;
  width:100%;
  text-align:center;
  background:#ba1301;
  padding:10px;
  display:block;
  box-sizing: border-box;
  color: #fff!important;
  position: relative;
}
.advertisement-btn:hover{
  text-decoration: none;
}
.advertisement-btn:before{
  content:'';
  width:5px;
  height:5px;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  position: absolute;
  right:15px;
  top:50%;
  transform: translateY(-50%)rotate(45deg);
  
}

/* 20240719問い合わせ送信完了メッセージ */
.flash_message{
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin: 1em;
}