.modal-guide-title,
.guide-title {
  text-align: center;
}

.guide-title h1 {
  margin: 0;
}

.modal-header {
  border: none;
  padding: 1rem 0.5rem 0 0;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: 0rem 0.5rem 0rem auto;
}

.btn-close {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

@media (max-width: 575px) {
  .btn-close {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}

.sentence-check-guide {
  font-size: 2.5em;
}

.guide-sentence-wrap {
  display: none;
}

@media (max-width: 536px) {
  .guide-sentence-wrap {
    display: block;
  }
}

.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 1.5em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 2em;
  height: 2em;
  content: "";
  border-radius: 50%;
  color: #fff;
  text-align: center;
  z-index: 1;
}

body.cc1 .stepcircle {
  background-color: var(--cc1-main-color);
}

body.ce1 .stepcircle {
  background-color: var(--ce1-main-color);
}

body.mc1 .stepcircle {
  background-color: var(--mc1-main-color);
} 

body.me1 .stepcircle {
  background-color: var(--me1-main-color);
} 

body.vc1 .stepcircle {
  background-color: var(--vc1-main-color);
}

body.ve1 .stepcircle {
  background-color: var(--ve1-main-color);
}

body.ve2 .stepcircle {
  background-color: var(--ve2-main-color);
}


.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1em;
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  top: 0.3em;
  z-index: 1;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.7em 0.5em 0.8em 0.5em;
  font-weight: bold;
  font-size: 1.1em;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 2em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 1em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 2em);
  background-color: #000;
  position: absolute;
  top: 1em;
  left: 1em;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}