@charset "utf-8";

/*** ▼RSS style▼ ***/
  .rssItem {
    display: none;
  }
  .rssItem.complete {
    display: block;
  }
  .rssLayout {
    border-bottom: #e5e5e5 1px solid;
    display: -webkit-box;
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 17px;
  }
  .rssLayout .rssArticles {
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
    position: relative;
  }
  .rssLayout .rssArticles .rssTitle {
    font-size: 116%;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .rssLayout .rssArticles .rssTitle.rssTitleHight {
    overflow: hidden;
  }
  .rssLayout .rssArticles .rssDescription {
    margin-bottom: 10px;
  }
  .rssLayout .rssArticles.rssIcon {
    padding-left: 25px;
  }
  .rssLayout .rssArticles.rssIcon::before {
    background: url(https://placehold.jp/16x16.png) no-repeat 0 0;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 16px;
  }
  .rssLayout .rssThumb{
    border: #ccc 1px solid;
    display: table;
    margin-right: 15px;
    table-layout: fixed;
  }
  .rssLayout .rssThumb span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .rssLayout .rssThumb img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
  }
  .rssLayout .rssThumb.rssResizeImg70,
  .rssLayout .rssThumb.rssResizeImg70 span {
    height: 70px;
    width: 70px;
  }
  .rssLayout .rssThumb.rssResizeImg130,
  .rssLayout .rssThumb.rssResizeImg130 span {
    height: 130px;
    width: 130px;
  }
  .rssLayout .rssContents > p {
    color: #999;
    display: inline-block;
    font-size: 93%;
  }
  .rssLayout .rssContents > p::after {
    content: '｜';
    padding: 0 1px 0 5px;
  }
  .rssLayout .rssContents > p:first-child::after,
  .rssLayout .rssContents > p:last-child::after {
    content: none;
    padding: 0;
  }
  .rssLayout .rssContents .rssNew[data-isnew="true"]::before {
    background-color: #eb6304;
    border-radius: 10px;
    color: #fff;
    content: 'NEW';
    font-size: 85%;
    font-weight: bold;
    margin-right: 4px;
    padding: 2px 7px;
    text-align: center;
  }
  .rssLayout .rssContents .rssNew[data-isnew="false"] {
    display: none;
  }
  .rssLayout .rssContents .cmsRssSpeech,
  .rssLayout .rssContents .cmsRssClap {
    position: relative;
    padding-left: 14px;
    font-size: 93%;
    color: #999;
  }
  .rssLayout .rssContents .cmsRssSpeech span,
  .rssLayout .rssContents .cmsRssClap span {
    margin-left: 5px;
  }
  .rssLayout .rssContents .cmsRssSpeech::before,
  .rssLayout .rssContents .cmsRssClap::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    display: inline-block;
    width: 17px;
    height: 16px;
  }
  .rssLayout .rssContents .cmsRssSpeech::before {
    background: url(https://www.beach.jp/images/ja_JP/common/icon/ico_sprite.png) no-repeat 0 0;
    background-position: -20px -51px;
  }
  .rssLayout .rssContents .cmsRssClap::before {
    background: url(https://www.beach.jp/images/ja_JP/common/icon/ico_sprite.png) no-repeat 0 0;
    background-position: -40px -51px;
  }

/*** ▼bnr style▼ ***/

  /*** ▽バナーのみ▽ ***/
  .cmsBnr {
    width: 550px;
    margin-bottom: 20px;
  }
  .cmsBnr img {
    width: 100%;
    vertical-align: middle;
  }
  /*** ▽バナー下部トピック ▽ ***/
  .cmsTopicList p {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  .cmsTopicList ul li a,
  .cmsTopicList ul li.comingsoon {
    position: relative;
    display: block;
    padding: 15px 20px;
    margin: 0px auto 10px;
    background-color: #fff;
    border: 2px solid #999; /* ボーダーカラー */
    border-radius: 6px;
    box-sizing: border-box;
  }
  .cmsTopicList ul li a::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    transition: 0.3s ease-in-out;
    top: 50%;
    right: 20px;
    border-top:3px solid;
    border-right: 3px solid;
    border-color: #999; /* 矢印カラー */
  }
  .cmsTopicList ul li a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .cmsTopicList ul li .title {
    display: inline-block;
    background-color: #ddd; /* 小見出し背景色 */
    margin-bottom: 10px;
    padding: 3px 20px 0;
    border-radius:25px;
    font-size: 13px;
    font-weight: bold;
  }
  .cmsTopicList ul li .text {
    margin: 0px;
    padding-right: 12px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
  }
  .cmsTopicList ul li a {
    text-decoration: none;
    color: #333; /* テキストカラー（デフォルト#333） */
  }
  .cmsTopicList .commingSoon {
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
    color: #bbb;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    opacity: 0.7;
  }
  /*** ▽バナー下部注釈 ▽ ***/
  .cmsTxtNotes {
    margin-left: 1em;
    padding-top: 5px;
    font-size: 84%;
    line-height: 1.2;
    color: #666;
    font-weight: normal;
  }
  .cmsTxtNotes li {
    text-indent: -1em;
  }