@charset 'UTF-8';

.block.-mainvisual.-bond {
  height: auto;
  margin: -30px -10px auto;
}

.block.-mainvisual.-bond h1 {
  display: block;
  height: auto;

  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.ttl.-secondary.-bond {
  font-size: .24rem;
  font-weight: 700;
  line-height: 1.4375;
  position: relative;
  padding: 10px 0 20px 70px;
  border: none;
}

.ttl.-secondary.-bond:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  content: '';
  background: url(/assets/img/lp/bond/ico_title.png) left top no-repeat;
  background-size: cover;
}

.ttl.-secondary.-bond:after {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 70px;
  display: block;
  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:900px) {
  .block.-mainvisual.-bond {
    margin-top: -50px;
  }
}

@media screen and (max-width:767px) {
  .ttl.-secondary.-bond {
    font-size: .22rem;
    line-height: 1.47727;
  }
}
