@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* add css　*/
/*==================================================================*/
.read {
  margin-bottom: 1rem;
}
.read.center {
  text-align: center;
}

dl.head-read {
  margin-bottom: 1.5rem;
}
dl.head-read dt {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 10px;
  font-weight: bold;
  font-size: 1.1rem;
}
dl.head-read dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #86bea4;
  border-radius: 20px;
}
dl.head-read dd {
  padding-left: 10px;
}
dl.head-read dd em {
  color: #dd5252;
}

#children .child-info-area {
  margin-bottom: 1.5em;
  padding: 1rem;
  border: 2px solid #ededed;
}
#children .addition-btn {
  margin-top: 1.5rem !important;
}

#children form dl, #guardian form dl {
  margin-bottom: 1.5rem;
}
#children form dl dt, #guardian form dl dt {
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-weight: bold;
  background: #e8f1eb;
}
#children form dl dd .f-input, #guardian form dl dd .f-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#children form dl dd .f-input input, #guardian form dl dd .f-input input {
  width: 48%;
  border-radius: 5px;
}
#children form dl dd .f-select, #guardian form dl dd .f-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#children form dl dd .f-select p select, #guardian form dl dd .f-select p select {
  width: calc(100% - 20px);
  border-radius: 5px;
}
#children .addition-btn, #guardian .addition-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3em auto 1.5rem;
}
#children .addition-btn p, #guardian .addition-btn p {
  width: 48%;
}
#children .addition-btn .add-p .add-btn, #children .addition-btn .add-p .delete-btn, #children .addition-btn .delete-p .add-btn, #children .addition-btn .delete-p .delete-btn, #guardian .addition-btn .add-p .add-btn, #guardian .addition-btn .add-p .delete-btn, #guardian .addition-btn .delete-p .add-btn, #guardian .addition-btn .delete-p .delete-btn {
  cursor: pointer;
}

#guardian form dl dd span {
  display: block;
  font-size: 14px;
}
#guardian form dl dd span.small {
  margin-bottom: 1em;
  font-size: 0.8rem;
}
#guardian form dl dd p {
  margin-bottom: 0.5rem;
}
#guardian form dl dd p:last-of-type {
  margin-bottom: 0;
}
#guardian form dl dd p em {
  display: inline-block;
  margin-right: 0.3rem;
}
#guardian form dl dd .radio-1.mb {
  margin-bottom: 0.5rem;
}
#guardian form dl dd .password-container {
  position: relative;
}
#guardian form dl dd .password-container input {
  padding: 10px 40px 10px 15px;
}
#guardian form dl dd .eye-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.2em;
  color: #555;
}
#guardian form .checkbox-1 {
  margin-bottom: 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#guardian form .agree {
  margin-bottom: 1.5rem;
  text-align: center;
}
#guardian form .agree a {
  text-decoration: underline;
}
#guardian form .agree a:hover {
  text-decoration: none;
}
#guardian form .submit-btn {
  margin-bottom: 0.5rem;
}
#guardian form .submit-btn input[type=submit]:disabled {
  opacity: 0.5;
}

#confirm dl {
  margin-bottom: 1.5rem;
}
#confirm dl dt {
  position: relative;
  padding-left: 15px;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
}
#confirm dl dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 100%;
  border-radius: 10px;
  background: #86bea4;
}
#confirm dl dd {
  position: relative;
  margin-bottom: 1em;
  padding: 1rem;
  border: 2px solid #ededed;
}
#confirm dl dd p {
  margin-bottom: 0.5rem;
}
#confirm dl dd p:last-of-type {
  margin-bottom: 0;
}
#confirm dl dd .num span {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: #86bea4;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1;
}
#confirm dl dd .name {
  margin-bottom: 0.5rem !important;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
}
#confirm dl dd .name small {
  font-size: 0.8rem;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
#confirm dl dd .name .relationship {
  display: block;
  margin-top: 0.5em;
  font-size: 0.9rem;
}
#confirm dl dd .address p {
  margin-bottom: 0;
}
#confirm .submit-btn {
  margin-bottom: 0.5rem;
}

#complete .box {
  margin-bottom: 1.5rem;
}
#complete .box h2 {
  position: relative;
  margin: 4em 0 1em;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #86bea4;
}
#complete .box h2:before {
  position: absolute;
  content: "\f058";
  top: -1.5em;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  text-align: center;
  font-weight: 900;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Duotone", "Font Awesome 6 Sharp", "Font Awesome 6 Brands";
  font-size: 2.4rem;
}
#complete .box .sub-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#complete .base-btn {
  margin-bottom: 1.5em;
}
#complete .text-link {
  text-align: center;
}

/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 360px) {
  #children form dl {
    margin-bottom: 1.5rem;
  }
  #children form dl dd.f-input input {
    width: 48%;
  }
  #children .addition-btn .add-p .add-btn, #children .addition-btn .add-p .delete-btn, #children .addition-btn .delete-p .add-btn, #children .addition-btn .delete-p .delete-btn {
    font-size: 0.875rem;
  }
  #confirm dl dd .name {
    font-size: 1.375rem;
  }
  #confirm dl dd .name small {
    display: inline-block;
  }
  #confirm dl dd .name .relationship {
    font-size: 1rem;
  }
}