.strong-point {
  color: #ff0d92;
}
/* .article-top-title3 {
  font-size: 13px;
} */
.s-02-content-01 {
  margin-bottom: 5px;
}
.s-02-content-02-selection {
  font-size: 16px;
  background-color: #fdf4f5 !important;
  padding: 8px;
  border: 1px solid #ffa6d7;
}
.s-02-content-02-selection p{
  font-size: 16px;
}
.s-02-content-02 {
  margin: 0px 0px 20px !important;
}
.s-02-content-03 {
  margin: 0px 0px 16px;
}
@media screen and (max-width: 680px) {
  .s-02-content-02-selection {
    padding: 16px;
  }
}


.flowchart-01 {
  /* max-width: 664px; */
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 97%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flowchart-01-title {
  color: #ff0d92;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 17px;
  font-weight: bold;
  height: 25px;
  margin-top: 2px;
}
[class*="client"] {
  width: 100%;
}
.terms-container {
  display: flex;
  align-items: center;
  width: 100%;
}
.terms-container-last {
  display: flex;
  align-items: center;
  width: 100%;
}
.terms {
  flex: 1 1 46%;
  background-color: #f5d6e770;
  padding: 10px;
  border: solid 1px #ffa6d7;
  /* max-width: 305px; */
  border-radius: 10px;
  display: inline-block;
  font-size: 16px;
}
.hidden-area {
  visibility: hidden;
}
.terms > span,
.strong-color {
  color: #ff0d92;
}
.yes-route {
  flex: 1 0 10%;
  display: inline-block;
  color: #ffa6d7;
}
.yes-arrow-txt {
  display: inline-block;
  box-sizing: border-box;
  transform: translateY(-60%);
}
.yes-arrow-icon {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 0 10px;
}
.yes-arrow-icon::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  top: 50%;
  left: 10px;
  right: 10px;
  display: block;
  height: 4px;
  background-color: #ffa6d7;
}
.yes-arrow-icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: -6px;
  border-top: 8px solid transparent;
  border-left: 12px solid #ffa6d7;
  border-right: 14px solid transparent;
  border-bottom: 8px solid transparent;
}
.answer-content {
  font-size: 16px;
  flex: 1 1 44%;
  background-color: #ff0d922b;
  padding: 10px;
  border: solid 1px #ffa6d7;
  display: inline-block;
  /* max-width: 290px; */
}
.chart-container {
  text-align: center;
}
.under-line {
  text-decoration: underline;
}
.no-route {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 65px;
  color: #ffa6d7;
}
.no-arrow-txt {
  display: inline-block;
  box-sizing: border-box;
  transform: translate(-100%, 40%);
}
.no-arrow-icon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 54%;
}
.no-arrow-icon::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  top: 10px;
  left: calc(23% - 2px);
  bottom: 10px;
  background-color: #ffa6d7;
}
.no-arrow-icon::after {
  content: "";
  position: absolute;
  left: calc(23% - 8px);
  bottom: 0;
  border-top: 12px solid #ffa6d7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.no-route-last {
  align-self: stretch;
  flex: 1 0 56%;
  min-height: 0;
  color: #ffa6d7;
}
.no-route-last .no-arrow-txt {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  transform: unset;
  top: calc(22% - 5px);
  left: calc(41% - 35px);
}
.no-route-last .no-arrow-icon {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 0;
}
.no-route-last .no-arrow-icon::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(59% - 20px);
  height: calc(50% - 10px);
  top: 10px;
  left: 41%;
  border-left: 4px solid #ffa6d7;
  border-bottom: 4px solid #ffa6d7;
  background-color: unset;
}
.no-route-last .no-arrow-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: calc(50% - 6px);
  left: calc(100% - 22px);
  border-top: 8px solid transparent;
  border-left: 12px solid #ffa6d7;
  border-right: 0 solid transparent;
  border-bottom: 8px solid transparent;
}
.route-last {
  display: inline-block;
  margin-left: -227px;
  margin-right: 9px;
  position: relative;
  top: -100px;
  right: 4px;
}
.route-last p {
  border-left: 4px solid #ffa6d7;
  border-bottom: 4px solid #ffa6d7;
  height: 29px;
  position: relative;
  top: 21px;
  right: -45px;
  padding: 20px 89px 0 94px;
}
.route-last p::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -23px;
  border-top: 8px solid transparent;
  border-left: 12px solid #ffa6d7;
  border-right: 14px solid transparent;
  border-bottom: 8px solid transparent;
}

.flowchart-02 {
  /* margin: 10px 0 0 10px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
}
.flowchart-02-item {
  width: 100%;
}
.flowchart-02-title {
  width: 710px;
}
.flowchart-02-title > h6 {
  font-size: 100%;
  margin-bottom: 0;
  color: #ff0d92;
}
.votind-rights-terms-title,
.votind-rights-calc-title {
  color: #ff0d92;
  margin: 0 0 28px 0;
}
.flowchart-wrapper {
  width: 100%;
  padding-left: 11px;
  margin: 0 auto;
}
.flowchart-container {
  display: flex;
}
.gray-box {
  /* padding: 21px 57px; */
  flex: 1 0 20%;
  height: 65px;
  width: 20%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
}
.user-A-box {
  background-color: #ff0d92;
}
.company-B-box {
  background-color: #ff0d9285;
}
.client-box {
  background-color: #ff0d9245;
}
.arrow {
  position: relative;
  flex: 1 0 20%;
  /* margin: 0 20px 0 19px; */
  padding: 0 10px;
  /* width: 139px; */
  text-align: center;
}

.arrow-2 {
}
.arrow-color-3 {
  /* border-top: 4px solid #ff00ac !important; */
}
.arrow-color-3::after {
  /* border-left: 12px solid #ff00ac !important; */
}
.arrow p {
  margin: 0;
  position: relative;
  line-height: 1.3;
}
.arrow-icon-2 {
  /* border-top: 4px solid #ffa6d7; */
  position: absolute;
  display: block;
  height: 4px;
  top: calc(50% - 2px);
  left: 10px;
  right: 14px;
}
.arrow-icon-2::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: -4px;
  border-top: 8px solid transparent;
  border-left: 12px solid #ffa6d7;
  border-right: 0 solid transparent;
  border-bottom: 8px solid transparent;
}
.arrow-color-1 {
  background-color: #ff0d92;
}
.arrow-color-1::after {
  border-left: 12px solid #ff0d92;
}

.arrow-color-2 {
  background-color: #ffa6d7;
}
.arrow-color-2::after {
  border-left: 12px solid #ffa6d7;
}
.arrow span,
.red-arrow-text,
.long-arrow span {
  color: #ff0d92;
}
.red-arrow-container {
  position: relative;
  border: 3px dotted #ff0d92;
  border-top: hidden;
  margin: 0 auto;
  height: 50px;
  max-width: 555px;
  width: 80%;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.red-arrow-container::after {
  content: "";
  position: absolute;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 13px solid #ff0d92;
  top: -11px;
  right: -9px;
}
.red-arrow-text {
  text-align: center;
  margin-top: 6px;
  padding-top: 10px;
}
.dotted-arrow-icon {
  position: relative;
  top: 8px;
  left: 21px;
  width: 88px;
}
.votind-rights-terms-text-container {
  display: flex;
  justify-content: space-around;
}
.triangle {
  display: inline-block;
  float: right;
  position: relative;
  left: -30px;
}
.triangle::after {
  content: "";
  position: absolute;
  border-top: 30px solid #ff0d92;
  border-left: 17px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 13px solid transparent;
  top: -37px;
  right: 32px;
}
.votind-rights-terms-text {
}
.votind-rights-calc {
  margin-top: 45px;
}
.arrow-icon-3 {
  /* border-top: 4px solid #ffa6d7; */
  position: relative;
  display: block;
  width: calc(100% - 25px);
  height: 4px;
  margin: 0 10px;
  background-color: #ffa6d7;
  /* top: 4px;
  left: 21px;
  width: 366px; */
}
.arrow-icon-3::after {
  content: "";
  position: absolute;
  top: -6px;
  right: -5px;
  border-top: 8px solid transparent;
  border-left: 12px solid #ffa6d7;
  border-right: 0 solid transparent;
  border-bottom: 8px solid transparent;
}
.votind-rights-calc .flowchart-container {
  align-items: flex-end;
}
.top-area {
  width: 100%;
  position: relative;
  /* top: -15px; */
}
.long-arrow {
  text-align: center;
}
.long-arrow p {
  margin: 0;
}
.middle-area {
  flex: 1 0 60%;
  /* margin-top: -12px; */
}
.bottom-area {
  display: flex;
  margin-top: 25px;
}

.votind-rights-calc .gray-box:nth-child(1),
.votind-rights-calc .gray-box:nth-child(3) {
  height: 125px;
}

.votind-rights-calc-text,
.votind-rights-terms-text {
  background-color: #fdf4f5;
  display: block;
  padding: 10px;
  margin: 19px auto 0;
  border: 1px solid #ffa6d7;
  width: 560px;
}
.box1 {
  text-decoration: underline;
  margin-top: 3px;
  margin-left: 9px;
}
.box2 {
}
.move-top {
  text-align: right;
  margin-top: 13px;
  margin-bottom: 23px;
}
.move-top a {
  color: #296185;
  font-size: 68.8%;
  position: relative;
  margin-right: -5px;
}
.move-top a::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: -10px;
  border-top: 1px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 5px solid #4d4d4d;
}
.close-button {
  /* margin: auto; */
  margin-bottom: 6px;
  text-align: center;
}
.trade-name li:nth-child(2) {
  margin-bottom: 1px;
}
.trade-name {
  list-style: none;
}

.button {
  width: 114px;
  height: 27px;
  background-image: linear-gradient(#f7f8fa, #e7e9ec);
  border-color: #adb1b8 #a2a6ac #8d9096;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  box-shadow: rgba(255, 255, 255, 0.6) 0 1px 0 inset;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font-family: "Amazon Ember", Arial, sans-serif;
  font-size: 14px;
  height: 29px;
  font-size: 13px;
  outline: 0;
  overflow: hidden;
  padding: 0 11px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  padding-top: 5px;
}

.button-14:active {
  border-bottom-color: #a2a6ac;
}

.button-14:active:hover {
  border-bottom-color: #a2a6ac;
}

.button-14:hover {
  border-color: #a2a6ac #979aa1 #82858a;
}

.button-14:focus {
  border-color: #e77600;
  box-shadow: rgba(228, 121, 17, 0.5) 0 0 3px 2px;
  outline: 0;
}
@media screen and (max-width: 680px) {
  .route-last p {
    padding-right: 0;
    padding-left: 0;
  }
  .triangle {
    display: none;
  }
  .top-area {
    width: 100%;
  }
  .bottom-area .arrow {
    width: 80%;
  }
  .red-arrow-container {
    margin: auto;
    width: 80%;
  }
  .no-route {
    height: 40px;
  }
  .no-arrow-txt {
    transform: translate(-120%, 30%);
  }
  .route-last {
    width: 35%;
    top: -120px;
    text-align: center;
  }
  .terms,
  .answer-content {
    padding: 10px !important;
  }
  .answer-content {
    /* background-color: #ff0d922b;
    padding: 13px;
    border: solid 1px #ffa6d7;
    display: inline-block; */
    /* width: calc(87vw * 0.45); */
    /* width: unset; */
    width: 45%;
    /* padding-left: 25px; */
  }
  .client-typeB .terms-03 .terms {
    /* padding: 10px; */
  }
  .votind-rights-calc-text {
    width: 100%;
    text-align: center;
    margin: 19px auto;
  }
  /* br {
    display: none;
  } */
}
@media screen and (min-width: 591px) {
  .view-under590 {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .gray-box {
    flex: 1 0 16%;
  }
  .arrow {
    position: relative;
    flex: 1 0 26%;
  }
}
@media screen and (max-width: 400px) {
  .gray-box {
    width: auto;
    text-orientation: upright;
    writing-mode: vertical-rl;
    padding: 3px;
  }
  .company-B-box {
    padding: 5px;
  }
  .flowchart-container {
    justify-content: space-around;
    margin-left: auto;
  }
  .top-area {
    top: 7px;
  }
  .middle-area {
    width: 60%;
  }
  .red-arrow-container {
    width: 85%;
  }
  .votind-rights-terms-title,
  .votind-rights-calc-title {
    margin-left: auto;
  }
}
@media screen and (max-width: 350px) {
  .gray-box {
    width: auto;
    text-orientation: upright;
    writing-mode: vertical-rl;
    padding: 3px;
  }
  .arrow-icon-2 {
    top: 70%;
  }
  .arrow-icon-2::after {
    top: calc(70% - 8px);
  }
}
@media screen and (max-width: 284px) {
  .route-last {
    top: -200px;
  }
}
