html{
  height:100%; 
}  
body{
    height:100%;
}
#wrapper {
    width: 100%;
    display:flex;
    flex-direction: column;
    /* position: relative; */
    height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
}

.head {
  width:100%;
  margin:0;
  padding:0;
  height:auto;
}
.titleF {
  /* font-family: "Hannari"; */
  font-weight:bold;
  font-size:2.0em;
  line-height: 1.5em;
}
.foot {
  width:100%;
  margin:0;
  margin-top:auto;
  padding:0;
  height:40px;
  background-color: #333;
}
h1 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  /* padding:5px 0 0 0; */
  font-size:2.0em;
  line-height:2.0em;
  margin-top:50px;
  text-align: center
  /* padding:0; */
}
p.footer {
  padding:10px 0 0 0;
  text-align: center;
  color:#fff;
  font-size:0.9em;
  margin:0;
  /* padding:0; */
}
.bx-wrapper .bx-caption span {
  color: #fff;
  color: #F7CECE;   /* 文字色を変更 */
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  display: block;
  font-size: 2.2em;
  line-height: 1.2em;
  padding: 20px 0;
  text-align: center;    /* キャプションを中央寄せ */
}
#progress-bar {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.progress {
  height: 5px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.progress-info {
    color: #000;
    text-align: center;
    font-weight: bold;
}
#counter {
  font-size: 1.2em;
  padding-left:10px;
  letter-spacing: 1.2pt;
}

.itemblock {
  margin:10px 0;
}

.iconimg {
  width:20px;
}
#next {
  background-color: rgb(255, 89, 129);
  padding:15px 0;
  font-size: 1.1em;
  letter-spacing: 3.5pt;
  border:none;
}
#next:hover {
  background-color: pink;
}
a {
  text-decoration: underline;
}
label {
  font-weight: normal;
}
.stepbtn {
  margin-bottom:50px;
}



.msg_block {
  color: red;
  font-size: 110%;
}
.box .box-title {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size:2rem;
  margin:5px;
}
  