@charset "UTF-8";

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.7;
  color: var(--black);
}

main a {
  color: var(--primary);
  font-weight: bold;
}

@media (hover: hover) {
  main a:hover {
    text-decoration: underline;
  }
}

h1,
h2 {
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  color: var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  word-break: keep-all;
}

h1 span,
h2 span {
  font-size: 16px;
}

/* 注釈 */
.annotation {
  font-size: 12px;
  width: 100%;
  margin-top: 8px;
  display: block;
}

.annotation li {
  position: relative;
  padding-left: 16px;
}

.annotation li span {
  position: absolute;
  left: 0;
}

.annotation.num li {
  padding-left: 24px;
}

.plans_feature_box .annotation li {
  padding-left: 24px;
}

.sec {
  width: 100%;
  padding: 64px 32px;
}

.sec_wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 24px;
  }

  .sec {
    width: 100%;
    padding: 48px 24px;
  }

  .sec_wrap {
    gap: 32px;
  }

  .annotation {
    font-size: 10px;
  }
}

/* アコーディオン
-------------------------------------*/
.accordion_container .annotation {
  width: calc(100% - 64px);
  margin: 16px auto 32px;
}

/* 機種変可能一覧
-------------------------------------*/
#planlist h1 span {
  position: relative;
}

#planlist h1 span::before,
#planlist h1 span::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  background: no-repeat url(/service/change/img/planlist_comment.png);
  background-size: cover;
  width: 17px;
  height: 25px;
}

#planlist h1 span::before {
  left: -22px;
}

#planlist h1 span::after {
  right: -22px;
  transform: scale(-1, 1);
}

#planlist .text {
  word-break: auto-phrase;
}

@media (max-width: 767px) {
  #planlist .cvButton a {
    max-width: 200px;
  }
}

/* キャンペーン（一時的）
-------------------------------------*/
.sec_wrap--cp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
		"areaA areaB"
		"areaC areaB";
  column-gap: 24px;
  padding-top: 48px;
  margin: 0 auto;
  max-width: 1024px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.sec_wrap--cp__itemB h3 {
  font-size: 20px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 8px;
}

.sec_wrap--cp__itemB p {
  font-size: 16px;
  text-align: center;
}

.sec_wrap--cp__itemA {
  grid-area: areaA;
  justify-self: center;
  align-self: flex-end;
  text-align: center;
}

.sec_wrap--cp__itemB {
  grid-area: areaC;
  justify-self: center;
}

.sec_wrap--cp__item-link {
  grid-area: areaB;
}

@media screen and (max-width: 767px) {
  .sec_wrap--cp {
    grid-template-columns: 1fr;
    grid-template-areas:
		"areaA"
		"areaB"
    "areaC";
  }

  .sec_wrap--cp__itemA {
    margin-bottom: 32px;
  }

  .sec_wrap--cp__item-link {
    max-width: 80%;
    justify-self: center;
  }
}

@media (hover: hover) {
  a.sec_wrap--cp__item-link:hover {
    opacity: 0.8;
  }
}
/* 機種変更してもあんしん
-------------------------------------*/
#relief {
  background: var(--background-blue);
}

#relief .white_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

#relief .white_box li {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex: 1;
  align-self: stretch;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0px 0px 32px 0px rgba(0, 148, 255, 0.08);
}

#relief .white_box li img {
  height: 120px;
  width: auto;
}

#relief .white_box li h3 {
  font-size: 18px;
  word-break: keep-all;
}

@media (max-width: 959px) {
  #relief .white_box {
    gap: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }

  #relief .white_box li {
    padding: 24px 16px;
    font-size: 14px;
    border-radius: 8px;
    gap: 16px;
  }

  #relief .white_box li img {
    height: 80px;
  }

  #relief .white_box li h3 {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    margin-top: 8px;
  }
}

#relief .text {
  width: 100%;
  max-width: 672px;
  text-align: justify;
}

@media (max-width: 600px) {
  #relief .white_box {
    width: 100%;
    flex-direction: column;
    gap: 16px;
    max-width: 408px;
    margin: 0 auto;
  }

  #relief .white_box li {
    border-radius: 8px;
    padding: 16px 24px;
    gap: 16px;
    box-shadow: 0px 0px 32px 0px rgba(0, 148, 255, 0.15);
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  #relief .white_box li h3 {
    text-align: left;
    font-size: 14px;
    margin-top: 0;
  }

  #relief .white_box li img {
    height: auto;
    width: 40%;
    min-width: 130px;
  }

  #relief .white_box li p {
    display: none;
  }

  #relief .cvButton a {
    font-size: 16px;
    word-break: keep-all;
    padding: 12px 32px;
    line-height: 1.5;
  }

  #relief .text {
    font-size: 14px;
  }
}

/* 機種変更前にご確認ください
-------------------------------------*/
#confirmation {
  /* 動作確認済み端末をご用意ください */
  /* TONEファミリーをご加入中の方へ */
  /* SIMカード変更の方へ */
}

#confirmation .menu {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
}

#confirmation .menu li {
  width: calc(33.3333333333% - 16px);
}

#confirmation .menu li a {
  display: flex;
  padding: 16px 16px 16px 24px;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  align-self: stretch;
  border-radius: 8px;
  background: var(--background-gray);
  position: relative;
  text-decoration: none;
}

#confirmation .menu li a::after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 24px;
  font-size: 32px;
  font-weight: normal;
  transition: 0.3s;
  transform: rotate(90deg);
  color: var(--primary);
}

@media (hover: hover) {
  #confirmation .menu li a:hover {
    background: var(--background-blue);
  }

  #confirmation .menu li a:hover::after {
    margin-top: 8px;
  }
}

@media (max-width: 859px) {
  #confirmation .menu {
    gap: 16px;
  }

  #confirmation .menu li {
    width: calc(33.3333333333% - 11px);
  }

  #confirmation .menu li a {
    padding: 16px 24px;
    border-radius: 4px;
    font-size: 18px;
  }

  #confirmation .menu li a::after {
    right: 28px;
  }
}

@media (max-width: 767px) {
  #confirmation .menu {
    max-width: 672px;
    width: 100%;
    padding: 0 24px;
  }

  #confirmation .menu li a {
    padding: 12px;
    font-size: 14px;
  }

  #confirmation .menu li a::after {
    right: 12px;
    font-size: 22px;
  }
}

@media (max-width: 579px) {
  #confirmation .menu li {
    width: calc(50% - 8px);
  }
}

#confirmation section h3 {
  border-radius: 16px 16px 0px 0px;
  background: var(--background-gray);
  display: flex;
  padding: 32px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  flex-direction: column;
  font-size: 24px;
  word-break: keep-all;
}

#confirmation section h3 span {
  font-weight: bold;
  font-size: 16px;
}

#confirmation section .box {
  border-radius: 0px 0px 16px 16px;
  border: 4px solid var(--background-gray);
  display: flex;
  padding: 48px 88px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}

#confirmation section .box .reference {
  border-radius: 8px;
  background: var(--background-gray);
  padding: 24px;
  width: 100%;
  max-width: 672px;
}

#confirmation section .box .reference h4 {
  color: #666;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

#confirmation section .box .reference h4 span {
  color: var(--white);
  font-size: 12px;
  border-radius: 100px;
  background: #666;
  display: flex;
  width: 28px;
  height: 28px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

#confirmation section .box .list li {
  list-style: disc;
  margin-left: 16px;
}

#confirmation section .box .sim-exp li {
  margin-bottom: 20px;
}

#confirmation section .box .sim-exp li:last-child {
  margin-bottom: 0;
}

#confirmation section .chapter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

#confirmation section .chapter .ribbon {
  width: 100%;
  border-radius: 0px 4px 4px 0px;
  border-left: 4px solid var(--primary);
  background: var(--background-blue);
  padding: 16px 24px;
  line-height: 1.5;
  word-break: keep-all;
  text-align: left;
}

#confirmation section .chapter .plan-exp li {
  text-indent: -15px;
  margin-left: 15px;
}

#confirmation section .chapter.txt-left {
  align-items: unset;
}

#confirmation section p {
  text-align: justify;
}

@media (max-width: 767px) {
  #confirmation section {
    width: 100%;
    max-width: 672px;
  }

  #confirmation section h3 {
    border-radius: 4px;
    padding: 24px 16px 20px;
    font-size: 20px;
    background: var(--background-blue);
    text-align: center;
    line-height: 1.5;
    gap: 4px;
    border-radius: 0;
    border-top: var(--black) 2px solid;
    /* border-bottom: var(--black) 2px solid; */
  }

  #confirmation section h3 span {
    font-weight: normal;
    font-size: 14px;
  }

  #confirmation section .box {
    border: none;
    padding: 24px;
    gap: 24px;
    font-size: 14px;
  }

  #confirmation section .box .reference {
    border-radius: 4px;
  }

  #confirmation section .box .reference h4 {
    line-height: 1.5;
    align-items: start;
  }

  #confirmation section .box .list li {
    margin-left: 24px;
  }

  #confirmation section .chapter .ribbon {
    padding: 16px;
    line-height: 1.5;
  }
}

#confirmation #device {
  width: 100%;
}

#confirmation #device h3 {
  background: #ffefec;
  color: var(--secondary);
  width: 100%;
  padding: 48px 0 0;
}

#confirmation #device .box {
  background: #ffefec;
  border: none;
  gap: 24px;
  padding: 48px 88px 32px;
}

#confirmation #device .text {
  display: flex;
  gap: 32px;
  align-items: center;
  background: var(--white);
  padding: 32px;
}

#confirmation #device .text picture {
  width: 30%;
}

#confirmation #device .text p {
  width: 70%;
}

#confirmation #device .listanker {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  padding: 8px;
}

#confirmation #device .listanker::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 26px;
  font-weight: normal;
  transition: 0.3s;
}

@media (hover: hover) {
  #confirmation #device .listanker:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}

#confirmation #device .accordion_container {
  background: var(--white);
}

#confirmation #device .accordion_container > div,
#confirmation #device .device .accordion_container > div {
  padding: 32px;
}

#confirmation #device .accordion_container > div dt,
#confirmation #device .device .accordion_container > div dt {
  font-size: 18px;
  font-weight: bold;
  border-bottom: var(--black) solid 3px;
  padding-bottom: 4px;
  margin-bottom: 12px;
  width: 100%;
}

#confirmation #device .accordion_container > div dd,
#confirmation #device .device .accordion_container > div dd {
  margin-bottom: 24px;
}

#confirmation #device .accordion_container > div dl:nth-last-of-type(1) dd,
#confirmation
  #device
  .device
  .accordion_container
  > div
  dl:nth-last-of-type(1)
  dd {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #confirmation #device {
    width: calc(100% - 48px);
  }

  #confirmation #device h3 {
    border-radius: 4px;
    padding: 24px 24px 0;
    border: none;
  }

  #confirmation #device .box {
    padding: 16px;
    border-radius: 0 0 4px 4px;
  }

  #confirmation #device .text {
    background: transparent;
    flex-direction: column-reverse;
    padding: 0;
    gap: 24px;
  }

  #confirmation #device .text p {
    width: 100%;
  }

  #confirmation #device .text picture {
    width: 100%;
    max-width: 200px;
  }

  #confirmation #device .accordion_container > div,
  #confirmation #device .device .accordion_container > div {
    padding: 16px 16px 24px;
  }

  #confirmation #device .accordion_container > div dt,
  #confirmation #device .device .accordion_container > div dt {
    font-size: 16px;
    border-bottom: var(--black) solid 2px;
  }

  #confirmation #device .accordion_container > div dd,
  #confirmation #device .device .accordion_container > div dd {
    font-size: 12px;
    margin-bottom: 16px;
  }

  #confirmation #device .listanker {
    font-size: 16px;
  }
}

#confirmation #family {
  /* 移行期間中利用できない機能 */
  /* プランごとのTONEファミリーの機能 */
  /* TONE m17 */
}

#confirmation #family .unavailable_feature {
  width: 100%;
  max-width: 672px;
}

#confirmation #family .unavailable_feature .reference {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#confirmation #family .unavailable_feature h4 {
  color: var(--secondary);
  font-size: 20px;
  margin-bottom: 24px;
  text-align: center;
  flex-direction: column;
  gap: 12px;
}

#confirmation #family .unavailable_feature h4 b {
  display: block;
  font-size: 16px;
}

#confirmation #family .unavailable_feature ul {
  list-style: disc;
  width: -moz-fit-content;
  width: fit-content;
}

@media (hover: hover) {
  #confirmation
    #family
    .plans_feature
    .accordion_container:hover
    th.sticky_col {
    background: transparent;
  }
}

#confirmation #family .plans_feature .accordion_container > button {
  position: relative;
  z-index: 2;
}

#confirmation #family .plans_feature .accordion_container > div {
  padding: 0 32px;
}

#confirmation #family .plans_feature .accordion_container > div th.sticky_col {
  background: var(--background-gray);
}

#confirmation #family .plans_feature .accordion_container > div .annotation {
  margin: 16px 0;
  width: 100%;
}

@media (max-width: 767px) {
  #confirmation #family .plans_feature .accordion_container > div {
    padding: 0 16px;
  }
}

#confirmation #family .m17 .reference {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#confirmation #family .m17 .reference.ok {
  flex-direction: row;
  align-items: start;
  gap: 0;
}

#confirmation #family .m17 .reference.ok > div {
  flex-direction: column;
  padding: 0 24px 0 0;
}

#confirmation #family .m17 .reference.ok > div:nth-last-of-type(1) {
  border-left: #ececec 2px solid;
  padding: 0 0 0 24px;
}

#confirmation #family .m17 .reference.ok h5 {
  background: var(--secondary);
  text-shadow: 0px 0px 12px #f14800;
}

#confirmation #family .m17 .reference.ok p {
  margin-top: 16px;
}

#confirmation #family .m17 .reference.ng > div {
  gap: 56px;
  padding: 0 8px;
}

#confirmation #family .m17 .reference.ng.ng img,
#confirmation #family .m17 .reference.ng.ng p {
  flex: 1;
}

#confirmation #family .m17 .reference > div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#confirmation #family .m17 .reference h5 {
  display: flex;
  width: 100%;
  max-width: 280px;
  padding: 12px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #666;
  color: var(--white);
  margin-bottom: 32px;
}

#confirmation #family .m17 .reference img {
  max-width: 280px;
}

@media (max-width: 959px) {
  #confirmation #family .m17 .reference.ng > div {
    gap: 24px;
    padding: 0;
  }

  #confirmation #family .m17 .reference.ng img {
    width: 50%;
  }

  #confirmation #family .m17 .reference h5 {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  #confirmation #family .m17 .reference {
    border-radius: 8px;
  }

  #confirmation #family .m17 .reference.ng > div {
    gap: 16px;
    padding: 0;
    flex-direction: column;
  }

  #confirmation #family .m17 .reference.ng > div img {
    width: 100%;
  }

  #confirmation #family .m17 .reference.ok {
    flex-direction: column;
  }

  #confirmation #family .m17 .reference.ok > div {
    padding: 0;
    width: 100%;
  }

  #confirmation #family .m17 .reference.ok > div:nth-last-of-type(1) {
    border-left: none;
    margin-top: 24px;
    padding: 0;
  }

  #confirmation #family .m17 .reference h5 {
    padding: 10px 24px;
    border-radius: 4px;
    color: var(--white);
    margin-bottom: 24px;
  }

  #confirmation #family .m17 .reference img {
    background: #fafafa;
    border-radius: 4px;
  }
}

@media (max-width: 767px) {
  #confirmation #family .unavailable_feature picture {
    max-width: 380px;
    margin: 0 auto;
    display: block;
  }

  #confirmation #family .unavailable_feature h4 {
    margin-bottom: 12px;
  }
}

#confirmation #plan .box,
#confirmation #assurance .box,
#confirmation #option .box {
  gap: 24px;
}

@media (max-width: 767px) {
  #confirmation #plan .box,
  #confirmation #assurance .box,
  #confirmation #option .box {
    gap: 16px;
  }
}

#confirmation #sim b {
  color: var(--secondary);
  width: 100%;
}

#confirmation #sim b span {
  font-size: 13px;
  color: #888;
  font-weight: normal;
}

@media (max-width: 767px) {
  #confirmation {
    padding: 48px 0;
  }
}

/* 機種変更の流れ
-------------------------------------*/
#flow {
  /* タブ切り替え */
}

#flow.sec {
  position: relative;
  padding: 0;
}

#flow .sec_wrap {
  gap: 58px;
}

#flow .balloon {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  text-align: center;
}

#flow .balloon::before,
#flow .balloon::after {
  content: "";
  background: no-repeat url(/service/change/img/planlist_comment.png);
  background-size: cover;
  width: 17px;
  height: 25px;
  display: block;
}

#flow .balloon::after {
  transform: scale(-1, 1);
}

#flow h2 {
  margin-bottom: 40px;
}

#flow h3 {
  font-size: 24px;
  text-align: center;
}

#flow h3.kitamura {
  text-align: left;
}

@media (max-width: 768px) {
  #flow h3 {
    font-size: 20px;
  }
}

#flow h4 {
  font-size: 18px;
  text-align: center;
}

#flow .flexbox {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  width: 100%;
}

#flow .flexbox .steps_merit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
}

#flow .flexbox .steps_merit .steps_merit_box {
  display: flex;
  padding: 32px 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 328px;
  width: 100%;
  gap: 16px;
  border-radius: 12px;
  background: rgba(0, 170, 255, 0.09);
}

#flow .flexbox .steps_merit .steps_merit_ttl {
  position: relative;
  color: var(--Primary-500, var(--primary));
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}

#flow .flexbox .steps_merit .steps_merit_ttl sup {
  position: absolute;
  font-size: 12px;
  right: 0px;
  font-weight: normal;
  color: var(--black);
}

@media (max-width: 768px) {
  #flow .flexbox .steps_merit {
    flex-direction: column;
  }

  #flow .flexbox .steps_merit .steps_merit_box {
    max-width: 100%;
  }
}

#flow .steps {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 16px;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  margin-top: 24px;
  row-gap: 8px;
}

#flow .steps .box {
  display: flex;
  padding: 40px 24px 24px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex: 1;
  align-self: stretch;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0px 0px 32px 0px rgba(0, 148, 255, 0.08);
  font-weight: bold;
  position: relative;
  text-align: center;
  word-break: keep-all;
}

#flow .steps .box span {
  width: 70px;
  height: 70px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -32px;
  border-radius: 100px;
  text-align: center;
  color: #80d4ff;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  padding-right: 6px;
}

#flow .steps .box img {
  height: 100px;
  width: auto;
}

#flow .steps .annotation {
  width: 100%;
}

@media (max-width: 959px) {
  #flow .steps {
    gap: 16px;
    margin-top: 0;
  }

  #flow .steps .box {
    padding: 28px 16px 16px 16px;
    border-radius: 8px;
    font-size: 14px;
    gap: 16px;
  }

  #flow .steps .box img {
    height: 70px;
  }

  #flow .steps .box span {
    width: 48px;
    height: 48px;
    font-size: 22px;
    top: -24px;
  }
}

@media (max-width: 767px) {
  #flow .steps {
    row-gap: 16px;
    margin-top: 0;
    flex-wrap: wrap;
  }

  #flow .steps .box {
    flex: none;
    width: 100%;
    max-width: calc(50% - 16px);
    min-width: 260px;
    border-radius: 8px;
    padding: 16px 16px 16px 20px;
    gap: 20px;
    flex-direction: row-reverse;
    justify-content: space-between;
    box-shadow: 0px 0px 32px 0px rgba(0, 148, 255, 0.15);
    text-align: left;
  }

  #flow .steps .box img {
    height: auto;
    max-width: 140px;
    width: 40%;
  }

  #flow .steps .box span {
    top: 0;
    left: 4px;
    border-radius: 4px;
    background: transparent;
    z-index: 1;
    opacity: 0.3;
  }
}

@media (max-width: 599px) {
  #flow .steps .box {
    width: 100%;
    max-width: 360px;
    min-width: none;
  }

  #flow .steps .box img {
    width: 140px;
  }
}

#flow .cvButton a {
  font-size: 16px;
  word-break: keep-all;
  line-height: 1.5;
}

#flow .document {
  border-radius: 8px;
  border: 1px solid var(--black);
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  font-size: 14px;
}

@media (max-width: 767px) {
  #flow .document {
    padding: 24px;
  }
}

#flow .tab_button {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 32px;
}

#flow .tab_button .tab {
  max-width: 320px;
  width: 100%;
  padding: 19px 8px 15px;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
  border-top: 5px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: var(--white);
  color: var(--neutral-500);
  transition: 0.3s ease;
  text-align: center;
  font-weight: bold;
}

#flow .tab_button .tab.is-active {
  background: var(--background-blue);
  border-top: 5px solid var(--primary);
  border-left: 1px solid rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0);
  color: var(--primary);
}

#flow .tab_contents {
  padding: 64px 16px 48px;
  display: none;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background-color: var(--background-blue);
}

#flow .tab_contents.is-display {
  display: block;
}

@media screen and (max-width: 768px) {
  #flow .tab_button {
    gap: 0;
  }

  #flow .tab_button .tab {
    max-width: 100%;
    width: 50%;
    border-radius: 0;
    border-left: none;
    border-right: none;
    font-size: 18px;
  }
}

/* 対象端末一覧
-------------------------------------*/
#device-list .list_box {
  width: 100%;
  max-width: 1024px;
  height: 600px;
  overflow: scroll;
  border-radius: 16px;
  background: var(--background-gray);
}

#device-list .list_box #confirmed_operation_device .device_select_box {
  padding: 48px 0 0;
}

#device-list .list_box #confirmed_operation_device #smartphoneList {
  background: transparent;
  padding-top: 48px;
}

#device-list
  .list_box
  #confirmed_operation_device
  #smartphoneList
  .carrier-section {
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.05);
}

#device-list .list_box #confirmed_operation_device #smartphoneList section {
  align-items: center;
}

#device-list
  .list_box
  #confirmed_operation_device
  #smartphoneList
  h2.brand-title {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #device-list .list_box {
    height: 400px;
    padding: 32px 16px;
    border-radius: 8px;
  }

  #device-list .list_box #confirmed_operation_device .device_select_box {
    padding: 0;
  }

  #device-list .list_box #confirmed_operation_device #smartphoneList section {
    gap: 8px;
  }

  #device-list
    .list_box
    #confirmed_operation_device
    #smartphoneList
    ul.smartphone-list {
    gap: 0;
  }

  #device-list
    .list_box
    #confirmed_operation_device
    #smartphoneList
    ul.smartphone-list
    li.smartphone-list-item {
    padding: 12px 16px 12px 28px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}

/* キャンペーン
-------------------------------------*/
#campaign {
  background: var(--background-blue);
}

#campaign ul {
  width: 100%;
  display: flex;
  max-width: 672px;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}

#campaign ul a {
  transition: 0.3s;
}

@media (hover: hover) {
  #campaign ul a:hover {
    opacity: 0.5;
  }
}

@media (max-width: 767px) {
  #campaign ul li {
    max-width: 360px;
  }
}

/* よくあるご質問
-------------------------------------*/
#faq {
  padding-bottom: 0;
  padding-top: 0;
}

#faq .sec_wrap {
  gap: 24px;
}

/* 設定方法
-------------------------------------*/
#setting {
  padding-top: 40px;
}

#setting .box {
  width: 100%;
  max-width: 672px;
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

#setting .box ul {
  display: flex;
  padding: 32px 16px 16px 16px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 16px;
  background: var(--background-gray);
  align-self: stretch;
}

#setting .box ul h3 {
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
}

#setting .box ul li {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  pointer-events: none;
  transition: 0.3s;
}

#setting .box ul li.hover-border,
#setting .box ul li:nth-last-of-type(1) {
  border-bottom: 1px solid transparent;
}

#setting .box ul li a {
  pointer-events: auto;
  width: 100%;
  background: var(--background-gray);
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  row-gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
  position: relative;
  color: var(--primary);
  font-size: 14px;
}

#setting .box ul li a::after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 26px;
  right: 12px;
  font-weight: normal;
  transition: 0.3s;
}

@media (hover: hover) {
  #setting .box ul li:hover {
    border-bottom: 1px solid transparent;
  }

  #setting .box ul li a:hover {
    background: rgba(0, 0, 0, 0.04);
    text-decoration: none;
    border-radius: 4px;
  }

  #setting .box ul li a:hover::after {
    right: 8px;
  }
}

@media (max-width: 767px) {
  #setting .box {
    flex-wrap: wrap;
    gap: 24px;
  }

  #setting .box ul {
    padding: 24px 16px 4px 16px;
    border-radius: 8px;
    min-width: 290px;
  }

  #setting .box ul h3 {
    margin-bottom: 12px;
  }

  #setting .box ul li a {
    padding: 16px 12px;
  }
}

/* 注意事項
-------------------------------------*/
#other.sec {
  background: var(--background-gray);
}

#other h3 {
  font-size: 24px;
}

#other ol {
  list-style: decimal;
}

#other ul {
  width: 100%;
  list-style: square;
}

#other ul li {
  margin-left: 24px;
  text-align: justify;
}

#other .precautions {
  width: 100%;
  max-width: 672px;
  border-radius: 8px;
  border: 2px solid var(--neutral-500);
  background: var(--white);
  height: 300px;
  padding: 24px 32px;
  overflow-y: scroll;
  line-height: 1.7;
  text-align: justify;
}

#other .precautions .textbox {
  padding: 16px 16px 0;
}

#other .precautions .textbox ul.first {
  margin-top: 0;
}

#other .precautions .textbox ul.first li {
  margin-left: 12px;
}

#other .precautions .textbox h5.first {
  margin-top: 0;
}

#other .precautions ul {
  margin: 12px 0;
  list-style: disc;
}

#other .precautions li {
  font-size: 12px;
  margin-left: 26px;
}

#other .precautions > li {
  list-style: none;
  margin-left: 0;
}

#other .precautions > li:nth-of-type(1) h4 {
  margin: 0;
}

#other .precautions h4 {
  margin: 32px 0 0;
  padding: 6px 8px 8px 0;
  border-bottom: solid 2px var(--black);
  font-size: 16px;
  line-height: 1.5;
}

#other .precautions h4 + .indent {
  margin: 8px 16px 0;
}

#other .precautions h5 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.07);
  font-size: 12px;
  border-radius: 2px;
  line-height: 1.5;
  margin: 16px 0;
}

#other .precautions .annotation {
  line-height: 1.3;
  display: block;
  margin: 4px 0;
  font-size: 10px;
}

#other .precautions p.coin {
  margin-top: 16px;
}

#other .precautions .glay {
  color: #888;
}

#other .precautions .labo ul {
  list-style: none;
}

#other .precautions .labo ul li {
  margin: 0;
}

#other .precautions .labo ul li h5 {
  margin-bottom: 8px;
}

#other .precautions .labo ul li p,
#other .precautions .labo ul li b {
  padding-left: 16px;
}

#other .precautions .labo ul li b:nth-of-type(n + 2) {
  padding-top: 8px;
  display: block;
}

@media (max-width: 767px) {
  #other .precautions {
    padding-bottom: 24px;
  }

  #other .precautions ul li {
    margin-left: 16px;
  }

  #other .precautions .precautions {
    height: 400px;
    padding: 24px 16px;
  }

  #other .precautions .precautions .textbox {
    padding: 12px 0 0 0;
  }

  #other .precautions .precautions h4 {
    line-height: 1.5;
    margin-top: 24px;
  }

  #other .precautions .precautions h5 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #other {
    padding-bottom: 24px;
  }

  #other ul li {
    margin-left: 16px;
  }

  #other .precautions {
    height: 400px;
    padding: 24px 16px;
  }

  #other .precautions .textbox {
    padding: 12px 0 0 0;
  }

  #other .precautions h5 {
    line-height: 1.5;
    margin-top: 24px;
  }

  #other .precautions h5 {
    width: 100%;
  }
}
