@charset "utf-8";
/* ======================================================
 * flatote.css
 * ------------------------------------------------------
 * Common
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */
/* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
/* ----- font ----- */
/* Noto Sans */
.invehicle-hero-layout, .invehicle-main-layout, .invehicle-spec-layout, .invehicle-banner-layout {
  font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ----- 購入ボタン ----- */
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 100px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 88px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button_link {
    display: inline-block;
    padding: 5px 26px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde !important;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .ec-button_link:hover {
    background-color: #daebfc;
  }
  .table-ec-button {
    display: inline-block;
    margin-left: 10px;
    max-width: 250px;
    min-width: 88px;
  }
  .table-ec-button_link {
    display: inline-block;
    padding: 5px 25px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .table-ec-button_link:hover {
    opacity: 1;
    background-color: #daebfc;
  }
  /* ----- モーダル ----- */
  /* ----- invehicle-modal-container ----- */
  .invehicle-modal-container {
    display: none;
  }
  /* ----- invehicle-modal-content ----- */
  .invehicle-modal-content {
    position: relative;
    margin: 0;
    padding: 9% 50px 9%;
    background: #ffffff;
  }
  /* ----- invehicle-modal-image ----- */
  .invehicle-modal-content .invehicle-modal-image {
    text-align: center;
  }
  /* ----- invehicle-gallery (modal) ----- */
  #cboxOverlay.invehicle-gallery {
    background: #000000;
  }
  #colorbox.invehicle-gallery #cboxContent {
    background: #fff
  }
  #colorbox.invehicle-gallery #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.invehicle-gallery #cboxClose {
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    background: url(/sp/invehicle/img/btn-close.png) no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
  }
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /*---invehicle-lead---*/
  .invehicle-lead {
    margin: 0;
    padding-left: 10px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #274250;
    text-align: center;
    line-height: 1.5;
  }
  /*---invehicle-column---*/
  .invehicle-column {
    display: flex;
    margin-top: 24px;
    max-width: 100%;
  }
  .invehicle-column_item {
    max-width: 100%;
  }
  [data-col-pc="2"] > .invehicle-column_item {
    width: calc((100% - 3%) / 2);
    margin-left: 3%;
  }
  [data-col-pc="3"] > .invehicle-column_item {
    width: calc((100% - 2%) / 3);
    margin-left: 2%;
  }
  [data-col-pc="2"] > .invehicle-column_item:nth-of-type(2n+1),
  [data-col-pc="3"] > .invehicle-column_item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  /*---invehicle-box---*/
  .invehicle-box {
    margin-top: 30px;
    background-color: #fff6c0;
  }
  .invehicle-box_head {
    padding: 25px 30px 0;
  }
  .invehicle-box_body {
    padding: 31px 30px 30px;
  }
  .invehicle-box_title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .invehicle-box_column {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .invehicle-box_column_item {
    width: 100%;
  }
  [data-col-pc="2"] > .invehicle-box_column_item {
    width: calc((100% - 3%) / 2);
    margin-left: 3%;
  }
  [data-col-pc="3"] > .invehicle-box_column_item {
    width: calc((100% - 4%) / 3);
    margin-left: 2%;
  }
  [data-col-pc="4"] > .invehicle-box_column_item {
    width: calc(((100% - 7.5%) / 4) - 0.1px);
    margin-left: 2.5%;
  }
  [data-col-pc="2"] > .invehicle-box_column_item:nth-of-type(2n+1),
  [data-col-pc="3"] > .invehicle-box_column_item:nth-of-type(3n+1),
  [data-col-pc="4"] > .invehicle-box_column_item:nth-of-type(4n+1){
    margin-left: 0;
  }
  .invehicle-box_column_item_media {
    margin-top: 12px;
  }
  .invehicle-box_column_item_media_image02 {
    margin-top: 12px;
  }
  .invehicle-box_column_item_media_image02 > img {
    width: 100%;
  }
  .invehicle-box_column_item_title {
    padding-bottom: 6px;
    border-bottom: 1px solid #999;
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .invehicle-box_column_item_media_image01 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    text-align: center;
  }
  .invehicle-box_column_item_media_image01 > img {
    width: 58.445%;
  }
  /*---invehicle-box-v2---*/
  .invehicle-box-v2 {
    margin-top: 40px;
    padding: 30px 40px 28px;
    background-color: #f4f4f4;
  }
  .invehicle-box-v2_head {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  .invehicle-box-v2_modal {
    margin-right: 32px;
    width: 38.17%;
    flex-shrink: 0;
  }
  .invehicle-box-v2_modal_link {
    position: relative;
    display: block;
  }
  .invehicle-box-v2_modal_link::before {
    position: absolute;
    background-color: #274250;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    bottom: 6px;
    right: 12px;
    z-index: 1;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
    content: "";
  }
  .invehicle-box-v2_modal_link::after {
    position: absolute;
    background: url(/sp/invehicle/img/index_ic_01.png) no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    bottom: 15px;
    right: 21px;
    z-index: 2;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
    content: "";
  }
  .invehicle-box-v2_modal_link:hover::before,
  .invehicle-box-v2_modal_link:hover::after {
    opacity: .7;
  }
  .invehicle-box-v2_contact {
    width: 100%;
  }
  .invehicle-box-v2_body {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid #999;
    width: 100%;
  }
  .invehicle-box-v2_lead {
    font-size: 2.4rem;
    font-weight: bold;
    color: #274250;
    line-height: 1;
  }
  .invehicle-box-v2_text {
    margin-top: 26px;
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: メイリオ,Meiryo;
  }
  .invehicle-box-v2_column {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  .invehicle-box-v2_column {
    margin-top: 22px;
  }
  .invehicle-box-v2_column_item {
    width: 36.404%;
  }
  .invehicle-box-v2_column_item:first-child {
    margin-right: 30px;
  }
  .invehicle-box-v2_caption {
    margin-top: 6px;
    font-size: 1.4rem;
    font-family: メイリオ,Meiryo;
  }
  .invehicle-box-v2_media {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 36px;
    width: 100%;
  }
  .invehicle-box-v2_media_lead {
    font-size: 2.4rem;
    font-weight: bold;
    color: #274250;
    line-height: 1;
  }
  .invehicle-box-v2_media_text {
    margin-top: 17px;
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: メイリオ,Meiryo;
  }
  .invehicle-box-v2_banner,
  .invehicle-box-v2_media {
    width: calc((100% - 36px) / 2);
  }
  .invehicle-box-v2_media_head {
    flex-shrink: 0;
    margin-top: -4px;
    margin-right: 24px;
    width: 44.283%;
  }
  .invehicle-box-v2_banner_link {
    display: block;
  }
  .invehicle-box-v2_banner_link > img {
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }
  .invehicle-box-v2_banner_link:hover > img {
    opacity: .7;
  }
  
  /*---invehicle-media---*/
  .invehicle-media-wrap {
    margin-top: 60px;
  }
  .invehicle-media {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 50px;
    background-color: #eaf2f6;
    width: 100%;
  }
  .invehicle-media[data-invehicle-media-pc="image-right"] {
    flex-direction: row-reverse;
  }
  .invehicle-media_head {
    width: 48.501%;
    flex-shrink: 0;
  }
  .invehicle-media_body {
    width: 100%;
    text-align: center;
  }
  .invehicle-media_lead {
    display: inline-block;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1;
  }
  .invehicle-media_lead_marker {
    background: linear-gradient(transparent 78%, #ffe73f 78%, #ffe73f 95%, transparent 95%);
  }
  .invehicle-media_text {
    display: inline-block;
    margin-top: 22px;
    font-size: 1.8rem;
    line-height: 1.555;
  }
  .invehicle-media_note {
    position: relative;
    display: inline-block;
    margin-top: 7px;
    padding-left: 15px;
    font-size: 1.4rem;
  }
  .invehicle-media_note_mark {
    position: absolute;
    left: 0;
    top: 0;
  }
  /*---invehicle-heading02---*/
  .invehicle-heading02 {
    margin-top: 80px;
    padding: 5px 10px 9px;
    background-color: #274250;
    width: 100%;
    text-align: center;
  }
  .invehicle-heading02_title {
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
  }
  .invehicle-heading02 + * {
    margin-top: 30px!important;
  }
  /*---invehicle-image---*/
  .invehicle-image {
    margin-top: 40px;
  }
  /*---invehicle-hero-layout---*/
  .invehicle-hero-layout {
    position: relative;
  }
  .invehicle-hero_visual {
    position: relative;
  }
  .invehicle-hero_titlearea {
    position: absolute;
  }
  .invehicle-hero_titlearea {
    top: 29.5%;
    right: 3.2%;
  }
  .invehicle-hero_lead {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: right;
    line-height: 1.86;
  }
  .invehicle-hero_lead_marker {
    background: linear-gradient(transparent 70%, #ffe73f 70%, #ffe73f 90%, transparent 90%);
  }
  .invehicle-hero_title {
    position: relative;
    margin-top: 3.1%;
    font-size: 6.0rem;
    line-height: 1.17;
    font-weight: 400;
  }
  .invehicle-hero_title:after {
    position: absolute;
    content: "";
    width: 98%;
    height: 3px;
    background-color: #333;
    bottom: -13%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .invehicle-hero_logoarea {
    padding: 24px;
    width: 100%;
    background-color: #274250;
    text-align: center;
  }
  .invehicle-hero_logoarea_image {
    margin: 0 auto;
    width: 386px;
  }
  .invehicle-hero_infoarea {
    margin-top: 11px;
  }
  .invehicle-hero_date {
    color: #333;
    font-size: 1.8rem;
    text-align: right;
    font-weight: bold;
  }
  /*---invehicle-main-layout---*/
  .invehicle-main-layout {
    margin: 40px 0 0;
  }
  
  
  
  
  

  /*---invehicle-banner-layout---*/
  .invehicle-banner-layout { 
    margin-top: 44px;
  }
  .invehicle-banner_inner:hover {
    opacity: .7;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}
/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .invehicle-hero_lead {
    font-size: calc( 28 * 100vw / 1280);
  }
  .invehicle-hero_title {
    font-size: calc( 60 * 100vw / 1280);
  }
}
/***
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
***/
/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 80px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 70px;
    right: 0;
    top: 0;
  }
  .ec-button {
    margin-top: 17px;
    text-align: center;
  }
  .ec-button_link {
    display: inline-block;
    padding: 2px 19px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 5px;
    color: #418fde !important;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .table-ec-button {
    display: inline-block;
    max-width: 120px;
    min-width: 65px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 0;
  }
  .table-ec-button_link {
    display: inline-block;
    border: 2px solid #418fde;
    border-radius: 5px;
    padding: 3px 15px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /*---invehicle-lead---*/
  .invehicle-lead {
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #274250;
    text-align: center;
    line-height: 1.75;
  }
  /*---invehicle-column---*/
  .invehicle-column[data-col-sp="1"] {
    margin-top: 20px;
  }
  .invehicle-column_item + .invehicle-column_item{
    margin-top: 20px;
  }
  .invehicle-column_item_head {
    background-color: #70655a;
  }
  .invehicle-column_item_title {
    padding: 4px 0;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
  }
  /*---invehicle-box---*/
  .invehicle-box {
    margin-top: 25px;
    background-color: #fff6c0;
  }
  .invehicle-box_head {
    padding: 12px 15px 0;
  }
  .invehicle-box_body {
    padding: 20px 15px 15px;
  }
  .invehicle-box_title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .invehicle-box_column[data-col-sp="1"] {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .invehicle-box_column_item {
    width: 100%;
  }
  .invehicle-box_column_item + .invehicle-box_column_item {
    margin-top: 20px;
  }
  .invehicle-box_column_item_media {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 15px;
  }
  .invehicle-box_column_item_media_image02 {
    width: 52.39%;
    flex-shrink: 0;
  }
  .invehicle-box_column_item_media_image02 > img {
    width: 100%;
  }
  .invehicle-box_column_item_title {
    padding-bottom: 3px;
    border-bottom: 1px solid #999;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  .invehicle-box_column_item_media_image01 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .invehicle-box_column_item_media_image01 > img {
    width: 64.68%;
  }
  /*---invehicle-box-v2---*/
  .invehicle-box-v2 {
    margin-top: 25px;
    padding: 23px 15px 15px;
    background-color: #f4f4f4;
  }
  .invehicle-box-v2_head {
    width: 100%;
  }
  .invehicle-box-v2_modal {
    padding-left: 10px;
  }
  .invehicle-box-v2_modal_link {
    margin: 0 auto;
    width: 80.333%;
  }
  .invehicle-box-v2_modal_link {
    position: relative;
    display: block;
  }
  .invehicle-box-v2_modal_link::before {
    position: absolute;
    background-color: #274250;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    content: "";
  }
  .invehicle-box-v2_modal_link::after {
    position: absolute;
    background: url(/sp/invehicle/img/index_ic_01.png) no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    bottom: 20px;
    right: 21px;
    z-index: 2;
    content: "";
  }
  .invehicle-box-v2_contact {
    margin-top: 12px;
    width: 100%;
  }
  .invehicle-box-v2_body {
    margin-top: 14px;
    padding-top: 15px;
    border-top: 1px solid #999;
    width: 100%;
  }
  .invehicle-box-v2_lead {
    font-size: 1.6rem;
    font-weight: bold;
    color: #274250;
    text-align: center;
  }
  .invehicle-box-v2_text {
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .invehicle-box-v2_column {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  .invehicle-box-v2_column {
    margin-top: 15px;
  }
  .invehicle-box-v2_column_item {
    width: calc((100% - 15px) / 2);
  }
  .invehicle-box-v2_column_item:first-child {
    margin-right: 15px;
  }
  .invehicle-box-v2_caption {
    margin-top: 6px;
    font-size: 1.3rem;
  }
  .invehicle-box-v2_media {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 36px;
    width: 100%;
  }
  .invehicle-box-v2_media_lead {
    font-size: 1.6rem;
    font-weight: bold;
    color: #274250;
    line-height: 1;
  }
  .invehicle-box-v2_media_text {
    margin-top: 9px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .invehicle-box-v2_banner,
  .invehicle-box-v2_media {
    width: 100%;;
  }
  .invehicle-box-v2_media_head {
    flex-shrink: 0;
    margin-right: 16px;
    width: 31.75%;
  }
  .invehicle-box-v2_banner {
    margin-top: 16px;
  }
  .invehicle-box-v2_banner_link {
    display: block;
  }
  /*---invehicle-media---*/
  .invehicle-media-wrap {
    margin-top: 30px;
  }
  .invehicle-media-wrap:first-child {
    margin-top: 0!important;
  }
  .invehicle-media {
    margin-top: 20px;
    background-color: #eaf2f6;
    width: 100%;
  }
  .invehicle-media_head {
    width: 100%;
  }
  .invehicle-media_image > img {
    width: 100%;
  }
  .invehicle-media_body {
    padding: 22px 15px;
    width: 100%;
  }
  .invehicle-media_lead {
    display: inline-block;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1;
  }
  .invehicle-media_lead_marker {
    background: linear-gradient(transparent 78%, #ffe73f 78%, #ffe73f 95%, transparent 95%);
  }
  .invehicle-media_text {
    display: inline-block;
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.555;
  }
  .invehicle-media_note {
    position: relative;
    display: inline-block;
    margin-top: 9px;
    padding-left: 13px;
    font-size: 1.3rem;
  }
  .invehicle-media_note_mark {
    position: absolute;
    left: 0;
    top: 0;
  }
  /*---invehicle-heading02---*/
  .invehicle-heading02 {
    margin-top: 40px;
    padding: 5px 10px 9px;
    background-color: #274250;
    width: 100%;
    text-align: center;
  }
  .invehicle-heading02_title {
    font-size: 1.9rem;
    font-weight: bold;
    color: #fff;
  }
  .invehicle-heading02 + * {
    margin-top: 15px!important;
  }
  /*---invehicle-image---*/
  .invehicle-image {
    margin-top: 20px;
  }
  
  
  
  
  
  
  
  
  
  
  
  /*---invehicle-hero-layout---*/
  .invehicle-hero_visual {
    margin: 0 -15px;
  }
  .invehicle-hero_visual .invehicle-hero_visual_image > img {
    width: 100%;
  }
  .invehicle-hero_titlearea {
    padding: 14px 15px 20px;
    background-color: #eaf2f6;
    text-align: center;
  }
  .invehicle-hero_lead {
    font-size: 1.6rem;
    line-height: 1.88;
    text-align: center;
  }
  .invehicle-hero_lead_marker {
    background: linear-gradient(transparent 70%, #ffe73f 70%);
  }
  .invehicle-hero_title {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    padding-bottom: 8pt;
    font-size: 3.5rem;
    line-height: 1;
    text-align: center;
  }
  .invehicle-hero_title:after {
    position: absolute;
    content: "";
    width: 99%;
    height: 3px;
    background-color: #333;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .invehicle-hero_logoarea {
    margin: 0 -15px;
    padding: 15px;
    background-color: #274250;
    text-align: center;
  }
  .invehicle-hero_logoarea_image {
    margin: 0 auto;
    max-width: 224px;
  }
  .invehicle-hero_infoarea {
    margin-top: 10px;
  }
  .invehicle-hero_date {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  /*---invehicle-main-layout---*/
  .invehicle-main-layout {
    margin: 24px 0 0;
  }
  /*---invehicle-banner-layout---*/
  .invehicle-banner-layout { 
    margin-top: 26px;
  }
  
  /* ----- モーダル ----- */
  /* ----- invehicle-modal-container ----- */
  .invehicle-modal-container {
    display: none;
  }

  /* ----- invehicle-modal-content ----- */
  .invehicle-modal-content {
    position: relative;
    margin: 0;
    padding: 30px 25px 25px;
    background-color: #ffffff;
  }
  /* ----- invehicle-gallery (modal) ----- */
  #colorbox.invehicle-gallery #cboxContent {
    background: #fff;
    margin-top: 0;
  }
  #colorbox.invehicle-gallery #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.invehicle-gallery #cboxClose {
    position: absolute;
    top: 3px;
    right: 4px;
    display: block;
    background: url(/sp/invehicle/img/btn-close.png) no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-size: contain;
  }
  #cboxOverlay.invehicle-gallery {
    background: #000000;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}
/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 375px) {
}
***/
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 374px) {}
@media only screen and (max-width: 370px) {}
/***
@media only screen and (max-width: 320px) {
}



/* ======================================================
 * Print
====================================================== */
@media print {}