@media screen and (max-width:1200px){



  body {

    text-align: center;
    font-size:12px;
    line-height:100%;
    max-width:100%;
    color:#555555;/*??{??????F-----------------*/
    padding-top:0px;/*?R???e???c?{?b?N?X????H???????????????-----------------*/
    margin-bottom:0px;
    margin-right:0;
    margin:0 0 0 0 !important;
    font-family:  "?q???M?m?p?S ProN W3", HiraKakuProN-W3, ???S?V?b?N, "Yu Gothic", ???C???I, Meiryo, Verdana, Helvetica, Arial, sans-serif!important;
    }
    
    .disp-img:before{
	  background-color:rgb(130 143 146);/*?S???w?i?F-----------------*/
      position:fixed;
      top:0;
      left:0;
      z-index:-1;
      width:100vw;
      height:100vh;
      background:url("../images/sample5_vertical5.jpeg") no-repeat;
      -webkit-background-size:contain;
      background-size:cover;
      content:"";
      transition:1s;
  }

  #disp-img{
    background: #7777772b;

  }

  #formWrap {
    color:white;
    width:95%;
    margin:0 auto;
    background-color: #00000045;
  }
  table.formTable th, table.formTable td {
    width:auto;
    display:block;
    line-height:normal;

  }
  table.formTable th {
    margin-top:5px;
    border-bottom:0;

  }
  input[type="text"], textarea {
	  text-align:center;
    width:95%;
    padding:5px;
    font-size:110%;
    display:block;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
    display:block;
    width:100%;
    height:40px;
  }
    

  }


@media screen and (min-width: 1201px){

  body {

    text-align: center;
    font-size:12px;
    line-height:100%;
    max-width:100%;
    color:white;/*??{??????F-----------------*/
    padding-top:0px;/*?R???e???c?{?b?N?X????H???????????????-----------------*/
    margin-bottom:0px;
    margin-right:0;
    margin:0 0 0 0 !important;
    font-family:  "?q???M?m?p?S ProN W3", HiraKakuProN-W3, ???S?V?b?N, "Yu Gothic", ???C???I, Meiryo, Verdana, Helvetica, Arial, sans-serif!important;
    }
    
    .disp-img:before{
	  background-color:rgb(130 143 146);/*?S???w?i?F-----------------*/
      position:fixed;
      top:0;
      left:0;
      z-index:-1;
      width:100vw;
      height:100vh;
      background:url(../images/sample5.jpeg) no-repeat;
      -webkit-background-size:contain;
      background-size:cover;
      content:"";
      transition:1s;

  }

  #disp-img{
    background: #7777772b;

  }
  #formWrap {
	width:700px;
	margin:0 auto;
	color:white;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
	background-color:#00000047;
}
table.formTable th{
	width: 35%;
	font-weight:normal;
	background: #bfbfbfdb;
	color: black;
	font-size: large;
	text-align:left;
}
html{
  min-width:1200px;
}




}
