  .inlineClass{
      display: inline;
      font-weight: normal;
  }

  textarea{
      background-color: #fff;
  }

body{
  background-color: #f2f5fa!important;
}

@media screen and (max-width: 1200px){
    .displayInline{
      display: block;
      width: 100%!important;
      margin: 0!important;
    }
    .seminarImage{
      width: 100%!important;
    }
    .container{
      padding: 10px!important;
    }

    #inputTable{
      margin:0 auto;
    }

    #tableDiv{
      width: 100%!important;
    }

    #tableTd{
      width: 100vw;
    }
}

label.error, div.error{
  padding-bottom: 20px;
}

.tableInput{
  margin-top:0;
  margin-bottom:10px;
}

td{
  padding-bottom:15px;
}

#tableDiv{
  padding: 20px;
  width: 300px;
  background-color: #DDEEFF;
}

.designTable{
  margin-top: 0!important;
}

.displayInline{
  display: inline-block;
  padding: 0;
  vertical-align: top;
}

.invalidButton{
  background-color: gray!important;
  border: 1px solid gray!important;
  cursor: default!important;
}

#thankyouDialog{
  display: none;
}

input[type='checkbox']{
  margin-top: 0;
  margin-right: 5px;
}

input[type='text'] {
  margin-bottom: 0;
}

select{
  margin-top: 0;
}

/* リセット */
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,/*h1,h2,h3,h4,h5,h6,*/header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}table{border-collapse:collapse;border-spacing:0}hr{border:0}


html { font-size: 62.5%;}
body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "メイリオ", Meiryo, Osaka, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
  margin-top: 50px;
}
a {
  text-decoration: none;
  color: #01699F;
  transition: .2s linear;
}
li { list-style: none;}
div, ul, li, a { box-sizing: border-box;}

select{
  margin-top: 0!important;
}

h2, h3, h4{
  margin-bottom: 0;
  margin-top: 15px;
}

#inputTable th{
  padding-top: 10px;
}

#agree{
  margin-top: 15px;
}

#requestButton{
  background-color: navy;
  border: 1px solid navy;
}

h3{
  background: #fff;
  padding: 13px 21px 16px 21px;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  position: relative;
  margin-bottom: 30px;
}

h3:before{
    position: absolute;
    content: "";
    background: #3c40c6;
    width: 4px;
    height: auto;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 2;
}

.lisseTable{
  width: 100%;
}

.lisseTable th{
    border-bottom: 1px solid #FFFFFF;
    background: #5A7DDF;
    color: #FFFFFF;
    width: 30%;
    padding-left: 23px;
    vertical-align: middle;
}

.lisseTable td {
    width: auto;
    border: none;
    border-bottom: 1px solid #E7E7EA;
    background: #FFFFFF;
    padding: 14px 17px 23px 23px;
}

li{
  list-style: disc!important;
}

h2 {
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px navy;
  font-size: 20px;
  font-family: "Meiryo";
}