@charset "utf-8";


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
	vertical-align: middle;
}

code,
em,
strong,
th {
	font-style: normal;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}


.form_h2sp{
    display:none; 
}
/* スマホ
============================================================================================================ */
@media screen and (min-width:300px) and (max-width:480px) {
    
    img {
        width: 100%;
    }
    .logo img {
    width: 97%;
}
    
    #form_submit{
        text-align: center;
    }
    .form_h2sp{
    display:block; 
        text-align: center;
        margin-bottom: 10px;
}
    .form_h2{
    display:none; 
}
}



