h3 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.wrapper {
  margin-top: 150px;
}

.coop_img {
  margin-top: 20px;
  width: 100%;
}

.coop_tbl_box {
  text-align: center;
}

.coop_tbl {
  border-collapse: collapse;
  margin: 50px auto 0;
  font-size: 1.6rem;
  text-align: center;
}

.coop_tbl th,.coop_tbl td {
  border: 1px solid #6a6a6a;
  padding: 10px 20px;
  width: 300px;
}

.note_txt {
  font-size: 1.5rem;
  margin-top: 10px;
}

.note_txt span {
  color: #c21111;
}

.coop_tbl th {
  background: #f6de9f;
}

.coop_sub {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.coop_sub span {
  font-size: 3.5rem;
}

.coop_sub_ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.btn_coop {
  max-width: 400px;
  width: 100%;
  margin: 20px 0;
}

.btn_coop a {
  display: block;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  border-radius: 10px;
}

.coop_app a {
  background: #ee6500;
}

.coop_app a:hover {
  background: #cd5700;
}

.coop_sub_ttl_contact {
  margin-top: 50px;
}

.coop_contact a {
  background: #464542;
}

.coop_contact a:hover {
  background: #000;
}

@media (width < 770px) {
  .heading_ttl h2 {
    text-align: left;
  }

  .coop_tbl th {
    width: 250px;
  }

  .note_txt {
    text-align: left;
  }
}