﻿/* =========================================================
   汎用
========================================================= */

.pl-wrapper {
    padding-top: 0;
}

#tbrcar_container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	color: #505050;
}

p {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}

/* =========================================================
   パンくず
========================================================= */
.breadcrumb {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	line-height: 30px;
}

.breadcrumb ol li {
	float: left;
}

/* =========================================================
   メインビジュアル
========================================================= */
.rc-mv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}

.rc-mv__search {
	width: 320px;
}

.rc-mv__companyInfo {
	width: 640px;
}

.rc-mv__companyInfo__title {
    height: 80px;
    background-position: left top;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #003894;
    font-size: 35px;
    font-weight: bold;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1;
}

.rc-mv__companyInfo__title__text {
    padding-left: 20px;
}

.rc-mv__companyInfo__title__prefecture {
    display: block;
    width: 100%;
    font-size: 24px;
    padding-top: 5px;
}

.rc-mv__companyInfo__title + .rc-mv__companyInfo__text--wrapper {
	margin-top: 20px;
}

.rc-mv__companyInfo__text + .rc-mv__companyInfo__text {
	margin-top: 25px;
}

/* 目次 */
.rc-mv__companyInfo__text--wrapper + .rc-mv__companyInfo__contents {
	margin-top: 10px;
}

.rc-mv__companyInfo__contents {
	background-color: #d0dff2;
	padding: 10px 20px;
	color: #014d7a;
}

.rc-mv__companyInfo__contents__title {
	color: #014d7a;
	font-weight: bold;
}

.rc-mv__companyInfo__contents__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-top: 10px;
}

.rc-mv__companyInfo__contents__list li {
	width: 196px;
	padding-right: 4px;
	margin-bottom: 6px;
}

.rc-mv__companyInfo__contents__list li a {
	position: relative;
	padding-left: 20px;
	display: inline-block;
}

.rc-mv__companyInfo__contents__list li a::before {
	position: absolute;
	content: "";
	left: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-top: 6px solid #014d7a;
	top: 7px;
}

/* MVバナー */
.rc-mv__companyInfo__contents + .rc-mv__companyInfo__banner {
	margin-top: 10px;
}

/* =========================================================
   セクション
========================================================= */
.rc-section {
	margin-top: 60px;
}

.pl-section__heading {
	padding: 10px;
	border-top: 4px solid #1460ba;
	border-left: 1px solid #c1d4ea;
	border-right: 1px solid #c1d4ea;
	border-bottom: 1px solid #c1d4ea;
	background-image: -webkit-linear-gradient(top, #ffffff, #dfe8ef);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfe8ef));
	background-image: -o-linear-gradient(top, #ffffff, #dfe8ef);
	background-image: linear-gradient(to bottom, #ffffff, #dfe8ef);
	-webkit-box-shadow: #FFF 0 0 0 1px inset;
			box-shadow: #FFF 0 0 0 1px inset;
	margin-bottom: 20px;
	color: #003894;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}

.rc-section__text--wrapper {}

.rc-section__text {}

.rc-section__text + .rc-section__text {
	margin-top: 25px;
}

/* =========================================================
   たびらいで○○を予約するのがおすすめな3つの理由
========================================================= */
.rc-reason {
	margin-top: 48px;
}

.rc-reason__title {
	color: #003894;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	position: relative;
	margin: 0 auto 23px;
	padding-bottom: 8px;
	border-bottom: solid 2px;
}

.rc-reason__title.rc-reason__title_orix {
	width: 575px;
}

.rc-reason__title::after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 8px solid currentColor;
	border-right: 8px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 8px solid transparent;
	vertical-align: middle;
	margin-left: -8px;
	position: absolute;
	top: 100%;
	left: 50%;
}

.rc-reason__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	padding-top: 14px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.rc-reason__item {
	width: 300px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: solid 2px #003894;
	padding: 30px 10px 20px;
	position: relative;
}

.rc-reason__item__title {
	position: absolute;
	top: -16px;
	left: 50%;
	width: 100px;
	height: 30px;
	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;
	background: #003894;
	color: #fff;
	margin-left: -50px;
}

.rc-reason__item__title::after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 8px solid #003894;
	border-right: 8px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 8px solid transparent;
	vertical-align: middle;
	margin-left: -8px;
	position: absolute;
	top: 100%;
	left: 50%;
}

/* ===================================================================================
   【県名】の【サプライヤ名】【各県デフォルトの出発地名】出発の厳選オススメ商品を格安予約！
=================================================================================== */
/* 商品枠
--------------------------- */
.pl-block {
    width: calc(100% - 40px);
    margin: 20px auto 0;
}

.rc-summary {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

/* 見出し */
.rc-summary__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
            -ms-flex-pack: start;
        justify-content: flex-start;
    position: relative;
    min-height: 1;
    padding: 8px;
    border-radius: 4px 4px 0 0;
    border-top: 4px solid #1460ba;
    border-bottom: 1px solid #c1d4ea;
    -webkit-box-shadow: #FFF 0 0 0 1px inset;
            box-shadow: #FFF 0 0 0 1px inset;
    background-size: 100%;
    background-image: -webkit-linear-gradient(top, #ffffff, #dfe8ef);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfe8ef));
    background-image: -o-linear-gradient(top, #ffffff, #dfe8ef);
    background-image: linear-gradient(to bottom, #ffffff, #dfe8ef);
    font-weight: bold;
    color: #1460ba;
}

.rc-summary__header__logomark {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    padding: 1px;
    border-radius: 3px;
    border: 1px solid #e6e7e9;
    margin: 0 8px 0 0;
    background: #FFF;
}

.rc-summary__header__logomark img {
    width: 100%;
    height: auto;
}

.rc-summary__header__title {
    font-size: 14px;
    padding-top: 4px;
    width: 770px;
    font-weight: 700;
}

.rc-summary__discount {
    line-height: 100%;
    font-size: 12px;
    background: #1460ba;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    color: #fff;
    padding: 4px;
    margin-right: 4px;
}


/* 車種指定 */
.rc-carModel {
    font-size: 12px;
    border-radius: 4px;
    font-weight: bold;
    padding: 4px 6px;
    color: #FFF;
    line-height: 100%;
    margin-right: 4px;
    background: #1460ba;
    width: 61px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* 基本情報 */
.rc-summary__body {
padding: 10px 20px 4px;
background: #FFF;
}

.rc-summary__body__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 8px;
}

.rc-summary__body__product__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
            -ms-flex-positive: 1;
        flex-grow: 1;
    margin-right: 4px;
}

/* 車種画像 */
.rc-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    width: 108px;
	border-radius: 4px;
	margin: 0 4px 0 0;;
    background: #fff;
}

.rc-thumbnail img {
    width: 100%;
}

/* 特徴 */
.rc-spec {
    -webkit-box-flex: 1;
            -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 8px;
    border: 1px solid #e6e7e9;
    border-radius: 4px;
    background: #f3f4f5;
}

.rc-spec__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
            -ms-flex-align: baseline;
        align-items: baseline;
    margin-bottom: 4px;
    line-height: 1.6;
}

.rc-spec__list:last-child {
    margin-bottom: 0;
}

.rc-spec__list dt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70px;
    padding: 4px;
    border-radius: 4px;
    margin-right: 4px;
    background: #a1a7ae;
    font-size: 11px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.2);
    line-height: 1.3;
}

.rc-spec__list dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    width: calc(100% - 74px);
    font-size: 12px;
    line-height: 1.3;
}

/* 在庫数 */
.rc-lastNumber {
    margin-left: 10px;
    font-size: 14px;
    color: #ff0000;
    display: block;
    font-weight: bold;
    min-width: 100px;
}

.rc-summary__header > .rc-lastNumber {
    text-align: right;
}

.rc-summary.\--searchMapPage .rc-lastNumber {
margin-left: 10px;
}

/* 禁煙・喫煙アイコン */
.rc-smoke {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    position: relative;
    max-width: 110px;
    height: 28px;
    padding-left: 25px;
    margin-left: 3px;
    line-height: 1;
    font-weight: bold;
    color: #0092FF;
}

.rc-smoke::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
}

.rc-smoke.\--non::before {
    background-image: url('//www.tabirai.net/common/images/icon/common_icon_nonsmoke_24.png');
}

.rc-smoke.\--non {
    color: #FF0000;
}

.rc-smoke::before {
    background-image: url('//www.tabirai.net/common/images/icon/common_icon_smoke_24.png');
}

/* 料金 */
.rc-priceBlock {
    -webkit-box-flex: 0;
            -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: 228px;
        flex-basis: 228px;
    padding: 1px;
    border-radius: 4px;
    border: 1px solid #e6e7e9;
    background: #f3f4f5;
    text-align: center;
}

.rc-priceBlock__body__price {
    margin-bottom: 0;
}

.rc-priceBlock__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
            -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    padding: 3px;
    font-size: 12px;
}

.rc-priceBlock__title__rate {
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    margin-left: 3px;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.2);
    background: #a1a7ae;
    font-size: 93%;
    color: #FFF;
    text-align: center;
    line-height: 100%;
}

.rc-priceBlock__body {
    padding: 4px 7px;
    border: 1px solid #e6e7e9;
    border-radius: 4px;
    background: #FFF;
    height: calc(100% - 25px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
            -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            -ms-flex-direction: column;
        flex-direction: column;
}

/* 合計料金 */
.rc-priceBlock__body__totalPrice {
    color: #c92f1b;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
}

.rc-priceBlock__body__totalPrice__emphasis {
    font-size: 24px;
    font-weight: bold;
}

.rc-priceBlock__body__tax {
    color: #939ba3;
    font-size: 11px;
}

/* 乗り捨て料金 */
.rc-dropOff {
    text-align: center;
    font-size: 13px;
    color: #333;
    margin-top: 2px;
}

.rc-dropOff__price {
    color: #c92f1b;
}

/* オプション */
.rc-priceBlock__body__topics {
    font-size: 12px;
    color: #2fa30f;
    text-align: center;
}

/* キャンペーンアイコン */
.rc-summary__body__campaign{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rc-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-right: 4px;
}

.rc-label__list {
    position: relative;
    display: none;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
            -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-preferred-size: 163px;
        flex-basis: 163px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 40px;
    padding: 6px 3px;
    border-radius: 3px;
    border: 1px solid #0f488c;
    margin: 0 4px 4px 0;
    background: #1460ba;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
}

.rc-label__list.\--on {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.rc-label__list:hover::after {
    position: absolute;
    top: -46px;
    left: -2px;
    content: attr(data-text)"";
    display: inline-block;
    width: 100px;
    padding: 6px;
    border: 1px solid #333;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
            box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    background: #fff;
    color: #333;
    z-index: 2;
    font-size: 12px;
    line-height: 1.2;
}

.rc-label__list:last-child {
    margin-left: 0;
}

/* 商品詳細ボタン */
.rc-summary__button {
    -ms-flex-preferred-size: 228px;
        flex-basis: 228px;
    -webkit-box-flex: 0;
            -ms-flex-positive: 0;
        flex-grow: 0;
}

.rc-summary .ui-btn {
    display: block;
}

.rc-summary .rc-summary__footer {
    background: #FFF;
    border-radius: 0 0 4px 4px;
    padding: 0 20px 10px;
}

/* インフォメーション欄 */
.rc-summary__footer__info {
    border-top: 1px solid #e6e7e9;
    padding: 8px 0 0;
}

.rc-summary:hover .rc-summary__footer__info {
    border-color: #bcd7f8;
}

.rc-summary__footer__info__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    color: #2fa30f;
    line-height: 1.5;
    margin-bottom: 2px;
}

@font-face {
    font-family: FontAwesome;
    src: url("/car/common/fonts/fontawesome-webfont.eot");
    src: url("/car/common/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/car/common/fonts/fontawesome-webfont.woff") format("woff"), url("/car/common/fonts/fontawesome-webfont.ttf") format("truetype"), url("/car/common/fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
    font-weight: normal;
    font-style: normal;
}

.rc-summary__footer__info__list li:before {
    content: "\f14a";
    font-size: 14px;
    font-family: 'FontAwesome';
    margin-right: 2px;
}

.rc-summary__footer__info__list li:last-child {
    margin-bottom: 0;
}

/* オススメ商品用スタイル(オレンジ枠) */
.rc-summary.pr .rc-summary__header {
    background-image: -webkit-linear-gradient(top, #fefcf4,#fcf2c8);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefcf4),to(#fcf2c8));
    background-image: -o-linear-gradient(top, #fefcf4,#fcf2c8);
    background-image: linear-gradient(to bottom, #fefcf4,#fcf2c8);
    border-right: 2px solid #f27b11;
    border-top: 4px solid #f27b11;
    border-left: 2px solid #f27b11;
    border-bottom: 1px solid #F4C7A2;
}

.rc-summary.pr .rc-summary__header__title {
color: #f27b11;
}

.rc-summary.pr .rc-summary__header__title::before {
content: '';
display: inline-block;
background: 0 no-repeat url(/car/common/images/ico/ico_pr.png);
width: 52px;
height: 16px;
vertical-align: -3px;
padding-right: 5px;
}

.rc-summary.pr .rc-summary__header__title.\--tc::before {
background: 0 no-repeat url(/car/common/images/ico/ico_pr_tc.png);
width: 59px;
height: 19px;
}

.rc-summary.pr .rc-summary__header__title.\--en::before {
background: 0 no-repeat url(/car/common/images/ico/ico_pr_en.png);
width: 57px;
height: 19px;
}

.rc-summary.pr .rc-summary__header__title.\--kr::before {
background: 0 no-repeat url(/car/common/images/ico/ico_pr_kr.png);
width: 60px;
height: 19px;
}

.rc-summary.pr:hover .rc-summary__header__title {
color: #f7b172;
}

.rc-summary.pr .rc-summary__body {
padding: 10px 8px 4px;
border-right: 2px solid #f27b11;
border-left: 2px solid #f27b11;
}

.rc-summary.pr .rc-priceBlock {
background: #f27b11;
border: 1px solid #f27b11;
}

.rc-summary.pr .rc-priceBlock__title__period {
color: #ffffff;
}

.rc-summary.pr .rc-summary__footer {
border-right: 2px solid #f27b11;
border-bottom: 2px solid #f27b11;
border-left: 2px solid #f27b11;
}

/* button
--------------------------- */
.pl-buttonWrapper {
    margin: 20px auto;
}

.pl-buttonWrapper.\--isReview {
    text-align: center;
}

a.pl-button {
    text-align: center;
    display: block;
    padding: 10px 5px;
    border-radius: 3px;
    color: #fff;
    position: relative;
    -webkit-font-feature-settings: 'pkna';
            font-feature-settings: 'pkna';
    font-weight: 900;
	font-family: "メイリオ", "Meiryo", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "osaka", "Arial", "Helvetica", "Verdana", "sans-serif";
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

a.pl-button::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}

.pl-buttonWrapper.\--isReview a.pl-button {
    width: 300px;
    display: inline-block;
    margin: 10px 20px 0;
}

a.pl-button:hover {
	text-decoration: none;
	opacity: 0.8;
}

.pl-button.\--isOrange {
    background: #f08300;
    margin-bottom: 0;
    width: 228px;
}
.pl-button.\--isGreen {
    background: #37b48c;
    margin-bottom: 0;
}

.pl-button.\--arrRight::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.pl-button.\--arrWhite::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}




/* =========================================================
   【県名】の【サプライヤ名】はこんな方にオススメです！
========================================================= */
#rc-recommend .rc-section__container {
    width: calc(100% - 40px);
    margin: 20px auto 0;
}

.rc-recommend_box {
	overflow: hidden;
}

.rc-recommend_box + .rc-recommend_box {
	margin-top: 20px;
}

.rc-recommend_title {
    padding: 2px 10px;
    border-left: 5px solid #003894;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #003894;
}

.rc-recommend_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rc-recommend_image {
    width: auto;
}

.rc-recommend_text {
    width: 100%;
    margin-left: 20px;
}


/* =========================================================
   お客様の口コミ評価
========================================================= */
.pl-branch__info {
    border: 1px solid #ccc;
    padding: 14px;
    width: calc(100% - 40px);
    margin: 20px auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/* 口コミ
--------------------------- */
.pl-reviews {
    background: #f3f4f5;
    padding: 14px 20px;
    margin-bottom: 20px;
}

.pl-reviews__heading {
    padding-bottom: 6px;
    margin-bottom: 10px;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    position: relative;
    border-bottom: 2px solid #999
}

.pl-reviews__user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 30px;
    line-height: 30px;
}

.pl-reviews__user-info:first-child {
    padding-left: 40px;
}

.pl-reviews__user-info:first-child::before {
    content: '';
    position: absolute;
    background-image: url('/car/common/images/ico/ico_review02.png');
    width: 32px;
    height: 27px;
    left: 0;
}

.pl-reviews__text {
    background-color: #fff;
    padding: 10px 20px;
    line-height: 1.6;
}

.pl-reviews__user-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pl-reviews__user-info li, .pl-eval__detail li {
    position: relative;
}

.pl-reviews__user-info li + li, .pl-eval__detail li + li{
    padding-left: 6px;
    margin-left: 6px;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
}

.pl-reviews__user-info li + li::before,
.pl-eval__detail li + li::before {
    width: 1px;
    height: 80%;
    background-color: #333;
    content: "";
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
}

.pl-reviews__user-info li + li::before {
    height: 1em;
}

.pl-reviews__user-info li span::after {
    content: ":";
    padding: 0 6px;
}

.pl-eval__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 5px;
}

#rc-reviews .pl-eval__inner__stars {
    font-size: 16px;
    font-weight: 900;
    color: #1460ba;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
}

.pl-eval__inner span {
    padding-top: 6px;
}

.pl-eval__inner__stars ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pl-eval__inner__stars ul li + li {
    margin-left: 4px;
}

.pl-eval__inner__title {
    padding-right: 8px;
}

.pl-eval__inner__points {
    padding-left: 8px
}

.pl-eval__inner__points::before {
    content: '(';
    padding-right: 2px;
}

.pl-eval__inner__points::after {
    content: ')';
    padding-left: 2px;
}

.pl-eval__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center
}

#rc-reviews .pl-reviews__detail__point {
    color: #1460ba;
    padding-left: 4px;
    font-weight: 900;
}

.pl-reviews > .pl-eval {
    margin-bottom: 10px;
}


/* link
--------------------------- */
#rc-rentacar_list .pl-block__text.\--isRight,
#rc-reviews .pl-block__text.\--isRight {
    text-align: right;
}
#rc-rentacar_list .text-link,
#rc-reviews .text-link {
    display: inline-block;
    position: relative;
    padding-right: 1.5em;
}
#rc-rentacar_list .text-link.\--arrRight::after,
#rc-reviews .text-link.\--arrRight::after {
	content: "＞";
	position: absolute;
}


/* =========================================================
   【県名】の【サプライヤ名】の営業所を地図からさがす
========================================================= */
/* 地図
--------------------------- */
#gmap_shopmap {
    height: 400px;
    margin-bottom: 20px;
}

.mapInfoBlock__headline__logo img {
    vertical-align: bottom;
}

/* 営業所枠
--------------------------- */
.pl-shop {
    border: 1px solid #cccccc;
    border-radius: 0 0 3px 3px;
    margin-bottom: 20px;
}

.pl-shop__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 10px 4px 5px;
    background: #003894;
}

.pl-shop__headingInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 14px;
}

.pl-shop__heading__logo {
    width: 40px;
    height: 40px;
    border: 1px solid #dbdbdb;
    margin-right: 14px;
}

.pl-shop__heading__logo img {
    border: none;
    vertical-align: bottom;
    width: 100%;
}

.pl-shop__heading__text a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.pl-eval__inner__stars {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 21px;
}

.pl-eval__inner span {
    padding-top: 6px;
}

.pl-eval__inner__stars ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pl-eval__inner__stars ul li + li {
    margin-left: 4px;
}

.pl-eval__inner__title {
    padding-right: 8px;
}

.pl-eval__inner__points {
    padding-left: 8px
}

.pl-eval__inner__points::before {
    content: '(';
    padding-right: 2px;
}

.pl-eval__inner__points::after {
    content: ')';
    padding-left: 2px;
}

.pl-eval__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center
}

.pl-reviews__detail__point {
    color: #fff;
    padding-left: 4px;
    font-weight: 900;
}

.pl-reviews > .pl-eval {
    margin-bottom: 10px;
}

.pl-shop__heading__note {
    max-width: 280px;
    color: #fff;
    font-size: 14px;
    text-align: right;
}

.pl-shop__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 10px;
    background: #fff;
}

.pl-eval__inner__stars > .pl-block__text {
    margin-left: 8px;
}

.pl-eval__inner__stars .text-link {
    display: inline-block;
    position: relative;
    padding-right: 1.5em;
    color: #fff;
    text-decoration: underline;
}

.pl-eval__inner__stars .text-link:hover {
    text-decoration: none;
}

.pl-eval__inner__stars .text-link.\--arrRight::after {
    content: "＞";
    -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
        transform: rotate(0);
    margin: 0;
    top: 0;
    border: none;
}

.pl-eval__inner__stars .\--arrRight::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

/* 詳細 */
.pl-summary {
    width: 790px;
}

.pl-summary__inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.pl-summary__inner dl dt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100px;
    background: #eeeeee;
    padding: 2px 6px;
    border: 1px solid #dddddd;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
	line-height: 1.6;
	color: #333;
}

.pl-summary__inner dl dd {
    width: 270px;
    padding: 4px 0 0;
}

.pl-summary__inner.--is1col + .pl-summary__inner.--is1col {
    margin-top: 6px;
}

.pl-summary__inner.\--is1col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pl-summary__inner.\--is1col dl dd {
    width: 680px;
}

.pl-summary__inner.\--is2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.pl-summary__inner.\--is2col dl {
    width: 390px;
    margin-bottom: 6px;
}

/* ボタン */

.pl-buttonWrapper {
    width: 150px;
}

.pl-button {
    margin-bottom: 10px;
    width: 150px;
    border-radius: 3px;
    text-align: center;
}

.pl-button a {
    display: block;
    padding: 10px 5px;
    border-radius: 3px;
    color: #fff;
    position: relative;
    font-weight: bold;
}

.pl-button a::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
}

.pl-button.\--arrWhite a::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.pl-button.\--arrRight a::after {
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.pl-button a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.pl-button.\--isCalendar a,
.pl-button.\--isDetail a {
    background: #37b48c;
}

.pl-button.\--isPlan a {
    background: #f08300;
    margin-bottom: 0;
}

/* アコーディオン */
.js-accordion__btnWrap {
    text-align: right;
}

.js-accordion__button {
    position: relative;
    display: inline-block;
    padding: 10px 26px 10px 10px;
    border: 1px solid #003894;
    border-radius: 3px;
    margin-bottom: 20px;
    color: #003894;
    font-weight: bold;
    background: #d9e7ff;
}

.js-accordion__button:hover {
    opacity: .8;
    cursor: pointer;
}

.js-accordion__button::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -6px;
}

.js-accordion__button.\--arrBottom::after {
    -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
        transform: rotate(135deg);
}

.js-accordion__button.\--arrTop::after {
    -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    margin-top: -4px;
}

.js-accordion__button.\--arrBlue::after {
    border-top: 2px solid #003894;
    border-right: 2px solid #003894;
}

.co-link {
    text-align: right;
    margin-right: 10px;
}

/* =========================================================
   【県名】の【サプライヤ名】についてよくあるご質問
========================================================= */
.rc-qa {
	width: calc(100% - 40px);
	margin: 0 auto;
}

.rc-qa__title {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #013893;
	line-height: 44px;
	padding-left: 55px;
}

.rc-qa__title::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: inline-block;
	background: url(/car/company/image/ico_question.png) no-repeat;
	width: 40px;
	height: 40px;
}

.rc-qa__title::after {
	content: "";
	display: inline-block;
	background: url(/car/company/image/ui_border.png) no-repeat bottom;
	width: 940px;
	height: 2px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -470px;
}

.rc-qa__content {
	position: relative;
	padding: 0 0 0 55px;
	margin: 20px 0 30px;
	line-height: 1.6;
}

.rc-qa__content::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: inline-block;
	background: url(/car/company/image/ico_answer.png) no-repeat;
	width: 40px;
	height: 40px;
}

.rc-qa__content__text + .rc-qa__content__text {
	margin-top: 1em;
}

.rc-qa__content__text .text_boid {
	font-weight: bold;
}

.rc-priceInclude {display: -webkit-box;display: -ms-flexbox;display: flex;}

.rc-priceInclude span {
	background: #37b48c;
	width: 140px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	color: #fff;
}

.rc-priceInclude span.plus {
	background: #fff;
	margin: 0 4px;
	width: 30px;
	height: 30px;
	color: inherit;
}

.rc-qa__content__text.\--isRight {
	text-align: right;
}

.rc-qa__content__text--small {
	font-size: 12px;
	color: #7d7d7d;
}

/* =========================================================
   予約時に確認したいサービス・車載装備
========================================================= */
#rc-vehicle_equipment .rc-section__container {
    width: calc(100% - 40px);
    margin: 20px auto 0;
}

.rc-service_box {
	overflow: hidden;
}

.rc-service_box + .rc-service_box {
	margin-top: 20px;
}

.rc-service_title {
    padding: 2px 10px;
    border-left: 5px solid #003894;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #003894;
}

.rc-service_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rc-service_image {

}

.rc-service_text {
    margin-left: 20px;
}

/* =========================================================
   全国のレンタカー会社
========================================================= */
.rc-links__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
		justify-content: space-between;
}

.rc-links__card::after {
    display: none;
}

.rc-links__card li {
	width: 49%;
	padding: 10px 0;
	border-bottom: dotted 1px #d2d8db;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rc-links__card__image {
	padding-right: 10px
}

.rc-links__card__image img {
	width: 60px;
}