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

apply.css
- 事業登録者申請フォーム

//////////////////////////////////////////////////////////////////////////////
*/
/* 進捗
===============================================
=============================================== */
.progress {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 80%;
  max-width: 600px;
  margin: auto;
  padding: 35px 10px 10px;
  background: #e7f7f1;
  border-radius: 10px 0 10px 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #a8ddc9; }
  @media screen and (min-width: 960px) {
    .progress {
      gap: 40px;
      padding: 45px 10px 10px;
      font-size: 1.4rem;
      border-radius: 20px 0 20px 0; } }
  .progress__list {
    position: relative; }
    .progress__list::before {
      position: absolute;
      top: -19px;
      left: 50%;
      z-index: 2;
      display: block;
      content: "";
      width: 14px;
      height: 14px;
      background: #a8ddc9;
      border-radius: 10px;
      transform: translate(-7px, 0); }
      @media screen and (min-width: 960px) {
        .progress__list::before {
          top: -25px;
          width: 20px;
          height: 20px;
          transform: translate(-10px, 0); } }
    .progress__list::after {
      position: absolute;
      top: -14px;
      right: 50%;
      z-index: 1;
      display: block;
      content: "";
      width: calc( 4em + 20px);
      height: 3px;
      background: #a8ddc9; }
      @media screen and (min-width: 960px) {
        .progress__list::after {
          top: -17px;
          width: calc( 4em + 40px); } }
    .progress__list:first-child::after {
      display: none; }
    .progress__list--now {
      color: #184f60;
      font-size: 1.4rem; }
      @media screen and (min-width: 960px) {
        .progress__list--now {
          font-size: 1.6rem; } }
    .progress__list--over::before {
      background: #184f60; }
    .progress__list--over::after {
      background: #184f60; }

/* 注意書き
===============================================
=============================================== */
.caution {
  margin-top: 20px; }
  .caution h2 {
    padding: 0 10px;
    color: #19385e;
    font-size: 1.8rem;
    border-bottom: 1px solid #19385e; }
    @media screen and (min-width: 600px) {
      .caution h2 {
        font-size: 2.1rem; } }
    @media screen and (min-width: 960px) {
      .caution h2 {
        font-size: 2.4rem; } }
  .caution__list {
    list-style: none;
    padding-left: 30px; }
    @media screen and (min-width: 960px) {
      .caution__list {
        margin: 0 50px; } }
    .caution__list li {
      position: relative; }
      .caution__list li::before {
        position: absolute;
        top: .5em;
        left: -18px;
        display: block;
        content: "";
        width: 10px;
        height: 10px;
        background: #19385e;
        border-radius: 2px; }
      .caution__list li + li {
        margin-top: 1em; }
      .caution__list li.note::before {
        top: 0;
        content: "※";
        width: auto;
        height: auto;
        background: none; }

.apply-form {
  margin: 0; }
  @media screen and (min-width: 960px) {
    .apply-form {
      padding: 0 50px; } }
  .apply-form fieldset {
    margin-top: 1em; }
  .apply-form p {
    margin: 0; }
  .apply-form__necessary {
    margin-left: 5px;
    padding: 0 8px;
    background: #c1272d;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    border-radius: 4px; }
  .apply-form__title {
    margin-top: 1.2em;
    font-size: 1.6rem;
    color: #19385e;
    font-weight: bold; }
  .apply-form__sup {
    margin: 3px 0 0 !important;
    font-size: 1.2rem; }
  .apply-form__link {
    margin: 8px 0 0 !important;
    font-size: 1.4rem;
    text-align: right; }
    .apply-form__link a {
      padding: 3px 25px 3px 15px;
      background: url("../img/icn/icn_arw01.svg") no-repeat center right 10px;
      background-size: 5px 9px;
      border: 2px #29abe2 solid;
      border-radius: 8px 0 8px 0;
      text-decoration: none;
      color: #19385e;
      transition: .2s; }
      .apply-form__link a:hover {
        border-radius: 0; }

.industry {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .industry__item {
    width: 100%; }

.office {
  margin: 2em 0;
  padding: 20px 10px;
  border: 3px solid #fff;
  border-radius: 20px 0 20px 0; }
  @media screen and (min-width: 960px) {
    .office {
      padding: 40px; } }
  .office__title {
    font-size: 1.8rem;
    border-bottom: 1px solid #19385e; }

.biz-segment {
  margin: 0; }
  .biz-segment__sbtitle {
    margin-top: .5em;
    font-weight: bold;
    color: #486180; }
  .biz-segment dd {
    margin-left: 1em; }

.lat-lon {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px;
  margin: 0; }
  @media screen and (min-width: 960px) {
    .lat-lon {
      gap: 0 20px; } }
  .lat-lon__lattitle {
    grid-column: 1;
    grid-row: 1; }
  .lat-lon__latinput {
    grid-column: 1;
    grid-row: 2; }
  .lat-lon__lontitle {
    grid-column: 2;
    grid-row: 1; }
  .lat-lon__loninput {
    grid-column: 2;
    grid-row: 2; }
  .lat-lon__sbtitle {
    margin-top: 0;
    font-weight: bold;
    color: #486180; }
  .lat-lon dd {
    margin-left: 0; }

.confirm-txt {
  font-weight: bold;
  color: #c1272d; }
  @media screen and (min-width: 960px) {
    .confirm-txt {
      text-align: center;
      font-size: 1.8rem; } }
  @media screen and (min-width: 960px) {
    .confirm-txt__dpib {
      display: inline-block; } }

.form_btn {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-left: 0; }
  @media screen and (min-width: 960px) {
    .form_btn {
      gap: 20px; } }
  .form_btn li {
    width: 100%;
    max-width: 280px; }
  .form_btn .btn {
    width: 100%;
    max-width: 280px; }

/* 確認画面
===============================================
=============================================== */
.discription {
  font-weight: bold;
  color: #19385e;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .discription {
      font-size: 1.8rem; } }

.apply-confirm dd {
  padding: 10px;
  background: #f7f9fa;
  border-radius: 5px;
  border: 2px solid #d3e1f0;
  overflow-wrap: break-word;
  word-break: break-word; }
.apply-confirm .lat-lon__latinput, .apply-confirm .lat-lon__loninput {
  background: none;
  border: none; }
