.policy_link,
.policy_link:visited {
  text-decoration: underline;
}

.kyoudou_section {
  margin-top: 60px;
}

.kyoudou_content_title {
  font-size: 18px;
  line-height: 1.2;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  /* font-weight: bold; */
  color: #000;
  padding-bottom: 8px;
  border-bottom: 2px solid #DD0B20;
  margin: 40px 0 24px;
}

.kyoudou_content_title.js_accordion_trigger {
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}

.kyoudou_content_title.js_accordion_trigger::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #DD0B20;
  background: #DD0B20 url(../img/icon_accordion_plus.png) no-repeat center;
  background-size: 12px 12px;
  border-radius: 50%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.16);
  position: absolute;
  right: 4px;
  top: -3px;
}

.kyoudou_content_title.js_accordion_trigger.is-open::after {
  background-color: #FFF;
  background-image: url(../img/icon_accordion_minus.png);
}

.kyoudou_content_title_2 {
  font-size: 18px;
  line-height: 1.2;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  /* font-weight: bold; */
  color: #000;
  margin: 40px 0 16px;
}


.kyoudou_content_area {
  padding-bottom: 40px;
}

.js_accordion_content {
  display: none;
}

.kyoudou_table {
  width: 100%;
  border: 1px solid #BCBCBC;
  border-collapse: collapse;
}

.kyoudou_table:not(:first-child) {
  margin-top: 32px;
}

.kyoudou_table_cell_1 {
  width: 162px;
  text-align: center;
}

.kyoudou_table_list > li::before {
  content: '・';
}

.kyoudou_table_list > li:nth-child(n+2) {
  margin-top: .2em;
}

.kyoudou_table th {
  border: 1px solid #BCBCBC;
  background: #F4F4F4;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  /* font-weight: bold; */
  color: #000;
  line-height: 1.2;
  padding: 10px;
  vertical-align: middle;
}

.kyoudou_table th p {
  padding-left: 2em;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  /* font-weight: bold; */
  color: #000;
  line-height: 1.2;
}

.kyoudou_table th span {
  display: inline-block;
  text-indent: -2em;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  /* font-weight: bold; */
  color: #000;
  line-height: 1.2;
}

.kyoudou_table td {
  border: 1px solid #BCBCBC;
  line-height: 1.2;
  padding: 12px;
  vertical-align: middle;
}

.kyoudou_note {
  font-size: 0.9em;
  margin-top: 16px;
}

.kyoudou_list > li:nth-child(n+2) {
  margin-top: .4em;
}

/*-------------------------------------------------
---- media screen for index page
------------------------------------------------- */
@media screen and (max-width:414px){
  .kyoudou_section {
    margin-top: 40px;
  }

  .kyoudou_content_title {
    font-size: 15px;
    margin: 30px 0 24px;
  }

  .kyoudou_content_title.js_accordion_trigger {
    padding-right: 24px;
  }

  .kyoudou_content_title.js_accordion_trigger::after {
    width: 20px;
    height: 20px;
    background-size: 10px 10px;
  }

  .kyoudou_content_title_2 {
    font-size: 15px;
    margin: 30px 0 16px;
  }

  .kyoudou_content_area {
    padding-bottom: 20px;
  }

  .kyoudou_table_cell_1 {
    width: 50%;
  }

  .kyoudou_table td {
    text-align: center;
    padding: 10px;
  }



} /* End Media 414px */
