@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px;
}

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1.4rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0.5px;
}

.inner {
  width: 1060px;
  margin: 0 auto;
  position: relative;
}

/*****************************************************

 Common - Parts
 
*****************************************************/
/*　リンク
----------------------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*　リンクボタン
----------------------------------------------------*/
.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*　見出し
----------------------------------------------------*/
h2.title {
  background-image: url(../images/common/h2_icon.png), url(../images/common/h2_line.png);
  background-repeat: no-repeat,repeat-x;
  background-position: top left,0 40px;
  font-size: 2.4rem;
  color: #172a88;
  font-weight: bold;
  height: 50px;
  padding-left: 80px;
}

h3.title {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
h3.title span {
  background: #00a0e9;
  padding: 5px 10px;
  border-radius: 5px;
}

h4.title {
  border-left: solid 3px #172a88;
  font-size: 1.6rem;
  color: #172a88;
  font-weight: bold;
  padding: 0 2px;
}
h4.title:before {
  content: '';
  font-family: 'FontAwesome';
  margin: 0 5px;
}

h5.title {
  font-size: 1.6rem;
  color: #e4007f;
  font-weight: bold;
  padding: 0 2px;
}
h5.title:before {
  content: '';
  font-family: 'FontAwesome';
  margin: 0 5px 0 0;
}

/*　テーブル
----------------------------------------------------*/
/*　リスト
----------------------------------------------------*/
/* ページトップ
----------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  background: #172a88;
  text-decoration: none;
  color: #fff;
  width: 80px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  border: solid 2px #172a88;
}

#page-top a:hover {
  text-decoration: none;
  background: #fff;
  color: #172a88;
  font-weight: bold;
  border: solid 2px #172a88;
}

/* トピックパス
----------------------------------------------------*/
/*****************************************************

 Template - Header
 
*****************************************************/
.global_header {
  border-top: 16px solid #172a88;
  padding: 10px 0;
}
.global_header h1 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 0;
}
.global_header .header_contents .tel dl {
  text-align: center;
}
.global_header .header_contents .tel dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #172a88;
  line-height: 1.6;
}
.global_header .header_contents .tel dl dt:before {
  content: "";
  background: url(../images/home/road_icon.png) no-repeat;
  display: inline-block;
  width: 37px;
  height: 20px;
  vertical-align: bottom;
  margin-right: 5px;
}
.global_header .header_contents .tel dl dd {
  display: block;
}
.global_header .header_contents .tel dl dd span {
  display: block;
  line-height: 1;
}
.global_header .header_contents .info ul {
  display: block;
}
.global_header .header_contents .info ul li {
  float: left;
  height: 33px;
  margin-left: 10px;
}
.global_header .header_contents .info ul li:nth-child(2n+1) {
  margin-left: 0;
}
.global_header .header_contents .info ul .fb a {
  color: #3b5998;
  font-size: 3.9rem;
  height: 33px;
  line-height: 1;
}
.global_header .header_contents .info ul .fb a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.global_header .header_contents .info ul .mail {
  width: 162px;
  float: left;
}
.global_header .header_contents .info ul .mail .button {
  background-color: #c91e1d;
  width: 100%;
  height: 33px;
  line-height: 1.8;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 4px;
  border: solid 2px #c91e1d;
}
.global_header .header_contents .info ul .mail .button:hover {
  background-color: #fff;
  color: #c91e1d;
}
.global_header .header_contents .info .info_text {
  font-size: 1.2rem;
}

.global_nav {
  background: #172a88;
}
.global_nav ul {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
.global_nav ul li {
  width: auto;
  float: left;
  margin: 0 0 0 24px;
}
.global_nav ul li:nth-child(5n+1) {
  margin-left: 0;
}
.global_nav ul li.on a {
  color: #172a88;
  font-size: 1.8rem;
  font-weight: bold;
  background: #fff;
}
.global_nav ul li a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.global_nav ul li .button {
  background-color: #172a88;
  width: 100%;
  line-height: 1.8;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 4px;
  border: solid 2px #172a88;
  padding: 0 10px;
}
.global_nav ul li .button:hover {
  background-color: #fff;
  color: #172a88;
}

/*****************************************************

 Template - Footer
 
*****************************************************/
.global_footer {
  background: #172a88;
  padding: 10px 0;
}
.global_footer .copyright {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

/*****************************************************

 Page - Home
 
*****************************************************/
.main_content {
  background: url(../images/common/bg.jpg);
}

/* main_cover
----------------------------------------------------*/
.main_cover {
  background: #8c93b3;
  line-height: 0;
}
.main_cover figure {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.main_cover img {
  width: 100%;
  height: auto;
}

/* content_wrapper
----------------------------------------------------*/
.content_wrapper {
  width: 1140px;
  background: #fff;
  margin: 0 auto;
}
.content_wrapper .inner {
  padding: 64px 0;
}
.content_wrapper .inner .point {
  width: 100%;
}
.content_wrapper .inner .point li {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.content_wrapper .inner .point li:last-of-type {
  margin-bottom: 0;
}
.content_wrapper .inner .point li span {
  width: 40px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 8px;
  margin-right: 8px;
  box-sizing: border-box;
  background: #e60012;
}
.content_wrapper .inner .tel {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content_wrapper .inner .tel li {
  width: 45%;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 500;
}
.content_wrapper .inner .tel li:last-of-type {
  margin-right: 0;
}
.content_wrapper .inner .tel li a {
  font-size: 24px;
  font-weight: bold;
  color: #172a88;
}

/* index_bnr
----------------------------------------------------*/
/* index_import
----------------------------------------------------*/
.index_import ul {
  width: 100%;
}
.index_import ul li {
  width: auto;
  float: left;
  margin: 0 0 0 24px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  line-height: 0;
}
.index_import ul li:nth-child(3n+1) {
  margin-left: 0;
}

/* index_service
----------------------------------------------------*/
.index_service .service_lead {
  background: #172a88;
  padding: 10px;
}
.index_service .service_lead:before {
  content: '';
  display: inline-block;
  width: 101px;
  height: 186px;
  background-image: url(../images/home/img_service_01.png);
  float: left;
  margin: 0 15px 0 5px;
}
.index_service .service_lead p {
  width: 490px;
  color: #fff;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
.index_service ul {
  width: 100%;
}
.index_service ul li {
  width: auto;
  float: left;
  margin: 0 0 0 58px;
  line-height: 0;
}
.index_service ul li:nth-child(3n+1) {
  margin-left: 0;
}

/* index_insurance
----------------------------------------------------*/
.index_insurance .insurance_lead p {
  width: 520px;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* index_company
----------------------------------------------------*/
.index_company .company_content .left img {
  border-radius: 4px;
}
.index_company .company_content .right {
  width: 520px;
}
.index_company .company_content h3.title {
  background: #00a0e9;
  padding: 10px 10px;
  border-radius: 5px;
}
.index_company .company_content h3.title span {
  padding: 0;
}
.index_company .company_content p {
  width: 520px;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
.index_company .company_content p strong {
  color: #e4007f;
  font-weight: bold;
}
.index_company .company_content ul li {
  width: 45%;
  float: left;
  margin: 0 0 0 24px;
}
.index_company .company_content ul li:nth-child(2n+1) {
  margin-left: 0;
}
.index_company .company_content ul .button {
  background-color: #e3007f;
  width: 100%;
  line-height: 1.8;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 4px;
  border: solid 2px #e3007f;
  padding: 0 10px;
}
.index_company .company_content ul .button:hover {
  background-color: #fff;
  color: #e3007f;
}

/*****************************************************

 Page - import
 
*****************************************************/
.import .main_cover {
  background: url(../images/import/import_cover.jpg) no-repeat center center;
  background-size: cover;
  height: 400px;
  max-height: 400px;
}
.import .main_cover .inner {
  padding: 10% 0 0;
}
.import .main_cover .inner h2 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  line-height: 1;
}
.import p {
  line-height: 1.8;
  letter-spacing: 0;
}

/* import_content01
----------------------------------------------------*/
.import_content01 .left {
  width: 410px;
}
.import_content01 .left p {
  line-height: 1.8;
}
.import_content01 .right img {
  border-radius: 4px;
}

/* import_content02
----------------------------------------------------*/
.import_content02 p {
  line-height: 1.8;
}
.import_content02 .import_brand {
  background: #171c61;
  padding: 20px 25px 15px;
}
.import_content02 .import_brand h5 {
  color: #fff100;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.import_content02 .import_brand ul {
  width: 100%;
}
.import_content02 .import_brand ul li {
  width: 112px;
  float: left;
  margin: 0 0 0 16px;
  padding: 10px 0;
  background: #fff;
  color: #171c61;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.import_content02 .import_brand ul li:nth-child(8n+1) {
  margin-left: 0;
}
.import_content02 .notice {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

/* import_content03
----------------------------------------------------*/
.import_content03 p {
  line-height: 1.8;
}
.import_content03 .text {
  width: 620px;
}
.import_content03 .photo {
  width: 420px;
}
.import_content03 .photo img {
  border-radius: 4px;
}

/*****************************************************

 Page - service
 
*****************************************************/
.service .main_cover {
  background: url(../images/service/cover_service.jpg) no-repeat center center;
  background-size: cover;
  height: 400px;
  max-height: 400px;
}
.service .main_cover .inner {
  padding: 10% 0 0;
}
.service .main_cover .inner h2 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  line-height: 1;
}
.service p {
  line-height: 1.8;
  letter-spacing: 0;
}

/* service_content01
----------------------------------------------------*/
.service_content01 .left {
  width: 410px;
}
.service_content01 .left p {
  line-height: 1.8;
}
.service_content01 .right img {
  border-radius: 4px;
}
.service_content01 ol {
  counter-reset: number;
}
.service_content01 ol li {
  width: 245px;
  float: left;
  margin: 0 0 0 25px;
}
.service_content01 ol li:nth-child(4n+1) {
  margin-left: 0;
}
.service_content01 ol dl dt {
  /*通し番号*/
  counter-increment: number;
  display: block;
  background: #ffdef0;
  line-height: 2.3;
}
.service_content01 ol dl dt:before {
  /*通し番号*/
  content: counter(number);
  margin-right: 0.6em;
  display: block;
  width: 30px;
  color: #fff;
  background: #e4007f;
  padding: 0 0;
  text-align: center;
  float: left;
  position: relative;
  top: 0;
}
.service_content01 ol dl dd {
  margin-top: 10px;
  letter-spacing: 0;
}

/* service_content02
----------------------------------------------------*/
.service_content02 ul.maintenance li {
  float: left;
  margin: 0 0 0 20px;
}
.service_content02 ul.maintenance li:nth-child(3n+1) {
  margin-left: 0;
}

/* service_content03
----------------------------------------------------*/
.service_content03 .maker {
  background: #172a88;
}
.service_content03 .maker ul {
  width: 1020px;
  margin: 24px auto;
}
.service_content03 .maker ul li {
  float: left;
  margin: 0 0 24px 24px;
  line-height: 0;
}
.service_content03 .maker ul li:nth-child(10n+1) {
  margin-left: 0;
}

/* service_content04
----------------------------------------------------*/
.service_content04 .shaken table {
  border-collapse: separate;
  border-spacing: 1px 1px;
  width: 100%;
}
.service_content04 .shaken table tr.discount th {
  color: #e4007f;
}
.service_content04 .shaken table tr.discount td {
  background: #e6e6e6;
  color: #C80000;
}
.service_content04 .shaken table tr.total td {
  border-top: solid 1px #172a88;
  color: #e4007f;
  font-weight: bold;
}
.service_content04 .shaken table th {
  width: 25%;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.service_content04 .shaken table th.tate {
  background: #172a88;
  font-size: 1.6rem;
  font-weight: bold;
}
.service_content04 .shaken table th.yoko {
  background: #e4007f;
  font-size: 1.4rem;
  font-weight: bold;
}
.service_content04 .shaken table th.yoko:before {
  content: '';
  font-family: 'FontAwesome';
  margin: 0 5px;
}
.service_content04 .shaken table td {
  background: #f2f2f2;
  text-align: right;
  padding: 5px 10px;
}
.service_content04 .shaken .notice {
  font-size: 1.2rem;
  line-height: 1.8;
}

/*****************************************************

 Page - insurance
 
*****************************************************/
.insurance .main_cover {
  background: url(../images/insurance/insurance_cover.jpg) no-repeat center center;
  background-size: cover;
  height: 400px;
  max-height: 400px;
}
.insurance .main_cover .inner {
  padding: 10% 0 0;
}
.insurance .main_cover .inner h2 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  line-height: 1;
}
.insurance p {
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 20px;
}

/* insurance_content01
----------------------------------------------------*/
.insurance_content01 .text {
  width: 620px;
}
.insurance_content01 .photo {
  width: 430px;
}
.insurance_content01 .photo img {
  border-radius: 4px;
}

/* insurance_content02
----------------------------------------------------*/
.insurance_content02 p {
  line-height: 1.8;
}
.insurance_content02 .road_car ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.insurance_content02 .road_car ul li {
  width: 30%;
  margin: 0 5% 20px 0;
  padding: 10px 0;
  background: #fff;
  text-align: center;
  border-radius: 5px;
}
.insurance_content02 .road_car ul li:nth-of-type(3n) {
  margin: 0 0 20px;
}
.insurance_content02 .road_car ul li img {
  border-radius: 4px;
  width: 100%;
}
.insurance_content02 .road_car ul li dl dt {
  margin-top: 10px;
  padding: 3px 0;
  background: #171c61;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.insurance_content02 .road_car ul li dl dd {
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0;
}

.insurance_content03_items {
  display: flex;
}
.insurance_content03_items .right img {
  margin: 0 0 0 30px;
}

/* insurance_content03
----------------------------------------------------*/
.insurance_content03 p span {
  color: #e4007f;
}
.insurance_content03 .text01 {
  width: 840px;
}
.insurance_content03 .photo {
  width: 430px;
}
.insurance_content03 .photo img {
  border-radius: 4px;
}
.insurance_content03 .photo02 {
  width: 366px;
}
.insurance_content03 .photo02 img {
  border-radius: 4px;
}
.insurance_content03 ul li {
  width: 337px;
  float: left;
  margin: 0 0 16px 24px;
  padding: 10px 0;
}
.insurance_content03 ul li span {
  width: 337px;
  background: #171c61;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  display: block;
  padding: 10px 0;
  margin-bottom: 8px;
}
.insurance_content03 ul li:nth-child(3n+1) {
  margin-left: 0;
}

/*****************************************************

 Page - rental
 
*****************************************************/
.rental .main_cover {
  background: url(../images/rental/rental_cover.jpg) no-repeat center center;
  background-size: cover;
  height: 400px;
  max-height: 400px;
}
.rental .main_cover .inner {
  padding: 10% 0 0;
}
.rental .main_cover .inner h2 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  line-height: 1;
}
.rental p {
  line-height: 1.8;
  letter-spacing: 0;
}

/* rental_content01
----------------------------------------------------*/
.rental_content01 ul {
  width: 100%;
}
.rental_content01 ul li {
  width: 30%;
  float: left;
  margin: 0 0 0 48px;
}
.rental_content01 ul li:nth-child(3n+1) {
  margin-left: 0;
}
.rental_content01 ul li img {
  /*margin-top:10px;*/
}
.rental_content01 ul li dl dt {
  font-size: 1.8rem;
  color: #172a88;
  font-weight: bold;
  line-height: 1;
}
.rental_content01 ul li dl dt span {
  background: #fff599;
  padding: 5px 10px;
  border-radius: 6px;
  border: solid 2px #172a88;
  display: inline-block;
}
.rental_content01 ul li dl dd {
  margin-top: 16px;
}
.rental_content01 .service_img {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.rental_content01 .service_img figure {
  width: 235px;
  position: relative;
  margin-right: 40px;
}
.rental_content01 .service_img figure:last-of-type {
  margin-right: 0;
}
.rental_content01 .service_img figure:last-of-type::after {
  display: none;
}
.rental_content01 .service_img figure::after {
  position: absolute;
  top: 35%;
  right: -13%;
  content: '\f30b';
  font-family: 'Font Awesome 5 free';
  font-weight: bold;
  font-size: 24px;
  color: #e95513;
}
.rental_content01 .service_img figure img {
  width: 100%;
  border-radius: 6px;
}

/* rental_content02
----------------------------------------------------*/
.rental_content02 {
  width: 100%;
}
.rental_content02 .line_up_are {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.rental_content02 .line_up_are .line_up_item {
  width: 250px;
  position: relative;
  margin: 0 20px 20px 0;
}
.rental_content02 .line_up_are .line_up_item:nth-of-type(4n) {
  margin-right: 0;
}
.rental_content02 .line_up_are .line_up_item figure {
  width: 100%;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.rental_content02 .line_up_are .line_up_item figure img {
  width: 100%;
}
.rental_content02 .line_up_are .line_up_item ul {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.rental_content02 .line_up_are .line_up_item ul li:first-of-type {
  width: 100%;
  padding: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  background: #fff;
}
.rental_content02 .line_up_are .line_up_item ul li:nth-of-type(2), .rental_content02 .line_up_are .line_up_item ul li:nth-of-type(3) {
  color: #fff;
}

.color_01 {
  background: #d7282f;
}
.color_01:first-of-type {
  background: #fff;
}
.color_01 > p {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  padding: 40px 0;
  box-sizing: border-box;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #d7282f;
}
.color_01 ul li:first-of-type {
  color: #d7282f;
}

.color_02 {
  background: #036eb7;
}
.color_02:first-of-type {
  background: #fff;
}
.color_02 > p {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  padding: 40px 0;
  box-sizing: border-box;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #036eb7;
}
.color_02 ul li:first-of-type {
  color: #036eb7;
}

.color_03 {
  background: #09483c;
}
.color_03 ul li:first-of-type {
  color: #09483c;
}

.color_04 {
  background: #22948b;
}
.color_04 ul li:first-of-type {
  color: #22948b;
}

.color_05 {
  background: #2ca6e0;
}
.color_05 ul li:first-of-type {
  color: #2ca6e0;
}

.color_06 {
  background: #182987;
}
.color_06 ul li:first-of-type {
  color: #182987;
}

.color_07 {
  background: #007a94;
}
.color_07 ul li:first-of-type {
  color: #007a94;
}

/* rental_content03
----------------------------------------------------*/
.rental_content03 table {
  border-collapse: separate;
  border-spacing: 1px 1px;
}
.rental_content03 table tr:nth-of-type(odd) td {
  background: #d7ebf9;
}
.rental_content03 table tr:nth-of-type(even) td {
  background: #f2f2f2;
}
.rental_content03 table th {
  width: 353px;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  background: #172a88;
  font-size: 1.6rem;
  font-weight: bold;
}
.rental_content03 table td {
  text-align: center;
  padding: 13px 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
.rental_content03 .notice {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: right;
}

/*****************************************************

 Page - company
 
*****************************************************/
.company .main_cover {
  background: url(../images/company/company_cover.jpg) no-repeat center center;
  background-size: cover;
  height: 400px;
  max-height: 400px;
}
.company .main_cover .inner {
  padding: 10% 0 0;
}
.company .main_cover .inner h2 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  line-height: 1;
}
.company p {
  line-height: 1.8;
  letter-spacing: 0;
}

/* company_content01
----------------------------------------------------*/
.company_content01 table {
  width: 518px;
  border-collapse: collapse;
  border-spacing: 1px 1px;
  border: solid 1px #ccc;
}
.company_content01 table th {
  width: auto;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  background: #172a88;
  font-size: 1.4rem;
  border: solid 1px #ccc;
}
.company_content01 table th span {
  display: block;
  color: #fff100;
  font-size: 1.0rem;
}
.company_content01 table td {
  background: #fff;
  text-align: center;
  padding: 5px 10px;
  font-size: 1.4rem;
  border: solid 1px #ccc;
}
.company_content01 table td.red {
  color: #e4007f;
  font-weight: bold;
}

/* company_content02
----------------------------------------------------*/
.company_content02 ul li {
  width: 490px;
  float: left;
  background: #172a88;
  padding: 15px;
  margin: 0 0 24px 20px;
}
.company_content02 ul li:nth-child(2n+1) {
  margin-left: 0;
}
.company_content02 ul li .illust {
  float: left;
  height: 100%;
  margin: 0 15px 0 0;
}
.company_content02 ul li .illust img {
  border-radius: 4px;
}
.company_content02 ul li dl {
  display: block;
  color: #fff;
}
.company_content02 ul li dl .name {
  font-size: 1.6rem;
  border-bottom: dotted 1px #fff;
  float: left;
}
.company_content02 ul li dl .name:before {
  content: '';
  font-family: 'FontAwesome';
  margin: 0 5px 0 0;
}
.company_content02 ul li dl .position {
  float: right;
  background: #00a0e9;
  padding: 5px 5px;
  border-radius: 4px;
  font-weight: bold;
}
.company_content02 ul li dl .discription {
  padding: 10px 0 10px;
  clear: right;
}

/* company_content03
----------------------------------------------------*/
.company_content03 .text {
  width: 680px;
}
.company_content03 .photo {
  width: 380px;
}
.company_content03 ul li {
  font-weight: bold;
  float: left;
  margin: 0 0 10px 24px;
  letter-spacing: 0;
  color: #cccccc;
}
.company_content03 ul li:nth-child(6n+1) {
  margin-left: 0;
}
.company_content03 ul li a {
  color: #e4007f;
}
.company_content03 .notice {
  font-size: 1.2rem;
  line-height: 1.8;
}

/*****************************************************

 Page - contact
 
*****************************************************/
.contact .main_cover {
  background: url(../images/contact/contact_cover.jpg) no-repeat center center;
  background-size: cover;
  height: 400px;
  max-height: 400px;
}
.contact .main_cover .inner {
  padding: 10% 0 0;
}
.contact .main_cover .inner h2 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  line-height: 1;
}
.contact p {
  line-height: 1.8;
  letter-spacing: 0;
}
.contact a.underline {
  color: #e4007f;
  font-weight: bold;
  text-decoration: underline;
}
.contact .red {
  color: #e4007f;
}

/* contact_content01
----------------------------------------------------*/
.contact_content01 .text {
  width: 520px;
}
.contact_content01 .photo {
  width: 430px;
}
.contact_content01 .photo img {
  border-radius: 4px;
}
.contact_content01 .tel {
  color: #e4007f;
  font-size: 2.4rem;
  font-weight: bold;
}
.contact_content01 .tel:before {
  content: '';
  font-family: 'FontAwesome';
  margin: 0 10px 0 5px;
}

/* contact_content02
----------------------------------------------------*/
.contact_content02 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px 20px;
}
.contact_content02 table th {
  width: 235px;
  color: #fff;
  padding: 5px 0px;
  text-align: center;
  background: #172a88;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}
.contact_content02 table th span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: #e4007f;
  padding: 3px 5px;
  border-radius: 4px;
  position: absolute;
  right: 5%;
}
.contact_content02 table td {
  background: #fff;
  text-align: left;
  padding: 0px 0px;
  font-size: 1.4rem;
}
.contact_content02 table td.red {
  color: #e4007f;
  font-weight: bold;
}
.contact_content02 .box_2col {
  width: 605px;
  margin-left: auto;
  margin-right: auto;
}
.contact_content02 .box_2col .left_2col {
  float: left;
}
.contact_content02 .box_2col .right_2col {
  float: left;
  margin-left: 25px;
}

/* メールフォーム
----------------------------------------------------*/
select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-indent: 1em;
  background: #f2f2f2;
  background-position: right center;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  vertical-align: middle;
  border: 1px solid #CCC;
  margin-bottom: 5px;
  width: 20%;
  border: solid 1px #CCC;
  border-radius: 3px;
  margin: 5px 0;
}

input, textarea {
  border: solid 1px #CCC;
  border-radius: 3px;
  background: #f2f2f2;
  padding: 0 10px;
  margin: 0 0;
  height: 40px;
}

input[type="checkbox"] {
  width: auto !important;
  padding: 0 10px;
  vertical-align: middle;
  margin: 0 3px 0 10px;
}
input[type="checkbox"]:first-child {
  margin-left: 0;
}

input[name="お名前"] {
  width: 90% !important;
}

input[type="text"] {
  width: 90% !important;
}

input[type="text"] {
  width: 90% !important;
}

textarea {
  width: 90% !important;
  padding: 10px 10px;
  height: 150px;
}

/* --------------------------------*/
/* 送信ボタン */
input[type="submit"] {
  display: inline-block;
  width: 280px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 1.0;
  outline: none;
  border-radius: 0;
}

input[type="submit"]::before,
input[type="submit"]::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

input[type="submit"],
input[type="submit"]::before,
input[type="submit"]::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

input[type="submit"] {
  position: relative;
  z-index: 2;
  background-color: #e4007f;
  border: 2px solid #e4007f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.0;
  overflow: hidden;
}

input[type="submit"]:hover {
  color: #e4007f;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
}

input[type="submit"]::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}

input[type="submit"]:hover::after {
  top: 0;
  left: 0;
  background-color: #fff;
}

/* --------------------------------*/
/* リセット　*/
input[type="reset"] {
  display: inline-block;
  width: 280px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 1.0;
  outline: none;
  border-radius: 0;
}

input[type="reset"]::before,
input[type="reset"]::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

input[type="reset"],
input[type="reset"]::before,
input[type="reset"]::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

input[type="reset"] {
  position: relative;
  z-index: 2;
  background-color: #6B6B6B;
  border: 2px solid #6B6B6B;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 50px;
  overflow: hidden;
}

input[type="reset"]:hover {
  color: #6B6B6B;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
}

input[type="reset"]::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}

input[type="reset"]:hover::after {
  top: 0;
  left: 0;
  background-color: #fff;
}

/* contact_content03
----------------------------------------------------*/
.contact_content03 {
  background: #172a88;
  padding: 32px 24px;
}
.contact_content03 h3 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.contact_content03 h3 span {
  background: #e4007f;
  padding: 5px 10px;
  border-radius: 5px;
}
.contact_content03 h4 {
  color: #fff100;
  font-weight: bold;
}
.contact_content03 p {
  color: #fff;
}

/*****************************************************

 Page - recruit
 
*****************************************************/
.recruit .main_cover {
  background: url(../images/recruit/recruit_cover.jpg) no-repeat center center;
  background-size: cover;
  height: 400px;
  max-height: 400px;
}
.recruit .main_cover .inner {
  padding: 10% 0 0;
}
.recruit .main_cover .inner h2 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  line-height: 1;
}
.recruit p {
  line-height: 1.8;
  letter-spacing: 0;
}

.col2_li li {
  float: left;
  width: 48%;
  height: auto;
  margin: 24px 0 0 4%;
}
.col2_li li:nth-child(2n+1) {
  margin-left: 0;
}
.col2_li li:nth-child(-n+2) {
  margin-top: 0;
}
.col2_li li img {
  display: block;
  max-width: 100%;
  height: auto;
}

.flow dt {
  float: left;
  box-sizing: border-box;
  position: relative;
  width: 24%;
  height: auto;
  padding: 12px 24px;
  margin: 24px 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  background: #172a88;
  border-radius: 4px;
}
.flow dt + dd {
  margin-top: 24px;
}
.flow dt:first-child {
  margin-top: 0;
}
.flow dt:first-child + dd {
  margin-top: 0;
}
.flow dt span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
.flow dt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #172a88;
}
.flow dd {
  float: left;
  box-sizing: border-box;
  position: relative;
  width: 73%;
  height: auto;
  margin-left: 3%;
  padding: 12px 24px;
  background: #f4f4f4;
}

.tbl_requirement {
  width: 100%;
  height: auto;
}
.tbl_requirement th {
  width: 15%;
  height: auto;
  padding: 14px 16px;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #172a88;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
.tbl_requirement td {
  width: 35%;
  height: auto;
  padding: 14px 16px;
  vertical-align: top;
  background: #f4f4f4;
  border-bottom: 1px #fff solid;
}

.btn_recruit {
  box-sizing: border-box;
  display: block;
  width: 40%;
  height: auto;
  margin: 48px auto 0;
  padding: 14px 16px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background: #e4007f;
  border: 2px #e4007f solid;
  border-radius: 4px;
  transition: 0.3s;
}
.btn_recruit:hover {
  background: #fff;
  color: #e4007f;
  border: 2px #e4007f solid;
}

.staff_voice dt {
  position: relative;
  float: left;
  width: 14%;
  height: auto;
}
.staff_voice dt img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.staff_voice dd {
  position: relative;
  box-sizing: border-box;
  float: right;
  width: 83%;
  height: auto;
  padding: 24px;
  border: 3px #555 solid;
  background: #fff;
  border-radius: 4px;
}
.staff_voice dd::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -27px;
  margin-top: -11px;
  border: 11px solid transparent;
  border-right: 24px solid #FFF;
  z-index: 2;
}
.staff_voice dd::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -31px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 20px solid #555;
  z-index: 1;
}

.text_other {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 40px 0 0;
  padding: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #172a88;
  border: 3px #172a88 solid;
}

.entry_form {
  width: 100%;
  height: auto;
  margin-top: 32px;
  border-collapse: separate;
  border-spacing: 0 16px;
}
.entry_form th {
  box-sizing: border-box;
  position: relative;
  width: 28%;
  height: auto;
  padding: 8px 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #172a88;
}
.entry_form th span {
  position: absolute;
  right: 5%;
  padding: 3px 5px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  background: #e4007f;
}
.entry_form td {
  box-sizing: border-box;
  width: 72%;
  height: auto;
  padding: 8px 24px;
}
.entry_form td input, .entry_form td textarea {
  box-sizing: border-box;
  padding: 9px 16px;
}
.entry_form td input.w100, .entry_form td textarea.w100 {
  width: 100% !important;
  height: auto;
}
.entry_form td input.w80, .entry_form td textarea.w80 {
  width: 80% !important;
  height: auto;
}
.entry_form td input.w60, .entry_form td textarea.w60 {
  width: 60% !important;
  height: auto;
}
.entry_form td input.w40, .entry_form td textarea.w40 {
  width: 40% !important;
  height: auto;
}
.entry_form td input.w20, .entry_form td textarea.w20 {
  width: 20% !important;
  height: auto;
}
.entry_form td input.w10, .entry_form td textarea.w10 {
  width: 10% !important;
  height: auto;
}
.entry_form td input[type="radio"] {
  width: auto;
  height: auto;
  margin: 0 6px 0 0;
}
.entry_form td .wpcf7-list-item {
  margin-left: 16px;
}
.entry_form td .wpcf7-list-item:first-child {
  margin-left: 0;
}

.btn_entry {
  width: 36%;
  height: auto;
  margin: 40px auto 0;
}
.btn_entry input[type="submit"] {
  width: 100%;
}

/* 2020.9.12追加 */
.contact_container {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #ca1e1c;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  margin: 40px auto;
}
.contact_container p {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
}
.contact_container p:nth-of-type(1) {
  width: 38px;
  height: 38px;
  background: #FFF;
  color: #ca1e1c;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
}
.contact_container a {
  display: block;
  text-decoration: none;
  background: #FFF;
  color: #ca1e1c;
  padding: 0 10px;
  text-align: center;
  width: 168px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
  transition: .3s;
  border: 2px solid #ca1e1c;
  border-radius: 5px;
}
.contact_container a i {
  margin-right: 8px;
}
.contact_container a:hover {
  background: #ca1e1c;
  color: #fff;
  border: 2px solid #fff;
  transition: .3s;
}

.campingcar_container {
  width: 100%;
  border: 1px solid #171c61;
}
.campingcar_container > h4 {
  display: block;
  width: 100%;
  background: #171c61;
  color: #fff100;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
}
.campingcar_container > div {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.campingcar_container > div > .right {
  width: 56%;
}

.notice_box {
  width: 100%;
  margin: 15px auto;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.notice_box figure {
  width: 194px;
}
.notice_box figure img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.notice_box p {
  margin-left: 40px;
  font-size: 21px;
  color: #333;
}
.notice_box p span {
  font-weight: bold;
}

.wpcf7-spinner {
  display: none !important;
}

/* 2022.6.9追加 */
.btn_radio_fix {
  position: fixed;
  top: 260px;
  right: 0;
  transition: 0.3s;
}
.btn_radio_fix img {
  display: block;
}
.btn_radio_fix:hover {
  opacity: 0.8;
  cursor: pointer;
}
.btn_radio_fix:hover::before {
  content: url("../images/home/btn_radio_hover.png");
  position: absolute;
  top: -50px;
  left: -92px;
}

.btn_sidefix01 {
  position: fixed;
  top: 150px;
  right: 0;
}

.btn_sidefix02 {
  position: fixed;
  top: 460px;
  right: 0;
}

.btn_sidefix01, .btn_sidefix02 {
  transition: 0.3s;
}
.btn_sidefix01 img, .btn_sidefix02 img {
  display: block;
}
.btn_sidefix01:hover, .btn_sidefix02:hover {
  opacity: 0.9;
  cursor: pointer;
}
.btn_sidefix01:hover::before, .btn_sidefix02:hover::before {
  content: url("../images/home/btn_radio_hover.png");
  position: absolute;
  top: -48px;
  left: -74px;
}

/*****************************************************

 25.06.27 追記
 
*****************************************************/
.col2_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.col2_content .box {
  box-sizing: border-box;
  position: relative;
  width: 48%;
  height: auto;
  border: 1px #cccccc solid;
}
.col2_content .box img {
  display: block;
  max-width: 100%;
  height: auto;
}
.col2_content .box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
