@charset "UTF-8";
/* --------------------------------------------------
CSS Document　ご利用ガイド スタイル
------------------------------------------------ */

h1.stepTit {
    padding-left: 80px;
    background: url("../images/ico/ico__products__guide.gif") no-repeat left center;
    font-size: 28px;
    color: #6C7177;
    position: relative;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 66px;
}

h1.stepTit_en {
    padding-bottom: 5px;
    padding-left: 80px;
    background: url("/car/common/images/ico/ico__products__guide.gif") no-repeat 0 0;
    font-weight: bold;
    font-size: 26px;
    line-height: 66px;
    color: #6C7177;
    position: relative;
}

h1.stepTit_en.cancel {
    font-size: 24.5px;
}

h1.insuranceTit {
    padding-left: 80px;
    background: url("/car/common/images/ico/ico__products__insurance.gif") no-repeat left center;
    font-size: 28px;
    color: #6C7177;
    position: relative;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 66px;
}

a:hover img {
    opacity: 0.8;
}

h1.stepTit:after {
    content: '';
    width: 100%;
    height: 4px;
    background: url("../images/faq/faq_h2_line.jpg") no-repeat 0 0;
    position: absolute;
    bottom: -4px;
    left: 0;
}

h1.stepTit_en:after {
    content: '';
    width: 100%;
    height: 4px;
    background: url("/car/common/images/faq/faq_h2_line.jpg") no-repeat 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
}


h1.insuranceTit:after {
    content: '';
    width: 100%;
    height: 4px;
    background: url("/car/common/images/faq/faq_h2_line.jpg") no-repeat 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

h3.stepTit_line {
    border-bottom:3px solid #A0ACBA;
    background-position: 0 100%;
    background-repeat: no-repeat;
    color: #4379ba;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin:30px auto 15px;
    padding-bottom: 2px;
    clear:both;
}

h3.stepTit_line {
    border-bottom:3px solid #A0ACBA;
    background-position: 0 100%;
    background-repeat: no-repeat;
    color: #4379ba;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.5;
    margin:30px auto 15px;
    padding-bottom: 2px;
    clear:both;
}

h3.stepTit_h3 {
    background: none repeat scroll 0 0 #dff5fd;
    font-size: 14px;
    padding: 5px 10px;
    text-align: left;
    clear:both;
    border-radius:3px;
    margin:30px 0 10px;
    /*width:200px;*/
}

h3.stepTit_h3_en {
    background: none repeat scroll 0 0 #dff5fd;
    font-size: 14px;
    padding: 5px 10px;
    text-align: left;
    clear:both;
    border-radius:3px;
    margin:30px 0 10px;
    width:340px;
}


.detail_area315{
    float:right;
    width:315px;
    margin:0 auto 35px;
    line-height:160%;
}

.detail_area360{
    float:right;
    width:360px;
    margin:0 auto 35px;
    line-height:160%;
}

.detail_area600{
    float:right;
    width:600px;
    margin:0 auto 35px;
    line-height:160%;
}

.detail_area600 p{
    margin:0 auto 10px;
}

.detail_area360 img{
    margin:15px auto;
    text-align:left;
}

.step_img {
    float:left;
    clear:both;
    font-size:10px;
    margin:0 auto 30px;
}

p.point {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.arrowLink {
    margin:10px auto 15px;
}

.arrowLink a{
    background: url("/car/common/images/ui/ui__arrow-01.png") no-repeat scroll 10px 4px rgba(0, 0, 0, 0);
    font-size: 14px;
    padding-left: 28px;
    margin:15px auto 10px;
    line-height:200%;
}

.anchorLink {
    margin:10px auto 15px;
}

.anchorLink a {
    background: url("/car/common/images/sitemap/bg_li02.png") no-repeat scroll right 6px rgba(0, 0, 0, 0);
    padding-right: 10px;
}

.infoBox {
    width: auto;
    padding:20px 20px 10px;
    margin:15px auto 20px;
    border:2px solid #dddddd;
    border-radius:5px;
    clear:both;
}

.infoBox-red {
    width: auto;
    padding:10px 20px 10px;
    margin:30px auto 20px;
    border:3px solid #F6D4CE;
    border-radius:5px;
    clear:both;
}

.nextBtn {
    text-align:right;
    clear:both;
}

.nextBtn a {
    background: url("/car/common/images/ui/ui__arrow-06.png") no-repeat scroll 95% center #2068b7;
    border-radius: 3px;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    margin:30px auto;
    padding: 0 30px 0 20px;
    text-decoration: none;
}

.nextBtn  a:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}


.nextBtn_in {
    text-align:right;
    clear:both;
}

.nextBtn_in a {
    background: url("/car/common/images/ui/ui__arrow-07.png") no-repeat scroll 95% center #8da5c3;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    margin:20px auto;
    padding: 0 35px 0 20px;
    text-decoration: none;
}

.nextBtn_in  a:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}




.readTxt {
    margin:20px auto 30px;
}

.scrollBtn {
    clear: both;
    margin-bottom: 30px;
}


.scrollBtn li a {
    background: url("/car/common/images/ui/ui__arrow-07.png") no-repeat scroll 95% center #4587cf;
    float: left;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    margin:30px 2px;
    padding: 0 25px 0 20px;
    text-decoration: none;
}


.scrollBtn li a:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.textRed {
    color: #ff0000;
}

.significant {
    text-decoration: underline;
}


.guideLead{ margin:20px 0 0 15px;}


.ui__alart {
    background: none repeat scroll 0 0 #d0dff1;
    color: #014d7a;
    border-radius: 4px;
    font-size: 12px;
    line-height: 136%;
    padding: 16px;
    margin-top: 16px;
}

.ui__alart.red {
    background: none repeat scroll 0 0 #f6d4ce;
    color: #d42809;
}

.ui__list--style-disc li {
    line-height: 136%;
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 16px;
}

.ui__list_none {
    list-style: none !important;
	margin-left: 0 !important;
}

.guideLink-block .guideLink-list {
    padding-top: 16px;
    padding-left: 16px;
}

.guideLink-block .guideLink-list .guideLink-list__headline {
    width:185px;
    float: left;
    margin-right: 14px;
    margin-bottom: 16px;
}

.guideLink-block .guideLink-list .guideLink-list__headline a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: rgba(0,0,0,0.15) 0 -3px 0 inset;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0 -3px 0 inset;
    box-shadow: rgba(0,0,0,0.15) 0 -3px 0 inset;
    padding: 0 10px;
    color: #6c7177;
    cursor: pointer;
    font-weight: bold;
    font-size: 13.5px;
    line-height: 32px;
    background: #FFF;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #a0acba;
    display: block;
    font-size: 14px;
}

.guideLink-block .guideLink-list .guideLink-list__headline a:hover {
    border-top: 1px solid #a0acba;
    padding-bottom: 1px;
    -moz-box-shadow: rgba(160,172,186,0.2) 0 0 3px,rgba(0,0,0,0.15) 0 -4px 0 inset;
    -webkit-box-shadow: rgba(160,172,186,0.2) 0 0 3px,rgba(0,0,0,0.15) 0 -4px 0 inset;
    box-shadow: rgba(160,172,186,0.2) 0 0 3px,rgba(0,0,0,0.15) 0 -4px 0 inset;
    border-color: #1460ba;
}

.guideLink-block .guideLink-list .guideLink-list__headline a:active {
    border-top: 2px solid #a0acba;
    padding-bottom: 0px;
    -moz-box-shadow: rgba(160,172,186,0.2) 0 0 3px;
    -webkit-box-shadow: rgba(160,172,186,0.2) 0 0 3px;
    box-shadow: rgba(160,172,186,0.2) 0 0 3px;
    background: #eee;
}

.guideLink-block .guideLink-list .guideLink-list__headline a:visited {
    color: #6c7177;
}

.guideLink-block .guideLink-list .guideLink-list__headline .guidelink-list_fontSmall {
    font-size: 11px;
}

.rightInfo {
    text-align:right;
    clear:both;
    font-size:12px;
    color:#999999;
}


/*---------------------------------------------------------
右サイド
--------------------------------------------------------- */
.sub_col_Link{
    clear:both;
}

.sub_col_Link li{
    background:url(/car/common/images/ui/ui__arrow-02.gif)no-repeat 0px 5px;
    margin:0 0 3px 20px;
    padding-left:7px;
    border:none !important;
}

.sub_col_Link{
    height:165px !important;
}


/* ---ご利用ガイド TOP------------ */

.faq__Info .section, .service__article .section {
    margin-bottom: 48px;
}


.faq__Info h2, .service__article h2 {
    background: none repeat scroll 0 0 #ebeff2;
    border-left: 4px solid #1460ba;
    border-radius: 3px;
    color: #4379ba;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 16px 12px 12px;
}

.indexblock--type04 .indexblock__box {
    background: none repeat scroll 0 0 #f7f8fa;
    border: 1px solid #ebeff2;
    border-radius: 3px;
    float: left;
    margin-right: 8px;
    position: relative;
    width: 147px;
}
.indexblock--type04::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.indexblock--type04 {
    border-radius: 4px;
    margin-top: 16px;
}



.indexblock--type04 .indexblock__box .indexblock__media-link--col01 {
    background: none repeat scroll 0 0 #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 147px;
    position: relative;
    width: auto;
}
.indexblock--type04 p {
    margin: 0;
}

.indexblock--type04 .indexblock__box .indexblock__media-link--col02 {
    border-top: 1px solid #ebeff2;
    font-size: 12px;
    padding: 12px;
}
.indexblock--type04 .indexblock__box .indexblock__media-link--col02_en {
    border-top: 1px solid #ebeff2;
    font-size: 12px;
    padding: 12px;
    height: 155px
}


.indexblock--type04 .indexblock__box::before {
    border-color: transparent #d2d8db transparent transparent;
    border-style: solid;
    border-width: 0 8px 8px 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 0;
}
.indexblock--type04 .indexblock__box::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.indexblock--type04 .indexblock__box.last-child {
    margin-right: 0;
}

.indexblock--type04 .indexblock__media-link--title {
    font-size: 15px;
    font-weight: bold;
}

.indexblock--type04 .indexblock__media-link--title_en {
    font-size: 14px;
    font-weight: bolder;
    word-break: break-all;
    margin-bottom: 4px;
}

dd.indexblock__media-link--desc {
    word-break: break-word;
}

.indexblock__media-link--thumbnail {
    left: 50%;
    margin-left: -55px;
    margin-top: -55px;
    position: absolute;
    top: 50%;
}

.cf::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.col-w302 {
    width: 302px;
}

.floL {
    float: left;
}

.floR {
    float: right;
}

.indexblock--type02 {
    background: none repeat scroll 0 0 #f7f8fa;
    border-radius: 3px;
    margin-top: 16px;
    padding: 8px;
}

.indexblock--type02 .indexblock__media-link--title a {
    background-image: url("../images/ui/ui__arrow-04.png");
    background-position: 10px 50%;
    background-repeat: no-repeat;
    display: block;
    padding: 16px 16px 15px 32px;
}

.indexblock--type02 li {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ebeff2;
    margin-top: -1px;
}

/*------------------------------------------------------------
レンタカー予約から返却までの流れ
-------------------------------------------------------------*/
.stepTit + .faq__Info__text {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-top: 20px;
}

.anchor-flow__list {
    margin-top: 20px;
}

.anchor-flow__list li {
    list-style: decimal;
    margin-left: 1em;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.flow-step__image {
    margin: 30px auto 20px;
}

.flow-step__image img {
    width: 620px;
}

.flow-step__contents__images {
    text-align: right;
}

.flow-step__contents__images img {
    width: 510px;
}

.flow-step__title {
    color: #005eb6;
    font-size: 16px;
    position: relative;
    padding-left: 100px;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flow-step__title__step {
    width: 90px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    background: #005eb6;
    margin-right: 10px;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    height: 100%;
    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;
}

.flow-step__detail {
    margin: 20px 0;
}

.flow-step__detail__item {
    padding: 4px 0 4px 2em;
    background-repeat: no-repeat;
    background-position: 0 4px;
    margin: 0;
}

.flow-step__complete {
    margin: 0 0 48px 16px;
    background: #d4f6cc;
    padding: 16px 16px 16px 50px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 4px;
    position: relative;
}

.flow-step__complete::before {
    content: url("/car/common/images/about/ui__ok.png");
    position: absolute;
    left: 20px;
    top: 16px;
}

.bluebox {
    background-color: #3b77b6;
    padding: 0 4px 4px 4px;
    margin-top: 30px;
    border-radius: 4px;
}

.bluebox + .bluebox {
    margin-top: 20px;
}

.bluebox__headline {
    line-height: 1.6;
    padding: 6px 0.5em;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.bluebox__inner {
    background-color: #fff;
    padding: 18px;
    border-radius: 4px;
    text-align: justify;
}

.bluebox__inner__list__headline {
    display: block;
}

.bluebox__inner__list li + li {
    margin-top: 20px;
}

.bluebox__inner img {
    width: 604px;
    margin-left: -13px;
}

.faq__Info__note {
    padding-left: 1.2em;
    position: relative;
}

.faq__Info__note::before {
    content: '※';
    position: absolute;
    left: 0;
}

/* button
--------------------------- */
.main-col__button {
    margin: 30px auto;
    text-align: center;
}

.main-col__button__link {
    display: inline-block;
    position: relative;
    width: 540px;
    line-height: 1.4;
    border-radius: 4px;
    background: #f27b11;
    -webkit-box-shadow: #d8670b 0 4px 0, rgba(0,0,0,0.2) 0 3px 3px;
    box-shadow: #d8670b 0 4px 0, rgba(0,0,0,0.2) 0 3px 3px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
    margin: 0 auto;
    font-feature-settings: 'pkna';
}

.main-col__button__link::after {
    content: '＞';
    font-weight: normal;
    position: absolute;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.main-col__button__link:link,
.main-col__button__link:visited {
    color: #fff;
}

.main-col__button__link:hover {
    text-decoration: none;
    position: relative;
    top: -1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)),to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1),rgba(255,255,255,0));
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.1),rgba(255,255,255,0));
    -webkit-box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
    box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
}

/*------------------------------------------------------------
レンタカー予約までの流れ
-------------------------------------------------------------*/
.flow-step .flow-step__contents {
    padding: 40px 0 40px 60px;
    border-left: 10px solid #dee5e3;
    margin-left: 38px;
}

.flow-step .flow-step__contents .flow-step__description {
    background: #fdffe6;
    border: 1px solid #f4b98c;
    border-radius: 4px;
    padding: 16px;
    margin-left: 75px;
    margin-top: 16px;
}
.ui__headline--alphabet {
    padding: 4px 0 4px 30px;
    line-height: 136%;
    color: #4379ba;
    background-repeat: no-repeat;
    background-position: 0 1px;
    margin: 0;
}
.ui__headline--alphabet.a, .flow-step__detail__item.\--isA {
    background-image: url("/car/common/images/about/ico_alphabet-a.gif");
}
.ui__headline--alphabet.b, .flow-step__detail__item.\--isB {
    background-image: url("/car/common/images/about/ico_alphabet-b.gif");
}
.ui__headline--alphabet.c, .flow-step__detail__item.\--isC {
    background-image: url("/car/common/images/about/ico_alphabet-c.gif");
}
.ui__headline--alphabet.d, .flow-step__detail__item.\--isD {
    background-image: url("/car/common/images/about/ico_alphabet-d.gif");
}
.ui__headline--alphabet.e, .flow-step__detail__item.\--isE {
    background-image: url("/car/common/images/about/ico_alphabet-e.gif");
}
.ui__headline--alphabet.f, .flow-step__detail__item.\--isF {
    background-image: url("/car/common/images/about/ico_alphabet-f.gif");
}

.flow-step.complete {
    margin: 0 0 48px 16px !important;
    background: #d4f6cc;
    color: #136a01;
    padding: 16px;
    font-size: 12px;
    line-height: 136%;
    border-radius: 4px;
}
.flow-step.complete p {
    padding-left: 28px;
    background: url("/car/common/images/about/ui__ok.png") no-repeat 0 50%;
}
.flow-step__caution-list {
    padding: 6px 0 0 40px;
    line-height: 1.4;
}
.flow-step__caution-list li {
    position: relative;
}
.flow-step__caution-list li:before {
    content: '※';
    position: absolute;
    top: 0;
    left: -12px;
}

/*------------------------------------------------------------
免責補償加入のススメリンク用
-------------------------------------------------------------*/
.kyushu .info a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: rgba(0,0,0,0.15) 0 -3px 0 inset;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0 -3px 0 inset;
    box-shadow: rgba(0,0,0,0.15) 0 -3px 0 inset;
    padding: 0 10px;
    color: #6c7177;
    cursor: pointer;
    font-weight: bold;
    font-size: 13.5px;
    line-height: 32px;
    background: #FFF;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #a0acba;
    display: block;
    font-size: 14px;
}
.kyushu .info li {
    width:185px;
    float: right;
    margin: 16px 0;
}

/*------------------------------------------------------------
ご利用ガイドページ
-------------------------------------------------------------*/

/* たびらいレンタカー予約とは
--------------------------- */
.guide-wrapper {
    font-family: "HiraKakuPro-W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ", "Meiryo" ,"ＭＳ Ｐゴシック", "osaka",Arial,Helvetica,Verdana,sans-serif;
    line-height: 1.6;
}
.key {
    color: #ff0000;
}

.bold {
    font-weight: bold;
}

.guide-header {
    margin-bottom: 70px;
}

.guide-header .guide-header__title {
    font-size: 30px;
    margin-bottom: 30px;
    color: #333;
    font-weight: normal;
    background: none;
    border: none;
    padding: 0;
    margin: 40px 0 30px;
}

/* ブランディングワード
--------------------------- */
.pl-Branding__header {
    font-family: "Sawarabi Mincho";
    font-weight: normal;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    background: url(../images/about/border01.png) no-repeat;
    background-position: bottom 0 center;
    padding-bottom: 30px;
    margin-bottom: 80px;
}

.pl-Branding__header span {
    font-size: 16px;
}

/* 3つのポイント
--------------------------- */

/* 吹き出し */
.main_header {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #59bded;
    padding: 10px;
    margin-bottom: 40px;
    position: relative;
}

.main_header::after {
    content: '';
    width: 20px;
    height: 20px;
    background: #59bded;
    transform: rotate(45deg);
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -10px;
}

/* 各ポイントのボックス */
.mainBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 570px;
    margin: 0 auto 80px;
}
.main__card {
    border: 3px double #707070;
    text-align: center;
    box-sizing: border-box;
    width: 180px;
    position: relative;
    padding: 15px 20px;
}

.main__card__number {
    color: #fff;
    font-weight: bold;
    background: #59bded;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #707070;
    position: absolute;
    top: -1px;
    left: -1px;
    box-sizing: border-box;
}

.main__card dl {
    text-align: center;
}

.main__card__title {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    border-bottom: 10px solid #ffff00;
    width: 66px;
    line-height: 0.5;
    margin: 7px auto 20px;
}

.main__card__title_en {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    border-bottom: 10px solid #ffff00;
    width: 110px;
    margin: 0px 0px 20px 30px;
}

/* 各ポイントの見出し */
.point {
    width: 620px;
    margin: 0 auto 80px;
}

.point__title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    border: 3px double #707070;
    line-height: 52px;
    margin-bottom: 30px;
}

.point__title span {

    position: relative;
    color: #fff;
    background: #59bded;
    width: 140px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #707070;
    margin-right: 20px;
}

.point__title span::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 14px solid #ffff00;
    border-left: 14px solid #ffff00;
    border-right: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

.point__text {
    margin-bottom: 30px;
}

.point__image img {
    display: block;
    margin: 0 auto 40px;
}

/* レンタカー会社ロゴ */
.company {
    width: 480px;
    border: 1px solid #cccccc;
    margin: 0 auto 40px;
}

.company__title {
    color: #fff;
    background: #37b48c;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.company__inner {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* 選定基準例 */
.description {
    font-size: 12px;
    margin-bottom: 80px;
}

.description__title {
    color: #37b48c;
    font-weight: bold;
    font-size: 14px;
}

.description__list {
    margin-left: 2em;
}

.description__list__item {
    list-style-type: disc;
}

.comments {
    text-align: right;
}

/* 実績画像 */
.result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto 25px;
}
/*.main__card__title::after {
    content: '';
    width: 66px;
    height: 10px;
    background: #ffff00;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -33px;
}*/

.main__card__text {
    line-height: 1.4;
}

.result.star {
    margin-bottom: 100px;
}

/* たびらいご利用ガイド
--------------------------- */
.indexblock--type04 .indexblock__box {
    width: 120px;
    margin-right: 5px;
    box-sizing: border-box;
}

.indexblock--type04 .indexblock__box .indexblock__media-link--col01 {
    height: 110px;
}

.indexblock--type04 .indexblock__box .indexblock__media-link--col02 {
    height: 110px;
    padding: 10px;
}

.indexblock--type04 .indexblock__media-link--title {
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.6;
    margin-bottom: 5px;
}

dd.indexblock__media-link--desc {
    font-size: 11px;
    line-height: 1.6;
    font-weight: normal;
}
