/*
 * フッタ上部「関連コンテンツ」用のスタイル
 * 
 * 使用するモジュール
 *  resources/views/layout/evSmartPcCarMaker.blade.php
 *  resources/views/layout/evServiceCommon.blade.php 
 */
.one-block .other-tit {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 12px;
  background-color: #999;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: left;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .one-block .other-tit {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 25px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 600px) {
  .one-block .other-tit {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px 20px;
    border-radius: 8px;
    width: calc(100% + 12px);
    margin-left: -6px;
  }
}

.one-block .related-contents {
  display: inline-block;
  margin: 20px 40px;
}

.related-contents-block {
  display: block;
  margin: 10px 0;
  height: 80px;
}

.related-contents-block .blog-link {
  background-color: #2f9fdd;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  display: inline !important;
}

.related-contents-block .forum-link {
  background-color: #468cbd;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  display: inline !important;
}

.one-block .related-contents-block-all {
  display: block;
  border: 1px solid blue;
  border-radius: 5px;
  padding: 5px;
}
