@charset "utf-8";

/* ---------------------------------------------------------------------------------------- 

	共通

	※bootstrap.cssを先に読み込み

---------------------------------------------------------------------------------------- */
@import url("reset.css");
@import url("layout.css");
@import url("contents_parts.css");
@import url("ec.css");


/* ---------------------------------------------------------------------------------------- 

	カスタマイズ

---------------------------------------------------------------------------------------- */
@import url("base.css");
@import url("color.css");
@import url("decolate.css");


/* -------------------------------------
 *  2023/05/08　カスタマイズ追加
 * ---------------------------------- */

/*　BOTTOM - トピックス
======================================================= */
#bottom .topicsDigest {
  background-color: #af2100;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 30px 15px;
}
#bottom .topicsDigest .boxBottom {
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}
#bottom .topicsDigest h2 {
  color: #fff;
  padding: 0 !important;
}
#bottom .topicsDigest h2::before {
  display: none !important;
}
#bottom .topicsDigestBox {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#bottom .topicDigestText {
  display: flex;
  align-items: flex-start;
}
#bottom .topicsDigestBox h3 {
  background-color: transparent !important;
  border: none !important;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  width: calc(100% - 120px);
}
#bottom .topicsDigestBox h3 a:hover {
  color: #fff;
  opacity: .6;
}
#bottom .topicsDigestBox .topicDate {
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 120px;
}
#bottom .topicsDigestBox h3 + p {
  display: none;
}

/* スマホのみ */
@media (max-width: 767px) {
  #bottom .topicDigestPhoto img {
    margin-top: 15px;
    width: 100%;
  }
}

/* スマホ以外 */
@media (min-width: 768px) {
  #bottom .topicDigestImgOn {
    display: flex;
    justify-content: space-between;
  }
  #bottom .topicDigestImgOn .topicDigestText {
    width: calc(100% - 150px);
  }
  #bottom .topicDigestPhoto {
    text-align: right;
    width: 150px;
  }
  #bottom .topicDigestPhoto img {
    width: 120px;
  }
}

/*　RIGHT - ブログ
======================================================= */
#right .blogRecent h3:not(.blogEntryTtl) {
  height: auto !important;
  margin: 40px -15px 20px !important;
  padding: 30px 20px !important;
  font-size: 150% !important;
  text-align: center !important;
  letter-spacing: 2px !important;
  position: relative !important;
}
#right .blogRecent h3:not(.blogEntryTtl)::before {
  border-top: 5px solid #af2100 !important;
  background: #e6e6e6 !important;
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

/* スマホ以外 */
@media (min-width: 768px) {
  #right .blogRecent h3:not(.blogEntryTtl) {
    margin: 60px 0 20px !important;
  }
}


/* -------------------------------------
 *  2023/09/12　カスタマイズ追加
 * ---------------------------------- */

/*　オリジナルコンテンツパーツ（走行会）
======================================================= */
.ingsyms-sparts {
  background: #efefef;
  box-shadow: 0 0 6px rgba(0,0,0,.3);
  display: inline-block;
  margin: 15px;
  padding-bottom: 5px;
}
.ingsyms-sparts-head,
.ingsyms-sparts-btnblock {
  display: flex;
  align-items: center;
}
.ingsyms-sparts-status {
  background: #898989;
  color: #fff;
  padding: 10px 5px;
  text-align: center;
  width: 25%;
}
.ingsyms-sparts--open .ingsyms-sparts-status {
  background: #a72523;
}
.ingsyms-sparts-data {
  color: #a72523;
  font-weight: bold;
  letter-spacing: .2rem;
  text-align: center;
  width: 75%;
}
.ingsyms-sparts .cparts-img-block,
.ingsyms-sparts .cparts-body-block {
  margin: 10px 30px;
}
.ingsyms-sparts-ttl {
  border-bottom: none !important;
  color: #a72523;
  font-weight: bold;
  margin: 20px 0 !important;
  padding: 0 !important;
  text-align: center;
}
.ingsyms-sparts-btnblock {
  justify-content: space-between;
}
.ingsyms-sparts-btnblock > div {
  text-align: center;
  width: calc(50% - 10px);
}
.ingsyms-sparts-btnblock a {
  border-radius: 5px;
  display: inline-block;
  padding: 15px 5px;
  width: 100%; 
}
.ingsyms-sparts-btnblock a:fover {
  opacity: .6;
  text-decoration: none;
}
.ingsyms-sparts-btn01 a {
  background: #a72523;
  color: #fff;
}
.ingsyms-sparts-btn02 a {
  background: #dddddd;
  color: #515151;
}

@media (min-width: 768px) {
  .ingsyms-sparts {
   width: calc(50% - 30px);
  }
  .cms-contentsparts-parts-preview .ingsyms-sparts {
    width: calc(100% - 30px);
  }
  .ingsyms-sparts-status {
    font-size: 1.25rem;
  }
  .ingsyms-sparts-data {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .ingsyms-sparts-btnblock a {
    width: 160px;
  }
}


/* ----------------------------------------------------------------------------------------

	エディター用
	
	editor.css にはエディターの背景色を記述
	FOR_EDITOR 内はエディターで表示するスタイルを記述

---------------------------------------------------------------------------------------- */
@import url("editor.css");

/* FOR_EDITOR */

/* /FOR_EDITOR */

