@charset 'UTF-8';

.wrapper {
    width: 980px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.main-col {
    float: left;
    width: 684px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
    border-radius: 4px;
    background: #FFF;
    padding: 32px 0;
}

.main-col__wrapper {
    margin: 0 32px;
}

.main-col__title {
    font-size: 28px;
    color: #6c7177;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 1;
    position: relative;
}

.main-col__title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ebeff2;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.main-col__title::after {
    content: "";
    position: absolute;
    width: 38%;
    height: 4px;
    background: #7192ba;
    z-index: 2;
    bottom: 0;
    left: 0;
}

.pl-block + .pl-block {
    margin-top: 40px;
}

.pl-block__headline {
    margin-bottom: 20px;
    padding: 12px 16px 12px 12px;
    border-radius: 4px;
    border-left: 4px solid #005eb6;
    background: #ebeff2;
    color: #005eb6;
    font-size: 17px;
    font-weight: bold;
}

.pl-block__text {
    font-size: 14px;
    line-height: 1.6
}

.pl-block__text.\--isRight {
    text-align: right;
}

.pl-bluebox {
    background-color: #3b77b6;
    padding: 0 4px 4px 4px;
    margin-top: 20px;
    border-radius: 4px;
}

.pl-bluebox__headline {
    line-height: 1.6;
    padding: 6px 0.5em;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.pl-bluebox__inner {
    background-color: #fff;
    padding: 1em;
    border-radius: 4px;
    text-align: justify;
}

.pl-block__subheadline {
    font-weight: bold;
    font-size: 17px;
    color: #4379ba;
    margin: 16px 0 4px;
}

.pl-block__table__box {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #a0acba;
}

.pl-block__table__box thead tr td {
    padding: 6px;
    border: 1px solid #a0acba;
    background: #eceef1;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
}

.pl-block__table__box tbody tr {
    background-color: #fff;
}

.pl-block__table__box tbody th {
    padding: 6px;
    border: 1px solid #a0acba;
    text-align: left;
    line-height: 1.6;
}

.pl-block__table__box tbody td {
    padding: 6px;
    border: 1px solid #a0acba;
    line-height: 1.6;
    text-align: center;
    vertical-align: middle;
}

.pl-block__table__box tbody tr:nth-child(2n) {
    background-color: #f2f2f2;
}

.\--cat01 {
    width: 22%;
}

/* button
--------------------------- */
.pl-btn {
    margin: 40px auto 0;
    text-align: center;
}

.pl-btn__link {
    display: flex;
    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';
    height: 56px;  
    justify-content:center;
    vertical-align:middle;
    align-items: center;
}

.pl-btn__link::after {
    content: '＞';
    font-weight: normal;
    position: absolute;
    right: 10px;
/*    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);*/
}

.pl-btn__link:link,
.pl-btn__link:visited {
    color: #fff;
}

.pl-btn__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;
}



/* ---------------------------------------------------------
    sub-col
--------------------------------------------------------- */
.kansaiAreaLink,
.companyPageList__suplierLink {
    width:200px;
    clear:both;
    margin-left:15px;
}

.kansaiAreaLink li, 
.companyPageList__suplierLink li {
    background:url(/car/common/images/ui/ui__arrow-02.gif)no-repeat 0px 5px;
    margin:0 0 3px 20px;
    float: left;
    padding-left:7px;
    border:none !important;
}

.companyPageList {
    height:180px;
}

.questionArea {
    min-height: 200px;
}

.questionArea::after {
    clear: both;
    display: block;
    height: 0;
    content: "";
    visibility: hidden;
}

.reviewarea_ui-rrow {
    display: inline-block;
}

.reviewarea {
    height: 100px;
}