.tix-wrap {
  box-sizing: border-box;
  font-weight: bold;
}

.tix-wrap * {
  box-sizing: border-box;
  font-style: normal;
  line-height: 1.25 !important;
}

.tix-wrap img {
  max-width: 100%;
  flex: none;
}

.tix-wrap .tix-mb-0 {
  margin-bottom: 0;
}

.tix-wrap .tix-mb-1 {
  margin-bottom: 0.5rem;
}

.tix-wrap .tix-mb-2 {
  margin-bottom: 1rem;
}

.tix-main {
  display: flex;
  flex-direction: column;
}

.tix-container {
  border: 2px solid #edb041;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.tix-container.tix-re-order {
  order: 1;
}

.tix-container .tix-head-o {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #047bcc;
}

.tix-container .tix-head-x {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #e3013a;
}

.tix-list li {
  display: flex;
  flex-direction: column;
}

.tix-list li:not(:last-child) {
  border-bottom: 2px solid #edb041;
  margin-bottom: 1rem;
}

.tix-list li .tix-plus-img {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 0.5rem;
}

.tix-list li .tix-pg-a {
  display: flex;
  justify-content: center;
}

.tix-list li .tix-pg-b {
  display: flex;
  justify-content: center;
}

.tix-list li .tix-pg-f50 {
  display: flex;
}

.tix-list li .tix-pg-f50>* {
  width: 50%;
  text-align: center;
}

.tix-list li .tix-pg-kome {
  margin-bottom: 0;
  margin-left: 0.5rem;
  text-indent: -0.5rem;
  font-weight: normal;
}

.tix-list li .tix-pg-normal {
  font-weight: normal;
}

.tix-list li .tix-message-a {
  display: flex;
  justify-content: space-between;
}

.tix-list li .tix-message-a span {
  width: calc(50% - 0.5rem);
}

.tix-list li .tix-message-a span.tix-add-flex {
  display: flex;
  flex-direction: column;
}

.tix-list li .tix-message-b {
  display: flex;
  justify-content: center;
}

.tix-pg-example {
  display: flex;
  margin-bottom: 0.5rem;
}

.tix-pg-example:last-child {
  border-top: 2px dotted #ccc;
}

.tix-pg-example .ex-text {
  margin-right: 0.5rem;
}

.tix-pg-example .ex-text b {
  display: inline-block;
  margin-top: 0.5rem;
  padding-top: 3px;
  white-space: nowrap;
}

.tix-pg-example .ex-icon {
  display: flex;
  flex-wrap: wrap;
}

.tix-pg-example .ex-icon b {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}

.tix-pg-example .ex-icon b:not(:last-child) {
  margin-right: 5px;
}

.tix-fs-small {
  font-size: 0.75rem;
  margin-left: 0.3125rem;
}

.tix-my-1 {
  margin: 0.5rem 0;
}

.tix-my-half {
  margin: 0.5rem 0 0 0;
}

.tix-pc-adjust-c .tix-my-half {
  display: none;
}

.tix-pc-adjust-c .tix-list-x {
  align-items: center;
}

.tix-pc-adjust-c .tix-list-x::before {
  content: "";
  align-self: flex-start;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  margin-right: .5rem;
  background-image: url(../images/icon/icon_x.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.tix-icon-01 {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  background-color: #7030a0;
}

.tix-icon-02 {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  background-color: #ff9933;
}

.tix-icon-03 {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  background-color: #cc0066;
}

.tix-icon-04 {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  background-color: #00b050;
}

.tix-icon-05 {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  background-color: #00b0f0;
}

@media (min-width: 769px) {
  .tix-introduction span {
    font-size: 1.125rem;
  }

  .tix-introduction img {
    margin-top: -40px;
  }

  .tix-main {
    flex-direction: row;
    justify-content: space-between;
  }

  .tix-container {
    width: calc(50% - 0.5rem);
  }

  .tix-container.tix-re-order {
    order: 0;
  }

  .tix-list li .tix-pg-a {
    display: block;
    text-align: center;
  }

  .tix-list li .tix-pg-c {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tix-pg-example.ex-pc-center {
    justify-content: center;
  }

  .tix-pg-example .ex-icon b:not(:last-child) {
    margin-right: 10px;
  }

  .tix-pc-adjust-c {
    margin-bottom: 0.5rem;
    position: relative;
  }

  .tix-pc-adjust-c .tix-list-x::before {
    content: none;
  }

  .tix-pc-adjust-c .tix-my-half {
    display: block;
    margin: 0.5rem 0;
  }
  .tix-pc-adjust-c div {
    position: absolute;
    left: 70px;
    top: 25px;
  }

  .tix-br {
    display: none;
  }

  .tix-pc-adjust-a {
    padding-bottom: 0.1875rem;
  }

  .tix-pc-adjust-a .tix-pg-a::after {
    content: "0";
    display: block;
    visibility: hidden;
    opacity: 0;
    font-size: 1em;
  }

  .tix-pc-adjust-b {
    padding-bottom: 3.375rem;
  }

  .tix-pc-adjust-b .tix-pg-a::after {
    content: "0";
    display: block;
    visibility: hidden;
    opacity: 0;
    font-size: 1rem;
  }
  .tix-list li .tix-pg-kome {
    margin-top: 1.5rem;
  }
}