/* =========================================================
   共通
========================================================= */
p {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}

.pl-wrap {
	width: 980px;
	margin: 0 auto;
}

/* =========================================================
   pl-mv
========================================================= */
.pl-mv {
	height: 500px;
	margin-bottom: 40px;
}

/* =========================================================
   pl-content
========================================================= */
.pl-contentBox {
	margin-bottom: 80px;
}

/* 見出し */
.pl-contentBox__heading {
	position: relative;
	line-height: 1.4;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #1a5ba9;
	padding: 9px 80px 9px 20px;
	margin-bottom: 30px;
}

.pl-contentBox__heading::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	background: url(/car/service/okinawa_orix_coral-cam/images/ico154x43.png) no-repeat;
	width: 154px;
	height: 43px;
}

/* フレックスボックス */
.pl-flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* キャンペーン詳細
--------------------------- */
.pl-description__thumb {
	width: 340px;
	margin-right: 20px;
}

.pl-description__thumb img {
	margin-bottom: 10px;
}

.pl-description__text {
    width: 620px;
}

.pl-description__text__lead {
	width: 620px;
	margin-bottom: 20px;
}

.pl-description__text__link {
	margin-bottom: 20px;
    text-align: right;
}

.pl-description__text__link a {
	color: #003894;
	text-decoration: none;
}

.pl-description__text__link:hover {
	text-decoration: underline;
}

.pl-description__text ul {
	width: 620px;
	list-style: none;
}

.pl-description__text li {
	display: flex;
}

.pl-pref__box__card__list__text {
	width: 90px;
	font-weight: bold;
	margin-bottom: 10px;
}

.pl-pref__box__card__list__date {
	width: 530px;
	margin-bottom: 10px;
}

.pl-description__text__m {
	font-size: 12px;
	line-height: 17px;
	color: #7d7d7d;
}

/* 対象車種一覧
--------------------------- */
.pl-description__card {
	margin: 0 0 20px;
}

.pl-description__card__img {
	margin-bottom: 5px;
}

.pl-description__card__text {
	text-align: center;
}

.pl-description__card__text span {
	font-size: 12px;
}

.pl-contentBox__text__m {
	width: 770px;
    margin: 20px auto 0;
	font-size: 12px;
	line-height: 17px;
	color: #7d7d7d;
}

/* キャンペーンのご報告
--------------------------- */
.pl-contentBox__lead {
	margin-bottom: 40px;
}

.pl-info {
	padding: 20px 20px 10px 20px;
	background: #c3e0d9;
}

.pl-info__heading {
	padding-bottom: 20px;
	color: #1a5ba9;
	font-size: 18px;
	font-weight: bold;
}

.pl-info__group__card {
	position: relative;
}

.pl-info__group__card::after {
	content: '';
    display: inline-block;
    background: url(/car/service/okinawa_orix_coral-cam/images/img_arrow.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
	position: absolute;
	top: 50%;
    right: -35px;
    margin-top: -25px;
    z-index: 2;
}

.pl-info__group__card:last-child::after {
    content: none;
}

.pl-info__group__text {
	position: absolute;
	padding: 5px 10px;
	background: rgba(255, 255, 255, 0.8);
}

.pl-info__note {
	margin-top: 5px;
}

/* ボタン
--------------------------- */
.pl-button {
	margin-top: 30px;
	padding-bottom: 4px;
	text-align: center;
}

.pl-button__link {
	display: inline-block;
	position: relative;
	width: 540px;
	line-height: 50px;
	border-radius: 4px;
	background: #f27b11;
	box-shadow: #d8670b 0 4px 0, rgba(0,0,0,0.2) 0 3px 3px;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.2);
	text-align: center;
	color: #fff;
}

.pl-button__link::after {
	content: '＞';
	position: absolute;
	right: 10px;
	top: 3px;
}

.pl-button__link:hover {
	text-decoration: none;
	position: relative;
	top: -1px;
	box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
}

.pl-button__link:link,
.pl-button__link:visited {
	color: #fff;
}

/* orix_video */
.orix_video {
	width: 620px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
	margin-bottom: 40px;
}

/* キャンペーン終了 */
.seasonoff {
	/* display: none; */
    width: 980px;
    border: 3px solid #FF0004;
    margin: 10px auto 15px;
    padding: 3px 7px;
    text-align: left;
}

.seasonoff p {
    line-height: 1.5em;
    font-size: 17px;
    font-weight: bold;
	color: #FF0004;
}

/* ACエコツアーリンク
--------------------------- */
#ac-link .pl-description__card{
	width: 230px;
}
#ac-link .pl-description__card__text{
	width: 100%;
	text-align: left;
}
#ac-link .pl-button__link{
	background: #37b48d;
	box-shadow: #2e856a 0 3px 0, rgb(0 0 0 / 20%) 0 1px 1px;
}
