#top_screen_tab {
    display: none;
    /*display: flex;*/
    justify-content: center;
    height: 100dvh;
    width: 100%;
    /* margin-top: 80px; */
    /* margin-left: 10vw; */
    /* margin-top: 10svh; */
    align-items: center;
    position: absolute;
    z-index: 904;
    /* background-color: #f0f0f0; */
    background: rgba(0, 0, 0, 0.5);
}

#new_mark {
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-left: 10px;
  margin-top: -10px;
  background-color: #e10000;
  color: #fff;
  font-size: 10px;
  border-radius: 15px;
}

.new_mark_char {
  position: relative;
  font-size: 18px;
  left: 0px;
  top: 5px;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 10,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}


.banner_area {
  width: 92%;
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 15px;
}


.tab-menu {
    display: flex;
    list-style: none;
    padding: 0;
    height: 40px;
    text-align: center;
    align-items: center;
  }
  
  .tab-menu div {
    /*padding: 10px 20px;*/
    font-size: 14px;
    color: white;
    background-color: #cfcfcf;
    cursor: pointer;
    /*margin-right: 5px;*/
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .tab-menu div.active {
    background-color: #043491;
    color: white;
  }
  
  /* タブコンテンツのスタイル */
  .tab-content {
    /*margin-top: 20px;*/
    height: calc( 80svh - 80px );
    overflow-y: scroll;
    font-size: 15px;
    line-height: 1.2em;
    padding: 24px 0;
    box-sizing: border-box;
  }
  .close-btn{
    height: 50px;
    width: 100%;
    align-items: center;
    color: #043491;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
  }

  .tab-container {
    margin-top: 1px;
    width: 92%;
    /*height:100%;*/
    background-color: #fff;
    max-width: 400px;
    /*min-height: 425px;*/
  }

#update_text_list{
  width: 92%;
  max-width: 320px;
  margin: 0px auto;
}

.update_date{
  font-size: 13px;
  color: #989898;
  margin-top: 15px;
  margin-bottom: 3px;
}

.update_text{
  font-size: 14px;
  color: #333333;
  margin-bottom: 15px;
}
