@charset "UTF-8";
/* 
//////////////////////////////////////////////////////////////////////////////

apply.css
- 利用申請

//////////////////////////////////////////////////////////////////////////////
*/
/* 共通
===============================================
=============================================== */
/* 進行状況
============================== */
.progress {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: auto;
  padding: 0;
}
.progress_list {
  position: relative;
  z-index: 2;
  padding: 3px 20px;
  color: #666;
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  border: 2px solid #9dBa6e;
}
@media screen and (min-width: 960px) {
  .progress_list {
    padding: 5px 40px;
  }
}
.progress_list + .progress_list::after {
  position: absolute;
  top: calc(50% - 1px);
  left: -13px;
  z-index: 1;
  display: block;
  content: "";
  width: 16px;
  height: 2px;
  background: #9dBa6e;
}
.progress_list-current {
  background: white;
  font-size: 1.6rem;
  font-weight: bold;
  color: #5f7c28;
  border: 6px solid #9dBa6e;
}

/* 利用規約等
============================== */
.caution {
  width: 100%;
  margin: 60px auto 0;
  padding: 60px 20px 44px;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 960px) {
  .caution {
    margin-top: 80px;
    padding: 60px 20px 120px;
  }
}
@media screen and (min-width: 1200px) {
  .caution {
    padding: 80px calc( (100% - 1200px )/2 + 40px);
  }
}
@media screen and (min-width: 960px) {
  .caution .sbtitle01 + .list_mark {
    margin-top: 40px;
  }
}
.caution .list_mark + .sbtitle01 {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .caution .list_mark + .sbtitle01 {
    margin-top: 60px;
  }
}
.caution + .contents {
  padding-top: 40px;
}
@media screen and (min-width: 960px) {
  .caution + .contents {
    padding-top: 80px;
  }
}

/* 入力画面
===============================================
=============================================== */
/* 入力フォーム
============================== */
.apply_form {
  max-width: 800px;
  margin: 40px auto 0;
  border-top: 1px solid #d6c9a1;
}

.dl_apply {
  margin-top: 40px;
}
.dl_apply dt {
  margin: 1em 0 0;
  font-weight: bold;
  color: #8f6841;
}
.dl_apply dd {
  margin: 2px 0 0;
}
.dl_apply .apply-jurisdiction {
  list-style: none;
  display: flex;
  gap: 40px;
  padding: 0;
}
.dl_apply .icn_necessary {
  margin-left: 10px;
  padding: 2px 8px 1px;
  background: #5f7c28;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 10px;
  white-space: nowrap;
}
.recipient-only {
    display: none;
}
/* 確認画面
===============================================
=============================================== */
.apply-confirm {
  padding-top: 40px;
}
.apply-confirm .sbtitle01 {
  /*        width: max-content;
          margin: auto;*/
}
.apply-confirm dd {
  padding: 5px 10px;
  background: #d7e3c4;
  border-radius: 5px;
  word-break: break-all;
  overflow-wrap: break-word;
  min-height: 38px;
}
.apply-confirm dd p {
  margin: 0;
  white-space: pre-line;
}
.apply-confirm .form_btn {
  max-width: 500px;
}
.apply-confirm .btn_l {
  width: 100%;
  min-width: min-content;
}

/* 送信完了
===============================================
=============================================== */
.apply_complete {
  max-width: 800px;
  margin: 40px auto 0;
  padding-top: 40px;
  border-top: 1px solid #d6c9a1;
}
.apply_complete .title01 {
  margin-bottom: 40px;
}
.apply_complete .return_home {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .apply_complete .return_home {
    margin-top: 60px;
  }
}
