@font-face {
    font-family: 'corporate-logo';
    src: url('/basefiles/fonts/Corporate-Logo-Bold-ver3.otf') format('truetype');
    font-weight: normal; /* 元のファイルがMediumなのでnormal扱いでOK */
    font-style: normal;
    font-display: swap; /* 読み込み中に文字が消えるのを防ぐ設定 */
}

html {
    font-size: 62.5%
}

body {
    font-family: Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif
}

.nuble_field {
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 3.46667vw;
        line-height: 2.2
    }
}

@media screen and (min-width: 769px) {
    body {
        font-size: 1.4rem;
        line-height: 2.4;
    }
    .image_line{
	display: none;
    }
}

* {
    margin: 0;
    padding: 0
}

@media screen and (max-width: 768px) {
    main {
        padding-top: 14.93333vw
    }
    .image_line_display_on_pc{
        display: none;
    }
}

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

    .dp_date{
      display:flex;
      width: 100%;
      overflow-x: auto;           /* 横方向スクロール */
      overflow-y: hidden;         /* 縦方向スクロールを無効化 */
    }

    .dp_date .dp_date_cell{
      text-align: center;
      border-top: 1px solid black;
      border-left: 1px solid black;
      border-bottom: 1px solid black;
    }

    .dp_date .dp_date_cell:last-child {
      border-right: 1px solid black;
    }

    .dp_date_canvas{
      border-top: 1px solid #000;
      padding-top: 125%; /* 幅と同じ割合で高さを作る */
      position: relative;
      width: 65px;
      display: block;
    }

    .dp_desc{
      min-height: calc(1.8em * 3);
    }

    .dp_date_cell .dp_date_m{
      position: absolute;
      top: 8.5%; left: 7.5%; right: 0; bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(to bottom, #ffa584, #ff3d00);
      width: 65%;
      padding: 0 10%;
      height: 45px;
      color: #fff;
      border-radius: 6px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); /* 影で浮かせる */
    }

    .dp_date_cell .dp_date_m:hover{
      opacity: 0.7;
    }

    .dp_date_cell .dp_date_b{
      font-size: 60px;
      color: #800;
      position: absolute;
      top: -25%; left: 0; right: 0; bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .dp_date_cell .dp_date_time{
      position: absolute;
      top: 75%; left: 0; right: 0; bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .dp_date_cell .dp_text_h{
      color: #000;
      background-color: #fff;
    }

    .dp_date_cell .dp_text_d{
      color: #ffffff;
      background-color: #84c1ff;
    }

    .dp_date_cell .dp_text_n{
      color: #ffffff;
      background-color: #ff80c0;
    }

    .header {
        background: #fff;
        position: fixed;
        width: 100%;
        z-index: 1000
    }

    .header__container {
        align-items: center;
        display: flex;
        justify-content: space-between;
        height: 14.93333vw;
        margin: 0 3.46667vw
    }

    .top-menu-english--pc,
    .top-menu-chinese--pc,
    .top-menu-korea--pc,
    .top-menu-thailand--pc {
        display: none;
    }

    .header-logo {
        width: 45.33333vw
    }

    .header-logo__img {
        vertical-align: middle
    }

    .new-register--pc,
    .premium-register--pc {
        display: none
    }

    .premium-register--sp {
        margin-right: 3.06667vw
    }

    .premium-register--sp__img {
        width: 8.53333vw;
        vertical-align: middle
    }

    .new-register--sp {
	display: inline-block;
	text-align: center;
	text-decoration:none;
        margin-right: 3.06667vw;
    }

    .new-register--sp__img {
        width: 8.53333vw;
        vertical-align: middle
    }
    .new-register--sp__text{
    	font-size: clamp(2px, 2.0vw, 12px);	
	color: #ababab;
	line-height: 1.3;
	margin-top: 6px;
	font-weight: 600;	
    }/*公式LINEのICONの下に“公式LINE”という文字*/

    .login--sp__button--login {
        width: 8.53333vw;
        vertical-align: middle
    }

    .login--sp__button--menu {
        height: 14.93333vw;
        width: 6.93333vw;
        margin-left: 5.06667vw
    }

    .login--sp__right {
        display: flex;
        align-items: center
    }

    .login--pc {
        display: none
    }

    .navi {
        display: none;
        width: 100%;
        z-index: 200
    }

    .navi__list {
        list-style: none
    }

    .navi__list::after {
        content: '';
        clear: both;
        display: block
    }

    .navi__item {
        background: rgba(0, 0, 0, 0.75);
        border: 1px solid #707070;
        box-sizing: border-box;
        float: left;
        height: 16vw;
        width: 50%
    }

    .navi__link {
        color: #fff;
        display: block;
        font-size: 3.6vw;
        font-weight: bold;
        line-height: 16vw;
        text-align: center;
        text-decoration: none
    }

    #google_translate_element .skiptranslate.goog-te-gadget {
        display: none;
    }

    .vg_calc{
      padding:0;
      float:none;
      width:100%;
      padding: 10px 0 0 0;
    }

    .vg_calc select{
      height:25px;
      width:100%;
    }

    .op_show{
      padding: 10px 10px 0;
    }

    .hs_show{
      padding: 10px;
    }
    .sp_serch{
      position: sticky;
      bottom: 0;
      left: 0;
    }
    .sp_flow{
      overflow: unset!important;
    }
    .link_req_cal{
      display: block;
        width: 100%;
        margin-top: 5%;
    }
    .link_req_cal input{
      margin: 0 auto;
        display: block;
        width: 220px;
        height: 36px;
        text-align: center;
        border-radius: 5px;
        background-color: #0c509f;
        padding: 0px 0;
        color: white;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .link_req_cal input{
      padding: 0;
        text-align: center;
        font-size: 4vw;
        font-weight: unset;
    }
}

@media screen and (min-width: 769px) {

  .dp_date{
    display:flex;
    width: 490px;
    overflow-x: auto;           /* 横方向スクロール */
    overflow-y: hidden;         /* 縦方向スクロールを無効化 */
  }

  .dp_date .dp_date_cell{
    text-align: center;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
  }

  .dp_date .dp_date_cell:last-child {
    border-right: 1px solid black;
  }

  .dp_date_canvas{
    border-top: 1px solid #000;
    padding-top: 125%; /* 幅と同じ割合で高さを作る */
    position: relative;
    width: 65px;
    display: block;
  }

  .dp_desc{
    min-height: calc(1.8em * 3);
  }

  .dp_date_cell .dp_date_m{
    font-size: 18px;
    position: absolute;
    top: 7.5%;
    left: 7.5%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #ffa584, #ff3d00);
    /**background: linear-gradient(to bottom, #ff7b4a, #ff5722);**/
    width: 75%;
    padding: 0 5%;
    height: 50px;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6); /* 影で浮かせる */
  }

  .dp_date_cell .dp_date_m:hover{
    opacity: 0.7;
  }

  .dp_date_cell .dp_date_b{
    font-size: 60px;
    color: #800;
    position: absolute;
    top: -25%; left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dp_date_cell .dp_date_time{
    position: absolute;
    top: 75%; left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dp_date_cell .dp_text_h{
    color: #000;
    background-color: #fff;
  }

  .dp_date_cell .dp_text_d{
    color: #ffffff;
    background-color: #84c1ff;
  }

  .dp_date_cell .dp_text_n{
    color: #ffffff;
    background-color: #ff80c0;
  }

  .link_req_cal{
    display: block;
      width: 100%;
      padding-bottom: 20px
  }
  .link_req_cal input{
    margin: 0 auto;
      display: block;
      width: 221px;
      height: 36px;
      text-align: center;
      border-radius: 5px;
      background-color: #0c509f;
      padding: 0;
      color: white;
      justify-content: center;
        display: flex;
        align-items: center;
  }
  .link_req_cal input{
    padding: 0;
    font-size: 16px;
    font-weight: normal;
  }
    .vg_calc{
      padding:0!important;
      float:none;
      width:500px;
      padding: 10px 0 0 0;
    }

    .vg_calc select{
      height:25px;
      width:100%;
    }

    .header {
        box-sizing: border-box;
        width: 100%
    }

    .header__container {
        box-sizing: border-box;
        height: 100%;
        margin: 0 auto;
        width: 1024px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .header-logo {
        padding-top: 10px;
        width: 260px
    }
    
/* --- ロゴエリア全体の調整 --- */
.header_logo_position {
    float: left;
    width: 29%; /* 親要素いっぱいに広げる */
}

/* リンク要素をフレックスボックス化 */
.header_logo_area {
    display: flex;
    align-items: center; /* 上下中央揃え */
    text-decoration: none; /* リンクの下線を消す */
    width: 100%;
    text-align:left;
}

/* --- 画像エリア --- */
.header_logo_img {
    flex-shrink: 0; /* 画像が潰れないように */
    margin-right: 10px;
}
.header_logo_img img {
    height: auto;
    display: block;
}

/* --- テキストエリア（重要） --- */
.header_logo_text {
    flex-grow: 1; /* 余ったスペースを埋める */
    overflow: hidden; /* はみ出し防止 */
    
    /* フォント設定 */
    font-family: 'corporate-logo', sans-serif;
    color: #fff; /* 背景色に合わせて変更してください */
    font-weight: 700;
    line-height: 1.2;
}

/* ★JSが操作するテキスト本体 */
#fit-text {
    margin: 0;
    white-space: nowrap; /* 改行させない */
    display: inline-block; /* 幅を正しく認識させるため */
}

    .new-register--sp {
        display: none
    }

    .premium-register--pc {
        margin: 10px 0 0 300px;
        text-decoration: none;
        color: #F27C32;
        font-weight: bold;
    }

    .new-register--pc {
        color: #0C509F;
        font-weight: bold;
        margin: 10px 30px 0;
        text-decoration: none;
    }

    .login {
        margin: 10px 0 0;
        background: #0C509F;
        border-radius: 6px;
        color: #fff;
        display: inline-block;
        font-size: 1.6rem;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        width: 140px
    }

    .login--logout {
        background: #fff;
        border: 2px solid #8594A7;
        color: #8594A7
    }

    .login--sp {
        display: none
    }

    .login--sp__right {
        display: none
    }

    .navi {
        background: #EFEFEF;
        border-bottom: 1px solid #C4C4C4;
        box-sizing: border-box;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
        /* height: 40px */
    }

    .navi__container {
        box-sizing: border-box;
        height: 100%;
        margin: 0 auto;
        width: 1024px
    }

    .navi__list {
        list-style: none
    }

    .navi__item {
        display: inline-block;
        height: 40px;
        /* width: 198px */
    }

    .navi__item--dummy {
        display: none
    }

    .navi__item::after {
        border-right: 1px solid #A5A5A5;
        content: '';
        display: block;
        height: 24px;
        margin-top: -32px;
        width: 165px
    }

    .navi__item--first::after {
        border-left: 1px solid #A5A5A5;
        border-right: 1px solid #A5A5A5;
        content: '';
        display: block;
        height: 24px;
        margin-top: -32px;
        width: 165px
    }

    .navi__item.pc {
        display: none;
    }

    .navi__link {
        display: block;
        color: inherit;
        font-size: 1.3rem;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        width: 100%
    }

    #google_translate_element {
        font-size: 8px;
        height: 10px;
        top: 4px;
        position: absolute;
        right: 7%;
    }

    #google_translate_element_base {
        font-size: 8px;
        top: 4px;
        right: -120px;
        position: absolute;
        display: inline-block;
    }

    .goog-te-banner-frame.skiptranslate {
        display: none !important;
    }

    body {
        top: 0px !important;
    }
}

/* =========================================
   ▼ SP（スマホ）表示の設定
   ========================================= */
@media screen and (max-width: 768px) {
    /* SPでは画像を消す */
    .header_logo_img {
        display: none;
    }

    .header_logo_position{
    	text-align:left;
    }
    
    /* SPでのテキスト調整 */
    .header_logo_text {
	flex-grow: 1; /* 余ったスペースを埋める */
	overflow: hidden; /* はみ出し防止 */

	/* フォント設定 */
	font-family: 'corporate-logo', sans-serif;
	color: #fff; /* 背景色に合わせて変更してください */
	font-weight: 700;
	line-height: 1.2;
        text-align: left;
    }
    
    #fit-text {
        font-size: 4.2vw; /* スマホでの基準サイズ */
        color: #fff; /* スマホ背景が白なら黒文字に */
    }
}

/* =========================================
   ▼ PC表示の設定
   ========================================= */
@media screen and (min-width: 769px) {
    /* PCでは画像を表示 */
    .header_logo_img {
        display: block;
        width: 60px; /* 画像サイズ調整 */
    }

    /* PCでのテキストエリア幅制限 */
    /* ここで幅を制限しないと、JSが「縮小すべき」と判断しません */
    .header_logo_text {
        max-width: 300px; /* 文字を入れる最大幅を決める */
    }

    #fit-text {
        font-size: 20px; /* PCでの基準サイズ */
        color: #fff; /* PCヘッダー背景色に合わせる */
    }
}



@media screen and (max-width: 768px) {
    .footer {
        display: block;
        background: #0C509F;
        box-sizing: border-box;
        color: #fff;
        font-size: 2.93333vw;
        line-height: 1.6;
        width: 100%
    }

    .company-info {
        padding-bottom: 1.5em;
        width: 95%;
        margin: auto;
    }

    .company-info__info {
        font-size: 2.66667vw;
        line-height: 1.2;
        display: flex;
        list-style: none;
    }

    .company-info__info li {
        width: 47.33333vw;
    }

    .company-info__logo {
        margin-right: 2.53333vw;
    }

    .footer-navi {
        margin-left: 6vw;
    }

    .footer-hr {
        border: 0;
        border-bottom: 1px #6995c7 dotted;
        width: 90%;
        margin: auto;
    }

    .footer-hr_sp {
        border: 0;
        border-bottom: 1px #6995c7 dotted;
        width: 95%;
    }

    .footer-navi__dl {
        margin-top: 1em;
        margin-bottom: 0.6em;
        display: inline-block;
    }

    .footer-navi__dt {
        font-size: 3.6vw;
        font-weight: bold;
        padding-left: 4px;
        margin-bottom: 2.66667vw;
        border-left: 3px solid #fff;
        line-height: 16px;
    }

    .footer-navi__ddlist {
        list-style: none;
    }

    .footer-navi__ddlist::after {
        content: '';
        clear: both;
        display: block;
    }

    .footer-navi__dditem {
        background-size: 1.2vw;
        box-sizing: border-box;
        float: left;
        margin-bottom: 3.06667vw;
        padding-left: 2.8vw;
        width: 41.33333vw;
    }

    .footer-navi__dditem--area {
        margin-bottom: 3.5vw;
    }

    .footer-navi__ddlink {
        color: inherit;
        text-decoration: none;
    }

    .footer-navi__areaname {
        font-weight: bold;
    }

    .footer-navi__shoplist {
        list-style: none;
        margin-left: .6em;
        line-height: 2em;
    }

    .footer-navi__shopitem {
        background-size: 1.33333vw;
        color: inherit;
        text-decoration: none;
    }

    .footer-navi__shoplink {
        color: inherit;
        text-decoration: none;
    }

    .fa-map-marker-alt,
    .fa-angle-right {
        margin-right: .5em;
    }
}

@media screen and (min-width: 769px) {
    .footer {
        background: #0C509F;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.2rem;
        line-height: 2;
        width: 100%;
    }

    .footer-hr {
        border: 0;
        border-bottom: 1px #407fc7 dotted;
        clear: both;
        width: 85%;
        margin: auto;
    }

    .footer-hr_sp {
        border-style: none;
    }

    .footer-border-right {
        border-right: 1px #407fc7 dotted;
        margin-right: 1.5em;
        padding-top: 1em;
    }

    .company-info__logo {
        width: 65%;
        padding-top: 1em;
    }

    .footer-navi {
        display: flex;
        margin: auto;
        width: 85%;
        padding-bottom: 1.2em;
    }

    .footer-navi__dl {
        width: 100%;
    }

    .footer-navi__dt {
        font-size: 1.4rem;
        font-weight: 800;
        padding-left: 5px;
        margin-top: .5em;
        border-left: 3px solid #fff;
        line-height: 15px;
    }

    .footer-navi__ddlist {
        margin-top: .5em;
    }

    .footer-navi__ddlist--area {
        width: 100%;
        list-style: none;
        margin-left: 0.8em;
    }

    .footer-navi__ddlist--area .footer-navi__dditem {
        float: left;
        width: 41%;
        margin-right: 6px;
        display: flex;
    }

    .footer-navi__ddlist--area p {
        line-height: 1.6em;
    }

    .fa-map-marker-alt {
        background-size: auto;
        margin-bottom: 2px;
        padding-right: 5px;
    }

    .fa-angle-right {
        margin-bottom: 2px;
        margin-top: .5em;
        padding-right: 5px;
    }

    li.footer-navi__dditem.footer-navi__dditem--area {
        width: 18%;
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
        position: relative;
        display: table-cell;
    }

    .footer-navi__ddlink {
        color: inherit;
        text-decoration: none;
    }

    .footer-navi__ddlink:hover {
        text-decoration: underline;
    }

    .footer-navi__areaname {
        font-weight: bold;
    }

    .footer-navi__shoplist {
        list-style: none;
        margin-left: .8em;
    }

    .footer-navi__shopitem {
        display: inline-block;
        color: inherit;
        text-decoration: none;
        background-size: 6px;
        padding-left: 5px;
        vertical-align: top;
    }

    .footer-navi__shopitem:hover {
        text-decoration: underline;
    }

    .footer-navi__shoplink {
        color: inherit;
        text-decoration: none;
    }

    .footer-navi__shoplink:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width: 768px) {
    .car-search {
        background: #EDEDED;
        box-sizing: border-box;
        padding: 10vw 0 10vw 7.73333vw;
        width: 100%
    }

    .car-search__field {
        margin-top: 2.13333vw
    }

    .car-search__label {
        font-weight: bold
    }

    .car-search__date {
        border: 1px solid #B2B2B2;
        box-sizing: border-box;
        font-size: 3.46667vw;
        height: 8vw;
        margin-right: 4.93333vw;
        padding-left: 4.26667vw;
        width: 40vw
    }

    .car-search__select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff url("../img/common/arrow-pulldown.svg") no-repeat right 2.13333vw center;
        background-size: 3.06667vw auto;
        border: 1px solid #B2B2B2;
        border-radius: 0;
        box-sizing: border-box;
        font-size: 3.46667vw;
        height: 8vw;
        padding-left: 4.26667vw;
        position: relative;
        width: 58.93333vw
    }

    .car-search__select--time {
        background: #fff;
        border: 1px solid #B2B2B2;
        box-sizing: border-box;
        font-size: 3.46667vw;
        height: 32px;
        margin-left: 5.33333vw;
        height: 8vw;
        padding-left: 4.26667vw;
        width: 21.33333vw
    }

    .car-search__button {
        background: #F27C32;
        border: solid 1px #DB6114;
        border-radius: 4px;
        box-sizing: border-box;
        color: #fff;
        font-size: 3.76667vw;
        font-weight: bold;
        margin-top: 4.13333vw;
        height: 9.66667vw;
        text-align: center;
        width: 65vw;
    }

    .ui-datepicker-trigger {
        width: 8vw;
        vertical-align: middle
    }

    .shoplist {
        background: url("../img/mv/map.svg") no-repeat center top 20.26667vw;
        background-size: 93.33333vw;
        box-sizing: border-box;
        height: 109.2vw;
        position: relative;
        width: 100%
    }

    .shoplist--bg {
        background: linear-gradient(#9EE0EF 0%, #DAEBEF 100%)
    }

    .shoplist--pc {
        display: none
    }

    .shoplist__title {
        font-size: 4.26667vw;
        padding-top: 5.06667vw;
        padding-left: 6.13333vw
    }

    .shoplist__icon {
        width: 4.26667vw;
        margin-right: 1.46667vw;
        vertical-align: middle
    }

    .popup__title p {
        font-size: 14px;
        color: #3f3e3e;
        display: inline-block;
    }

    .shoplist__item {
        background: #0C4C98 url("../img/common/arrow_white.svg") no-repeat left 1.86667vw center;
        background-size: 1.73333vw;
        border: 1px solid #133A83;
        border-radius: 4px;
        box-sizing: border-box;
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
        color: #fff;
        display: inline-block;
        font-size: 3.73333vw;
        font-weight: bold;
        height: 8.4vw;
        line-height: 8.4vw;
        padding-left: 4.8vw;
        position: absolute;
        width: 21.33333vw
    }

    .shoplist__item--hokkaido {
        top: 18.13333vw;
        left: 54vw;
    }

    .shoplist__item--tohoku {
        top: 28.13333vw;
        left: 52vw;
    }

    .shoplist__item--koshinetsu {
        top: 38.4vw;
        left: 41vw;
        width: 31vw;
    }

    .shoplist__item--saitama {
        top: 62.66667vw;
        right: 1.4vw;
        width: 15vw;
    }

    .shoplist__item--gunma {
        top: 51.66667vw;
        right: 1.4vw;
        width: 15vw;
    }

    .shoplist__item--chiba {
        top: 81.66667vw;
        right: 8.4vw;
        width: 15vw;

    }

    .shoplist__item--tokyo {
        top: 72.66667vw;
        right: 1.4vw;
        width: 15vw;

    }

    .shoplist__item--kanagawa {
        top: 91.66667vw;
        right: 8.4vw;
        width: 17vw;
    }

    .shoplist__item--chubu {
        bottom: 9.13333vw;
        right: 30.66667vw
    }

    .shoplist__item--kinki {
        top: 48.53333vw;
        left: 35.73333vw
    }

    .shoplist__item--chugoku {
        top: 48.53333vw;
        left: 12.13333vw
    }

    .shoplist__item--shikoku {
        top: 82.13333vw;
        left: 28.66667vw
    }

    .shoplist__item--kyushu-okinawa {
        top: 91.86667vw;
        left: 15.53333vw;
        width: 26.66667vw;
    }

    .popup {
        background: #EBEBEB;
        background-size: contain;
        border: 1px solid #8FA2AC;
        border-radius: 4px;
        box-sizing: border-box;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
        display: none;
        left: -16.66667vw;
        padding: 3.06667vw 0 2vw 3.06667vw;
        position: absolute;
        /*top: -26.66667vw;*/
        bottom: 9vw;
        width: 55.73333vw;
        z-index: 10;
    }

    .popup::before {
        border: 15px solid transparent;
        border-top: 15px solid #EBEBEB;
        content: '';
        margin-left: -15px;
        position: absolute;
        left: 50%;
        top: 100%;
        z-index: 12
    }

    .popup::after {
        border: 16px solid transparent;
        border-top: 16px solid #8FA2AC;
        content: '';
        display: block;
        left: 50%;
        margin-left: -16px;
        position: absolute;
        top: 101%;
        z-index: 11
    }

    .popup--kanto {
        left: -26.66667vw
    }

    .popup--chugoku {
        left: -9.33333vw
    }

    .popup__list {
        list-style: none
    }

    .popup__list::after {
        content: '';
        clear: both;
        display: block
    }

    .popup__title {
        width: 100%;
        display: inline-block;
        margin-top: -5px;
        line-height: 1.4 !important;
    }

    .popup__title p {
        font-size: 14px;
        color: #3f3e3e;
    }

    .popup__item {
        background: url("../img/common/arrow_blue.svg") no-repeat left center;
        background-size: 1.6vw;
        float: left;
        padding-left: 2.93333vw
    }

    .popup__item:nth-of-type(2n-1) {
        margin-right: 3.06667vw
    }

    .popup__link {
        color: #24598E;
        display: block;
        font-size: 3.46667vw;
        font-weight: normal
    }
}

@media screen and (min-width: 769px) {
    .mv {
        background: linear-gradient(#9EE0EF 0%, #DAEBEF 100%);
        box-sizing: border-box
    }

    .mv__container {
        box-sizing: border-box;
        height: 100%;
        margin: 0 auto;
        width: 1024px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .car-search {
        background: rgba(255, 255, 255, 0.81);
        box-sizing: border-box;
        height: 449px;
        margin: 17px 0 16px 0;
        padding: 23px 0 0 30px;
        width: 300px
    }

    .car-search__field {
        margin-top: 17px
    }

    .car-search__field--area {
        margin-top: 11px;
        /*margin-bottom: 39px*/
    }

    .car-search__label {
        font-weight: bold
    }

    .car-search__date {
        border: 1px solid #B2B2B2;
        box-sizing: border-box;
        font-size: 1.4rem;
        height: 32px;
        margin-right: 12px;
        padding-left: 12px;
        width: 120px
    }

    .car-search__select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff url("../img/common/arrow-pulldown.svg") no-repeat right 8px center;
        background-size: 9px auto;
        border: 1px solid #B2B2B2;
        border-radius: 0;
        box-sizing: border-box;
        height: 32px;
        padding-left: 12px;
        position: relative;
        width: 240px
    }

    .car-search__select--time {
        background: #fff;
        border: 1px solid #B2B2B2;
        box-sizing: border-box;
        font-size: 1.4rem;
        height: 32px;
        margin-left: 10px;
        padding-left: 7px;
        width: 75px
    }

    .car-search__button {
        background: #F27C32;
        border: solid 1px #DB6114;
        border-radius: 4px;
        box-sizing: border-box;
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 5px 0;
        text-align: center;
        width: 240px;
	margin-top:10px;
    }

    .shoplist {
        background: url("../img/mv/map.svg") no-repeat right top;
        background-size: contain;
        box-sizing: border-box;
        height: 435px;
        margin-right: 99px;
        position: relative;
        width: 596px
    }

    .shoplist--sp {
        display: none
    }

    .shoplist__arrow {
        margin-right: 6px;
        width: 7px
    }

    .shoplist__title {
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.7
    }

    .shoplist__icon {
        width: 20px;
        margin-right: 7px
    }

    .shoplist__list {
        list-style: none
    }

    .popup__title {
        width: 100%;
        display: inline-block;
        margin-top: -5px;
        line-height: 1.4 !important;
    }

    .popup__title p {
        font-size: 14px;
        color: #3f3e3e;
    }

    .shoplist__item {
        background: #0C4C98 url("../img/common/arrow_white.svg") no-repeat left 16px center;
        background-size: 6px;
        /*border: 1px solid #133A83;*/
	border: 2px solid #164848;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        font-size: 1.9rem;
        font-weight: bold;
        text-align: center;
        padding: 0 15px 0 29px;
        position: absolute;
    }

    .shoplist__item a {
        text-decoration: none;
        color: #24598E;
        display: block;
        width: 100%;
        height: 100%;
    }

    .shoplist__item a:hover {
        text-decoration: underline
    }

    .shoplist__item--hokkaido {
        top: 20px;
        right: -40px;
	background-color:#f77abd;
    }

    .shoplist__item--tohoku {
        top: 100px;
        right: -35px;
	background-color:#c98ae5;
    }

    .shoplist__item--koshinetsu {
        top: 140px;
        right: 150px;
	background-color:#338956;
    }

    .shoplist__item--saitama {
        bottom: 135px;
        right: -25px;
	background-color:#3f87db;
    }

    .shoplist__item--gunma {
        bottom: 185px;
        right: -25px;
	background-color:#3f87db;
    }

    .shoplist__item--chiba {
        bottom: 24px;
        right: -25px;
	background-color:#3f87db;
    }

    .shoplist__item--tokyo {
        bottom: 85px;
        right: -25px;
	background-color:#3f87db;
    }

    .shoplist__item--kanagawa {
        bottom: 25px;
        right: 65px;
	background-color:#3f87db;
    }

    .shoplist__item--kinki {
        top: 200px;
        right: 250px;
	background-color:#60cb1e;
    }

    .shoplist__item--chugoku {
        top: 210px;
        left: 150px;
	background-color:#bab037;
    }

    .shoplist__item--chubu {
        bottom: 15px;
        left: 320px;
	background-color:#338956;
    }

    .shoplist__item--shikoku {
        bottom: 10px;
        left: 180px;
	background-color:#f07b3e;
        /*padding-left: 15px;
            background: #C7C7CB;
            border-color: #909090;*/
    }

    .shoplist__item--shikoku::before {
        /*content: '';
            background: url("../img/common/arrow_white.svg") no-repeat;
            display: inline-block;
            margin: 1px;
            height: 10px;
            width: 6px;*/
    }

    .shoplist__item--kyushu-okinawa {
        bottom: 155px;
        left: -5px;
	background-color:#ff6c6c;
    }

    .shoplist__item--sanin .popup {
        padding: 14px 17px 34px;
    }

    .popup {
        background: #ebebeb;
        background-size: contain;
        border: 1px solid #8FA2AC;
        border-radius: 4px;
        box-sizing: border-box;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
        display: none;
        left: -35px;
        padding: 5px 10px;
        position: absolute;
        bottom: 40px;
        text-align: left;
        width: 190px;
        z-index: 100;
        color: #24598E;
    }

    .popup::before {
        border: 15px solid transparent;
        border-top: 15px solid #EBEBEB;
        content: '';
        margin-left: -15px;
        position: absolute;
        left: 50%;
        top: 100%;
        z-index: 2
    }

    .popup::after {
        border: 16px solid transparent;
        border-top: 16px solid #8FA2AC;
        content: '';
        display: block;
        left: 50%;
        margin-left: -16px;
        position: absolute;
        top: 101%;
        z-index: 1
    }

    .popup__list {
        list-style: none
    }

    .popup__list::after {
        content: '';
        clear: both;
        display: block
    }

    .popup__item {
        background: url("../img/common/arrow_blue.svg") no-repeat left center;
        background-size: 6px;
        box-sizing: border-box;
        float: left;
        padding-left: 10px;
        /*width: 70px*/
    }

    .popup__link {
        color: #24598E;
        display: block;
        font-size: 1.4rem;
        font-weight: normal;
        height: 24px;
        line-height: 1.8;
    }

    .ui-datepicker-trigger {
        width: 22px;
        vertical-align: middle
    }
}

@media screen and (max-width: 768px) {
    .slider {
        background: #EBEBEB;
        box-sizing: border-box;
        height: 32vw;
        width: 100%
    }

    .slider__container {
        width: 82.66667vw;
        margin: 0 auto
    }

    .slider__list {
        height: 32vw;
        padding-top: 2.13333vw;
        width: 100%
    }

    .slider__list--pc {
        display: none
    }

    .slider__img--sp {
        width: 40vw
    }

    .slick-arrow {
        display: inline-block;
        width: 3.2vw
    }
}

@media screen and (min-width: 769px) {
    .slider {
        background: #EBEBEB;
        box-sizing: border-box;
        height: 128px
    }

    .slider__container {
        box-sizing: border-box;
        height: 100%;
        margin: 0 auto;
        width: 1024px
    }

    .slider__list {
        height: 128px;
        padding: 14px 0
    }

    .slider__list--sp {
        display: none
    }

    .slider .slick-prev::before {
        content: ''
    }

    .slider .slick-next::before {
        content: ''
    }

    .slider .slick-arrow {
        display: inline-block;
        width: 14px
    }
}

@media screen and (max-width: 768px) {
    .about__title {
        border-bottom: 1px solid #0C509F;
        display: block;
        font-size: 4.8vw;
        font-weight: bold;
        height: 11.6vw;
        line-height: 11.6vw;
        margin: auto;
        text-align: center;
        width: 85.33333vw;
        margin-top: 6.66667vw
    }

    .about__subtitle {
        font-size: 3.73333vw;
        font-weight: bold;
        line-height: 1.7;
        margin-bottom: 2.8vw;
        margin-top: 3.2vw;
        padding: 0 12vw;
        text-align: center
    }

    .about__description {
        display: block;
        width: 86.66667vw;
        margin: 0 auto 10.66667vw auto
    }
}

@media screen and (min-width: 769px) {
    .about__container {
        margin: auto;
        padding: 62px 0;
        width: 993px
    }

    .about__title {
        border-bottom: 1px solid #0C509F;
        display: block;
        font-size: 2.8rem;
        font-weight: bold;
        margin: 0 auto 35px;
        text-align: center;
        width: 500px
    }

    .about__subtitle {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 39px;
        text-align: center
    }
}

.info__pagenation {
    text-align: center
}

.info__pageitem {
    border: 1px solid #888888;
    border-radius: 4px;
    display: inline-block;
    text-align: center
}

.info__pageitem--arrow {
    background: #EBEBEB
}

.info__pageitem--dot {
    background: #fff;
    border: 0
}

.info__pagelink {
    color: inherit;
    display: inline-block;
    text-decoration: none
}

.info__button--back {
    background: #EBEBEB;
    border: 1px solid #888888;
    border-radius: 4px;
    color: black;
    display: block;
    margin: auto;
    text-align: center;
    text-decoration: none
}

@media screen and (max-width: 768px) {
    .info__container {
        margin: auto;
        width: 93.33333vw
    }

    .info__title {
        border-bottom: 1px solid #0C509F;
        display: block;
        font-size: 4.8vw;
        font-weight: bold;
        height: 11.6vw;
        line-height: 11.6vw;
        margin: auto;
        text-align: center;
        width: 85.33333vw;
        border-bottom: 0
    }

    .info__button {
        background: #fff;
        border: 1px solid #0C509F;
        border-radius: 36px;
        color: #0C509F;
        display: block;
        font-weight: bold;
        height: 9.6vw;
        line-height: 9.6vw;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        width: 80vw;
        margin-top: 4.93333vw;
        margin-bottom: 14vw
    }

    .info__button--back {
        height: 10.66667vw;
        line-height: 10.66667vw;
        margin-bottom: 10.93333vw;
        width: 37.33333vw
    }

    .info__pagenation {
        margin: 13.06667vw 0 5.6vw
    }

    .info__pageitem {
        height: 10.66667vw;
        line-height: 10.66667vw;
        width: 10.66667vw
    }

    .info__pageitem--pc {
        display: none
    }

    .info__pageitem--arrow {
        width: 8.53333vw
    }

    .info__pageitem--dot {
        width: 5.33333vw
    }

    .info__pagearrow {
        width: 5.33333vw;
        vertical-align: middle
    }

    .info__pagearrow--left {
        margin-right: -2.66667vw
    }

    .info__pagearrow--right {
        margin-left: -2.66667vw
    }
}

@media screen and (min-width: 769px) {
    .info__container {
        margin: auto;
        padding: 50px 0;
        width: 960px
    }

    .info__title {
        border-bottom: 1px solid #0C509F;
        display: block;
        font-size: 2.8rem;
        font-weight: bold;
        margin: 0 auto 35px;
        text-align: center;
        width: 500px;
        border-bottom: 0
    }

    .info__button {
        background: #fff;
        border: 1px solid #0C509F;
        border-radius: 22px;
        color: #0C509F;
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        height: 44px;
        line-height: 44px;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s;
        width: 600px;
        margin-top: 28px
    }

    .info__button:hover {
        background-color: #0C509F;
        color: #fff
    }

    .info__button--back {
        height: 40px;
        line-height: 40px;
        margin-bottom: 99px;
        width: 140px
    }

    .info__pagenation {
        margin: 32px auto
    }

    .info__pageitem {
        height: 40px;
        line-height: 40px;
        margin-right: 11px;
        width: 40px
    }

    .info__pageitem--arrow {
        width: 32px
    }

    .info__pagearrow {
        margin-top: -5px;
        width: 20px;
        vertical-align: middle
    }

    .info__pagearrow--left {
        margin-right: -10px
    }

    .info__pagearrow--right {
        margin-left: -10px
    }
}

.infotable {
    border-collapse: collapse;
    width: 100%
}

@media screen and (max-width: 768px) {
    .infotable {
        border-color: #C3C3C3;
        border-style: solid;
        border-width: 1px 0 0 0;
        display: block
    }
}

@media screen and (max-width: 768px) {
    .infotable__row {
        display: inline
    }

    .infotable__row--pc {
        display: none
    }
}

.infotable__colum {
    box-sizing: border-box
}

@media screen and (max-width: 768px) {
    .infotable__colum {
        border-width: 0;
        display: inline-block
    }
}

@media screen and (min-width: 769px) {
    .infotable__colum {
        border-color: #C3C3C3;
        border-style: solid;
        border-width: 1px 0;
        height: 60px
    }
}

@media screen and (max-width: 768px) {
    .infotable__colum--date {
        font-size: 2.66667vw;
        padding-top: 2.66667vw;
        width: 24.26667vw
    }
}

@media screen and (min-width: 769px) {
    .infotable__colum--date {
        font-size: 1.1rem;
        width: 100px
    }
}

@media screen and (max-width: 768px) {
    .infotable__colum--genre {
        padding-top: 2.66667vw;
        width: 21.33333vw
    }
}

@media screen and (min-width: 769px) {
    .infotable__colum--genre {
        padding: 18px 29px;
        width: 150px
    }
}

.infotable__colum--label {
    color: #fff;
    font-weight: bold;
    text-align: center
}

@media screen and (max-width: 768px) {
    .infotable__colum--label {
        font-size: 3.06667vw
    }
}

@media screen and (min-width: 769px) {
    .infotable__colum--label {
        font-size: 1.2rem
    }
}

.infotable__colum--label--hokkaido {
    background: #F77ABD
}

.infotable__colum--label--tohoku {
    background: #C98AE5
}

.infotable__colum--label--kanto {
    background: #3F87DB
}

.infotable__colum--label--koshinetsu {
    background: #338956
}

.infotable__colum--label--kinki {
    background: #60CB1E
}

.infotable__colum--label--chugoku {
    background: #BAB037
}

.infotable__colum--label--shikoku {
    background: #F07B3E
}

.infotable__colum--label--kyushu {
    background: #FF6C6C
}

.infotable__colum--label--all {
    background: #0C509F
}

.infotable__colum--label--system {
    background: #8893A0
}

.infotable__colum--headline {
    font-weight: bold
}

@media screen and (max-width: 768px) {
    .infotable__colum--headline {
        border-color: #C3C3C3;
        border-style: solid;
        border-width: 0 0 1px 0;
        display: block;
        font-size: 3.2vw;
        line-height: 8.13333vw
    }
}

@media screen and (min-width: 769px) {
    .infotable__colum--headline {
        font-size: 1.3rem
    }

    .div-pc_none {
        display: none;
    }

    .br_pc {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .rental-flow__container {
        box-sizing: border-box;
        margin: auto;
        width: 85.33333vw
    }

    .rental-flow__title {
        border-bottom: 1px solid #0C509F;
        display: block;
        font-size: 4.8vw;
        font-weight: bold;
        height: 11.6vw;
        line-height: 11.6vw;
        margin: auto;
        text-align: center;
        width: 85.33333vw;
        width: 88vw;
        margin-left: -1.33333vw;
        margin-bottom: 6.13333vw
    }

    .rental-flow__list {
        list-style: none;
        text-align: center
    }

    .rental-flow__list::after {
        content: '';
        clear: both;
        display: block
    }

    .rental-flow__item {
        float: left
    }

    .rental-flow__item:nth-of-type(2n-1) {
        margin-right: 10vw
    }

    .rental-flow__button {
        background: #fff;
        border: 1px solid #0C509F;
        border-radius: 36px;
        color: #0C509F;
        display: block;
        font-weight: bold;
        height: 9.6vw;
        line-height: 9.6vw;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        width: 80vw;
        margin-bottom: 13.33333vw
    }

    .step {
        box-sizing: border-box;
        height: 78.66667vw;
        width: 37.6vw
    }

    .step__no {
        width: 19.46667vw
    }

    .step__title {
        font-size: 4.26667vw;
        font-weight: 800
    }

    .step__detail {
        font-size: 3.2vw;
        font-weight: bold;
        line-height: 1.85
    }

    .div-sp_none {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .rental-flow__container {
        box-sizing: border-box;
        margin: auto;
        width: 924px
    }

    .rental-flow__title {
        border-bottom: 1px solid #0C509F;
        display: block;
        font-size: 2.8rem;
        font-weight: bold;
        margin: 0 auto 35px;
        text-align: center;
        width: 500px;
        width: 505px
    }

    .rental-flow__list {
        display: flex;
        justify-content: space-between;
        list-style: none;
        text-align: center
    }

    .rental-flow__button {
        background: #fff;
        border: 1px solid #0C509F;
        border-radius: 22px;
        color: #0C509F;
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        height: 44px;
        line-height: 44px;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s;
        width: 600px;
        margin-top: 25px;
        margin-bottom: 81px
    }

    .rental-flow__button:hover {
        background-color: #0C509F;
        color: #fff
    }

    .step {
        width: 160px
    }

    .step__no {
        width: 72px
    }

    .step__icon {
        display: block;
        margin: auto;
        width: 140px
    }

    .step__title {
        font-size: 2rem;
        font-weight: 800
    }

    .step__detail {
        font-weight: bold
    }
}

.blog__link {
    color: inherit;
    text-decoration: none
}

.blog-card {
    border-bottom: 4px solid #0C509F;
    box-sizing: border-box;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2)
}

.blog-card__date {
    color: #888888
}

.blog-card__label {
    background: #FF6060;
    color: #fff;
    display: inline-block;
    font-weight: 800;
    text-align: center
}

.blog-card__title {
    font-weight: bold
}

.blog-card__detail {
    color: #4E4E4E
}

@media screen and (max-width: 768px) {
    .blog__container {
        box-sizing: border-box;
        margin: auto;
        width: 90.13333vw
    }

    .blog__title {
        border-bottom: 1px solid #0C509F;
        display: block;
        font-size: 4.8vw;
        font-weight: bold;
        height: 11.6vw;
        line-height: 11.6vw;
        margin: auto;
        text-align: center;
        width: 85.33333vw;
        margin-bottom: 3.73333vw
    }

    .blog__list::after {
        content: '';
        clear: both;
        display: block
    }

    .blog__item {
        display: block;
        float: left;
        margin-bottom: 2.93333vw
    }

    .blog__item:nth-of-type(2n-1) {
        margin-right: 2.4vw
    }

    .blog__button {
        background: #fff;
        border: 1px solid #0C509F;
        border-radius: 36px;
        color: #0C509F;
        display: block;
        font-weight: bold;
        height: 9.6vw;
        line-height: 9.6vw;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        width: 80vw;
        margin-bottom: 13.06667vw;
        margin-top: 8.93333vw
    }

    .blog-card {
        height: 61.33333vw;
        padding: 1.46667vw 1.33333vw;
        width: 42.66667vw
    }

    .blog-card__img {
        width: 40vw
    }

    .blog-card__date {
        font-size: 2.66667vw;
        line-height: 1.7
    }

    .blog-card__label {
        font-size: 2.66667vw;
        height: 4vw;
        line-height: 4vw;
        margin-left: 1.6vw;
        width: 8.8vw
    }

    .blog-card__title {
        line-height: 1.3;
        margin-bottom: 2vw;
        margin-top: 2.66667vw
    }

    .blog-card__title--pc {
        display: none
    }

    .blog-card__detail {
        font-size: 2.93333vw;
        line-height: 1.7
    }

    .blog-card__detail--pc {
        display: none
    }
}

@media screen and (min-width: 769px) {
    .blog__container {
        box-sizing: border-box;
        margin: auto;
        width: 987px
    }

    .blog__title {
        border-bottom: 1px solid #0C509F;
        display: block;
        font-size: 2.8rem;
        font-weight: bold;
        margin: 0 auto 35px;
        text-align: center;
        width: 500px
    }

    .blog__list {
        display: flex;
        justify-content: space-between;
        list-style: none
    }

    .blog__item:last-of-type {
        display: none
    }

    .blog__button {
        background: #fff;
        border: 1px solid #0C509F;
        border-radius: 22px;
        color: #0C509F;
        display: block;
        font-size: 1.6rem;
        font-weight: bold;
        height: 44px;
        line-height: 44px;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s;
        width: 600px;
        margin-top: 39px;
        margin-bottom: 66px
    }

    .blog__button:hover {
        background-color: #0C509F;
        color: #fff
    }

    .blog-card {
        height: 360px;
        padding: 11px 10px;
        width: 320px
    }

    .blog-card__date {
        font-size: 1.2rem;
        line-height: 1
    }

    .blog-card__label {
        font-size: 1.2rem;
        height: 18px;
        line-height: 18px;
        margin-left: 5px;
        width: 40px
    }

    .blog-card__title {
        line-height: 2
    }

    .blog-card__title--sp {
        display: none
    }

    .blog-card__detail {
        font-size: 1.2rem;
        line-height: 20px
    }

    .blog-card__detail--sp {
        display: none
    }
}

.subpage {
    background: #EDEDED
}

.subpage__container {
    background: #fff;
    border-top: 3px solid #0C509F;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: auto
}

@media screen and (max-width: 768px) {
    .subpage__container {
        width: 85.33333vw
    }
}

@media screen and (min-width: 769px) {
    .subpage__container {
        width: 500px
    }
}

.subpage__icon {
    display: block;
    margin: auto;
    text-align: center
}

@media screen and (max-width: 768px) {
    .subpage__icon {
        width: 13.33333vw
    }
}

@media screen and (min-width: 769px) {
    .subpage__icon {
        width: 45px
    }
}

.subpage__title {
    color: #0C509F;
    font-weight: bold;
    text-align: center
}

@media screen and (max-width: 768px) {
    .subpage__title {
        font-size: 4.8vw
    }
}

@media screen and (min-width: 769px) {
    .subpage__title {
        font-size: 2rem
    }
}

.subpage__phrase {
    color: #2E2E2E;
    text-align: center
}

.subpage__phrase--red {
    color: #D62929
}

.subpage__field {
    text-align: center
}

.subpage__field--checkbox {
    background: #E9EFF0
}

.subpage__input {
    border: 1px solid #B4B4B4
}

.subpage__radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #BEBEBE;
    border-radius: 50%;
    vertical-align: middle
}

.subpage__radio-label {
    font-weight: bold
}

.subpage__input-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #2C90FC;
    border-radius: 5px;
    vertical-align: middle
}

.subpage__input-checkbox:checked {
    background: #3B99FC url("/img/common/checked.svg") no-repeat center center
}

.subpage__button {
    background: #0C509F;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: auto;
    text-align: center;
    text-decoration: none
}

@media screen and (max-width: 768px) {
    .subpage__button {
        font-size: 3.73333vw;
        height: 10.66667vw;
        line-height: 10.66667vw;
        width: 53.33333vw
    }
}

@media screen and (min-width: 769px) {
    .subpage__button {
        font-size: 1.6rem;
        height: 40px;
        line-height: 40px;
        width: 200px
    }
}

.subpage__button--2 {
    background: #0C509F;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none
}

@media screen and (max-width: 768px) {
    .subpage__button--2 {
        font-size: 3.73333vw;
        height: 10.66667vw;
        line-height: 10.66667vw;
        margin-top: 10.8vw;
        margin-right: 2.26667vw;
        width: 34.66667vw
    }
}

@media screen and (min-width: 769px) {
    .subpage__button--2 {
        font-size: 1.6rem;
        height: 40px;
        line-height: 40px;
        margin-top: 27px;
        margin-right: 10px;
        width: 200px
    }
}

.subpage__button--back {
    background: #72849A
}

@media screen and (max-width: 768px) {
    .subpage {
        padding: 11.46667vw 7.33333vw 13.33333vw
    }

    .subpage__container {
        padding: 6.4vw 5.86667vw 0
    }

    .subpage__container--upd-pwd {
        padding-bottom: 5.73333vw
    }

    .subpage__container--pwd-reminder {
        padding-bottom: 7.46667vw
    }

    .subpage__container--register-confirm {
        padding-bottom: 9.2vw
    }

    .subpage__container--register-complete {
        padding-bottom: 37.33333vw
    }

    .subpage__container--pwd-reset {
        padding-bottom: 15.33333vw
    }

    .subpage__container--pwd-complete {
        padding-bottom: 20vw
    }

    .subpage__container--mail-confirm {
        padding-bottom: 13.33333vw
    }

    .subpage__icon {
        margin-bottom: 3.86667vw
    }

    .subpage__title {
        margin-bottom: 5.2vw
    }

    .subpage__phrase {
        font-size: 3.2vw;
        line-height: 1.7
    }

    .subpage__phrase--red {
        margin: 5.33333vw auto
    }

    .subpage__phrase--small {
        font-size: 2.93333vw;
        line-height: 4.93333vw
    }

    .subpage__phrase--link {
        font-size: 2.93333vw;
        margin-top: 7.46667vw
    }

    .subpage__br-pc {
        display: none
    }

    .subpage__field {
        margin: 3.86667vw auto
    }

    .subpage__field--checkbox {
        height: 9.6vw;
        line-height: 9.6vw;
        margin-top: 8.53333vw;
        width: 66.66667vw
    }

    .subpage__input {
        font-size: 2.8vw;
        height: 8vw;
        padding: 0 2.66667vw;
        width: 66.66667vw
    }

    .subpage__radio {
        height: 5.33333vw;
        margin: auto 1.6vw auto 4.53333vw;
        width: 5.33333vw
    }

    .subpage__radio:checked {
        border: 1.33333vw solid #3B99FC
    }

    .subpage__radio-label {
        margin-left: -3.33333vw
    }

    .subpage__input-checkbox {
        height: 5.33333vw;
        margin-right: 2.93333vw;
        width: 5.33333vw
    }

    .subpage__input-checkbox:checked {
        background-size: 3.06667vw auto
    }

    .subpage__button {
        margin-top: 5.33333vw
    }

    .subpage__button--pc {
        display: none
    }

    .subpage__button--2 {
        margin: 2vw auto;
        width: 53.33333vw
    }

    .subpage__button--upd-complete {
        margin-top: 13.33333vw
    }
}

@media screen and (min-width: 769px) {
    .subpage {
        padding: 39px 0 102px
    }

    .subpage__container {
        padding: 40px 0 87px
    }

    .subpage__container--register-confirm {
        padding: 40px 38px 86px 62px
    }

    .subpage__container--mail-confirm {
        padding-left: 62px;
        padding-right: 38px
    }

    .subpage__container--pwd-reminder {
        padding-bottom: 135px
    }

    .subpage__icon {
        margin-bottom: 14px
    }

    .subpage__title {
        margin-bottom: 36px
    }

    .subpage__title--pwd-reminder {
        margin-bottom: 20px
    }

    .subpage__phrase--red {
        margin: 28px auto
    }

    .subpage__phrase--small {
        font-size: 1.2rem;
        line-height: 2;
        text-align: left;
        margin: 1.5em 2.75em;
    }

    .subpage__phrase--link {
        font-size: 1.2rem;
        margin-top: 28px
    }

    .subpage__field {
        margin: 18px auto
    }

    .subpage__field--checkbox {
        height: 50px;
        line-height: 50px;
        width: 240px
    }

    .subpage__input {
        font-size: 1.4rem;
        height: 38px;
        line-height: 38px;
        padding: 0 13px;
        width: 320px
    }

    .subpage__radio {
        height: 18px;
        margin: auto 8px auto 29px;
        width: 18px
    }

    .subpage__radio:checked {
        border: 5px solid #3B99FC
    }

    .subpage__radio-label {
        margin-right: -13px
    }

    .subpage__input-checkbox {
        height: 26px;
        margin-right: 11px;
        width: 26px
    }

    .subpage__input-checkbox:checked {
        background-size: 15px auto
    }

    .subpage__button {
        margin-top: 30px
    }

    .subpage__button--sp {
        display: none
    }

    .subpage__button--2 {
        margin: 16px 10px 0 0
    }

    .subpage__button--left {
        float: left;
        margin-left: 40px
    }

    .subpage__button--upd-complete {
        margin-top: 60px
    }
}

.mypage {
    background: #EDEDED
}

.mypage__container {
    background: #fff;
    border-top: 3px solid #0C509F;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: auto
}

@media screen and (max-width: 768px) {
    .mypage__container {
        width: 85.33333vw
    }
}

@media screen and (min-width: 769px) {
    .mypage__container {
        width: 500px
    }
}

.mypage__title {
    color: #0C509F;
    font-weight: bold;
    text-align: center
}

@media screen and (max-width: 768px) {
    .mypage__title {
        font-size: 4.8vw
    }
}

@media screen and (min-width: 769px) {
    .mypage__title {
        font-size: 2rem
    }
}

.mypage__list {
    list-style: none
}

.mypage__list::after {
    content: '';
    clear: both;
    display: block
}

.mypage__item {
    box-sizing: border-box;
    float: left
}

@media screen and (max-width: 768px) {
    .mypage {
        padding: 11.46667vw 7.33333vw 13.86667vw
    }

    .mypage__container {
        padding: 8.13333vw 9.86667vw 8.93333vw 8.8vw
    }

    .mypage__title {
        margin-bottom: 4.66667vw
    }

    .mypage__item {
        width: 32vw
    }

    .mypage__item:nth-of-type(2n-1) {
        margin-right: 2.66667vw
    }
}

@media screen and (min-width: 769px) {
    .mypage {
        padding: 39px 0 102px
    }

    .mypage__container {
        padding: 47px 81px 113px;
        width: 800px
    }

    .mypage__title {
        margin-bottom: 60px
    }

    .mypage__item {
        width: 140px
    }

    .mypage__item:not(:last-of-type) {
        margin-right: 25px
    }
}

.update-userinfo {
    background: #EDEDED;
    box-sizing: border-box
}

.update-userinfo__container {
    background: #fff;
    border-top: 3px solid #0C509F;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: auto
}

@media screen and (max-width: 768px) {
    .update-userinfo__container {
        width: 85.33333vw
    }
}

@media screen and (min-width: 769px) {
    .update-userinfo__container {
        width: 500px
    }
}

.update-userinfo__icon {
    display: block;
    margin: auto;
    text-align: center
}

@media screen and (max-width: 768px) {
    .update-userinfo__icon {
        width: 13.33333vw
    }
}

@media screen and (min-width: 769px) {
    .update-userinfo__icon {
        width: 45px
    }
}

.update-userinfo__title {
    color: #0C509F;
    font-weight: bold;
    text-align: center
}

@media screen and (max-width: 768px) {
    .update-userinfo__title {
        font-size: 4.8vw
    }
}

@media screen and (min-width: 769px) {
    .update-userinfo__title {
        font-size: 2rem
    }
}

.update-userinfo__title--field {
    color: #3E3E3E
}

.update-userinfo__field {
    box-sizing: border-box;
    color: #2E2E2E
}

.update-userinfo__field--button {
    text-align: center
}

.update-userinfo__label {
    box-sizing: border-box;
    display: inline-block
}

.update-userinfo__input {
    border: 1px solid #B4B4B4;
    box-sizing: border-box;
    color: #2E2E2E;
    vertical-align: middle
}

.update-userinfo__input--readonly {
    border: 0
}

.update-userinfo__selectbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/img/common/arrow_select.svg") no-repeat right center;
    border-right: 0;
    border-radius: 4px;
    box-sizing: border-box
}

.update-userinfo__selectbox--2rows {
    display: inline-block
}

.update-userinfo__required {
    background: #C93E3E;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-weight: 800;
    text-align: center
}

.update-userinfo__search-address {
    background: #646464;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none
}

.update-userinfo__search-address:hover {
    background: #7f7e7e;
    color: #fff;
}

.update-userinfo__button {
    background: #72849A;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none
}

@media screen and (max-width: 768px) {
    .update-userinfo__button {
        font-size: 3.73333vw;
        height: 10.66667vw;
        line-height: 10.66667vw;
        margin-top: 10.8vw;
        margin-right: 2.26667vw;
        width: 34.66667vw
    }
    .video_wrapper{
      margin-bottom: 13vw;
      flex-wrap: wrap;
    }
    .near_wrapper{
      display: flex;
      justify-content: space-between;
      margin-bottom: 80px;
      flex-wrap: wrap;
    }
    .near_wrapper a{
      width: 100%;
      margin-bottom: 10px;
      margin-top: 10px;
      padding: 12px 0px 12px;
      background: linear-gradient(to bottom, #ff7b4a, #ff5722);
      color: white;
      font-size: 130%;
      font-weight: 500;
      text-decoration: none;
      border: none;
      cursor: pointer;
      box-shadow: 0 3px 8px rgba(255, 87, 34, 0.3);
      transition: all 0.3s ease;
      border-radius: 10px;
    }
    .video_cell{
      width: 100%;
      margin-bottom: 15px;
    }
    .video_cell h3{
      text-align: left;
      font-size: 130%;
    }
    .video_wrapper video{
      width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .update-userinfo__button {
        font-size: 1.6rem;
        height: 40px;
        line-height: 40px;
        margin-top: 27px;
        margin-right: 10px;
        width: 200px
    }
    .near_wrapper{
      display: flex;
      justify-content: space-between;
      margin-bottom: 80px;
      flex-wrap: wrap;
    }
    .near_wrapper a{
      width: 48%;
      margin-bottom: 10px;
      margin-top: 10px;
      padding: 12px 0px 12px;
      background: linear-gradient(to bottom, #ff7b4a, #ff5722);
      color: white;
      font-size: 130%;
      font-weight: 500;
      text-decoration: none;
      border: none;
      cursor: pointer;
      box-shadow: 0 3px 8px rgba(255, 87, 34, 0.3);
      transition: all 0.3s ease;
      border-radius: 10px;
    }
    .near_wrapper a:hover{
      opacity: 0.7;
    }
    .video_wrapper{
      display: flex;
      justify-content: space-between;
      margin-bottom: 80px;
      flex-wrap: wrap;
    }
    .video_cell{
      width: 48%;
      margin-bottom: 25px;
    }
    .video_cell h3{
      text-align: left;
      font-size: 130%;
    }
    .video_wrapper video{
      width: 100%;
    }
}

.update-userinfo__button--submit {
    background: #0C509F
}

.licence-pic__upload {
    background: #E8E8E8;
    border: 1px solid #BEBEBE;
    border-radius: 3px;
    color: #3E3E3E;
    display: block;
    margin: auto;
    text-align: center;
    text-decoration: none
}

.licence-pic__delete {
    color: #2261AA;
    display: block;
    margin: auto;
    text-align: center
}

@media screen and (max-width: 768px) {
    .update-userinfo {
        padding: 11.46667vw 7.33333vw
    }

    .update-userinfo__container {
        padding: 6.4vw 0 15.6vw 4vw;
        width: 85.33333vw
    }

    .update-userinfo__container--readonly {
        padding: 6.4vw 4vw 15.6vw 4vw
    }

    .update-userinfo__title {
        margin-bottom: 8.4vw;
        margin-top: 3.86667vw
    }

    .update-userinfo__title--field {
        line-height: 0;
        margin-bottom: 4.26667vw
    }

    .update-userinfo__field {
        box-sizing: border-box;
        margin-bottom: 4.8vw
    }

    .update-userinfo__label {
        line-height: 1.7;
        width: 25.33333vw;
    }

    .update-userinfo__label--inquiry {
        width: 100%
    }

    .update-userinfo__label--2rows {
        vertical-align: top
    }

    .update-userinfo__input {
        font-size: 3.46667vw;
        height: 8vw;
        line-height: 8vw
    }

    .update-userinfo__input--text {
        width: 48vw
    }

    .update-userinfo__input--radio {
        margin-left: 0.5em;
    }

    .update-userinfo__selectbox {
        background-size: auto 8vw;
        height: 8vw;
        line-height: 8vw;
        padding-left: 2vw;
        margin-right: .66667vw;
        width: 20vw;
    }

    .update-userinfo__selectbox--year {
        margin-bottom: 4.93333vw;
        width: 25vw;
    }

    .update-userinfo__selectbox--long {
        width: 43.33333vw
    }

    .update-userinfo__selectbox--extralong {
        width: 75.2vw
    }

    .update-userinfo__selectbox--2rows {
        width: 50.66667vw;
    }

    .update-userinfo__selectbox--2rows--readonly {
        line-height: 2;
        width: 50.66667vw;
    }

    .update-userinfo__required {
        font-size: 2.66667vw;
        height: 4.4vw;
        line-height: 4.4vw;
        width: 8vw
    }

    .update-userinfo__required--radio {
        margin-left: 7.46667vw
    }

    .update-userinfo__search-address {
        font-size: 3.2vw;
        height: 5.86667vw;
        line-height: 5.86667vw;
        width: 16.06667vw;
        margin-left: 12vw;
    }

    .licence-pic {
        margin-bottom: 9.6vw;
    }

    .licence-pic__part {
        margin: auto;
        width: 95%;
    }

    .licence-pic__upload {
        font-size: 3.73333vw;
        height: 11.73333vw;
        line-height: 11.73333vw;
        margin-bottom: 3.06667vw 0;
        width: 42.66667vw
    }
}

@media screen and (min-width: 769px) {
    .update-userinfo {
        padding: 39px 0
    }

    .update-userinfo__container {
        padding: 40px 42px 49px 42px;
        width: 800px
    }

    .update-userinfo__title--field {
        font-size: 1.6rem;
        line-height: 0;
        margin-bottom: 30px
    }

    .update-userinfo__field {
        box-sizing: border-box;
        margin-bottom: 18px;
        margin-left: 17px
    }

    .update-userinfo__label {
        width: 122px
    }

    .update-userinfo__label--inquiry {
        width: 240px
    }

    .update-userinfo__input {
        font-size: 1.4rem;
        height: 38px;
        padding-left: .5em;
        line-height: 38px;
    }

    .update-userinfo__input--text {
        width: 320px;
        padding-left: .5em;
    }

    .update-userinfo__input--radio {
        margin-right: 8px
    }

    .update-userinfo__input--radio:nth-of-type(2) {
        margin-left: 57px
    }

    .update-userinfo__selectbox {
        background-size: auto 33px;
        height: 32px;
        padding-left: .5em;
        margin-right: 11px;
        width: 141px;
    }

    .update-userinfo__selectbox--2rows {
        display: inline-block;
        width: 530px
    }

    .update-userinfo__selectbox--long {
        width: 170px
    }

    .update-userinfo__selectbox--extralong {
        width: 300px
    }

    .update-userinfo__required {
        height: 22px;
        line-height: 22px;
        margin-left: 15px;
        width: 40px
    }

    .update-userinfo__required--radio {
        margin-left: 37px
    }

    .update-userinfo__search-address {
        font-size: 1.2rem;
        height: 22px;
        line-height: 22px;
        margin-left: 11px;
        width: 64px
    }

    .update-userinfo__br {
        display: none
    }

    .licence-pic {
        margin-bottom: 52px;
        margin-left: 87px
    }

    .licence-pic::after {
        content: '';
        clear: both;
        display: block
    }

    .licence-pic__part {
        float: left;
        width: 255px
    }

    .licence-pic__part:first-of-type {
        margin-right: 44px
    }

    .licence-pic__upload {
        height: 44px;
        line-height: 44px;
        margin-bottom: 7px;
        margin-top: 13px;
        width: 160px
    }
}

.history {
    background: #EDEDED
}

.history__container {
    background: #fff;
    border-top: 3px solid #0C509F;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: auto
}

@media screen and (max-width: 768px) {
    .history__container {
        width: 85.33333vw
    }
}

@media screen and (min-width: 769px) {
    .history__container {
        width: 500px
    }
}

.history__icon {
    display: block;
    margin: auto;
    text-align: center
}

@media screen and (max-width: 768px) {
    .history__icon {
        width: 12.26667vw
    }
}

@media screen and (min-width: 769px) {
    .history__icon {
        width: 36px
    }
}

.history__title {
    color: #0C509F;
    font-weight: bold;
    text-align: center
}

@media screen and (max-width: 768px) {
    .history__title {
        font-size: 4.8vw
    }
}

@media screen and (min-width: 769px) {
    .history__title {
        font-size: 2rem
    }
}

.history__button {
    background: #72849A;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block
}

@media screen and (max-width: 768px) {
    .history__button {
        font-size: 3.73333vw;
        height: 10.66667vw;
        line-height: 10.66667vw;
        margin-top: 10.8vw;
        margin-right: 2.26667vw;
        width: 34.66667vw
    }
}

@media screen and (min-width: 769px) {
    .history__button {
        font-size: 1.6rem;
        height: 40px;
        line-height: 40px;
        margin-top: 27px;
        margin-right: 10px;
        width: 200px
    }
}

@media screen and (max-width: 768px) {
    .history {
        padding: 11.46667vw 0
    }

    .history__container {
        padding: 5.06667vw 2.66667vw 14.66667vw;
        width: 85.33333vw
    }

    .history__button {
        margin: auto
    }

    .history-table {
        display: none
    }

    .history-sp {
        color: #5F5F5F;
        font-size: 2.93333vw;
        line-height: 1.4;
        margin-bottom: 9.33333vw
    }

    .history-sp__item {
        border-top: 1px solid #707070;
        padding: 4vw 1.73333vw
    }

    .history-sp__item:last-of-type {
        border-bottom: 1px solid #707070
    }

    .history-sp__item::after {
        content: '';
        clear: both;
        display: block
    }

    .history-sp__block--topleft {
        float: left;
        width: 38.26667vw
    }

    .history-sp__block--topright {
        float: left
    }

    .history-sp__block--bottomleft {
        float: left;
        width: 53.33333vw
    }

    .history-sp__block--bottomright {
        float: left
    }

    .history-sp__head {
        display: inline-block;
        font-weight: bold;
        margin-bottom: 3.6vw;
        vertical-align: top;
        width: 14vw
    }

    .history-sp__head--rental {
        background: #EBEBEB;
        display: block;
        height: 5.6vw;
        line-height: 5.6vw;
        margin-bottom: 2.13333vw;
        width: 53.33333vw;
        text-align: center
    }

    .history-sp__body {
        display: inline-block
    }

    .history-sp__body--rental::after {
        content: '';
        clear: both;
        display: block
    }

    .history-sp__rental {
        box-sizing: border-box;
        display: block;
        float: left;
        line-height: 1.6;
        padding: 0 2vw
    }

    .history-sp__rental:first-of-type {
        margin-right: 2.66667vw
    }

    .history-sp__rental-time {
        display: block
    }

    .history-sp__rental-place {
        display: block
    }

    .history-sp__link {
        background: #0C509F;
        border-radius: 4px;
        color: #fff;
        display: block;
        font-weight: bold;
        text-decoration: none;
        box-sizing: border-box;
        font-size: 3.2vw;
        height: 6.93333vw;
        line-height: 6.93333vw;
        margin: 6.53333vw 0 0 1.33333vw;
        width: 21.33333vw;
        text-align: center
    }
}

@media screen and (min-width: 769px) {
    .history {
        padding: 39px 170px
    }

    .history__container {
        padding: 40px 58px 60px 42px;
        width: 940px
    }

    .history__button {
        margin: auto
    }

    .history-sp {
        display: none
    }

    .history-table {
        border-collapse: collapse;
        color: #5F5F5F;
        font-size: 1.2rem;
        line-height: 2;
        margin-bottom: 54px;
        margin-top: 39px
    }

    .history-table__header {
        background: #EBEBEB;
        font-weight: bold
    }

    .history-table__column {
        border: 1px solid #B4B4B4;
        box-sizing: border-box;
        height: 30px;
        width: 120px;
        text-align: center;
        padding: 4px 5px;
    }

    .history-table__column--head {
        height: 32px
    }

    .history-table__link {
        background: #0C509F;
        border-radius: 4px;
        color: #fff;
        display: block;
        font-weight: bold;
        text-decoration: none;
        height: 26px;
        line-height: 26px;
        margin: 10px auto auto auto;
        width: 80px
    }
}

.history-detail {
    color: #5F5F5F
}

.history-detail__title {
    text-align: center
}

.history-detail__header {
    background: #EBEBEB;
    box-sizing: border-box
}

.history-detail__header::after {
    content: '';
    clear: both;
    display: block
}

.history-detail__field {
    display: inline-block
}

.history-detail__field:first-of-type {
    float: left
}

.history-detail__field:last-of-type {
    float: right
}

.history-detail__field-head {
    display: inline-block
}

.history-detail__field-body {
    display: inline-block
}

.history-detail__field-body--status {
    background: #F84C4C;
    color: #fff;
    font-weight: bold;
    text-align: center
}

.history-detail__overview::after {
    content: '';
    clear: both;
    display: block
}

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

.history-detail__dt {
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold
}

.history-detail__dt--rental {
    border: 2px solid #3C7BBA;
    color: #3C7BBA;
    text-align: center
}

.history-detail__dt--return {
    border: 2px solid #BA3C3C;
    color: #BA3C3C
}

.history-detail__dd {
    box-sizing: border-box;
    display: inline-block
}

.history-detail__dd--rental {
    font-weight: bold
}

.history-detail__buttons {
    text-align: center
}

.history-detail__button {
    background: #72849A;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none
}

@media screen and (max-width: 768px) {
    .history-detail__button {
        font-size: 3.73333vw;
        height: 10.66667vw;
        line-height: 10.66667vw;
        margin-top: 10.8vw;
        margin-right: 2.26667vw;
        width: 34.66667vw
    }

    .image-container_line img{
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .history-detail__button {
        font-size: 1.6rem;
        height: 40px;
        line-height: 40px;
        margin-top: 27px;
        margin-right: 10px;
        width: 200px
    }
}

.history-detail__button:last-of-type {
    margin-right: 0
}

.detail-price__table {
    border-collapse: collapse;
    border-color: #B9B9B9;
    border-style: solid;
    border-width: 3px 0 0 0;
    box-sizing: border-box
}

.detail-price__table-footer {
    border-style: solid;
    border-width: 3px 0
}

.detail-price__row {
    border-style: solid;
    border-width: 0 0 1px 0;
    box-sizing: border-box
}

.detail-price__row:last-of-type {
    border-width: 0
}

.detail-price__column {
    box-sizing: border-box;
    text-align: left
}

.detail-price__column--sum {
    font-weight: bold
}

.detail-price__column--price {
    font-weight: bold;
    text-align: right
}

@media screen and (max-width: 768px) {
    .history-detail {
        margin-top: 5.06667vw
    }

    .history-detail__block {
        border-bottom: 1px solid #B4B4B4
    }

    .history-detail__block:last-of-type {
        border-bottom: 0
    }

    .history-detail__header {
        height: 6.93333vw;
        line-height: 6.93333vw;
        padding: 0 .66667vw 0 2.8vw
    }

    .history-detail__field-head {
        font-size: 2.93333vw
    }

    .history-detail__field-head--status {
        display: none
    }

    .history-detail__field-body {
        font-weight: bold
    }

    .history-detail__field-body--book-no {
        margin-left: 3.46667vw
    }

    .history-detail__field-body--status {
        font-size: 2.66667vw;
        height: 4.26667vw;
        line-height: 4.26667vw;
        width: 18.26667vw
    }

    .history-detail__rental-arrow {
        display: none
    }

    .history-detail__overview {
        font-size: 2.93333vw;
        padding: 3.33333vw 1.73333vw
    }

    .history-detail__dl {
        font-size: 2.93333vw
    }

    .history-detail__dl--pc {
        display: none
    }

    .history-detail__dl--right {
        float: right;
        margin-right: 7.33333vw
    }

    .history-detail__dl--right::after {
        content: '';
        clear: both;
        display: block
    }

    .history-detail__dl--rental {
        height: 13.33333vw;
        width: 40vw
    }

    .history-detail__dt--rental {
        height: 13.33333vw;
        line-height: 13.33333vw;
        width: 8vw;
        vertical-align: top
    }

    .history-detail__dd--rental {
        height: 13.33333vw;
        line-height: 1.4;
        margin-left: 1.86667vw;
        width: 26.66667vw
    }

    .history-detail__rental {
        margin-bottom: 6.26667vw
    }

    .history-detail__rental-date {
        font-size: 3.46667vw
    }

    .history-detail__title {
        margin: 3.73333vw auto
    }

    .history-detail__button--pc {
        display: none
    }

    .detail-car__img {
        display: block;
        width: 56vw;
        margin: 0 auto 5.46667vw
    }

    .detail-car__dl {
        font-size: 2.93333vw;
        margin-bottom: 3.73333vw
    }

    .detail-car__dt {
        width: 20vw
    }

    .detail-car__dt--option {
        vertical-align: top
    }

    .detail-car__dd {
        width: 58.66667vw
    }

    .detail-price {
        border-bottom: 0
    }

    .detail-price__head {
        font-size: 2.93333vw;
        padding: 0 1.73333vw
    }

    .detail-price__dt {
        margin-right: 1em
    }

    .detail-price__table {
        margin: 6.13333vw auto;
        width: 80vw
    }

    .detail-price__column {
        height: 10.66667vw;
        line-height: 10.66667vw;
        padding: 0 1.73333vw
    }

    .detail-price__column--pc {
        display: none
    }

    .detail-price__column--sum {
        padding-left: 13.33333vw
    }

    .detail-driver {
        padding: 0 3.2vw
    }

    .detail-driver .licence-pic {
        margin-left: 0;
        padding-left: 2.93333vw
    }

    .detail-driver .update-userinfo__label {
        font-weight: bold
    }

    .area_half-content {
        margin-top: 0 !important;
    }

    .area_half-content h3 {
        margin-top: 0 !important;
    }

    .area_half {
        width: 98%;
        min-width: 98%;
        max-width: 98%;
        margin: 0 auto !important;
        margin-bottom: 35px !important;

    }

    .area_half dl {
        line-height: 2.5;
    }

    .area_half dt,
    .area_half dd {
        float: left !important;
        margin-left: 0 !important;
        display: inline-block;
    }

    .area_half dt {
        width: 110px !important;
    }

    .area_half dd {
        width: 280px !important;
        display: contents !important;
    }

    .area_half dd input {
        width: 200px !important;
        margin-bottom: 20px !important;
    }

    .email_mess {
        margin-left: 5px !important;
        font-size: 12px;
        text-align: left;
        display: inline-block;
    }

    .area_half .car-search__button {
        margin-top: 25px;
    }
}

@media screen and (min-width: 769px) {
    .history-detail {
        margin-top: 36px
    }

    .history-detail__block {
        border: 1px solid #B4B4B4;
        padding: 29px 32px
    }

    .history-detail__block:not(:last-of-type) {
        border-bottom: 0
    }

    .history-detail__header {
        border: 1px solid #B4B4B4;
        border-bottom: 0;
        height: 48px;
        padding: 0 8px 0 21px
    }

    .history-detail__field {
        height: 48px;
        line-height: 48px
    }

    .history-detail__field-head {
        font-size: 1.6rem;
        font-weight: bold
    }

    .history-detail__field-head--status {
        font-size: 1.2rem
    }

    .history-detail__field-body {
        font-size: 2.2rem;
        font-weight: bold
    }

    .history-detail__field-body--book-no {
        margin-left: 26px
    }

    .history-detail__field-body--status {
        font-size: 1.4rem;
        height: 28px;
        line-height: 28px;
        margin-left: 10px;
        width: 120px
    }

    .history-detail__overview {
        margin-bottom: 27px
    }

    .history-detail__dl {
        float: left;
        width: 300px
    }

    .history-detail__dl--rental {
        height: 50px;
        width: 340px
    }

    .history-detail__dt {
        width: 135px
    }

    .history-detail__dt--rental {
        height: 50px;
        line-height: 50px;
        margin-left: 9px;
        width: 50px;
        vertical-align: top
    }

    .history-detail__dd {
        width: 150px
    }

    .history-detail__dd--rental {
        height: 50px;
        line-height: 25px;
        margin-left: 19px;
        width: 220px
    }

    .history-detail__rental {
        height: 50px
    }

    .history-detail__rental-date {
        font-size: 1.8rem
    }

    .history-detail__rental-arrow {
        float: left;
        width: 20px
    }

    .history-detail__title {
        font-size: 1.8rem;
        margin-bottom: 25px
    }

    .history-detail__button--sp {
        display: none
    }

    .detail-car::after {
        content: '';
        clear: both;
        display: block
    }

    .detail-car__img {
        float: right;
        width: 375px
    }

    .detail-car__dl {
        margin-bottom: 20px
    }

    .detail-car__dt {
        width: 104px
    }

    .detail-car__dt--option {
        line-height: 5;
        vertical-align: top
    }

    .detail-car__dd {
        width: 270px
    }

    .detail-price {
        padding: 29px 90px
    }

    .detail-price__head {
        text-align: center
    }

    .detail-price__dl {
        display: inline-block
    }

    .detail-price__dt {
        width: auto;
        margin-right: 20px
    }

    .detail-price__dd {
        width: auto
    }

    .detail-price__dd:first-of-type {
        margin-right: 63px
    }

    .detail-price__table {
        margin-bottom: 47px;
        margin-top: 46px;
        width: 640px
    }

    .detail-price__column {
        height: 53px;
        line-height: 53px;
        padding: 0 24px
    }

    .detail-driver {
        padding: 36px 64px 64px
    }

    .area_half-content {
        margin-top: 0 !important;
    }

    .area_half-content h3 {
        margin-top: 20px !important;
    }

    .area_half {
        width: 47%;
        min-width: 47%;
        max-width: 47%;
        margin: 0px 15px !important;
        float: left;
    }

    .area_half .area_wt {
        padding: 20px !important;
    }

    .area_half dt,
    .area_half dd {
        float: left !important;
        margin-left: 0 !important;
        display: inline-block;
    }

    .area_half dt {
        width: 120px !important;
    }

    .area_half dd {
        width: 300px !important;
        display: contents !important;
    }

    .area_half dd input {
        margin-bottom: 35px !important;
        width: 270px !important;
    }

    .email_mess {
        width: 100%;
        font-size: 12px;
        display: inline-block;
        text-align: left;
    }

    .email_mess p {
        width: 930px;
        margin: 0 auto;
        display: block;
    }

    .image-container_line {
    	margin: 0 auto;
        width: 50%;
    }

    .image-container_line img{
        width: 100%;
    }
    .img-fit_line_friend_label{
    	margin: 0 15em;
    }
    .img-fit_line_friend_image{
	height: auto;
	display: block;
	margin: 0 auto;
    }
}
