/*お問い合わせ*/
.co_content1 h3,
.co_content2 h3 {
  background-color: #0095E5;
  padding: 10px;
  width: 100%;
  border-bottom: solid 3px #FFF000;
  margin-bottom: 25px;
  font-size: 16px;
  color: #FFF;
}
.co_content1 p {
  padding-bottom: 15px;
  border-bottom: dotted 1px #CCC;
  margin-bottom: 15px;
}
.co_content1 h4 {
  font-size: 16px;
  color: #0095E5;
  margin-bottom: 15px;
}
p.last {
  border: none;
}
.co_content2 table th {
  background-color: #E8E1D0;
}

@media screen and (max-width: 640px) {
  /* お問い合わせ */
  .co_content1 p {
    padding: 0px 15px;
  }
  .co_content2 table {
    max-width: 100%;
    table-layout: fixed;
    table-layout: fixed;
    word-wrap: break-all;
  }
  .co_content2 table td,
  .co_content2 table th {
    display: block;
    width: 100%;
  }
  .co_content2_table_wrap {
    padding: 0px 15px;
  }
  .co_content1 h4 {
    margin-left: 15px;
  }
}