@charset "utf-8";
/*------------------------------------------------------------
基本
------------------------------------------------------------*/
.bg_dot {
  background: url("../img/dot_bg.gif") top left repeat;
}

/*------------------------------------------------------------
ステータス
------------------------------------------------------------*/
#status {
  width: 320px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  display: table;
}
#status li {
  text-align: center;
  display: table-cell;
  line-height: 19px;
  vertical-align: middle;
}
#status li:nth-of-type(1) {
  width: 30px;
  height: 19px;
  padding-right: 10px;
}
#status li:nth-of-type(1) img {
  width: 27px;
  height: 19px;
}
#status li:nth-of-type(2) {
  width: 220px;
  height: 19px;
  background: url("../img/form_bar.png") center center repeat-x;
  background-size: 50% 50%;
  position: relative;
}
#status li:nth-of-type(2) img {
  width: 19px;
  height: 19px;
}
#status li:nth-of-type(2) .move {
  position: absolute;
  top: 0;
  left: 10%;
}
#status li:nth-of-type(3) {
  width: 30px;
  padding-left: 10px;
}
#status li:nth-of-type(3) img {
  width: 27px;
  height: 19px;
}

@media all and (min-width: 960px) {
  #status {
    width: 960px;
    padding: 25px 0;
  }
  #status li {
    text-align: center;
    display: table-cell;
    line-height: 19px;
    vertical-align: middle;
  }
  #status li:nth-of-type(1) {
    width: 60px;
    height: 38px;
    padding-right: 10px;
  }
  #status li:nth-of-type(1) img {
    width: 54px;
    height: 38px;
  }
  #status li:nth-of-type(2) {
    width: 840px;
    height: 38px;
    background-size: 100% 100%;
  }
  #status li:nth-of-type(2) img {
    width: 38px;
    height: 38px;
  }
  #status li:nth-of-type(2) .move {
    position: absolute;
    top: 0;
    left: 10%;
  }
  #status li:nth-of-type(3) {
    width: 60px;
    padding-left: 10px;
  }
  #status li:nth-of-type(3) img {
    width: 54px;
    height: 38px;
  }
}
#status_area {
  width: 320px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  display: table;
}
@media all and (min-width: 960px) {
  #status_area #gauge-wrapper{
    width: 800px;
    height: 50px;
    font-size: 20px;
  }
  #status_area #gauge-wrapper .gauge-text{
    font-size: 30px;
    line-height: 50px;
    width: 800px;
  }
}
#gauge-wrapper {
  position: relative;
  width: 330px;
  height: 20px;
  border: 1px solid #000;
  background: #666;
  background: -moz-linear-gradient(top, #666 0%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#000));
  background: -webkit-linear-gradient(top, #666 0%,#000 100%);
  background: -o-linear-gradient(top, #666 0%,#000 100%);
  background: -ms-linear-gradient(top, #666 0%,#000 100%);
  background: linear-gradient(to bottom, #666 0%,#000 100%);
}
#gauge {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  line-height: 18px;
  white-space: nowrap;
  text-shadow: 1px 1px 0 #000;
  background: #6db3f2;
  background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%) no-repeat #666;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de)) no-repeat #666;
  background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%) no-repeat #666;
  background: -o-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%) no-repeat #666;
  background: -ms-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%) no-repeat #666;
  background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%) no-repeat #666;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.gauge-text {
  color: #fff;
  padding: 1px 4px;
  font-size: 10px;
  position: absolute;
  width : 330px;
}
/*------------------------------------------------------------
フォームエリア
------------------------------------------------------------*/
#form_area {
  padding: 0 20px;
}

#form_area form {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media all and (min-width: 960px) {
  #form_area {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }

  #form_area form label {
    font-size: 2.2rem;
  }

  #form_area form select {
    font-size: 1.7rem;
  }

  #form_area form option {
    font-size: 2.2rem;
  }

  #form_area form .free_comment textarea {
    font-size: 25px;
  }
}
/*------------------------------------------------------------
ボタン
------------------------------------------------------------*/
#btn_area {
  padding: 0 0 20px 0;
}
#btn_area p {
  text-align: center;
}
#btn_area p img {
  width: 229px;
  height: 15px;
}
#btn_area ul {
  width: 242px;
  margin: 10px auto 0 auto;
  letter-spacing: -.40em;
  text-align: center;
}
#btn_area ul li {
  letter-spacing: normal;
  display: inline-block;
}
#btn_area ul li:first-child {
  margin-right: 10px;
}

/*-------------------------
ボタン_PC
---------------------------*/
@media all and (min-width: 960px) {
  #btn_area {
    padding: 0 0 40px 0;
  }
  #btn_area p {
    text-align: center;
  }
  #btn_area p img {
    width: 458px;
    height: 30px;
  }
  #btn_area ul {
    width: 474px;
    margin: 15px auto 0 auto;
  }
}
/*------------------------------------------------------------
ボタン_装飾
------------------------------------------------------------*/
.btn_next {
  border: none;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  width: 242px;
  height: 38px;
  background: url("../img/btn_next.png") top left;
  background-size: 242px 38px;
}
.btn_next:hover {
  cursor: pointer;
  opacity: 0.7;
}

.btn_reset {
  border: none;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  width: 116px;
  height: 33px;
  background: url("../img/btn_reset.png") top left;
  background-size: 116px 33px;
}
.btn_reset:hover {
  cursor: pointer;
  opacity: 0.7;
}

.btn_back_one {
  border: none;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
  width: 116px;
  height: 33px;
  background: url("../img/btn_back_one.png") top left;
  background-size: 116px 33px;
}
.btn_back_one:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media all and (min-width: 960px) {
  .btn_next {
    width: 484px;
    height: 76px;
    background: url("../img/btn_next.png") top left;
    background-size: 484px 76px;
  }
  .btn_next:hover {
    cursor: pointer;
    opacity: 0.7;
  }

  .btn_reset {
    border: none;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    width: 232px;
    height: 66px;
    background: url("../img/btn_reset.png") top left;
    background-size: 232px 66px;
  }
  .btn_reset:hover {
    cursor: pointer;
    opacity: 0.7;
  }

  .btn_back_one {
    border: none;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
    width: 232px;
    height: 66px;
    background: url("../img/btn_back_one.png") top left;
    background-size: 232px 66px;
  }
  .btn_back_one:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
/*------------------------------------------------------------
フォーム_テンプレート
------------------------------------------------------------*/
#form_box {
  padding: 20px 0 20px 0;
}

@media all and (min-width: 960px) {
  #form_box {
    padding: 40px 0 40px 0;
  }
}
/* 横並び */
.box_list {
  width: 100%;
  letter-spacing: -.40em;
}
.box_list li {
  line-height: 0;
  display: inline-block;
  width: 31%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.box_list li:nth-of-type(3n) {
  width: 32%;
  margin-right: 0;
}
.box_list input {
  width: 100%;
  height: 34px;
  padding: 5px;
  background-color: #f3efe8;
  border: #222 solid 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (min-width: 960px) {
  .box_list {
    width: 960px;
    overflow: hidden;
    *zoom: 1;
  }
  .box_list li {
    width: 306px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .box_list li input {
    width: 306px;
    height: 48px;
    padding: 5px;
    background-color: #f3efe8;
    border: #222 solid 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box_list li:nth-of-type(3n) {
    width: 308px;
    margin-right: 0;
  }
  .box_list li:nth-of-type(3n) input {
    width: 308px;
  }
}
/* 一列テキストエリア */
.box_single {
  width: 100%;
}
.box_single li {
  line-height: 0;
  margin-bottom: 3%;
}
.box_single li:last-child {
  margin-bottom: 0;
}
.box_single input {
  width: 100%;
  height: 34px;
  padding: 5px;
  background-color: #f3efe8;
  border: #222 solid 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (min-width: 960px) {
  .box_single {
    width: 960px;
    overflow: hidden;
    *zoom: 1;
  }
  .box_single li {
    margin-bottom: 20px;
  }
  .box_single input {
    height: 48px;
    padding: 5px;
    background-color: #f3efe8;
    border: #222 solid 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* テキストエリア_フリー */
.free_comment {
  /*line-height: 0;*/
}
.free_comment textarea {
  width: 100%;
  height: 100px;
  padding: 5px;
  background-color: #f3efe8;
  border: #222 solid 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (min-width: 960px) {
  .free_comment textarea {
    height: 200px;
    padding: 5px;
    background-color: #f3efe8;
    border: #222 solid 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* プルダウン */
.select_pull select {
  width: 100%;
  padding: 5px;
  height: 40px;
  background-color: #f3efe8;
  border: #222 solid 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (min-width: 960px) {
  .select_pull select {
    width: 50%;
    height: 50px;
    padding: 5px;
    background-color: #f3efe8;
    border: #222 solid 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* チェックボックス */
.check_list li {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
  color: #111;
}
.check_list li:last-child {
  margin: 0;
}

@media all and (min-width: 960px) {
  .check_list li {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
/* ラジオボタン */
.radio_list li {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
  color: #111;
}
.radio_list li:last-child {
  margin: 0;
}

@media all and (min-width: 960px) {
  .radio_list li {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
/*------------------------------------------------------------
タイトル_テンプレート
------------------------------------------------------------*/
/* No */
.q_ttl {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  background-color: #1663b2;
  display: inline-block;
  color: #eaff00;
}

@media all and (min-width: 960px) {
  .q_ttl {
    font-size: 2.4rem;
    font-weight: bold;
  }
}
/* 設問部分 */
.ttl_A {
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
}

@media all and (min-width: 960px) {
  .ttl_A {
    font-size: 3.4rem;
    font-weight: bold;
  }
}
/*------------------------------------------------------------
注意書き_テンプレート
------------------------------------------------------------*/
.caution_text {
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: bold;
}

@media all and (min-width: 960px) {
  .caution_text {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: bold;
  }
}

/*# sourceMappingURL=form.css.map */
