.contact-inner{
  padding-bottom:30px;
}
.form-text{
  text-align: center;
  line-height: 25px;
  margin-bottom: 30px;
}
.form-text-span{
  display: block;
  color:#FE6600;
}
label.labelbox{
  display: block;
  margin:10px 0;
}
label.labelbox span{
  margin-left: 10px;
}
.tel input{
  width: 25%;
}
textarea{
  height: 200px;
}
.policy{
  font-size: 14px;
  line-height: 20px;
  margin:20px 0 0;
  color:#333;
  padding:0 0 0 0;
  text-align: center;
}
.policy a{
  display: inline-block;
  color:#ff7bac;
  text-decoration: underline;
  font-size: 14px;
}
.agree-check{
  text-align: center;
  margin:5px 0 10px;
}
.submitWrap{
  text-align: center;
  font-size: 16px;
}
.submitWrap a{
  display: inline-block;
  color:#333;
  text-decoration: underline;
  font-size: 16px;
}
footer{
  background: #39b54a;
  position: relative;
}
.footer-nav ul{
    display: flex;
    padding: 10px;
    justify-content: space-around;
    margin: 0 auto;
    width: 350px;
}
.footer-nav ul a{
  color:#fff;
}
/*shindan*/
.point{
  margin: 20px 0 30px;
}
.point p{
  padding:10px;
  text-align: center;
  background-color: #86bdd1;
  color:#fff;
}
.point ul{
  background: #f4f4f4;
  padding:20px;
}
.point ul li{
  margin-bottom:5px;
}
.diagnosistable{
  margin-top: 20px;
}
.flex{
  display: flex;
  justify-content: space-around;
  }
  .flex label{
    width: 10%;
    padding:8px 0 0 5px;
  }
  select{
    width: 100%;
  }