/*==================================================
  caelcard
==================================================*/
.p-cael_table td {
  text-align: left; }

.p-cael_step > li {
  display: flex;
  position: relative;
  padding: 1.8rem 2rem;
  border: 2px solid;
  border-radius: 12px; }
  .p-cael_step > li + li {
    margin-top: 4.8rem; }
    .p-cael_step > li + li::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: calc(100% + 2px);
      width: 100%;
      height: 4.8rem;
      background: url("/assets/teikei-service/caelcard/img/step-arrow.png") no-repeat center center; }
  .p-cael_step > li.step-cael {
    border-color: #0e6e95; }
  .p-cael_step > li.step-ganb {
    border-color: #00b0ec; }
  .p-cael_step > li figure {
    flex-basis: 76px;
    text-align: center; }
  .p-cael_step > li .p-cael_step-inner {
    flex-grow: 1;
    padding-left: 1rem; }
    .p-cael_step > li .p-cael_step-inner p {
      text-align: left; }
  .p-cael_step > li .btn-sbys {
    margin-left: auto;
    margin-right: auto; }

.p-cael_step-label {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.3rem 0.8rem;
  border-radius: 3px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1; }
  .step-cael .p-cael_step-label {
    background: #0e6e95; }
  .step-ganb .p-cael_step-label {
    background: #00b0ec; }
