.main{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
    background-image: url(../img/athome/download.jpg); 
}
.main img{
    width: 100%;
    height: auto;
}
.form_botan{
    margin: 1em auto;
}
.text{
    margin: 2em auto;
    line-height: 1.8em;
    color: rgb(85, 85, 85);
    text-align: justify;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.767);
    padding: 1em;
}
.touroku{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.touroku span{
    font-size: 15px;
    font-weight: normal;
}

.taiken {
    background-color: white;
    padding: 1em 0;
}
.taiken p{
    font-size: 15px;
    color: rgb(182, 133, 133);
    margin: 1em auto;
    border-bottom: solid 1px #a0a0a0;
    padding: 1em 0;
    padding: 0.5em;
    line-height: 2em;
}
.taiken h2{
    line-height: 1.5em;
    text-align: justify;
    margin: 1em auto;
    padding: 1em;
}
.box{
    background-color: #ff3660;
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 1em;
    margin: 2em auto;
}
.fot{
    background-color: black;
    color: white;
    width: 100%;
    height: auto;
    padding: 1em;
    text-align: center;
}
.form_botan_kotei{
    position: fixed;
    right: -7px;
    bottom: -10px;
    max-width: 300px;
}
.form_botan_kotei img{
    width: 100%;
    height: auto;
}


/* form *//* form *//* form *//* form *//* form *//* form *//* form *//* form */

.form_main{
    margin: 2em auto;
    width: 95%;
    max-width: 500px;

}
.form_main img {
    width: 100%;
    height: auto;
}
.form_main h2{
    width: 100%;
    height: auto;
    font-family: serif;
    font-size: 1.5em;
    text-align: center;
}
.form_main h3{
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin: 1em auto;
}
.form_main p{
    color: #555555;
    line-height: 1.5em;
    margin: 1em auto;
}
.form_nai p{
    color: #ff3660;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.botan{
    background-color: #ff3660;
    color: white;
    margin: 1em auto;
    padding: 1px;
    max-width: 200px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    border-radius: 100vh;
}
.botan p a {color: white;}

.tyuui{
    margin: 1em;
    padding: 1em;
    border: solid 1px #d4d4d4;
    color: #6d6d6d;
    line-height: 1.2em;
    width: 95%;
    font-size: 15px;
    max-width: 400px;
}
.modoru{
    text-align: center;
    background-color: #96b7a7;
    color: white;
    margin-top: -2em;
    margin-right: auto;
    margin-bottom: 2em;
    margin-left: auto;
    padding: 0.5em;
    width:100%;
    max-width: 100px;
}

.tyuui_i{
    width: 100%;
    height: auto;
    margin: 1em auto;
}
.tyuui_i img{
    width: 100%;
    height: auto;
}
.rogo_text{
    text-align: center;
    font-size: 1.2em;
    margin: 1em auto;
    font-family: serif;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
}
.rogo_text h2{
    font-family: 'Sacramento', cursive;
    font-size: 40px;
    color: #ad6c79;
}
.rogo_text p{
    font-size: 15px;
    margin-top: 5px;
    margin-left: 10px;
    border-bottom: solid 1px #555555;
}
.rogo_text img {
    width: 150px;
    height: auto;
}
.rogo_text span{
    font-size: 15px;
}

/* form-nav */

.progressbar {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
  .progressbar .item {
      position: relative;
      width: 33%;
      text-align: center;
      position: relative;
      align-items: center;
      justify-content: center;
      padding: 13px 0;
      line-height: 1.5;
      background: #F5F5F5;
      color: #999999;
  }
  .progressbar .item:not(:last-child)::before,
  .progressbar .item:not(:last-child)::after {
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      left: 100%;
      content: '';
      border: 37px solid transparent;
      border-left: 20px solid #F5F5F5;
      margin: auto;
  }
  .progressbar .item:not(:last-child)::before {
      margin-left: 1px;
      border-left-color: #FFF;
  }
  
  @media screen and (max-width: 767px) {
  .progressbar .item {
      font-size: 11px;
      line-height: 1.4;
      padding: 10px 0;
  }
  .progressbar .item:not(:last-child)::before,
  .progressbar .item:not(:last-child)::after {
      border-width: 25px;
      border-left-width: 12px;
  }
  }
  
  /* active */
  
  .progressbar .item.active {
      z-index: 1;
      background: #0070BD;
      color: #FFF;
  }
  .progressbar .item.active:not(:last-child)::after {
      border-left-color: #0070bd;
  }
  .progressbar .item.active:not(:last-child)::before {
      border-left: none;
  }
  

  .box_log{
    border: 1px solid #b3b3b3;
    color: #555555;
    border-radius: 14px;
    width: 95%;
    max-width: 500px;
    margin: 1em auto;
    padding: 1em;
    position: relative;
    text-align: center;
  }

  .dli-caret-right {
    display: inline-block;
    vertical-align: middle;
    color: #838383;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-left-color: currentColor;
    border-right: 0;
    position: absolute;
    right: 17px;
    top: 19px;
  }
  input.input_file_immg{
    margin: 1em 0;
  }