.tix-introduction {
  display: flex;
  align-items: flex-start;
}
.tix-introduction span {
  color: #f00;
  font-weight: bold;
}
.tix-introduction img {
  flex: none;
  width: 100px;
  margin-left: 10px;
}

.tix-wrap {
  box-sizing: border-box;
  font-weight: bold;
}
.tix-wrap * {
  box-sizing: border-box;
  font-style: normal;
}
.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-left: 1rem;
  text-indent: -1rem;
  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-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-pc-center {
  justify-content: center;
}
.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-relative {
  position: relative;
}

.tix-relative .tix-my-half {
  display: none;
}

.tix-relative .tix-list-x {
  align-items: center;
}

.tix-relative .tix-list-x::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
  background-image: url(../images/icon/icon_x.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.tix-absolute {
  margin: 1rem 0 0 0;
}

.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-adjust-a::after {
    content: "";
    display: block;
    height: 8px;
  }
  .tix-text-adjust-a::after {
    content: "0";
    display: block;
    visibility: hidden;
    opacity: 0;
    font-size: 1rem;
  }
  .tix-adjust-b::after {
    content: "";
    display: block;
    height: 55px;
  }
  .tix-text-adjust-b::after {
    content: "0";
    display: block;
    visibility: hidden;
    opacity: 0;
    font-size: 1rem;
  }
  .tix-text-adjust-c::after {
    content: "0";
    display: block;
    visibility: hidden;
    opacity: 0;
    font-size: 0.75rem;
  }
  .tix-pg-example .ex-icon b:not(:last-child) {
    margin-right: 10px;
  }
  .tix-pg-example .ex-icon.ex-pc-adjust {
    width: 78%;
    justify-content: center;
  }
  .tix-pg-example .ex-icon.ex-pc-adjust :last-child {
    margin-right: 10px;
  }
  .tix-relative {
    margin-bottom: 0.5rem;
  }
  .tix-relative .tix-list-x::before {
    content: none;
  }
  .tix-relative .tix-my-half {
    display: block;
    margin: 0.5rem 0;
  }
  .tix-absolute {
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .tix-br {
    display: none;
  }
}
