@charset "utf-8";

  .aaa-news{
      list-style: none;
    }
    .cardtype__link{
      display: flex;
      font-size: .8em;
      padding: 18px 0;
      border-bottom: 1px solid #ccc;
      position: relative;
    }
    .cardtype__link p{
      text-align: left;
      padding-right: 10px;
    }

.cardtype__article-info h2::before { /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -6px;
  width: 23px; /* 横幅 */
  height: 23px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #4682b4;
}

.cardtype__article-info h2::after { /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

    #bCustomS57465{
      background: #fff;
    }
    .bCnews-title{
      line-height: 1.2;
      color: #E5001F;
    }
    .blog-post-contents{
      margin-top: 20px;
    }
    .parts_maxw1260{
      max-width: 96%;
    }
    .back-btn {
    color: #fff!important;
    background: #E5001F;
    text-decoration: none!important;
    padding: 4px 50px;
    font-weight: bold;
  }
  .breadcrumbs{
    width: 96%;
    margin: 0 auto;
  }
  @media screen and (max-width: 850px){
    #bCustomS57465 .bCustomS-inner{
    width: 96%;
  }
  }