.soracom__app {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 100px;
  justify-content: space-between;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff
}

.soracom__app-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 15px 25px
}

.soracom__app-inner {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.soracom__app-heading {
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  color: #0c419a;
  text-align: center
}

.soracom__app-text {
  font-size: 14px;
  line-height: 22px;
  color: #333
}

.soracom__app-list p {
  position: relative;
  padding-left: 21px
}

.soracom__app-list p::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  content: "\30FB"
}

.soracom__app-list figure {
  margin-top: 15px;
  margin-bottom: 13px
}

.soracom__app-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  color: #0c419a;
  text-align: center
}

.soracom__app-note {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #333
}

.soracom__app-submit {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc
}

.soracom__app-submit input {
  display: none
}

.soracom__app-submit input:checked+label {
  background-image: url("../img/icon_check_on.svg")
}

.soracom__app-submit label {
  display: inline-block;
  padding-left: 32px;
  font-size: 14px;
  line-height: 20px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url("../img/icon_check_off.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  transition: background-image .2s ease-in-out
}

.soracom__app-submit-trigger {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #1f59ba;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}

.soracom__app-button {
  width: 200px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #fff;
  background-color: #f85959;
  border-radius: 8px
}

.soracom__app-button[data-enabled=false] {
  opacity: .5
}

.soracom__app-modal {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 15px 25px
}

.soracom__app-modal-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #485373;
  text-align: center
}

.soracom__app-modal-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 15px
}

.soracom__app-modal-lead {
  font-size: 14px;
  line-height: 22px;
  color: #485373
}

.soracom__app-modal-text {
  padding-left: 1em;
  font-size: 14px;
  line-height: 22px;
  color: #485373;
  text-indent: -1em
}

.soracom__app-modal-text-sentence {
  padding-left: 2em;
  font-size: 14px;
  line-height: 22px;
  color: #485373;
  text-indent: -1em
}

.soracom__app-modal-company {
  text-align: right
}

/* 追加分ここから */

.soracom__app-guide {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.soracom__app-setup {
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2f80ed;
  border-radius: 8px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25)
}

.soracom__app-setup-note {
  display: block;
  font-size: 14px
}

.soracom__app-question {
  display: block;
  padding-left: 25px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #2f80ed;
  text-decoration: underline;
  background-image: url("../img/icon_question.svg");
  background-position: left center;
  background-size: 20px
}

.soracom__app-news {
  display: flex;
  flex-direction: column
}

.soracom__app-news-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 10px 10px 0;
  background-image: url("../img/icon_arrow.svg");
  background-position: right center;
  background-size: 9px;
  border-top: 1px solid #dfe4f0
}

.soracom__app-news-item:last-child {
  border-bottom: 1px solid #dfe4f0
}

.soracom__app-news-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #101010
}

.soracom__app-news-text {
  font-size: 12px;
  line-height: 12px;
  color: #606060
}
