@charset "UTF-8";
/* ==========================================================================
   .s5-store2colContents__nav
   ========================================================================== */
.s5-store2colContents__nav li:first-child {
  border-top: none;
}
.s5-store2colContents__nav li ul li {
  border-top: 1px solid #e4e7eb !important;
}

/* ==========================================================================
   .s5-formDropdown__selected
   ========================================================================== */
.s5-formDropdown__selected {
  background: #5787f4;
  color: #fff;
}

.s5-formDropdown__selected:hover {
  background: #8aacf6;
  color: #fff;
}

/* ==========================================================================
   .s5-seriesNav.c5-seriesNav
   ========================================================================== */
.s5-seriesNav.c5-seriesNav {
  margin: -78px 0 0 0;
  float: right;
}
.s5-seriesNav.c5-seriesNav .s5-seriesNav__item a:before {
  content: "\f0da";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0;
}
@media screen and (max-width: 639px) {
  .s5-seriesNav.c5-seriesNav .s5-seriesNav__item a:before {
    display: none;
  }
}
.s5-seriesNav.c5-seriesNav .s5-seriesNav__item.s5-seriesNav__item--current a:before {
  display: none;
}
@media screen and (max-width: 979px) {
  .s5-seriesNav.c5-seriesNav {
    margin: auto;
    margin-bottom: 20px;
    float: none;
  }
}
.s5-seriesNav.c5-seriesNav .s5-seriesNav__pair {
  float: left;
}
@media screen and (max-width: 639px) {
  .s5-seriesNav.c5-seriesNav .s5-seriesNav__pair {
    float: none;
  }
}
.s5-seriesNav.c5-seriesNav .c5-seriesNav__PCnone {
  display: none;
}
@media screen and (max-width: 639px) {
  .s5-seriesNav.c5-seriesNav .c5-seriesNav__PCnone {
    display: table-cell;
  }
}

/* ==========================================================================
   .s5-newsTable
   ========================================================================== */
.s5-newsTable th {
  vertical-align: top;
}







/*
#overview
PC/スマホ個別 関連
*/
/*#styleguide
PC/スマホ個別 関連
```
■PC（980px以上表示）
<p class="c5-pc--base">pc表示（980px以上表示）</p>
■PC（768px以上表示）
<p class="c5-pc--middle">pc表示（768px以上表示）</p>
■PC（640px以上表示）
<p class="c5-pc--small">pc表示（640px以上表示）</p>

■スマホ（980px以下表示）
<p class="c5-sp--base">スマホ（980px以下表示）</p>
■スマホ（768px以下表示）
<p class="c5-sp--middle">スマホ（768px以下表示）</p>
■スマホ（640px以下表示）
<p class="c5-sp--small">スマホ（640px以下表示）</p>


```
*/
/* ==========================================================================
   c5-pc c5-sp 
   ========================================================================== */
.c5-pc--base {
  display: block;
}
@media screen and (max-width: 979px) {
  .c5-pc--base {
    display: none !important;
  }
}

.c5-pc--middle {
  display: block;
}
@media screen and (max-width: 767px) {
  .c5-pc--middle {
    display: none !important;
  }
}

.c5-pc--small {
  display: block;
}
@media screen and (max-width: 639px) {
  .c5-pc--small {
    display: none !important;
  }
}

.c5-sp--base {
  display: none;
}
@media screen and (max-width: 979px) {
  .c5-sp--base {
    display: block;
  }
}

.c5-sp--middle {
  display: none;
}
@media screen and (max-width: 767px) {
  .c5-sp--middle {
    display: block;
  }
}

.c5-sp--small {
  display: none;
}
@media screen and (max-width: 639px) {
  .c5-sp--small {
    display: block;
  }
}

/*
#overview
余白 関連
*/
/*#styleguide
余白全リセット
```
<p class="c5-general--mt10Negative">c5-general--mt10Negative</p>
<p class="c5-mar__reset">c5-mar__reset</p>
<p class="c5-general--mb0">c5-general--mb0</p>
<p class="c5-general--ml25">c5-general--ml25</p>
<p class="c5-MQgeneral--mt5">c5-MQgeneral--mt5</p>
<p class="c5-MQgeneral--mt10">c5-MQgeneral--mt10</p>
<p class="c5-MQgeneral--mt30">c5-MQgeneral--mt30</p>
<p class="c5-MQgeneral--mb5">c5-MQgeneral--mb5</p>
<p class="c5-MQgeneral--mb10">c5-MQgeneral--mb10</p>
<p class="c5-MQgeneral__middle--p20">MQ middleの時、パッディング20|.c5-MQgeneral__middle--p20</p>
<p class="c5-general--MQp20">{.c5-general--MQp20}</p>

<p class="c5-pad__reset">c5-pad__reset</p>
<p class="c5-general--pb0">c5-general--pb0</p>
<br>
四方padding
<p class="c5-general--p10">{padding: 10px !important;}</p>
<p class="c5-general--p15">{padding: 15px !important;}</p>
<p class="c5-general--p20">{padding: 20px !important;}</p>
<p class="c5-general--p30">{padding: 30px !important;}</p>
<p class="c5-general--p40">{padding: 40px !important;}</p>
<p class="c5-general--p50">{padding: 50px !important;}</p>
<p class="c5-general--p60">{padding: 60px !important;}</p>
<p class="c5-general--p70">{padding: 70px !important;}</p>
<p class="c5-general--p80">{padding: 80px !important;}</p>
<p class="c5-general--p90">{padding: 90px !important;}</p>
<p class="c5-general--p100">{padding: 100px !important;}</p>
<br>
四方margin
<p class="c5-general--m10">{margin: 10px !important;}</p>
<p class="c5-general--m20">{margin: 20px !important;}</p>
<p class="c5-general--m30">{margin: 30px !important;}</p>
<p class="c5-general--m40">{margin: 40px !important;}</p>
<p class="c5-general--m50">{margin: 50px !important;}</p>
<p class="c5-general--m60">{margin: 60px !important;}</p>
<p class="c5-general--m70">{margin: 70px !important;}</p>
<p class="c5-general--m80">{margin: 80px !important;}</p>
<p class="c5-general--m90">{margin: 90px !important;}</p>
<p class="c5-general--m100">{margin: 100px !important;}</p>
```
*/
/* ==========================================================================
   margin / padding 関連
   ========================================================================== */
.c5-mar__reset {
  margin: 0 !important;
}

.c5-general--mt10Negative {
  margin-top: -10px !important;
}

.c5-general--mt5 {
  margin-top: 5px !important;
}

.c5-general--mb0 {
  margin-bottom: 0 !important;
}

.c5-general--ml10 {
  margin-left: 10px !important;
}

.c5-general--ml20 {
  margin-left: 20px !important;
}

.c5-general--ml25 {
  margin-left: 25px !important;
}

.c5-general--mr10 {
  margin-right: 10px !important;
}

.c5-general--mr20 {
  margin-right: 20px !important;
}

.c5-general--mr25 {
  margin-right: 25px !important;
}

@media screen and (max-width: 639px) {
  .c5-MQgeneral--mt5 {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 639px) {
  .c5-MQgeneral--mt10 {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 639px) {
  .c5-MQgeneral--mt30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 639px) {
  .c5-MQgeneral--mt30 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 639px) {
  .c5-MQgeneral--mb5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 639px) {
  .c5-MQgeneral--mb10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 639px) {
  .c5-MQgeneral--mb30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .c5-MQgeneral__middle--p20 {
    padding: 20px !important;
  }
}

.c5-pad__reset {
  padding: 0 !important;
}

.c5-general--pb0 {
  padding-bottom: 0 !important;
}

.c5-general--pl10 {
  padding-left: 10px !important;
}

.c5-general--pl20 {
  padding-left: 20px !important;
}

.c5-general--pr20 {
  padding-right: 20px !important;
}

.c5-general--p5 {
  padding: 5px !important;
}

.c5-general--p10 {
  padding: 10px !important;
}

.c5-general--p15 {
  padding: 15px !important;
}

.c5-general--p20 {
  padding: 20px !important;
}

.c5-general--p30 {
  padding: 30px !important;
}

.c5-general--p40 {
  padding: 40px !important;
}

.c5-general--p50 {
  padding: 50px !important;
}

.c5-general--p60 {
  padding: 60px !important;
}

.c5-general--p70 {
  padding: 70px !important;
}

.c5-general--p80 {
  padding: 80px !important;
}

.c5-general--p90 {
  padding: 90px !important;
}

.c5-general--p100 {
  padding: 100px !important;
}

.c5-general--m5 {
  margin: 5px !important;
}

.c5-general--m10 {
  margin: 10px !important;
}

.c5-general--m20 {
  margin: 20px !important;
}

.c5-general--m30 {
  margin: 30px !important;
}

.c5-general--m40 {
  margin: 40px !important;
}

.c5-general--m50 {
  margin: 50px !important;
}

.c5-general--m60 {
  margin: 60px !important;
}

.c5-general--m70 {
  margin: 70px !important;
}

.c5-general--m80 {
  margin: 80px !important;
}

.c5-general--m90 {
  margin: 90px !important;
}

.c5-general--m100 {
  margin: 100px !important;
}

@media screen and (max-width: 639px) {
  .c5-general--MQp20 {
    padding: 20px !important;
  }
}

@media screen and (max-width: 639px) {
  .c5-general--MQp10 {
    padding: 10px !important;
  }
}

/*
#overview
色_ 関連
*/
/*#styleguide
背景色
```
<p class="c5-bg__glay">■</p>
<p class="c5-bg__glayblue">■</p>
<p class="c5-bg__liteblue">■</p>
<p class="c5-colorGray">■</p>

```
*/
/* ==========================================================================
   c5-bg__glay
   ========================================================================== */
.c5-bg__glay {
  background: #E4E7EB !important;
}

/* ==========================================================================
   c5-bg__glayblue
   ========================================================================== */
.c5-bg__glayblue {
  background: #f1f5f9;
}

/* ==========================================================================
   c5-bg__liteblue
   ========================================================================== */
.c5-bg__liteblue {
  background: #55acee !important;
}

/* ==========================================================================
   色 関連
   ========================================================================== */
.c5-colorGray {
  color: #3a5897;
}

/*
#overview
アイコン 関連
*/
/*#styleguide
アイコン関連
```
<span class="c5-icon__orange">アイコン</span>
<span class="c5-icon__orange2">アイコン</span>
<span class="s5-icon-down c5-icon_sizeL"></span>
<span class="c5-icon__orange2">30%還元中 <span class="s5-icon-arrow-up"></span></span>
<span><img src="/msc/point/images/icon-warning-sign.png" class="c5-icon_size26"></span>
<span><img src="/msc/point/images/icon-warning-sign.png" class="c5-icon_size19"></span>
<span><img src="/msc/point/images/icon-warning-sign.png" class="c5-icon_size11"></span>

```
*/
/* ==========================================================================
   c5-icon__orange
   ========================================================================== */
.c5-icon__orange {
  border: 2px #f25529 solid;
  padding: 3px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #f25529;
  display: inline-block;
  margin: 2px 0;
}

.c5-icon__orange2 {
  background: #f25529;
  border: 2px #f25529 solid;
  padding: 3px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin: 2px 0;
}

.c5-icon_sizeL {
  font-size: 3rem;
}

.c5-icon_size40 {
  height: 40px;
  vertical-align: sub;
}

.c5-icon_size30 {
  height: 30px;
  vertical-align: text-bottom;
}

.c5-icon_size26 {
  height: 26px;
  vertical-align: sub;
}

.c5-icon_size19 {
  height: 19px;
  vertical-align: sub;
}

.c5-icon_size11 {
  height: 11px;
  vertical-align: sub;
}

/*
#overview
見出し 関連
*/
/*#styleguide
見出し_
```
<div class="c5-accountTopHeader2">見出し</div>
<div class="c5-accountTopHeader2--store">見出し</div>
<div class="c5-accountTopHeader2">
    <h2>見出し</h2>
</div>

```
*/
/* ==========================================================================
   c5-accountTopHeader2
   ========================================================================== */
.c5-accountTopHeader2 {
  border-left: 4px solid #5787f4;
  padding: 5px 0 5px 15px;
  margin: 40px 0 10px;
}

.c5-accountTopHeader2--store {
  border-left-color: #f5683a;
}

.c5-accountTopHeader2 h2 {
  font-size: 20px;
  margin: 0;
}

/*#styleguide
PC 見出し ボタン1個の時
```
<div class="c5-accountTopStatusBar c5-accountTopStatusBar--btn1">
    <div class="c5-accountTopStatusBar__welcome">
        <div class="c5-accountTopStatusBar__name">ソニーポイント</div>
    </div>
    <div class="c5-accountTopStatusBar__util">
        <div class="c5-accountTopStatusBar__buttons">
            <ul>
                <li><div class="c5-p4">ポイント<br class="s5--disableSmallScreen">残高</div></li>
                <li><div class="c5-pointbox__style1"><span class="s5-heading5 s5--colorBlue-dark">109,026</span><span class="c5-p4 c5-colorGray"> ポイント</span></div></li>
                <li><div class="c5-p4">今月末有効<br class="s5--disableSmallScreen">切れポイント</div></li>
                <li><div class="c5-pointbox__style1 s5-general--mr10"><span class="s5-heading5 s5--colorBlue-dark">2,560</span><span class="c5-p4 c5-colorGray"> ポイント</span></div></li>
                <li><a href="https://www.point.msc.sony.jp/point-pc/register/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_register');" class="s5-button s5-p3">ポイント登録</a></li>
                <li class="c5-accountTopStatusBar__buttons--logout"><a href="#" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_logout');" class="s5-secondaryButton s5-p3">ログアウト</a></li>
            </ul>
        </div>
    </div>
<!-- /.c5-accountTopStatusBar --></div>

<br><br>

<div class="c5-accountTopStatusBar c5-accountTopStatusBar--btn1">
    <div class="c5-accountTopStatusBar__welcome">
        <div class="c5-accountTopStatusBar__name">ソニーポイント</div>
    </div>
    <div class="c5-accountTopStatusBar__util">
        <div class="c5-accountTopStatusBar__buttons">
            <ul>
                <li><div class="c5-p4">ポイント<br class="s5--disableSmallScreen">残高</div></li>
                <li><div class="c5-pointbox__style1"><span class="s5-heading5 s5--colorBlue-dark">109,026</span><span class="c5-p4 c5-colorGray"> ポイント</span></div></li>
                <li><div class="c5-p4">今月末有効<br class="s5--disableSmallScreen">切れポイント</div></li>
                <li><div class="c5-pointbox__style1 s5-general--mr10"><span class="s5-heading5 s5--colorBlue-dark">2,560</span><span class="c5-p4 c5-colorGray"> ポイント</span></div></li>
                <li><a href="https://www.point.msc.sony.jp/point-pc/register/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_register');" class="s5-button s5-p3">ポイント登録</a></li>
                <li class="c5-accountTopStatusBar__buttons--logout"><a href="#" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_login');" class="s5-button s5-p3">ログイン</a></li>
            </ul>
        </div>
    </div>
<!-- /.c5-accountTopStatusBar --></div>

```
*/
/*#styleguide
PC 見出し  ボタン2個の時
```
<div class="c5-accountTopStatusBar c5-accountTopStatusBar--btn2">
    <div class="c5-accountTopStatusBar__welcome">
        <div class="c5-accountTopStatusBar__name">ソニーポイント</div>
    </div>
    <div class="c5-accountTopStatusBar__util">
        <div class="c5-accountTopStatusBar__buttons">
            <ul>
                <li><div class="c5-p4">ポイント<br class="s5--disableSmallScreen">残高</div></li>
                <li><div class="c5-pointbox__style1"><span class="s5-heading5 s5--colorBlue-dark">109,026</span><span class="c5-p4 c5-colorGray"> ポイント</span></div></li>
                <li><div class="c5-p4">今月末有効<br class="s5--disableSmallScreen">切れポイント</div></li>
                <li><div class="c5-pointbox__style1"><span class="s5-heading5 s5--colorBlue-dark">2,560</span><span class="c5-p4 c5-colorGray"> ポイント</span></div></li>
                <li class="c5-accountTopStatusBar--refresh"><a href="#" class="s5--colorGray-light"><span class="s5-icon-refresh"></span>更新</a></li>
                <li><a href="https://www.point.msc.sony.jp/point-pc/register/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_register');" class="s5-button s5-p3">ポイント登録</a></li>
                <li><a href="https://www.point.msc.sony.jp/point-pc/passbook/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_passbook');" class="s5-button s5-p3">ポイント通帳</a></li>
                <li class="c5-accountTopStatusBar__buttons--logout"><a href="#" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_logout');" class="s5-secondaryButton s5-p3">ログアウト</a></li>
            </ul>
        </div>
    </div>
<!-- /.c5-accountTopStatusBar --></div>

<br><br>

<div class="c5-accountTopStatusBar c5-accountTopStatusBar--btn2">
    <div class="c5-accountTopStatusBar__welcome">
        <div class="c5-accountTopStatusBar__name">ソニーポイント</div>
    </div>
    <div class="c5-accountTopStatusBar__util">
        <div class="c5-accountTopStatusBar__buttons">
            <ul>
                <li><div class="c5-p4">ポイント<br class="s5--disableSmallScreen">残高</div></li>
                <li><div class="c5-pointbox__style1"><span class="s5-heading5 s5--colorBlue-dark">109,026</span><span class="c5-p4 c5-colorGray"> ポイント</span></div></li>
                <li><div class="c5-p4">今月末有効<br class="s5--disableSmallScreen">切れポイント</div></li>
                <li><div class="c5-pointbox__style1 s5-general--mr10"><span class="s5-heading5 s5--colorBlue-dark">2,560</span><span class="c5-p4 c5-colorGray"> ポイント</span></div></li>
                <li><a href="https://www.point.msc.sony.jp/point-pc/register/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_register');" class="s5-button s5-p3">ポイント登録</a></li>
                <li><a href="https://www.point.msc.sony.jp/point-pc/passbook/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_passbook');" class="s5-button s5-p3">ポイント通帳</a></li>
                <li class="c5-accountTopStatusBar__buttons--logout"><a href="#" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_login');" class="s5-button s5-p3">ログイン</a></li>
            </ul>
        </div>
    </div>
<!-- /.c5-accountTopStatusBar --></div>
```
*/
/*#styleguide
メインビジュアル下のグレーバー
```
<div class="c5-accountTopStatusBar c5-accountTopStatusBar--btn2 c5-accountTopStatusBar__buttons--mainvisualBtm">
    <div class="c5-accountTopStatusBar__welcome">
        <div class="c5-accountTopStatusBar__name">ソニーポイント</div>
    </div>
    <div class="c5-accountTopStatusBar__util">
        <div class="c5-accountTopStatusBar__buttons">
            <ul>
                <li><div class="c5-p4">ポイント<br class="s5--disableSmallScreen">残高</div></li>
                <li><div class="c5-pointbox__style1"><span class="s5-heading5 s5--colorBlue-dark">109,026</span><span class="c5-p4 c5-colorGray"> ポイント</span></div></li>
                <li><div class="c5-p4">今月末有効<br class="s5--disableSmallScreen">切れポイント</div></li>
                <li><div class="c5-pointbox__style1"><span class="s5-heading5 s5--colorBlue-dark">2,560</span><span class="c5-p4 c5-colorGray"> ポイント</span></div></li>
                <li class="c5-accountTopStatusBar--refresh"><a href="#" class="s5--colorGray-light"><span class="s5-icon-refresh"></span>更新</a></li>
                </ul>
                <ul class="c5-accountTopStatusBar__buttons--mainvisualBtmul">
                <li><a href="https://www.point.msc.sony.jp/point-pc/register/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_register');" class="s5-button s5-p3">ポイント登録</a></li>
                <li><a href="https://www.point.msc.sony.jp/point-pc/passbook/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_passbook');" class="s5-button s5-p3">ポイント通帳</a></li>
                <li><a href="#" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_guide');" class="s5-button s5-p3">ソニーポイントとは</a></li>
                <li class="c5-accountTopStatusBar__buttons--logout"><a href="#" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_logout');" class="s5-secondaryButton s5-p3">ログアウト</a></li>
            </ul>
        </div>
    </div>
<!-- /.c5-accountTopStatusBar --></div>
    <div class="c5-accountTopStatusBar--sp c5-accountTopStatusBar__buttons--mainvisualBtm">
        <div class="c5-accountTopStatusBar__welcome">
            <div class="c5-accountTopStatusBar__name">ソニーポイント <a href="#" class="c5-accountTopStatusBar__refresh s5--colorGray-light"><span class="s5-icon-refresh"></span>更新</a></div>
        </div>
        <div class="c5-accountTopStatusBar__table">
            <table>
                <col width="50%">
                <col width="50%">
                <tr>
                <td>
                    <span class="s5-p3 s5--colorBlack">ポイント残高</span>
                </td>
                <td>
                <span class="s5-heading5 s5--colorBlue-dark">109,026</span>
                <span class="s5-p3 s5--colorBlack"> ポイント</span>
                </td>
                </tr>
                <tr>
                <td>
                    <span class="s5-p3 s5--colorBlack">今月末有効期限切れポイント</span>
                </td>
                <td>
                <span class="s5-heading5 s5--colorBlue-dark">2,560</span>
                <span class="s5-p3 s5--colorBlack"> ポイント</span>
                </td>
                </tr>
            </table>
        </div>
            <div class="c5-accountTopStatusBar__util">
                <div class="c5-accountTopStatusBar__buttons">
                    <ul>
                        <li><a href="https://www.point.msc.sony.jp/point-pc/register/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_register');" class="s5-button s5-p3">ポイント登録</a></li>
                        <li><a href="https://www.point.msc.sony.jp/point-pc/passbook/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_passbook');" class="s5-button s5-p3">ポイント通帳</a></li>
                        <li><a href="#" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_guide');" class="s5-button s5-p3">ソニーポイントとは</a></li>
                        <li><a href="#" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_logout');" class="s5-secondaryButton s5-p3">ログアウト</a></li>
                    </ul>
                </div>
            </div>
        <!-- /.c5-accountTopStatusBar --></div>

<br><br>


<div class="c5-barGray">
    <div class="c5-accountTopStatusBar__buttons c5-accountTopStatusBar__buttons--mainvisualBtm">
        <ul>
            <li><a href="https://www.point.msc.sony.jp/point-pc/passbook/index.cgi" class="s5-button s5-p3 c5-MQgeneral--mt5 c5-MQgeneral--mb5">ポイント登録</a></li>
            <li><a href="https://www.point.msc.sony.jp/point-pc/passbook/index.cgi" class="s5-button s5-p3 c5-MQgeneral--mt5 c5-MQgeneral--mb5">ポイント通帳</a></li>
            <li><a href="https://msc.sony.jp/member/point/support/rule.jsp" class="s5-button s5-p3 c5-MQgeneral--mt5 c5-MQgeneral--mb5">ソニーポイントのルールについて</a></li>
            <li class="c5-accountTopStatusBar__buttons--logout"><a href="#" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_logout');" class="s5-secondaryButton s5-p3">ログアウト</a></li>
        </ul>
    </div>
</div>
<!-- .c5-barGray -->
```
*/
/* ==========================================================================
   c5-accountTopStatusBar
   ========================================================================== */
.c5-accountTopStatusBar {
  color: #fff;
  display: table;
  width: 100%;
  background: #414349;
  position: relative;
}
@media screen and (max-width: 810px) {
  .c5-accountTopStatusBar.c5-accountTopStatusBar--btn1 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c5-accountTopStatusBar.c5-accountTopStatusBar--btn1 {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .c5-accountTopStatusBar.c5-accountTopStatusBar--btn1 .c5-accountTopStatusBar__welcome {
    display: block;
  }
  .c5-accountTopStatusBar.c5-accountTopStatusBar--btn1 .c5-accountTopStatusBar__util {
    display: block;
    text-align: left;
    padding-left: 14px;
  }
  .c5-accountTopStatusBar.c5-accountTopStatusBar--btn1 .c5-accountTopStatusBar__buttons--logout {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.c5-accountTopStatusBar.c5-accountTopStatusBar--btn2 .c5-accountTopStatusBar__buttons li {
  margin: 0 0 0 3px;
}
.c5-accountTopStatusBar.c5-accountTopStatusBar--btn2 .c5-accountTopStatusBar--refresh {
  vertical-align: bottom;
}
@media screen and (max-width: 1080px) {
  .c5-accountTopStatusBar.c5-accountTopStatusBar--btn2 .c5-accountTopStatusBar__welcome {
    display: block;
  }
  .c5-accountTopStatusBar.c5-accountTopStatusBar--btn2 .c5-accountTopStatusBar__util {
    display: block;
    text-align: left;
    padding-left: 14px;
  }
}
@media screen and (max-width: 980px) {
  .c5-accountTopStatusBar.c5-accountTopStatusBar--btn2 {
    display: block;
  }
  .c5-accountTopStatusBar.c5-accountTopStatusBar--btn2 .c5-accountTopStatusBar__buttons ul {
    padding-right: 0;
  }
  .c5-accountTopStatusBar.c5-accountTopStatusBar--btn2 .c5-accountTopStatusBar__buttons ul li {
    margin: 0 0 0 3px !important;
  }
}
.c5-accountTopStatusBar.c5-accountTopStatusBar--btn2 .c5-accountTopStatusBar__buttons--logout {
  margin: 0 0 0 10px !important;
}
@media screen and (max-width: 910px) {
  .c5-accountTopStatusBar.c5-accountTopStatusBar--btn2 .c5-accountTopStatusBar__buttons--logout {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c5-accountTopStatusBar.c5-accountTopStatusBar--btn2 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .c5-accountTopStatusBar.c5-accountTopStatusBar--btn2 .s5-button {
    padding: 8px 10px;
  }
}
.c5-accountTopStatusBar.c5-accountTopStatusBar--btn2 .c5-accountTopStatusBar__buttons li {
  margin: 0 0 0 3px;
}
@media screen and (max-width: 767px) {
  .c5-accountTopStatusBar {
    display: none;
  }
}

.s5-header1 + .c5-accountTopStatusBar {
  margin-top: -10px;
}

.c5-accountTopStatusBar__welcome {
  vertical-align: middle;
  display: table-cell;
  padding: 10px 14px;
}

.c5-accountTopStatusBar__name {
  font-size: 20px;
  display: inline-block;
}

.c5-accountTopStatusBar__message {
  font-size: 16px;
  display: inline-block;
}

.c5-accountTopStatusBar__util {
  text-align: right;
  vertical-align: middle;
  display: table-cell;
}

.c5-accountTopStatusBar__buttons {
  font-size: 12px;
  display: inline-block;
  padding-right: 5px;
}

.c5-accountTopStatusBar__buttons ul {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 10px 10px 10px 0;
}

.c5-accountTopStatusBar__buttons--logout {
  margin: 0 0 0 30px !important;
}

.c5-accountTopStatusBar__buttons li {
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 5px;
}

.c5-accountTopStatusBar__buttonlike {
  color: #000;
  font-size: 12px;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 18px;
  border: none;
  border-radius: 1px;
  background: #e4e7ec;
  transition: background .2s;
}

.c5-accountTopStatusBar__buttonlike:before {
  content: "\f0da";
  font-family: 'icon';
  margin: 0 .4em 0 0;
}

@media screen and (max-width: 810px) {
  .c5-accountTopStatusBar__buttons--mainvisualBtm .c5-accountTopStatusBar__welcome {
    padding-bottom: 0 !important;
    display: block;
  }
  .c5-accountTopStatusBar__buttons--mainvisualBtm .c5-accountTopStatusBar__util {
    display: block;
    text-align: left;
    padding-left: 14px;
  }
}
.c5-accountTopStatusBar__buttons--mainvisualBtm.c5-accountTopStatusBar--btn2 ul {
  float: left;
  margin: 0 auto;
  width: auto;
  padding-top: 13px;
}
.c5-accountTopStatusBar__buttons--mainvisualBtm.c5-accountTopStatusBar--btn2 ul.c5-accountTopStatusBar__buttons--mainvisualBtmul {
  padding-top: 16px;
}
.c5-accountTopStatusBar__buttons--mainvisualBtm.c5-accountTopStatusBar--btn2 .c5-accountTopStatusBar__buttons li {
  margin: 0 0 0 3px;
}
.c5-accountTopStatusBar__buttons--mainvisualBtm.c5-accountTopStatusBar--btn2 .c5-accountTopStatusBar__welcome {
  padding: 10px 0 10px 14px;
}
.c5-accountTopStatusBar__buttons--mainvisualBtm.c5-accountTopStatusBar--btn2 .c5-accountTopStatusBar__buttons--logout {
  margin: 0 0 0 15px !important;
}
@media screen and (max-width: 1250px) {
  .c5-accountTopStatusBar__buttons--mainvisualBtm.c5-accountTopStatusBar--btn2 .c5-accountTopStatusBar__welcome {
    display: block;
    padding-bottom: 0;
  }
  .c5-accountTopStatusBar__buttons--mainvisualBtm.c5-accountTopStatusBar--btn2 .c5-accountTopStatusBar__util {
    display: block;
    text-align: left;
    padding-left: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .c5-accountTopStatusBar__buttons--mainvisualBtm.c5-accountTopStatusBar--btn2 .c5-accountTopStatusBar__buttons--logout {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 940px) {
  .c5-accountTopStatusBar__buttons--mainvisualBtm.c5-accountTopStatusBar--btn2 ul.c5-accountTopStatusBar__buttons--mainvisualBtmul {
    padding-top: 0;
  }
  .c5-accountTopStatusBar__buttons--mainvisualBtm.c5-accountTopStatusBar--btn2 .c5-accountTopStatusBar__buttons--logout {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
  }
}

.c5-accountTopStatusBar--sp.c5-accountTopStatusBar__buttons--mainvisualBtm {
  margin: 0 !important;
}

/*#styleguide
SP 見出し
```
<div class="c5-accountTopStatusBar c5-accountTopStatusBar--sp">
        <div class="c5-accountTopStatusBar__welcome">
            <div class="c5-accountTopStatusBar__name">ソニーポイント <a href="#" class="c5-accountTopStatusBar__refresh s5--colorGray-light"><span class="s5-icon-refresh"></span>更新</a></div>
        </div>
        <div class="c5-accountTopStatusBar__table">
            <table>
                <col width="50%">
                <col width="50%">
                <tr>
                <td>
                    <span class="s5-p3 s5--colorBlack">ポイント残高</span>
                </td>
                <td>
                <span class="s5-heading5 s5--colorBlue-dark">109,026</span>
                <span class="s5-p3 s5--colorBlack"> ポイント</span>
                </td>
                </tr>
                <tr>
                <td>
                    <span class="s5-p3 s5--colorBlack">今月末有効期限切れポイント</span>
                </td>
                <td>
                <span class="s5-heading5 s5--colorBlue-dark">2,560</span>
                <span class="s5-p3 s5--colorBlack"> ポイント</span>
                </td>
                </tr>

            </table>
        </div>


        <div class="c5-accountTopStatusBar__util">
            <div class="c5-accountTopStatusBar__buttons">
                <ul>
                    <li><a href="https://www.point.msc.sony.jp/point-pc/register/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_register');" class="s5-button s5-p3">ポイント登録</a></li>
                    <li><a href="https://www.point.msc.sony.jp/point-pc/passbook/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_passbook');" class="s5-button s5-p3">ポイント通帳</a></li>
                    <li><a href="#" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_login');" class="s5-button s5-p3">ログイン</a></li>
                    <li><a href="#" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_logout');" class="s5-secondaryButton s5-p3">ログアウト</a></li>
                </ul>
            </div>
        </div>

    <!-- /.c5-accountTopStatusBar --></div>




<br><br>




    <div class="c5-accountTopStatusBar--sp">
            <div class="c5-accountTopStatusBar__welcome">
                <div class="c5-accountTopStatusBar__name">ソニーポイント</div>
            </div>
            <div class="c5-accountTopStatusBar__util">
                <div class="c5-accountTopStatusBar__buttons">
                    <ul>
                        <li><a href="https://www.point.msc.sony.jp/point-pc/register/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_register');" class="s5-button s5-p3">ポイント登録</a></li>
                        <li><a href="https://www.point.msc.sony.jp/point-pc/passbook/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_passbook');" class="s5-button s5-p3">ポイント通帳</a></li>
                        <li><a href="#" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_login');" class="s5-button s5-p3">ログイン</a></li>
                        <li><a href="#" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_logout');" class="s5-secondaryButton s5-p3">ログアウト</a></li>
                    </ul>
                </div>
            </div>
        <!-- /.c5-accountTopStatusBar --></div>

        
    
```
*/
@media screen and (max-width: 767px) {
  .c5-accountTopStatusBar--pc {
    display: none !important;
  }
}

/* pcのソースを隠さずそのままMQしたい時に追記 */
@media screen and (max-width: 767px) {
  .c5-accountTopStatusBar--share {
    display: table !important;
  }
}

/* 以下pc時は非表示でspのみ表示 */
.c5-accountTopStatusBar--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c5-accountTopStatusBar--sp {
    color: #fff;
    display: block;
    background: #414349;
    margin: 0 -20px;
    width: auto;
  }
  .c5-accountTopStatusBar--sp .c5-accountTopStatusBar__name {
    position: relative;
  }
  .c5-accountTopStatusBar--sp .c5-accountTopStatusBar__refresh {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .c5-accountTopStatusBar--w100per {
    display: block !important;
    width: auto !important;
  }

  .c5-accountTopStatusBar__SpBoxCenter {
    display: block !important;
    text-align: center !important;
  }

  .c5-accountTopStatusBar--sp .c5-accountTopStatusBar__welcome {
    display: block;
    text-align: center;
    padding-bottom: 0;
    padding-top: 15px;
  }
  .c5-accountTopStatusBar--sp .c5-accountTopStatusBar__welcome .c5-accountTopStatusBar__name {
    font-size: 14px;
    padding-bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
  }
  .c5-accountTopStatusBar--sp .c5-accountTopStatusBar__table {
    padding: 0 10px;
    margin-top: 10px;
  }
  .c5-accountTopStatusBar--sp .c5-accountTopStatusBar__table table {
    width: 100%;
  }
  .c5-accountTopStatusBar--sp .c5-accountTopStatusBar__table table td {
    border: 1px dotted #CCC;
    background: #fbfbfc;
    padding: 3px;
    text-align: center;
  }
  .c5-accountTopStatusBar--sp .c5-accountTopStatusBar__util {
    text-align: center;
    vertical-align: middle;
    display: block;
    padding: 0 14px 0 14px;
  }
  .c5-accountTopStatusBar--sp .c5-accountTopStatusBar__util .c5-accountTopStatusBar__buttons ul {
    text-align: center;
  }
  .c5-accountTopStatusBar--sp .c5-accountTopStatusBar__util .c5-accountTopStatusBar__buttons ul li {
    margin-bottom: 10px;
  }
}
/* 
   c5-pointbox__style1
*/
.c5-pointbox__style1 {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #999;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.2;
  padding: 6px 15px;
  text-align: center;
  vertical-align: middle;
}

/*#styleguide
タイトル下ボーダー
```
<div class="c5-titleBorder c5-titleBorder--dotted">
    タイトル下ボーダー
</div>
```
*/
/* ==========================================================================
   c5-titleBorder
   ========================================================================== */
.c5-titleBorder {
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 8px;
  width: 100%;
}
.c5-titleBorder.c5-titleBorder--dotted {
  border-bottom: 1px dotted #b4b4bf;
}

/*#styleguide
ショップlistメニュー
```
<div class="c5-accountTopStatusBar c5-bg__liteblue c5-accountTopStatusBar--share c5-contents--w100per c5-accountTopStatusBar--w100per">
        <div class="c5-accountTopStatusBar__welcome c5-accountTopStatusBar__SpBoxCenter">
            <div class="c5-accountTopStatusBar__name">
                <span><img src="/msc/point/images/shopping/shopping_icon_img_01.png" class="c5-icon_size26"></span>
                ポイントショッピング
            </div>
        </div>
        <div class="c5-accountTopStatusBar__util c5-accountTopStatusBar--pc">
            <div class="c5-accountTopStatusBar__buttons">
                <ul>
                    <li><a href="https://www.point.msc.sony.jp/point-pc/register/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_register');" class="s5-button s5-p3 c5-bg__glay s5--colorBlack">ポイント登録</a></li>
                    <li><a href="https://www.point.msc.sony.jp/point-pc/passbook/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_passbook');" class="s5-button s5-p3 c5-bg__glay s5--colorBlack">ポイント通帳</a></li>
                </ul>
            </div>
        </div>
    <!-- /.c5-accountTopStatusBar --></div>

    <div class="s5-buttonContainer s5-buttonContainer--pullRight c5-pc--small c5-mar__reset c5-general--p5 c5-bg__glayblue">
        <ul class="s5-general--pr10">
            <li><a class="s5-link s5-p3" href="#">ポイントショッピングトップ</a></li>
            <li><a class="s5-link s5-p3" href="#">はじめての方へ</a></li>
            <li><a class="s5-link s5-p3" href="#">ご利用の前に必ずお読みください</a></li>
            <li><a class="s5-link s5-p3" href="#">訪問履歴・還元明細確認</a></li>
            <li><a class="s5-link s5-p3" href="#">よくあるお問い合わせ</a></li>
        </ul>
    </div>




<div class="c5-accountTopStatusBar--sp c5-bg__liteblue">
    <div class="c5-accountTopStatusBar__welcome">
        <div class="c5-accountTopStatusBar__name"><span><img src="/msc/point/images/shopping/shopping_icon_img_01.png" class="c5-icon_size19"></span>ポイントショッピング </div>
    </div>
    <div class="c5-accountTopStatusBar__util">
        <div class="c5-accountTopStatusBar__buttons">
            <ul>
                <li><a href="https://www.point.msc.sony.jp/point-pc/register/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_register');" class="s5-button s5-p3 c5-bg__glay s5--colorBlack">ポイント登録</a></li>
                <li><a href="https://www.point.msc.sony.jp/point-pc/passbook/index.cgi" onclick="var s_c=s_gi(s_account); s_c.tl(true,'o','MSC_Account_point_passbook');" class="s5-button s5-p3 c5-bg__glay s5--colorBlack">ポイント通帳</a></li>
            </ul>
        </div>
    </div>
<!-- /.c5-accountTopStatusBar --></div>


<div class="s5-buttonContainer c5-sp--small c5-contents--w100per c5-general--p5 c5-bg__glayblue">
    <ul>
        <li class="c5-liststyle__submenu"><a class="s5-link s5-p3" href="#">ポイントショッピングトップ</a></li>
        <li class="c5-liststyle__submenu"><a class="s5-link s5-p3" href="#">はじめての方へ</a></li>
        <li class="c5-liststyle__submenu"><a class="s5-link s5-p3" href="#">ご利用の前に必ずお読みください</a></li>
        <li class="c5-liststyle__submenu"><a class="s5-link s5-p3" href="#">訪問履歴・還元明細確認</a></li>
        <li class="c5-liststyle__submenu"><a class="s5-link s5-p3" href="#">よくあるお問い合わせ</a></li>
    </ul>
</div>




```
*/
/* ==========================================================================
   c5-liststyle__submenu
   ========================================================================== */
.c5-liststyle__submenu {
  display: block !important;
  margin: 0 0 0 20px !important;
}

/*
#overview
テーブル 関連
*/
/*#styleguide
テーブル 関連
```
<div class="c5-table  s5-general--mb10">
            <table>
                <col width="33%">
                <col width="67%">
                <tbody>
                    <tr>
                        <th class="c5-table--alignCenter c5-table--MQalignLeft">残高</th>
                        <th class="c5-table--alignCenter c5-table--MQalignLeft">109,026  ポイント</th>
                    </tr>
                    <tr>
                        <td class="s5-p3 c5-table--alignCenter c5-table--MQalignLeft c5-table__MQfontL c5-table--graySmall">うち交換先制限ポイント<span class="s5--colorRed">*</span></td>
                        <td class="s5-p3 c5-table--alignCenter c5-table--MQalignLeft">2,560  ポイント</td>
                    </tr>
                </tbody>
            </table>

            <div class="s5-p3 s5-general--mt10 s5-general--mb10">
                交換先制限ポイントとは交換できる商品・サービスが制限されているソニーポイントです。<span class="s5--colorRed">「*」</span>がついているすべてのソニーポイントが交換先制限ポイントになります。<br>
                詳しくは<a target="_blank" href="https://dev.msc-pre.sony.jp/member/point/support/rule.jsp">こちら</a>をご確認ください。
            </div>
        </div>

        


        <div class="c5-accountTopHeader2">
            <h2>直近3か月以内に有効期限切れになるポイント数</h2>
        <!-- /.c5-accountTopHeader2 --></div>


<div class="c5-table  s5-general--mb10 s5-general--mb10">
            <table>
                <col width="33%">
                <col width="67%">
                <tbody>
                    <tr class="c5-table__captionRow">
                        <td class="s5-p3 c5-table--alignCenter c5-table--MQalignLeft c5-table--gray">有効期限</td>
                        <td class="s5-p3 c5-table--alignCenter c5-table--MQalignLeft c5-table--gray">ポイント数</td>
                    </tr>
                    <tr>
                        <td class="s5-p3 c5-table--alignCenter c5-table--MQalignLeft c5-table__MQfontL c5-table--graySmall">2015年8月末</td>
                        <td class="s5-p3 c5-table--alignCenter c5-table--MQalignLeft"><span class="s5--colorStoreOrange">0 ポイント</span></td>
                    </tr>
                </tbody>
            </table>

            <div class="s5-small1 s5-general--mt10 s5-general--mb10">※有効期限が切れたソニーポイントの再発行はできません。ご注意ください。</div>
        </div>

        

        <div class="c5-accountTopHeader2">
            <h2>ポイント利用履歴</h2>
        <!-- /.c5-accountTopHeader2 --></div>



<div class="c5-table  s5-general--mb10">
            <table>
                <col width="15%">
                <col width="25%">
                <col width="20%">
                <col width="30%">
                <col width="15%">
                <tbody>
                    <tr class="c5-table__captionRow">
                        <th class="c5-table--alignCenter c5-table--MQalignLeft s5-p3 c5-table--gray">発行日/利用日</th>
                        <th class="c5-table--alignCenter c5-table--MQalignLeft s5-p3 c5-table--gray">内容</th>
                        <th class="c5-table--alignCenter c5-table--MQalignLeft s5-p3 c5-table--gray">ポイント数</th>
                        <th class="c5-table--alignCenter c5-table--MQalignLeft s5-p3 c5-table--gray">備考</th>
                        <th class="c5-table--alignCenter c5-table--MQalignLeft s5-p3 c5-table--gray">有効期限</th>
                    </tr>
                    <tr>
                        <td class="s5-p3 c5-table--alignCenter c5-table--MQalignLeft c5-table__MQfontL c5-table--graySmall">2015/8/3</td>
                        <td class="s5-p3 c5-table--alignCenter c5-table--MQalignLeft " data-title="内容：">yabupoint</td>
                        <td class="s5-p3 c5-table--alignCenter c5-table--MQalignLeft c5-table--MQborderNone" data-title="ポイント数：">10,000</td>
                        <td class="s5-p3 c5-table--alignCenter c5-table--MQalignLeft c5-table--MQborderNone" data-title="備考：">ご登録番号:4HSWWYHSEWDY</td>
                        <td class="s5-p3 c5-table--alignCenter c5-table--MQalignLeft c5-table--MQborderNone" data-title="有効期限：">2027/12/31</td>
                    </tr>
                    <tr>
                        <td class="s5-p3 c5-table--alignCenter c5-table--MQalignLeft c5-table__MQfontL c5-table--graySmall">2015/7/30</td>
                        <td class="s5-p3 c5-table--alignCenter c5-table--MQalignLeft " data-title="内容：">Mora Music Card ID 500円分:2口</td>
                        <td class="s5-p3 c5-table--alignCenter c5-table--MQalignLeft c5-table--MQborderNone" data-title="ポイント数："><span class="s5--colorStoreOrange">-1,000</span></td>
                        <td class="s5-p3 c5-table--alignCenter c5-table--MQalignLeft c5-table--MQborderNone" data-title="備考：">受付番号：1798786<br>ID番号はお申込み受付後2週間以内を目安に、ご登録のメールアドレスにお送りいたします</td>
                        <td class="s5-p3 c5-table--alignCenter c5-table--MQalignLeft c5-table--MQborderNone"></td>
                    </tr>
                </tbody>
            </table>
        </div>


```
*/
/* ==========================================================================
   c5-table
   ========================================================================== */
.c5-table {
  margin: 20px 0 40px;
}
.c5-table + .c5-table {
  margin-top: -41px;
}
.c5-table table {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}
.c5-table tr.c5-table__captionRow th, .c5-table tr.c5-table__captionRow td {
  padding: 10px 10px;
  border: 1px solid #e4e7ec;
  vertical-align: middle;
}
.c5-table th,
.c5-table td {
  padding: 10px 10px;
  border: 1px solid #e4e7ec;
  vertical-align: middle;
}

.c5-table th.c5-table--gray,
.c5-table td.c5-table--gray {
  background: #fbfbfd;
}

.c5-table--alignLeft {
  text-align: left;
}

.c5-table--alignCenter {
  text-align: center;
}

.c5-table--alignRight {
  text-align: right;
}

.c5-table--alignMiddle {
  vertical-align: middle !important;
}

.c5-table--img100 {
  width: 100%;
}

@media screen and (max-width: 639px) {
  .c5-table:not(.c5-table--notBreak) {
    padding: 10px 15px;
    background: #E4E7EB;
    margin: 0 -20px;
  }
  .c5-table:not(.c5-table--notBreak) table {
    *zoom: 1;
    font-size: 0.875rem;
  }
  .c5-table:not(.c5-table--notBreak) table:before, .c5-table:not(.c5-table--notBreak) table:after {
    content: "";
    display: table;
  }
  .c5-table:not(.c5-table--notBreak) table:after {
    clear: both;
  }
  .c5-table:not(.c5-table--notBreak) colgroup, .c5-table:not(.c5-table--notBreak) col {
    width: auto;
    display: none;
  }
  .c5-table:not(.c5-table--notBreak) tbody, .c5-table:not(.c5-table--notBreak) tr, .c5-table:not(.c5-table--notBreak) th, .c5-table:not(.c5-table--notBreak) td {
    box-sizing: border-box;
    float: left;
    clear: both;
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .c5-table:not(.c5-table--notBreak) .c5-table__MQfontL {
    font-size: 0.85714rem;
    font-weight: bold;
    background: #fbfbfc;
  }
  .c5-table:not(.c5-table--notBreak) tr.c5-table__captionRow {
    display: none;
  }
  .c5-table:not(.c5-table--notBreak) th,
  .c5-table:not(.c5-table--notBreak) td {
    padding: 10px 15px;
    border: 1px solid #e4e7ec;
    margin: -1px 0px 0px;
  }
  .c5-table:not(.c5-table--notBreak) th {
    border-top: 1px solid #e4e7ec;
    margin-top: -1px;
    background-color: #fff;
  }
  .c5-table:not(.c5-table--notBreak) th:before {
    content: attr(data-title);
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    float: left;
  }
  .c5-table:not(.c5-table--notBreak) td {
    background-color: #fff;
  }
  .c5-table:not(.c5-table--notBreak) td:before {
    content: attr(data-title);
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    float: left;
  }
  .c5-table:not(.c5-table--notBreak) th + td,
  .c5-table:not(.c5-table--notBreak) td + td {
    padding-bottom: 4px;
  }
  .c5-table:not(.c5-table--notBreak) td:last-child {
    padding-bottom: 10px;
  }
  .c5-table:not(.c5-table--notBreak) td:last-child .s5-button {
    font-size: 16px;
    font-size: 1rem;
  }
  .c5-table:not(.c5-table--notBreak) th + td + td,
  .c5-table:not(.c5-table--notBreak) td + td + td {
    padding: 4px 15px;
  }
  .c5-table:not(.c5-table--notBreak) th.c5-table--subHead,
  .c5-table:not(.c5-table--notBreak) th.c5-table--subHead + td {
    border-left: 15px solid #fff;
    padding-left: 0;
  }
  .c5-table:not(.c5-table--notBreak) th.c5-table--graySmall,
  .c5-table:not(.c5-table--notBreak) td.c5-table--graySmall {
    background: #fbfbfd;
  }

  .c5-table--MQalignLeft {
    text-align: left;
  }

  .c5-table--MQalignCenter {
    text-align: center;
  }

  .c5-table--MQalignRight {
    text-align: right;
  }

  .c5-table--MQborderNone {
    border-top: none !important;
    border-bottom: none !important;
  }

  .c5-table--MQborderallNone {
    border: none !important;
  }
}
/*
#overview
レイアウト/ボックス 関連
*/
/*#styleguide
s5-containerの左右のパディングを突き破る　（幅640px以下）
```
<div class="c5-contents--w100per c5-bg__glay"> 左右突き破る </div>

```
*/
/* ==========================================================================
   c5-contents--w100per
   ========================================================================== */
@media screen and (max-width: 639px) {
  .c5-contents--w100per {
    border: none;
    margin: 0 -20px;
    overflow: hidden;
  }
}

/*#styleguide
1カラム
```
<div class="c5-row">
	<div class="c5-row__col1">
		1カラム
	</div>
</div>

```
*/
/*#styleguide
2カラム 
```
<div class="c5-row">
	<div class="c5-row__col2">
		2カラム
	</div>
	<div class="c5-row__col2">
		2カラム
	</div>
</div>
```
*/
/*#styleguide
3カラム
```
<div class="c5-row">
	<div class="c5-row__col3">
		3カラム
	</div>
	<div class="c5-row__col3">
		3カラム
	</div>
	<div class="c5-row__col3">
		3カラム
	</div>
</div>

```
*/
/*#styleguide
3カラム MQの時段落ちしない
```
<div class="c5-row">
  <div class="c5-row__MQcol3">
    3カラム
  </div>
  <div class="c5-row__MQcol3">
    3カラム
  </div>
  <div class="c5-row__MQcol3">
    3カラム
  </div>
</div>

```
*/
/* ==========================================================================
   c5-row
   ========================================================================== */
.c5-row {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
.c5-row ul {
  margin: 0;
  padding: 0;
}
.c5-row ul li {
  list-style: none;
}

.c5-row a img {
  color: inherit;
  transition: opacity .2s;
  display: inline-block;
  max-width: 100%;
  width: inherit;
  height: auto;
}
.c5-row a img img {
  transition: opacity .2s;
}
.c5-row a img:hover {
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  transition: opacity 0;
  text-decoration: none;
}
.c5-row a img:hover img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  transition: opacity 0;
}
.c5-row a img img {
  max-width: 100%;
  height: auto;
}

.c5-row__col1 {
  width: 100%;
  display: table-cell;
}
@media screen and (max-width: 639px) {
  .c5-row__col1 {
    margin-bottom: 20px;
  }
}

.c5-row__col2 {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 639px) {
  .c5-row__col2 {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
}

.c5-row__MQcol2 {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}

.c5-row__col3 {
  width: 33.333%;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 639px) {
  .c5-row__col3 {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
}

.c5-row__col4 {
  width: 25%;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 639px) {
  .c5-row__col4 {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
}

.c5-row__MQcol4 {
  width: 25%;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 639px) {
  .c5-row__MQcol4 {
    width: 25%;
    display: table-cell;
    vertical-align: top;
  }
}

/*#styleguide
左６０％　右４０％　２カラム
```
<div class="c5-boxLeft60Right40">
    <div class="c5-boxLeft60Right40__left">
        a
    </div>
    <div class="c5-boxLeft60Right40__right">
        a
    </div>
</div>
```
*/
/* ==========================================================================
   c5-boxLeft60Right40
   ========================================================================== */
.c5-boxLeft60Right40 {
  display: table;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .c5-boxLeft60Right40 {
    display: block;
  }
}
.c5-boxLeft60Right40 .c5-boxLeft60Right40__left,
.c5-boxLeft60Right40 .c5-boxLeft60Right40__right {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 639px) {
  .c5-boxLeft60Right40 .c5-boxLeft60Right40__left,
  .c5-boxLeft60Right40 .c5-boxLeft60Right40__right {
    display: block;
    width: 100% !important;
    clear: both;
  }
}
.c5-boxLeft60Right40 .c5-boxLeft60Right40__left {
  width: 60%;
  padding-right: 40px;
}
.c5-boxLeft60Right40 .c5-boxLeft60Right40__right {
  width: 40%;
}

/*#styleguide
c5-border__glay c5-border__glay
```
<div class="c5-img c5-img--w100per s5-general--mt20 s5-general--mb30">
    <img src="/msc/point/images/exchange_guide001.png" class="c5-border__glay c5-img--pc">
    <img src="/msc/point/images/exchange_guide001_sp.png" class="c5-border__glay c5-img--spW320">
</div>
```
*/
/* ==========================================================================
   c5-border__glay
   ========================================================================== */
.c5-border__glay {
  border: 1px solid #CCC;
}

.c5-img.c5-img--w100per {
  width: 100%;
}
.c5-img.c5-img--w100per img {
  width: 100%;
}
.c5-img .c5-img--pc {
  display: block;
}
@media screen and (max-width: 639px) {
  .c5-img .c5-img--pc {
    display: none;
  }
}
.c5-img .c5-img--spW320 {
  display: none;
}
@media screen and (max-width: 639px) {
  .c5-img .c5-img--spW320 {
    display: block;
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto;
  }
}

/*#styleguide
c5-flow
```
<div class="c5-flow">
    <div class="c5-flow__list1--ov">ポイント番号の入力</div>
    <div class="c5-flow__listArrow--gw"></div>
    <div class="c5-flow__list2">完了</div>
<!-- /.c5-flow --></div>

```
*/
/*#styleguide
c5-flow ４カラム
```
<div class="c5-flow">
  <div class="c5-flow4 c5-flow__list1--ov">交換商品選択</div>
  <div class="c5-flow4 c5-flow__listArrow--gw"></div>
  <div class="c5-flow4 c5-flow__list2">情報入力</div>
  <div class="c5-flow4 c5-flow__listArrow--ww"></div>
  <div class="c5-flow4 c5-flow__list3">確認</div>
  <div class="c5-flow4 c5-flow__listArrow--ww"></div>
  <div class="c5-flow4 c5-flow__list3">完了</div>
<!-- /.s5-flow --></div>

```
*/
/* ==========================================================================
   c5-flow
   ========================================================================== */
.c5-flow {
  margin: 0 0 30px 0;
  padding: 0px;
  width: 100%;
  float: none;
  position: relative;
  overflow: hidden;
  border-top: solid 1px #e6eaee;
  border-bottom: solid 1px #e6eaee;
  border-right: solid 1px #e6eaee;
  border-left: solid 1px #e6eaee;
  background: #fbfbfd;
  display: table;
}
@media screen and (max-width: 639px) {
  .c5-flow {
    display: block;
  }
}
.c5-flow div {
  background: #fbfbfd;
  padding: 8px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 28%;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}
@media screen and (max-width: 767px) {
  .c5-flow div br {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .c5-flow div {
    display: block;
    width: 100%;
    padding: 15px;
  }
}
.c5-flow div[class*="list1"] {
  padding-right: 0;
  padding-left: 2%;
}
@media screen and (max-width: 639px) {
  .c5-flow div[class*="list1"] {
    padding: 15px;
  }
}
.c5-flow div[class*="list2"] {
  padding-right: 2.2%;
  padding-left: 0%;
}
@media screen and (max-width: 639px) {
  .c5-flow div[class*="list2"] {
    padding: 15px;
    margin: -15px 0 0 0;
  }
}
.c5-flow div[class*="list3"] {
  padding-right: 2%;
  padding-left: 0;
}
@media screen and (max-width: 639px) {
  .c5-flow div[class*="list3"] {
    padding: 15px;
    margin: -15px 0 0 0;
  }
}
.c5-flow .c5-flow__listArrow--gw {
  background: url("/uncuor/images/icon_triangle_pc_01.png") left no-repeat;
  display: table-cell;
  width: 7% !important;
}
@media screen and (max-width: 639px) {
  .c5-flow .c5-flow__listArrow--gw {
    display: block;
    width: 100% !important;
    height: 16px;
    padding: 0;
    position: relative;
    z-index: 2;
    background: url("/uncuor/images/icon_triangle_sp_01.png") top center no-repeat;
  }
}
.c5-flow .c5-flow__listArrow--ww {
  background: url("/uncuor/images/icon_triangle_pc_02.png") left no-repeat;
  display: table-cell;
  width: 7% !important;
}
@media screen and (max-width: 639px) {
  .c5-flow .c5-flow__listArrow--ww {
    display: block;
    width: 100% !important;
    height: 16px;
    background: none;
    background: url("/uncuor/images/icon_triangle_sp_02.png") center no-repeat;
    padding: 0;
    position: relative;
    z-index: 2;
    margin-top: -1px;
  }
}
.c5-flow .c5-flow__listArrow--wg {
  background: url("/uncuor/images/icon_triangle_pc_02b.png") left no-repeat;
  display: table-cell;
  width: 7% !important;
}
@media screen and (max-width: 639px) {
  .c5-flow .c5-flow__listArrow--wg {
    display: block;
    width: 100% !important;
    height: 16px;
    padding: 0;
    z-index: 2;
    position: relative;
    background: url("/uncuor/images/icon_triangle_sp_02.png") center no-repeat;
  }
}
.c5-flow .c5-flow__list1,
.c5-flow .c5-flow__list2,
.c5-flow .c5-flow__list3 {
  line-height: 1.3;
  font-size: .730rem;
}
.c5-flow .c5-flow__list1 br,
.c5-flow .c5-flow__list2 br,
.c5-flow .c5-flow__list3 br {
  display: none;
}
.c5-flow .c5-flow__list3 {
  background: none;
}
.c5-flow .c5-flow__list1--ov,
.c5-flow .c5-flow__list2--ov,
.c5-flow .c5-flow__list3--ov {
  background: #D5D6DD;
  line-height: 1.2;
  font-size: .730rem;
}
.c5-flow .c5-flow__list1--ov br,
.c5-flow .c5-flow__list2--ov br,
.c5-flow .c5-flow__list3--ov br {
  display: none;
}
.c5-flow .c5-flow4 {
  width: 20%;
}
@media screen and (max-width: 639px) {
  .c5-flow .c5-flow4 {
    width: 100%;
  }
}

/*#styleguide
c5-GlayContentBox
```
<div class="c5-bg__glay c5-general--p20">
    
    <div class="c5-form3col s5-general--mt5">
        <div class="c5-form3col__1">
            <span class="s5-p2">ポイント番号</span>
        </div>
        <div class="c5-form3col__2">
            <input maxlength="12" value="">
        </div>
        <div class="c5-form3col__3">
            <a class="s5-button" href="#">登録する</a>
        </div>
        <div class="c5-form3col__4">
            <span class="s5-icon-exclamation-sign s5--colorRed">エラーテキストエラーテキストエラーテキストエラーテキスト</span>
        </div>
    </div>
    <!-- .c5-form3col -->
</div>
<!-- .c5-bg__glay -->
```
*/
/* ==========================================================================
   c5-form3col
   ========================================================================== */
.c5-form3col {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .c5-form3col {
    display: block;
  }
}
.c5-form3col .c5-form3col__1,
.c5-form3col .c5-form3col__2,
.c5-form3col .c5-form3col__3,
.c5-form3col .c5-form3col__4 {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .c5-form3col .c5-form3col__1,
  .c5-form3col .c5-form3col__2,
  .c5-form3col .c5-form3col__3,
  .c5-form3col .c5-form3col__4 {
    display: inline-block;
    width: auto !important;
    margin-bottom: 10px;
  }
}
.c5-form3col .c5-form3col__1 {
  width: 90px;
}
.c5-form3col .c5-form3col__2 {
  width: auto;
}
.c5-form3col .c5-form3col__2 input {
  padding: 6px;
}
.c5-form3col .c5-form3col__3 {
  width: 114px;
}
.c5-form3col .c5-form3col__4 {
  width: auto;
}
@media screen and (max-width: 979px) {
  .c5-form3col .c5-form3col__4 {
    display: block;
    width: 100%;
  }
}

/*#styleguide
c5-2colBox
```
<div class="c5-2colBox">
    <div class="c5-2colBox__inner">
        <div class="c5-2colBox__innerLeft c5-2colBox__inner--bor">
            
            <div class="c5-2colBox__heading">
                <div class="s5-row">
                    <div class="s5-row__col2">ソニーストアでの購入</div>
                    <div class="s5-row__col2 s5--alignRight"><span class="c5-icon__orange">1ポイント～</span></div>
                </div>
            </div>
            <div class="c5-2colBox__content">
                <div class="c5-2colBox__contentLeft">
                  <div class="c5-2colBox__contentLeftImg">
                      <img src="/msc/point/images/cell09_image.png">
                  </div>
                </div>
                <div class="c5-2colBox__contentRight">
                    <p class="s5-p2">テキストテキストテキストテキスト</p>
                </div>
            </div>
            <div class="c5-2colBox__btmBtn s5--alignRight">
                <a href="http://store.sony.jp/Service/Sonypoint/index.html#PAGE-TI-01" class="s5-link s5-p2">詳しくはこちら</a>
            </div>

        </div>

    </div>
    <div class="c5-2colBox__inner">
        
        <div class="c5-2colBox__innerRight c5-2colBox__inner--bor">
        

            <div class="c5-2colBox__heading">
                <div class="s5-row">
                    <div class="s5-row__col2">ソニーストアでの購入</div>
                    <div class="s5-row__col2 s5--alignRight"><span class="c5-icon__orange">1ポイント～</span></div>
                </div>
            </div>
            <div class="c5-2colBox__content">
                <div class="c5-2colBox__contentLeft">
                    <div class="c5-2colBox__contentLeftImg">
                        <img src="/msc/point/images/cell09_image.png">
                    </div>
                </div>
                <div class="c5-2colBox__contentRight">
                    <p class="s5-p2">テキストテキストテキストテキスト</p>
                </div>
            </div>
            <div class="c5-2colBox__btmBtn s5--alignRight">
                <a href="http://ebookstore.sony.jp/" class="s5-link s5-p2">詳しくはこちら</a>
            </div>


        </div>

    </div>
</div>

```
*/
/* ==========================================================================
   c5-2colBox
   ========================================================================== */
.c5-2colBox {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .c5-2colBox {
    display: block;
    margin: 0;
  }
}
.c5-2colBox .c5-2colBox__inner {
  display: table-cell;
  width: 50%;
  height: 100%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c5-2colBox .c5-2colBox__inner {
    display: block;
    width: 100%;
  }
}
.c5-2colBox .c5-2colBox__inner .c5-2colBox__innerRight,
.c5-2colBox .c5-2colBox__inner .c5-2colBox__innerLeft {
  height: 100%;
  padding: 20px;
  position: relative;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c5-2colBox .c5-2colBox__inner .c5-2colBox__innerRight,
  .c5-2colBox .c5-2colBox__inner .c5-2colBox__innerLeft {
    margin: 0 0 20px 0 !important;
  }
}
.c5-2colBox .c5-2colBox__inner .c5-2colBox__innerLeft {
  margin: 0 15px 0 0;
}
.c5-2colBox .c5-2colBox__inner .c5-2colBox__innerRight {
  margin: 0 0 0 15px;
}
.c5-2colBox .c5-2colBox__inner .c5-2colBox__inner--bor {
  border: 1px #CCC solid;
  height: 250px\9;
}
.c5-2colBox .c5-2colBox__inner .c5-2colBox__btmBtn {
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: 100%;
}
.c5-2colBox .c5-2colBox__inner .c5-2colBox__heading {
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px dotted #b4b4bf;
  margin-bottom: 22px;
}
.c5-2colBox .c5-2colBox__inner .c5-2colBox__content {
  display: table;
  width: 100%;
}
.c5-2colBox .c5-2colBox__inner .c5-2colBox__content .c5-2colBox__contentLeft,
.c5-2colBox .c5-2colBox__inner .c5-2colBox__content .c5-2colBox__contentRight {
  display: table-cell;
  vertical-align: top;
}
.c5-2colBox .c5-2colBox__inner .c5-2colBox__content .c5-2colBox__contentLeft {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .c5-2colBox .c5-2colBox__inner .c5-2colBox__content .c5-2colBox__contentLeft {
    width: 30%;
  }
}
.c5-2colBox .c5-2colBox__inner .c5-2colBox__content .c5-2colBox__contentLeft .c5-2colBox__contentLeftImg {
  width: 100%;
  text-align: center;
  max-width: 120px;
  margin: 0 auto;
}
.c5-2colBox .c5-2colBox__inner .c5-2colBox__content .c5-2colBox__contentLeft img {
  width: 100%;
}
.c5-2colBox .c5-2colBox__inner .c5-2colBox__content .c5-2colBox__contentRight {
  width: 55%;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 639px) {
  .c5-2colBox .c5-2colBox__inner .c5-2colBox__content .c5-2colBox__contentRight {
    width: 70%;
  }
}
.c5-2colBox .c5-2colBox__inner .c5-2colBox__content .c5-2colBox__contentRight p {
  padding: 0 0 30px 0;
}

/*#styleguide
c5-3colBox
```
<div class="c5-3colBox">
    <div class="c5-3colBox__inner">
        <div class="c5-3colBox__innerLeft c5-3colBox__inner--bor">
            <div class="c5-3colBox__content">
                <div class="c5-3colBox__contentLeft">
                    <img src="/msc/point/images/shopping_rakuten_01.jpg">
                </div>
                <div class="c5-3colBox__contentRight">
                    <span class="c5-icon__orange">1％還元中</span>
                    <p class="s5-general--mt20"><a href="http://www.point.msc.sony.jp/Mall/Store/rakuten.html" class="s5-link s5-p3 c5-mar__reset">詳しくはこちら</a></p>
                </div>
            </div>
        </div>
    </div>
    <div class="c5-3colBox__inner">
        <div class="c5-3colBox__innerCenter c5-3colBox__inner--bor">
        
            <div class="c5-3colBox__content">
                <div class="c5-3colBox__contentLeft">
                    <img src="/msc/point/images/shopping_yahoo_01.jpg">
                </div>
                <div class="c5-3colBox__contentRight">
                    <span class="c5-icon__orange">1％還元中</span>
                    <p class="s5-general--mt20"><a href="http://www.point.msc.sony.jp/Mall/Store/yahooshopping.html" class="s5-link s5-p3 c5-mar__reset">詳しくはこちら</a></p>
                </div>
            </div>
        </div>
    </div>
    <div class="c5-3colBox__inner">
        
        <div class="c5-3colBox__innerRight c5-3colBox__inner--bor">
        
            <div class="c5-3colBox__content">
                <div class="c5-3colBox__contentLeft">
                    <img src="/msc/point/images/bellne.gif" class="">
                </div>
                <div class="c5-3colBox__contentRight">
                    <span class="c5-icon__orange">1％還元中</span>
                    <p class="s5-general--mt20"><a href="http://www.point.msc.sony.jp/Mall/Store/bellne.html" class="s5-link s5-p3 c5-mar__reset">詳しくはこちら</a></p>
                </div>
            </div>
        </div>
    </div>
</div>
<!-- .c5-3colBox -->
```
*/
/* ==========================================================================
   c5-3colBox
   ========================================================================== */
.c5-3colBox {
  display: table;
  width: 102%;
  height: 100%;
  margin: 0 0 2% -1%;
}
@media screen and (max-width: 767px) {
  .c5-3colBox {
    display: block;
    margin: 0;
  }
}
.c5-3colBox .c5-3colBox__verticalmiddle {
  vertical-align: middle !important;
}
.c5-3colBox .c5-3colBox__inner {
  display: table-cell;
  width: 33.33%;
  height: 100%;
  vertical-align: top;
  padding: 0 1%;
}
@media screen and (max-width: 767px) {
  .c5-3colBox .c5-3colBox__inner {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.c5-3colBox .c5-3colBox__inner a {
  height: 100%;
  display: block;
}
.c5-3colBox .c5-3colBox__inner .c5-3colBox__innerCenter,
.c5-3colBox .c5-3colBox__inner .c5-3colBox__innerRight,
.c5-3colBox .c5-3colBox__inner .c5-3colBox__innerLeft {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c5-3colBox .c5-3colBox__inner .c5-3colBox__innerCenter,
  .c5-3colBox .c5-3colBox__inner .c5-3colBox__innerRight,
  .c5-3colBox .c5-3colBox__inner .c5-3colBox__innerLeft {
    margin: 0 0 20px 0 !important;
  }
}
.c5-3colBox .c5-3colBox__inner .c5-3colBox__inner--bor {
  border: 1px #CCC solid;
}
.c5-3colBox .c5-3colBox__inner .c5-3colBox__content {
  display: table;
  width: 100%;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c5-3colBox .c5-3colBox__inner .c5-3colBox__content .c5-3colBox__contentLeft,
.c5-3colBox .c5-3colBox__inner .c5-3colBox__content .c5-3colBox__contentRight {
  display: table-cell;
  vertical-align: top;
}
.c5-3colBox .c5-3colBox__inner .c5-3colBox__content .c5-3colBox__contentLeft {
  width: 50%;
  text-align: center;
}
.c5-3colBox .c5-3colBox__inner .c5-3colBox__content .c5-3colBox__contentLeft img {
  max-width: 120px;
  width: 100%;
}
@media only screen and (max-width: 1090px) {
  .c5-3colBox .c5-3colBox__inner .c5-3colBox__content .c5-3colBox__contentLeft {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c5-3colBox .c5-3colBox__inner .c5-3colBox__content .c5-3colBox__contentLeft {
    width: 50%;
    display: table-cell;
    margin-bottom: 10px;
  }
  .c5-3colBox .c5-3colBox__inner .c5-3colBox__content .c5-3colBox__contentLeft img {
    width: 100%;
    max-width: 120px;
  }
}
.c5-3colBox .c5-3colBox__inner .c5-3colBox__content .c5-3colBox__contentRight {
  width: 50%;
  padding: 0 0 0 15px;
}
@media only screen and (max-width: 1090px) {
  .c5-3colBox .c5-3colBox__inner .c5-3colBox__content .c5-3colBox__contentRight {
    display: block;
    width: auto;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c5-3colBox .c5-3colBox__inner .c5-3colBox__content .c5-3colBox__contentRight {
    width: 50%;
    display: table-cell;
    padding: 0 0 0 15px;
  }
}
.c5-3colBox .c5-3colBox__inner .c5-3colBox__content .c5-3colBox__contentRight p {
  padding: 0;
  margin: 0;
}

/*#styleguide
c5-4colBox
```
<div class="c5-4colBox">  <div class="c5-4colBox__inner2">
    <a href="/Mall/Store/ena.html">
      <div class="c5-4colBox__inner--bor">
        <div class="c5-4colBox__innerLeft">
          <img src="/msc/point/images/logo_ikyurestaurant.jpg">
        </div>
        <div class="c5-4colBox__innerRight">
          <span class="c5-icon__orange2 ">1,000～2,000ポイント、2%還元中！ <span class="s5-icon-arrow-up"></span></span>
        </div>
      </div>
    </a>
  </div>  <div class="c5-4colBox__inner2">
    <a href="/Mall/Store/skygate.html">
      <div class="c5-4colBox__inner--bor">
        <div class="c5-4colBox__innerLeft">
          <img src="/msc/point/images/logo_ikyurestaurant.jpg">
        </div>
        <div class="c5-4colBox__innerRight">
          <span class="c5-icon__orange2 ">1,000ポイント、1～2％還元中！ <span class="s5-icon-arrow-up"></span></span>
        </div>
      </div>
    </a>
  </div>  <div class="c5-4colBox__inner2">
    <a href="/Mall/Store/rurubu_t.html">
      <div class="c5-4colBox__inner--bor">
        <div class="c5-4colBox__innerLeft">
          <img src="/msc/point/images/logo_ikyurestaurant.jpg">
        </div>
        <div class="c5-4colBox__innerRight">
          <span class="c5-icon__orange2 up">3%還元中！ <span class="s5-icon-arrow-up"></span></span>
        </div>
      </div>
    </a>
  </div>  <div class="c5-4colBox__inner2">
    <a href="/Mall/Store/jtb.html">
      <div class="c5-4colBox__inner--bor">
        <div class="c5-4colBox__innerLeft">
          <img src="/msc/point/images/logo_ikyurestaurant.jpg">
        </div>
        <div class="c5-4colBox__innerRight">
          <span class="c5-icon__orange2 up">3%還元中！ <span class="s5-icon-arrow-up"></span></span>
        </div>
      </div>
    </a>
  </div></div>
<!-- .c5-4colBox -->
```
*/
/* ==========================================================================
   c5-4colBox
   ========================================================================== */
.c5-4colBox {
  display: table;
  width: 102%;
  height: 100%;
  margin: 0 0 2% -1%;
}
@media screen and (max-width: 767px) {
  .c5-4colBox {
    width: 100%;
    display: block;
    margin: 0;
  }
}
.c5-4colBox .c5-4colBox__inner2 {
  display: table-cell;
  width: 25%;
  height: 100%;
  text-align: center;
  vertical-align: top;
  padding: 0 1%;
}
@media screen and (max-width: 767px) {
  .c5-4colBox .c5-4colBox__inner2 {
    width: 100%;
    display: block;
    padding: 0;
  }
}
.c5-4colBox .c5-4colBox__inner2 a {
  display: block;
  height: 100%;
}
.c5-4colBox .c5-4colBox__inner2 a .c5-4colBox__inner--bor {
  border: 1px #CCC solid;
  padding: 20px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c5-4colBox .c5-4colBox__inner2 a .c5-4colBox__inner--bor img {
  max-width: 120px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c5-4colBox .c5-4colBox__inner2 a .c5-4colBox__inner--bor {
    display: table;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .c5-4colBox .c5-4colBox__inner2 a .c5-4colBox__inner--bor .c5-4colBox__innerLeft {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
  }
  .c5-4colBox .c5-4colBox__inner2 a .c5-4colBox__inner--bor .c5-4colBox__innerLeft img {
    max-width: auto;
    width: auto;
    height: auto;
  }
  .c5-4colBox .c5-4colBox__inner2 a .c5-4colBox__inner--bor .c5-4colBox__innerRight {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}

/*#styleguide
還元ブロック 1~4カラム
```
<div class="c5-StyleKangen__box s5-general--mt50">
    <div class="c5-StyleKangen__col1">
        <h2 class="c5-StyleKangen__title s5-heading5 c5-titleBorder c5-titleBorder--dotted"><span class="c5-StyleKangen__logo"><img src="/msc/point/images/logo_hibiyakadan.jpg"></span><span class="c5-general--ml20 c5-StyleKangen__name">日比谷花壇</span><span class="c5-icon__orange2 c5-general--ml20 c5-pc--base">10%還元中 <span class="s5-icon-arrow-up"></span></span></h2>

        <div class="c5-MQgeneral--mb10">
            <img src="/msc/point/images/shopping/bn_01.jpg" class="s5-row__col1 c5-mar__reset">
        </div>

        <p class="c5-sp--base s5--alignCenter">
            <span class="c5-icon__orange2">10%還元中 <span class="s5-icon-arrow-up"></span></span>
        </p>

    </div>
</div>



<div class="c5-StyleKangen__box s5-general--mt50">
    <div class="c5-StyleKangen__col2">
        <div class="c5-StyleKangen___col2Left">
            <h2 class="c5-StyleKangen__title s5-heading5 c5-titleBorder c5-titleBorder--dotted"><span class="c5-StyleKangen__logo"><img src="/msc/point/images/logo_e87.gif"></span><span class="c5-general--ml20 c5-StyleKangen__name">イイハナ・ドットコム</span><span class="c5-icon__orange2 c5-general--ml20 c5-pc--base">9%還元中 <span class="s5-icon-arrow-up"></span></span></h2>

            <div class="c5-MQgeneral--mb10">
                <img src="/msc/point/images/shopping/bn_04.jpg" class="s5-row__col1 c5-mar__reset">
            </div>

            <p class="c5-sp--base s5--alignCenter">
                <span class="c5-icon__orange2">9%還元中 <span class="s5-icon-arrow-up"></span></span>
            </p>
        </div>

    </div>
    <div class="c5-StyleKangen__col2">
        <div class="c5-StyleKangen___col2Right">
            <h2 class="c5-StyleKangen__title s5-heading5 c5-titleBorder c5-titleBorder--dotted"><span class="c5-StyleKangen__logo"><img src="/msc/point/images/logo_CBON.jpg" height="37"></span><span class="c5-general--ml20 c5-StyleKangen__name">シーボンオンラインショップ</span><span class="c5-icon__orange2 c5-general--ml20 c5-pc--base">15%還元中 <span class="s5-icon-arrow-up"></span></span></h2>

            <div class="c5-MQgeneral--mb10">
                <img src="/msc/point/images/shopping/bn_03.jpg" class="s5-row__col1 c5-mar__reset">
            </div>

            <p class="c5-sp--base s5--alignCenter">
                <span class="c5-icon__orange2">15%還元中 <span class="s5-icon-arrow-up"></span></span>
            </p>
        </div>

    </div>
</div>




<div class="c5-StyleKangen__box s5-general--mt70">


        <div class="c5-StyleKangen__col4">
            <div class="c5-StyleKangen___col4box1">
                <h2 class="c5-StyleKangen__title s5-heading5 c5-titleBorder c5-titleBorder--dotted"><span class="c5-StyleKangen__logo"><img src="/msc/point/images/logo_matsuzakaya.gif"></span><span class="c5-general--ml20 c5-StyleKangen__name s5-p2">大丸松坂屋オンラインショッピング</span></h2>

                <div class="c5-MQgeneral--mb10">
                    <img src="/msc/point/images/shopping/bn_06.jpg" class="s5-row__col1 c5-mar__reset">
                </div>

                <p class="s5--alignCenter">
                    <span class="c5-icon__orange2">6%還元中 <span class="s5-icon-arrow-up"></span></span>
                </p>
            </div>
        </div>


        <div class="c5-StyleKangen__col4">
            <div class="c5-StyleKangen___col4box2">
                <h2 class="c5-StyleKangen__title s5-heading5 c5-titleBorder c5-titleBorder--dotted"><span class="c5-StyleKangen__logo"><img src="/msc/point/images/logo_matsuzakaya.gif"></span><span class="c5-general--ml20 c5-StyleKangen__name s5-p2">大丸松坂屋オンラインショッピング</span></h2>

                <div class="c5-MQgeneral--mb10">
                    <img src="/msc/point/images/shopping/bn_06.jpg" class="s5-row__col1 c5-mar__reset">
                </div>

                <p class="s5--alignCenter">
                    <span class="c5-icon__orange2">6%還元中 <span class="s5-icon-arrow-up"></span></span>
                </p>
            </div>
        </div>


        <div class="c5-StyleKangen__col4">
            <div class="c5-StyleKangen___col4box3">
                <h2 class="c5-StyleKangen__title s5-heading5 c5-titleBorder c5-titleBorder--dotted"><span class="c5-StyleKangen__logo"><img src="/msc/point/images/logo_matsuzakaya.gif"></span><span class="c5-general--ml20 c5-StyleKangen__name s5-p2">大丸松坂屋オンラインショッピング</span></h2>

                <div class="c5-MQgeneral--mb10">
                    <img src="/msc/point/images/shopping/bn_06.jpg" class="s5-row__col1 c5-mar__reset">
                </div>

                <p class="s5--alignCenter">
                    <span class="c5-icon__orange2">6%還元中 <span class="s5-icon-arrow-up"></span></span>
                </p>
            </div>
        </div>


        <div class="c5-StyleKangen__col4">
            <div class="c5-StyleKangen___col4box4">
                <h2 class="c5-StyleKangen__title s5-heading5 c5-titleBorder c5-titleBorder--dotted"><span class="c5-StyleKangen__logo"><img src="/msc/point/images/logo_matsuzakaya.gif"></span><span class="c5-general--ml20 c5-StyleKangen__name s5-p2">大丸松坂屋オンラインショッピング</span></h2>

                <div class="c5-MQgeneral--mb10">
                    <img src="/msc/point/images/shopping/bn_06.jpg" class="s5-row__col1 c5-mar__reset">
                </div>

                <p class="s5--alignCenter">
                    <span class="c5-icon__orange2">6%還元中 <span class="s5-icon-arrow-up"></span></span>
                </p>
            </div>
        </div>



</div>



```
*/
/* ==========================================================================
   c5-StyleKangen__box
   ========================================================================== */
.c5-StyleKangen__box {
  display: table;
  width: 100%;
  height: 100%;
}
.c5-StyleKangen__box .c5-StyleKangen__title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: table;
}
.c5-StyleKangen__box .c5-StyleKangen__logo {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}
@media screen and (max-width: 639px) {
  .c5-StyleKangen__box .c5-StyleKangen__logo {
    width: 20%;
  }
}
.c5-StyleKangen__box .c5-StyleKangen__logo img {
  height: auto;
}
@media screen and (max-width: 639px) {
  .c5-StyleKangen__box .c5-StyleKangen__logo img {
    width: 90%;
    max-height: 90%;
  }
}
.c5-StyleKangen__box .c5-StyleKangen__name {
  display: table-cell;
  vertical-align: middle;
  width: inherit;
  padding-left: 15px;
}
.c5-StyleKangen__box .c5-StyleKangen__rate {
  display: table-cell;
  white-space: nowrap;
}

.c5-StyleKangen__col2 {
  display: table-cell;
  width: 50%;
  height: 100%;
  vertical-align: top;
}
.c5-StyleKangen__col2 .c5-StyleKangen___col2Left {
  margin: 0 15px 0 0;
}
.c5-StyleKangen__col2 .c5-StyleKangen___col2Right {
  margin: 0 0 0 15px;
}

.c5-StyleKangen__col4 {
  display: table-cell;
  width: 25%;
  height: 100%;
  vertical-align: top;
}
@media screen and (max-width: 979px) {
  .c5-StyleKangen__col4 {
    display: inline-block;
    width: 49%;
    height: auto;
    margin-bottom: 20px;
  }
}
.c5-StyleKangen__col4 .c5-StyleKangen__title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: table;
}
.c5-StyleKangen__col4 .c5-StyleKangen__logo {
  vertical-align: middle;
  display: table-cell;
  width: auto;
}
@media screen and (max-width: 639px) {
  .c5-StyleKangen__col4 .c5-StyleKangen__logo {
    display: none;
  }
}
.c5-StyleKangen__col4 .c5-StyleKangen__logo img {
  width: 50px;
  height: auto;
}
.c5-StyleKangen__col4 .c5-StyleKangen__name {
  display: table-cell;
  vertical-align: middle;
  width: inherit;
  padding-left: 15px;
}
@media screen and (max-width: 639px) {
  .c5-StyleKangen__col4 .c5-StyleKangen__name {
    display: block;
    padding-left: 0;
    margin-left: 0 !important;
    margin-top: 5px;
  }
}

.c5-StyleKangen___col4box1 {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 979px) {
  .c5-StyleKangen___col4box1 {
    margin: 0 10px 0 0;
  }
}

.c5-StyleKangen___col4box2 {
  margin: 0 5px 0 5px;
}
@media screen and (max-width: 979px) {
  .c5-StyleKangen___col4box2 {
    margin: 0 0 0 10px;
  }
}

.c5-StyleKangen___col4box3 {
  margin: 0 5px 0 5px;
}
@media screen and (max-width: 979px) {
  .c5-StyleKangen___col4box3 {
    margin: 0 10px 0 0;
  }
}

.c5-StyleKangen___col4box4 {
  margin: 0 0px 0 10px;
}
@media screen and (max-width: 979px) {
  .c5-StyleKangen___col4box4 {
    margin: 0 0 0 10px;
  }
}

/*#styleguide
c5-bordered__SPnone
```
<div class="s5-header1 s5--bordered c5-bordered__SPnone">
            <h1 class="s5-header1__heading">ポイント訪問履歴</h1>
<!-- /.s5-header1 --> </div>


<div class="s5-seriesNav c5-seriesNav">
    <div class="s5-seriesNav__list">
        <div class="s5-seriesNav__pair">
            <div class="s5-seriesNav__item">
                <a href="feature_1.html">ポイント還元明細</a>
            </div>
            <div class="s5-seriesNav__item">
                <a href="feature_2.html">ポイント還元予定</a>
            </div>
        </div>
        <div class="s5-seriesNav__pair">
            <div class="s5-seriesNav__item s5-seriesNav__item--current">
                <a href="feature_3.html">ポイント訪問履歴</a>
            </div>
            <div class="s5-seriesNav__item c5-seriesNav__PCnone">
            </div>
        </div>
    </div>
<!-- /.s5-seriesNav --></div>

```
*/
/* ==========================================================================
   c5-bordered__SPnone
   ========================================================================== */
@media screen and (max-width: 639px) {
  .c5-bordered__SPnone {
    border: none;
  }
}

/*#styleguide
タブメニュー
```
<div class="c5-tab">
  <div id="tab1Group" class="c5-tab__group c5-tab__group--current">
    <div class="c5-tab__header">
      <ul class="c5-tab__menu">
        <li><a href="#tab1Group">ポイント数から探す</a></li>
        <li><a href="#tab1Group">ポイント数から探す</a></li>
        <li><a href="#tab1Group">ポイント数から探す</a></li>
        <li class="c5-tab__menuItem--current"><a href="#tab2Group">ジャンルから探す</a></li>
      </ul>
    </div>
  </div>
</div>

```
*/
/* ==========================================================================
   c5-tab
   ========================================================================== */
.c5-tab {
  margin: 20px 0;
}

.c5-tab__group {
  display: none;
}

.c5-tab__group--current {
  display: block;
}

.c5-tab__header {
  position: relative;
  margin: 0 -10px;
}
.c5-tab__header:after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  border-bottom: 1px solid #e4e8eb;
}

ul.c5-tab__menu {
  position: relative;
  z-index: 1;
  list-style: none;
  border-spacing: 10px 0;
  display: table;
  margin: 0;
  padding: 0;
}
ul.c5-tab__menu li {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  padding: 14px 16px 12px;
  border-top: 1px solid #e4e8eb;
  border-right: 1px solid #e4e8eb;
  border-left: 1px solid #e4e8eb;
  margin: 0;
}
ul.c5-tab__menu li.c5-tab__menuItem--current {
  padding-top: 11px;
  border-top: 4px solid #000;
  background: #fff;
}
ul.c5-tab__menu a {
  display: block;
  padding: 14px 16px 12px;
  margin: -14px -16px -12px;
}
ul.c5-tab__menu a:hover {
  text-decoration: none;
}
ul.c5-tab__menu a:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .2em .2em 0;
}

ul.c5-tab__util {
  font-size: 14px;
  font-size: 0.875rem;
  float: right;
  display: table;
  list-style: none;
  padding: 5px 10px 0 0;
  margin: 0;
}
ul.c5-tab__util li {
  display: table;
}
ul.c5-tab__util li.c5-tab__utilInit {
  cursor: pointer;
}
ul.c5-tab__util li.c5-tab__utilInit:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 .2em .5em;
}

@media screen and (max-width: 639px) {
  ul.c5-tab__util {
    margin-bottom: 10px;
  }

  ul.c5-tab__menu li {
    font-size: 12px;
    padding: 8px 10px 6px;
  }
  ul.c5-tab__menu a {
    padding: 8px 10px 6px;
    margin: -8px -10px -6px;
  }
}
/*#styleguide
左画像、右コンテンツ、MQ時　タイトル残し
```
<div class="c5-leftImgRightTitle">
    <div class="c5-leftImgRightTitle__table">

            <div class="c5-leftImgRightTitle__left">
                <img src="https://www.point.msc.sony.jp/images/goods/thumb_mora_01_L.gif">
            </div>
            <div class="c5-leftImgRightTitle__right">
                <p class="c5-leftImgRightTitle__rightTitle s5-heading2">Mora Music Card ID 500円分</p>
                <div class="c5-leftImgRightTitle__rightTxt">
                <p>タイトル</p>
                <p>テキストテキストテキストテキスト</p>
                <p class="s5-small1">※テキストテキストテキストテキスト</p>
                <p class="s5--colorRed">テキストテキストテキストテキスト</p>
                </div>
            </div>
    </div>

    <ul class="s5-list s5-list--unstyled c5-leftImgRightTitle__imgBtm">
        <li><a class="s5-link s5-p2" href="#">詳しくはこちら</a></li>
        <li><a class="s5-link s5-p2" href="#">詳しくはこちら</a></li>
    </ul>
    
</div>
<!-- .c5-leftImgRightTitle -->

```
*/
/* ==========================================================================
   c5-leftImgRightTitle
   ========================================================================== */
.c5-leftImgRightTitle .c5-leftImgRightTitle__table {
  display: table;
}
@media screen and (max-width: 767px) {
  .c5-leftImgRightTitle .c5-leftImgRightTitle__table {
    display: block;
  }
}
.c5-leftImgRightTitle .c5-leftImgRightTitle__table .c5-leftImgRightTitle__left {
  vertical-align: top;
  display: table-cell;
  width: 40%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .c5-leftImgRightTitle .c5-leftImgRightTitle__table .c5-leftImgRightTitle__left {
    display: block;
  }
}
.c5-leftImgRightTitle .c5-leftImgRightTitle__table .c5-leftImgRightTitle__left img {
  border: 1px #CCC solid;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c5-leftImgRightTitle .c5-leftImgRightTitle__table .c5-leftImgRightTitle__left img {
    float: left;
    margin: 0 20px 20px 0;
  }
}
.c5-leftImgRightTitle .c5-leftImgRightTitle__table .c5-leftImgRightTitle__right {
  vertical-align: top;
  display: table-cell;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .c5-leftImgRightTitle .c5-leftImgRightTitle__table .c5-leftImgRightTitle__right {
    display: block;
    width: 100%;
  }
  .c5-leftImgRightTitle .c5-leftImgRightTitle__table .c5-leftImgRightTitle__right .c5-leftImgRightTitle__rightTxt {
    clear: both;
    margin: 20px 0 0 0;
  }
}

/*#styleguide
divでテーブルレイアウト
```
<div class="c5-divTable">
    <div class="c5-divTable__header">
        <div class="c5-divTable__colW20">商品名</div>
        <div class="c5-divTable__colW15">交換可能な口数</div>
        <div class="c5-divTable__colW20">備考</div>
        <div class="c5-divTable__colW20">申込口数</div>
    </div>
    <div class="c5-divTable__item">
        <div class="c5-divTable__itemInner">
            <div class="c5-divTable__headerCol c5-divTable__colW20">
                <strong class="s5-p2">Mora Music Card ID 500円分</strong>
            </div>
            <div class="c5-divTable__colW15">
                <span class="c5-divTable__label">交換可能な口数：</span>
                <span class="s5-p2 s5--colorStoreOrange">21 口</span>
            </div>
            <div class="c5-divTable__colW20">
                <span class="c5-divTable__label">備考：</span>
                備考が入ります
            </div>
            <div class="c5-divTable__colW20">
                <span class="c5-divTable__label">申込口数：</span>
                <input value="" class="c5-divTable__inputKuchi">口 <a href="#" class="s5-button s5-p3 s5-general--ml10">確認</a>
            </div>
        </div>
    </div>
</div>
<!-- .c5-divTable -->
```
*/
/* ==========================================================================
   c5-divTable
   ========================================================================== */
@media screen and (max-width: 639px) {
  .c5-divTable {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 15px;
  }
}
.c5-divTable__header {
  border-spacing: 0;
  border-collapse: collapse;
  box-sizing: border-box;
  table-layout: fixed;
  display: table;
  width: 100%;
  background: #fbfbfc;
}

@media screen and (max-width: 767px) {
  .c5-divTable__header {
    display: none;
  }
}
.c5-divTable__item {
  margin-top: -1px;
  overflow: hidden;
}
.c5-divTable__item.c5-divTable__item--selectable {
  background: #fbfbfc;
}
.c5-divTable__item.c5-divTable__item--selected {
  background: #FFF;
}

.c5-divTable__itemInner {
  border-spacing: 0;
  border-collapse: collapse;
  box-sizing: border-box;
  table-layout: fixed;
  display: table;
  width: 100%;
  background: #fff;
}

.c5-divTable__item--selectable:hover {
  border: 2px solid #f4c6b9;
  margin: -2px -2px;
  position: relative;
}
.c5-divTable__item--selectable.c5-divTable__item--selected, .c5-divTable__item--selectable.c5-divTable__item--selected:hover {
  border: 2px solid #f2582e;
  margin: -2px -2px;
  position: relative;
  z-index: 1;
}
.c5-divTable__item--selectable:hover .c5-divTable__colW5,
.c5-divTable__item--selectable:hover .c5-divTable__colW10,
.c5-divTable__item--selectable:hover .c5-divTable__colW15,
.c5-divTable__item--selectable:hover .c5-divTable__colW20,
.c5-divTable__item--selectable:hover .c5-divTable__colW25,
.c5-divTable__item--selectable:hover .c5-divTable__colW35,
.c5-divTable__item--selectable:hover .c5-divTable__colW30, .c5-divTable__item--selectable.c5-divTable__item--selected .c5-divTable__colW5,
.c5-divTable__item--selectable.c5-divTable__item--selected .c5-divTable__colW10,
.c5-divTable__item--selectable.c5-divTable__item--selected .c5-divTable__colW15,
.c5-divTable__item--selectable.c5-divTable__item--selected .c5-divTable__colW20,
.c5-divTable__item--selectable.c5-divTable__item--selected .c5-divTable__colW25,
.c5-divTable__item--selectable.c5-divTable__item--selected .c5-divTable__colW35,
.c5-divTable__item--selectable.c5-divTable__item--selected .c5-divTable__colW30 {
  border-top: none;
  border-bottom: none;
}

.c5-divTable__item--selectable:hover + .c5-divTable__item.c5-divTable__item--selected,
.c5-divTable__item--selected + .c5-divTable__item.c5-divTable__item--selectable:hover,
.c5-divTable__item--selected + .c5-divTable__item.c5-divTable__item--selected {
  margin-top: -3px;
}

.c5-divTable__item--selectable:last-of-type:hover,
.c5-divTable__item--selectable:last-of-type.c5-divTable__item--selected {
  margin-bottom: -1px;
}

.c5-divTable__colW5,
.c5-divTable__colW10,
.c5-divTable__colW15,
.c5-divTable__colW20,
.c5-divTable__colW25,
.c5-divTable__colW30,
.c5-divTable__colW35,
.c5-divTable__colW60 {
  font-size: 12px;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  display: table-cell;
  border: 1px solid #e4e7eb;
  padding: 8px;
}

.c5-divTable__colW5 {
  width: 5%;
}

.c5-divTable__colW10 {
  width: 10%;
}

.c5-divTable__colW15 {
  width: 15%;
}

.c5-divTable__colW20 {
  width: 20%;
}

.c5-divTable__colW25 {
  width: 25%;
}

.c5-divTable__colW30 {
  width: 30%;
}

.c5-divTable__colW35 {
  width: 35%;
}

.c5-divTable__colW60 {
  width: 60%;
}

.c5-divTable__label {
  display: none;
}

.c5-divTable__inputKuchi {
  width: 50px;
  padding: 6px;
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .c5-divTable__item {
    background: #FFF;
  }
  .c5-divTable__item.c5-divTable__item--selectable:hover, .c5-divTable__item.c5-divTable__item--selectable.c5-divTable__item--selected, .c5-divTable__item.c5-divTable__item--selectable.c5-divTable__item--selected:hover {
    margin: 10px 0 !important;
  }
  .c5-divTable__item.c5-divTable__item--selectable:hover .c5-divTable__itemInner, .c5-divTable__item.c5-divTable__item--selectable.c5-divTable__item--selected .c5-divTable__itemInner, .c5-divTable__item.c5-divTable__item--selectable.c5-divTable__item--selected:hover .c5-divTable__itemInner {
    margin: -2px;
  }

  .c5-divTable__item + .c5-divTable__item {
    margin: 10px 0 0 0;
  }

  .c5-divTable__itemInner {
    display: block;
    padding: 15px;
    overflow: visible;
  }

  .c5-divTable__colW5,
  .c5-divTable__colW10,
  .c5-divTable__colW15,
  .c5-divTable__colW20,
  .c5-divTable__colW25,
  .c5-divTable__colW30,
  .c5-divTable__colW35,
  .c5-divTable__colW60 {
    text-align: left;
    display: block;
    width: auto;
    padding: 0;
    border: none;
  }
  .c5-divTable__item--togglable .c5-divTable__colW5, .c5-divTable__item--togglable
  .c5-divTable__colW10, .c5-divTable__item--togglable
  .c5-divTable__colW15, .c5-divTable__item--togglable
  .c5-divTable__colW20, .c5-divTable__item--togglable
  .c5-divTable__colW25, .c5-divTable__item--togglable
  .c5-divTable__colW30, .c5-divTable__item--togglable
  .c5-divTable__colW35, .c5-divTable__item--togglable
  .c5-divTable__colW60 {
    display: none;
  }
  .c5-divTable__item--togglable.c5-divTable--open .c5-divTable__colW5, .c5-divTable__item--togglable.c5-divTable--open
  .c5-divTable__colW10, .c5-divTable__item--togglable.c5-divTable--open
  .c5-divTable__colW15, .c5-divTable__item--togglable.c5-divTable--open
  .c5-divTable__colW20, .c5-divTable__item--togglable.c5-divTable--open
  .c5-divTable__colW25, .c5-divTable__item--togglable.c5-divTable--open
  .c5-divTable__colW30, .c5-divTable__item--togglable.c5-divTable--open
  .c5-divTable__colW35, .c5-divTable__item--togglable.c5-divTable--open
  .c5-divTable__colW60 {
    display: block;
  }

  .c5-divTable__headerCol,
  .c5-divTable__item:hover .c5-divTable__itemInner .c5-divTable__headerCol,
  .c5-divTable__item--selectable.c5-divTable__item--selected .c5-divTable__itemInner .c5-divTable__headerCol,
  .c5-divTable__item--selectable.c5-divTable__item--selected:hover .c5-divTable__itemInner .c5-divTable__headerCol {
    border-bottom: 1px dotted #bbb;
  }

  .c5-divTable__headerCol {
    font-weight: bold;
    margin: -15px -15px 15px;
    padding: 10px 15px;
    background: #fff;
  }
  .c5-divTable__item--togglable .c5-divTable__headerCol {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-bottom: -15px;
  }
  .c5-divTable__item--togglable .c5-divTable__headerCol:before {
    content: "";
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 10px;
  }
  .c5-divTable--open .c5-divTable__headerCol {
    margin-bottom: 15px;
  }
  .c5-divTable--open .c5-divTable__headerCol:before {
    content: "";
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    line-height: 0;
  }

  .c5-divTable__label {
    display: inline;
  }
}
.c5-divTable__tableInCol {
  margin: -108px -8px;
}
.c5-divTable__tableInCol table {
  table-layout: fixed;
  width: 100%;
}
.c5-divTable__tableInCol th, .c5-divTable__tableInCol td {
  box-sizing: border-box;
  padding: 8px;
  border-left: 1px solid #e4e7eb;
  border-top: 1px solid #e4e7eb;
}
.c5-divTable__tableInCol th:first-child, .c5-divTable__tableInCol td:first-child {
  border-left: 0;
}
.c5-divTable__tableInCol th {
  font-weight: normal;
}
.c5-divTable__tableInCol tr.c5-divTable__tableSpacing td,
.c5-divTable__tableInCol tbody.c5-divTable__tableSpacing td {
  height: 100px;
  border-top: none;
}
.c5-divTable__tableInCol tr.c5-divTable__tableSpacing + tr th, .c5-divTable__tableInCol tr.c5-divTable__tableSpacing + tr td,
.c5-divTable__tableInCol tbody.c5-divTable__tableSpacing + tbody.c5-divTable__inColGroup th,
.c5-divTable__tableInCol tbody.c5-divTable__tableSpacing + tbody.c5-divTable__inColGroup td {
  border-top: none;
}

@media screen and (max-width: 767px) {
  .c5-divTable__tableInCol {
    margin: 0;
  }
  .c5-divTable__tableInCol table, .c5-divTable__tableInCol tbody, .c5-divTable__tableInCol tr {
    display: block;
    width: 100%;
  }
  .c5-divTable__tableInCol tr {
    *zoom: 1;
  }
  .c5-divTable__tableInCol tr:before, .c5-divTable__tableInCol tr:after {
    content: "";
    display: table;
  }
  .c5-divTable__tableInCol tr:after {
    clear: both;
  }
  .c5-divTable__tableInCol th, .c5-divTable__tableInCol td {
    float: left;
    clear: left;
    width: 100%;
    border: none;
    padding: 0;
  }
  .c5-divTable__tableInCol tr.c5-divTable__tableSpacing,
  .c5-divTable__tableInCol tbody.c5-divTable__tableSpacing {
    display: none;
  }
  .c5-divTable__tableInCol tbody.c5-divTable__inColGroup {
    display: block;
    padding-top: 5px;
    border-top: 1px dotted #bbb;
    margin-top: 5px;
  }

  .c5-divTable__headerCol .c5-divTable__tableInCol {
    margin: 0;
  }
  .c5-divTable__headerCol .c5-divTable__tableInCol th, .c5-divTable__headerCol .c5-divTable__tableInCol td {
    clear: none;
    width: auto;
  }
  .c5-divTable__headerCol .c5-divTable__tableInCol input {
    margin-right: 5px;
  }
}
/*#styleguide
枠線
```
<div class="c5-border__green">
    枠線緑
</div>
<div class="c5-border__green c5-border__green--2px c5-general--p20 c5-general--20">
    枠線緑
</div>
```
*/
/* ==========================================================================
   c5-border__green
   ========================================================================== */
.c5-border__green {
  border: 1px solid #22c083;
}
.c5-border__green.c5-border__green--2px {
  border-width: 2px;
}

/*#styleguide
リスト３カラム
```
<ul class="c5-li3col">
    <li class="c5-li3col__li"><a href="#" class="s5-link s5-p3">ポイントの貯めかた</a></li>
    <li class="c5-li3col__li"><a href="#" class="s5-link s5-p3">ポイント登録方法</a></li>
    <li class="c5-li3col__li"><a href="#" class="s5-link s5-p3">ポイントを登録する</a></li>
</ul>
```
*/
/*#styleguide
リスト2カラム
```
<ul class="c5-li2col">
    <li class="c5-li2col__li"><a href="#" class="s5-link s5-p3">交換できる商品・サービス</a></li>
    <li class="c5-li2col__li"><a href="#" class="s5-link s5-p3">ポイント登録方法</a></li>
    <li class="c5-li2col__li"><a href="#" class="s5-link s5-p3">商品・サービスへの交換方法</a></li>
</ul>
```
*/
/* ==========================================================================
   c5-li3col
   ========================================================================== */
.c5-li3col {
  width: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  overflow: hidden;
}
.c5-li3col .c5-li3col__li {
  float: left;
  width: 30%;
  list-style: none;
  margin: 0;
  padding: 0 1% 0 0;
}

/* ==========================================================================
   c5-li2col
   ========================================================================== */
.c5-li2col {
  width: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  overflow: hidden;
}
.c5-li2col .c5-li2col__li {
  float: left;
  width: 48%;
  list-style: none;
  margin: 0;
  padding: 0 1% 0 0;
}

@media screen and (max-width: 767px) {
  .c5-liMQ2col__li {
    float: left;
    width: 48% !important;
  }
}

/*#styleguide
幅100%グレーバー　ボタンは右配置　MQ時センター配置
```

```
*/
/* ==========================================================================
   c5-barGray
   ========================================================================== */
.c5-barGray {
  background: #414349;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c5-barGray {
    text-align: center;
  }
  .c5-barGray .c5-accountTopStatusBar__buttons ul {
    text-align: center;
  }
}

/*#styleguide
tableド真ん中配置
```

```
*/
/* ==========================================================================
   c5-allcenter
   ========================================================================== */
.c5-allcenter {
  display: table-cell;
  vertical-align: middle;
}

/*#styleguide
ボーダー削除
```

```
*/
/* ==========================================================================
   c5-border__reset
   ========================================================================== */
.c5-border__reset {
  border: none !important;
}

/*#styleguide
インフォメーションBOX
```
<div class="c5-information__box c5-border__reset c5-bg__glayblue">
    <div>
        <div class="c5-information__cellblock c5-information--left">
            <div class="c5-information__RedBg">特典還元日</div>
        </div>
        <div class="c5-information__cellblock c5-information--right c5-information__verticalmiddle">
        特典還元日は、毎月20日頃の予定です。
        </div>
    </div>
</div>

<div class="c5-information__box">
    <div>
        <div class="c5-information__cellblock c5-information--left">
            <div class="c5-information__OrangeBg">新店</div>
        </div>
        <div class="c5-information__cellblock c5-information--right">
            <dl class="c5-information__dl s5-p2">
                <dt>2015/9/17</dt>
                <dd>テキストテキスト</dd>
                <dt>2015/9/17</dt>
                <dd>テキストテキスト</dd>
            </dl>
        </div>
    </div>
</div>
<div class="s5-buttonContainer s5-buttonContainer--pullRight c5-mar__reset">
    <a class="s5-link s5-p3" href="#">一覧を見る</a>
<!-- /.s5-listItemBottomButton --></div>


<div class="c5-information__box">
    <div>
        <div class="c5-information__cellblock c5-information--left">
            <div class="c5-information__GreenBg">メンテナンス</div>
        </div>
        <div class="c5-information__cellblock c5-information--right">
            <dl class="c5-information__dl s5-p2">
                <dt>2015/9/17</dt>
                <dd>テキストテキスト</dd>
            </dl>
        </div>
    </div>
</div>
<div class="s5-buttonContainer s5-buttonContainer--pullRight c5-mar__reset">
    <a class="s5-link s5-p3" href="#">一覧を見る</a>
<!-- /.s5-listItemBottomButton --></div>


<div class="c5-information__box">
    <div>
        <div class="c5-information__cellblock c5-information--left">
            <div class="c5-information__GlayBg">閉店</div>
        </div>
        <div class="c5-information__cellblock c5-information--right">
            <dl class="c5-information__dl s5-p2">
                <dt>2015/9/17</dt>
                <dd>テキストテキスト</dd>
            </dl>
        </div>
    </div>
</div>
<div class="s5-buttonContainer s5-buttonContainer--pullRight c5-mar__reset">
    <a class="s5-link s5-p3" href="#">一覧を見る</a>
    <p class="s5-p3 c5-MQgeneral--mb30">（参加店舗数143店10月13日現在）</p>
<!-- /.s5-listItemBottomButton --></div>

```
*/
/* ==========================================================================
   c5-information__box
   ========================================================================== */
.c5-information__box {
  padding: 15px;
  border-top: 1px dotted #CCC;
  margin: 20px 0 0 0;
}

.c5-information__RedBg {
  background: #c93434;
  border: 2px #c93434 solid;
  padding: 3px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  width: 100px;
  text-align: center;
}

.c5-information__OrangeBg {
  background: #f25529;
  border: 2px #f25529 solid;
  padding: 3px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  width: 100px;
  text-align: center;
}

.c5-information__GreenBg {
  background: #22c083;
  border: 2px #22c083 solid;
  padding: 3px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  width: 100px;
  text-align: center;
}

.c5-information__GlayBg {
  background: #83838f;
  border: 2px #83838f solid;
  padding: 3px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  width: 100px;
  text-align: center;
}

.c5-information__cellblock {
  display: table-cell;
}
@media screen and (max-width: 979px) {
  .c5-information__cellblock {
    display: block;
  }
}

.c5-information--right {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 979px) {
  .c5-information--right {
    padding: 10px 0 0 0;
  }
}

.c5-information__dl {
  margin: 5px 0 0 0;
}
@media screen and (max-width: 979px) {
  .c5-information__dl {
    margin: -10px 0 0 0;
  }
}
.c5-information__dl dt {
  float: left;
  display: table-cell;
  padding-right: 20px;
  font-weight: bold;
  width: 95px;
}
@media screen and (max-width: 979px) {
  .c5-information__dl dt {
    float: none;
    width: auto;
    display: block;
    margin-top: 20px;
  }
}
.c5-information__dl dd {
  display: table-cell;
  padding-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .c5-information__dl dd {
    float: none;
    width: auto;
    display: block;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
  }
}

.c5-information__verticalmiddle {
  vertical-align: middle;
}

.c5-information__verticaltop {
  vertical-align: top;
}

/*#styleguide
textのboxを強制center
```
<div class="s5-small1 c5-textbox__center">
    ※1　10日～24日のお買い物は25日頃、25日～9日のお買い物は10日頃に予定が表示されます。<br>
    ※2　購入日の翌月～最大6ヶ月後の20日頃にソニーポイントが振り込まれます（還元日は店舗毎に異なります）。<br>
    ※3　還元率は店舗毎に異なります。
</div>

```
*/
/* ==========================================================================
   c5-textbox__center
   ========================================================================== */
.c5-textbox__center {
  display: table;
  margin: auto;
}

/*#styleguide
青背景 特殊2カラム box
```

<div class="s5-general--mt40 c5-contentblue__box">
    <div class="c5-contentblue__TableCenter">
        <div class="c5-contentblue__cell c5-contentblue__left">
            <span class="s5-heading5">My Sony IDをご登録ください。</span><br>
            <span class="s5-p3">ソニーポイントショッピングのご利用には、My Sony IDの登録が必要です</span>
        </div>
        <div class="c5-contentblue__cell c5-contentblue__right c5-contentblue__MQcenter">
            <a href="https://msc.sony.jp/member/about/terms.jsp" class="s5-button">ご登録はこちら</a>
        </div>
    </div>
</div>


```
*/
/* ==========================================================================
   c5-contentblue__box
   ========================================================================== */
.c5-contentblue__box {
  background: #f1f5f9;
  padding: 20px;
}

.c5-contentblue__TableCenter {
  display: table;
  margin: 0 auto;
}

.c5-contentblue__cell {
  display: table-cell;
}
@media screen and (max-width: 639px) {
  .c5-contentblue__cell {
    display: block;
  }
}

.c5-contentblue__right {
  vertical-align: middle;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 639px) {
  .c5-contentblue__right {
    padding: 20px 0 0 0px;
  }
}

@media screen and (max-width: 639px) {
  .c5-contentblue__MQcenter {
    text-align: center;
  }
}

/*#styleguide
glayの3カラムナビ (※MQ時も3カラム用)
```

<div class="s5-anchorLinks">
    <div class="s5-anchorLinks__list">
        <ul class="c5-list__inlineblock">
            <li><a href="#ls01">2015年</a></li>
            <li><a href="#ls02">2014年</a></li>
            <li><a href="#ls03">2013年</a></li>
        </ul>
    </div>
</div>

```
*/
/* ==========================================================================
   c5-list__inlineblock
   ========================================================================== */
.c5-list__inlineblock li {
  display: inline-block;
}

/*#styleguide
一覧スタイル1
```
<div class="s5-general--mt20">
    <ul class="c5-ListStyle1">
        <li class="">
            <dl class="c5-dlstyle1">
                <dt class="c5-dlstyle1__Mqblock">10月13日（火）</dt>
                <dd class="c5-dlstyle1__Mqblock"><span class="s5-heading5"><a href="#" class="s5-link">@cosme shopping(アットコスメショッピング)</a></span></dd>
            </dl>
            <dl class="c5-dlstyle1 c5-MQgeneral--mt10">
                <dt class="s5-p3 c5-dlstyle1__MqWauto"><span class="c5-glay__icon">期間</span></dt>
                <dd class="s5-p3">9月28日（月）から都合により一時閉鎖、10月13日（火）より再開しました。(旧名称：コスメ・コム）</dd>
            </dl>
        </li>
        <li class="">
            <dl class="c5-dlstyle1">
                <dt class="c5-dlstyle1__Mqblock">10月9日（金）</dt>
                <dd class="c5-dlstyle1__Mqblock"><span class="s5-heading5"><a href="#" class="s5-link">U-NEXT＜ユーネクスト＞日本最大級のビデオ・オンデマンド</a></span></dd>
            </dl>
            <dl class="c5-dlstyle1 c5-MQgeneral--mt10">
                <dt class="s5-p3 c5-dlstyle1__MqWauto"><span class="c5-glay__icon">期間</span></dt>
                <dd class="s5-p3">10月9日（金）から都合により一時閉鎖しました。</dd>
            </dl>
        </li>
    </ul>
</div>

```
*/
/* ==========================================================================
   c5-ListStyle1
   ========================================================================== */
.c5-ListStyle1 {
  padding-left: 0;
}
.c5-ListStyle1 li {
  list-style: none;
  border-top: 1px dotted #CCC;
  padding: 15px 0 15px 0;
}
@media screen and (max-width: 639px) {
  .c5-ListStyle1 li {
    padding: 15px 0 15px 0;
  }
}

.c5-dlstyle1 {
  overflow: hidden;
  display: table;
}
.c5-dlstyle1 dt {
  display: table-cell;
  width: 130px;
}
.c5-dlstyle1 dd {
  display: table-cell;
  padding-left: 30px;
}
@media screen and (max-width: 639px) {
  .c5-dlstyle1 dd {
    padding-left: 10px;
  }
}
@media screen and (max-width: 639px) {
  .c5-dlstyle1 .c5-dlstyle1__Mqblock {
    display: block !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 639px) {
  .c5-dlstyle1 .c5-dlstyle1__MqWauto {
    width: auto;
  }
}

.c5-glay__icon {
  text-align: center;
  font-weight: normal;
  width: 7rem;
  background: #f1f5f9;
  padding: 5px;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .c5-glay__icon {
    width: 7rem;
  }
}

/*#styleguide
エラー画面
```
<div class="c5-error s5--colorRed">
    <span class="s5-icon-warning-sign c5-error__icon"></span> 
    <p class="c5-error__txt">エラーテキストエラーテキストエラ</p>
</div>
<!-- .c5-error -->
```
*/
/* ==========================================================================
   c5-error
   ========================================================================== */
.c5-error {
  padding: 20px;
  border: 1px #c93434 solid;
}
.c5-error .c5-error__icon {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  padding: 0 20px 0 0;
}
.c5-error .c5-error__txt {
  display: table-cell;
  vertical-align: middle;
}

/*#styleguide
3カラムdiv組 table風Mq時背景グレー
```
<div class="c5-3columnMqGlay">
   <div class="c5-3columnMqGlay__item">
      <div class="c5-3columnMqGlay__itemInner">
          <div class="c5-3columnMqGlay__colW10 c5-3columnMqGlay__RightBorderNone">
              <a class="c5-3columnMqGlay__cellBase" href="#"><img src="/msc/point/images/logo_imagenet.jpg" alt="イマージュネット"></a>
              <span class="c5-sp--base s5-heading5 c5-3columnMqGlay__cellBase c5-general--pl20">イマージュネット</span>
          </div>
          <div class="c5-3columnMqGlay__colW20 s5--alignLeft c5-3columnMqGlay__LeftBorderNone c5-3columnMqGlay__RightBorderNone">
              <a href="#"><p>
              <span class="c5-pc--base s5-heading5">イマージュネット</span>「ちょっとかわいい」アイテムがいっぱい詰まったブランド</p></a>
              <div class="s5--alignRight"><a href="#" class="s5-link">詳細を見る</a></div>
          </div>
          <div class="c5-3columnMqGlay__colW10 c5-3columnMqGlay__LeftBorderNone c5-3columnMqGlay__Mqbottom10">
              <span class="c5-icon__orange">2%還元中</span>
          </div>
      </div>
  </div>
  <div class="c5-3columnMqGlay__item">
      <div class="c5-3columnMqGlay__itemInner">
          <div class="c5-3columnMqGlay__colW10 c5-3columnMqGlay__RightBorderNone">
              <a class="c5-3columnMqGlay__cellBase" href="#"><img src="/msc/point/images/logo_cecile.gif" alt="セシール"></a>
              <span class="c5-sp--base s5-heading5 c5-3columnMqGlay__cellBase c5-general--pl20">セシール</span>
          </div>
          <div class="c5-3columnMqGlay__colW20 s5--alignLeft c5-3columnMqGlay__LeftBorderNone c5-3columnMqGlay__RightBorderNone">
              <a href="#"><p>
              <span class="c5-pc--base s5-heading5">セシール</span>カタログ通販のセシールが全国のみなさまにお届けするサービス満点のショッピングサイトです。</p></a>
              <div class="s5--alignRight"><a href="#" class="s5-link">詳細を見る</a></div>
          </div>
          <div class="c5-3columnMqGlay__colW10 c5-3columnMqGlay__LeftBorderNone c5-3columnMqGlay__Mqbottom10">
              <span class="c5-icon__orange">2％還元中</span>
          </div>
      </div>
  </div>
</div>
```
*/
/* ==========================================================================
   c5-3columnMqGlay
   ========================================================================== */
@media screen and (max-width: 979px) {
  .c5-3columnMqGlay {
    padding: 0px 0px;
  }
}
@media screen and (max-width: 639px) {
  .c5-3columnMqGlay {
    margin-left: -20px;
    margin-right: -20px;
    background: #E4E7EB;
    padding: 10px 15px;
  }
}
.c5-3columnMqGlay__header {
  border-spacing: 0;
  border-collapse: collapse;
  box-sizing: border-box;
  table-layout: fixed;
  display: table;
  width: 100%;
  background: #fbfbfc;
}

@media screen and (max-width: 979px) {
  .c5-3columnMqGlay__header {
    display: none;
  }
}
.c5-3columnMqGlay__item {
  margin-top: -1px;
  overflow: hidden;
}
.c5-3columnMqGlay__item.c5-3columnMqGlay__item--selectable {
  background: #fbfbfc;
}
.c5-3columnMqGlay__item.c5-3columnMqGlay__item--selected {
  background: #FFF;
}

.c5-3columnMqGlay__itemInner {
  border-spacing: 0;
  border-collapse: collapse;
  box-sizing: border-box;
  table-layout: fixed;
  display: table;
  width: 100%;
}

.c5-3columnMqGlay__item--selectable:hover {
  border: 2px solid #f4c6b9;
  margin: -2px -2px;
  position: relative;
}
.c5-3columnMqGlay__item--selectable.c5-3columnMqGlay__item--selected, .c5-3columnMqGlay__item--selectable.c5-3columnMqGlay__item--selected:hover {
  border: 2px solid #f2582e;
  margin: -2px -2px;
  position: relative;
  z-index: 1;
}
.c5-3columnMqGlay__item--selectable:hover .c5-3columnMqGlay__colW5,
.c5-3columnMqGlay__item--selectable:hover .c5-3columnMqGlay__colW10,
.c5-3columnMqGlay__item--selectable:hover .c5-3columnMqGlay__colW15,
.c5-3columnMqGlay__item--selectable:hover .c5-3columnMqGlay__colW20,
.c5-3columnMqGlay__item--selectable:hover .c5-3columnMqGlay__colW25,
.c5-3columnMqGlay__item--selectable:hover .c5-3columnMqGlay__colW35,
.c5-3columnMqGlay__item--selectable:hover .c5-3columnMqGlay__colW30, .c5-3columnMqGlay__item--selectable.c5-3columnMqGlay__item--selected .c5-3columnMqGlay__colW5,
.c5-3columnMqGlay__item--selectable.c5-3columnMqGlay__item--selected .c5-3columnMqGlay__colW10,
.c5-3columnMqGlay__item--selectable.c5-3columnMqGlay__item--selected .c5-3columnMqGlay__colW15,
.c5-3columnMqGlay__item--selectable.c5-3columnMqGlay__item--selected .c5-3columnMqGlay__colW20,
.c5-3columnMqGlay__item--selectable.c5-3columnMqGlay__item--selected .c5-3columnMqGlay__colW25,
.c5-3columnMqGlay__item--selectable.c5-3columnMqGlay__item--selected .c5-3columnMqGlay__colW35,
.c5-3columnMqGlay__item--selectable.c5-3columnMqGlay__item--selected .c5-3columnMqGlay__colW30 {
  border-top: none;
  border-bottom: none;
}

.c5-3columnMqGlay__item--selectable:hover + .c5-3columnMqGlay__item.c5-3columnMqGlay__item--selected,
.c5-3columnMqGlay__item--selected + .c5-3columnMqGlay__item.c5-3columnMqGlay__item--selectable:hover,
.c5-3columnMqGlay__item--selected + .c5-3columnMqGlay__item.c5-3columnMqGlay__item--selected {
  margin-top: -3px;
}

.c5-3columnMqGlay__item--selectable:last-of-type:hover,
.c5-3columnMqGlay__item--selectable:last-of-type.c5-3columnMqGlay__item--selected {
  margin-bottom: -1px;
}

.c5-3columnMqGlay__colW5,
.c5-3columnMqGlay__colW10,
.c5-3columnMqGlay__colW15,
.c5-3columnMqGlay__colW20,
.c5-3columnMqGlay__colW25,
.c5-3columnMqGlay__colW30,
.c5-3columnMqGlay__colW35,
.c5-3columnMqGlay__colW60 {
  font-size: 12px;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  display: table-cell;
  border: 1px solid #e4e7eb;
  padding: 8px;
}

.c5-3columnMqGlay__colW5 {
  width: 5%;
}

.c5-3columnMqGlay__colW10 {
  width: 10%;
}

.c5-3columnMqGlay__colW15 {
  width: 15%;
}

.c5-3columnMqGlay__colW20 {
  width: 20%;
}

.c5-3columnMqGlay__colW25 {
  width: 25%;
}

.c5-3columnMqGlay__colW30 {
  width: 30%;
}

.c5-3columnMqGlay__colW35 {
  width: 35%;
}

.c5-3columnMqGlay__colW60 {
  width: 60%;
}

.c5-3columnMqGlay__label {
  display: none;
}

@media screen and (max-width: 979px) {
  .c5-3columnMqGlay__item {
    margin: -1px 0;
    background: #FFF;
    border: 1px solid #e4e7eb;
  }
}
@media screen and (max-width: 979px) and (max-width: 639px) {
  .c5-3columnMqGlay__item {
    margin: 10px 0;
  }
}
@media screen and (max-width: 979px) {
  .c5-3columnMqGlay__item .c5-3columnMqGlay__itemBtnDetails {
    position: absolute;
    bottom: 13px;
    right: 20px;
  }
  .c5-3columnMqGlay__item.c5-3columnMqGlay__item--selectable:hover, .c5-3columnMqGlay__item.c5-3columnMqGlay__item--selectable.c5-3columnMqGlay__item--selected, .c5-3columnMqGlay__item.c5-3columnMqGlay__item--selectable.c5-3columnMqGlay__item--selected:hover {
    margin: 10px 0 !important;
  }
  .c5-3columnMqGlay__item.c5-3columnMqGlay__item--selectable:hover .c5-3columnMqGlay__itemInner, .c5-3columnMqGlay__item.c5-3columnMqGlay__item--selectable.c5-3columnMqGlay__item--selected .c5-3columnMqGlay__itemInner, .c5-3columnMqGlay__item.c5-3columnMqGlay__item--selectable.c5-3columnMqGlay__item--selected:hover .c5-3columnMqGlay__itemInner {
    margin: -2px;
  }

  .c5-3columnMqGlay__itemInner {
    display: block;
    padding: 15px;
    overflow: visible;
    position: relative;
  }

  .c5-3columnMqGlay__colW5,
  .c5-3columnMqGlay__colW10,
  .c5-3columnMqGlay__colW15,
  .c5-3columnMqGlay__colW20,
  .c5-3columnMqGlay__colW25,
  .c5-3columnMqGlay__colW30,
  .c5-3columnMqGlay__colW35,
  .c5-3columnMqGlay__colW60 {
    text-align: left;
    display: block;
    width: auto;
    padding: 0;
    border: none;
  }
  .c5-3columnMqGlay__item--togglable .c5-3columnMqGlay__colW5, .c5-3columnMqGlay__item--togglable
  .c5-3columnMqGlay__colW10, .c5-3columnMqGlay__item--togglable
  .c5-3columnMqGlay__colW15, .c5-3columnMqGlay__item--togglable
  .c5-3columnMqGlay__colW20, .c5-3columnMqGlay__item--togglable
  .c5-3columnMqGlay__colW25, .c5-3columnMqGlay__item--togglable
  .c5-3columnMqGlay__colW30, .c5-3columnMqGlay__item--togglable
  .c5-3columnMqGlay__colW35, .c5-3columnMqGlay__item--togglable
  .c5-3columnMqGlay__colW60 {
    display: none;
  }
  .c5-3columnMqGlay__item--togglable.c5-3columnMqGlay--open .c5-3columnMqGlay__colW5, .c5-3columnMqGlay__item--togglable.c5-3columnMqGlay--open
  .c5-3columnMqGlay__colW10, .c5-3columnMqGlay__item--togglable.c5-3columnMqGlay--open
  .c5-3columnMqGlay__colW15, .c5-3columnMqGlay__item--togglable.c5-3columnMqGlay--open
  .c5-3columnMqGlay__colW20, .c5-3columnMqGlay__item--togglable.c5-3columnMqGlay--open
  .c5-3columnMqGlay__colW25, .c5-3columnMqGlay__item--togglable.c5-3columnMqGlay--open
  .c5-3columnMqGlay__colW30, .c5-3columnMqGlay__item--togglable.c5-3columnMqGlay--open
  .c5-3columnMqGlay__colW35, .c5-3columnMqGlay__item--togglable.c5-3columnMqGlay--open
  .c5-3columnMqGlay__colW60 {
    display: block;
  }

  .c5-3columnMqGlay__headerCol,
  .c5-3columnMqGlay__item:hover .c5-3columnMqGlay__itemInner .c5-3columnMqGlay__headerCol,
  .c5-3columnMqGlay__item--selectable.c5-3columnMqGlay__item--selected .c5-3columnMqGlay__itemInner .c5-3columnMqGlay__headerCol,
  .c5-3columnMqGlay__item--selectable.c5-3columnMqGlay__item--selected:hover .c5-3columnMqGlay__itemInner .c5-3columnMqGlay__headerCol {
    border-bottom: 1px dotted #bbb;
  }

  .c5-3columnMqGlay__headerCol {
    font-weight: bold;
    margin: -15px -15px 15px;
    padding: 10px 15px;
    background: #fbfbfc;
  }
  .c5-3columnMqGlay__item--togglable .c5-3columnMqGlay__headerCol {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-bottom: -15px;
  }
  .c5-3columnMqGlay__item--togglable .c5-3columnMqGlay__headerCol:before {
    content: "";
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 10px;
  }
  .c5-3columnMqGlay--open .c5-3columnMqGlay__headerCol {
    margin-bottom: 15px;
  }
  .c5-3columnMqGlay--open .c5-3columnMqGlay__headerCol:before {
    content: "";
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    line-height: 0;
  }

  .c5-3columnMqGlay__label {
    display: inline;
  }
}
.c5-3columnMqGlay__tableInCol {
  margin: -108px -8px;
}
.c5-3columnMqGlay__tableInCol table {
  table-layout: fixed;
  width: 100%;
}
.c5-3columnMqGlay__tableInCol th, .c5-3columnMqGlay__tableInCol td {
  box-sizing: border-box;
  padding: 8px;
  border-left: 1px solid #e4e7eb;
  border-top: 1px solid #e4e7eb;
}
.c5-3columnMqGlay__tableInCol th:first-child, .c5-3columnMqGlay__tableInCol td:first-child {
  border-left: 0;
}
.c5-3columnMqGlay__tableInCol th {
  font-weight: normal;
}
.c5-3columnMqGlay__tableInCol tr.c5-3columnMqGlay__tableSpacing td,
.c5-3columnMqGlay__tableInCol tbody.c5-3columnMqGlay__tableSpacing td {
  height: 100px;
  border-top: none;
}
.c5-3columnMqGlay__tableInCol tr.c5-3columnMqGlay__tableSpacing + tr th, .c5-3columnMqGlay__tableInCol tr.c5-3columnMqGlay__tableSpacing + tr td,
.c5-3columnMqGlay__tableInCol tbody.c5-3columnMqGlay__tableSpacing + tbody.c5-3columnMqGlay__inColGroup th,
.c5-3columnMqGlay__tableInCol tbody.c5-3columnMqGlay__tableSpacing + tbody.c5-3columnMqGlay__inColGroup td {
  border-top: none;
}

@media screen and (max-width: 979px) {
  .c5-3columnMqGlay__tableInCol {
    margin: 0;
  }
  .c5-3columnMqGlay__tableInCol table, .c5-3columnMqGlay__tableInCol tbody, .c5-3columnMqGlay__tableInCol tr {
    display: block;
    width: 100%;
  }
  .c5-3columnMqGlay__tableInCol tr {
    *zoom: 1;
  }
  .c5-3columnMqGlay__tableInCol tr:before, .c5-3columnMqGlay__tableInCol tr:after {
    content: "";
    display: table;
  }
  .c5-3columnMqGlay__tableInCol tr:after {
    clear: both;
  }
  .c5-3columnMqGlay__tableInCol th, .c5-3columnMqGlay__tableInCol td {
    float: left;
    clear: left;
    width: 100%;
    border: none;
    padding: 0;
  }
  .c5-3columnMqGlay__tableInCol tr.c5-3columnMqGlay__tableSpacing,
  .c5-3columnMqGlay__tableInCol tbody.c5-3columnMqGlay__tableSpacing {
    display: none;
  }
  .c5-3columnMqGlay__tableInCol tbody.c5-3columnMqGlay__inColGroup {
    display: block;
    padding-top: 5px;
    border-top: 1px dotted #bbb;
    margin-top: 5px;
  }

  .c5-3columnMqGlay__headerCol .c5-3columnMqGlay__tableInCol {
    margin: 0;
  }
  .c5-3columnMqGlay__headerCol .c5-3columnMqGlay__tableInCol th, .c5-3columnMqGlay__headerCol .c5-3columnMqGlay__tableInCol td {
    clear: none;
    width: auto;
  }
  .c5-3columnMqGlay__headerCol .c5-3columnMqGlay__tableInCol input {
    margin-right: 5px;
  }
}
.c5-3columnMqGlay__LeftBorderNone {
  border-left: none !important;
}

.c5-3columnMqGlay__RightBorderNone {
  border-right: none !important;
}

@media screen and (max-width: 979px) {
  .c5-3columnMqGlay__cellBase {
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (max-width: 639px) {
  .c5-3columnMqGlay__cellSmall {
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (max-width: 979px) {
  .c5-3columnMqGlay__Mqbottom10 {
    padding-right: 100px;
  }
}

/*#styleguide
2カラム 3:7 Mq時7の一部がw100%
```
<div class="c5-2columnStyle37__box">
    <div class="c5-2columnStyle37__w30 c5-general--pr20">
        <img class="c5-general--p50 c5-border__glay c5-general--MQp10" src="https://www.sony.jp/msc/point/shopping/store/images/mitsukoshi_120_60.jpg">
    </div>
    <div class="c5-2columnStyle37__w70">
        <p>水専門商社がお届けする名水総合ショップ「水広場」。国内外の水に関する専門情報も満載です。</p>

        <div class="c5-2columnStyle37__overflow">
            <div class="c5-bg__glay c5-general--p20 s5-general--mt20 c5-2columnStyle37__w70Mq100">
                <div class="c5-form3col s5-general--mt5">
                    <div class="c5-row">
                        <div class="c5-row__col2 c5-general--pr20 s5-p2">
                            ログイン後提携サイトへ移動します。<br>
                            ログインされていない方はログイン後移動します。 
                        </div>
                        <div class="c5-row__col3">
                            <a href="https://www.point.msc.sony.jp/point-pc/shopping/passhistory.cgi?sys=010148&amp;param=131465.10001942.3" class="s5-button">掲載サイトへ</a>
                        </div>
                    </div>
                </div>
                <!-- .c5-form3col -->
            </div>
            <!-- .c5-bg__glay -->

            <div class="s5-p3 s5--alignRight c5-2columnStyle37__w70Mq100">
                <p>利用登録をされていないお客様は、My Sony IDの新規登録をおこなってください。<br>
                <a href="https://reg.msc.sony.jp/pc/ur/start?un002=UR100_NORMAL&amp;OTID=roucnu001M011811de31dcc3b4e02c46f3feb1ae9108a49d" class="s5-link">新規ID登録はこちら</a></p>
            </div>
        </div>
    </div>
</div>
```
*/
/* ==========================================================================
   c5-2columnStyle37__box
   ========================================================================== */
.c5-2columnStyle37__box {
  display: table;
}
@media screen and (max-width: 639px) {
  .c5-2columnStyle37__box {
    display: block;
  }
}

.c5-2columnStyle37__w30 {
  display: table-cell;
  width: 30%;
  vertical-align: top;
}
@media screen and (max-width: 639px) {
  .c5-2columnStyle37__w30 {
    display: block;
    width: 100%;
  }
  .c5-2columnStyle37__w30 img {
    float: left;
    margin: 0 20px 0 0;
  }
}

.c5-2columnStyle37__w70 {
  display: table-cell;
  width: 70%;
  vertical-align: top;
}
@media screen and (max-width: 639px) {
  .c5-2columnStyle37__w70 {
    display: block;
    width: 100%;
  }
  .c5-2columnStyle37__w70 .c5-error {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.c5-2columnStyle37__w70Mq100 {
  float: right;
}
@media screen and (max-width: 639px) {
  .c5-2columnStyle37__w70Mq100 {
    float: none;
  }
}

.c5-2columnStyle37__overflow {
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .c5-2columnStyle37__overflow {
    clear: both;
  }
}

/*
#overview
フォント 関連
*/
/*#styleguide
文字サイズ
```
<p class="c5-p4">
フォントサイズ
</p>

```
*/
/* ==========================================================================
   font size 関連
   ========================================================================== */
.c5-p4 {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
}

/* ==========================================================================
   .c5-container
   ========================================================================== */
/* ==========================================================================
   /msc/point/index.html
   ========================================================================== */
.c5-accountTopContent__heading {
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px dotted #b4b4bf;
  margin-bottom: 8px;
}

.c5-accountTopContent__heading2 {
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

/* 
  c5-col3__NavBox
 */
.c5-col3__NavBoxLeft {
  padding: 20px;
  width: 61%;
}
@media screen and (max-width: 639px) {
  .c5-col3__NavBoxLeft {
    width: 100%;
  }
}

.c5-col3__NavBoxRight {
  padding: 20px;
  width: 39%;
}
@media screen and (max-width: 639px) {
  .c5-col3__NavBoxRight {
    width: 100%;
  }
}

/* 
  c5-readerList
 */
.c5-readerList img {
  height: 155px;
  width: auto;
}
@media screen and (max-width: 820px) {
  .c5-readerList img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 639px) {
  .c5-readerList img {
    height: 155px;
    width: auto;
  }
}

/* 
  c5-readerList
 */
@media screen and (max-width: 639px) {
  .c5-coupon .s5-row {
    display: inline;
  }
}
.c5-coupon .s5-row__col2 {
  padding-left: 15px;
}
.c5-coupon .s5-row__col2:first-child {
  padding-left: 0;
  padding-right: 15px;
}
.c5-coupon .s5-row__col3 {
  padding-right: 10px;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .c5-coupon .s5-row__col3 {
    width: 48%;
    padding: 0 1%;
    display: inline-block;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c5-coupon .s5-row__col3.c5-mqMarBtm--0 {
    margin-bottom: 0;
  }
}
.c5-coupon .s5-row__col3 img {
  width: 100%;
  max-width: 150px !important;
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
}
.c5-coupon .s5-row__col3 p {
  margin-top: 5px;
}

.c5-rankingMora .c5-rankingMora__error {
  font-size: 16px;
  font-size: 1rem;
  font-family: sans-serif !important;
  padding: 0 20px 60px 20px;
}
.c5-rankingMora .s5-inStoreItem5__image {
  height: 207px;
}
.c5-rankingMora .s5-inStoreItem5__image img {
  width: auto;
  height: 90%;
}
@media screen and (max-width: 1125px) {
  .c5-rankingMora .s5-inStoreItem5__image img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1020px) {
  .c5-rankingMora .s5-inStoreItem5__image {
    height: 150px;
  }
}
@media screen and (max-width: 979px) {
  .c5-rankingMora .s5-inStoreItem5__image {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .c5-rankingMora .s5-inStoreItem5__image {
    height: 120px;
  }
}
@media screen and (max-width: 700px) {
  .c5-rankingMora .s5-inStoreItem5__image {
    height: 120px;
  }
}
@media screen and (max-width: 639px) {
  .c5-rankingMora .s5-inStoreItem5__image {
    height: auto;
  }
}

.c5-rankingRS .c5-rankingRS__error {
  font-size: 16px;
  font-size: 1rem;
  font-family: sans-serif !important;
  padding: 0 20px 60px 20px;
}

/* ==========================================================================
   c5-3column__box
   ========================================================================== */
.c5-3column__box1 {
  border: 1px #CCC solid;
  margin: 0 10px 0 0;
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 639px) {
  .c5-3column__box1 {
    margin: 0;
  }
}

.c5-3column__box2 {
  border: 1px #CCC solid;
  margin: 0 10px 0 10px;
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 639px) {
  .c5-3column__box2 {
    margin: 0;
  }
}

.c5-3column__box3 {
  border: 1px #CCC solid;
  margin: 0 0px 0 10px;
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 639px) {
  .c5-3column__box3 {
    margin: 0;
  }
}

/* ==========================================================================
   c5-icon__up
   ========================================================================== */
.c5-icon__up {
  color: #f25529;
  width: 10px;
  margin: 5px 0 0 10px;
  display: inline-block;
}

/* ==========================================================================
   c5-pullRight__X0up
   ========================================================================== */
.c5-pullRight__50up {
  margin: -50px 0 0 0;
}
@media screen and (max-width: 639px) {
  .c5-pullRight__50up {
    margin: auto;
  }
}

.c5-pullRight__40up {
  margin: -40px 0 0 0;
}
@media screen and (max-width: 639px) {
  .c5-pullRight__40up {
    margin: auto;
  }
}

/* ==========================================================================
   c5-MQalign__center
   ========================================================================== */
@media screen and (max-width: 979px) {
  .c5-MQbase__center {
    text-align: center !important;
  }
}
@media screen and (max-width: 639px) {
  .c5-MQbase__center {
    text-align: left !important;
  }
}

/* ==========================================================================
   c5-MQalign__center
   ========================================================================== */
@media screen and (max-width: 639px) {
  .c5-MQwidth__fit {
    margin: auto -20px;
  }
}

/* ==========================================================================
   c5-icon__height
   ========================================================================== */
.c5-icon__height {
  display: inline-block;
  padding-right: 10px;
  height: 19px;
}
@media screen and (max-width: 639px) {
  .c5-icon__height {
    height: 19px !important;
  }
}

/* ==========================================================================
   c5-pointLinkSet
   ========================================================================== */
.c5-pointLinkSet{
  display: table;
  width: 100%;
  box-sizing: border-box;
  margin-top: 15px;
}
.c5-pointLinkSet a{
  display: block;
}
.c5-pointLinkSet a,
.c5-pointLinkSet a{
  color: #7d8794;
  text-decoration: none;
  outline: none;
}
.c5-pointLinkSet a .s5-link:hover,
.c5-pointLinkSet a .s5-link:active{
  color: #7d8794;
  text-decoration: none;
  outline: none;
}
.c5-pointLinkSet .c5-pointLinkSet__image,.c5-pointLinkSet .c5-pointLinkSet__text{
  display: table-cell;
  vertical-align: middle;
}
.c5-pointLinkSet .c5-pointLinkSet__image{
  width: 100px;
  padding-right: 10px;
}
.c5-pointLinkSet .c5-pointLinkSet__image img{
  width: 100%;
  height: auto;
  display: block;
}
.c5-pointLinkSet a .c5-pointLinkSet__image img:hover{
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  -webkit-transition: opacity 0;
          transition: opacity 0;
}
.c5-pointLinkSet .c5-pointLinkSet__text{
  font-size: 14px;
}


/* ==========================================================================
   c5-welcom
   ========================================================================== */
.c5-welcom__lead{
  color:#1693b1;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.7;
  margin: 27px 0;
}

/* ==========================================================================
   img width
   ========================================================================== */
.c5-maxWidth--100per{
  max-width: 100%;
}
.c5-maxWidth--950px{
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

