@charset "shift-jis";

/* ==================================================
smartphone_atm
heading3
こんなことありませんか？
================================================== */

.personalServSp_atm__heading3_p {
  display: flex;
  justify-content: space-around;
}

.personalServSp_atm__heading3_type-icon {
  display: flex;
  justify-content: space-evenly;
}

/* ==================================================
smartphone_atm
stepBox
================================================== */
.personalServSp_atm__stepBox_list {
  flex-wrap: wrap;
  gap: 20px;
  
  > li {
    width: calc(100% / 3 - (40px / 3));
    margin-right: 0;
    padding-top: 25px;
    position: relative;
    text-align: center;
    
    .tag {
      width: 150px;
      font-size: 16px;
    }
    
    span.personalServSp_atm__stepBox_num {
      width: 40px;
      height: 40px;
      margin: 0 auto;
      border-radius: 100%;
      color: #fff;
      background-color: #00b601;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      line-height: 1;
      font-family: "A1ゴシック M";
      position: absolute;
      top: 15px;
      left: 10px;
    }
    
    .subText {
      min-height: 45px;
      display: inline-block;
      text-align: left;
      
      &:only-child {
        background: #e0eef7;
        padding: 60px 40px;
        line-height: 2;
      }
    }
    
    .personalServSp_atm__stepBox_pic {
      margin-top: 20px;
      border-top: 1px solid #ccc;
    }
  }
}



