@charset "shift-jis";

/* ==================================================
smartphone_atm
heading3
こんなことありませんか？
================================================== */

.personalServSp_atm__heading3_p {
  text-align: center;
}

.personalServSp_atm__heading3_type-icon .headingSp .icon {
  min-width: 100px;
}

/* ==================================================
smartphone_atm
stepBox
================================================== */
.scrollX_wrap .scrollX.stepBox3.personalServSp_atm__stepBox {
  width: fit-content;
}

.personalServSp_atm__stepBox_list {
  > li {
    width: 150px;
    position: relative;
    text-align: center;
    
    .tag {
      width: 100%;
      font-size: 14px;
      margin: 10px 0;
    }
    
    span.personalServSp_atm__stepBox_num {
      width: 30px;
      height: 30px;
      margin: 0 auto;
      border-radius: 100%;
      color: #fff;
      background-color: #00b601;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      line-height: 1;
      font-family: "A1ゴシック M";
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
      
      > span {
        transform: translateY(-1px);
      }
    }
    
    .subText {
      min-height: 40px;
      display: inline-block;
      text-align: left;
      
      > br {
        display: none;
      }
      
      &:only-child {
        background: #e0eef7;
        padding: 20px;
        line-height: 2;
        margin-top: 10px;
      }
    }
    
    .personalServSp_atm__stepBox_pic {
      margin-top: 20px;
      border-top: 1px solid #ccc;
    }
  }
  
}