@charset "UTF-8";

#search_form {
    background-color: #fff;
}

a:hover {
    opacity: 0.8;
}

iframe {
    border: 0;
}

div::after, dl::after, ul::after {
    content: "";
    display: none;
}

@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-breadcrumb__content {
    width: 980px;
    /* height: auto; */
    margin: 6px auto;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
}

.rc-breadcrumb__content ol {
    display: flex;
}

.rc-breadcrumb__content ol li {
    align-items: center;
    display: flex;
}

.rc-breadcrumb__content ol li:not(:last-child) {
    margin: 0 5px 0 0;
}

/* .rc-breadcrumb__content ol li:last-child {
    white-space: nowrap;
} */

/*-------------------------------------------------
pl-branch
-------------------------------------------------*/
.pl-branch {
    line-height: 1.4;
    clear: both;
}

.pl-branch__heading {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.4;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 14px
}

.pl-branch__heading span {
    padding-right: 10px;
}

.pl-branch__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
}

.pl-branch__top__image {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-right: 20px
}

.pl-branch__top__image img {
    width: 100%;
    height: auto;
}

.pl-branch__top__info {
    width: 100%;
}

.pl-branch__top__info__text {
    margin-bottom: 20px;
}

.pl-branch__top__info .pl-buttonWrapper {
    width: -webkit-calc(100% - 50%);
    width: calc(100% - 50%);
}

.pl-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    margin-bottom: 14px
}

.pl-tab li {
    margin-right: 10px;
    padding: 2px 6px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    border: 1px solid #2068b7;
    background-color: #2068b7;
}

.pl-tab li.\--on {
    color: #fff;
    background-color: #2068b7;
    border-color: #2068b7;
}

.pl-branch__info {
    border: 1px solid #ccc;
    padding: 14px;
    margin-top: 10px;
}

.pl-summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between
}

.pl-summary dl {
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 6px;
}

.pl-summary dl.--isFull {
    width: 100%;
}

.pl-summary dt {
    box-sizing: border-box;
    width: 100%;
    max-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 dd {
    width: 100%;
}

.pl-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: linear-gradient(to bottom, #ffffff, #dfe8ef);
    box-shadow: #FFF 0 0 0 1px inset;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #003894;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

.pl-block {
    width: calc(100% - 40px);
    margin: 20px auto 0;
}

.pl-block + .pl-block {
    margin-top: 30px;
}

.pl-block__heading {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #003894
}

.pl-block__heading::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 4px;
    background: #d5d1d1;
}

.pl-block__heading::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 50px;
    height: 4px;
    background: #003590;
}

.pl-cardWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.pl-card {
    width: 300px;
    margin: 15px 20px 0 0;
}

.pl-card:nth-child(-n+3) {
    margin-top: 0;
}

.pl-card:nth-child(3n) {
    margin-right: 0;
}

.pl-card__img {
    width: 300px;
    height: 200px;
    margin-bottom: 10px;
    background: #ccc;
}

/* Map
--------------------------- */
.btn_navitime {
    text-align: right;
    margin-bottom: 10px;
}

.map_area {
    margin: 0 auto 20px;
}

.map_area iframe {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: block;
    height: 400px;
}

/* ---------------------------------------------------------
    CSS Document mapInfoBlock　営業所を地図から探すページ
--------------------------------------------------------- */

.gm-style-iw + div {
    display: none;/*閉じるボタンを非表示*/
}

.gm-style-iw .mapInfoBlock {
    width: 280px;
    min-width: 280px;
    padding-left: 30px;
    padding-right: 12px;
}

.gm-style-iw > div {
    margin-left: -10px;
}

.mapInfoBlock p {
    margin: 6px 8px 10px;
}

.mapInfoBlock__close {
    position: absolute;
    top: 4px;
    right: 0px;
    width: 30px;
    cursor: pointer;
}

.mapInfoBlock__close:hover {
    opacity: 0.8;
}

.mapInfoBlock__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.mapInfoBlock__headline__logo {
    margin-right: 15px;
}

.mapInfoBlock__headline__company__name {
    font-size: 14px;
    margin-bottom: 2px;
}

.mapInfoBlock__headline__company__shopName {
    font-size: 16px;
    line-height: 1.4;
}

.mapInfoBlock__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 1.6;
}

.mapInfoBlock__address::before {
    content: "";
    display: inline-block;
    background: url(http://www.tabirai.net/car/common/images/ico/ico_pin_blue.png) no-repeat;
    min-width: 13px;
    height: 19px;
    margin-right: 10px;
}

.mapInfoBlock__btn a,
.mapInfoBlock__search a {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    padding: 0 20px;
    background: linear-gradient(to bottom, #5fc3a3 0%,#37b48c 100%);
    border-radius: 4px;
    height: 46px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mapInfoBlock__btn a {
    background: linear-gradient(to bottom, #5fc3a3 0%,#37b48c 100%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mapInfoBlock__search a {
    background: #f08300;
}

.mapInfoBlock__btn a::after,
.mapInfoBlock__search a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    display: inline-block;
    margin-right: 10px;
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mapInfoBlock__btn a:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none;
}

.mapInfoBlock__search {
    text-align: right;
}



.mapInfoBlock__search a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.close__btn {
    position: relative;
}

.close__btn img {
    position: absolute;
    top: 10px;
    right: 10px;
}

.pl-area {
    background-color: #d0dff2;
    padding: 14px 20px;
    color: #014d7a;
}

.pl-area + .pl-block {
    margin-top: 30px;
}

.pl-area__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.pl-area__list li {
    width: 220px;
    padding-right: 4px;
    margin-bottom: 6px;
}

.pl-area__list li a {
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

.pl-area__list li a::before {
    position: absolute;
    content: "";
    left: 4px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #014d7a;
    top: 2.5px;
}

/* 口コミ
--------------------------- */
.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: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: 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: -webkit-flex;
    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: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: 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: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: 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: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 5px;
}

.pl-eval__inner__stars {
    font-size: 16px;
    font-weight: 900;
    color: #1460ba;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 20px;
}

.pl-eval__inner span {
    padding-top: 6px;
}

.pl-eval__inner__stars ul {
    display: -webkit-box;
    display: -webkit-flex;
    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: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center
}

.pl-reviews__detail__point {
    color: #1460ba;
    padding-left: 4px;
    font-weight: 900;
}

.pl-reviews > .pl-eval {
    margin-bottom: 10px;
}


/* 商品枠
--------------------------- */
.rc-summary {
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

/* 見出し */
.rc-summary__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-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;
    box-shadow: #FFF 0 0 0 1px inset;
    background-size: 100%;
    background-image: -webkit-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;
    box-sizing: border-box;
}

/* 基本情報 */
.rc-summary__body {
padding: 10px 20px 4px;
background: #FFF;
}

.rc-summary__body__product {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 8px;
}

.rc-summary__body__product__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    margin-right: 4px;
}

/* 車種画像 */
.rc-thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: 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;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    padding: 8px;
    border: 1px solid #e6e7e9;
    border-radius: 4px;
    background: #f3f4f5;
}

.rc-spec__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
            align-items: baseline;
    margin-bottom: 4px;
    line-height: 1.6;
}

.rc-spec__list:last-child {
    margin-bottom: 0;
}

.rc-spec__list dt {
    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: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: 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: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: 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;
    -webkit-flex-grow: 0;
            flex-grow: 0;
    -webkit-flex-basis: 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: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: 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: -webkit-calc(100% - 25px);
    height: calc(100% - 25px);
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-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: -webkit-flex;
    display: flex;
}

.rc-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-right: 4px;
}

.rc-label__list {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-basis: 23%;
            flex-basis: 23%;
    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: -webkit-flex;
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;
    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-right: 0;
}

/* 商品詳細ボタン */
.rc-summary__button {
    -webkit-flex-basis: 228px;
            flex-basis: 228px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 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: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    color: #2fa30f;
    line-height: 1.5;
    margin-bottom: 2px;
}

.rc-summary__footer__info__list li:before {
    content: "\f14a";
    font-size: 14px;
    font-family: 'FontAwesome';
}

.rc-summary__footer__info__list li:before {
    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: 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;
}

/* guide
--------------------------- */
.pl-guide {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 2px;
    border: 1px solid #cccccc;
}

.pl-guide__button {
    background-color: #37b48c;
    margin-right: 1px;
    width: 186px;
}

.pl-guide__button:last-child {
    margin-right: 0;
}

.pl-guide__button:hover {
    opacity: 0.8;
}

.pl-guide__button__link {
    display: block;
    padding: 10px;
    text-align: center;
}

.pl-guide__button__link:hover {
    text-decoration: none;
}

.pl-guide__button__link__title {
    font-size: 18px;
    color: #fff;
}

.pl-guide__button__link__ico {
    padding: 5px 0;
}

.pl-guide__button__link__text {
    font-size: 14px;
    color: #fff;
}

/* link
--------------------------- */
.pl-block__text.\--isRight {
    text-align: right;
    margin-bottom: 10px;
}

.text-link {
    display: inline-block;
    position: relative;
    padding-right: 1.5em
}

.text-link.\--arrRight::after {
    content: "＞";
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin: 0;
    top: 0;
    border: none;
}

.\--arrRight::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.pl-links__tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between
}

.pl-links__tile li {
    width: 49%;
    border-bottom: dotted 1px #d2d8db;
    padding: 6px 0;
}

.pl-links__tile a {
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

.pl-links__tile a::before {
    position: absolute;
    content: "";
    left: 4px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #1460ba;
    top: 2.5px;
}

.pl-links__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.pl-links__card li {
    width: 49%;
    padding: 10px 0;
    border-bottom: dotted 1px #d2d8db;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.pl-links__card__image {
    padding-right: 10px
}

.pl-links__card__image img {
    width: 60px;
}

/* accordion
--------------------------- */
.branch-item_btn {
    text-align: right;
    margin: 10px 0;
}

.branch-item_btn p {
    position: relative;
    display: inline-block;
    padding: 10px 26px 10px 10px;
    border: 1px solid #003894;
    border-radius: 3px;
    color: #003894;
    font-weight: bold;
    background: #d9e7ff;
    width: 120px;
    text-align: center;
}

.branch-item_btn p::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -6px;
}

.branch-item_btn p.\--arrBlue::after {
    border-top: 2px solid #003894;
    border-right: 2px solid #003894;
}

.branch-item_btn p.\--arrBottom::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.branch-item_btn p.\--arrTop::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4px;
}

.branch-item_btn p:hover {
    opacity: .8;
    cursor: pointer;
}

/* 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";
}

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;
}

.pl-button.\--isOrange {
    background: #f08300;
    margin-bottom: 0;
}
.pl-button.\--isGreen {
    background: #37b48c;
    margin-bottom: 0;
}

.pl-button.\--arrRight::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pl-button.\--arrWhite::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

/*-------------------------------------------------
pl-branch
-------------------------------------------------*/
.pl-pager {
    overflow: hidden;
    margin-top: 30px;
}

.pl-pager ul {
    position: relative;
    left: 50%;
    float: left;
}

.pl-pager ul li {
    position: relative;
    left: -50%;
    float: left;
    margin: 0 2px;
}

.pl-pager ul li span, .pl-pager ul li a {
    display: block;
    font-size: 14px;
    padding: 0.5em 0.9em;
}

.pl-pager ul li a {
    background: #F3F4F5;
}
