@charset "utf-8";

img {
  width: 100%;
}

.fc-orange {
  color: #FF8440;
}

.fc-pink {
  color: #FF6CAA;
}

/*-------- tab-period area --------*/
.mysoftbank-webview-tab-period {
    margin: 30px auto;
}
.mysoftbank-webview-tab-period .mysoftbank-webview-tab-period_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-period .mysoftbank-webview-tab-period_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-period .mysoftbank-webview-tab-period_buttons li {
    letter-spacing: -1px;
  }
}
.mysoftbank-webview-tab-period .mysoftbank-webview-tab-period_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;
}
.mysoftbank-webview-tab_buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 204px;
  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;
}