/* header */
header .logo {
  width: 342px;
  height: auto;
}

header .logo img {
  width: 100%;
  height: auto;
}

header .container {
  padding: 14px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--border1);
}

/* description */
.description {
  padding: 40px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--gray_94);
  text-align: center;
  box-sizing: border-box;
}

.description b {
  color: var(--pr);
}

.description2 {
  padding: 60px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.21;
  color: #000;
  text-align: center;
  box-sizing: border-box;
}

.point {
  position: relative;
  color: var(--pr);
  font-weight: bold;
}

.point:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #ff8000;
  animation: pointline 1s linear both;
}

@keyframes pointline {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.description3 {
  margin-top: -52px;
  padding-bottom: 82px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.14;
  color: var(--gray_94);
}

.description3 span {
  color: var(--pr);
}

/* tit-box */
.tit-box {
  border-bottom: 1px solid var(--pr);
}

.tit-box .tit {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.17;
  color: var(--pr);
  padding-bottom: 8px;
  box-sizing: border-box;
  word-break: keep-all;
}

.detail-tit {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.17;
  color: var(--black_26);
}

.detail-txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black_26);
  margin-bottom: 9px;
}

.detail-txt:last-of-type {
  margin-bottom: 0;
  padding-bottom: 25px;
}

/* form-area */
.form-area {}

.form-area .form-item {
  padding-top: 25px;
}

.form-tit {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.17;
  color: var(--black_26);
}

.form-tit2 {
  margin-bottom: 8px;
}

.input-description {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.14;
  color: var(--gray_94);
}

.form-tit span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.14;
  color: var(--gray_94);
}

/* input-box */
input {
  color: var(--pr) !important;
}

.input-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-box.input-box2 {
  display: block;
}

.input-box input:not([type="radio"]) {
  width: 100%;
  max-width: 500px;
  height: 45px;
  margin-right: 8px;
  padding: 0 15px;
  border: 1.5px solid var(--pr);
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
}

.input-box input[type="checkbox"] {
  width: 100%;
  height: 45px;
  margin-right: 8px;
  padding: 0 15px;
  border: 1.5px solid var(--pr);
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
  display: none;
}

.input-box input:not([type="radio"]),
.input-box input:not([type="checkbox"])::placeholder {
  color: var(--input_txt);
}

/* Hide Calendar Icon In Chrome */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  /* display: none; */
  -webkit-appearance: none;
  width: 15px;
  padding: 50px;
  margin: 0px;
  box-sizing: border-box;
  /* margin-top: 10px; */
}

.date {
  position: relative;
  width: 100%;
  z-index: 1;
}

.date:before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background: url(./../img/calendar.jpg)no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

.date:after {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: var(--wt);
}

/* input[type="date"] {width: 100%; background: url(./../img/calendar.jpg)no-repeat calc(100% - 20px) 50%; background-size: 19px 19px;} */


.input-box button {
  min-width: 82px;
  width: 82px;
  height: 45px;
  border-radius: 10px;
  background: var(--pr);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.14;
  color: var(--wt);
}

.txt-list {
  margin-bottom: 15px;
}

.txt-list .txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.14;
  color: var(--gray_94);
}

.txt-list .txt:first-child {
  margin-bottom: 5px;
}

.radio-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  height: auto;
  padding: 15px;
  border-radius: 20px;
  box-sizing: border-box;
  background: #f8f8f8
}

.radio-area .radio-box {
  padding: 10px 0;
}

.radio-area .radio-box input[type="radio"] {
  display: none;
}

.radio-area .radio-box label {
  padding: 10px 15px;
  border: 1px solid var(--input_txt);
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  color: var(--input_txt);
}

.radio-area .radio-box input[type="radio"]:checked~label {
  background: var(--pr);
  color: var(--wt);
  border-color: var(--pr);
}

.submit-btn {
  width: 100%;
  height: 60px;
  margin-top: 40px;
  margin-bottom: 60px;
  border-radius: 10px;
  background: var(--pr);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.17;
  color: var(--wt);
}

/* footer */
footer {
  max-width: 500px;
  width: 100%;
  padding: 50px 20px 30px;
  margin: 0 auto;
  background: var(--pr);
  box-sizing: border-box;
}

footer .download-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

footer .download-area a {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: -0.28px;
  color: #ff8000;
}

footer .address-area {
  width: 100%;
  height: auto;
}

footer .address-area dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

footer .address-area dl dt,
dd {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.14;
  letter-spacing: -0.28px;
  color: var(--wt);
}

footer .address-area dl dt {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

footer .address-area dl dt:after {
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 0.5px;
  height: 11px;
  background: #dedede;
}

footer .address-area dl dd {}

footer .sns-area {}

footer .sns-area .txt {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.14;
  letter-spacing: -0.28px;
  color: var(--wt);
}

footer .sns-area .txt:last-of-type {
  margin-bottom: 0;
}

footer .copyright {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.17;
  letter-spacing: -0.24px;
  color: #ececec;
  text-align: center;
}

/* ckd-area */
.ckd-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.ckd-area .ckd-box {}

.ckd-box input[type="checkbox"] {
  display: none;
}

.ckd-box label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--pr);
}

.ckd-box label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: url(./../img/ckd_off.png)no-repeat 50% 50%;
  background-size: cover;
}

.ckd-box input[type="checkbox"]:checked~label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: url(./../img/ckd_on.png)no-repeat 50% 50%;
  background-size: cover;
}

/* prev-btn */
.prev-btn {
  display: flex;
  align-items: center;
}

.prev-btn a {
  display: block;
  width: 20px;
  height: auto;
}

.prev-btn a img {
  width: 100%;
  height: auto;
}

.prev-btn .h-tit {
  margin-left: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.21;
  color: #000;
}

.zero_wording{
  color: #FF8000;
  font-size: 15px;
  margin-bottom: 18px;
  
}

.input_boxes{
  margin-bottom: 8px;
}

.files{
  position: absolute;
  opacity: 0;
}

@media screen and (max-width: 425px) {
  .ckd-area {
    flex-wrap: wrap;
    gap: 8px;
  }

  .tit-box .tit {
    font-size: 17px;
  }

  header .logo {
    width: 320px;
  }

  .description2 {
    padding: 35px 0;
    font-size: 21px;
  }

  .detail-txt {
    margin-bottom: 7px;
  }

  .point{
    word-break: keep-all;
  }

  .submit-btn{
    margin-top: 25px;
  }
}

.open-text {
  font-size: 13px;
  color: grey;
  text-decoration: underline;
  cursor: pointer;
}


.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background: white;
  width: 90%;
  max-width: 400px;
  max-height: 80%;
  padding: 20px;
  border-radius: 10px;
  overflow-y: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.close-btn button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}