@charset "utf-8";
/*------------------------------------------------------------
input_area
------------------------------------------------------------*/
input{
    font-size:16px;
}
textarea{
    font-size:16px;
}
#input_area {
  margin: 20px 20px 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#input_area h2 {
  padding: 15px 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f576a3;
  color: #fff;
}
#input_area article {
  padding: 20px 15px;
}
#input_area article ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #cccccc dotted 1px;
}
#input_area article ul li dl {
  margin-bottom: 15px;
}
#input_area article ul li dl dt {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
}
#input_area article ul li dl dt span {
  padding-left: 5px;
  display: inline-block;
  color: #f576a3;
}
#input_area article ul li dl:last-of-type {
  margin-bottom: 0;
}
#input_area article ul li .textArea01 {
  width: 100%;
  padding: 10px 5px;
  border: none;
  background-color: #e3e3e3;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#input_area article ul li .textArea02 {
  width: 60%;
  padding: 10px 5px;
  border: none;
  background-color: #e3e3e3;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#input_area article ul li .textArea03 {
  width: 45%;
  padding: 10px 5px;
  border: none;
  background-color: #e3e3e3;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#input_area article ul li .pulArea {
  padding: 5px;
  background-color: #e3e3e3;
  border: #d3d3d3;
}
#input_area article ul li .inp_text {
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 10px 0;
}
#input_area article ul li .txArea {
  width: 100%;
  padding: 10px 5px;
  border: none;
  background-color: #e3e3e3;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#input_area article ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#input_area article .midashi {
  color: #ff0000;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
}
#input_area article .mt_20 {
  margin-top: 20px;
}

#btnArea {
  width: 100%;
  margin-bottom: 40px;
  display: table;
  text-align: center;
}
#btnArea .btn_conf {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  border-radius: 0;
  width: 300px;
  height: 72px;
  background: url(../img/btn_conf.png);
  background-size: 300px 72px;
  cursor: pointer;
}
#btnArea .btn_submit {
  text-indent: 200%;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  border-radius: 0;
  width: 300px;
  height: 72px;
  background: url(../img/btn_submit.png);
  background-size: 300px 72px;
  cursor: pointer;
}
#btnArea .btn_back {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  border-radius: 0;
  width: 300px;
  height: 72px;
  background: url(../img/btn_back.png);
  background-size: 300px 72px;
  cursor: pointer;
}
#btnArea .btn_top {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  border-radius: 0;
  width: 300px;
  height: 72px;
  background: url(../img/btn_top.png);
  background-size: 300px 72px;
  cursor: pointer;
}

#btnTopArea {
  text-align: center;
}

.err {
  margin: 0;
  font-weight: bold;
  color: #ff0000;
}

/*------------------------------
input_area_pc
---------------------------------*/
@media screen and (min-width: 960px) {
  #input_area {
    width: 960px;
    margin: 40px auto;
  }
  #input_area h2 {
    font-size: 2.4rem;
    font-weight: normal;
  }
  #input_area article {
    padding: 40px 30px;
  }
  #input_area article ul li {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #input_area article ul li dl {
    margin-bottom: 20px;
  }
  #input_area article ul li dl dt {
    margin-bottom: 10px;
  }

  #btnArea {
    width: 960px;
    margin: 0 auto 60px auto;
    display: table;
    text-align: center;
  }
  #btnArea p {
    display: table-cell;
  }
  #btnArea p .btn_submit {
    margin-bottom: 0;
  }
}
#finish_text {
  font-size: 1.5rem;
  text-align: center;
}
#finish_text span {
  margin-top: 20px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  #finish_text {
    font-size: 3.2rem;
  }
}

/*# sourceMappingURL=input.css.map */
