@charset "shift-jis";

/*池田泉州銀行で年金お受取りキャンペーンSP*/

/* ==================================================
pension__head
================================================== */
.pension__head {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.pension__head_conditions {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
  > li{
    position: relative;
  }

  > li:first-child::before {
    content: 'かつ';
    position: absolute;
    background: #dc2a54;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 600;
    text-align: center;
    align-content: center;
    line-height: 1;
    z-index: 10;
  }
  > li:last-child::before {
    content: '';
    position: absolute;
    border-top : 2px dotted#dc2a54;
    width: 40%;
    top: -40px;
    left: 0;
  }
  > li:last-child::after {
    content: '';
    position: absolute;
    border-top : 2px dotted#dc2a54;
    width: 40%;
    top: -40px;
    right: 0;
  }
  .box3{    
    .box3_title{
      background: #dc2a54;
    }
    .box3_body{
      background: #fef1df;
    }
  }
}
.tag-bg{
  background: #89521e;
  border-radius: 20px;
  padding: 5px 15px 4px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.tag-border{
  margin: 10px 0 3px;
  span{
    border: 1px solid #89521e;
    border-radius: 3px;
    padding: 2px 5px;
  }
}

.pension__step{
  .stepBox_title{
    margin: 0 0 10px 20px;
    .stepBox_title_text{
      font-size: 16px;
      background: #dc2a54;
      color: #fff;
      padding: 5px 7px;
      border-radius: 3px;
    }
    .tag {
      margin-left: 0;
      margin-top: 5px;
    }
  }
}

/* ==================================================
pension__flow
================================================== */
.pension__flow {
  display: flex;
  flex-direction: column;
  gap: 30px;  
}

.pension__flow_title {
  text-align: center;
  border: 1px solid #dc2a54;
  color: #dc2a54;
  border-radius: 30px;
  padding: 10px;
}

.pension__flow_title--bg {
  background: #fef1df;
}

.pension__step {
  .stepBox_body {
    margin-left: -50px;
  }
}


