@charset "utf-8";

.fw {
  letter-spacing: normal;
}
.mysoftbank-page-u96-image img {
  width: 100%;
}

.fw.design-guideline .mysoftbank-page-u96-text {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.44;
}
.mysoftbank-page-u96-info {
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1.75em;
}
.mysoftbank-page-u96-info-icon {
  margin-right: 0.5em;
}
.fw .mysoftbank-page-u96-submit_button {
  display: block;
  color: #FFF;
  background-color: #0080FF;
  font-size: 16px;
  line-height: 48px;
  border-radius: 30px;
  box-sizing: border-box;
  cursor: pointer;
  letter-spacing : normal;
  font-weight: bold;
  text-align: center;
  margin: 0 12px;
}

.mysoftbank-page-u96-list-bullet {
  list-style-type: disc;
  text-indent: 0;
  padding-left: 1em;
}
/*-------- tab area --------*/
.mysoftbank-page-u96-tab span {
  vertical-align: baseline;
}
.mysoftbank-page-u96-tab-title {
  color: #212121;
  font-weight: bold;
  font-size: 16px;
}
.mysoftbank-page-u96-tab-title-buttons {
  color: #212121;
  font-weight: bold;
  font-size: 16px;
  text-align: center; 
}
.mysoftbank-page-u96-tab_buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 204px;
  margin: 0 auto;
  gap: 12px;
}
.mysoftbank-page-u96-tab_button {
  color: #212121;
  background-color: #E4E4E4;
  font-size: 12px;
  line-height: 1;
  padding: 8px 4px;
  border-radius: 30px;
  box-sizing: border-box;
  cursor: pointer;
  letter-spacing : normal;
  width: 100%;
  max-width: 100px;
  text-align: center;
}
@media only screen and (max-width: 320px){
  .mysoftbank-page-u96-tab_button {
    letter-spacing: -1px;
  }
}
.mysoftbank-page-u96-tab_button.is-active {
  color: #FFF;
  background-color: #0080FF;
  font-weight: bold;
}
.mysoftbank-page-u96-tab_table {
  width: 100%;
  margin: 0;
  font-size: 12px;
  color: #212121;
  border: none;
}
.mysoftbank-page-u96-tab_table_date {
  font-size: 16px;
}
.mysoftbank-page-u96-tab_table tr {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.fw table th, .fw table .mysoftbank-page-u96-tab_table th {
  background-color: #EDF6FF;
  text-align: center;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  padding: 12px 0;
}
.mysoftbank-page-u96-tab_table td {
  text-align: center;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: middle;
  padding: 15px !important;
}