@charset "utf-8";

/* ========================================
  body
======================================== */
body {
    color: #222;
    font-size: 1.4em;
    font-family: "Hiragino Maru Gothic ProN","ヒラギノ丸ゴ ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    width: 100%;
	line-height: 1.5;
}

/* ========================================
  flexBox
======================================== */
.flexCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexShrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ========================================
  tIn0
======================================== */
.tIn0 {
  text-indent: 0;
}

/* ========================================
  undRed
======================================== */
.undRed {
  position: relative;
}
.undRed::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #c00;
}

/* ========================================
  aliEnd
======================================== */
.aliEnd {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* ========================================
  spMt20
======================================== */
@media screen and (max-width:768px) {
  .spMt20 {
    margin-top: 20px !important;
  }
}

#bottomBlock.contentsBlockMod .contactArea .contactBox .btn a {
  border-radius: 10px;
  background-image: linear-gradient(to top, #ffffff, #f8f8f9, #f0f1f4, #e8eaef, #e0e4e9);
  -webkit-box-shadow: 0px 12px 15px -6px rgb(0 0 0 / 87%);
  box-shadow: 0px 12px 15px -6px rgb(0 0 0 / 87%);
}
#bottomBlock.contentsBlockMod .bg_repeat_main {
  background-color: #46d78e !important;
  background-image: none;
}
#bottomBlock.contentsBlockMod .txt {
  margin-top: 0;
}
#bottomBlock.contentsBlockMod .contactArea .contactBox .btn a span {
  padding-right: 0;
}
#bottomBlock.contentsBlockMod .contactArea .contactBox h2 span {
  font-size: 16px;
}
.tableWrap .redArrow{
  position: relative;
}
.tableWrap .redArrow .arrMod {
  position: absolute;
  width: 36px;
  left: right;
  top: 10px;
  right: -20px;
  transform: rotate(14deg);
}

/* 220914 related */
.concept_col_2_2 h2.ttl_bg_green {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 35px;
}

.concept_col_2_2 h2.ttl_bg_green > span {
  position: relative;
  padding-bottom: 5px;
}

.concept_col_2_2 h2.ttl_bg_green > span:after {
  position: absolute;
  content: '';
  background: #42be9d;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.concept_col_2_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.concept_col_2_2 > div {
  position: relative;
  width: calc(50% - (12px*2) / 2);
  margin-bottom: 15px;
  border: 1px solid #eee;
}

.concept_col_2_2 > div:after {
  position: absolute;
  content: '';
  background: url(/products/materials/concept_car/images/icon_opentab_green.png) no-repeat;
  width: 18px;
  height: 16px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}

.concept_item_1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.concept_col_2_2 > div > a {
  color: #222;
}

.concept_thumb {
  width: 22.6%;
}

.concept_details {
  width: 77.4%;
  padding: 10px 30px 0 20px;
}

p.concept_ttl {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

p.txt_01 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .concept_col_2_2 h2.ttl_bg_green {
    font-size: 1.8rem;
    margin-bottom: 22px;
  }
  .concept_col_2_2 {
    padding: 30px 10px;
  }
  .concept_col_2_2 > div {
    width: 100%;
  }
  .concept_col_2_2 > div:after {
    width: 16px;
    height: 14px;
    right: 5px;
  }
  .concept_col_2_2 > div:last-child {
    margin-bottom: 0;
  }
  p.concept_ttl {
    font-size: 1.5rem;
  }
  .concept_thumb {
    width: 31%;
    max-width: 104px;
  }
  .concept_details {
    width: 74%;
    padding: 10px 10px 0 10px;
  }
}