@charset "UTF-8";

.content-title-type-1 {
  font-size: 1.9rem;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  border: none;
  margin: 18px 15px 0 15px;
}

.content-title-type-2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 18px 0 20px 0;
  width: 100%;
  box-sizing: border-box;
}


/* ----- トップイメージ ----- */

.top-banner-wrapper {
  width: 100%;
  background: #f0f0f0;
  height: auto;
  padding: 8px 6px 7px 6px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.top-banner-wrapper .banner-box {
  width: 50%;
  position: relative;
  margin: 0 3px;
}

.top-banner-wrapper .banner-box .inner {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  background: #fff;
  display: block;
}

.top-banner-wrapper .banner-box .inner img {
  vertical-align: bottom;
}


.top-banner-wrapper .banner-box.new::after {
  content: " ";
  background-image: url(../../../img/common/icon-article-new.png);
  background-size: 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 10;
}


/* ----- セクションタイトル ----- */

.section-title {
  font-size: 1.9rem;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  border: none;
}

.section-title.market {
  margin: 18px 15px 0 15px;
}


.section-title.post {
  margin: 10px 0 5px;
}

.section-title.article {
  margin: 20px 15px 10px 15px;
}

.youtube .section-title {
  margin: 20px 15px 10px 15px;
}

.block-title-cell {
  padding: 10px 15px 0 15px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border: none;
  margin: 0;
}

.block-title-cell .cell-title {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
}

.sub-title-more{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border: none;
  margin: 0;
}

.block-sub-title-block .cell-more,
.block-title-cell .cell-more {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  margin-left: auto;
  color: #999;
  display: block;
  background-image: url(../../../img/common/sp-icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: right 15px center;
  padding: 10px 30px 10px 15px;
  position: relative;
  left: 15px;
}

.market.top-market .item-block {
  color: #000;
}
