.pl-wrapper {
    padding-top: 0;
}

.pl-campaign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 980px;
    margin: 0 auto;
}

/* =========================================================
   メインカラム
========================================================= */

.pl-main {
    width: 650px;
    -webkit-box-sizing: border-box;
        box-sizing: border-box;
    padding: 20px 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

/* 見出し
--------------------------- */
.pl-header {
    padding-bottom: 10px;
    margin-bottom: 16px;
    position: relative;
    font-size: 25px;
    line-height: 1.3;
    color: #333;
}

.pl-header::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 4px;
    background: #d5d1d1;
}

.pl-header::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 25.12%;
    height: 4px;
    background: #003590;
}

/* 注釈
--------------------------- */
.pl-note {
    margin-bottom: 16px;
    color: #ff0000;
    font-size: 20px;
    line-height: 1.3;
}

/* メインビジュアル
--------------------------- */
.pl-image {
    width: 628px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 0;
}

/* 本文
--------------------------- */
.pl-content__text {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

/* =========================================================
   左カラム キャンペーン情報
========================================================= */
.pl-aside {
    width: 320px;
}

.pl-infoWrapper {
    border: 1px solid #cccccc;
    padding-bottom: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.pl-infoBanner:hover {
	opacity: 0.8;
	text-decoration: none;
}

.pl-infoTitle {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfe8ef));
    background-image: -webkit-linear-gradient(top, #ffffff, #dfe8ef);
    background-image: -o-linear-gradient(top, #ffffff, #dfe8ef);
    background-image: linear-gradient(to bottom, #ffffff, #dfe8ef);
    color: #013893;
    font-size: 15px;
    border-top: 4px solid #1460ba;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    border-bottom: 1px solid #c1d4ea;
    padding: 10px;
    margin-bottom: 20px;
}

.pl-infoBanner {
    width: 300px;
    height: 95px;
    background: #cccccc;
    margin: 0 auto;
}

.pl-infoBanner + .pl-infoBanner {
    margin-top: 20px;
}

.pl-infoContent {
    padding: 20px 10px 0;
}

.pl-infoContent__list + .pl-infoContent__list {
    margin-top: 10px;
}

.pl-infoContent__list > a {
    display: block;
    position: relative;
    padding-left: 1em;
    color: #2068b7;
}

.pl-infoContent__list > a::before {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 6px solid transparent;
    border-left: 6px solid #2068b7;
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 0;
}

/* 検索ボックス 吹き出し
--------------------------- */
.rc-searchBox__note {
    box-sizing: border-box;
    width: 290px;
    padding: 8px;
    margin: 10px auto;
    border: 1px solid #f4b98c;
    border-radius: 3px;
    background-color: #fdffe6;
    text-align: center;
    position: relative;
}

.rc-searchBox__note::before,
.rc-searchBox__note::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -7px;
}

.rc-searchBox__note::before {
    border-color: transparent transparent #f4b98c;
    border-style: solid;
    border-width: 0px 7px 8px 7px;
    margin-left: -7px;
    top: -9px;
}

.rc-searchBox__note::after {
    border-color: transparent transparent #fdffe6;
    border-style: solid;
    border-width: 0px 7px 8px 7px;
    top: -7px;
}