.stepCenter {
    display: table-cell !important;
    text-align: center !important;
  }
  
  .firstNoTopBorder {
    height: 100%;
    padding-top: 10px;
    border-top: none !important;
  }
  
  .usualNoTopBorder {
    height: 100%;
    border-top: none !important;
  }
  
  /* common */
  .r_text_center {
    text-align: center !important;
  }
  
  .r_text_left {
    text-align: left !important;
  }
  
  .r_required:after {
    /* content: '必須';
    position: absolute;
    right: 8px;
    top: calc(50% - 10px);
    color: #ffffff;
    background: #ed7d31;
    border-radius: 3px;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center; */
    content: '必須';
    color: #ffffff;
    background: #fabe00;
    border-radius: 3px;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    float: right;
  }
  
  .r_any:after {
    content: '任意';
    /* position: absolute;
    right: 8px;
    top: calc(50% - 10px); */
    color: #ffffff;
    background: #9e9e9e;
    border-radius: 3px;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    float: right;
  }
  
  
  /* tab */
  .r_card_container {
    border: 2px solid red;
    margin-top: -2px;
    /* border-top-color: transparent; */
    /* border-top: #fff; */
  }
  
  #firstTab.active .s_tab_sharp,
  #secondTab.active .s_tab_sharp {
    background-color: white;
  }
  
  #firstTab .s_tab_sharp {
    background-color: red;
  }
  
  #secondTab .s_tab_sharp {
    background-color: #0000cc;
  }
  
  .s_tab_sharp {
    width: 97%;
    height: 5px;
    margin: 5px auto;
  }
  
  .r_card-tab {
    border: none;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  
  .r_card-tab .item {
    width: 50%;
    display: inline-block;
    text-align: center;
    height: auto;
    line-height: 40px;
    font-size: 1.4em;
    cursor: pointer;
    font-weight: bolder;
  }
  
  #firstTab {
    background-image: url('../images/card.png');
    background-repeat: no-repeat;
    background-position: 95% 80%;
    background-size: 75px 40px;
    border: 1px solid red;
    border-bottom: 2px solid #0000cc;
    color: red;
    background-color: white;
  
  }
  
  #firstTab.active {
    color: white;
    background-color: red;
    border-bottom: none;
  }
  
  #secondTab {
    border: 1px solid #0000cc;
    border-bottom: 2px solid red;
    color: #0000cc;
    background-color: white;
  }
  
  #secondTab.active {
    color: white;
    background-color: #0000cc;
    border-bottom: none;
  }
  
  
  /* tab segment */
  .r_row {
    margin: 20px 3px;
  }
  
  .r_text_box {
    width: 90%;
    margin-left: 5%;
    text-align: center;
  }
  
  .colorRow {
    border: 1px solid red;
    width: 70%;
    margin: 10px 15%;
    padding: 10px;
    font-weight: bolder;
  }
  
  .r_card_content {
    padding-bottom: 20px;
  }
  
  /* buttons */
  .r_button {
    text-align: center;
    width: 70%;
    max-width: 300px;
    font-size: 1.4rem;
    padding: 15px 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-top: 10px;
  }
  
  .r_button:hover {
    opacity: .7;
    transition: opacity 0.4s ease-out;
    cursor: pointer;
  }
  
  .r_button::after {
    float: right;
    margin-top: 5px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
    content: '';
  }
  
  .r_button::before {
    display: inline-block;
    width: 0;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 20px auto;
    content: '';
  }
  
  .r_button_sigle {
    text-align: center;
    min-width: 220px;
    max-width: 300px;
    margin: 0 auto;
  }
  
  .r_button_sigle a {
    width: 86%;
    cursor: pointer;
  }
  
  .r_btn_next {
    background: linear-gradient(to right, #ee6014, #ee6014 100%);
  }
  
  .r_btn_back {
    background: linear-gradient(to right, #0068b7, #0581e0 100%);
  }
  
  .r_btn_back::before {
    background-image: url(/assets/img/common/header_icon_search_o.svg);
  }
  
  .r_btn_return {
    background: linear-gradient(to right, rgb(156, 156, 156), rgb(194, 194, 194) 100%);
  }
  
  /* input */
  .register_form {
    width: 90%;
    margin: 0 auto;
  }
  
  .register_form .search__row {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    /* grid-template-columns: 1fr 2fr; */
    align-items: center;
    justify-content: center;
  }
  
  .r_input_container {
    border: 1px solid #b7b7b7;
    min-height: 35px;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    grid-column: span 3;
  }
  
  .r_intpu_row {
    display: flex;
    justify-content: left;
    /* padding-left: 30px; */
    align-items: center;
    flex-wrap: wrap;
  }
  
  .r_label_yellow {
    min-width: 200px;
    background: #fabe00;
    display: inline-block;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    align-items: center;
    padding-left: 15px;
  }
  
  .r_input {
    border: 1px #636363 solid;
    width: 80%;
  }
  
  .r_input_short {
    border: 1px #636363 solid;
    width: 62%;
  }
  
  .r_input_short-0 {
    border: 1px #636363 solid;
    width: 20%;
  }
  
  .r_input_tips {
    display: block;
    text-align: left;
    color: rgb(83, 83, 83);
    margin: 2px 0;
  }
  
  /* .r_input_rule {
    display: inline-block;
    line-height: 37px;
    padding-left: 15px;
    padding-right: 15px;
  } */
  
  /* select */
  .r_select {
    height: 35px;
    min-width: 70px;
  }
  
  .r_select-middle {
    height: 35px;
    min-width: 200px;
  }
  
  select {
    background: #fff;
  }
  
  /* point card */
  .r_card_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .r_card {
    width: 30%;
    min-width: 250px;
    height: 200px;
    border: #0068b7 1px solid;
  }
  
  .r_card h3 {
    padding: 10px 0;
  }
  
  #applyId {
    width: 100%;
    height: 200px;
    border: #0068b7 1px solid;
  }
  
  .r_register_page .tab__nav {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  
  /* 登録完了 */
  .r_complete_box {
    border: 2px solid #ee6014;
    padding: 20px 40px;
  }
  
  .r_complete_box h2 {
    color: #ee6014;
    padding-bottom: 20px;
  }
  
  .r_red_back_title {
    background-color: red;
    width: 40%;
    text-align: start;
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 15px;
  }
  
  .r_hr {
    margin: -10px 15px 10px;
  }
  
  .r_ponitCards_div {
    display: flex;
    justify-content: space-around;
    padding: 25px 20px 20px;
  }
  
  .r_pointCard_flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  .r_pointCard1 {
    justify-content: center;
  }
  
  .r_pointCard1 .r_img_fonts {
    margin: -12px 0 20px;
  }
  
  .r_pointCard2 {
    justify-content: center;
  }
  
  .r_pointCard3 {
    padding: 30px 120px;
    justify-content: flex-end;
  }
  
  .r_pointCard3 img {
    height: 300px;
  }
  
  .r_ponitCards_div img {
    height: 200px;
  }
  
  .r_img_fonts {
    padding: 5px 10px;
    background-color: red;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin: -5px 2px 0;
    width: fit-content;
    max-width: 95%;
  }
  
  /* .r_pointCard3 .r_img_fonts{
    margin-left: 50%;
  } */
  .r_input_table table {
    background: #f5f5f5;
  }
  
  @media (max-width: 565px) {
    .r_ponitCards_div {
      display: block;
      padding: 10px 0 !important;
    }
  
    .r_pointCard2 img {
      width: 60% !important;
    }
  }
  
  @media (max-width: 767px) {
    .r_text_center {
      font-size: 13px !important;
    }
  
    .r_row {
      text-align: left !important;
    }
  
    .colorRow {
      padding: 10px 4px !important;
      text-align: left !important;
    }
  
    #firstTab {
      background-image: none !important;
    }
  
    .r_input_short-0 {
      border: 1px #636363 solid;
      width: 25% !important;
    }
  
    .r_input {
      padding: 10px 5px !important;
    }
  
    .colorRow {
      width: 93% !important;
      margin: 10px auto !important;
    }
  
    .r_input_table table {
      background: #f5f5f5;
    }
  
    .r_complete_box {
      padding: 20px 10px !important;
    }
  
    .r_pointCard1 .r_img_fonts {
      margin-top: -10px !important;
      margin-bottom: 20px !important;
    }
  
    .r_red_back_title {
      margin: 0 !important;
    }
  
    .r_ponitCards_div img {
      height: auto;
    }
  
    .r_pointCard3 img {
      height: auto;
    }
  
    .r_img_fonts {
      font-size: 14px;
    }
  
    .r_red_back_title {
      width: 90% !important;
    }
  
    .r_hr {
      margin: -10px 0 10px !important;
    }
  
    .r_pointCard3 {
      padding: 20px 0 10px !important;
    }
  
    .r_card-tab .item {
      font-size: 1.2em;
      line-height: 1.4;
      min-height: 64px;
      text-align: start;
      padding: 0 5px;
    }
  
    .r_label_yellow {
      width: 100%;
    }
  
    .r_card {
      margin-bottom: 20px;
    }
  
    .r_intpu_row {
      padding-left: 10px;
    }
  
    .r_input_short {
      border: 1px #636363 solid;
      width: 95%;
    }
  }