@charset "UTF-8";

#mainPage .pickup .con6_bule .con6con .article {
  padding: 15px 12px;
  background: #fff;
  border-radius: 0 0 16px 16px;
}

.article a {
  font-size: 16px;
  color: #c8102e;
  font-weight: 500;
  word-break: break-all;
}

.article-date {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 5px 0 0;
}

.en_txtwrap {
  font-weight: 500;
}
#mainPage .pickup .con6_bule .con6con .article .en_txtwrap {
  display: block;
}

.bold {
  font-weight: bold;
}

p {
  margin: 0;
}

.sml-txt {
  font-size: 0.9em;
}

.sub-h {
  background: #eaeaea;
  padding: 10px 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.t-right {
  text-align: right;
}

.art-line {
  background: linear-gradient(transparent 80%, #f5ff00 40%);
}
.emp-txt {
  font-weight: bold;
  color: #c8102e;
}

ol li {
  margin-left: 1em;
  margin-top: 10px;
}
ol li::marker {
  font-weight: bold;
}
.ml05 {
  margin-left: 0.5em;
}
ul li.ml2t {
  margin-left: 1.3em;
}
ul li div {
  margin-left: -6px;
}

ul.bg-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article table {
  width: 100%;
}

/* style.css テーブルの打消し */
.article table tbody tr {
  margin-bottom: 0;
}
.article table tbody tr th {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  background: #efefef;
}
.article table,
.article table td,
.article table th {
  border: 1px solid #595959;
  border-collapse: collapse;
}

#mainPage .pickup .con6_bule .con6con .article .en_txtwrap {
  border-top: #c8102e solid 2px;
  padding: 10px 0;
}
#mainPage .pickup .con6_bule .con6con .article h4 {
  font-size: 20px;
  font-weight: bold;
  color: #111111;
}

h5.subheading {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 20px;
  border-left: #c8102e solid 6px;
  padding-left: 10px;
}

li h6 {
  font-size: 16px;
  margin-bottom: 7px;
}

.induction-form {
  text-align: center;
  font-weight: bold;
}

.arrow {
  color: #c8102e;
  display: inline-block;
  transform: scale(1.8, 1);
}

#form-sec {
  background: #fff;
  padding: 60px 0 1px;
}

.fixedMenu .fixedMenubox {
  height: auto;
}

.dia-head {
  font-weight: bold;
  flex: 1 1 40%;
  flex-grow: 2;
  position: relative;
  padding-left: 1.2em;
}
.dia-head:before {
  content: "";
  background-color: #c8102e;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .dia-head:before {
    top: 4px;
  }
}

/* archiveページ */
#mainPage.archive .pickup .sub_container {
  padding-bottom: 50px;
}

#mainPage.archive .pickup #car-life_guide .clg_box .clg_title {
  padding: 5px 15px 10px;
}

#mainPage.archive .pickup #car-life_guide .clg_box .clg_title h3 {
  padding: 10px 0;
  border-bottom: #ffffff solid 1px;
}

#mainPage.archive .pickup #car-life_guide .clg_box .clg_title .rd_txt {
  font-size: 16px;
  margin: 5px 0 0;
  color: #ffffff;
  text-align: center;
}

#mainPage.archive
  .pickup
  #car-life_guide
  .clg_box
  .cgl_main
  .cgl-list
  > li:nth-child(n + 3) {
  display: block;
}

.accordion-container {
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
}

.accordion-container .accordion-list .accordion-title {
  background: #c8102e;
  color: #fff;
  text-align: center;
}

.accordion-container .accordion-list .accordion-title::before,
.accordion-container .accordion-list .accordion-title::after,
.accordion-container .accordion-list .accordion-title.open::after,
.accordion-container .accordion-list .accordion-title.open::before {
  background: #fff;
}

.accordion-container .accordion-list .accordion-title h3 {
  font-weight: 500;
}

.accordion-container .accordion-text {
  background: #fff;
}

#mainPage.archive .pickup #car-life_guide .clg_box {
  border-radius: 0 0 16px 16px;
}
