*{
  margin: 0;
}
body{
  background-color: #eff3f6;
  font-family:  "游ゴシック", "ヒラギノ角ゴ ProN", "Arial", "メイリオ", sans-serif;
}

section{
  width:900px;
  padding: 0;
  margin: 0 auto;
  color: #5b7bb0;
  font-size: 18px;
  font-weight: bold;
}

.s1{
  margin-top: 60px;
  margin-bottom: 80px;
  padding-left: 100px;
}

.deco{
  width:100%;
  height: 40px;
  background-color: #5b7bb0;
}

.form_title{
  text-align: left;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.5em;
}
.sub_title{
  text-align: left;
  font-weight: bold;
  font-size:22px;
  line-height: 1.5em;
}


.form_name{
  background-color: #5b7bb0;
  color: #eff3f6;
  width: 700px;
  padding: 20px 0;
  text-align: center;
  margin: 40px auto;
  font-size: 28px;
  font-weight: bold;
  border-radius: 30px;
}

.seminar_info{
  width: 780px;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}


button{
  border-radius: 5px;
  border-width: 0px;
  padding: 10px 20px;
  text-decoration: none;
}

.attention{
  font-size: 24px;
  color: #eee;
  background-color: #ff3b3b;
  font-weight: bold;
  border-radius: 5px;
  padding:10px 10px;
  text-align: center;
}

form{
  width: 550px;
  margin: 0 auto;
}

form#mailformpro dl dt{
  float: none;
  width: 250px;
  font-size: 18px;
  text-align: left;
}

form#mailformpro dl dd{
  font-size: 18px;
  clear: both;
  border-top: none;
  padding: 5px 15px 20px;
  font-size: 12px;
  line-height: 1.5em;
}
.must{
  background-color: #d95555;
  border-color: #d95555;
  color: #eff3f6;
  font-size: 12px;
  box-shadow: none;
}
input{
  font-size: 24px;
  padding: 6px;
  border-color: #5b7bb0;
  border-style: solid;
  border-width: 2px;
  border-left-width: 30px;
  background-color: #eff3f6;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password{
  font-size: 24px;
  padding: 6px;
  border-color: #5b7bb0;
  border-style: solid;
  border-width: 2px;
  border-left-width: 30px;
  background-color: #eff3f6;
  width: 500px;
}

.btns_cover{
  text-align: center;
}
.btns{
  display: inline-block;
}

button{
  font-size: 24px;
  background-color: #5b7bb0;
  color: #eff3f6;

}
.mfp_element_submit{
  font-size: 24px;
  background-color: #5b7bb0;
  color: #eff3f6;
}

.contact{
  margin: 40px 0;
  padding: 30px 0;
  border-width: 3px;
  border-style: double none;
  text-align: center;
}
.contact p{
  display: inline-block;
  text-align: left;
}



/* thanksページ用 */
.thanks_section{
  text-align: center;
}
.thanks_wrap{
  display: inline-block;
  text-align: left;
}
.thanks_sub_title{
  margin-top: 60px;
  font-size: 30px;
}

.thanks_contact{
  display: inline-block;
  text-align: left;
  background-color: #5b7bb0;
  color: #eff3f6;
  padding: 20px 40px;
  border-radius: 20px;
}


/* @media screen and (min-width: 800px){
  .deco{
    width: 800px;
    margin: 0 auto;
  }

  section{
    padding: 20px 100px;
    width:800px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .attention{
    padding:10px 100px;
  }
} */
