@charset "utf-8";

.l-height-18 {
    line-height: 18px !important;
}

.caption-list {
    margin-top: 11px !important;
}

/*-------- tab-customer area --------*/
.mysoftbank-webview-tab-customer {
    margin: 30px auto;
}
.mysoftbank-webview-tab-customer .mysoftbank-webview-tab-customer_buttons {
    width: 100%;
    min-height: 55px;
    padding: 2px;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    border-radius: 50px;
    background-color: #F2F2F2;
}
.mysoftbank-webview-tab-customer .mysoftbank-webview-tab-customer_buttons li {
    color: #666;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    padding: 7px 0 6px;
    border-radius: 50px;
    display: table-cell;
    cursor: pointer;
}
@media only screen and (max-width: 320px){
  .mysoftbank-webview-tab-customer .mysoftbank-webview-tab-customer_buttons li {
    letter-spacing: -1px;
  }
}
.mysoftbank-webview-tab-customer .mysoftbank-webview-tab-customer_buttons li.is-active {
    color: #fff;
    background: #0080FF;
}

/*-------- tab area --------*/
.mysoftbank-webview-tab span {
  vertical-align: baseline;
}
.mysoftbank-webview-tab-title {
  color: #212121;
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
}
.mysoftbank-webview-tab-title-buttons {
  color: #212121;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}
.mysoftbank-webview-tab_buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 332px;
  margin: 15px auto 0;
  gap: 12px;
}
.mysoftbank-webview-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-webview-tab_button {
    letter-spacing: -1px;
  }
}
.mysoftbank-webview-tab_button.is-active {
  color: #FFF;
  background-color: #0080FF;
  font-weight: bold;
}
.mysoftbank-webview-tab_table {
  margin: 15px 0 0 0;
  font-size: 12px;
  color: #212121;
  width: 100%;
}
.mysoftbank-webview-tab_table tr {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.mysoftbank-webview-tab_table th {
  background-color: #EDF6FF;
  text-align: center;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  padding: 7px 0 4px;
}
.mysoftbank-webview-tab_table td {
  font-family: -apple-system, BlinkMacSystemFont;
  font-size: 12px;
  text-align: center;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: middle;
  padding: 7px 10px 4px !important;
}
.mysoftbank-webview-tab_table .mysoftbank-webview-tab-grantrate {
  font-size: 16px;
}
.mysoftbank-webview-tab-note {
  color: #666;
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px !important;
}