@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 100%;
}
img{
    vertical-align: bottom;
}
body {
    color: 333333;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
   
    line-height: 1.5rem;
}
h1 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    border: none;
    padding-bottom: 2em;
}
h1 span {
    text-align: center;
    color: #e41c71;
    font-weight: bold;
    font-size: 1.3rem;
}


#formWrap {
	width: 90%;
    margin: 0 auto;
    font-size: 0.8rem;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:0.7em;
}
table.formTable th{
	width:20%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
#formWrap form p {
    margin-top: 1em;
    margin-bottom: 1em;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (min-width:480px) {
    body{
min-width:1248px;
}
    h1 {
    font-size: 2.2rem;
}
 h1 span {
    font-size: 1.8rem;
}    
    
#formWrap {
	width:70%;
	margin:0 auto;
    font-size: 1rem;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:2em;
	border-bottom:0;
}
input[type="text"], textarea {
	width:95%;
	padding:1em;
	font-size:1rem;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:30%;
	height: 3em;
}
}
