/* common */
.accidentH2 {
    background: url(../images/bd_h2.jpg) no-repeat;
    /*background-size: cover;*/
    height: 100%;
    color: #e7df61;
    font-size: 18px;
    padding: 10px 22px;
    font-weight: bold;
    margin: 70px 0 30px;
}
.accidentH3 {
    background: url(../images/bd_h3.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    font-size: 16px;
    padding: 14px 30px;
    font-weight: bold;
    margin: 70px 0 30px;
}
.directlyUnder{
    margin-top: 0;
}

p{
    line-height: 1.6;
}

/* mv */
.pl-mainvisual {
    position: relative;
    background: url(/car/guide/accident/images/pic_mv01.jpg) no-repeat;
    background-size: cover;
    height: 500px;
    margin-bottom: 40px;
}

.pl-mainvisual_en {
    position: relative;
    background: url(/car/guide/accident/images/pic_mv01_en.jpg) no-repeat;
    background-size: cover;
    height: 500px;
    margin-bottom: 40px;
}

.pl-mainvisual_kr {
    position: relative;
    background: url(/car/guide/accident/images/pic_mv01_kr.jpg) no-repeat;
    background-size: cover;
    height: 500px;
    margin-bottom: 40px;
}

.pl-mainvisual__header{
    position: absolute;
    top: 184px;
    right: 153px;
    font-size: 40px;
    text-align: center;
    line-height: 1.7;
    font-weight: bold;
    color: #333;
}
.en__pl-mainvisual__header {
	width: 490px;
    top: 185px;
    right: 98px;
    font-size: 36px;
    line-height: 1.4;
}
.pl-contentBox__text {
    color: #505050;
    margin-bottom: 30px;
}

/* 目次 */
.rc-mv__companyInfo__text--wrapper + .rc-mv__companyInfo__contents {
	margin-top: 10px;
}

.rc-mv__companyInfo__contents {
    height: 153px;
    display: flex;
    align-items: center;
	background-color: #d0dff2;
	color: #014d7a;
}

.rc-mv__companyInfo__contents__title {
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: bold;
    font-size: 24px;
    color: #fff;
    background-color: #95b4de;
    width: 98px;
    height: 127px;
    text-align: center;
    margin:0 26px 0 22px ;
}

.en__contents_title_fs {
	font-size: 21px;
}

.rc-mv__companyInfo__contents__list {
    line-height: 1.6;
    margin-top: 6px;
}

.rc-mv__companyInfo__contents__list li {
	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: 5px solid transparent;
	border-top: 8px solid #014d7a;
	top: 5px;
}

/* flow */
div.flow {
    background: url(../images/bg_flow.jpg);
    background-size: cover;
    height: 135px;
	margin: 30px auto;
}

div.flow ul {
	display: table;
    height: 100%;
}

div.flow ul li {
	display: table-cell;
	text-align: center;
	font-size: 24px;
    line-height: 1.4;
    color: #fff;
    vertical-align: middle;
    width: 324px;
}



/* リンク */

.pl-pref__box__card__link{
    text-align: right;
    margin-top: 30px;
}
.pl-pref__box__card__link a {
    color: #003894;
    text-decoration: none;
}

/* ui__alart */
.ui__alart.red {
    background: none repeat scroll 0 0 #f6d4ce;
    color: #d42809;
}
.ui__alart {
    background: none repeat scroll 0 0 #d0dff1;
    color: #014d7a;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.6;
    padding: 16px;
    margin: 30px 13px 0;
}
.ui__alart.lastAlart{
    margin: 0 50px;
}

/* qa */
.pl-qa {
    width: 920px;
    margin: 0 auto;
}
.pl-qa__title {
    padding: 12px 0 18px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #013893;
    line-height: 1.6;
    padding-left: 55px;
}
.pl-qa__title::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: inline-block;
    background: url(/car/service/studless/images/ico_question.png) no-repeat;
    width: 40px;
    height: 40px;
}
.pl-qa__title::after {
    content: "";
    display: inline-block;
    background: url(/car/service/studless/images/ui_border.png) no-repeat bottom;
    width: 920px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -460px;
}
.pl-qa__content {
    position: relative;
    padding: 0 0 0 55px;
    margin: 22px 0 50px;
    line-height: 1.6;
}
.pl-qa__content::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: inline-block;
    background: url(/car/service/studless/images/ico_answer.png) no-repeat;
    width: 40px;
    height: 40px;
}
.pl-qa__content p {
    margin-bottom: 1em;
}
.pl-qa__content.lastContent{
    margin-bottom: 0;
}


/* table */
.tableArea{
    position: relative;
}
.pl-contentBox__table {
    width: 100%;
    border-collapse: collapse;
}
.pl-contentBox__table thead {
    font-weight: bold;
}
.pl-contentBox__table th,
.pl-contentBox__table td {
    padding: 18px 24px;
    font-size: 14px;
    line-height: 1.5em;
    border: 1px solid #a0acba;
}

.pl-contentBox__table th {
    background-color: #eceef1;
    text-align: center;
}

.pl-contentBox__table th:empty {
    border: none;
    background-color: transparent;
}

.pl-contentBox__table th.\--isCompany {
    width: 206px;
    text-align: center;
    vertical-align: middle;
}
.bdTriangle{
    position: absolute;
    top: 60px;
    left: 350px;
}
.caption01{
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin: 50px 0;
    text-align: center;
}

.caption02{
    caption-side: bottom;
    font-size: 12px;
    color: #7d7d7d;
    text-align: left;
    margin-top: 12px;
}
.imageBox{
    text-align: center;
    margin: 80px 0;
}


/* button
--------------------------- */
.pl-contentBox__text {
    color: #505050;
    margin-bottom: 30px;
}
.pl-contentBox__text.notice {
    margin-top: 28px;
    font-size: 14px;
    color: #ff0004;
}

.pl-contentBox__text.recommend {
    margin-bottom: 25px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 70px;
}
.pl-button {
    margin: 20px auto 70px;
    text-align: center;
}

.pl-button__link {
    display: inline-block;
    position: relative;
    width: 620px;
    line-height: 50px;
    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';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.pl-button__link::after {
    content: '＞';
}

.en__pl-button__link {
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 80px;
	box-sizing: border-box;
	line-height: 34px;
}

.en__pl-button__link::after {
    font-size: 30px;
}

.pl-button__link:link,
.pl-button__link:visited {
    color: #fff;
}

.pl-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;
}