@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
    line-height:1.3em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定*/
table {
    border-collapse:collapse;
    border-spacing:0;
}

/* 	共通テキスト */
.txt10px{ font-size:63%; /*10px*/}
.txt12px{ font-size:75%; /*12px*/}
.txt14px{ font-size:88%; /*14px*/}

.text_red {	color: #E1001F;}
.text_red_bold {
	color: #FF0000;
	font-weight: bold;
}

/* 	リンク */
a:link { color: #0095C8; }
a:visited { color: #0095C8; }
a:hover { color: #0095C8;}
a:active { color: #0095C8; }

a.shop_link{
	display:block;
	margin-top:5px;
	padding-left:16px;
	background:url(../images/ico_arrow04.gif) 0px 2px no-repeat;
	font-size:12px;
	line-height:1.3em;
}

.text{ font-size: 13px; }
.note{ font-size: 13px; line-height: 1.5; text-indent: -1em; margin-left: 1em; }

.head_collab {
    text-align: center;
    background-color: #f7f3f7;
    color: #222;
    font-size: 1.4em;
    padding: 4px 0 5px;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.headline_cuption{
    text-align: center;
    font-size: 1.2em;
    margin: 32px auto 24px;
    font-weight: 600;
}


/*========= バー表示のためのCSS ===============*/

.scrollgress{
  z-index: 100;/*他のposition指定しているエリアより前に出すためz-indexの数字を大きく*/
  top:0px!important;/* fixedで設置しているheaderの高さよりも下にバーを出す*/
}

/*---------------------------------------------*/
/* ヘッダー */
#header{	
    display: flex;
    width: 800px;
    padding:3px 0 12px 0;
    margin: 10px auto 0;
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    color: #666;
    justify-content: space-between;
}

#header h1{

}

h1 img{ /*margin-top:10px;*/}

#header .navi {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 4em;
    font-size: 1.6rem;
}

#header .navi ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}

#header .navi ul li + li {
    margin-left: 2.5em;
}

#header .navi ul a, #header .navi ul span {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0;
    line-height: 1.5;
    font-weight: 600;
}

#content .contactBox ul {
    max-width: 700px;
}

.comForm td li.inputUI-mark{
    width: auto;
    line-height: 2.5;
}

.video_note{
    width: 700px;
    margin: 0 auto;
    text-align: right;
}

/*---------------------------------------------*/
/* コンテンツ */
/*#layout{
	width:100%;
	background:url(../images/bg_layout.gif) repeat-x;
}*/

#witness_notice{
    color: #ec1234;
    font-weight: 500;
    font-size: 1.15em;
    margin-top: 8px;
    text-decoration: underline;
}


/*---------------------------------------------*/
/* SUB-MENU */
.sub_menu{
	padding: 35px 0;
    background-color: #f2f2f2;
    margin: 16px auto 48px;
}

.sub_menu .htb-inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 990px;
}

.sub_menu .plan-link-list {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.sub_menu .plan-link-btn {
    position: relative;
    width: 32.291666%;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
}

.sub_menu .plan-link-btn:not(:last-of-type) {
    margin-right: 1.5625%;
}

.sub_menu .Num {
    display: block;
    margin: auto 0;
    width: auto;
    /* text-align: left; */
    position: absolute;
    font-size: 4.5rem;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #ec1234;
    top: 0;
    left: 9px;
    line-height: 1.3em;
    bottom: 0;
}

.sub_menu .plan-link-btn:after {
    position: absolute;
    top: 50%;
    right: 18px;
    content: '';
    display: block;
    width: 19px;
    height: 10px;
    background: url(/img/common/icon42.jpg) center top no-repeat;
    background-size: contain;
}

.sub_menu .plan-link-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 8px 0 0px;
    text-decoration: none;
    width: 100%;
}

.sub_menu .plan-link-btn a:hover {
	color: #ec1234;
}

.sub_menu .plan-link-title {
    padding-top: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.sub_menu .plan-link-title strong {
    display: block;
    width: 100%;
    font-size: 22px;
}

#visual{
	width:1000px;
	margin:0 auto;
	background:#FFF;
    text-align: center;
    line-height: 1;
}

#btn_menu{
	width:1000px;
	height:40px;
	display:block;
} 

#btn_menu a{
	display:block;
	width:250px;
	height:30px;
	margin:0;
	padding-top:10px;
	background:url(../images/btn_menu.gif) no-repeat;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	float:left;
}

#btn_menu a:hover {
	background:url(../images/btn_menu_o.gif) no-repeat;
	color:#CCC;
}

#btn_menu a li{
	list-style:none;
}

.notes{
	padding: 12px 30px 24px 30px;
	font-size:1em;
}

.stepup_flow .borderBox p.list,
.stepup_flow .borderBox ul.list li {
    text-indent: -1em;
    margin-left: 1em;
}

.stepup_flow .borderBox p.list::before,
.stepup_flow .borderBox ul.list li::before {
   content: "・";
   padding-right: 1px;
}

.amazon .inner:not(:last-child) {
    margin-bottom: 77px;
}

/*#content{
	width:940px;
	margin:0 auto;
	padding:20px 30px 0 30px;
	background:#FFF;
}*/

.btn_reserve{
	margin: 16px auto;
}

.btn_reserve a{
	display:block;
	overflow:hidden;
	width:448px;
	height:0px;
	margin:0 auto 20px;
	padding-top:54px;
	background:url(../images/btn_reserve.gif);
}

.btn_reserve a:hover {background:url(../images/btn_reserve_o.gif);}

/*h2{
	height:26px;
	margin-bottom:20px;
	padding: 9px 0 0 40px;
	font-size:113%;
	color:#FFF;
}*/

.loaner_pageTitle {
    margin-bottom: 16px;
    background-image: url(/img/enjoy/main_img.jpg);
    height: 170px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loaner_pageTitle h2 {
    font-size: 2.6rem;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 8px #000000;
    line-height: 1.2;
    text-align: center;
}

.loaner_pageTitle h2 b {
    font-size: 3.2rem;
}

h2.headline05, h2.headline08 {
    color: #2b2b2b;
}

h4{
	display:block;
	width:940px;
	height:27px;
	margin-top:20px;
	padding-top:8px;
	text-align:center;
	background:#DD0000;
	color:#FFF;
	font-size:113%;
	font-weight:bold;
}

h5{
	display:block;
	margin:0;
	padding:8px 0 8px 20px;
	background:url(../images/ico_item.gif) 0px 8px no-repeat;
	border-bottom: 1px dotted #B2B2B2;
	font-size:88%;
	line-height:1em;
}

h2.headline08 {
    color: #2b2b2b;
}

#content a.text-link{
    text-decoration: underline;
    color: #355eb1;
    font-weight: 500;
}

#content a.text-link:hover{
    text-decoration: none;
}

.innerBox_Fv{
    max-width: 1400px;
    margin: 0 auto;
}

.innerBox.innerBox_Fv p{
    font-size: 1.4em;
}

.bgColor{
    background-color: #F7F8F9;
    padding: 60px 0;
}

.comBtn03.arrow.down a::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -7px;
}

.stepup_selling.stepup_flow .borderBox .headline03 {
    margin-bottom: 8px;
    font-size: 1.6rem;
}

.borderBox .headline03 + .list {
	color: #ec1234;
	font-size: 12px;
}

.borderBox .headline03 + .list a,
.borderBox .headline03 + .list a:link {
	text-decoration: underline;
	color: #ec1234;
	font-weight: 600;
}

.borderBox .headline03 + .list a:hover {
	text-decoration: none;
}

.borderBox .headline03 img {
    margin-right: 8px;
}

.stepup_flow .borderBox .redTxt {
    font-weight: normal;
    font-size: 12px;
}

.amazon .reservation{
	margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
}

.comBtnRed a{
	margin: 0;
    padding: 13px 14px;
    width: 360px;
    color: #fff;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.6px;
    background-color: #ec1234;
    border: 2px solid #ec1234;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.comBtnRed a:visited {
    color: #fff;
}
.comBtnRed a:hover {
    color: #ec1234;
    background-color: #fff;
}

.amazon .reservation .description {
    font-size: 12px;
    margin-bottom: 8px;
}

.amazon .reservation .subject {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 8px;
}

.shop-list {
    margin: -4px 0 0 4px;
    padding: 0;
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
}

.shop-list a {
    position: relative;
    display: inline-block;
    align-items: center;
    margin: 0 auto;
    padding: 0px 30px 1px 10px;
    width: auto;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    background-color: #2b2b2b;
    transition: 0.3s;
    border-radius: 15px;
}

.shop-list a:before {
    right: 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
}

.shop-list a:after {
    right: 12px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #2b2b2b;
    border-right: 2px solid #2b2b2b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.shop-list a:before, .shop-list a:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
}

.shop-list a:link,
.shop-list a:visited {
    color: #fff;
}

.shop-list a:hover {
    text-decoration: none;
    background-color: #bbbbbb;
}




/*---------------------------------------------*/
/* Button LInk */
.contact_box .contact {
    margin-bottom: 89px;
    padding: 1px 0 27px;
    text-align: center;
    background-color: #F1F3F5;
}

.contact_box .contact ul {
    margin: 32px 35px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}




/*---------------------------------------------*/
/* ご利用の流れ */

#content .comFlow {
    padding: 32px 0 40px;
    margin-top: 0;
}

.details_inner{}

.details_inner .details__summary {
    position: relative;
    cursor: pointer;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 48px;
}

.details_inner .details__summary i:before, .details_inner .details__summary i:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    background-color: #eb0a1e;
    width: 20px;
    height: 2px;
    transition: 0.3s;
}

.details_inner .details__summary i:before {
    transform: rotateZ(90deg);
}

.details_inner .details__summary i:after {
}

.details_inner .details__summary.active i:before {
    transform: rotateZ(0deg);
}

.details_inner .details__content {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 0;
}

.details_inner .details__content.active {
    height: auto;
    overflow: initial;
}

.details_inner .details__summary::before {
    display: block;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 6px);
    right: 16px;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
    transition: all 0.4s ease-out;
    transform-origin: 3px 6px;
    transform: rotate(90deg);
}

.details_inner .details__summary.active::before {
    transform: rotate(-90deg);
}

/*.flexbox{
	flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.flexbox .list{
	width: 30%;
}*/






/*---------------------------------------------*/
/* ご利用の流れ */
.amazon .comFlow .flowUl {
    margin: -60px 0 0px;
}

.stepup_flow .borderBox {
	font-size: 13px;
}

#content .stepup_flow .headline12 {
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-size: 2.8rem;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    line-height: 1;
}
#content .stepup_flow .headline12 .en {
    font-size: 2.4rem;
    width: 80px;
}


/*---------------------------------------------*/
/* 予約申込 */

/*#topicPath要素内ulの行頭記号非表示*/
#content ul#topicPath {
	height:25px;
    list-style:none;
}

#content ul#topicPath li {
	width: auto;
	padding-right:9px;
	color: #666;
	font-size: 63%;
	line-height:1em;
	float: left;
}

#content ul#topicPath li a {
	background: url(../images/ico_topicpath.gif) no-repeat right 3px;
	padding-right:14px;
}

h2#title_reserve{
	clear:both;
	display:block;
	width:890px;
	padding: 9px 0 0 50px;
	background:url(../images/title_reserve.gif) no-repeat;
}

.txt_lead{
	margin:20px 0;
	font-size:75%;
	line-height:1em;
}

#reserve{}

#reserve table{
	display:block;
	width:940px;
	margin:10px 0 20px 0;
    border:none;
    border-collapse:collapse;
    border-spacing:0;
    background:#FFF;
    empty-cells:show;
	font-size:75%;
}

#reserve th , #reserve td{
	padding:0 0 1em 1em;
    border:none;
	vertical-align:top;
}

#reserve th{
	width:10em;
	text-align:left;
	font-weight:normal;
}

#reserve td span{
	vertical-align:top;
	padding-left:1em;
}

.td_notes{
	margin:5px 0 10px 0;
	line-height:1.2em;
	color:#666;
}

#reserve select{margin-right:10px;}

#btn_confirm{
	display:block;
	margin:0 0 20px 308px;
}

#btn_return{
	display:block;
	margin:0 0 20px 383px;
}

#entry{
	padding:100px 0 200px 0;
	text-align:center;
}

#entry img{margin-bottom:20px;}

/*お得な情報*/
/*---------------------------------------------*/
.comCaseUl_2rows {
    margin-top: 0px;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comCaseUl_2rows li {
	border:1px solid #ccc;
    line-height: 2;
    margin: 0px 0 0;
    width: 46%;
    font-size: 1.6rem;
    line-height: 2;
    background-color: #fffdf6;
    padding: 16px;
}

h2.headline_benefit {
    line-height: 1.3;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 24px;
}

h2.headline_benefit02{
    margin-top: 80px;
}

.comCaseUl_2rows .card-content {
    display: flex;
}

.card-content .photoBox{
    flex: 1;
    max-width: 250px;
    text-align: center;
    margin-right: 16px;
}

.card-content .text {
    flex: 1;
}

h2.headline_benefit span{
    font-size: 5rem;
    font-family: 'Anton', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    margin-left: 6px;
}

.com_2rows_txtbox{
    min-height: 60px;
}

.headline_benefit_title{
    position: relative;
    font-weight: 500;
    display: block;
    width: 300px;
    margin: 0px auto 16px;
    padding-bottom: 8px;
}

.headline_benefit_title::after {
    content: '';
    position: absolute;
    width: 48px;
    height: 3px;
    background-color: #355eb1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.headline_benefit_index{
    font-weight: 500;
    font-size: .75em;
}

.headline_benefit_index img{
    width: 25px;
}

.subtit-rounded{
    /*background-color: #fff;
    border-radius: 30px;
    border: 2px solid #ccc;*/
    color: #355eb1;
    font-weight: 700;
    padding: 0 16px;
    text-align: center;
    margin: 16px auto 8px;
}

.headline_benefit_sub01{
    font-size: 1em;
    margin-top: 24px;
}







/* Table design01 */
.table_content_color01{}

table.table_content_color01 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 6px;
}

.table_content_color01 th,
.table_content_color01 td {
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  background-color: #fff;
  font-weight: 500;
  font-size: 1.1em;
}

.table_content_color01 th {
    font-weight: 700;
    font-size: .9em;
    color: #fff;
    background: #355eb1;
    position: sticky;
    top: 0;
    padding: 6px 6px;
}
.table_content_color01 img {
  width: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: .5rem;
}

.arrow_box01 {
    position: relative;
    display: block;
    background: #ec1234;
    border: 2px solid #ec1234;
    color: #fff;
    padding: 0px 0 2px;
    margin: 0 auto 16px;
    border-radius: 25px;
    line-height: 1.65;
    font-size: .85em;
}
.arrow_box01:after, .arrow_box01:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
}
.arrow_box01:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ec1234;
  border-width: 14px;
  margin-left: -14px;
}
.arrow_box01:before {
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #ec1234;
  border-width: 17px;
  margin-left: -17px;
}

@media(max-width: 500px) {
  .table_content_color01 .heading {
    /*display: none;*/
  }
  .table_content_color01 td {
    /*display: block;*/
  }
  .table_content_color01 td::before {
    /*content: attr(data-label);
    font-size: 1em;
    color: #666;
    display: block;
    margin-bottom: 0.25rem;*/
  }
}


/* Table design02 */
.table_content_color02 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
  margin-top: 8px;
}

.table_content_color02 th {
  /*width: 22%;*/
  background: #dfefff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 6px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}

.table_content_color02 td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 6px;
  vertical-align: top;
  text-align: center;
  font-weight: 500;
  font-size: 1.1em;
}

@media all and (max-width: 600px) {
  .table_content_color02 th, .table_content_color02 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .table_content_color02 tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}


/*---------------------------------------------*/
/* ご利用料金例 */
.c-table_content {
    width: auto;
    margin: 0 auto;    
}

.c-table_headCell-price {
    /*box-shadow: inset 0 8px 0 0 #d7d2d2;*/
    padding: 32px 16px;
    vertical-align: top;
}

.c-table_cell {
    word-wrap: break-word;
    border: 1px solid #e1dcdc;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    overflow-wrap: break-word;
    padding: 12px 16px;
    text-align: center;
    vertical-align: middle;
}

.c-table_cell-w-25per {
    width: 25%;
}

.c-table_headCell {
    background-color: #f7f5f5;
    border: 1px solid #e1dcdc;
    color: #323232;
    vertical-align: top;
}

.ttl-tab{
    position: relative;
    width: auto;
    margin: 0 auto 24px;
    padding: 6px 24px 8px;
    border-top: none;
    /*background: #f6f6f6;
    border-left: 3px solid #25789f;*/
    font-size: 2.6rem;
}

.ttl-tab::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dotted #2b2b2b;
    border-bottom: 1px dotted #ced5d9;
}

.c-table_content{
    width: 100%;
    margin:0 auto;
    border-spacing: 0;
    border: solid 1px #fff;
    border-collapse: collapse;
    overflow: hidden;   /*これがないとはみ出しちゃうので必須*/
}
.c-table_content th,
.c-table_content td{
    padding: 1em 1.5em;
    border: solid 1px #ddd;
    text-align:center;
    position: relative; /*カラーを疑似要素で乗せるので必須*/
}

th.c-table_headCell-price{
    background-color: #2b2b2b;
    color: #fff;
    padding: .8em 1.5em;    
}

.c-textXSmall{ font-size: 12px; text-align: right; margin-bottom: 6px; }

/*.c-table_content th{ color:#fff; background:rgba( 0,174,201,1 ); }*/
.c-table_content td:hover{
    background: rgba( 255,255,96,.6 );      /*ホバーしたセルのカラー*/
}
.c-table_content td:hover::before,
.c-table_content td:hover::after{   /*ホバーした縦横セルのハイライト準備*/
    content: "";
    width: 100%;
    height: 100%;
    background: rgba( 255,255,96,.2 );      /*縦横のカラー指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.c-table_content td:hover::before{  /*ホバーした横のセル全部をハイライト*/
    width: 200vw;
    left: -100vw;
}
.c-table_content td:hover::after{   /*ホバーした縦のセル全部をハイライト*/
    height: 200vh;
    top: -100vh;
}

.c-table_content th.u-bgc-p1-imp {
    background-color: white;
    border-top: initial;
    border-left: initial;
}


/*table type02*/

.price-about-car {
    float: left;
    width: 150px;
    box-sizing: border-box;
    padding: 17px 14px;
    margin: 0;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 1.4rem;
    }

.price-about-car img {
    display: block;
    margin: 0 auto 9px;
    width: 175px;
}

.u-space--m {
        margin-bottom: 30px;
    }
/*table*/
.price-about-table {
    margin: 0;
    display: block;
    float: right;
    table-layout: fixed;
}

.price-about-table thead {
    display: block;
}

.price-about-table thead th:last-child {
    width: 40%;
    background: #f7f6ef;
    border-left: none;
}

.price-table01 tr:first-child th:first-child {
    background: #e9f0f3;
}

.price-about-table thead th:first-child {
    width: calc(60% + 2px);
}

.price-about-table thead th:last-child {
    width: 40%;
    background: #f7f6ef;
    border-left: none;
}

.price-about-table thead tr {
    width: 100%;
    display: flex;
    border: none;
}

.price-about-table thead th {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.price-about-table tbody {
    display: table;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    box-sizing: border-box;
}

.price-about-table tbody tr {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-top: none;
}

.price-table01 tr {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ccc;
    width: 12.5%;
}

.price-table01 th, .price-table01 td {
    display: block;
    border-right: none;
    border-left: none;
    border-bottom: none;
    padding: 11px 0;
}

.price-about-ttl {
    color: #25789f;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.price-about-plus {
    margin-bottom: 30px;
    position: relative;
}

.price-about-bar {
        margin-right: 56px;
        margin-bottom: 0;
        float: left;
        width: 450px;
        height: 46px;
        font-size: 1.5rem;
    }

    .price-about-plus .price-about-bar {
        width: 700px;
    }

.price-about-bar__base, .price-about-bar__more, .price-about-bar__mid {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e9f0f3;
    vertical-align: middle;
}

.price-about-bar__base {
        padding-left: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

.price-about-plus .price-about-bar .icon.icon-mul {
    position: absolute;
    top: 50%;
    left: 33.33333%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1rem;
    font-weight: bold;
    vertical-align: top;
    z-index: 2;
    font-size: 1.5em;
    font-style: normal;
}

.price-about-plus .price-about-bar .icon {
    position: absolute;
    top: 50%;
    left: 66.6666%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1rem;
    font-weight: bold;
    vertical-align: top;
    z-index: 2;
    font-size: 1.5em;
    font-style: normal;
}

.price-about-bar__mid {
    width: 33.3%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    background: #f7f6ef;
    vertical-align: middle;
}

.price-about-bar__more {
    width: 33.3%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    background: #f7f6ef;
    vertical-align: middle;
}

.price-about-bar {
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 0 32px;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    font-size: 1.3rem;
    text-align: center;
}

.price-about-bar {
        margin-right: 56px;
        margin-bottom: 0;
        float: left;
        width: 450px;
        height: 46px;
        font-size: 1.5rem;
    }

.price-about-bar::after {
    content: '=';
    position: absolute;
    bottom: -22px;
    left: 50%;
    width: 13px;
    height: 13px;
    font-size: 1.5em;
}

.price-about-bar::after {
    bottom: 25px;
    left: inherit;
    right: -37px;
    //*-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
}

.price-about-use {
    width: 100%;
    border: 1px solid #ccc;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    font-size: 1.4rem;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.price-about-use {
        width: 190px;
        height: 46px;
    }

.price-about-wrap span{
    font-weight: 700;
}









/*---------------------------------------------*/
/* ご利用料金例 Tab */
.u-section--full {
    box-sizing: border-box;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.price-local-nav-scroll {
    margin-bottom: 0px;
    overflow: visible;
    height: auto;
}

.price-local-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}

.price-local-nav li {
    width: 100%;
    display: flex;
    background-color: #fffdf6;
    border-bottom: 4px solid #2b2b2b;
}

.price-local-nav li a {
    border: 1px solid #ccc;
    border-bottom: none;
    color: #222;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 5px 37px;
    min-height: 84px;
    width: 100%;
    box-sizing: border-box;
    background: no-repeat;
    background-position: left 50% bottom 4px;
    line-height: 1.5;
    background-size: 40px;
}

.price-local-nav li.active {
    background-color: #fff;
    border-bottom: initial;
    /*border-bottom: 4px solid #fff;*/
}

.price-local-nav li:not(:last-child) a {
    border-right: none;
}

.price-local-nav li.active a{
    background-position-y: 40px;
}

.price-local-nav li:nth-child(1) a {
    background-image: url(/lp/loaner/img/50cc_bike.svg);
}

.price-local-nav li:nth-child(2) a {
    background-image: url(/lp/loaner/img/125cc_bike.svg);
}

.price-local-nav li:nth-child(3) a {
    background-image: url(/lp/loaner/img/125cc_bike.svg);
}

.price-local-nav li:nth-child(4) a {
    background-image: url(/img/common/icon07.png);
}

.price-local-nav li:nth-child(5) a {
    background-image: url(/img/common/icon07.png);
}

.price-local-nav li:nth-child(6) a {
    background-image: url(/lp/loaner/img/oogata_bikek.svg);
    background-size: 50px;
    background-position: left 50% bottom 10px;
}



/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding:10px 20px 20px;
  width: 1000px;
  margin: 0 auto;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*---------------------------------------------*/
/* ご利用の流れ */
h2#title_flow{
	margin-bottom:20px;
	background:url(../images/title_flow.gif) no-repeat;
}

#flow{
	width:920px;
	height:280px;
	margin-bottom:20px;
	padding:10px;
	background:url(../images/bg_flow.gif) no-repeat;
}

#flow dl{
	display:block;
	width:200px;
	height:280px;
	float:left;
}

#flow dl.float_left{
	width:200px;
	height:280px;
	margin-right:40px;
	float:left;
}

#flow dt{margin-bottom:10px;}
#flow dd{
	font-size:75%;
    line-height:1.3em;
}

.flow_detail{
	margin-bottom:20px;
	padding-top:16px;
	background:url(../images/bg_flow_bottom.gif) repeat-x;
	font-size:88%;
}

.flow_attention{
	margin-bottom:20px;
	padding: 20px;
	font-size:88%;
	background:#FFFFCC;
}

ul.flow_list li{
	list-style:disc;
	list-style-position:outside;
	margin:0 0 10px 15px;
	line-height:1.3em;
}

/*---------------------------------------------*/
/* 工賃表 */
#price_link{
	padding: 60px 0;
}

.caseBox {
    /*padding: 45px 0 85px;
    background: #F7F8F9 url(img/stepup/selling/case_bg.png) no-repeat bottom right;
    background-size: 100% auto;
    border-top: 4px solid #ec1234;
    position: relative;*/
    background-color: #F7F8F9;
    padding: 60px 0;
}

h2.title_price{
	margin-bottom:20px;
	background:url(../images/title_price.gif) no-repeat;
}

table.price {
	width:940px;
	margin: 0 auto;
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
    border-collapse:collapse;
    border-spacing:0;
    background:#FFF;
    empty-cells:show;
	font-size: .9em;
	font-weight: normal;
	text-align: center;
}

table.price tr {
    /*background-color: #fff;*/
    /*border-bottom: 2px solid #fff;*/
}

/*table.price tr:nth-child(even) td {
    background-color: #eee;
}

table.price tr td[rowspan] {
    background: #fff;
}*/

/*table.price .odd {background-color: #fff;}
table.price .even { background-color: #eee;}*/

table.price tbody tr:hover {
    background-color: #ffec97;
}

table#shop{
	width:940px;
	margin: 0 auto 20px;
    border-collapse:collapse;
    border-spacing:0;
    background:#FFF;
    empty-cells:show;
	font-size:75%;
}

#shop .summary {
	background-color: #2b2b2b;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}

#shop tr.summary th {
    background: inherit;
}

table#shop tr {
    background-color: #fff;
    border-bottom: 2px solid #fff;
}

table#shop tr:nth-child(even) {
    background-color: #eee;
}

table#shop tbody tr.summary:hover {
    background-color: #2b2b2b;
}

table#shop tbody tr:hover {
    background-color: #ffec97;
}

table.price th , table.price td{
    padding:3px 5px;
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
	vertical-align: middle;
	line-height:1.3em;
}

tr.summary th{
	background:#2b2b2b;
	color: #fff;
}

tr.parts th{
	background:#f2f2f2;
	/*color: #fff;*/
}

td.wages{font-weight:bold;}
/* 奇数行の背景色
table.price tr:nth-child(odd) td {background:#F3F3F3;}
table.price tr.odd td {background:#F3F3F3;}/* for ie*/

table.price td.price_notes{}

.c-table_content td.error_percentage {
    padding: 6px 0;
    font-size: 1.0em;
}

.c-table_content .c-table_contentBody .error_percentage_text th,
.c-table_content .c-table_contentBody .error_percentage_text td{
    font-size: 1.0em;
    padding: .5em 1.5em
}

.c-table_content .c-table_contentBody .totalamount th,
.c-table_content .c-table_contentBody .totalamount td{
    font-size: 1.5em;
    font-weight: 600;
    border-bottom: 3px #2b2b2b double;
}

.c-table_content .c-table_contentBody .totalamount td{
    background-color: rgb(255 84 84 / 20%);
}

.attention{
	font-size: 13px;
	width: 940px;
	margin: 20px auto;
}

td.td_center{text-align:center;}

/*---------------------------------------------*/
/* 店舗一覧 */
h2#title_shop{
	margin-bottom:20px;
	background:url(../images/title_shop.gif) no-repeat;
}

table#shop th.touoku{background-color:#FFDD33;}
table#shop th.kanto{background-color:#FFAAAA;}
table#shop th.tokai{background-color:#AADD55;}
table#shop th.kansai{background-color:#66CCBB;}
table#shop th.kyushu{background-color:#66BBFF;}

table#shop td.txt_name{font-weight:bold;}
table#shop td.txt_center{text-align:center;}
table#shop img{margin-left:10px; vertical-align:middle;}

table#shop th, table#shop td {
    padding: 0.35em 0.5em;
}


/*スマホ用*/
@media screen and (max-width: 600px) {
	.pc{ display: none; }
    #header {
	    width: 100%;
	    padding: 0px 0 8px 0;
	}
	#header h1 {
		margin: 10px 0 0 10px;
	    width: 120px;
	    padding: 0;

	}
	#header h1 img {
	    margin-top: 0px;
	}

	#container .stepup_flow .headline12 {
	    font-size: 2.4rem;
	}

	#visual {
	    width: auto;
        margin: 16px auto;
	}

    #visual video{
        width: 100%;
    }

    #content .headline08 {
        margin: 16px auto 24px;
    }


    .innerBox.innerBox_Fv .comHalfBox01 {
        margin-bottom: 0 !important;
    }


	/*Sub-Menu*/
	.sub_menu {
	    padding: 10px 0 2px;
	    margin: 0 auto;
	}

	.sub_menu .plan-link-list {
	    flex-wrap: wrap;
	    justify-content: space-between;
	}

	.sub_menu .htb-inner {
	    margin: 0 auto;
	    padding: 0 10px;
	    max-width: inherit;
	}

	.sub_menu .plan-link-btn:not(:last-of-type) {
	    margin-right: 0;
	}

	.sub_menu .plan-link-btn {
	    width: 48%;
	    margin-bottom: 8px;
	    padding: 6px 0;
	}

	.sub_menu .plan-link-btn:after {
	    right: 6px;
	}

	.sub_menu .plan-link-title {
	    font-size: 12px;
	}

	.sub_menu .plan-link-title strong {
	    font-size: 18px;
	}

	#btn_menu {
	    width: 100%;
	    height: auto;
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	#btn_menu a {
	    display: block;
	    width: 50%;
	    height: 30px;
	}
	.notes {
	    padding: 12px 14px 24px;
	}

	/*cta*/
	.amazon .reservation {
	    margin: 8px auto;
	}

	.comBtnRed a {
	    padding: 8px 14px;
	    width: 280px;
	}

	.amazon .comFlow .flowUl {
	    margin: 0px 0 0px;
	}

    .comCaseUl_2rows .card-content {
        flex-wrap: wrap;
    }

    .card-content .photoBox {
        flex: auto;
        max-width: inherit;
        text-align: center;
        margin-right: 0px;
    }



	/*table*/
	.table-wrap {
	  overflow-x: scroll;
	  margin: 0 10px 0px 10px;
	}
	.table-wrap table {
	  width: 100%;
	  border-collapse: collapse;
	  white-space: nowrap;
	}

	table.price th {
	    padding: 3px 5px;
	    line-height: 1.0em;
	}

	table.price td {
	    line-height: 1.0em;
	}

	/*.table-wrap .sticky {
	  position: sticky;
	  top: 0;
	  left: 0;
	  background: none;
	  border-left: none;
	  border-right: none;
	}

	.table-wrap .sticky::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  border-left: 1px solid #000;
	  border-right: 1px solid #000;
	  background: #ccc;
	  z-index: -1;
	}*/

    table.table_content_color01 {
        margin: 6px auto;
    }

    .table_content_color01 td {
        padding: 0;
        font-size: .9em;
    }

	.attention {
	    width: auto;
	    margin: 20px 10px 0;
	}

	.attention p{
		text-indent: -1em;
		margin-left: 1em;
		margin-bottom: 6px;
	}

	.scroll_table::-webkit-scrollbar {
	  height: 10px; /* スクロールバーの高さ */
	}
	 
	.scroll_table::-webkit-scrollbar-thumb {
	  background: #aaa; /* ツマミの色 */
	}
	 
	.scroll_table::-webkit-scrollbar-track {
	  background: #ddd; /* トラックの色 */
	}

    .comCaseUl_2rows li {
        border: 1px solid #ccc;
        line-height: 2;
        margin: 0px auto 24px;
        width: 100%;
        font-size: 1.6rem;
        line-height: 2;
        background-color: #fffdf6;
        padding: 16px;
    }

    .headline_benefit_index {
        text-indent: -1.3em;
        margin-left: 1em;
    }


}

/*ご利用の流れ*/
.other_support .comFlow .flowUl li:nth-child(4n) {
  margin-right: 0;
}

/*.other_support .comFlow .flowUl li:nth-child(4n - 3)::after {
  display: block;
}*/

.person{    
    font-size: 1.3rem;
    display: block;
    font-weight: 500;
    line-height: 1.65;
}




/*店舗連絡先一覧 Table*/
.amazon .details__summary h3{
  background-color: #2b2b2b;
  color:#fff;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
}

.shoplist-box .borderBox {
    padding: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background-color: inherit;
    line-height: 1.71;
}

.amazon table.shoplist {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: 1em;
    text-align: left;
    padding: 1px;
    margin: 0 auto 48px;
}

#shop_link .borderBox.borBox02 {
	margin: 0 auto;
    width: 940px;
}

table.shoplist {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
}
table.shoplist tr {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
table.shoplist tr:nth-child(even){
  background-color: #eee;
}
table.shoplist th,
table.shoplist td {
  padding: .35em .5em;
  font-size: .9em;
  text-align: center;
}
table.shoplist thead th {
    font-size: 1em;
    padding: 0.1em 0.5em;
    font-weight: 500;
    text-align: center;
}

table.shoplist thead th:nth-child(1) {
    width: 220px;
}

table.shoplist thead th:nth-child(2) {
    width: 80px;
}

table.shoplist thead th:nth-child(3),
table.shoplist tbody td:nth-child(3) {
    /*width: 76px;*/
    display: none;
}

table.shoplist thead th:nth-child(5) {
    width: 150px;
}

table.shoplist thead th:nth-child(6) {
    /*width: 200px;*/
    display: none;
}

table.shoplist tbody td:nth-child(6) {
    display: none;
}

table.shoplist thead tr{
  background-color: #7B8D9A;
  color:#fff;
}
table.shoplist tbody th {
  text-align: left;
  font-size: .9em;
}

table.shoplist tbody tr:hover{
  background-color: #ffec97;
}

.txt{
   text-align: left;
   font-size: .75em;
}


#Footer{
  margin-top: 24px;
  position: relative;
}

#Footer .pagetop {
    position: absolute;
    top: -42px;
    right: 40px;
    z-index: 10;
    background-color: #fff;
    border-radius: 50%;
}

#Footer .pagetop .over {
    display: none;
}

#FtInr {
    background-color: #e2e2e2;
    padding: 8px 0;
    text-align: center;
    font-size: 10px;
}

#Footer #FtCopy {
    text-align: center;
    color: #fff;
    background-color: #d11026;
    font-size: 10px;
    padding: 16px 0;
}



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






    .video_note{
        width: 94%;
        margin: 0 auto 16px;
    }

	/*ご利用の流れ*/
	#content .comFlow {
	    padding: 24px 0 40px;
	    margin-top: 0;
	}

	#flow_link.comFlow .flowUl li {
	    margin: 0 0 56px 0;
	}
	#flow_link.comFlow .flowUl li:nth-child(4n) {
	    margin: 0;
	}

	#shop_link .borderBox.borBox02 {
	    margin: 0 auto;
	    width: 90%;
	}

    .shoplist-content {
        width: auto;
    }

    table.shoplist {
        border: 0;
        width:100%
    }
    table.shoplist th{
        /*background-color: #fd6767;*/
        background-color: #dfdfdf;
        display: block;
        border-right: none;
    }
    table.shoplist thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.shoplist tr {
        display: block;
        margin-bottom: .625em;
        /*border: 1px solid #fd6767;*/
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    }
    table.shoplist td {
        border-bottom: 1px dotted #bbb;
        display: block;
        font-size: .8em;
        text-align: right;
        position: relative;
        padding: 0.5em 1em 0.5em 4em;
        border-right: none;
    }

    table.shoplist td::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 10px;
        color: #000;
    }
    table.shoplist td:last-child {
        border-bottom: 0;
    }
    table.shoplist tbody th {
        /*color: #fff;*/
        padding: 0.1em 1em 0.3em;
        text-align: center;
    }
    table.shoplist tr:nth-child(even){
        background-color: #fff;
    }

	.details {
        margin-bottom: 24px;
    }
    .details__summary {
        position: relative;
        cursor: pointer;
    }
    .details__summary:first-child {
        margin-top: 0;
    }
    .details__summary::before {
        display: block;
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: calc(50% - 6px);
        right: 16px;
        width: 6px;
        height: 6px;
        border: 6px solid transparent;
        border-left: 6px solid #fff;
        transition: all 0.4s ease-out;
        transform-origin: 3px 6px;
        transform: rotate(90deg);
    }

    .details__summary.active::before {
        transform: rotate(-90deg);
    }
    .details__content {
        overflow: hidden;
        margin: 0;
        padding: 0;
        height: 0;
    }
    .details__content * {
        /*transition: all 0.1s linear;*/
        line-height: 0;
        opacity: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }
    .details__content.active {
        height: auto;
    }
    .details__content.active * {
        opacity: 1;
        height: auto;
        line-height: inherit;
    }

    #Footer .pagetop {
        width: 45px;
        height: 45px;
        right: 16px;
        top: -20px;
    }


}














