.add {
  /*--margin--*/
  /*--letter-spacing--*/
  /*--line-height--*/
  /*--font-weight--*/
}
.add .violet {
  color: #bf1443;
}
.add .ttlRectGray {
  font-size: 18px;
  margin-bottom: 25px;
}
.add .max100 {
  max-width: 100%;
  height: auto;
}
.add .img__shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.add .back-gray {
  padding: 20px;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .add .back-gray {
    padding: 15px;
  }
}
.add .flex {
  display: flex;
}
@media (max-width: 768px) {
  .add .flex.sp-block > .flex__element {
    width: 100% !important;
  }
}
.add .flex.split-2 > .flex__element {
  width: 48%;
}
.add .flex.split-2 > .flex__element:not(:last-of-type) {
  margin-bottom: 50px;
}
.add .flex.split-2 > .flex__element.add-arrow {
  width: 44%;
}
.add .flex.split-2_arrow .flex__element {
  width: 44%;
}
.add .flex.split-2_arrow .arrow {
  width: 10%;
}
.add .jc-sb {
  justify-content: space-between;
}
.add .jc-sa {
  justify-content: space-around;
}
.add .jc-c {
  justify-content: center;
}
.add .jc-fe {
  justify-content: flex-end;
}
.add .ai-c {
  align-items: center;
}
.add .ai-fs {
  align-items: flex-start;
}
.add .fw-w {
  flex-wrap: wrap;
}
.add .split-2_arrow {
  /*.flex__element{
      &:first-of-type{
          .flex__element__img{
              position: relative;
              &::after{
                  content: "";
                  display: block;
                  position: absolute;
                  top: 50%;
                  right: -15%;
                  background: #c01443;
                  width: 20px;
                  height: 1px;
              } 
              &::before{
                  content: "";
                  display: block;
                  position: absolute;
                  top: 49.5%;
                  right: -15%;
                  background: #c01443;
                  width: 5px;
                  height: 1px;
                  transform: rotate(45deg);
              } 
          }
      }   
  }*/
}
.add .split-2_arrow .arrow {
  position: relative;
  max-width: 45px;
}
@media (max-width: 768px) {
  .add .split-2_arrow .arrow {
    max-width: 40px;
  }
}
.add .split-2_arrow .arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: calc( 50% + 20px );
  left: 50%;
  transform: translate(-50%, -50%);
  background: #c01443;
  width: 70% !important;
  height: 2px;
  z-index: 1;
}
@media (max-width: 768px) {
  .add .split-2_arrow .arrow::after {
    height: 1px;
  }
}
.add .split-2_arrow .arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: calc( 50% + 15px );
  right: 12%;
  background: #c01443;
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
  z-index: 1;
}
@media (max-width: 768px) {
  .add .split-2_arrow .arrow::before {
    top: calc( 50% + 17px );
    height: 1px;
    width: 8px;
  }
}
.add .flow-list dt {
  min-width: 120px;
  margin-right: 10px;
  white-space: nowrap;
  text-align: right;
}
.add .u-align_center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.add .u-align_left {
  text-align: left;
}
.add .u-align_right {
  text-align: right;
}
.add .u-mt10 {
  margin-top: 10px !important;
}
.add .u-mt15 {
  margin-top: 15px !important;
}
.add .u-mt20 {
  margin-top: 20px !important;
}
.add .u-mt30 {
  margin-top: 30px !important;
}
.add .u-mt40 {
  margin-top: 40px !important;
}
.add .u-mt50 {
  margin-top: 50px !important;
}
.add .u-mt60 {
  margin-top: 60px !important;
}
.add .u-mt70 {
  margin-top: 70px !important;
}
.add .u-mt80 {
  margin-top: 80px !important;
}
.add .u-mt90 {
  margin-top: 90px !important;
}
.add .u-mr10 {
  margin-right: 10px !important;
}
.add .u-mr20 {
  margin-right: 20px !important;
}
.add .u-mr30 {
  margin-right: 30px !important;
}
.add .u-mr40 {
  margin-right: 40px !important;
}
.add .u-mr50 {
  margin-right: 50px !important;
}
.add .u-mr60 {
  margin-right: 60px !important;
}
.add .u-mb0 {
  margin-bottom: 0 !important;
}
.add .u-mb10 {
  margin-bottom: 10px !important;
}
.add .u-mb15 {
  margin-bottom: 15px !important;
}
.add .u-mb20 {
  margin-bottom: 20px !important;
}
.add .u-mb30 {
  margin-bottom: 30px !important;
}
.add .u-mb40 {
  margin-bottom: 40px !important;
}
.add .u-mb50 {
  margin-bottom: 50px !important;
}
.add .u-mb60 {
  margin-bottom: 60px !important;
}
.add .u-ml10 {
  margin-left: 10px !important;
}
.add .u-ml20 {
  margin-left: 20px !important;
}
.add .u-ml30 {
  margin-left: 30px !important;
}
.add .u-ml40 {
  margin-left: 40px !important;
}
.add .u-ml50 {
  margin-left: 50px !important;
}
.add .u-ml60 {
  margin-left: 60px !important;
}
.add .u-ls05 {
  letter-spacing: 0.05rem !important;
}
.add .u-ls1 {
  letter-spacing: 0.1rem !important;
}
.add .u-ls2 {
  letter-spacing: 0.2rem !important;
}
.add .u-ls3 {
  letter-spacing: 0.3rem !important;
}
.add .u-ls4 {
  letter-spacing: 0.4rem !important;
}
.add .u-ls5 {
  letter-spacing: 0.5rem !important;
}
.add .u-lh14 {
  line-height: 1.4 !important;
}
.add .u-lh16 {
  line-height: 1.6 !important;
}
.add .u-lh18 {
  line-height: 1.8 !important;
}
.add .u-lh20 {
  line-height: 2 !important;
}
.add .u-bold {
  font-weight: bold;
}

/*# sourceMappingURL=under_add.css.map */
