@charset "utf-8";

.heading {
    padding: 60px 0;
    text-align: center;
}
section.cont {
  margin-bottom: 40px;
}
section p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 1em;
}

h2 {
  color: #036eb7;
  font-size: 22px;
  margin-bottom: 25px;
}
.table_link {
  font-size: 15px;
  width:1000px;
  border-collapse: collapse;
  border: 1px #000000 solid;
  margin: 40px 0;
}
.table_link td{
  border: 2px #000000 solid;
  padding: 15px;
  word-break:break-all;
}
.table_title {
  background-color: #3990cd;
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
}
.table_sub_title {
  background-color: #cbe5f7;
  height: 38px;
}
.table_honbun {
  height: 71px;
}
.bnr_img{
  padding:15px;
}