@charset "UTF-8";
/*
Theme Name: 高萩自動車工業様
date: 2020.03.18
*** basic setting on css/normalize.css ***
*/
/* = common setting
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: none;
  /* iOS対応 */
  /*   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji"; */
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000;
  line-height: 1.7;
  letter-spacing: 1px;
}

.font_mincyo {
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", Meiryo;
}

a {
  outline: none;
  color: #1662a8;
  font-weight: bold;
  text-decoration: none;
  transition-duration: 0.3s;
  backface-visibility: hidden;
}

a:hover {
  color: #1662a8;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  transition-duration: 0.3s;
  backface-visibility: hidden;
  vertical-align: bottom;
}

a:hover img {
  opacity: 0.8;
}

iframe {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 20px;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 20px;
}

.sp_none {
  display: none;
}

.btn_link {
  background: #000;
  border: #000 solid 1px;
  color: #fff;
  display: block;
  padding: 8px 20px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
}

.btn_link:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  padding: 10px;
  text-align: left;
  font-weight: normal;
  border: #707070 solid 1px;
  background: #003791;
  color: #fff;
  width: 40%;
}

table td {
  padding: 10px;
  border: #707070 solid 1px;
}

input[type=submit] {
  outline: 0;
  box-shadow: none;
  border: #000 solid 1px;
  cursor: pointer;
}

.txt_right {
  text-align: right;
}

/* Clearing floats */
.clear:after {
  clear: both;
}

.clear:before,
.clear:after {
  display: table;
  content: "";
}

.accordion dd {
  display: none;
}

.youtube_wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}

#page {
  padding-top: 45px;
  position: relative;
}

#page::before {
  content: "";
  border-bottom: 45px solid transparent;
  border-left: 30px solid #ededed;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 99;
}

/* =header
-------------------------------------------------------------- */
#site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #003791;
  height: 45px;
  z-index: 999;
}

#site_header .pc {
  display: none;
}

#header_logo {
  display: block;
  width: 50%;
  max-width: 300px;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  position: relative;
  z-index: 5;
  text-align: center;
}

#header_logo::before {
  content: "";
  background: #ededed;
  width: 100%;
  height: 100%;
  transform: skewX(-30deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#header_logo img {
  vertical-align: middle;
}

#header_contact {
  position: absolute;
  top: 0;
  right: 45px;
  display: flex;
}

#header_contact li a {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-weight: normal;
}

#header_contact li a img {
  width: 25px;
  vertical-align: middle;
}

#header_tel a {
  background: #000;
}

#header_mail a {
  background: #fbd730;
}

#header_nav dt {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: #003791;
  text-align: center;
  z-index: 999;
}

#header_nav dt span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 5px;
}

#header_nav dt span.border {
  width: 34px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}

#header_nav dt span.border:nth-of-type(1) {
  top: 10px;
}

#header_nav dt span.border:nth-of-type(2) {
  top: 20px;
  opacity: 1;
}

#header_nav dt span.border:nth-of-type(3) {
  top: 30px;
}

#header_nav dt.open span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

#header_nav dt.open span:nth-of-type(2) {
  opacity: 0;
}

#header_nav dt.open span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

#header_nav dd {
  width: 100%;
  height: 100%;
  background: #003791;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.main_navigation {
  position: relative;
  padding-top: 60px;
}

.main_navigation li a {
  color: #fff;
  display: block;
  padding: 15px 10px;
  border-bottom: #fff dotted 1px;
  position: relative;
  font-weight: normal;
  text-decoration: none;
}

/* =footer
-------------------------------------------------------------- */
#footer_banners {
  background: #2d2d2d;
  padding: 20px 0;
}

#footer_banners ul {
  max-width: 1200px;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
}

#footer_banners ul li {
  width: 50%;
  padding: 5px;
}

#site_footer {
  background: #003791;
  padding: 30px 0 0;
  color: #fff;
}

#site_footer a {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
}

#site_footer__logo {
  display: block;
  margin: 0 auto 20px;
  width: 70%;
  max-width: 500px;
}

#site_footer__address {
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
  padding: 10px 0;
  text-align: center;
}

#site_footer__contact {
  font-size: 12px;
  text-align: center;
  margin-bottom: 30px;
}

#site_footer__contact li {
  margin-bottom: 20px;
}

#site_footer__bottom li {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 10px;
}

#site_footer__policy {
  background: #2d2d2d;
}

#site_footer__copy {
  background: #000;
}

/* =Top
-------------------------------------------------------------- */
.normal_information {
  padding: 20px 0;
  background-image: radial-gradient(ellipse farthest-corner at center top, rgba(40, 40, 40, 0.4) 0%, #0e0e0e 100%);
  transform-style: preserve-3d;
}
.normal_information ul {
  margin: 1em 0;
  padding-left: 1em;
  padding-right: 1em;
  letter-spacing: 0;
}
.normal_information ul li {
  list-style-type: circle;
  margin-left: 0.5em;
}
.normal_information h3 {
  border-bottom: dashed 1px #008cd5;
  color: #008cd5;
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
}
.normal_information__news {
  max-width: 760px;
  margin: 0 auto;
  padding: 2%;
  background: #fff;
  border-radius: 4px;
  color: #0068af;
  text-align: left;
}
.normal_information__news p {
  text-align: left;
}
.normal_information__news p:last-of-type {
  margin-bottom: 0;
}

.special_information {
  padding: 60px 0 140px;
  text-align: center;
  background-image: radial-gradient(ellipse farthest-corner at center top, rgba(40, 40, 40, 0.4) 0%, #0e0e0e 100%);
  transform-style: preserve-3d;
}
.special_information__news {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
  padding: 2%;
}
.special_information__logo {
  display: block;
  width: 340px;
  margin: 20px auto;
}
.special_information h2 {
  max-width: 500px;
  display: block;
  padding: 6px;
  margin: 20px auto;
  background: #000;
  color: #fff;
  font-size: 3.2em;
  font-weight: 600;
  box-shadow: 0 2.5rem 2rem -2rem rgba(54, 54, 54, 0.4);
}
@media screen and (max-width: 767px) {
  .special_information h2 {
    font-size: 2.2em;
  }
}
.special_information p {
  display: inline-block;
  padding: 6px;
  margin: 10px auto;
  background: #fff;
  color: #1b1b1b;
  font-size: 1.6em;
  font-weight: 600;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  transform: rotateX(4deg) rotateY(-4deg) rotateZ(-1deg) skew(-2deg, 0deg);
}
@media screen and (max-width: 767px) {
  .special_information p {
    font-size: 1.3em;
  }
}
.special_information__newaddress {
  width: 100%;
  max-width: 500px;
  margin: 60px auto 0;
  padding: 1.5rem;
  background: #fff;
  font-size: 1.1em;
  font-weight: 600;
  text-align: left;
}

#main_slider__wrap {
  position: relative;
}

#main_slider .slick-slide {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#main_slider__title {
  position: absolute;
  bottom: 32px;
  left: 6px;
  width: 66%;
  max-width: 260px;
  z-index: 5;
  margin: 0;
}

#main_slider__title img {
  filter: drop-shadow(2px 1px 1px rgba(0, 0, 0, 0.9));
  filter: drop-shadow(3px 2px 2px rgba(0, 0, 0, 0.9));
}

#main_slider .bg1 {
  background: url(images/top/slider01.jpg) no-repeat center center, #fff;
}

#main_slider .bg2 {
  background: url(images/top/slider02.jpg) no-repeat center center, #000;
  /* background: url(images/mainbtn/recruit.png) no-repeat center center,#000; */
}

#main_slider .bg3 {
  background: url(images/top/slider03.jpg) no-repeat center center, #000;
}

@media screen and (max-width: 767px) {
  #main_slider .bg2 {
    background-position: center center;
    background-size: 180%;
  }
  #main_slider .bg3 {
    background-position: right -50px bottom 0;
    background-size: 220%;
  }
}
#main_slider div a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

#front01 {
  position: relative;
  height: 110px;
}

#front01::before {
  content: "";
  background: url("images/company/main_bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(100%);
}

#front01_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  z-index: 5;
}

#front_banners {
  background: #1b1b1b;
}

#front_banners h2 {
  padding: 50px 0 0 20%;
  margin: 0;
}

#front_blog {
  background: url("images/top/bg_info.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 30px 0;
}

#front_blog h2 {
  margin: 0 0 5px;
  border: 0;
  padding: 0;
}

#front_blog .twitter_box {
  max-width: 950px;
  margin-bottom: 60px;
}

#blog_list {
  background: #fff;
  margin-bottom: 20px;
}

.blog_box {
  display: block;
  padding: 15px;
  border-bottom: #ccc solid 1px;
  color: #000;
  font-weight: normal;
}

#blog_list li:last-child .blog_box {
  border: 0;
}

.blog_box:hover {
  background: #ccc;
  text-decoration: none;
  color: #000;
}

.blog_box p {
  margin: 0;
}

.blog_box p.posted_title {
  margin: 5px 0 0;
  line-height: 1.4;
}

.posted_date {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
}

.blog_cat {
  background: #ccc;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  display: inline-block;
}

.cat_newcar {
  background: #003791;
}

.cat_information {
  background: #d60000;
}

.cat_group {
  background: #4c9113;
}

/* =common
-------------------------------------------------------------- */
.page_container {
  padding: 80px 0 100px;
}

.page_title {
  color: #003791;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}

.page_title span {
  font-size: 250%;
  display: block;
  letter-spacing: 0;
}

.title_border {
  border-bottom: #000 dashed 1px;
  padding-bottom: 20px;
}

.header_img {
  text-align: center;
  margin: 0;
}

.header_img .wrapper {
  width: 100%;
}

.page_section {
  padding: 30px 0;
}

.bg_gray {
  background: #ececec;
}

.bnr_contact {
  text-align: center;
  background: #dcf0fa;
  padding: 30px 0;
}

.bnr_contact li:first-child {
  margin-bottom: 20px;
}

.bnr_contact li img {
  width: 100%;
}

#page_404 p {
  margin-bottom: 50px;
}

#page_404 .btn_link {
  margin: 0;
}

#page_information {
  background: url("images/top/bg_info.jpg") no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed;
}

/* =License & Policy
-------------------------------------------------------------- */
#license {
  padding-bottom: 30px;
}

.policy_wrap__inner {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.policy_wrap__inner h2 {
  position: relative;
  color: #0068af;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.5;
}

.policy_wrap__inner h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #0068af;
}

.policy_wrap__inner h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
}

.policy_wrap__inner li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.policy_wrap__inner li:last-child,
.policy_wrap__inner p:last-child {
  margin: 0;
}

.policy_wrap__inner li span {
  position: absolute;
  left: 0;
  top: 0;
}

.policy_wrap__inner a {
  color: #1662a8;
  font-weight: bold;
}

.policy_wrap__inner a:hover {
  text-decoration: underline;
}

/* =Contact
-------------------------------------------------------------- */
.contact_form {
  margin-top: 30px;
}

.contact_form table {
  margin-bottom: 30px;
}

.contact_form tr {
  border-bottom: #ecedf4 solid 1px;
}

.contact_form th {
  display: block;
  padding: 20px 0 0;
  background: none;
  color: #003791;
  border: 0;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

.contact_form td {
  display: block;
  padding: 10px 0 20px;
  border: 0;
  font-size: 16px;
}

.require {
  background: #e60012;
  color: #fff;
  font-size: 12px;
  padding: 1px 10px;
  margin-right: 10px;
}

.contact_form select {
  width: 100%;
  padding: 5px;
}

.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=tel],
.contact_form textarea {
  width: 100%;
  padding: 5px;
  margin-bottom: 3px;
  background: #ededed;
  border: #ccc solid 1px;
}

.contact_form input[type=text].short_box {
  width: 150px;
}

.contact_form input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.contact_form input[type=file] {
  font-size: 14px;
  width: 100%;
  margin-bottom: 8px;
}

.contact_form label {
  cursor: pointer;
}

.contact_form h3 {
  background: #003791;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0;
}

div.wpcf7-response-output {
  text-align: center;
  width: 90%;
  max-width: 950px;
  margin: 20px auto;
}

.btn_submit {
  margin: 0;
}

.btn_submit input[type=submit] {
  background: #ff8c1e;
  color: #fff;
  text-align: center;
  display: block;
  padding: 15px 10px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border: #ff8c1e solid 1px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.btn_submit input[type=submit]:hover {
  color: #ff8c1e;
  background: #fff;
}

.form_attention {
  font-size: 12px;
  margin: 0;
}

.contact_form .wpcf7-radio {
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #b6b6b6;
}

.contact_form .wpcf7-radio .wpcf7-list-item {
  position: relative;
  flex: 1;
  margin: 0;
}

.contact_form input[type=radio] {
  width: 100%;
  height: 60px;
  opacity: 0;
}

.contact_form .wpcf7-radio .wpcf7-list-item label {
  position: absolute;
  top: 0;
  left: 0;
  color: #003791;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-right: 1px solid #b6b6b6;
  line-height: 1.4;
  font-size: 12px;
  text-align: center;
}

.contact_form .wpcf7-radio .wpcf7-list-item:last-child label {
  border-right: 0;
}

.contact_form input[type=radio]:checked + label {
  background: #003791;
  font-weight: 500;
  color: #fff;
}

/* =Rental
-------------------------------------------------------------- */
#remtal_header {
  background: #3298bd;
}

#rental_intro {
  padding-top: 80px;
}

#rental_intro01 {
  background: #fff;
  padding: 50px 10px 50px;
}

#rental_intro01 h2 {
  background: #fbd730;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  max-width: 500px;
  margin: -100px auto 20px;
}

@media screen and (max-width: 768px) {
  #rental_intro01 h2 img {
    max-width: 260px;
  }
}
#rental_intro01 h2 span {
  font-size: 60%;
  color: #fff;
  display: block;
}

#rental_intro01 h3 {
  text-align: center;
  color: #003791;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
}

#rental_intro02 {
  background: #cf131c;
  padding: 20px 10px;
  position: relative;
}

#rental_intro02 h3 {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

#rental_intro02 h3 span {
  display: block;
  font-size: 200%;
}

#rental_intro02__img {
  position: absolute;
  width: 250px;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  z-index: 5;
}

#rental_intro02__box {
  background: #fff;
  color: #003791;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

#rental_intro02__box img {
  width: 50px;
}

#rental_intro02__box p {
  margin: 0;
  line-height: 1.5;
  padding-left: 20px;
}

#rental_lineup__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lineup_box {
  position: relative;
  width: 48%;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.lineup_box h3 {
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  font-weight: bold;
}

.lineup_box img {
  width: 100%;
}

.step_box {
  background: #f5f5f5;
  border: #4c9113 solid 1px;
  padding: 30px 20px 20px;
  position: relative;
  margin-bottom: 40px;
}

.step_num {
  background: #4c9113;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  position: absolute;
  top: -10px;
  left: -1px;
}

.step_box h3 {
  color: #4c9113;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.step_box p {
  margin: 0;
}

#reserve_box__use {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  background: #003791;
  position: relative;
  margin: -20px auto 40px;
  max-width: 400px;
}

.flow_arrow::after {
  content: "";
  position: absolute;
  background: url("images/common/flow_arrow.svg") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 30px;
  bottom: -35px;
  left: 20px;
}

#rental_reserve__step .flow_arrow::after {
  left: 50%;
  transform: translateX(-50%);
}

/* =kaitori
-------------------------------------------------------------- */
#kaitori_header {
  background: #dd0809;
}

#kaitori_main .wrapper {
  width: 100%;
  background: #fbd730;
}

#kaitori_main img {
  width: 100%;
}

#order_form__submit {
  background: #ffe561;
  padding: 30px 5%;
}

#order_form th {
  padding: 10px 0 0;
}

#order_form td {
  padding: 5px 0 10px;
}

.step_box p.step_box__inner {
  background: #fff;
  padding: 10px;
  color: #003791;
  margin-top: 10px;
}

#page_kaitori .bnr_contact {
  height: 120px;
  position: relative;
}

#page_kaitori .bnr_contact a {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 980px;
}

.contact_form input[type=text].input-small {
  width: 30%;
}

/* =Company
-------------------------------------------------------------- */
#company_header {
  background: #28292e;
}

.page_nav {
  padding: 30px 0;
}

.page_nav li {
  margin-bottom: 10px;
}

.page_nav li a {
  display: block;
  background: #008cd5;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}

.page_nav li a:hover {
  background: #003791;
  text-decoration: none;
}

#company_intro {
  background: url("images/company/main_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 30px 10px;
  text-align: center;
}

#company_intro p {
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  max-width: 800px;
  line-height: 1.5;
  text-align: center;
}

#field_list__wrap {
  margin-top: 30px;
}

#field_list__wrap h3 {
  font-size: 18px;
  font-weight: bold;
  color: #003791;
  margin-bottom: 10px;
  text-align: center;
}

#field_list__wrap ul li {
  margin-bottom: 10px;
}

.field_list__box {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120px;
  display: block;
  overflow: hidden;
}

#owned-vehicle {
  /* 保有車両一旦非表示 */
  display: none;
  height: 0;
}

#owned-vehicle h3 {
  color: #003791;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

#vehicle_list {
  margin-top: 30px;
}

#vehicle_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#vehicle_list ul li {
  width: 49%;
  margin-bottom: 10px;
}

#vehicle_list ul li p {
  margin: 5px 0;
  color: #003791;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}

#vehicle_list ul li:first-child {
  width: 100%;
}

#company_logo {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: 0 auto 20px;
}

#overview table {
  margin-bottom: 30px;
}

#overview table tr {
  border-bottom: #808080 solid 1px;
}

#overview table tr:first-child {
  border-top: #808080 solid 1px;
}

#overview table th {
  border: 0;
  background: #dbdbdb;
  color: #000;
  border-right: #fff solid 10px;
  vertical-align: top;
}

#overview table td {
  border: 0;
}

#overview .g_map iframe {
  width: 100%;
  height: 250px;
}

#company_contact {
  margin: 30px 0;
}

#company_contact li {
  margin-bottom: 20px;
  background: #f5fcff;
}

#company_contact h3 {
  color: #003791;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

#company_contact h4 {
  background: linear-gradient(to bottom, #fff, #f2f2f2);
  padding: 5px 0;
  text-align: center;
  color: #003791;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  border: #ccc solid 1px;
}

#company_contact h5 {
  color: #0068af;
  font-weight: bold;
  marign-bottom: 10px;
  font-size: 14px;
}

.company_contact__inner {
  padding: 10px;
  text-align: center;
  border-top: #003791 solid 2px;
}

.company_contact__inner p {
  margin: 10px 0 0;
}

#company_footer {
  background: url("images/company/company_bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 0 0 30px;
}

#company_footer .wrapper {
  max-width: 500px;
}

#company_footer h2 {
  margin-bottom: 250px;
}

/* =recruit
-------------------------------------------------------------- */
#recruit_header {
  background: #5bb2e4;
}

#recruit_intro {
  margin-bottom: 100px;
}

#recruit_intro h2 {
  font-size: 16px;
  color: #cf131c;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}

#recruit_intro h2 span {
  font-size: 120%;
}

#recruit_intro__img {
  margin: 30px 0 -80px;
}

#recruit_intro__img li {
  width: 90%;
}

#recruit_intro__img li:last-child {
  margin: 0 0 0 auto;
}

.works_box {
  margin-bottom: 30px;
}

.works_box__inner {
  margin: -20px 10px 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 20px 10px;
  position: relative;
  z-index: 5;
}

.works_box__inner h3 {
  font-size: 16px;
  color: #0068af;
  font-weight: bold;
  text-align: center;
}

.works_box__inner p {
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0;
}

.closed {
  position: relative;
}

.closed img,
.closed a {
  filter: grayscale(100%);
}

.closed::before {
  content: "";
  background: url("images/recruit/closed.png") no-repeat center center;
  background-size: contain;
  width: 80%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

#message_inner {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

#message_inner__txt h3 {
  font-size: 18px;
  font-weight: bold;
  color: #003791;
  margin: 20px 0;
}

#message_name {
  text-align: right;
}

#message_name img {
  width: 150px;
}

#entry .page_title {
  background: #003791;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}

/* =Blog
-------------------------------------------------------------- */
#blog_header {
  background: #1b1b1b;
}

#page_blog {
  background: url("images/blog/bg.png");
}

#blog_container {
  background: #1b1b1b;
  width: 100%;
  padding: 20px 5%;
}

#side_insta {
  text-align: center;
}

.main_container {
  margin-bottom: 50px;
}

.side_box {
  margin-bottom: 30px;
}

.side_box h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #f5f8fa;
}

.side_box #blog_list {
  background: #f5f8fa;
}

.side_box .blog_box p.posted_title {
  overflow: hidden;
  /*  white-space: nowrap; */
  text-overflow: ellipsis;
  font-size: 14px;
  height: 40px;
}

.posted_header .posted_date {
  margin: 0;
  background: #3d3d3d;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  padding: 5px 0;
}

.posted_header .posted_date span {
  font-size: 24px;
  display: block;
}

.posted_header .posted_title {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  margin: 10px 0;
}

.posted_header {
  margin-bottom: 10px;
}

.posted_header a {
  color: #fff;
}

.entry_content {
  background: #f5f8fa;
  padding: 30px 20px 80px;
  position: relative;
}

.entry_content p {
  word-break: break-all;
}

.entry_content img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav_single {
  clear: both;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.nav_single li {
  width: 33.33%;
}

.nav_single li.nav_arc {
  text-align: center;
}

.nav_single li.nav_next {
  text-align: right;
}

.nav_single li a {
  color: #fff;
  font-weight: bold;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  text-align: center;
  background: #1b1b1b;
  border: #000 solid 1px;
  color: #fff;
  margin: 0 2px;
  border-radius: 5px;
  padding: 1px 10px;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  background: #fff;
  text-decoration: none;
  color: #000;
}

.wp-pagenavi a.previouspostslink {
  margin-right: 10px;
}

.wp-pagenavi a.nextpostslink {
  margin-left: 10px;
}

#blog_container .wp-pagenavi a,
#blog_container .wp-pagenavi span {
  border: #fff solid 1px;
}

.blog_wrap {
  margin-bottom: 20px;
}

.btn_more {
  margin-top: 30px;
  max-width: 200px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.external-link {
  position: relative;
  padding-right: 16px;
}

.external-link::after {
  position: absolute;
  content: "";
  top: 14px;
  margin-left: 2px;
  width: 14px;
  height: 14px;
  background: url(images/common/icon_external.svg) no-repeat;
}

/* =RWD
-------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  table th {
    width: 30%;
    padding: 10px 20px;
  }
  table td {
    padding: 10px 20px;
  }
  .inner_wrap {
    margin-left: 30px;
    margin-right: 30px;
  }
  #footer_banners ul li {
    width: 25%;
    padding: 5px;
  }
  #site_footer__contact {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin: 0;
  }
  #front01 {
    height: 150px;
  }
  #front01_title {
    width: 200px;
  }
  #front_banners {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  #front_banners h2 {
    width: 50%;
  }
  #front_banners a {
    width: 50%;
  }
  #front_banners a.bnr_first {
    order: -1;
  }
  .blog_box {
    display: flex;
  }
  .blog_box .blog_box__data {
    width: 30%;
  }
  .blog_box .posted_title {
    width: 70%;
  }
  .page_title {
    font-size: 16px;
  }
  .title_border {
    padding: 0 30px 20px;
  }
  #policy_wrap {
    margin-top: 50px;
  }
  .page_section {
    padding: 50px 0;
  }
  .policy_wrap__inner {
    padding: 40px;
  }
  .contact_form th {
    display: table-cell;
    padding: 20px;
    width: 30%;
    vertical-align: top;
  }
  .contact_form td {
    display: table-cell;
    padding: 20px;
  }
  .contact_form input[type=text],
  .contact_form input[type=email],
  .contact_form input[type=tel],
  .contact_form select {
    width: 60%;
  }
  #rental_intro01 h2 {
    font-size: 40px;
    line-height: 1.4;
  }
  #rental_intro01 p {
    width: 500px;
    margin: 0 auto;
  }
  #rental_intro01 {
    padding: 50px 0 130px;
  }
  #rental_intro01 h3 {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  #rental_intro02 h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  #rental_intro02__img {
    width: auto;
    top: -120px;
  }
  #rental_intro02__box {
    width: 500px;
    margin: 0 auto;
    padding: 20px 50px;
  }
  .lineup_box {
    width: 32%;
    margin-bottom: 20px;
  }
  .lineup_box h3 {
    font-size: 20px;
  }
  .bnr_contact {
    padding: 50px 0;
  }
  .bnr_contact ul {
    display: flex;
    justify-content: space-between;
  }
  .bnr_contact ul li {
    width: 48%;
    margin: 0 !important;
  }
  #rental_reserve__step .step_box {
    display: flex;
    align-items: center;
  }
  #rental_reserve__step .step_box h3 {
    width: 15%;
    margin: 0;
  }
  #rental_reserve__step .step_box p {
    padding-left: 30px;
    overflow: hidden;
  }
  .contact_form h3 {
    margin-bottom: 20px;
  }
  .kaitori_flow__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .kaitori_flow__photo {
    width: 45%;
  }
  .kaitori_flow__box .step_box {
    width: 50%;
    margin: 0;
  }
  #order_form th,
  #order_form td {
    padding: 20px;
  }
  #page_kaitori .bnr_contact {
    height: 220px;
  }
  .page_nav {
    display: flex;
    justify-content: space-between;
  }
  .page_nav li {
    width: 30%;
  }
  #company_intro {
    padding: 50px 0;
  }
  #company_intro p {
    text-align: left;
    font-size: 24px;
  }
  #field,
  #owned-vehicle {
    padding-bottom: 0;
  }
  #field_list__wrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #field_list__wrap ul li {
    width: 49%;
  }
  #overview table th {
    border-right: #fff solid 20px;
  }
  #company_contact ul {
    display: flex;
    justify-content: space-between;
  }
  #company_contact ul li {
    width: 32%;
  }
  #company_footer h2 {
    margin-bottom: 300px;
  }
  #recruit_intro h2 {
    font-size: 20px;
  }
  #recruit_intro p {
    text-align: center;
  }
  #recruit_intro ul {
    width: 100%;
    max-width: 900px;
    margin: 30px auto -100px;
    display: flex;
    justify-content: center;
  }
  #recruit_intro {
    margin-bottom: 50px;
  }
  #recruit_intro ul li {
    margin: 0;
  }
  #recruit_intro__img li:first-child {
    padding-top: 50px;
  }
  #works_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #works_list li {
    width: 48%;
  }
  #message_inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  #message_inner_photo {
    width: 40%;
  }
  #message_inner__txt {
    width: 60%;
    padding-right: 20px;
  }
  .side_container {
    display: flex;
    flex-wrap: wrap;
  }
  .side_box {
    width: 50%;
    padding: 0 10px;
  }
  .side_box .blog_box {
    display: block;
    padding: 10px 20px;
  }
  .side_box .blog_box p.posted_title {
    width: 100%;
  }
  .side_box .blog_box .blog_box__data {
    width: 100%;
  }
  .posted_header {
    padding-left: 120px;
    position: relative;
  }
  .posted_header .posted_date {
    position: absolute;
    top: 0;
    left: 0;
  }
  .entry_content {
    padding: 50px 30px 80px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 15px;
  }
  p {
    margin-bottom: 30px;
  }
  #page {
    padding-top: 70px;
  }
  #page::before {
    border-bottom: 70px solid transparent;
    border-left: 50px solid #ededed;
    top: 70px;
  }
  #site_header {
    height: 70px;
    display: flex;
    align-items: center;
  }
  #site_header .sp {
    display: none;
  }
  #site_header .pc {
    display: block;
  }
  #header_logo {
    height: 70px;
    line-height: 70px;
    margin: 0 auto 0 0;
  }
  #header_contact {
    right: 0;
  }
  #header_contact li a {
    width: auto;
    height: auto;
  }
  #header_contact li#header_mail img {
    height: 70px;
    width: auto;
  }
  #header_nav dd {
    display: block !important;
  }
  #header_nav dt {
    display: none;
  }
  #header_nav dd {
    display: block;
    position: static;
    border: 0;
    background: none;
    overflow: visible;
  }
  .main_navigation {
    padding: 0 80px 0 0;
    display: flex;
    justify-content: flex-end;
  }
  .main_navigation li {
    margin-right: 20px;
  }
  .main_navigation li a {
    padding: 10px 0;
    border: 0;
    position: relative;
    font-size: 12px;
  }
  .main_navigation li a::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    opacity: 0;
    transition: 0.3s;
  }
  .main_navigation li a:hover::before,
  .main_navigation li.current a::before {
    bottom: 0;
    opacity: 1;
  }
  .page_container {
    padding: 100px 0 150px;
  }
  .inner_wrap {
    margin-left: 80px;
    margin-right: 80px;
  }
  .page_title {
    font-size: 28px;
  }
  .title_border {
    padding: 0 80px 20px;
  }
  .page_title span {
    font-size: 90px;
  }
  #site_footer__logo {
    margin-bottom: 30px;
  }
  #site_footer__address,
  #site_footer__contact {
    font-size: 18px;
    margin-bottom: 30px;
  }
  #site_footer__bottom li {
    font-size: 15px;
  }
  #site_footer a {
    text-decoration: none;
  }
  #site_footer a:hover {
    text-decoration: underline;
  }
  #main_slider .slick-slide {
    height: 450px;
  }
  #main_slider__title {
    max-width: 600px;
    left: 5%;
  }
  #front01 {
    height: 260px;
  }
  #front01_title {
    width: 350px;
  }
  #front_blog {
    padding: 50px 0;
  }
  #front_blog h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #front_blog h2 span {
    font-size: 50px;
  }
  #blog_list {
    margin-bottom: 50px;
  }
  .blog_box {
    padding: 20px;
  }
  .blog_box .blog_box__data {
    width: 25%;
  }
  .posted_date {
    width: 110px;
  }
  .blog_cat {
    width: 100px;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    padding: 0 20px;
  }
  .page_section {
    padding: 80px 0;
  }
  .policy_wrap__inner h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .policy_wrap__inner li {
    padding-left: 30px;
  }
  .contact_form {
    margin-top: 80px;
  }
  .contact_form table {
    margin-bottom: 50px;
  }
  .contact_form h3 {
    font-size: 24px;
    padding: 5px 20px;
  }
  .btn_submit input[type=submit] {
    font-size: 24px;
  }
  .contact_form .wpcf7-radio .wpcf7-list-item label {
    font-size: 16px;
  }
  .step_box {
    margin: 55px 0;
    padding: 40px 50px 30px;
  }
  .step_box h3 {
    font-size: 28px;
  }
  .step_num {
    font-size: 30px;
    top: -30px;
  }
  .flow_arrow::after {
    width: 30px;
    height: 50px;
    bottom: -52px;
  }
  #reserve_box__use {
    font-size: 28px;
    margin-top: -25px;
  }
  .kaitori_flow__box {
    margin-bottom: 80px;
  }
  #order_form {
    padding-bottom: 0;
  }
  #page_kaitori .bnr_contact {
    height: 280px;
  }
  .page_nav {
    padding: 50px 0;
  }
  #company_intro {
    padding: 80px 0;
  }
  #company_intro p {
    font-size: 30px;
  }
  #field_list__wrap {
    margin-top: 50px;
  }
  #field_list__wrap h3 {
    font-size: 28px;
  }
  .field_list__box {
    height: 150px;
  }
  #field_list__wrap ul li {
    margin-bottom: 20px;
  }
  #owned-vehicle h3 {
    font-size: 28px;
  }
  #vehicle_list {
    margin-top: 50px;
  }
  #vehicle_list ul li {
    margin-bottom: 20px;
  }
  #vehicle_list ul li p {
    font-size: 16px;
  }
  #company_logo {
    margin: 80px auto 50px;
  }
  #overview table {
    line-height: 2;
  }
  #overview .g_map iframe {
    height: 300px;
  }
  #company_contact {
    margin: 50px 0;
  }
  #company_contact h3 {
    font-size: 28px;
  }
  #company_footer {
    padding: 0 0 50px;
  }
  #company_footer .wrapper {
    max-width: 800px;
  }
  #company_footer h2 {
    margin-bottom: 900px;
  }
  #recruit_intro h2 {
    font-size: 30px;
  }
  #recruit_intro p {
    font-size: 18px;
    line-height: 2;
  }
  #recruit_intro {
    padding: 50px 0;
    margin-bottom: 100px;
  }
  #recruit_intro ul {
    margin-bottom: -150px;
  }
  .works_box__inner {
    padding: 30px 20px;
  }
  .works_box__inner h3 {
    font-size: 18px;
  }
  #message_inner__txt h3 {
    font-size: 28px;
  }
  #message_inner {
    padding: 50px;
  }
  #message_name img {
    width: auto;
  }
  #blog_container {
    padding: 20px;
    display: flex;
    justify-content: space-between;
  }
  .main_container {
    width: 68%;
  }
  .side_container {
    display: block;
    width: 28%;
  }
  .side_container__inner {
    position: sticky;
    top: 80px;
    padding-bottom: 80px;
  }
  .side_box {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .main_navigation li {
    margin-right: 40px;
  }
  .main_navigation li a {
    font-size: 14px;
  }
}
/* add SNS icons */
/* ボタン全体 */
.flowbtn7 {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #fff !important;
  text-decoration: none;
  transition: 0.5s;
}

/* アイコンをど真ん中に*/
.flowbtn7 i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#site_footer ul.snsbtniti {
  max-width: 280px;
  margin: 0 auto 10px;
}

/* ulタグの内側余白を０にする */
ul.snsbtniti {
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0 !important;
}

/* ボタン全体の位置 */
.snsbtniti {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

/* ボタン同士の余白 */
.snsbtniti li {
  flex: 0 0 33%;
  text-align: center !important;
}

/* ボタンにマウスを乗せた時 */
.flowbtn7:hover {
  transform: translateY(-5px);
}

/* Twitter */
.fl_tw7 {
  background: linear-gradient(135deg, #13f1fc 0%, #0470dc 100%);
}

/* Instagramアイコン位置 */
.insta_btn7 .fa-instagram {
  font-size: 35px;
}

/* Instagram紫グラデ背景 */
.insta_btn7 {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}

/* Instagramオレンジグラデ背景 */
.insta_btn7:before {
  content: "";
  position: absolute;
  top: 27px;
  left: -12px;
  width: 59px;
  height: 40px;
  background: radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

/* Facebook */
.fl_fb7 {
  background: linear-gradient(135deg, #6699ff 0%, #3b5998 100%);
}

/* Feedly */
.fl_fd7 {
  background: linear-gradient(135deg, #b1ea4d 0%, #459522 100%);
  font-size: 28px;
}

/* Pocket */
.fl_pk7 {
  background: linear-gradient(135deg, #f36265 0%, #dd4f68 100%);
}

/* はてブ */
.fl_hb7 {
  background: linear-gradient(to bottom, #1fbccd 0%, #1c91d4 84%);
  font-size: 25px;
}

/* YouTube */
.fl_yu7 {
  background: linear-gradient(135deg, #f5515f 0%, #c9293c 100%);
  font-size: 26px;
}

/* LINE */
.fl_li7 {
  background: linear-gradient(135deg, #3a9278 0%, #00c300 100%);
}

/* メールボタン */
.fl_ma7 {
  background: linear-gradient(135deg, #fad961 0%, #f76b1c 100%);
  font-size: 26px;
}