@charset "UTF-8";
/*============================
reset
============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big,  button, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

sup {
  line-height: 100%;
}

/*============================
html, body, section
============================*/
html {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: Arial, sans-serif;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  background: #fff;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 62.5%;
  line-height: 171.42%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #333;
}

section {
  padding-top: 90px;
  margin-top: -90px;
  margin-bottom: 90px;
}

section#Qa {
  margin-bottom: 90px;
}

section#Contact {
  margin-top: 60px;
  margin-bottom: 90px;
}


@media screen and (max-width:520px) {
    section {
      padding-top: 70px;
      margin-top: -70px;
      margin-bottom: 70px;
    }

    section#Qa {
      margin-bottom: 70px;
    }

    section#Contact {
      margin-top: 40px;
      margin-bottom: 70px;
    }
}

/*============================
headding, text, img
============================*/

h2 {
  text-align: center;
}

h2 span {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding: 5px 65px 10px;
  font-size: 280%;
  line-height: 117.85%;
  font-weight: bold;
  color: #004d89;
  /*z-index:-1;*/
}

h2 span:before,
h2 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 55px;
  height: 2px;
  background-color: #c0dbe4;
}

h2 span:before {
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  left: 0;
}

h2 span:after {
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
  right: 0;
}

div.case_bace h2 span:before,
div.case_bace h2 span:after,
div.flow_bace h2 span:before,
div.flow_bace h2 span:after {
  content: initial;
  position: initial;
  top: initial;
  display: initial;
  width: initial;
  height: initial;
  background-color: initial;
}

div.case_bace h2 span:before,
div.flow_bace h2 span:before {
  -webkit-transform: initial;
  transform: initial;
  left: 0;
}

div.case_bace h2 span:after,
div.flow_bace h2 span:after {
  -webkit-transform: initial;
  transform: initial;
  right: initial;
}

div.case_bace h2 span,
div.flow_bace h2 span {
  margin-bottom: 40px;
  padding: 40px 65px 0;
  text-align: center;
}

div.case_bace h2 span:before,
div.flow_bace h2 span:before {
  position: absolute;
  display: inline-block;
  content: '';
  bottom: -15px;
  width: 60px;
  height: 8px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

div.case_bace h2 span:before {
  background-color: #e2ff40;
}

div.flow_bace h2 span {
  color: #333333;
}

div.flow_bace h2 span:before {
  background-color: #ea5514;
}

p,
ul,
dl {
  font-size: 140%;
  line-height: 171.42%;
}

p + p {
  margin-top: 15px;
}

 .bold {
  font-weight: bold;
 }

img {
  max-width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.orange {
  color: #ea5514;
}

.i_mintoku{
  padding: 19px 2px;
  border: 2px solid #e2e2e2;
}

.i_crc{
  padding: 21px 2px;
  border: 2px solid #e2e2e2;
}

.green{
  color: #00543a;
}

.blue {
  color: #004d89;
}

.font12 {
  font-size: 120%;
  line-height: 183.33%;
}

.font16 {
  font-size: 160%;
  line-height: 162.5%;
}

.font18 {
  font-size: 180%;
  line-height: 155.55%;
}

.font20 {
  font-size: 200%;
  line-height: 150%;
}

.font24 {
  font-size: 240%;
  line-height: 141.66%;
}

.font28 {
  font-size: 280%;
  line-height: 135.71%;
}

p span.font12 {
  font-size: 85.71%;
  line-height: 183.33%;

}

p span.font16 {
  font-size: 114.28%;
  line-height: 162.5%;
}

p span.font18 {
  font-size: 128.57%;
  line-height: 155.55%;
}

p span.font24 {
  font-size: 171.42%;
  line-height: 141.66%;
}

p span.font28 {
  font-size: 200%;
  line-height: 135.71%;
}

.m_t0 {
  margin-top: 0;
}

.m_b20 {
  margin-bottom: 5px;
}

.m_b25 {
  margin-bottom: 10px;
}

.m_b30 {
  margin-bottom: 15px;
}

.m_b35 {
  margin-bottom: 20px;
}

.m_b45 {
  margin-bottom: 30px;
}

button,
input.button_check,
input.button_submit,
input.button_home {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 180, 124, 1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .2s;
}

button:hover,
input.button_check:hover,
input.button_submit:hover,
input.button_home:hover {
  background-position: -100% 0;
  color: #fff;
}

button.button_contact {
  display: block;
  min-width: 27.59%;
  margin: 0 auto;
  padding: 20px 20px 15px;
  font-size: 240%;
  line-height: 120.83%;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background-color: #ea5514;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 3px 0 0 rgb(0,0,0, 0.2);
}

input.button_back {
  display: block;
  min-width: 27.59%;
  margin: 20px auto 0;
  padding: 10px 20px 8px;
  font-size: 160%;
  line-height: 131.25%;
  font-weight: normal;
  border-radius: 100vh;
  color: #333;
  background-color: #c0dbe4;
  border: none;
  text-align: center;
  cursor: pointer;
}


@media screen and (max-width:520px) {


  h2 span {
    font-size: 260%;
    line-height: 116.23%;
    margin-bottom: 30px;
  }

  p,
  ul,
  dl {
    font-size: 130%;
    line-height: 176.92%;
  }
}


/*============================
header
============================*/

header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

div.header_bace {
  margin: 0 calc((100% - 100vw) / 2);
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgb(0,0,0, 0.5);
}

div.header_innner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  align-items: center;
}

ul.h-linkList,
ul.g_naviLinks {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

ul.h-linkList {
  margin-bottom: 10px;
}

ul.h-linkList li + li {
  margin-left: 20px;
}

ul.h-linkList a {
  color: #333;
}

ul.h-linkList a:hover {
  color: #ea5514;
}

button.button_h_contact {
  display: block;
  padding: 5px 25px 3px;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background-color: #0c99cc;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 3px 0 0 rgb(0,0,0, 0.2);
}

ul.g_naviLinks li + li {
  margin-left: 30px;
}

li.g_naviLinks_item a {
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

li.g_naviLinks_item a {
  padding: 8px 5px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(234, 85, 20, 1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .15s;
}

li.g_naviLinks_item a:hover {
  background-position: -100% 0;
  color: #fff;
}

input.nav-toggle {
  display: none;
}

/*li.g_naviLinks_item a:hover {
  text-decoration: underline;
  color: #ea5514;
}*/

@media screen and (max-width:960px) {



  div.header_innner {
  position: relative;
  display: block;
}


div.header_bace {
  margin: 0;
  padding: 0;
  background-color: none;
  box-shadow: none;
}
  div.header_left {
    min-width: 20%;
    margin: 0 calc((100% - 100vw) / 2);
    padding: 10px 20px 7px;
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0,0,0, 0.5);
  }

  div.header_left img {
    width: 25%;
  }

  div.header_right {
    margin: 0 calc((100% - 100vw) / 2);
    display: none;
  }

.btn-burger {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: absolute;
    top: 5px;
    right: 10px;
}
/*ハンバーガーアイコンを作る三本線*/
.icon, .icon:before, .icon:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 2px; /*線の太さ*/
    width: 35px; /*線の長さ*/
    background-color: #444;
    border-radius: 2px;
    display: block;
  　content: '';
    cursor: pointer;
    margin: auto;
}
/*三本線の間隔*/
.icon:before {
  top: 20px;
}
.icon:after {
  top: -20px;
}
/*チェックボックス非表示*/
.nav-toggle {
    display: none;
}
/*アイコンをクリックしたら*/
.nav-toggle:checked ~ .btn-burger .icon {
    background: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
    transform: rotate(-45deg);
    top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
    transform: rotate(45deg);
    top: 0;
}
.icon,
.icon:before,
.icon:after {
    transition: all .8s;
}
/*表示されるメニューの中身*/
.nav {
    background-color: #5c55e7;

}
.g_naviLinks a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.g_naviLinks {
    list-style: none;
    display: none;
    margin: 0;
    padding-left: 20px;
}
.g_naviLinks li {
    margin: 0;
    padding: 10px;
}
.nav-toggle:checked ~ .nav .g_naviLinks {
    display: block;
}




}


@media screen and (max-width:520px) {

  div.header_left img {
    width: 30%;
  }
}

/*============================
Top
============================*/

div.keyvisual {
  margin: 0 calc((100% - 100vw) / 2);
  background: linear-gradient(180deg, #eef6f9 0%, #eef6f9 56%, #0090c4 56%, #0090c4 100%);
}

div.keyvisual_bace {
  max-width: 1200px;
  margin: 0 auto;
  padding: 130px 20px 40px;
}

div.keyvisual_innner {
  display: flex;
}

div.keyvisual_left {
  max-width: 39.66%;
  margin-right: 40px;
}

div.keyvisual_right {
  max-width: 65.52%;
  margin-top: 10px;
}

div.keyvisual_right img.kv_img_sp {
  display: none;
}

@media screen and (max-width:520px) {
  div.keyvisual {
    margin: 0 calc((100% - 100vw) / 2);
    /*background: linear-gradient(180deg,#eef6f9 0%,#eef6f9 59%,#0090c4 59%,#0090c4 100%);*/
    background: #eef6f9;
  }

  div.keyvisual_innner {
    display: block;
  }

  div.keyvisual_bace {
    padding-top: 80px;
  }

  div.keyvisual_left {
    max-width: 70%;
    margin: 0 auto;
  }

  div.keyvisual_right {
    max-width: 100%;
    margin: 0 auto 20px;
  }

  div.keyvisual_right p.kv_text {
    /*color: #fff;*/
  }

  div.keyvisual_right img.kv_img_pc {
    display: none;
  }

  div.keyvisual_right img.kv_img_sp {
    display: block;
  }
}


/*============================
Service
============================*/

div.service {
  width: 100%;
}

div.service_innner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

ul.service_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

li.service_list_item:after {
  content:"";
  display:block;
  width: 31.03%;
  height: 0;
}

li.service_list_item {
  width: 20%;
  margin-bottom: 3.45%;
  padding: 2.16% 1.15%;
  border: solid 5px #ffc62b;
  border-radius: 5px;
}

li.service_list_item img {
  max-height: 120px;
}

li.service_list_item:nth-child(3n) {
  margin-right: 0;
}

li.service_list_item:nth-child(n + 7) {
  /*margin-bottom: 0;*/
}

li.service_list_item img {
  margin-bottom: 15px;
}

li.service_list_item span {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 128.57%;
  line-height: 127.77%;
  font-weight: bold;
}


@media screen and (min-width:521px) and (max-width:960px) {

}

@media screen and (max-width:520px) {
  li.service_list_item {
    width: 43.97%;
    margin-right: 3.45%;
    margin-bottom: 3.45%;
    padding: 2.16% 1.15%;
    border: solid 3px #ffc62b;
    border-radius: 5px;
  }

  li.service_list_item:nth-child(even) {
    margin-right: 0;
  }

  li.service_list_item img {
    max-height: 80px;
  }

}


/*============================
Type
============================*/

div.type_innner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

div.type_box:after {
  content:"";
  display:block;
  width: 31.03%;
  height: 0;
}

div.type_box {
  width: 23%;
  margin-bottom: 60px;
  text-align: center;
}

div.type_box:nth-child(3n) {
  margin-right: 0;
}

div.type_box img {
  margin-bottom: 20px;
  box-shadow: 10px 10px 0px 0 rgb(219, 236, 241);
}

div.type_box h3 {
  margin-bottom: 10px;
  font-size: 240%;
  line-height: 120.83%;
  font-weight: bold;
  color: #ea5514;
}

div.type_box .content {
  font-size: 14px;
  height: 96px;
}

div.type_box .c_body {
  margin-top: 10px;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}

/*--------------------
modal
--------------------*/

#container {
  overflow: hidden;
}

#wrap {
  width: 100%;
  margin: 0 auto;
}

.bx-wrapper {
  width: 100%;
  margin: 0 auto;
}

.bx-viewport {
  overflow: visible !important;
}

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.modal_bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
}

.modal_content {
  overflow: auto;
  overflow: scroll;
  background: #fff;
  left: 50%;
  top: 50%;
  padding: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transform: translate(-50%,-50%);
  width: 60%;
  max-width: 700px;
  height: 60%;
  text-align: center;
}

.modal_content p {
  margin-bottom: 30px;
}

p.js-modal-close {
  margin-bottom: 0;
}

p.js-modal-close a {
  padding: 12px 20px 10px;
  background-color: #0c99cc;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}


/*============================
Price
============================*/

div.price_innner {
  max-width: 82.76%;
  margin: 0 auto;
}

div.specialPrice_box {
  margin-bottom: 60px;
  border-radius: 5px;
  border: solid 5px #ea5514;
}

h3.price_title {
  padding: 13px 0 10px;
  font-size: 240%;
  line-height: 120.83%;
  font-weight: bold;
  text-align: center;
}

h3.price_title span {
  font-size: 66.66%;
}

h3.bg-orange {
  color: #fff;
  background-color: #ea5514;
}

h3.bg-yellow {
  color: #333;
  background-color: #ffc62b;
}

h3.bg-blue {
  color: #fff;
  background-color: #0c99cc;
}

h3.bg-green {
  color: #fff;
  background-color: #038a60;
}

dl.plan_list + h3 {
  margin-top: 20px;
}

div.price_card {
  display: flex;
  justify-content: space-between;
  padding: 25px 25px 15px;
}

div.price_card div + div {
  position: relative;
}

div.price_card div + div:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 31px;
  height: 70px;
  left: -6.11%;
  top: 22.22%;
  background-image: url('/business_campingcar/img/flow_arrow01.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

div.regular,
div.discount {
  width: 43.75%;
  text-align: center;
  padding: 2.08%;
}

div.regular h4,
div.discount h4 {
  margin-bottom: 10px;
  font-size: 200%;
  line-height: 125%;
}

div.discount h4 {
  font-weight: bold;
  color: #cc0c66;
}

div.price_card p {
  font-size: 240%;
  line-height: 141.66%;
}

p span.price,
dd span.price {
  font-size: 133.33%;
  line-height: 131.25%;
}

div.regular p {
  color: #808080;
}

div.discount p {
  font-weight: bold;
}

div.discount p span.price,
dl.plan_list dd span.price {
  background-color: #ffff00;
}

dl.plan_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 200%;
  text-align: center;
  border-bottom: solid 2px #ccc;
}

dl.plan_list span.font14 {
  font-size: 70%;
}

dl.plan_list .font24 {
  font-size: 120%;
}

dl.plan_list dt,
dl.plan_list dd {
  width: 29.17%;
  padding: 2.08%;
  display: table-cell;
  vertical-align: middle;
}

dl.plan_list dd + dd {
  position: relative;
}

dl.plan_list dd + dd:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12.22%;
  height: 27.78%;
  left: -3.06%;
  top: 33.33%;
  background-image: url('/business_campingcar/img/flow_arrow01.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.line-through {
  text-decoration: line-through;
  color: #808080;
}

@media screen and (max-width:520px) {
    div.price_card {
      display: block;
      padding: 25px 25px 15px;
    }

    div.regular {
      display: none;
    }

    div.discount {
      width: auto;
      text-align: center;
      padding: 1.04%;
    }

    div.price_card div + div:before {
      background-image: none;
    }

    dl.plan_list {
      display: block;
      width: auto;
      font-size: 200%;
      text-align: center;
      border-bottom: solid 2px #ccc;
    }
    dl.plan_list dt,
    dl.plan_list dd {
      width: auto;
      padding: 2.08%;
      display:block;
    }
    dl.plan_list dt + dd {
      border-top: 1px dotted #ccc;
      /*border-bottom: 1px dotted #333;*/
    }

    dl.plan_list dd + dd:before {
      background-image: none;
    }

}

/*============================
Use
============================*/

div.use_innner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

ul.use_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

li.use_list_item:after {
  content: "";
  display: block;
  width: 18.87%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 7.5px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #f9f4e5;
  border-bottom: 0;
  border-left: 0;
  margin-left: -7.5px;
  margin-bottom: -15px;
}

li.use_list_item {
  position: relative;
  width: 18.87%;
  margin-right: 3.45%;
  margin-bottom: 3.45%;
  padding: 1.72% 1.72% 1.29%;
  background-color: #f9f4e5;
}

li.use_list_item:nth-child(4n) {
  margin-right: 0;
}

li.use_list_item span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 128.57%;
  line-height: 127.77%;
  font-weight: bold;
}

.image_box{
display: flex;
justify-content: space-between;
}

.image_box .box_case_card {
  width: 32%;
  margin: 20px 0 30px;
  max-width: 360px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0, 0.2);
}

.image_box .box_case_card p {
  width: 100%;
  min-width: 31.03%;
  font-size: 12px;
}

.image_box .box_case_card img {
  width: 100%;
  margin-bottom: 5px;
  aspect-ratio: 110 / 61;
}

.image_box .box_case_card h3 {
  margin-bottom: 5px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 1.25;
  height: 35px;
  font-weight: bold;
}

@media screen and (min-width:521px) and (max-width:960px) {
    li.use_list_item:after {
      content: "";
      display: block;
      width: 27.08%;
      height: 0;
      position: absolute;
      bottom: 0;
      left: 7.5px;
      width: 0;
      height: 0;
      border: 15px solid transparent;
      border-top-color: #f9f4e5;
      border-bottom: 0;
      border-left: 0;
      margin-left: -7.5px;
      margin-bottom: -15px;
    }

    li.use_list_item {
      position: relative;
      width: 28.26%;
      margin-right: 2.17%;
      margin-bottom: 3.45%;
      /*padding: 1.72% 2.08% 1.29%;*/
    }

    li.use_list_item:nth-child(3n) {
      margin-right: 0;
    }

    li.use_list_item:nth-child(4n) {
      margin-right: 2.17%;
    }
  }

@media screen and (max-width:520px) {

  div.type_box img {
    margin-bottom: 15px;
    box-shadow: 10px 10px 0px 0 rgb(219, 236, 241);
  }

  div.type_box h3 {
    margin-bottom: 10px;
    font-size: 4.5vw;
    line-height: 120.83%;
    font-weight: bold;
    color: #ea5514;
    text-align: center;
  }

  div.type_box .content {
    font-size: 2.8vw;
    height: 18.5vw;
    text-align: center;
  }

  div.type_box .c_body {
    margin-top: 10px;
    font-size: 3.5vw;
    text-align: left;
    line-height: 1.5;
  }

  .image_box{
  display: flex;
  justify-content: space-between;
  }

  .image_box .box_case_card {
    width: 33%;
    margin: 20px 0px 0;
    max-width: 360px;
    text-align: center;
    background-color: #fff0;
    box-shadow: 0 0 0px rgba(0,0,0, 0.2);
  }

  .image_box .box_case_card p {
    display: none;
    margin: 0;
  }

  .image_box .box_case_card img {
    width: 100%;
    margin: 0;
  }

  .image_box .box_case_card h3 {
    display: none;
    margin: 0;
  }

  .i_mintoku{
    padding: 11px 2px;
    border: 1px solid #e2e2e2;
  }

  .i_crc{
    padding: 13px 2px;
    border: 1px solid #e2e2e2;
  }

  div.type_box {
    width: 47%;
    margin-bottom: 20px;
    text-align: right;
  }

    li.use_list_item:after {
      content: "";
      display: block;
      width: 43.97%;
      height: 0;
      position: absolute;
      bottom: 0;
      left: 7.5px;
      width: 0;
      height: 0;
      border: 15px solid transparent;
      border-top-color: #f9f4e5;
      border-bottom: 0;
      border-left: 0;
      margin-left: -7.5px;
      margin-bottom: -15px;
    }

    li.use_list_item {
      position: relative;
      width: 43.97%;
      margin-right: 3.45%;
      margin-bottom: 6.9%;
      padding: 1.72% 2.08% 1.29%;
    }

    li.use_list_item:nth-child(even) {
      margin-right: 0;
    }
  }

/*============================
Case
============================*/

div.case_bace {
  height: auto;
  margin: 0 calc((100% - 100vw) / 2);
  background-color: #0c99cc;
  overflow: hidden;
}

div.case_bace h2 span {
  color: #fff;
}

div.case_innner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

div.case_card {
  width: 30%;
  max-width: 360px;
  margin-right: 40px;
  margin-bottom: 60px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0, 0.2);
}

div.case_card p {
  width: 100%;
  min-width: 31.03%;
}

div.case_card img {
  width: 100%;
  margin-bottom: 15px;
  aspect-ratio: 110 / 61;
}

div.case_card h3 {
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 200%;
  line-height: 125%;
  font-weight: bold;
}

/*============================
Option
============================*/

div.option_innner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

div.option_item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

div.option_box {
  display: flex;
  justify-content: space-between;
  width: 31.03%;
  margin-right: 3.45%;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

div.option_box:nth-child(3n) {
  margin-right: 0;
}

div.option_box p.text {
  width: 55.56%;
  margin-right: 5.56%;
}

div.option_box p.image {
  width: 44.44%;
  margin-top: 0;
  margin-bottom: 15px;
}

@media screen and (min-width:521px) and (max-width:960px) {
    div.option_item {
      width: 100%;
    }

    div.option_box {
      display: flex;
      width: 46.55%;
      margin-right: 3.45%;
      margin-bottom: 20px;
      border-bottom: solid 1px #ccc;
    }

    div.option_box:nth-child(even)  {
      margin-right: 0;
    }

    div.option_box p.text {
      width: auto;
      margin-right: 0;
    }

    div.option_box p.image {
      width: auto;
      margin-top: 15px;
      margin-bottom: 15px;
    }

    div.option_box:nth-child(even) {
      margin-right: 0;
    }

    div.option_box:nth-child(3) {
      margin-right: 3.45%;
    }
  }

@media screen and (max-width:520px) {
    div.option_item {
      width: 100%;
    }

    div.option_box {
      display: block;
      width: 47.55%;
      margin-right: 3.45%;
    }

    div.option_box p.text {
      width: auto;
      margin-right: 0;
    }

    div.option_box p.image {
      width: auto;
      margin-top: 15px;
      margin-bottom: 15px;
    }

    div.option_box:nth-child(even) {
      margin-right: 0;
    }

    div.option_box:nth-child(3) {
      margin-right: 3.45%;
    }
  }


/*============================
Flow
============================*/

div.flow_bace {
  margin: 0 calc((100% - 100vw) / 2);
  padding-bottom: 35px;
  background-color: #f9f4e5;
}

div.flow_bace h3 {
  margin-bottom: 25px;
  font-size: 200%;
  line-height: 150%;
  font-weight: bold;
}

div.flow_innner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

div.flow_card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

div.flow_card p.label-blue,
div.flow_card h3 {
  text-align: center;
}

div.flow_card div + div {
  position: relative;
}

div.flow_card div + div:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6.11%;
  height: 13.89%;
  left: -11%;
  top: 43.1%;
  background-image: url('/business_campingcar/img/flow_arrow01.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

div.flow_card_item:after {
  content:"";
  display:block;
  width: 18.97%;
  height: 0;
}

div.flow_card_item {
  width: 18.97%;
  padding: 20px;
  background-color: #fff;
}

p.label-yellow,
p.label-blue {
  max-width: 160px;
  padding: 3px 0 2px;
  font-weight: bold;
  border-radius: 3px;
}

p.label-yellow {
  margin: 0 auto 10px;
  background-color: #ffc62b;
}

p.label-blue {
  margin: 0 auto 30px;
  color: #175063;
  background-color: #c0dbe4;
}

#Flow button.button_contact {
  margin-bottom: 15px;
}

@media screen and (max-width:960px) {

    div.flow_bace h3 {
      margin-bottom: 10px;
    }

    p.label-blue {
      margin: 0 auto 15px;
    }

    div.flow_card {
      display: block;
    }

    div.flow_card div + div:before {
      background-image: none;
    }

    div.flow_card_item:after {
      width: 82.81%;
    }

    div.flow_card_item {
      width: 82.81%;
      margin: 0 auto;
      margin-bottom: 20px;
      text-align: center;
    }
  }


/*============================
Qa
============================*/

div.qa_bace {
  max-width: 82.76%;
  margin: 0 auto;
}

dt.qa_title {
  position: relative;
  font-size: 128.57%;
  cursor: pointer;
}

dt.qa_title:before {
  display: block;
  position: absolute;
  margin-right: 20px;
  padding: 10px 13px;
  content: 'Q';
  font-weight: bold;
  /*left: -60px;*/
  color: #ea5514;
  background-color: #ededed;
  z-index:-1;
}

dt.qa_title span {
  display: inline-block;
  padding: 10px 0 0 60px;
  text-decoration: underline;
  font-weight: bold;
}

dl.qa dd + dt {
  margin-top: 40px;
}

dd.qa_content {
  display:none;
  padding: 20px 0 0 60px;
}

/*============================
Contact
============================*/
.contact_innner {
  width: 74.14%;
  margin: 0 auto;
}

div.form {
  width: 100%;
  margin-top: 40px;
}

.form_item {
  display: flex;
  padding: 25px 20px;
  border-bottom: solid 1px #ccc;
  align-items: center;
}

.form_item_label {
  width: 27.91%;
  margin-right: 4.65%;
  font-weight: bold;
}

span.form_item_label_required {
  display: inline-block;
  margin-left: 15px;
  padding: 3px 15px 2px;
  background: #f8de92;
  border-radius: 5px;
  color: #ea5514;
  text-align: center;
}

span.form_item_label_optional {
  display: inline-block;
  margin-left: 15px;
  padding: 3px 15px 2px;
  background: #c0dbe4;
  border-radius: 5px;
  color: #004d89;
  text-align: center;
}

.form_item_input {
  flex: 1;
  width: 67.44%;
  padding: 15px;
  border: solid 2px #ededed;
  border-radius: 5px;
}

p.form_item_input {
  margin-top: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

input, select, textarea {
  font-weight: bold;
  color: #333;
}

::placeholder {
  font-weight: normal;
  color: #b0b0b0;
}

.form_item_textarea {
  flex: 1;
  width: 67.44%;
  min-height: 230px;
  padding: 15px;
  border: solid 2px #ededed;
  border-radius: 5px;
}

input.button_check,
input.button_submit,
input.button_home {
  display: block;
  min-width: 27.59%;
  margin: 40px auto 0;
  padding: 15px 20px 10px;
  font-size: 180%;
  line-height: 127.77%;
  font-weight: bold;
  border: none;
  border-radius: 100vh;
  color: #fff;
  background-color: #ea5514;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 3px 0 0 rgb(0,0,0, 0.1);
}

input.button_check[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
  background-position: initial;
}


@media screen and (max-width:520px) {
    .contact_innner {
      width: 93.1%;
      margin: 0 auto;
    }
    li.f_siteBanners_item {
      margin-right: 0!important;
    }
    .f_siteBanners{
      justify-content: space-between;
    }
  }


/*============================
footer
============================*/

ul.f_siteBanners {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

li.f_siteBanners_item:after {
  content:"";
  display:block;
  width: 17.24%;
  height: 0;
}

li.f_siteBanners_item {
  position: relative;
  width: 17.24%;
  margin-right: 3.45%;
  margin-bottom: 20px;
}

li.f_siteBanners_item:hover {
  transition: 0.2s ;
  opacity: 0.5;
}

li.f_siteBanners_item:last-child {
  margin-right: -40px;
}

div.footer_bace {
  margin: 0 calc((100% - 100vw) / 2);
  background-color: #222222;
  text-align: center;
}

div.footer_innner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

ul.f_siteLinks {
  display: flex;
  padding: 10px 0 ;
  justify-content: center;
}

ul.f_siteLinks li {
  padding: 3px 20px ;
}

ul.f_siteLinks li + li {
  border-left: 1px solid #666666;
}

li.f_siteLinks_item a {
  color: #fff;
}

p.copyright {
  margin: 10px 0;
  text-align: center;
  color: #666666;
}

.main_type_inner{
  display: block;
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

.main_type_inner h2{
  margin-bottom: 10px;
    font-size: 300%;
    line-height: 120.83%;
    font-weight: bold;
    color: #ea5514;
}

.main_type_box{
  display: flex;
  width: 85%;
  justify-content: center;
  margin:40px auto;
}

.main_type_cell_left{
  width: 61%;
  position: relative;
}

.main_type_l_img{
  width: 90%;
    margin: 0 auto;
    display: block;
    padding-top: 70px;
}

.main_type_abs{
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0 10%;
}

.main_type_abs h3{
  margin-bottom: 20px;
  font-size: 180%;
  line-height: 120.83%;
  font-weight: bold;
  color: #ea5514;
}

.main_type_abs p{
  font-size: 120%;
  margin: 0 0 5px 0;
}

.main_type_cell_right{
  width: 31%;
  position: relative;
}

.main_type_cell_r_box{
  position: absolute;
  bottom: 5%;
}

.main_type_r_img{
  width: 90%;
  padding-bottom: 10px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width:520px) {

    ul.f_siteLinks {
      display: block;
    }

    ul.f_siteLinks li {
      padding: 8px 20px ;
      border-bottom: 1px solid #666666;
    }

    ul.f_siteLinks li:last-child {
      border-bottom: none;
    }

    ul.f_siteLinks li + li {
      border-left: none;
    }
    li.f_siteBanners_item:after {
      content:"";
      display:block;
      width: 31.03%;
      height: 0;
    }

    li.f_siteBanners_item {
      position: relative;
      width: 31.03%;
      /*margin-right: 3.45%;*/
      margin-bottom: 10px;
    }

    li.f_siteBanners_item:nth-child(3n) {
      margin-right: 0;
    }

    .main_type_inner{
      display: block;
      max-width: 1200px;
      margin: 0 20px 5%;
      padding: 10px;
      border: 1px solid rgb(157, 233, 255);
      border-radius: 15px;
    }

    .main_type_inner h2{
      font-size: 200%;
      line-height: 116.23%;
      margin-bottom: 5%;
      font-weight: bold;
      color: #ea5514;
      word-break: keep-all;
    }

    .main_type_box{
      display: block;
      width: 100%;
      margin:5% auto 0;
    }

    .main_type_cell_left{
      display: flex;
      justify-content: space-between;
      width: 100%;
      position: relative;
    }

    .main_type_l_img{
      width: 48%;
        margin: 0;
        display: block;
        padding-top: 0px;
    }

    .main_type_abs{
      width: 48%;
      position: relative;
      text-align: center;
      padding: 0;
    }

    .main_type_abs h3{
      margin-bottom: 8%;
      font-size: 180%;
      line-height: 120.83%;
      font-weight: bold;
      color: #ea5514;
    }

    .main_type_abs p{
      font-size: 120%;
      margin: 0 0 2% 0;
    }

    .main_type_cell_right{
      display: block;
      width: 100%;
      position: relative;
    }

    .main_type_cell_r_box{
      display: flex;
      justify-content: space-between;
      position: relative;
      margin: 2% 0;
    }

    .main_type_r_img{
      width: 48%;
      padding-bottom: 0px;
      margin: 0;
      display: block;
    }


  }
