@charset "shift-jis";

/*池田泉州銀行で年金お受取りキャンペーンPC*/

/* ==================================================
pension__head
================================================== */
.pension__head {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.pension__head_conditions {
  display: flex;
  gap: 40px;
  position: relative;
  justify-content: space-between;
  align-items: stretch;
  
  &::before {
    content: 'かつ';
    position: absolute;
    background: #dc2a54;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 600;
    text-align: center;
    align-content: center;
    line-height: 1;

  }
  &::after {
    content: '';
    position: absolute;
    border-left : 2px dotted#dc2a54;
    height: calc(100% - 60px);
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  > li {
    flex: 1;
    padding: 0 20px;
  }
  .box3{
    display: flex;
    flex-direction: column;
    height: 100%;

    .box3_title{
      background: #dc2a54;
    }
    .box3_body{
      background: #fef1df;
      flex: 1;
    }
  }
}

.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__head_dlBtn {
  justify-content: flex-end;
}


.pension__step{
  .stepBox_title{
    margin: 0 0 10px 20px;
    .stepBox_title_text{
      font-size: 18px;
      background: #dc2a54;
      color: #fff;
      padding: 10px;
      border-radius: 3px;
    }
    .tag {
      margin-left: 0;
    }
  }
}

/* ==================================================
pension__flow
================================================== */
.pension__flow {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.pension__flow_type {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pension__flow_title {
  text-align: center;
  border: 1px solid #dc2a54;
  color: #dc2a54;
  text-align: center;
  border-radius: 30px;
  padding: 10px;
}

.pension__flow_title--bg {
  background: #fef1df;
}



