@charset "UTF-8";
/* Vars
--------------------- */
/* ソースサイズ */
/* css-mqpacker 用
--------------------- */
/* Extend
--------------------- */
/* Ellipsis */
.cmn-single-800,
.cmn-box1 {
  min-height: 100vh;
}

.cmn-hd1 {
  margin-bottom: 20px;
}

.cmn-box1 {
  padding-left: 80px;
  padding-right: 80px;
}

.cmn-modal__inner {
  max-width: 960px;
  padding: 0;
  position: relative;
  width: 100%;
}

.reg-modal-cols {
  display: flex;
  height: 600px;
}
.reg-modal-cols__col1 {
  border-right: 1px solid rgba(29, 27, 26, 0.1);
  flex-shrink: 0;
  padding: 24px 32px;
  width: 248px;
}
.reg-modal-cols__col2 {
  overflow: auto;
  padding: 2px 42px 96px 36px;
  width: 100%;
}
.reg-modal-cols .cmn-form-part {
  flex-direction: column;
  margin-bottom: 16px;
}
.reg-modal-cols .cmn-form-part dt {
  width: 100%;
}
.reg-modal-cols__label {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-bottom: 20px;
}
.reg-modal-cols__label > span {
  display: inline-block;
  font-size: 2rem;
  padding-right: 22px;
  position: relative;
}
.reg-modal-cols__label > span::after {
  color: #1f6378;
  content: '\f0d7';
  font-family: 'Font Awesome 6 Free';
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.5s;
}
.reg-modal-cols__label > label {
  padding-left: 32px;
}
.reg-modal-cols__label.opened > span::after {
  transform: translate(0, -50%) scale(1, -1);
}
.reg-modal-cols__label .js-checkbox {
  height: 24px !important;
  top: 0 !important;
  width: 24px !important;
}
.reg-modal-cols__child {
  display: none;
}
.reg-modal-cols__child ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reg-modal-cols__child ul li {
  margin-bottom: 16px;
  width: 20%;
}
.reg-modal-cols .cmn-form-part__checkbox > ul > li {
  margin-bottom: 20px;
}
.reg-modal-cols .cmn-form-part__checkbox li {
  line-height: 1.5;
}

.reg-modal-btns {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  padding: 8px 16px;
  position: absolute;
  width: 100%;
}
.reg-modal-btns ul {
  display: flex;
  max-width: 50%;
  margin: 0 auto;
}
.reg-modal-btns ul li {
  width: 100%;
}

.reg-progress {
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.reg-progress__icon {
  margin-bottom: 4px;
  position: relative;
}
.reg-progress__icon::before {
  background-color: #cacaca;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100vw;
}
.reg-progress__icon > span {
  align-items: center;
  background-color: #babab9;
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-family: 'Font Awesome 6 Free';
  font-weight: 700;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}
.reg-progress ul {
  display: flex;
  justify-content: center;
}
.reg-progress li {
  align-items: center;
  color: rgba(29, 27, 26, 0.3);
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 32px;
}
.reg-progress li.current {
  color: #1f6378;
  font-weight: 700;
}
.reg-progress li.current .reg-progress__icon > span {
  background-color: #1f6378;
}
.reg-progress li:last-child {
  margin-right: 0;
}
.reg-progress li:last-child .reg-progress__icon::before {
  background-color: #fff;
}

.cmn-form-part {
  margin-left: auto;
  margin-right: auto;
  max-width: 495px;
  width: 100%;
}
.cmn-form-part__group {
  margin-left: auto;
  margin-right: auto;
  max-width: 495px;
  width: 100%;
}
.cmn-form-part dt {
  width: 152px;
}
.cmn-form-part__cols {
  justify-content: space-between;
}
.cmn-form-part__cols > * {
  width: 100%;
}
.cmn-form-part__cols > *:nth-child(2) {
  padding: 0 8px;
  width: auto;
}
.cmn-form-part__note {
  margin-bottom: 24px;
}

.cmn-btns {
  margin-top: 16px;
}

.reg__txt1 {
  line-height: 1.75;
}
.reg__txt2 {
  font-size: 1.6rem;
  text-align: center;
}
.reg__txt2 a {
  font-weight: 500;
  text-decoration: underline;
}
.reg__txt3 {
  font-size: 1.4rem;
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 1104px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 880px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
  .cmn-box1 {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
  .cmn-modal {
    height: 100vh;
  }
  .cmn-modal__wrapper {
    height: 100%;
    padding: 0;
  }
  .cmn-modal__inner {
    height: 100%;
    overflow: auto;
  }
  .cmn-modal__inner {
    border-radius: 0;
  }
  .reg-modal-cols {
    display: block;
    height: auto;
    padding-top: 6.4vw;
  }
  .reg-modal-cols__col1 {
    padding: 0 4.2666666667vw;
    width: 100%;
  }
  .reg-modal-cols__col2 {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    padding-top: 4.2666666667vw;
  }
  .reg-modal-cols__child ul {
    flex-direction: column;
  }
  .reg-modal-cols__child ul li {
    width: 100%;
  }
  .reg-modal-btns {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    position: fixed;
    width: 100%;
  }
  .reg-modal-btns ul {
    max-width: 100%;
  }
  .reg-progress {
    margin-bottom: 16px;
  }
  .reg-progress ul {
    justify-content: space-between;
  }
  .reg-progress li {
    margin-right: 0;
  }
  .cmn-form-part__cols {
    flex-direction: row;
  }
}
@media screen and (max-width: 375px) {
  body {
    margin: 0;
  }
}
