/* #business-container {
  width: 1000px;
  margin: 0 auto;
} */
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.regist__first {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 90px;
}
.regist__text {
  margin-top: 65px;
  line-height: 2;
  font-size: 14px;
  margin-bottom: 70px;
}

.regist__process {
  width: 1000px;
  height: 300px;
  padding-top: 55px;
  padding-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  border: 2px solid #333333;
  border-radius: 14px;
  box-sizing: border-box;
  position: relative;
}

.regist__process > h3 {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  padding: 0 38px;
  background: #fff;
  margin-top: -20px;
  position: absolute;
  top: 0;
  left: 315px;
}
.regist__process-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.regist__process-text {
  width: 500px;
  height: 100%;
  text-align: center;
  border-right: 2px solid #dcdcdc;
  padding-top: 20px;
}
.regist__process-text:last-child {
  border: none;
}
.regist__process-text > h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 35px;
}

.regist__process-text > p {
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.regist__process-text > p img {
  margin-right: 12px;
}
.regist__first > dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.regist__first > dl dt {
  font-size: 16px;
  font-weight: 700;
  background: #e5e5e5;
  margin-right: 25px;
  padding: 20px 25px;
}
.regist__first > dl dd {
  text-align: left;
}

.regist__second {
  width: 100%;
  height: auto;
  background: url(/ringbell/contents/company/regist/img/regist__second-bg.jpg)
    no-repeat center center/cover;
  text-align: center;
  padding-bottom: 70px;
  margin-bottom: 100px;
}
.regist__second > h2 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding-top: 70px;
  margin-bottom: 30px;
}
.regist__second > p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
}
.flow-inner {
  margin-top: 50px;
  margin-bottom: 35px;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 40px;
  box-sizing: border-box;
}

.flow-step {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.flow-left,
.flow-right {
  width: 456px;
}
.flow-left > h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #695093;
  padding: 10px auto;
  border-radius: 18px 0 0 18px;
  margin-bottom: 20px;
}
.flow-right > h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #1488c5;
  padding: 10px auto;
  border-radius: 0 18px 18px 0;
  margin-bottom: 20px;
}
.flow-step .step-left {
  position: relative;
  background-color: #f0edf4;
  width: 110px;
  height: 154px;
  padding-top: 30px;
  padding-bottom: 15px;
  margin-right: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
.flow-step .step-left::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #f0edf4;
  border-width: 95px 0 95px 3em;
  position: absolute;
  right: -35px;
  top: -15px;
}
.flow-step .step-right {
  position: relative;
  background-color: #e7f3f9;
  width: 110px;
  height: 154px;
  padding-top: 30px;
  padding-bottom: 15px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
.flow-step .step-right:last-child {
  width: 146px;
  margin-right: 0;
}
.flow-step .step-right::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #e7f3f9;
  border-width: 95px 0 95px 3em;
  position: absolute;
  right: -35px;
  top: -15px;
}
.flow-step .step-right:last-child::after {
  display: none;
}
.step-left > h4,
.step-right > h4 {
  margin-bottom: 30px;
}
.step-left > p,
.step-right > p {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}
.regist__second > a {
  background: rgba(255,255,255,0);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 60px;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.regist__second > a:hover {
  background: #fff;
  color: #333;
}

.regist__fourth {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.regist__fourth .fourth-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px;
  background-color: #f0edf4;
  padding-left: 50px;
  padding-right: 35px;
  padding-top: 25px;
  box-sizing: border-box;
}
.fourth-left {
  display: flex;
  align-items: center;
}
.fourth-left > img {
  margin-right: 45px;
}
.regist__fourth .fourth-step .fourth-text h2 {
  font-size: 34px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.regist__fourth .fourth-step .fourth-text p {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 2.4em;
  margin-bottom: 45px;
}
.regist__fourth .fourth-step .fourth-text p > span {
  background-color: #695093;
  border-radius: 4px;
  color: #fff;
  font-size: 22px;
  padding: 8px 20px;
  margin-right: 10px;
}
.regist__fourth .fourth-step .fourth-text a {
  background-color: #fff;
  border-radius: 20px;
  font-size: 15px;
  color: #333;
  padding: 15px 60px;
  font-weight: 700;
  transition-property: background, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.regist__fourth .fourth-step .fourth-text a:hover {
  background: #695093;
  color: #fff;
}
.regist__fourth .fourth-step .fourth-text p > img {
  margin-right: 10px;
}
.regist__fourth .fourth_step3 {
  width: 365px;
}
.regist__fourth .fourth-step .fourth-left > .fourth_step3 p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.regist__fourth .fourth_step3 h4 > small {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
.step-blue .fourth-step {
  background-color: #e7f3f9;
}
.regist__end {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 35px;
  background-color: #1488c5;
  margin-bottom: 150px;
  padding: 10px 0;
  box-sizing: border-box;
}
.regist__end h2 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 599px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .regist__first {
    text-align: center;
    margin-top: 20vw;
    width: calc(100% - 6vw);
    margin-right: auto;
    margin-left: auto;
  }
  .regist__text {
    margin-top: 10vw;
    line-height: 2;
    font-size: 1rem;
    margin-bottom: 15vw;
  }
  .regist__process {
    width: 100%;
    height: auto;
    padding-top: 6vw;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    border: 2px solid #333333;
    border-radius: 1rem;
    box-sizing: border-box;
    position: relative;
  }

  .regist__process > h3 {
    display: inline-block;
    font-size: 4.5vw;
    font-weight: 700;
    padding: 0 4vw;
    background: #fff;
    margin-top: -4vw;
    position: absolute;
    top: 0;
    left: 20vw;
  }
  .regist__process-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
    margin: 0 4vw;
  }
  .regist__process-text {
    width: 100%;
    height: auto;
    text-align: center;
    border-bottom: 2px solid #dcdcdc;
    border-right: none;
    padding-top: 0;
    margin-bottom: 3vw;
    padding-bottom: 3vw;
  }
  .regist__process-text:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .regist__process-text > h3 {
    font-weight: 700;
    font-size: 4vw;
    margin-bottom: 2vw;
  }

  .regist__process-text > p {
    font-weight: 700;
    font-size: 3.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
  }
  .regist__process-text > p img {
    margin-right: 1rem;
  }
  .regist__first > dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .regist__first > dl dt {
    font-size: 3vw;
    font-weight: 700;
    background: #e5e5e5;
    margin-right: 0;
    padding: 1vw 2vw;
    margin-bottom: 1vw;
  }
  .regist__second {
    width: 100%;
    height: auto;
    background: url(/ringbell/contents/company/regist/img/regist__second-bg.jpg)
      no-repeat center center/cover;
    text-align: center;
    padding-bottom: 20vw;
  }
  .regist__second > h2 {
    color: #fff;
    font-size: 7vw;
    font-weight: bold;
    padding-top: 15vw;
    margin-bottom: 10vw;
  }
  .regist__second > p {
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 10vw;
    margin-left: 3vw;
    margin-right: 3vw;
  }
  .flow-inner {
    margin-top: 10vw;
    margin-bottom: 10vw;
    width: calc(100% - 6vw);
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border-radius: 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5vw;
    box-sizing: border-box;
    flex-direction: column;
  }

  .flow-step {
    flex-direction: column;
    justify-content: space-between;
  }
  .flow-left,
  .flow-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .flow-left > h3 {
    font-size: 4.6vw;
    font-weight: bold;
    color: #fff;
    background-color: #695093;
    padding-top: 5vw;
    padding-bottom: 0;
    padding-left: 2vw;
    padding-right: 2vw;
    border-radius: 4vw 4vw 0 0;
    margin-bottom: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: start;
  }
  .flow-right > h3 {
    font-size: 4.6vw;
    font-weight: bold;
    color: #fff;
    background-color: #1488c5;
    padding-top: 5vw;
    padding-bottom: 0;
    padding-left: 2vw;
    padding-right: 2vw;
    border-radius: 0 0 4vw 4vw;
    margin-bottom: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: start;
  }
  .flow-step .step-left {
    background-color: #f0edf4;
    border-radius: unset;
    width: 70vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 7vw;
    margin-bottom: 12vw;
    height: 20vw;
    display: flex;
    flex-direction: unset;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    margin-right: 0;
  }
  .flow-step .step-left::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #f0edf4 transparent transparent transparent;
    border-width: 3em 35vw 0 35vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 20vw;
  }
  .flow-step .step-right {
    background-color: #e7f3f9;
    border-radius: unset;
    width: 70vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 7vw;
    margin-bottom: 12vw;
    margin-right: 0;
    height: 20vw;
    display: flex;
    flex-direction: unset;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
  }
  .flow-step .step-right::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #e7f3f9 transparent transparent transparent;
    border-width: 3em 35vw 0 35vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 20vw;
  }
  .flow-step .step-right:last-child {
    width: 100%;
    margin-right: 0;
  }
  .step-left > h4,
  .step-right > h4 {
    margin-bottom: 0;
    margin-right: 7vw;
    display: flex;
    align-items: center;
  }
  .step-left > h4 img,
  .step-right > h4 img {
    width: 15vw;
  }
  .step-left > p,
  .step-right > p {
    font-size: 4.6vw;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    text-align: left;
  }
  .step-right:last-child {
    margin-bottom: 0;
  }
  .regist__second > a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6vw;
    display: inline-block;
    font-size: 4vw;
    padding: 3vw 0;
    width: calc(100% - 6vw);
  }

  .regist__fourth {
    width: calc(100% - 6vw);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vw;
  }
  .regist__fourth .fourth-step {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem;
    background-color: #f0edf4;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 10vw;
    box-sizing: border-box;
    text-align: center;
  }
  .regist__fourth .fourth-step > {
    padding: 0 3vw;
    box-sizing: border-box;
  }
  .fourth-left {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .fourth-left > img {
    margin-right: 0;
    width: 22vw;
    margin-bottom: 5vw;
  }
  .fourth-text {
    margin-bottom: 10vw;
  }
  .regist__fourth .fourth-step .fourth-text h2 {
    font-size: 6vw;
    font-weight: bold;
    color: #333;
    margin-bottom: 5vw;
  }
  .regist__fourth .fourth-step .fourth-text p {
    font-size: 4vw;
    font-weight: bold;
    color: #333;
    line-height: 2;
    margin-bottom: 0;
  }
  .regist__fourth .fourth-step .fourth-text h4 {
    text-align: left;
  }
  .regist__fourth .fourth-step .fourth-text h4 > span {
    font-size: 3.2vw;
  }
  .regist__fourth .fourth-step .fourth-text p > span {
    background-color: #695093;
    border-radius: 4px;
    color: #fff;
    font-size: 5vw;
    padding: 2vw 5vw;
    margin-right: 2vw;
  }
  .regist__fourth .fourth-step .fourth-text a {
    background-color: #fff;
    border-radius: 6vw;
    font-size: 4vw;
    color: #333;
    padding: 4vw 15vw;
    margin-top: 5vw;
    display: block;
  }
  .regist__fourth .fourth-step .fourth-text p > img {
    margin-right: 2vw;
    width: 25vw;
  }
  .regist__fourth .fourth_step3 {
    width: 100%;
    text-align: center;
    margin-bottom: 10vw;
    padding: 0 3vw;
    box-sizing: border-box;
  }
  .regist__fourth .fourth-step .fourth-left > .fourth_step3 p {
    margin-bottom: 5vw;
    line-height: 1.5;
  }
  .regist__fourth .fourth_step3 h4 > small {
    font-size: 3.2vw;
    font-weight: normal;
    line-height: 1;
  }
  .step-blue .fourth-step {
    background-color: #e7f3f9;
  }
  .regist__end {
    width: calc(100% - 6vw);
    margin-right: auto;
    margin-left: auto;
    border-radius: 7vw;
    background-color: #1488c5;
    margin-bottom: 30vw;
    padding: 2.8vw 0;
    box-sizing: border-box;
    margin-top: 20vw;
  }
  .regist__end h2 {
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .regist__end h2 img {
    width: 15vw;
  }
}


/*  */
.regist__invite {
  width: 940px;
  margin: 30px auto;
  border-radius: 30px;
  border: 3px solid #0010ae;
  position: relative;
  padding: 75px 50px 50px;
}

.regist__invite-copy {
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  width: 475px;
  height: 65px;
  background: url(/ringbell/contents/company/regist/img/copy-bg.jpg) no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-3deg);
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.regist__invite-title {
  color: #0010ae;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px;
}

.regist__account {
  background: #e2e7ff;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 0 30px;
  margin-bottom: 45px;
}

.regist__account > p {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  background: #0010ae;
  width: 327px;
  height: 43px;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.user-account {
  margin: 0 18px;
}

.user-account img {
  margin-bottom: 10px;
}

.user-account p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.regist__invite > .lead {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
}

.invite-title {
  font-size: 24px;
  font-weight: 700;
  color: #0010ae;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 40px;
  background: url(/ringbell/contents/company/regist/img/title-border.png) repeat-x center center/auto 7px;
}

.invite-title span {
  background: #fff;
  display: block;
  padding: 0 25px;
}

.invite-step {
  background: #eeeeee;
  border-radius: 20px;
  padding: 30px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.invite-step + .invite-step {
  margin-top: 50px;
}

.step-left {
  display: flex;
  align-items: center;
}

.step-left > img {
  margin-right: 50px;
}

.step-left .step-text p {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}

.step-left .step-text p img {
  margin-right: 5px;
}

.step-left .step-text p span {
  font-size: 34px;
  line-height: 1.1;
}

.step-left .step-text p small {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

@media only screen and (max-width: 599px) {
  .regist__invite {
    width: calc(100% - 6vw);
    margin: 0 auto 10vw;
    border-radius: 30px;
    border: 2px solid #0010ae;
    position: relative;
    padding: 10vw 3vw;
    box-sizing: border-box;
  }

  .regist__invite-copy {
    font-size: 4.2vw;
    font-weight: 700;
    color: #fff;
    width: 70vw;
    height: 12vw;
    background: url(/ringbell/contents/company/regist/img/copy-bg.jpg) no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-3deg);
    position: absolute;
    top: -7vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .regist__invite-title {
    color: #0010ae;
    font-size: 5vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10vw;
  }

  .regist__account {
    background: #e2e7ff;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10vw 0 3vw;
    margin-bottom: 10vw;
  }

  .regist__account > p {
    font-size: 3.8vw;
    font-weight: 700;
    color: #fff;
    background: #0010ae;
    width: 60vw;
    height: 8vw;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .user-account {
    width: 22vw;
    margin: 0 3vw 3vw;
  }

  .user-account img {
    margin-bottom: 2vw;
  }

  .user-account p {
    font-size: 3vw;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
  }

  .regist__invite > .lead {
    font-size: 3.5vw;
    font-weight: 700;
    text-align: left;
    line-height: 1.7;
  }

  .invite-title {
    font-size: 5vw;
    font-weight: 700;
    color: #0010ae;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15vw;
    margin-bottom: 8vw;
    background: url(/ringbell/contents/company/regist/img/title-border.png) repeat-x center center/auto 7px;
  }

  .invite-title span {
    background: #fff;
    display: block;
    padding: 0 3vw;
  }

  .invite-step {
    background: #eeeeee;
    border-radius: 20px;
    padding: 10vw 3vw 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .invite-step + .invite-step {
    margin-top: 10vw;
  }

  .step-left {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10vw;
  }

  .step-left > img {
    width: 22vw;
    height: auto;
    margin-right: 0;
    margin-bottom: 5vw;
  }

  .step-left .step-text p {
    font-size: 4vw;
    font-weight: 700;
    line-height: 2;
    text-align: center;
  }

  .step-left .step-text p img {
    margin-right: 5px;
  }

  .step-left .step-text p span {
    font-size: 6vw;
    line-height: 1.1;
  }

  .step-left .step-text p small {
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
    display: block;
    margin-top: 5vw;
  }
}