@charset 'UTF-8';

.block.-mainvisual.-bond {
  height: auto;
  margin: -30px -15px auto;
  padding-left: 0;
}

.block.-mainvisual.-bond h1 {
  display: block;
  height: auto;

  flex: 0 0 auto;
}

.ttl.-secondary.-bond {
  font-size: .26rem;
  font-weight: 700;
  line-height: 1.49231;
  position: relative;
  padding: 10px 0 20px;
  border: none;
}

.ttl.-secondary.-bond:after {
  position: absolute;
  bottom: 10px;
  display: block;
  width: auto;
  height: 2px;
  content: '';
  background: #0d2580;
}

.ttl.-tertiary.-bond {
  border-color: #0d2580;
}

.tbl.-secondary.-bond>thead th {
  background-color: #c5dbea;
}

.tbl.-secondary.-bond>tbody>tr>th {
  background-color: #f0f8ff;
}

.tbl.-secondary.-bond>tbody>tr>td .txt.-cell-title {
  padding: 5px;
  border-radius: 33px;
  background-color: #e6e9f2;
}

@media print,screen and (min-width:768px) {
  .block.-mainvisual.-bond {
    margin-top: -50px;
  }
}

@media print,screen and (min-width:1300px) {
  .block.-mainvisual.-bond {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width:767px) {
  .ttl.-secondary.-bond {
    font-size: .24rem;
    line-height: 1.53333;
  }
}
